:root {
    --fs-color-white: #fff;
    --fs-color-grey: #f9f9f9;
    --fs-color-black: #000;
    --fs-transition: all .3s ease-in-out;

    --fs-bg-color-tags: #00B6F3;
    --fs-bg-color-tags-1: #FFBC39;
    --fs-bg-color-tags-2: #8547EC;
}

body {
    font-family: "LexendDeca", sans-serif
}

.nav>li>a {
    font-family: "LexendDeca", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: "LexendDeca", sans-serif;
}

.alt-font {
    font-family: "LexendDeca", sans-serif;
}

#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
}

#masthead .header-nav>.menu-item>a.nav-top-link {
    color: var(--fs-color-black);
    font-size: 16px;
    font-weight: 500;
}

#masthead .header-nav>.menu-item {
    margin: 15px;
}

#masthead .header-nav>.menu-item.current-menu-item>a.nav-top-link,
#masthead .header-nav>.menu-item>a.nav-top-link:hover,
#masthead .header-nav>.menu-item.current-dropdown>a.nav-top-link {
    color: var(--fs-color-secondary);
}

#masthead .header-nav>.menu-item.has-dropdown ul.sub-menu {
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    border: none;
    padding: 10px;
}

#masthead .header-nav>.menu-item.has-dropdown:before,
#masthead .header-nav>.menu-item.has-dropdown:after {
    display: none;
}

#masthead .header-nav>.menu-item.has-dropdown ul.sub-menu a {
    margin: 0;
    color: var(--fs-color-black);
    padding: 10px 30px;
    border: none;
    position: relative;
    border-radius: 7px;
}

#masthead .header-nav>.menu-item.has-dropdown ul.sub-menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--fs-color-black);
    border-radius: 99px;
    transition: var(--fs-trasition);
}

#masthead .header-nav>.menu-item.has-dropdown ul.sub-menu a:hover {
    color: var(--fs-color-primary);
    background-color: #f7f7f7;
}

#masthead .header-nav>.menu-item.has-dropdown ul.sub-menu a:hover:before {
    background-color: var(--fs-color-primary);
}

.type-product-list {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.type-product-list a {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--fs-color-white);
    font-weight: 600;
    line-height: 19px;
    transition: all .3s ease-in-out;
}

.type-product-list a:hover {
    color: var(--fs-color-white);
}

.product-image-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 15px;
    align-items: start;
    align-content: space-between;
    justify-items: stretch;
    justify-content: center;
}

.product-image-gallery .item-gallery:first-child {
    grid-area: 1 / 1 / 3 / 3;
}

.product-image-gallery .item-gallery img {
    border-radius: 15px;
}

.view-more-album {
    position: absolute;
    bottom: 14px;
    right: 13px;
}

.view-more-album a {
    padding: 12px 16px;
    border-radius: 200px;
    background: var(--fs-color-white);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    transition: var(--fs-transition);
}

.view-more-album a:hover {
    background-color: var(--fs-color-secondary);
    color: var(--fs-color-white);
}

.list-info-tour {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.list-info-tour .item-info-tour i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e7e7e7;
    font-size: 24px;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--fs-color-secondary);
}

.list-info-tour .item-info-tour {
    padding-left: 65px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.list-info-tour .item-info-tour .title {
    font-size: 16px;
    color: #4f5e71;
}

.list-info-tour .item-info-tour span:last-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.section-layout-product {
    border: 1px solid #E8EDF1;
    padding: 24px;
    border-radius: 16px;
    margin-top: 24px;
}

.section-layout-product:first-child {
    margin-top: 0;
}

.section-layout-product *:last-child {
    margin-bottom: 0;
}

.section-layout-product>h3,
.price-product {
    font-weight: 700;
}

.price-product>span {
    color: red;
    font-size: 30px;
    line-height: 25px;
}

/* .program-product .item-program {
    min-height: unset;
    display: flex;
    gap: 25px;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.program-product .item-program:before {
    content: "";
    background: var(--fs-color-primary, #ffb300);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 20px;
}

.program-product .item-program .day-count {
    border-color: var(--fs-color-primary, #ffb300);
    border-style: solid;
    color: var(--fs-color-primary, #ffb300);
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    border-width: 2px;
    background-color: var(--fs-color-white);
}

.program-product .item-program:last-child {
    padding-bottom: 0;
}

.program-product .item-program .program-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.program-product .item-program .program-content * {
    font-size: 15px;
    color: #4f5e71;
    margin-bottom: 10px;
} */

.program-product .accordion-item {
    background: #fcfcfc;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
}

.program-product .accordion-item:last-child {
    margin-bottom: 0;
}

.program-product .accordion-item .accordion-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    color: #1a2b48;
    background: none;
    padding: 0;
    box-shadow: none;
    border: none;
    display: flex;
    padding-right: 35px;
    align-items: center;
}

.program-product .accordion-item .accordion-title>span:first-child {
    background: var(--fs-color-white);
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    padding: 8px 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-right: 18px;
    white-space: nowrap;
    display: inline-block;
}

.program-product .accordion-item .accordion-title.active>span:first-child {
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
    border-color: var(--fs-color-primary);
}

.program-product .accordion-item .accordion-title:after {
    content: "\2b";
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    color: var(--fs-color-black);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid var(--fs-color-black);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s ease-in-out;
}

.program-product .accordion-item .accordion-title.active:after {
    content: "\f068";
    color: var(--fs-color-white);
    border-color: var(--fs-color-primary);
    background-color: var(--fs-color-primary);
    transform: translateY(-50%) rotate(-180deg);
}

.program-product .accordion-item .accordion-inner {
    padding: 20px 0 0;
}

.program-product .accordion-item .accordion-inner>*:last-child {
    margin-bottom: 0;
}

.section-booking-product {
    border: 2px solid var(--fs-color-primary);
    border-radius: 16px;
    padding: 24px;
    background-color: #F2F4F4;
}

.booking-button span {
    margin: 0;
    background-color: var(--fs-color-secondary);
    color: var(--fs-color-white);
    width: 100%;
    border-radius: 99px !important;
    font-weight: 600;
    height: 54px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    transition: var(--fs-transition);
}

.booking-button span:hover {
    transform: translateY(-5px);
}

.checkout-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.box-checkout .col-box {
    border: 1px solid #E8EDF1;
    padding: 24px;
    border-radius: 16px;
}

.checkout-product .info-product {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 24px;
}

.checkout-product .info-product .image-cover {
    border-radius: 8px;
}

.checkout-product .info-product .title-product {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--fs-color-secondary);
    );
}

.checkout-product .info-product .list-info {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.checkout-product .info-product .list-info .item-info-tour {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

.checkout-product .info-product .list-info .item-info-tour i {
    width: 18px;
    text-align: center;
}

.checkout-product .table-price {
    width: calc(100% - 320px);
}

.checkout-product .table-price>div {
    font-weight: 600;
}

.checkout-product .table-price table td {
    font-size: 16px;
    color: var(--fs-color-black);
}

.checkout-product .table-price table td:nth-child(2) {
    text-align: right;
}

.checkout-product .info-product .image-product {
    width: 320px;
}

.checkout-product .info-product .content-product {
    width: calc(100% - 320px - 24px);
    position: relative;
    padding-bottom: 35px;
}

.checkout-product .info-product .read-more {
    text-align: right;
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.checkout-product .info-product .read-more a {
    background-color: var(--fs-color-secondary);
    padding: 3px 12px;
    display: inline-block;
    color: var(--fs-color-white);
    border-radius: 99px;
}

#booking-checkout .input-checkout {
    border-radius: 8px;
    box-shadow: none;
    height: auto;
    padding: 9px 12px;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

#booking-checkout .col-box>.row>.col:last-child {
    padding-bottom: 0;
}

.table-price table td:last-child {
    text-align: right;
    color: var(--fs-color-black);
    font-weight: 600;
}

.table-price table tr:last-child td {
    border: none;
}

.table-price table tr td {
    color: var(--fs-color-black);
}

.conditions {
    position: relative;
    margin-bottom: 15px;
}

.conditions input#conditions {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    margin: 0;
    display: none;
}

.conditions label {
    font-size: 14px;
    font-weight: 400;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
    line-height: 20.25px;
}

.conditions label a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--fs-color-secondary);
}

.conditions label:before {
    content: '';
    display: block;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #D2D3D8;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 5px;
    z-index: 1;
}

.conditions label:after {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: block;
    content: '';
    width: 40px;
    height: 20px;
    background-color: var(--fs-color-white);
    border: 1px solid #bbbbbb;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    position: absolute;
    top: 0px;
    left: 0;
}

.conditions input[type="checkbox"]:checked+label:before {
    background-color: var(--fs-color-white);
    left: 25px;
}

.conditions input[type="checkbox"]:checked+label:after {
    background: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

#booking-checkout button#submitBooking {
    margin: 0;
    width: 100%;
    background-color: var(--fs-color-primary);
    );
    color: var(--fs-color-white);
    border-color: var(--fs-color-primary);
}

#album_product {
    background-color: transparent;
    padding: 0 !important;
    box-shadow: none;
    overflow: hidden;
}

.mfp-content:has(>#album_product) {
    /* height: 80%; */
    max-width: 1150px;
    padding: 0 20px;
    overflow: unset;
    position: relative;
}

#album_product>.woocommerce-product-gallery .slide .box-slide-image {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
}

#album_product>.product-thumbnails .col>div {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
}

#album_product>.woocommerce-product-gallery .slide .box-slide-image img,
#album_product>.product-thumbnails .col>div>img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

#album_product>.woocommerce-product-gallery .slide .box-slide-image img {
    border-radius: 30px;
}

#album_product>.product-thumbnails .col>div>img {
    border-radius: 15px;
    opacity: 1;
    border: 3px solid transparent;
    transition: var(--fs-transition);
}

#album_product>.product-thumbnails .col.is-nav-selected.is-selected>div>img {
    border-color: var(--fs-color-white);
}

#album_product button.mfp-close {
    color: rgb(255 255 255);
    opacity: 1;
}

.product-small.box:has(>.box-image) {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
    padding: 20px;
    background-color: var(--fs-color-white);
}

.product-small.box:has(>.box-image) .box-text {
    text-align: left;
    padding: 0;
}

.info-product-small .info-diem-den {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--fs-color-white);
    font-weight: 600;
    line-height: 1.3;
    background-color: var(--fs-color-primary);
}

.info-product-small {
    position: absolute;
    bottom: calc(100% + 20px);
    left: 10px;
}

.info-product-small .info-diem-den i {
    font-size: 12px;
}

.product-small.box:has(>.box-image) .box-text .product-title a {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 22.41px;
}

.product-small.box:has(>.box-image) .box-text .product-title {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(223, 223, 223);
    display: block;
}

.product-small.box:has(>.box-image) .box-text .price-wrapper {
    text-align: right;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.product-small.box:has(>.box-image) .box-text .price-wrapper .price * {
    color: var(--fs-color-black);
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.product-small.box:has(>.box-image) .box-text .type-product-list {
    margin-bottom: 0px;
    margin-top: 6px;
}

.product-small.box:has(>.box-image) .box-text .type-product-list a {
    font-size: 12px;
}

.product-small .box-image a:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 75%) 0%, rgba(0, 0, 0, 0) 35%);
    z-index: 0;
    pointer-events: none;
}

.product-small:hover .box-image a img {
    transform: scale(1.2) rotate(3deg);
}

.product-small .box-image {
    border-radius: 5px;
}

.product-small.box:has(>.box-image) .box-text .price-wrapper:not(:has(.info-more)) {
    justify-content: right;
}

