:root {
  --primary: #FE7524;
  --primary-font: "Domine";
  --secondary-font: "Poppins";
  --third-font: "Great Vibes";
  --heading: #13172B;
}

.bfw-button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #fff;
  border-color: var(--primary);
  border: 1px solid #e8e7e7;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 600;
  box-shadow: none;
  max-height: 60px;
}
.bfw-button:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}

.bfw-title {
  color: var(--heading);
  font-family: var(--primary-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bfw-subtitle {
  font-family: var(--third-font);
  color: var(--primary);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
}

.bfw-show {
  display: block;
}

.bfw-hidden {
  display: none;
}

.bfw_flex {
  display: flex;
}

.bfw_flex_align_item_center {
  align-items: center;
}

.bfw_flex_align_item_start {
  align-items: start;
}

.bfw_flex_align_item_end {
  align-items: end;
}

.bfw_flex_justify_content_between {
  justify-content: space-between;
}

.bfw_information {
  color: var(--travel-information);
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.bfw_information svg path {
  stroke: var(--travel-information);
}
.bfw_information i {
  margin-right: 4px;
}

.bfw-place-overlay {
  border-radius: 0;
  background: linear-gradient(180deg, rgba(9, 65, 116, 0.220339) 0%, #094174 100%);
}

.bfw-popular-overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(9, 65, 116, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s ease;
}

.popular-ture-text {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
  width: 100%;
  padding-right: 20px;
}

img,
svg {
  vertical-align: middle;
}

.bfw-button-prev {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 1;
  display: flex;
  text-align: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  left: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.bfw-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}

.bfw-button-next {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 1;
  display: flex;
  text-align: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  right: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}
.bfw-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0px 5px 0px 5px;
  height: 13px;
  width: 13px;
  border: 1.5px solid transparent;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.bfw-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.bfw-thumbnail img {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.bfw-thumbnail:hover img {
  transform: scale(1.1) !important;
}

.bfw_text-center {
  text-align: center;
}

.bfw_text-left {
  text-align: center;
}

.bfw_text-right {
  text-align: center;
}

.bfw-service__content a.title .item_title {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
  transition: 0.3s;
  margin-bottom: 0px;
  text-transform: inherit;
}
@media screen and (max-width: 767px) {
  .bfw-service__content a.title .item_title {
    font-size: 20px;
    line-height: 26px;
  }
}
.bfw-service__content a.title .item_title.bfw-h6-tp3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .bfw-service__content a.title .item_title.bfw-h6-tp3 {
    font-size: 18px;
    line-height: 26px;
  }
}

.bfw-search-form__el .daterangepicker .drp-calendar {
  max-width: 100%;
}
.bfw-search-form__el .daterangepicker .drp-calendar.left {
  padding-left: 0px;
}
.bfw-search-form__el .daterangepicker .drp-calendar th.available:hover {
  background-color: transparent;
}
.bfw-search-form__el .daterangepicker .drp-calendar th,
.bfw-search-form__el .daterangepicker .drp-calendar td {
  width: 14.2857142857%;
  height: 50px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .bfw-search-form__el .daterangepicker .drp-calendar th,
  .bfw-search-form__el .daterangepicker .drp-calendar td {
    height: 40px;
  }
}
.bfw-search-form__el .daterangepicker .drp-calendar th.active,
.bfw-search-form__el .daterangepicker .drp-calendar td.active {
  background: var(--bfw-main-color);
}
.bfw-search-form__el .daterangepicker .calendar-table {
  padding: 0px 27px;
  padding-right: 27px !important;
}
@media (min-width: 992px) {
  .bfw-search-form__el .daterangepicker .drp-calendar {
    max-width: 100%;
  }
  .bfw-search-form__el .daterangepicker .drp-calendar th,
  .bfw-search-form__el .daterangepicker .drp-calendar td {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  .bfw-search-form__el .daterangepicker .drp-calendar th:not(.off).active,
  .bfw-search-form__el .daterangepicker .drp-calendar td:not(.off).active {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background: var(--bfw-main-color);
  }
}

.page .bfw-title-page {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page .bfw-title-page {
    margin-bottom: 30px;
  }
}
.page #bfw-breadcrumb {
  color: var(--travel-color-text-other);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
}
.page #bfw-breadcrumb a {
  color: var(--travel-color-text);
}

.product-type-booking_fat_wc .container {
  background-color: #FFF;
  max-width: 1390px;
  overflow: hidden;
}

.page-template-bfw-search .bfw-filter-view-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9;
}
.page-template-bfw-search .bfw-filter-view-mobile a {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  background: var(--bfw-main-color);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px 19px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-template-bfw-search .bfw-filter-view-mobile {
    display: block;
  }
}
.page-template-bfw-search .bfw-filter-view-mobile svg path {
  fill: #FFF;
}
.page-template-bfw-search .bfw-sidebar-filter {
  position: relative;
}
.page-template-bfw-search .bfw-sidebar-filter .bfw-close-sidebar {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-bfw-search .bfw-sidebar-filter .bfw-close-sidebar {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-bfw-search .bfw-sidebar-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
.page-template-bfw-search .bfw-list-tours {
  display: block;
  width: 100%;
}
.page-template-bfw-search .bfw-list-tours:not(.style-1) {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-template-bfw-search .bfw-list-tours {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-bfw-search .bfw-list-tours .widget .widget-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 30px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category {
  padding: 6px 0px;
  margin-bottom: 0px;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text);
  padding-left: 24px;
  position: relative;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label input {
  height: 0;
  width: 0;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--travel-color-text);
  background-color: #FFF;
  margin-right: 8px;
  border-radius: 2px;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label input:checked ~ .checkmark {
  background-color: var(--bfw-main-color);
  border-color: var(--bfw-main-color);
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label input:checked ~ .checkmark:after {
  display: block;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label .checkmark:after {
  content: "";
  position: absolute;
  background-color: transparent;
  border-radius: 0;
  left: 4px;
  top: -1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.page-template-bfw-search .bfw-list-tours .widget ul li.item-category label.active {
  color: var(--bfw-main-color);
}
.page-template-bfw-search .bfw-list-tours .irs--round .irs-line {
  background-color: var(--travel-color-border-line, #CFCFCF);
}
.page-template-bfw-search .bfw-list-tours #bfw_choose_address {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  width: 100%;
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
  border-radius: 8px;
}
.page-template-bfw-search .bfw-list-tours #bfw_apply_location {
  padding: 16px 24px;
  border-radius: 8px;
  margin-top: 8px;
  width: 100%;
}
.page-template-bfw-search .bfw-list-tours.style-3 .bfw-siderbar {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-bfw-search .bfw-list-tours.style-3 .bfw-siderbar {
    padding-right: calc(var(--bs-gutter-x));
    border-right: 1px solid var(--travel-color-border-line, #CFCFCF);
  }
}
.page-template-bfw-search .bfw-list-tours.style-3 .widget-category-box {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
}
.page-template-bfw-search .bfw-list-tours.style-3 .widget-category-box ul {
  padding-left: 0px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page-template-bfw-search .bfw-list-tours.style-3 .widget-category-box {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
  }
}
.page-template-bfw-search .bfw-list-tours .widget.widget-filter {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-template-bfw-search .bfw-list-tours .widget.widget-filter {
    margin-bottom: 30px;
  }
}
.page-template-bfw-search .bfw-list-tours .widget.widget-filter:last-child {
  margin-bottom: 0px;
}
.page-template-bfw-search .bfw-content {
  background-color: #FFF;
  max-width: 1390px;
  margin: auto;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .page-template-bfw-search .bfw-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-template-bfw-search .irs--round .irs-single,
.page-template-bfw-search .irs--round .irs-bar {
  background-color: var(--travel-heading, #161313);
}
.page-template-bfw-search .irs--round .irs-from, .page-template-bfw-search .irs--round .irs-to {
  background-color: transparent;
  color: var(--travel-heading, #161313);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.page-template-bfw-search .irs--round .irs-single:before {
  border-top-color: var(--bfw-main-color);
}
.page-template-bfw-search .irs--round .irs-from:before, .page-template-bfw-search .irs--round .irs-to:before {
  display: none;
}
.page-template-bfw-search .irs--round .irs-bar, .page-template-bfw-search .irs--round .irs-line {
  top: 30px;
  height: 8px;
}
.page-template-bfw-search .irs--round .irs-handle {
  border-radius: 16px;
  border: 2px solid var(--travel-heading, #161313);
  background: var(--Travel-white, #FFF);
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.page-template-bfw-search .widget-category-box {
  padding: calc(var(--bs-gutter-x) * 0.5);
}

.bfw-list-service {
  position: relative;
}
.bfw-list-service .bfw-badge-labels {
  position: absolute;
  top: 12px;
  right: 12px;
}
.bfw-list-service .bfw-badge-labels .badge-labels {
  border-radius: 4px;
  background: #DB2626;
  display: flex;
  padding: 6px 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.bfw-list-service .bfw-badge-labels .badge-labels span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 15px */
  text-transform: uppercase;
  color: #FFF;
}
.bfw-list-service.slider .bfw-service__item {
  height: 813px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .bfw-list-service.slider .bfw-service__item {
    height: 400px;
  }
}
.bfw-list-service.slider .bfw-service__item:hover .bfw-popular-overlay {
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .bfw-list-service.slider .bfw-service__item .bfw-popular-overlay {
    bottom: 0;
    height: 100%;
  }
}
.bfw-list-service.slider .bfw-service__image {
  display: block;
  width: 100%;
  height: 100%;
}
.bfw-list-service.slider .bfw-service__image img {
  transform-style: preserve-3d;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  display: block;
  object-fit: cover;
}
.bfw-list-service.slider .bfw-service__information ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bfw-list-service.slider .bfw-service__information ul {
    padding-left: 0px;
  }
}
.bfw-list-service.slider .bfw-service__information ul li {
  color: #ffffff;
  font-size: 14px;
  margin-left: 0px;
  display: flex;
  align-items: center;
}
.bfw-list-service.slider .bfw-service__information ul li i {
  font-size: 10px;
}
.bfw-list-service.slider .bfw-service__information ul li .woocommerce-Price-amount bdi {
  font-size: 22px;
  font-weight: 600;
}
.bfw-list-service.slider .bfw-service__information__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  transition: 0.3s;
  display: inline-block;
}
.bfw-list-service.slider .bfw-service__information__location {
  font-size: 14px;
  margin: 0px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FFF;
}
.bfw-list-service.slider .swiper-pagination {
  display: block;
  position: absolute;
}
.bfw-list-service.slider.style-3 .bfw-button-navigation {
  width: 46px;
  height: 46px;
  font-size: 30px;
  border: 1px solid #E7E6E6;
  background-color: #FFF;
  color: #1a1a1a;
  transition: all 0.2s;
}
.bfw-list-service.slider.style-3 .bfw-button-navigation:hover {
  border: 1px solid var(--bfw-main-color, #FE7524);
  background-color: var(--bfw-main-color, #FE7524);
  color: #FFF;
}
.bfw-list-service.slider.style-3 .bfw-button-next {
  right: -23px;
}
.bfw-list-service.slider.style-3 .bfw-button-prev {
  left: -23px;
}
.bfw-list-service.slider.style-3 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.bfw-list-service.grid .bfw-service__package_item {
  margin-bottom: 30px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid var(--border-color-2, #E7E6E6);
  transition: all 0.2s ease-in-out 0s;
}
.bfw-list-service.grid .bfw-service__package_item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__image {
  border-radius: 16px;
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__image img {
  border-radius: 16px;
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content {
  margin-top: 20px;
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .rating {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .rating {
    font-size: 14px;
    line-height: 22px;
  }
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .rating i {
  overflow: visible;
  box-sizing: content-box;
  font-size: 12px;
  color: var(--bfw-main-color, #FE7524);
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .doller {
  font-size: 16px;
  line-height: 29px;
  color: #094174;
}
@media screen and (max-width: 767px) {
  .bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .doller {
    font-size: 14px;
    line-height: 22px;
  }
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .doller .woocommerce-Price-amount {
  font-weight: 700;
  color: var(--bfw-main-color, #FE7524);
}
@media screen and (max-width: 767px) {
  .bfw-list-service.grid .bfw-service__package_item .bfw-service__content .bfw-service__content_infor .doller .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content ul.bottom-box {
  display: flex;
  gap: 20px;
  margin: 10px 0;
  list-style: none;
  padding-left: 0px;
  color: #777777;
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content ul.bottom-box li {
  position: relative;
  padding-left: 30px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .bfw-list-service.grid .bfw-service__package_item .bfw-service__content ul.bottom-box li {
    font-size: 14px;
    line-height: 22px;
  }
}
.bfw-list-service.grid .bfw-service__package_item .bfw-service__content ul.bottom-box li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
.bfw-list-service.grid.slider .bfw-service__package_item {
  margin-bottom: 0px;
}
.bfw-list-service.grid-2 .bfw-service__package_item {
  background: #fff;
  overflow: hidden;
  margin-bottom: var(--bs-gutter-x);
  transition: all 0.2s ease-in-out 0s;
}
.bfw-list-service.grid-2 .bfw-service__package_item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.bfw-list-service.grid-2 .rate {
  font-size: 16px;
}
.bfw-list-service.grid-2 .rate i {
  color: var(--bfw-main-color, #FE7524);
}
.bfw-list-service.grid-2 .bfw-service__content a.title {
  text-decoration: none;
}
.bfw-list-service.grid-2 .bfw-service__content a.title .item_title {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  word-wrap: break-word;
  color: var(--travel-heading);
}
.bfw-list-service.grid-2 .bfw-service__content a.title h3:hover {
  color: var(--bfw-main-color, #FE7524);
}
.bfw-list-service.grid-2 .bfw-thumbnail {
  border-radius: var(--border-radius-2, 12px) var(--border-radius-2, 12px) 0 0;
}
.bfw-list-service.grid-2 .bfw-thumbnail img {
  height: 220px;
  border-radius: var(--border-radius-2, 12px) var(--border-radius-2, 12px) 0 0;
}
.bfw-list-service.grid-2 .woocommerce-Price-amount bdi {
  font-weight: 500;
}
.bfw-list-service.grid-2 .bfw_duration, .bfw-list-service.grid-2 .bfw_address {
  gap: 4px;
  font-size: 14px;
}
.bfw-list-service.grid-2 .bfw-service__content .bottom-box {
  margin-left: 0px;
}
.bfw-list-service.grid-3 .bfw-service__package_item .bfw-service__image img {
  height: 200px;
}
.bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-custom-dot {
  display: none;
}
.bfw-list-service.grid-3.bfw-slider-in-mobile .swiper-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-slider-service-wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-service__package_item_new {
    margin-bottom: 15px;
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-custom-dot {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: transparent;
    color: var(--bfw-main-color);
    padding: 4px 12px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid var(--bfw-main-color);
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-custom-dot .bfw-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin: 0px 4px;
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-custom-dot .bfw-button-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    height: unset;
    width: unset;
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-custom-dot .bfw-button-navigation svg {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 16px;
    height: 16px;
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-custom-dot .swiper-pagination-typo-3 {
    bottom: 0px;
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .swiper-wrapper {
    flex-wrap: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .bfw-button-navigation svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bfw-list-service.grid-3.bfw-slider-in-mobile .swiper-slide {
    padding-left: 0px;
    padding-right: 0px;
    width: calc((100% - 30px) / 1);
  }
}

.bfw-list-category .swiper-slide {
  position: relative;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F8FA;
  transition: 0.3s;
  width: 196px;
  height: 196px;
}
.bfw-list-category .swiper-slide:hover .category-content-inner {
  margin-top: -60px;
}
.bfw-list-category .swiper-slide:hover .category-btn {
  opacity: 1;
  visibility: visible;
}
.bfw-list-category .bfw-list-category-wrapper .category-content-inner {
  transition: 0.3s;
}
.bfw-list-category .bfw-list-category-wrapper .category-content-inner .category-image-container {
  width: 104px;
  height: 104px;
  line-height: 104px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 15px rgba(205, 205, 205, 0.05);
  margin-bottom: 10px;
}
.bfw-list-category .bfw-list-category-wrapper .category-content-inner .category-image-container .category-image {
  width: 63px;
  height: 45px;
  margin: 0 auto;
}
.bfw-list-category .bfw-list-category-wrapper .category-content-inner .category-image-container .category-image img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  object-fit: cover;
}
.bfw-list-category .bfw-list-category-wrapper h5 {
  font-weight: 600;
  font-size: 18px;
  color: #094174;
  margin: 5px 0;
}
.bfw-list-category .bfw-list-category-wrapper .category-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  color: var(--bfw-main-color, #FE7524);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.bfw-list-category.bfw-tour-type {
  overflow: hidden;
}
.bfw-list-category.bfw-tour-type .bfw-button-navigation {
  width: 46px;
  height: 46px;
  font-size: 30px;
  transition: all 0.2s;
}
.bfw-list-category.bfw-tour-type .bfw-button-next {
  right: -23px;
}
.bfw-list-category.bfw-tour-type .bfw-button-prev {
  left: -23px;
}
.bfw-list-category.bfw-tour-type .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.bfw-portfolio-gallery .bfw-portfolio-gallery-container {
  position: relative;
  overflow: hidden;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items {
  display: flex;
  flex-wrap: wrap;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items {
    height: 245px;
  }
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item {
  padding: 0;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  width: 20% !important;
  flex: 0 0 20% !important;
}
@media screen and (max-width: 767px) {
  .bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item:hover .row-item-more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item.current-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-info {
  text-align: center;
  padding: 40px 0px 20px 0px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-info {
    padding: 15px 0px 15px 0px;
  }
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-info p {
  color: #FFF;
  font-size: 16px;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-info .info-title {
  color: #FFF;
  margin-top: 0px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-info .info-title {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-more {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 25px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.4s ease;
  z-index: 2;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-more a {
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  color: #fff;
  border-radius: 0;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-more a:hover {
  border-bottom: 1px solid;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .row-items .row-item-more {
  text-align: center;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .gallery-items {
  display: flex;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .gallery-items .image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-size: cover;
  background-position: center center;
}
.bfw-portfolio-gallery .bfw-portfolio-gallery-container .gallery-items .image-item.current-item {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.bfw-wheel .bfw-wheel_box {
  position: relative;
  margin-top: 40px;
}
.bfw-wheel .bfw-wheel_box #spinWheel {
  max-height: inherit;
  width: inherit;
  transform: rotate(225deg);
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 20px solid var(--bfw-main-color, #FE7524);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}
.bfw-wheel .bfw-wheel_box #spin_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 26%;
  width: 26%;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: var(--bfw-main-color, #FE7524);
  color: var(--white_color);
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.bfw-wheel .bfw-wheel_box svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  filter: drop-shadow(0 0 3px rgba(36, 36, 36, 0.4));
}
.bfw-wheel .bfw-wheel_box i {
  position: absolute;
  top: -5%;
  left: 43.7%;
  font-size: 4rem;
  color: var(--bfw-main-color, #FE7524);
  transform: rotate(-360deg);
  line-height: 1;
  filter: drop-shadow(0 0 3px rgba(36, 36, 36, 0.3));
}
.bfw-wheel #text-result {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .bfw-search-form__el {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .bfw-search-form__el .daterangepicker {
    width: 100%;
  }
}
.bfw-search-form__el__form {
  border-radius: 18px;
  overflow: hidden;
}
.bfw-search-form__el .form-group {
  background-color: #1A3779;
  padding: 20px;
  position: relative;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .bfw-search-form__el .form-group {
    min-width: 350px;
  }
}
.bfw-search-form__el .form-group .box-search {
  min-width: auto;
  width: 100%;
}
.bfw-search-form__el .form-group .box-search .text-form {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding: 0px;
}
.bfw-search-form__el .form-group .box-search input {
  background: transparent;
  color: #FFF;
  border: none;
  outline: none;
}
.bfw-search-form__el .form-group .box-search input:focus, .bfw-search-form__el .form-group .box-search input:active {
  border: none;
}
.bfw-search-form__el .form-group .box-search input::placeholder {
  color: #FFF;
}
.bfw-search-form__el .form-group .box-search label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px;
}
.bfw-search-form__el .form-group .box-search > i {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .bfw-search-form__el .bfw_date_checkinout {
    display: flex;
  }
}
.bfw-search-form__el .bfw_date_checkinout .box-search {
  width: 100%;
}
.bfw-search-form__el .border-right {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 767px) {
  .bfw-search-form__el .border-right {
    border-right: 1px solid #D9D9D9;
    border-bottom: none;
  }
}
.bfw-search-form__el .form-group__search {
  background-color: var(--bfw-main-color, #FE7524);
  border: none;
  font-size: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bfw-search-form__el .form-group__search {
    min-width: 150px;
    width: 100%;
  }
}
.bfw-search-form__el .form-group__search:hover {
  border: none;
}
.bfw-search-form__el .form-group__search .box-search__search {
  margin-right: 10px;
  font-size: 16px;
}
.bfw-search-form.bfw-search-style-2 .box-search > i {
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.bfw-search-form.bfw-search-style-2 .box-search__detail {
  padding-left: 10px;
}
.bfw-search-form.bfw-search-style-2 .box-search__detail label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.5;
}
.bfw-search-form.bfw-search-style-2 .box-search__detail .text-form {
  font-size: 15px;
}
.bfw-search-form.bfw-search-style-2 .form-group {
  padding: 15px;
}
.bfw-search-form.bfw-search-style-2 .form-group.form-group__search_button {
  min-width: auto;
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el {
  width: 100%;
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form {
    flex-wrap: wrap;
  }
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout {
    width: 100%;
  }
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .bfw_destination, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .bfw_destination {
  width: 100%;
  background: transparent;
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--travel-border-radius);
  outline: none;
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .bfw_destination:active, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .bfw_destination:focus, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .bfw_destination:hover, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .bfw_destination:active, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .bfw_destination:focus, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .bfw_destination:hover {
  border: 1px solid var(--travel-color-primary, #EB5500);
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .from_date_text, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .from_date_text {
  width: 100%;
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .from_date_text:active, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .from_date_text:focus, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .form-group-destination .from_date_text:hover, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .from_date_text:active, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .from_date_text:focus, .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw_date_checkinout .from_date_text:hover {
  border: 1px solid var(--travel-color-primary, #EB5500);
}
.bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw__search {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .bfw-search-form.bfw-search-style-3 .bfw-search-form__el form .bfw__search {
    width: 100%;
  }
}

.bfw-image-comparison-widget {
  --before-after-initial-cursor-position: 50%;
  --before-after-cursor-position: calc(var(--before-after-initial-cursor-position) * 1);
  --before-after-cursor-size: 54px;
  user-select: none;
  display: grid;
  position: relative;
}
.bfw-image-comparison-widget > * {
  grid-area: 1/-1;
}
.bfw-image-comparison-widget__image_after {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.bfw-image-comparison-widget img {
  width: 100%;
  object-fit: cover;
}
.bfw-image-comparison-widget__image_before {
  overflow: hidden;
}
.bfw-image-comparison-widget__cursor {
  pointer-events: auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.0509803922)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.0509803922));
  z-index: 1;
  display: grid;
  position: relative;
}
.bfw-image-comparison-widget__cursor_icon {
  height: 54px;
  width: 54px;
  border-radius: 70px;
  border: 1px solid rgba(31, 31, 33, 0.1);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfw-image-comparison-widget__cursor_icon svg {
  width: var(--before-after-cursor-size);
  height: var(--before-after-cursor-size);
  stroke: #1F1F21;
}
.bfw-image-comparison-widget__cursor_icon svg path {
  fill: #1F1F21;
}
.bfw-image-comparison-widget__cursor .style-2 {
  position: relative;
}
.bfw-image-comparison-widget__cursor .style-2 span {
  width: 24px;
  height: 54px;
  margin-left: 15px;
  margin-top: 0px;
  border-radius: 4rem;
  background-color: #FFF;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfw-image-comparison-widget__cursor .style-2 svg {
  height: 20px;
  width: auto;
}
.bfw-image-comparison-widget__cursor::before {
  content: "";
  background: #FFF;
  z-index: -1;
  position: absolute;
}
.bfw-image-comparison-widget .bfw-label.on-mouse-over {
  display: none;
  transition: all 0.3s;
}
.bfw-image-comparison-widget:hover .bfw-label.on-mouse-over {
  display: block;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal {
  cursor: ew-resize;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-image-comparison-widget__image_after {
  clip-path: inset(0 0 0 var(--before-after-cursor-position, 0%));
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-label.bfw-label-before__end {
  left: 20px;
  bottom: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-label.bfw-label-before__start {
  left: 20px;
  top: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-label.bfw-label-before__center {
  left: 20px;
  top: 50%;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-label.bfw-label-after__end {
  right: 20px;
  bottom: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-label.bfw-label-after__start {
  right: 20px;
  top: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-label.bfw-label-after__center {
  right: 20px;
  top: 50%;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-image-comparison-widget__cursor {
  justify-self: start;
  place-items: center start;
  inset-inline-start: calc(var(--before-after-cursor-position, 0%) - var(--before-after-cursor-size) / 2);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__horizontal .bfw-image-comparison-widget__cursor:before {
  width: var(--image-compare-line-width, 2px);
  height: 100%;
  inset-inline-start: calc(var(--before-after-cursor-size) / 2);
}
.bfw-image-comparison-widget .bfw-label {
  border: 1px solid rgba(31, 31, 33, 0.1);
  position: absolute;
  padding: 12px 16px;
  background: #FFF;
  z-index: 1;
  max-width: calc(50% - 40px);
  color: #1F1F21;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical {
  cursor: n-resize;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__image_after {
  clip-path: inset(var(--before-after-cursor-position, 0%) 0 0 0);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-label.bfw-label-before__end {
  right: 20px;
  top: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-label.bfw-label-before__start {
  left: 20px;
  top: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-label.bfw-label-before__center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-label.bfw-label-after__end {
  right: 20px;
  bottom: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-label.bfw-label-after__start {
  left: 20px;
  bottom: 20px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-label.bfw-label-after__center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__cursor {
  align-self: start;
  place-items: start center;
  inset-block-start: calc(var(--before-after-cursor-position, 0%) - var(--before-after-cursor-size) / 2);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__cursor:before {
  width: 100%;
  height: var(--image-compare-line-width, 2px);
  inset-block-start: calc(var(--before-after-cursor-size) / 2);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__cursor svg {
  transform: rotate(90deg);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__cursor .style-2 {
  transform: rotate(90deg);
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__cursor .style-2 span {
  margin-left: 0px;
}
.bfw-image-comparison-widget.bfw-image-comparison-widget__vertical .bfw-image-comparison-widget__cursor .style-2 span svg {
  transform: rotate(0deg);
}

.bfw-hero-banner {
  position: relative;
}
.bfw-hero-banner__subtitle {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.bfw-hero-banner__title {
  color: #FFF;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bfw-hero-banner__button {
  margin-top: 75px;
  transition: all 0.2s ease-in-out 0s;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .bfw-hero-banner__button {
    margin-top: 45px;
  }
}
.bfw-hero-banner__button a {
  gap: 8px;
  padding-left: 30px;
  padding-right: 30px;
  color: #1a1a1a;
}
.bfw-hero-banner__button a svg {
  fill: #1a1a1a;
}
.bfw-hero-banner__button a svg path {
  fill: #1a1a1a;
}
.bfw-hero-banner__button a:hover svg {
  fill: #EB662B;
}
.bfw-hero-banner__button a:hover svg path {
  fill: var(--bfw-main-color, #FE7524);
}
.bfw-hero-banner:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.bfw-hero-banner:hover .bfw-hero-banner__button a {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}

.bfw-list-blog .swiper-container {
  overflow: hidden;
}
.bfw-list-blog article.hentry {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .bfw-list-blog article.hentry {
    margin-bottom: 15px;
  }
}
.bfw-list-blog .bfw-button-navigation {
  width: 46px;
  height: 46px;
  font-size: 24px;
  transition: all 0.2s;
}
.bfw-list-blog .bfw-button-navigation.bfw-button-prev {
  left: -23px;
}
.bfw-list-blog .bfw-button-navigation.bfw-button-next {
  right: -23px;
}
.bfw-list-blog .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.bfw-list-blog article {
  transition: 0.2s all;
}
.bfw-list-blog article:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.bfw-list-blog .entry-thumb {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.bfw-list-blog .entry-thumb img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.bfw-list-blog .top-image {
  position: relative;
}
.bfw-list-blog .list-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.bfw-list-blog .list-categories .category ul {
  display: flex;
  margin-left: 0px;
  padding: 0px;
}
.bfw-list-blog .list-categories .category ul li {
  padding: 8px;
  float: left;
  margin-right: 10px;
  position: relative;
  border-radius: 30px;
  background: #FFF;
}
.bfw-list-blog .list-categories .category ul li a {
  color: var(--bfw-main-color, #FE7524);
  position: relative;
  line-height: 1.2;
}
.bfw-list-blog .list-categories .category ul li a:before {
  content: "";
  font-family: "font awesome 5 free";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0px, -50%);
}
.bfw-list-blog .list-categories .category ul li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: var(--bfw-main-color, #FE7524);
}
.bfw-list-blog .col-content .bfw-meta {
  font-size: 16px;
  line-height: 1;
}
.bfw-list-blog .col-content .bfw-meta a {
  font-size: 16px;
  line-height: 1;
}
.bfw-list-blog .col-content a {
  transition: all 0.2s ease-in-out 0s;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 18px;
  font-weight: 500;
}
.bfw-list-blog .col-content .author {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #E7E6E6;
}
.bfw-list-blog .col-content .author a {
  color: #1a1a1a;
}
.bfw-list-blog .col-content .author a:hover {
  color: var(--bfw-main-color, #FE7524);
}
.bfw-list-blog .col-content .comment {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #E7E6E6;
}
.bfw-list-blog .col-content .entry-title {
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.bfw-list-blog .col-content .entry-title a {
  color: #1a1a1a;
  line-height: 1.5;
}
.bfw-list-blog .col-content .entry-title a:hover {
  color: var(--bfw-main-color, #FE7524);
}
.bfw-list-blog .col-content .excerpt-wrapper {
  color: #545454;
  font-size: 16px;
  line-height: 1.5;
}

.bfw-testimonial .item-testimonial:hover {
  cursor: pointer;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.bfw-testimonial .testimonial-wrapper {
  overflow: hidden;
  margin-left: -1px;
  margin-right: -1px;
}
.bfw-testimonial .testimonial-wrapper .bfw-avatar {
  max-width: 80px;
  overflow: visible;
}
.bfw-testimonial .testimonial-wrapper .bfw-avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.bfw-testimonial .testimonial-wrapper h4 {
  font-size: 16px;
  line-height: 26px;
}
.bfw-testimonial .testimonial-wrapper .author-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bfw-testimonial .rate i {
  color: #FFB21D;
  font-size: 20px;
}
.bfw-testimonial .bfw-button-navigation {
  width: 46px;
  height: 46px;
  font-size: 30px;
  border: 1px solid #E7E6E6;
  background-color: #FFF;
  color: #1a1a1a;
  transition: all 0.2s;
}
.bfw-testimonial .bfw-button-navigation:hover {
  border: 1px solid var(--bfw-main-color, #FE7524);
  background-color: var(--bfw-main-color, #FE7524);
  color: #FFF;
}
.bfw-testimonial .bfw-button-next {
  right: -23px;
  border: 1px solid #E7E6E6;
}
.bfw-testimonial .bfw-button-prev {
  left: -23px;
  border: 1px solid #E7E6E6;
}
.bfw-testimonial .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.bfw-team .item-team:hover {
  cursor: pointer;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.bfw-team .item {
  overflow: hidden;
}
.bfw-team .team-wrapper {
  overflow: hidden;
  margin-left: -1px;
  margin-right: -1px;
}
.bfw-team .team-wrapper .bfw-avatar {
  width: 100%;
  border-radius: 0px;
}
.bfw-team .team-wrapper .bfw-avatar img {
  width: 100%;
  height: auto;
  min-height: 237px;
  object-fit: cover;
  border-radius: 0px;
}
.bfw-team .team-wrapper h4 {
  font-size: 16px;
  line-height: 26px;
}
.bfw-team .team-wrapper .author-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bfw-team .bfw-button-navigation {
  width: 46px;
  height: 46px;
  font-size: 30px;
  border: 1px solid #E7E6E6;
  background-color: #FFF;
  color: #1a1a1a;
  transition: all 0.2s;
}
.bfw-team .bfw-button-navigation:hover {
  border: 1px solid var(--bfw-main-color, #FE7524);
  background-color: var(--bfw-main-color, #FE7524);
  color: #FFF;
}
.bfw-team .bfw-button-next {
  right: -23px;
  border: 1px solid #E7E6E6;
}
.bfw-team .bfw-button-prev {
  left: -23px;
  border: 1px solid #E7E6E6;
}
.bfw-team .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.slider-type-2 .bfw-button-navigation {
  width: 46px;
  height: 46px;
  font-size: 30px;
  border: 1px solid #E7E6E6;
  background-color: #FFF;
  color: #1a1a1a;
  transition: all 0.2s;
}
.slider-type-2 .bfw-button-navigation:hover {
  border: 1px solid var(--bfw-main-color, #FE7524);
  background-color: var(--bfw-main-color, #FE7524);
  color: #FFF;
}
.slider-type-2 .bfw-button-next {
  right: -23px;
  border: 1px solid #E7E6E6;
}
@media screen and (max-width: 565px) {
  .slider-type-2 .bfw-button-next {
    right: 4px;
  }
}
.slider-type-2 .bfw-button-prev {
  left: -23px;
  border: 1px solid #E7E6E6;
}
@media screen and (max-width: 565px) {
  .slider-type-2 .bfw-button-prev {
    left: 4px;
  }
}
.slider-type-2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.bfw-accordion .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.bfw-accordion .accordion-item .accordion-header {
  margin-bottom: 0px;
  padding: 0px;
}
.bfw-accordion .accordion-item .accordion-body {
  padding: 0px;
}
.bfw-accordion button:hover, .bfw-accordion button:focus, .bfw-accordion button:active {
  color: #1a1a1a;
}
.bfw-accordion .accordion-button::after {
  display: none;
}
.bfw-accordion .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}
.bfw-accordion .accordion-button i {
  font-size: 22px;
}

.bfw-sliders {
  position: relative;
}
.bfw-sliders .bfw-gallery-thumbs-wrapper {
  position: absolute;
  transform: translateY(-50%);
  z-index: 9;
  top: calc(50% - 98px);
  right: 0px;
}
@media screen and (max-width: 767px) {
  .bfw-sliders .bfw-gallery-thumbs-wrapper {
    position: absolute;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 30px;
    left: 50%;
    top: unset;
  }
  .bfw-sliders .bfw-gallery-thumbs-wrapper .swiper-wrapper {
    justify-content: center;
  }
}
.bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs {
  width: 240px;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs {
    transform: rotate(90deg);
  }
}
.bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide {
  width: 60px !important;
  height: 60px !important;
  cursor: pointer;
  border: 2px solid var(--travel-color-white, #FFF);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide {
    width: 40px !important;
    height: 40px !important;
  }
}
.bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide img {
    transform: rotate(-90deg);
  }
}
.bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  width: 80px !important;
  height: 80px !important;
  border: 4px solid var(--travel-color-white, #FFF);
}
@media screen and (max-width: 767px) {
  .bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    width: 40px !important;
    height: 40px !important;
  }
}
.bfw-sliders .bfw-gallery-thumbs-wrapper .bfw-gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bfw-timeline {
  position: relative;
}
.bfw-timeline .bfw-miletones {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.bfw-timeline .bfw-miletones:before {
  content: "";
  display: block;
  position: absolute;
  left: 119px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid var(--travel-color-text-other);
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones:before {
    left: 5px;
  }
}
.bfw-timeline .bfw-miletones:after {
  content: "";
  display: block;
  position: absolute;
  left: 119px;
  top: 0;
  width: 0;
  height: var(--heightLine, 0px);
  border-left: 1px solid var(--bfw-main-color);
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones:after {
    left: 5px;
  }
}
.bfw-timeline .bfw-icon-dot-timeline {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: var(--travel-color-text-other);
  position: absolute;
  top: 0px;
  left: 113px;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-icon-dot-timeline {
    left: 0px;
  }
}
.bfw-timeline .bfw-timeline-item {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-timeline-item {
    padding-left: 22px;
  }
}
.bfw-timeline .bfw-timeline-item.active .bfw-icon-dot-timeline {
  background-color: var(--bfw-main-color);
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones-list .bfw-timeline-item__content {
    gap: 15px;
    flex-direction: column;
  }
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-left {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-left {
    width: 100%;
  }
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-left h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  color: var(--travel-heading);
  margin-top: 0px;
  margin-bottom: 0px;
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-left span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: var(--travel-color-text-other);
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right {
    gap: 15px;
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-content {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-content {
    width: 100%;
    flex-direction: column;
  }
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-content h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: var(--travel-heading);
  margin-top: 0px;
  margin-bottom: 0px;
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: var(--travel-color-text-other);
  margin-bottom: 10px;
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-content p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text);
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-media {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1200px) {
  .bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-media {
    width: 100%;
  }
}
.bfw-timeline .bfw-miletones-list .bfw-timeline-item__content .bfw-timeline-right .bfw-timeline-right-media img {
  width: 100%;
  border-radius: 12px;
}

bfw-notification-booking {
  position: fixed;
  width: auto;
  left: -100%;
  bottom: 30px;
  z-index: 9999;
  max-width: calc(100% - 30px);
  overflow: hidden;
  left: 15px;
  transition: left 1s ease-in-out;
  transition: right 1s ease-in-out;
  background-color: var(--travel-color-background);
  border-radius: var(--travel-border-radius);
  padding: var(--travel-border-radius) calc(var(--travel-border-radius) + 16px) var(--travel-border-radius) var(--travel-border-radius);
  box-shadow: 2px 4px 16px 0px rgba(16, 25, 40, 0.2);
}
@media screen and (max-width: 767px) {
  bfw-notification-booking {
    width: 100% !important;
  }
}
bfw-notification-booking a, bfw-notification-booking a:hover, bfw-notification-booking a:focus {
  color: var(--travel-color-text, #4A4A4A);
  text-decoration: none !important;
  cursor: default;
}
bfw-notification-booking .bfw-sales-notofication-wrapper {
  display: flex;
}
bfw-notification-booking .bfw-item-sale-notification {
  display: flex;
  gap: 15px;
  justify-items: center;
  font-size: 14px;
}
bfw-notification-booking .bfw-item-sale-notification .bfw-image {
  aspect-ratio: 4/4;
  width: 100px;
  border-radius: var(--travel-border-radius);
  overflow: hidden;
}
bfw-notification-booking .bfw-item-sale-notification .bfw-image img {
  display: flex;
  object-fit: cover;
  height: 100%;
}
bfw-notification-booking .bfw-item-sale-notification .bfw-content-item {
  width: calc(100% - 15px - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
bfw-notification-booking .bfw-item-sale-notification .bfw-content-item--customer {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--main-color, #161313);
  display: inline;
}
bfw-notification-booking .bfw-item-sale-notification .bfw-content-item--customer span {
  font-weight: 400;
  color: var(--travel-color-text, #4A4A4A);
  display: inline;
}
bfw-notification-booking .bfw-item-sale-notification .bfw-title {
  color: var(--main-color, #161313);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  display: inline;
}
bfw-notification-booking .bfw-content-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
bfw-notification-booking .bfw-content-footer .bfw-notification-booknow {
  color: var(--main-color, #161313);
  border-bottom: 1px solid var(--main-color, #161313);
  cursor: pointer;
}
bfw-notification-booking .bfw-close-popup {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  cursor: pointer;
  color: var(--travel-color-text, #4A4A4A);
}
bfw-notification-booking .bfw-notification-booking-line {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
bfw-notification-booking .bfw-notification-booking-line:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  position: absolute;
  background: var(--main-color, #161313);
  animation: bfw-animate-notification-line var(--display-time) linear;
  animation-play-state: running;
}
bfw-notification-booking:hover .bfw-notification-booking-line::before {
  animation-play-state: paused;
}
@keyframes bfw-animate-notification-line {
  0% {
    transform: translateX(0);
    width: 100%;
  }
  100% {
    transform: translateX(-100%);
  }
}

.elementor-widget-bfw-short-video .bfw-blog-wrapper.bfw-video-wrapper .bfw-content-list {
  display: block;
  width: 100%;
  overflow: visible;
}
.elementor-widget-bfw-short-video .bfw-swiper-short-video {
  overflow: visible;
  width: 100%;
}

.e-parent:has(.elementor-widget-bfw-short-video) {
  overflow: hidden;
}
.e-parent:has(.elementor-widget-bfw-short-video) .swiper-wrapper {
  transition-timing-function: ease-out !important;
}

.bfw-video-wrapper .bfw-content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video {
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper {
    flex-wrap: wrap;
  }
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .image-feature {
  width: 100%;
  margin-top: 0px;
  aspect-ratio: 4/3;
  margin-bottom: 0px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .image-feature {
    width: 280px;
  }
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .image-feature img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content {
    width: calc(100% - 280px);
  }
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content h3 {
  color: var(--text-color);
  font-family: "HelveticaNeue";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.48px;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content p {
  color: var(--heading);
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content .meta {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content .meta .icon svg path {
  fill: var(--text-color);
}
.bfw-video-wrapper .bfw-content-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video {
  width: 100%;
  background: transparent;
  box-shadow: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bfw-video-wrapper .bfw-content-list .bfw-item-video:not(.swiper-slide) {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .bfw-video-wrapper .bfw-content-list .bfw-item-video:not(.swiper-slide) {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 992px) {
  .bfw-video-wrapper .bfw-content-list .bfw-item-video.bfw-shortvideo-item-wrapper:not(.swiper-slide) {
    width: calc((100% - 60px) / 4);
  }
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .image-feature {
  width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content {
  width: 100%;
  padding: 0px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content .meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content .meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .bfw-item-video-wrapper .content .meta .meta-item span {
  font-size: 16px;
  line-height: 24px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .image-feature {
  position: relative;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .image-feature .duration {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgb(4, 25, 80);
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 2px 4px;
  border-radius: 2px;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .image-feature .img-thumb {
  position: relative;
  overflow: hidden;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .image-feature .img-thumb.img-thumb-short {
  aspect-ratio: 3/4;
}
.bfw-video-wrapper .bfw-content-list .bfw-item-video .image-feature .img-thumb.img-thumb-short img {
  aspect-ratio: 3/4;
}

.bfw-h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.bfw-h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: math-auto;
}

.bfw-h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: math-auto;
}

.bfw-h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: math-auto;
}

.bfw-h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: math-auto;
}

.bfw-h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.bfw-border-radius-2 {
  border-radius: var(--border-radius-2, 12px);
}

.bfw-border-2 {
  border: 1px solid var(--border-color-2, #E7E6E6);
}

.bfw-padding-item-2 {
  padding: 15px;
}

.bfw-padding-item-2-lg {
  padding: 30px;
}

.bfw-padding-item-2-xl {
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .bfw-padding-item-2-xl {
    padding: 30px;
  }
}

.bfw-padding-item-space {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bfw-padding-item-space-small {
  padding-top: 8px;
  padding-bottom: 8px;
}

svg {
  transition: all 0.2s;
}
svg path {
  transition: all 0.2s;
}

.bfw-button-2 {
  background: #FFF;
  border-color: var(--bfw-main-color, #FE7524);
  color: var(--bfw-main-color, #FE7524);
  transition: all 0.2s;
}
.bfw-button-2:not(.bfw-button-2-not-hover-button):hover, .bfw-button-2:not(.bfw-button-2-not-hover-button):active {
  color: #fff;
  background: var(--bfw-main-color, #FE7524);
  border-color: var(--bfw-main-color, #FE7524);
}
.bfw-button-2.bfw-button-2-not-hover-button {
  color: #1a1a1a;
}
.bfw-button-2.bfw-button-2-not-hover-button:hover {
  color: var(--bfw-main-color, #FE7524);
}

.bfw-shadow-2:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}

.bfw-banner-item-link {
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.bfw-banner-item-link .banner-item {
  border-radius: 12px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.bfw-banner-item-link .banner-item::before {
  opacity: 0.4;
  filter: alpha(opacity=40);
  content: "";
  background-image: linear-gradient(to bottom, transparent, #05073C);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bfw-banner-item-link .banner-item img {
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  object-fit: cover;
}
.bfw-banner-item-link.bfw-tour-type-style-2 .banner-item .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
  color: #fff;
  transform: translateY(20px);
}
.bfw-banner-item-link.bfw-tour-type-style-2 .banner-item .inner .title {
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.bfw-banner-item-link.bfw-tour-type-style-2 .banner-item .inner .number {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out 0s;
}
.bfw-banner-item-link.bfw-tour-type-style-2 .banner-item:hover .inner {
  transform: translateY(0);
}
.bfw-banner-item-link.bfw-tour-type-style-2 .banner-item:hover .inner .number {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bfw-banner-item-link.bfw-tour-type-style-3 .banner-item .inner {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  transition: all 0.3s ease-in-out 0s;
  z-index: 5;
  color: var(--travel-heading);
  padding: 8px 16px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .bfw-banner-item-link.bfw-tour-type-style-3 .banner-item .inner {
    top: 20px;
    left: 20px;
  }
}
.bfw-banner-item-link.bfw-tour-type-style-3 .banner-item .inner .title {
  color: var(--travel-heading);
  margin-top: 0px;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out 0s;
}
.bfw-banner-item-link.bfw-tour-type-style-3 .banner-item .inner .number {
  color: var(--travel-heading);
}
.bfw-banner-item-link.bfw-tour-type-style-3 .banner-item:hover .inner {
  background-color: var(--travel-color-white);
}
.bfw-banner-item-link.bfw-tour-type-style-3 .banner-item:hover .inner .title {
  color: var(--travel-color-primary);
}

:root {
  --travel-heading: #161313;
  --travel-color-primary: #EB5500;
  --travel-color-secondary: #ED7200;
  --travel-color-pressed: #EB4700;
  --travel-color-text: #4A4A4A;
  --travel-color-text-other: #808080;
  --travel-color-border-line: #CFCFCF;
  --travel-color-background: #F6E7D8;
  --travel-color-white: #FFF;
  --travel-border-radius: 8px;
  --travel-border-radius-2: 12px;
  --travel-border-radius-3: 16px;
  --travel-background: #F8F1E6;
  --travel-information: #5E6D77;
}

.bfw-color-white-tp3 {
  color: var(--travel-color-white);
}

.bfw-button-tp3 {
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: var(--travel-border-radius);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .bfw-button-tp3 {
    padding: 15px 20px;
  }
}

.bfw-button-fill-tp3 {
  background: var(--travel-color-secondary, #ED7200);
  border: 1px solid var(--travel-color-secondary, #ED7200);
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--travel-color-white, #FFF);
}
.bfw-button-fill-tp3:hover {
  background: var(--travel-color-primary, #EB5500);
  color: var(--travel-color-white, #FFF);
}
.bfw-button-fill-tp3:active, .bfw-button-fill-tp3:focus {
  background: var(--travel-color-pressed, #EB4700);
  border: 1px solid var(--travel-color-pressed, #EB4700);
  color: var(--travel-color-white, #FFF);
}

.bfw-button-outline-tp3 {
  border: 1px solid var(--travel-color-secondary, #ED7200);
  color: var(--travel-color-secondary, #ED7200);
  background-color: transparent;
}
.bfw-button-outline-tp3:hover {
  border: 1px solid var(--travel-color-primary, #EB5500);
  color: var(--travel-color-primary, #EB5500);
}
.bfw-button-outline-tp3:active, .bfw-button-outline-tp3:focus {
  border: 1px solid var(--travel-color-pressed, #EB4700);
  color: var(--travel-color-pressed, #EB4700);
}

.bfw-button-dark-fill-tp3 {
  background: var(--travel-color-white, #FFF);
  outline: none;
  box-shadow: none;
  color: var(--travel-color-primary, #EB5500);
  border: 1px solid var(--travel-color-white, #FFF);
}
.bfw-button-dark-fill-tp3:hover {
  background: var(--travel-color-primary, #EB5500);
  color: var(--travel-color-white, #FFF);
  border: 1px solid var(--travel-color-primary, #EB5500);
}
.bfw-button-dark-fill-tp3:active, .bfw-button-dark-fill-tp3:focus {
  background: var(--travel-color-pressed, #EB4700);
  border: 1px solid var(--travel-color-pressed, #EB4700);
  color: var(--travel-color-white, #FFF);
}

.bfw-button-dark-outline-tp3 {
  border: 1px solid var(--travel-color-white, #FFF);
  background-color: transparent;
  color: var(--travel-color-white, #FFF);
}
.bfw-button-dark-outline-tp3:hover {
  border: 1px solid var(--travel-color-primary, #EB5500);
  color: var(--travel-color-primary, #EB5500);
}
.bfw-button-dark-outline-tp3:active, .bfw-button-dark-outline-tp3:focus {
  border: 1px solid var(--travel-color-pressed, #EB4700);
  color: var(--travel-color-pressed, #EB4700);
}

.bfw-h1-tp3 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .bfw-h1-tp3 {
    font-size: 36px;
  }
}

.bfw-h2-tp3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 45px */
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .bfw-h2-tp3 {
    font-size: 26px;
  }
}

.bfw-h3-tp3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 30px */
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .bfw-h3-tp3 {
    font-size: 24px;
  }
}

.bfw-h4-tp3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 30px */
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .bfw-h4-tp3 {
    font-size: 18px;
    line-height: 130%;
  }
}

.bfw-h5-tp3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 25px */
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .bfw-h5-tp3 {
    font-size: 16px;
  }
}

.bfw-h6-tp3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 24px */
  text-transform: capitalize;
  color: var(--travel-heading);
}

.bfw-p-tp3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  color: var(--travel-heading);
}

.bfw-border-radius-tp3 {
  border-radius: var(--travel-border-radius);
}

.bfw-border-radius-2-tp3 {
  border-radius: var(--travel-border-radius-2);
}

.bfw-border-radius-3-tp3 {
  border-radius: var(--travel-border-radius-3);
}

.bfw-field-tp3 {
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.swiper-pagination.swiper-pagination-typo-3 {
  bottom: -30px;
}
.swiper-pagination.swiper-pagination-typo-3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 2px solid var(--travel-color-border-line, #CFCFCF);
  background-color: transparent;
}
.swiper-pagination.swiper-pagination-typo-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: none;
  background-color: var(--travel-color-primary);
  border: 2px solid var(--travel-color-primary);
}

.bfw-p-small-medium {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.bfw-dropdown-wrapper .bfw-dropdown {
  display: none;
}

form .bfw-dropdown-wrapper {
  width: 100%;
  position: relative;
}
form .bfw-dropdown-wrapper.active .bfw-dropdown {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
form .bfw-dropdown-wrapper .bfw-dropdown {
  margin-top: 12px;
  position: absolute;
  z-index: 9;
  border-radius: 8px;
  background: var(--shade-white);
  box-shadow: 0px 4px 6px -2px rgba(16, 25, 40, 0.03), 0px 16px 24px -4px rgba(16, 25, 40, 0.08);
  width: 100%;
  top: 100%;
  padding: 16px;
  list-style: none;
  background-color: #FFF;
  margin-left: 0px;
}
form .bfw-dropdown-wrapper .bfw-dropdown.bfw-list-hotel {
  gap: 0px;
}
form .bfw-dropdown-wrapper .bfw-dropdown.bfw-list-hotel li {
  padding-top: 12px;
  padding-bottom: 12px;
}
form .bfw-dropdown-wrapper .bfw-dropdown.bfw-list-hotel li:not(:last-child) {
  border-bottom: 1px solid var(--travel-color-border-line, #E4E7EC);
}
form .bfw-dropdown-wrapper .bfw-dropdown li a {
  cursor: pointer;
  width: 100%;
  display: block;
  color: var(--travel-heading, #101928);
}
form .guests-wrapper .minus, form .guests-wrapper .plus {
  cursor: pointer;
  user-select: none;
}
form .guests-wrapper .guests-button {
  border-radius: 6px;
  border: 1px solid var(--travel-color-border-line, #D0D5DD);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  form .guests-wrapper .guests-button {
    padding: 6px 8px;
  }
}
form .guests-wrapper input {
  outline: 0;
  font-size: 15px;
  text-align: center;
  width: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  height: unset;
}

.bfw-sliders {
  overflow: hidden;
  position: relative;
}
.bfw-sliders .sliders-wrapper .bfw-background-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bfw-sliders .sliders-wrapper .bfw-background-slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bfw-sliders .sliders-wrapper .bfw-background-slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.bfw-sliders .sliders-wrapper .item-slider__content {
  position: relative;
  padding-top: 196px;
  padding-bottom: 388px;
  max-width: 645px;
}
@media screen and (max-width: 767px) {
  .bfw-sliders .sliders-wrapper .item-slider__content {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
  }
}
.bfw-sliders .sliders-wrapper .item-slider__content h1 {
  margin-bottom: 30px;
  color: var(--travel-color-white) !important;
}
.bfw-sliders .sliders-wrapper .item-slider__content p {
  margin-bottom: 30px;
  color: var(--travel-color-white) !important;
}
.bfw-sliders .sliders-wrapper .item-slider__content_button {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .bfw-sliders .sliders-wrapper .item-slider__content_button {
    justify-content: center;
    gap: 15px;
  }
}
.bfw-sliders .sliders-wrapper .item-slider__content_button a {
  text-decoration: none;
}

.bfw-service__package_item.bfw-service__package_item_new {
  margin-bottom: 30px;
  border: 1px solid transparent;
  background: var(--travel-color-white, #FFF);
}
.bfw-service__package_item.bfw-service__package_item_new:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
}
.bfw-service__package_item.bfw-service__package_item_new .rating {
  margin-bottom: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text, #4A4A4A) !important;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bfw-service__package_item.bfw-service__package_item_new .bfw-service__content a.title {
  display: flex;
  text-decoration: none;
}
.bfw-service__package_item.bfw-service__package_item_new .bfw-service__content a.title .item_title {
  margin-top: 0px;
  margin-bottom: 6px;
}
.bfw-service__package_item.bfw-service__package_item_new .bfw-service__image {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--travel-border-radius-2) - 1px);
}
.bfw-service__package_item.bfw-service__package_item_new .bfw-service__image img {
  border-radius: calc(var(--travel-border-radius-2) - 1px);
}
.bfw-service__package_item.bfw-service__package_item_new .bfw-location {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text, #4A4A4A);
  margin-left: 0px;
}
.bfw-service__package_item.bfw-service__package_item_new .bfw-service__content_infor > :last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--travel-color-background, #F6E7D8);
  margin-bottom: 12px !important;
}
.bfw-service__package_item.bfw-service__package_item_new .item-footer {
  gap: 15px;
}
.bfw-service__package_item.bfw-service__package_item_new .item-footer .bfw_doller span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text, #4A4A4A);
}
.bfw-service__package_item.bfw-service__package_item_new .item-footer .bfw_doller span.woocommerce-Price-amount {
  color: var(--travel-color-primary, #EB5500);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}
.bfw-service__package_item.bfw-service__package_item_new .item-footer .bfw_doller span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: var(--travel-color-primary, #EB5500);
}
.bfw-service__package_item.bfw-service__package_item_new .item-footer .bfw_duration span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text, #4A4A4A);
}

.bfw-team-style-2 .item-team .item {
  padding: 30px;
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
}
.bfw-team-style-2 .item-team .item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.bfw-team-style-2 .item-team .item:hover .author-meta h5 {
  color: var(--travel-color-primary);
}
.bfw-team-style-2 .item-team .item .item-content .bfw-avatar {
  overflow: hidden;
  border-radius: 50%;
}
.bfw-team-style-2 .item-team .item .item-content .bfw-avatar img {
  border-radius: 50%;
}
.bfw-team-style-2 .item-team .item .item-content .author-meta h5 {
  margin-bottom: 4px;
}
.bfw-team-style-2 .item-team .item .item-content .author-meta .office-team {
  color: var(--travel-color-text);
  margin-bottom: 0px;
}
.bfw-team-style-2 .item-team .item .item-content .author-meta .office-team + .social-team {
  margin-top: 16px;
  gap: 4px;
  padding: 0px;
  margin-bottom: 0px;
}
.bfw-team-style-2 .item-team .item .item-content .author-meta .office-team + .social-team li {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  background-color: var(--travel-background);
  padding: 10px;
}
.bfw-team-style-2 .item-team .item .item-content .author-meta .office-team + .social-team li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bfw-team-style-2 .item-team .item .item-content .author-meta .office-team + .social-team li:hover a svg path {
  fill: var(--travel-color-primary);
}

.bfw-list-blog-2 article {
  border: 1px solid transparent;
}
.bfw-list-blog-2 article:hover {
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.bfw-list-blog-2 .col-content {
  padding: 20px;
}
.bfw-list-blog-2 .entry-thumb {
  border-radius: var(--travel-border-radius-2);
}
.bfw-list-blog-2 .entry-thumb img {
  border-radius: var(--travel-border-radius-2);
}
.bfw-list-blog-2 .list-categories-2 ul {
  margin: 0px;
  padding: 0px;
}
.bfw-list-blog-2 .list-categories-2 ul a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text);
  text-transform: uppercase;
}
.bfw-list-blog-2 .col-content .entry-title {
  margin-top: 8px;
  margin-bottom: 12px;
}
.bfw-list-blog-2 .col-content .entry-title a {
  text-decoration: none;
  color: var(--travel-heading);
}
.bfw-list-blog-2 .col-content .entry-title a:hover {
  color: var(--travel-color-primary);
}
.bfw-list-blog-2 .col-content .excerpt-wrapper {
  margin-bottom: 12px;
}
.bfw-list-blog-2 .bfw-button-navigation {
  border: 1px solid #E7E6E6;
  background-color: #FFF;
  transition: all 0.3s;
  color: #1a1a1a;
  font-size: 30px;
  width: 46px;
  height: 46px;
}
.bfw-list-blog-2 .bfw-button-navigation:hover {
  background-color: var(--travel-color-primary);
  border: 1px solid var(--travel-color-primary);
}
.bfw-list-blog-2 .bfw-button-navigation:hover svg path {
  stroke: #FFF;
}

.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial:hover .item {
  background: rgba(22, 19, 19, 0.9);
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .item {
  transition: all 0.3s;
  background: rgba(22, 19, 19, 0.3);
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta {
  text-align: left;
  justify-content: left;
  align-items: flex-start;
  color: #FFF;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .rate svg {
  width: 16px;
  height: auto;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .rate svg path {
  fill: #FFA000;
  stroke: #FFA000;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bfw-content {
  margin-top: 12px;
  margin-bottom: 20px;
  color: var(--travel-color-white);
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bfw-content strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  display: block;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bfw-custommer .bfw-avatar-infor {
  gap: 16px;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bfw-custommer .bfw-avatar img {
  width: 50px;
  height: 50px;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bfw-custommer .infor h4 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: var(--travel-color-white);
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bfw-custommer .office-testimonial {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bft-testimonial-footer {
  width: 100%;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bft-testimonial-footer > svg {
  width: 48px;
  height: 48px;
}
.bfw-testimonial.bfw-testimonial-style-2 .item-testimonial .author-meta .bft-testimonial-footer > svg path {
  fill: #808080;
}

.bfw-tour-type-style-4 {
  position: relative;
}
.bfw-tour-type-style-4 .bfw-background-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bfw-tour-type-style-4 .bfw-background-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
}
.bfw-tour-type-style-4 .bfw-background-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.bfw-tour-type-style-4 .bfw-background-banner img.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bfw-tour-type-style-4 .bfw-tour-type-content {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 3;
  --content-width: min(100%,var(--container-max-width,1140px));
  max-width: var(--container-max-width);
  width: 100%;
  margin: auto;
  --padding-inline-start: 50px;
  --padding-inline-end: 50px;
  padding-left: var(--padding-inline-start);
  padding-right: var(--padding-inline-end);
}
@media screen and (max-width: 767px) {
  .bfw-tour-type-style-4 .bfw-tour-type-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.bfw-tour-type-style-4 .bfw-tour-type-content h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: var(--travel-white, #FFF);
}
@media screen and (max-width: 767px) {
  .bfw-tour-type-style-4 .bfw-tour-type-content h3 {
    font-size: 28px;
  }
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
  display: inline-block;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .bfw-tour-type-style-4 .bfw-tour-type-content ul {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .bfw-tour-type-style-4 .bfw-tour-type-content ul li {
    display: block;
    width: 100%;
  }
  .bfw-tour-type-style-4 .bfw-tour-type-content ul li .button-view {
    display: flex;
  }
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li .infor {
  display: flex;
  flex-direction: column;
  min-width: 253px;
}
@media screen and (max-width: 767px) {
  .bfw-tour-type-style-4 .bfw-tour-type-content ul li .infor {
    min-width: unset;
    margin-bottom: 8px;
  }
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li .infor .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .bfw-tour-type-style-4 .bfw-tour-type-content ul li .infor .title {
    font-size: 18px;
  }
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li .infor .subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s;
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li a {
  border-radius: 8px;
  border: 1px solid var(--travel-white, #FFF);
  padding: 8px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s;
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li.active {
  background-color: var(--travel-white, #FFF);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li.active .title {
  color: var(--travel-color-primary);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li.active .subtitle {
  color: var(--travel-color-primary);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li.active a {
  color: var(--travel-color-primary);
  border: 1px solid var(--travel-color-primary);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li:hover {
  background-color: var(--travel-white, #FFF);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li:hover .title {
  color: var(--travel-color-primary);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li:hover .subtitle {
  color: var(--travel-color-primary);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li:hover a {
  color: var(--travel-color-secondary, #ED7200);
  border: 1px solid var(--travel-color-secondary, #ED7200);
}
.bfw-tour-type-style-4 .bfw-tour-type-content ul li .button-view:hover a {
  color: var(--travel-color-primary);
  border: 1px solid var(--travel-color-primary);
}

.bfw-subscribe-form-wrapper .form-row {
  padding: 0px;
  margin: 0px;
  gap: 20px;
}
.bfw-subscribe-form-wrapper .control-group {
  overflow: hidden;
}
.bfw-subscribe-form-wrapper .control-group input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: transparent;
  border-radius: 8px;
  min-height: 24px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .bfw-subscribe-form-wrapper .form-row {
    flex-wrap: wrap;
  }
  .bfw-subscribe-form-wrapper .form-row .control-group {
    width: 100%;
  }
  .bfw-subscribe-form-wrapper .form-row input {
    max-height: 48px;
  }
  .bfw-subscribe-form-wrapper .form-row button {
    padding: 10px 16px;
    width: 100%;
  }
}

.bfw-single-style-1 {
  margin-bottom: 30px;
}
.bfw-single-style-1 .bfw-slider-thumb {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}
.bfw-single-style-1 .bfw-slider-thumb .bfw-thumbnails-slider {
  position: relative;
}
@media screen and (max-width: 565px) {
  .bfw-single-style-1 .bfw-slider-thumb .bfw-thumbnails-slider {
    overflow: hidden;
  }
}
.bfw-single-style-1 .bfw-slider-thumb .bfw-thumbnails-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100% !important;
}
.bfw-single-style-1 .bfw-slider-thumb .bfw-thumbnails-slider img {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
@media screen and (max-width: 565px) {
  .bfw-single-style-1 .bfw-slider-thumb .bfw-thumbnails-slider img {
    max-height: 400px;
  }
}
.bfw-single-style-1 .bfw-product-description {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
