@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.font-style-1 {
  font-family: "Bonheur Royale";
}
.font-style-1 h1, .font-style-1 h2, .font-style-1 h3, .font-style-1 h4, .font-style-1 h5 {
  font-family: "Bonheur Royale";
}

.mb-0 p {
  margin-bottom: 0 !important;
}

.mbws_skillbar {
  margin-bottom: 20px;
}
.mbws_skillbar .title-skill {
  margin-bottom: 0;
}

.br-8 {
  border-radius: 8px;
  overflow: hidden;
}

.br-10 {
  border-radius: 10px;
  overflow: hidden;
}

.br-12 {
  border-radius: 12px;
  overflow: hidden;
}

.section-bg-contain .section-bg :is(img, picture, video) {
  object-fit: contain !important;
}

.babe-search-box {
  width: 100%;
}
.babe-search-box .babe-search-form {
  margin-bottom: 0;
}
.babe-search-box .input-group > * {
  flex: 0 0 calc(25% - 8px);
  border-bottom-color: #8080804a !important;
}
@media (max-width: 850px) {
  .babe-search-box .input-group {
    flex-flow: column !important;
  }
  .babe-search-box .input-group > * {
    width: 100%;
  }
}
.babe-search-box .input-group i {
  color: var(--fs-color-primary);
}
.babe-search-box .input-group .btn-search {
  border-radius: 8px;
  padding: 15px 30px;
  width: 100%;
  margin-bottom: 0;
}
.babe-search-box .input-group .btn-search i {
  color: white;
}
.babe-search-box .input-group .search-date .search_date {
  width: calc(100% - 20px) !important;
}
.babe-search-box .input-group input {
  margin-bottom: 0;
}
.babe-search-box .input-group .submit {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.babe-search-box .input-group .search_guests_field .btn-search-guests-change, .babe-search-box .input-group .search_guests_field .btn-search-guests-change:focus {
  background-color: #313041;
  color: white;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.babe-search-box .input-group .search_guests_field .btn-search-guests-change i, .babe-search-box .input-group .search_guests_field .btn-search-guests-change:focus i {
  color: white;
}
.babe-search-box .input-group .search_guests_field .search_guests_plus {
  margin-left: 5px;
}
.babe-search-box .input-group .search_guests_field .search_apply_btn {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
}
.babe-search-box .input-group .search_apply_btn {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
}

.babe_all_items_item {
  padding: 10px 15px 30px 15px;
}
.babe_all_items_item .babe_all_items_item_inner {
  transition: all 0.35s;
}
.babe_all_items_item .babe_all_items_item_inner:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.babe_all_items_item .item_img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
}
.babe_all_items_item .item_text {
  padding: 0 30px 30px;
  border: 1px solid #EBE6DE;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #fff;
  position: relative;
  margin-top: -16px;
}
.babe_all_items_item .item_text::after {
  content: "";
  width: 100%;
  height: 20px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 11;
  background: #fff;
  margin-bottom: -1px;
}
.babe_all_items_item .item_title {
  min-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 100%;
  font-weight: bold;
}
.babe_all_items_item .item_info_price {
  flex: 100%;
}
.babe_all_items_item .item_info_price label {
  display: inline-block;
  color: var(--text-color);
}
.babe_all_items_item .item_info_price .item_info_price_new .currency_amount {
  color: var(--fs-color-primary);
}
.babe_all_items_item .ba-meta {
  margin-top: 20px;
  padding: 10px 18px;
  background: #FAF8F4;
  border-radius: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.babe_all_items_item .ba-meta i {
  color: var(--fs-color-primary);
  margin-right: 4px;
  font-size: 16px;
}
.babe_all_items_item .ba-meta .meta-left > span:not(:last-child) {
  margin-right: 18px;
}
.babe_all_items_item .ba-meta .meta-right a {
  color: var(--fs-color-primary);
}
.babe_all_items_item .ba-meta .meta-right a::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  top: 3px;
  right: 0;
  font-size: 14px;
  z-index: 1;
  line-height: 1;
  margin-left: 5px;
}

.ba-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.ba-pagination .babe_pager {
  margin-bottom: 0 !important;
}

.babe_pager {
  text-align: center;
}

.pager .paginations span, .pager .paginations a, .babe_pager span, .babe_pager a {
  font-size: 14px;
  background: #fff;
  color: #313041;
  font-weight: 600;
  padding: 0 15px 0 15px;
  line-height: 34px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
  text-decoration: none;
  border: none;
  margin-right: 10px;
  border: 2px solid #EBE6DE;
  border-radius: 4px;
}
.pager .paginations span.current, .pager .paginations a.current, .babe_pager span.current, .babe_pager a.current {
  color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.babe_search_results {
  max-width: 1110px;
  margin: auto;
}

.babe_search_results_filters {
  padding: 0 20px;
  margin-bottom: 1rem;
}
.babe_search_results_filters .input_select_input {
  background-color: #FFF;
  padding: 0 12px;
  max-width: 100%;
  line-height: 40px;
  color: var(--text-color);
  font-size: 15px;
  border: 2px solid #EBE6DE;
  border-radius: 4px;
  margin-bottom: 0;
  height: 44px;
}

.babe_search_results_inner_grid {
  padding-bottom: 0;
}

.page-template-page-blank .babe_pager {
  margin-bottom: 2rem;
}

/** CHECKOUT */
#checkout_form_block {
  display: flex;
  flex-wrap: wrap;
}

#checkout_form_block > div h2 {
  font-size: 22px;
  margin: 0 0 18px;
}