.product-small.box:has(>.box-image) .info-more i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 99px;
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
    );
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.product-small.box:has(>.box-image) .info-more i:before {
    border: 1px solid;
    border-radius: 99px;
    padding: 5px;
}

.product-small.box:has(>.box-image) .info-more {
    font-size: 15px;
    text-align: left;
    position: relative;
    line-height: 16px;
    padding-left: 35px;
}

.product-small.box:has(>.box-image) .price {
    background-color: rgba(223, 223, 223, .5);
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: var(--fs-color-black);
    transition: all .3s ease-in-out;
}

.product-small.box:has(>.box-image):hover .price {
    background-color: var(--fs-color-primary);
}

.product-small.box:has(>.box-image):hover .box-text .price-wrapper .price * {
    color: var(--fs-color-white);
}

.woof_price4_search_container .woof_price_filter_txt_container {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    position: relative;
}

.woof_price4_search_container .woof_price_filter_txt_container input {
    margin-bottom: 0;
    width: 100% !important;
}

.woof_price4_search_container .woof_price_filter_txt_container:before {
    content: "TÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi thiÃƒÂ¡Ã‚Â»Ã†â€™u";
    position: absolute;
    top: 0;
    left: 0;
}

.woof_price4_search_container .woof_price_filter_txt_container:after {
    content: "TÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi Ãƒâ€žÃ¢â‚¬Ëœa";
    position: absolute;
    top: 0;
    right: 0;
}

.tags-hotel span {
    padding: 8px 6px 6px;
    border-radius: 4px;
    background-color: var(--fs-bg-color-tags);
    color: var(--fs-color-white);
    font-size: 15px;
    display: inline-block;
    line-height: 15px;
    font-weight: bold;
}

.tags-hotel {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tags-hotel span:first-child {
    background-color: var(--fs-bg-color-tags-1);
}

.tags-hotel span:nth-child(2) {
    background-color: var(--fs-bg-color-tags-2);
}

.single-hotel-layout .product-title {
    margin-bottom: 5px;
}

.hotel-stars-type {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.hotel-stars-type img {
    display: block;
}

.hotel-type {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 4px;
}

.hotel-address i {
    color: var(--fs-color-primary);
}

.hotel-address span {
    font-size: 15px;
}

.section-facilities {
    height: 192px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.section-facilities>span {
    width: 20%;
    display: flex;
    padding: 12px 7px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.section-facilities>span>img {
    margin-bottom: 5px;
}

.section-facilities>span>span {
    display: -webkit-box;
    overflow: hidden;
    min-width: 85px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-facilities>span>span a {
    color: #00B6F3;
    width: 56px;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    background: #CCF0FD;
    align-items: center;
    font-weight: 600;
    border-radius: 50%;
    justify-content: center;
}

.gallery-room .col.large-4.small-4:first-child {
    flex-basis: 100%;
    max-width: 100%;
}

.gallery-room .col.large-4.small-4 {
    padding: 1px !important;
}

.gallery-room {
    border-radius: 12px;
    overflow: hidden;
}

.item-room {
    border: 1px solid #EDF2F7;
    font-size: 14px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    line-height: 17px;
    border-radius: 8px;
    margin-bottom: 16px;
    background-color: #ffffff;
    padding: 24px;
}

.overview-room {
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E8F0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.info-room {
    display: flex;
    flex-grow: 1;
}

.policy-room {
    width: 50%;
    padding: 16px 24px 0 0;
    display: flex;
    flex-direction: column;
}

.bed-room {
    width: 20%;
    display: flex;
    padding: 16px 24px 0;
    align-items: center;
    border-left: 1px solid #EDF2F7;
    border-right: 1px solid #EDF2F7;
    flex-direction: column;
}

.utilities-room {
    width: 30%;
    padding: 16px 0 0;
    text-align: right;
}

.policy-room ul {
    margin-bottom: 0;
}

.type-bed span {
    display: block;
}

.type-bed {
    text-align: center;
}

.type-bed:not(:first-child):before {
    content: "--- hoặc ---";
    margin: 8px 0;
    display: block;
    color: #718096;
}

.type-bed span:first-child {
    margin-bottom: 5px;
}

.utilities-room .tien-ich>span img {
    display: none;
}

.utilities-room .tien-ich {
    margin: -3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.utilities-room .tien-ich>span {
    margin: 3px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 100px;
    background-color: #EDF2F7;
}

.utilities-room .tien-ich>span.all {
    width: fit-content;
    cursor: pointer;
    background-color: rgba(0, 182, 243, 0.1);
    color: #00B6F3;
}

.all-utilities {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: -50px;
    z-index: 1500;
    border: 1px solid #E2E8F0;
    padding: 24px;
    max-width: 900px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    display: none;
}

.all:hover+.all-utilities {
    display: grid !important;
}

.all-utilities>span {
    color: #1a202c;
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 20px;
}

.all-utilities>span img {
    margin-right: 12px;
}

.row-room>.col {
    padding-bottom: 0;
}

.gallery-type-room .property-gallery-slider .slide,
.gallery-type-room .product-thumbnails .col div {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    background-position: 50% 50%;
    background-size: cover;
}

.gallery-type-room .property-gallery-slider .slide img,
.gallery-type-room .product-thumbnails .col div img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.gallery-type-room .product-thumbnails .col.is-nav-selected div img {
    opacity: 1;
}

.size-room>span:not(:last-child) {
    margin-right: 25px;
}

.size-room>span {
    display: flex;
    align-items: center;
}

.size-room {
    flex-flow: row wrap;
    display: flex;
    align-items: flex-start;
}

.size-room>span>i {
    margin-right: 3px;
}

.price-room {
    color: red;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.booking-room span {
    display: inline-block;
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
    text-align: center;
    padding: 8px 15px;
    border-radius: 99px;
    font-weight: bold;
    cursor: pointer;
}

.booking-room {
    text-align: right;
}

.size-room .title-room {
    font-size: 22px;
    margin-bottom: 0;
    width: 100%;
    line-height: 30px;
}

.checkout-product .info-product .list-info:has(.size-room) {
    display: block;
    border-top: 1px solid #ededed;
}

.checkout-product .size-room .title-room {
    font-size: 16px;
}

.checkout-product .size-room>span {
    font-size: 14px;
}

.list-info .bed-room {
    width: 100%;
    flex-direction: row;
    padding: 0;
    border: none;
    gap: 20px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ededed;
}

.list-info .type-bed:not(:first-child) {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 95px;
    position: relative;
}

.list-info .type-bed:not(:first-child)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.flatpickr-day.disable {
    pointer-events: none;
}

.sc-tour-theme {
    box-shadow: 0px -6px 55px 53px var(--fs-color-white);
}

.taxonomy-terms-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    margin-top: -100px;
}

.taxonomy-terms-list .item-tax a {
    width: 180px;
    margin-bottom: 35px;
    text-align: center;
    background-color: var(--fs-color-white);
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
    ;
    border-radius: 5px;
    padding: 30px 15px;
    transition: all 0.3s linear;
    display: block;
}

.taxonomy-terms-list .item-tax:hover a {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px 0px #1d1db333;
}

.taxonomy-terms-list .item-tax .item-tax-svg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    border-radius: 99px;
    padding: 3px;
    position: relative;
    margin: 0 auto;
}

.taxonomy-terms-list .item-tax .item-tax-svg svg {
    fill: var(--fs-color-white);
}

.taxonomy-terms-list .item-tax .item-tax-svg:before {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 99px;
}

.taxonomy-terms-list .item-tax .item-tax-title {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 20px;
}

.taxonomy-terms-list .item-tax .item-tax-count {
    font-size: 14px;
}

.absolute-footer {
    background: transparent !important;
}

footer#footer {
    background: url(/wp-content/uploads/2024/12/home-page-1-footer_1.png) no-repeat center bottom;
    background-size: cover;
}

footer#footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #1d1db31A 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.title-big {
    font-size: 50px;
}

.subtitle-banner {
    font-size: 14px;
    font-weight: 500;
}

.col.post-item:has(.button-post)>.col-inner h5.post-title {
    color: #0e0d0f;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.col.post-item:has(.button-post)>.col-inner .post-meta {
    color: #0e0d0f;
    opacity: 1;
    font-size: 14px;
}

.col.post-item:has(.button-post)>.col-inner .post-meta i {
    color: var(--primary-color);
}

.col.post-item:has(.button-post)>.col-inner p.from_the_blog_excerpt {
    color: #0e0d0f;
}

.button-post {
    display: flex;
    border-top: 1px solid #eaeaea;
    margin-top: 5px;
    padding-top: 5px;
    justify-content: space-between;
    align-items: center;
}

.col.post-item:has(.button-post)>.col-inner .button-post>a {
    margin: 0;
    color: #0e0d0f;
    text-transform: none;
    font-size: 15px;
    min-height: 0;
    line-height: 30px;
    transition: 400ms all ease;
}

.col.post-item:has(.button-post)>.col-inner .member-blog {
    font-weight: bold;
}

.col.post-item:has(.button-post)>.col-inner .box-text {
    padding: 20px 30px 15px;
}

.col.post-item:has(.button-post)>.col-inner {
    box-shadow: 0px 0px 21px 0px rgba(1, 1, 72, 0.06);
}

.col.post-item:has(.button-post)>.col-inner .button-post>a:after {
    content: "\f178";
    font-family: 'Font Awesome 6 Free';
    color: var(--primary-color);
    font-size: 12px;
}

.col.post-item:has(.button-post)>.col-inner .button-post>a:before {
    left: 0;
    bottom: 0;
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: var(--primary-color);
    transition: 400ms all ease;
}

.col.post-item:has(.button-post)>.col-inner .button-post>a:hover:before {
    width: 100%;
}

.col.post-item:has(.button-post)>.col-inner .button-post>a:hover {
    color: var(--primary-color);
}

.form-search-homepage .box-row {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: var(--fs-color-white);
    border-radius: 7px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.form-search-homepage .box-tab {
    display: flex;
    padding-left: 15px;
    position: relative;
}

.form-search-homepage .box-tab label {
    position: relative;
    margin: 0;
    text-align: center;
    background-color: var(--fs-color-white);
    transition: var(--fs-transition);
    padding: 15px 25px;
    cursor: pointer;
}

.form-search-homepage .box-tab label input {
    opacity: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.form-search-homepage .box-tab label:first-child {
    border-top-left-radius: 7px;
}

.form-search-homepage .box-tab label:last-child {
    border-top-right-radius: 7px;
}

.form-search-homepage .box-tab label:has(input:checked) {
    background-color: var(--primary-color);
    color: var(--fs-color-white);
}

.form-search-homepage .box-row input,
.form-search-homepage .box-row span.select2-selection.select2-selection--single {
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.form-search-homepage .box-row input:focus {
    box-shadow: none;
}

.form-search-homepage .box-row .box-item:not(:first-child):not(:has(button)) {
    border-left: 1px solid #e3e3e3;
}

.form-search-homepage .box-row button {
    margin: 0;
    width: 100%;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: var(--fs-color-white);
}

.form-search-homepage .box-row button:hover {
    background-color: var(--fs-color-white);
    color: var(--fs-color-primary);
}

.form-search-homepage .box-row input:focus::placeholder {
    opacity: .4;
}

.form-search-homepage .box-row input::placeholder {
    transition: var(--fs-transition);
}

.list-combo-products .flickity-slider>.col>.product-small.col {
    padding: 0;
}

.product-small .box-image>div:has(img) {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
}

.product-small .box-image>div:has(img) img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.title {
    font-size: 36px;
    line-height: 43px;
}

.subtitle {
    color: rgb(122, 122, 122);
    font-size: 15px;
    line-height: 25.6px;
    max-width: 675px;
}

.col-inner.text-center .subtitle {
    margin-left: auto;
    margin-right: auto;
}

.sc-location {
    background-image: linear-gradient(180deg, var(--fs-color-white) 79%, #EBFBFE 100%);
}

.sc-combo-domestic {
    background: linear-gradient(#EBFBFE, var(--fs-color-white));
}

.tab-combo:has(.loading-processing) .list-combo-name {
    pointer-events: none;
}

.list-combo-name {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.list-combo-name span {
    background-color: var(--fs-color-white);
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 10px;
    transition: var(--fs-transition);
    cursor: pointer;
}

.list-combo-name span:hover,
.list-combo-name span.active {
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
    border-color: var(--fs-color-primary);
}

.list-combo-products {
    position: relative;
    overflow: hidden;
}

.loading-processing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffffab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-processing img {
    width: 75px;
    animation: loading 2s linear infinite;
}

.sc-combo-international .section-bg {
    background-image: linear-gradient(180deg, #FFF8F8 93%, var(--fs-color-white) 100%);
}

.sc-combo-international .section-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/01/app-section-pattern-bg.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: bottom right;
    opacity: .2
}

.sc-combo-international {
    padding: 80px 0 !important;
}

.sc-customer {
    background-image: linear-gradient(to right, #120b5c 0%, #7b0364 50%, #4d3f6d 100%);
    padding: 60px 0 0 !important;
}

.sc-customer .title-small,
.sc-customer .title,
.sc-customer .subtitle {
    color: var(--fs-color-white);
}

.sc-customer .customer-number {
    color: var(--fs-color-white);
}

.sc-customer .customer-number span {
    font-weight: bold;
    font-size: 65px;
    line-height: 50px;
    color: var(--fs-color-secondary);
}

.sc-customer .customer-number p {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 70px;
    gap: 15px;
    font-size: 30px;
}

.sc-customer:before {
    content: "TADIVUI";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--fs-color-white);
    font-size: 200px;
    font-weight: bold;
    letter-spacing: 50px;
    opacity: .2;
}

.sc-customer .img.has-hover {
    margin-bottom: -230px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

.sc-customer a.button.primary {
    margin-bottom: 50px;
}

.sc-all-location {
    padding: 250px 0 0 !important;
}

.sc-all-location .box-location ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.sc-all-location .box-location ul li {
    margin: 0;
    transition: var(--fs-transition);
    position: relative;
    padding-left: 15px;
}

.sc-all-location .box-location ul li:before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: var(--fs-transition);
}

.sc-all-location .box-location ul li:hover {
    padding-left: 20px;
}

.sc-all-location .box-location ul li a {
    display: block;
    transition: var(--fs-transition);
}

.sc-all-location .box-location ul li:hover:before {
    left: 5px;
    color: var(--fs-color-secondary);
}

.sc-all-location .box-location ul li:hover a {
    color: var(--fs-color-secondary);
}

.title-small {
    margin-bottom: 0;
}

@keyframes loading {
    100% {
        transform: rotate(1turn);
    }
}

@media screen and (max-width: 768px) {
    .program-product .accordion-item .accordion-title {
        flex-direction: column;
        padding-right: 0;
        gap: 10px;
    }

    .program-product .accordion-item .accordion-title>span:first-child {
        display: block;
        margin-right: auto;
        margin-left: 0;
        font-size: 12px;
        padding: 0px 10px;
    }

    .program-product .accordion-item .accordion-title:after {
        transform: rotate(-180deg);
        top: 0;
    }

    .program-product .accordion-item .accordion-title>span:last-child {
        display: block;
        text-align: left;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    .program-product .accordion-item .accordion-title.active:after {
        transform: none;
    }
}











@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}