#checkout_form_block .checkout-items {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

@media (max-width: 980px) {
  #checkout_form_block .checkout-items {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
#checkout_form_block .checkout-items table.table_order_items_details {
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr {
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr:first-child {
  border-top: 1px solid #EBE6DE;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td {
  padding: 20px 0 5px;
  vertical-align: top;
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_image {
  width: 140px;
  padding-right: 20px;
  padding-top: 30px;
}

@media (max-width: 600px) {
  #checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_image {
    width: 0;
  }
}
#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr {
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr td {
  padding: 0;
  line-height: 26px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr td.order_item_info_title {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 5px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr td .order_item_td_label {
  color: #313041;
  font-weight: 500;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr {
  border: 0;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr td {
  text-align: right;
  padding: 0;
  border: 0;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_total, #checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_total_amount {
  background: #FAF5EE;
  padding: 3px 20px 3px 15px;
  text-align: right;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_subtotal {
  padding-top: 20px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_due {
  padding-bottom: 20px;
}

#checkout_form_block .checkout-information {
  padding-left: 15px;
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

@media (max-width: 980px) {
  #checkout_form_block .checkout-information {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
#checkout_form_block .checkout-information form#checkout_form .input_group {
  display: block;
}

#checkout_form_block .checkout-information form#checkout_form .input_group > div {
  max-width: 100%;
  margin-bottom: 20px;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block {
  line-height: 24px;
  min-width: 30px;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_form_input_label {
  font-size: 16px;
  padding: 0;
  position: static !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  font-weight: 500;
  color: #313041;
  line-height: 1.1 !important;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_input_field {
  padding: 0 15px;
  margin: 0;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_form_input_underline {
  display: none;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .error {
  font-size: 13px;
}

#checkout_form_block .checkout-information form#checkout_form .amount_group {
  padding: 0;
  background: #FAF5EE;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 25px;
}

#checkout_form_block .checkout-information form#checkout_form .payment_group.tabs_group {
  font-size: 16px;
}

#checkout_form_block .checkout-information form#checkout_form .terms_group {
  font-size: 16px;
  line-height: 26px;
}

#checkout_form_block .checkout-information form#checkout_form .submit_group button {
  width: 100%;
}

#checkout_form_block .checkout-information .coupon-form-block {
  padding: 20px;
  text-align: left;
  display: block;
  text-align: center;
  background: #FAF5EE;
  border-radius: 8px;
  margin-bottom: 25px;
  border: none;
}

#checkout_form_block .checkout-information .coupon-form-block #coupon_input_field {
  height: 45px;
  padding: 0 10px;
}

#checkout_form_block .checkout-information .coupon-form-block #coupon_form_submit {
  margin: 15px 0 0;
}

.table_order_items_details {
  border: none;
}

.table_order_items_details tr {
  border: none;
}

.table_order_items_details tr:first-child {
  border-top: 1px solid #EBE6DE;
}

.table_order_items_details tr td {
  padding: 20px 0 5px;
  vertical-align: top;
  border: none;
}

.table_order_items_details tr td.order_item_row_image {
  width: 140px;
  padding-right: 20px;
  padding-top: 30px;
}

.table_order_items_details tr td.order_item_row_details table tr {
  border: none;
}

.table_order_items_details tr td.order_item_row_details table tr td {
  padding: 0;
  line-height: 26px;
}

.table_order_items_details tr td.order_item_row_details table tr td.order_item_info_title {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 5px;
}

.table_order_items_details tr td.order_item_row_details table tr td .order_item_td_label {
  color: #313041;
  font-weight: 500;
}

.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr {
  border: 0;
}

.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr td {
  text-align: right;
  padding: 0;
  border: 0;
}

.table_order_items_details tr td.order_items_row_total, .table_order_items_details tr td.order_items_row_total_amount {
  background: #FAF5EE;
  padding: 2px;
}

.table_order_items_details tr td.order_items_row_subtotal {
  padding-top: 20px;
}

.table_order_items_details tr td.order_items_row_due {
  padding-bottom: 20px;
}

/** FORM */
input[type=text], input[type=tel], input[type=password], input[type=email], input[type=url], input[type=date], input[type=number], textarea, select, #checkout_form .input_group > div input, #edit_user_profile .input_group > div input {
  background-color: #FFF;
  padding: 0 12px;
  max-width: 100%;
  line-height: 40px;
  color: var(--tevily-body-color);
  font-size: 15px;
  border: 2px solid #EBE6DE;
  border-radius: 4px;
}

.submit_group .checkout_form_submit {
  margin: 0;
  border-radius: 8px;
}

.col-full-height .col-inner {
  height: 100%;
}
.col-full-height .col-inner .img {
  height: 100%;
}
.col-full-height .col-inner .img .img-inner {
  height: 100%;
}
.col-full-height .col-inner .img .img-inner img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 849px) {
  .center-on-mobile .col-inner {
    text-align: center;
  }
}

.sidebar-menu .nav > li > a {
  font-size: 1em;
}

@media (min-width: 850px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }

  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: calc(100%);
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

.mbws-slider-booking .babe_all_items_item {
  width: 100%;
}

.post-item .box-image {
  border-radius: 8px;
  overflow: hidden;
}
.post-item .box-text {
  transition: all 0.35s;
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #EBE6DE;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.post-item .box-text::after {
  content: "";
  width: 100%;
  height: 20px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 11;
  background: #fff;
}

.single-to_book .entry-header {
  background-color: #FAF5EE;
}
.single-to_book .entry-header-text {
  padding-top: calc(1.5em + 30px);
  margin-bottom: 30px;
}
.single-to_book .ba-meta {
  display: flex;
}
@media (max-width: 420px) {
  .single-to_book .ba-meta {
    flex-flow: column;
  }
  .single-to_book .ba-meta > * {
    border-bottom: 1px solid #0000002e;
  }
}
.single-to_book .ba-meta > * {
  display: flex;
  flex: 50%;
}
.single-to_book .ba-meta > * > .icon {
  font-size: 32px;
  color: var(--fs-color-primary);
  padding-right: 10px;
}
.single-to_book .ba-meta label {
  color: var(--text-color);
  font-weight: normal;
  margin-bottom: 0;
}
.single-to_book .ba-meta span {
  color: var(--heading-color);
  font-weight: bold;
}
.single-to_book .item_info_price {
  border-bottom: none;
}

.widget_babe_widget_booking_form {
  background: #FAF5EE;
  border-radius: 8px;
  padding: 30px;
}
.widget_babe_widget_booking_form .booking_form_submit {
  width: 100%;
  border-radius: 8px;
}

.block_step .block_step_title {
  background-color: #FAF5EE;
  border: none;
  margin-bottom: 20px;
  flex-flow: row;
  padding: 20px;
}
.block_step .block_step_title h4 {
  font-size: 18px;
}
.block_step .block_step_content {
  margin-bottom: 20px;
  border: none;
}

.cal-month-block .cal-month-bar {
  background: #313041;
  border-color: #313041;
}

.cal-month-block .cal-week-name {
  margin: 0 1px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  padding: 9px 2px;
  line-height: 24px;
  color: #313041;
  background-color: #FAF8F4;
}

.cal-month-block .cal-dates-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
  border-top: 1px solid #EBE6DE;
}

.cal-month-block .cal-cell {
  position: relative;
  -ms-flex-preferred-size: 14.2857%;
  flex-basis: 14.2857%;
  text-align: right;
  border: 1px solid #EBE6DE;
  border-right: 0;
  border-top: 0;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 55px;
}

@media (max-width: 900px) {
  .cal-month-block .cal-cell {
    padding: 10px 5px;
  }
}
.cal-month-block .cal-cell:nth-child(7n) {
  border-right: 1px solid #EBE6DE;
}

.cal-month-block .cal-cell.cal-cell-empty, .cal-month-block .cal-cell.cal-cell-disabled {
  background: #FAF8F4;
}

.cal-month-block .cal-cell.cal-cell-invisible {
  display: none;
}

.cal-month-block .cal-cell.cal-cell-active {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.cal-month-block .cal-cell.cal-cell-active:hover {
  background: #313041;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cal-month-block .cal-cell.cal-cell-active:hover .cal-cell-date {
  color: #fff;
}

.cal-month-block .cal-cell .cal-cell-date {
  font-size: 16px;
  line-height: 24px;
  color: #313041;
}

.cal-month-block .cal-cell .cal-cell-pricefrom {
  font-size: 14px;
  padding-top: 8px;
  font-weight: bold;
  color: var(--fs-color-primary);
}

@media (max-width: 900px) {
  .cal-month-block .cal-cell .cal-cell-pricefrom {
    font-size: 11px;
  }
}
.cal-month-block .cal-cell .cal-cell-pricefrom .currency_amount {
  color: var(--fs-color-primary);
}

.absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */