@font-face {
    font-family: 'SVN-Taken by Vultures';
    src: url('../fonts/SVN-TakenbyVultures.woff2') format('woff2'),
        url('../fonts/SVN-TakenbyVultures.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'svn-avoregular';
    src: url('../fonts/SVN-Avo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'svn-avobold';
    src: url('../fonts/SVN-Avo bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.title-header .featured {
    font-family: "SVN-Taken by Vultures";
    font-size: 6rem;
    font-weight: 400;
    margin-left: 10px;
    color: #ff6600;
}
.title-header{
    color: var(--fs-color-secondary);
}
td:last-child, th:last-child {
    padding-right: .5em;
}
td:first-child, th:first-child {
    padding-left: .5em;
}
td {
    color: #000;
}
.absolute-footer.dark {
    color: #fff;
}
.box.box-blog-post .box-image .image-cover {
    padding-top: 76% !important;
	border-radius: 8px;
}
.main-footer .logo-footer img {
    max-height: 80px;
    width: auto;
}
.header-main .header-language-dropdown .icon-image img,
.header-main .header-language-dropdown .image-icon img {
    min-height: 14px;
}
.header-main .header-language-dropdown .image-icon {
    margin-right: 5px;
}
.header .header-wrapper {
    border-bottom: 1px solid transparent;
}
.header .header-wrapper:not(.stuck) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .header-wrapper.stuck {
    background-color: #fff;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #000;
}
.nav-dropdown-default .nav-column li>a:hover, .nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--fs-experimental-link-color-hover);
}
.header-inner .mobile-nav .icon-menu {
    color: var(--fs-color-secondary);
}
.is-divider {
    display: none;
}
.box-blog-post .post-title {
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box-blog-post .post-title a {
    display: block;
}
#post-list .row-box-shadow-1-hover .col-inner {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}
#post-list .row-box-shadow-1-hover .col-inner:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.post-sidebar span.widget-title {
    color: var(--fs-color-secondary);
    font-size: 18px;
}
.post-sidebar .widget .is-divider {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: var(--fs-color-secondary);
}
.article-inner.box-shadow-1-hover {
    box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background: var(--fs-color-secondary);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #084298;
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--fs-color-secondary) #fff;
}
header.archive-page-header h1.page-title {
    font-size: 24px;
	color: var(--fs-color-secondary);
}
.footer-info p {
    margin-bottom: 10px;
}
.footer-form-wrap {
    display: block;
    position: relative;
}
.footer-form-wrap input.wpcf7-email {
    border-radius: 8px;
    padding-right: 40px;
    font-size: 14px;
    height: 40px;
}
.footer-wrapper .wpcf7-response-output {
    font-size: 14px;
}
.footer-form-wrap button.footer-form-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-wrapper span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.widget .badge-outline .badge-inner {
    border-radius: 5px !important;
}
.logo-left .logo {
  margin-right: 25px;
}
.page-template-page-transparent-header .header .header-wrapper:not(.stuck) {
    border: 0;
}
.page-template-page-transparent-header .header .header-wrapper:not(.stuck) .header-main .nav > li > a {
    color: #fff;
}
.page-template-page-transparent-header .header .header-wrapper:not(.stuck) .header-main .nav > li > a:hover {
    color: var(--fs-experimental-link-color-hover);
}
.tour-featured .tour-row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.tour-featured .tour-left {
    width: 33.3333333333%;
    padding: 0 15px;
}
.tour-featured .tour-right {
    padding: 0 15px;
    width: 66.6666666667%;
}
.tour-featured .lists-tour {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.tour-featured .lists-tour .item-product {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 16px;
}
.lists-tour .item-product .item-wrap {
    display: flex;
    align-items: center;
}
.lists-tour .item-product .thumb {
    width: 102px;
    height: 102px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    flex-shrink: 0;
    overflow: hidden;
}
.lists-tour .item-product .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.lists-tour .item-product .item-wrap:hover .thumb img {
    transform: scale(1.05);
}
.lists-tour .item-product .inner {
    margin-left: 8px;
}
.lists-tour .item-product .tour-price span.amount {
    color: var(--fs-color-secondary);
    font-size: 20px;
}
.lists-tour .item-product .tour-price del {
    display: block;
    line-height: normal;
}
.lists-tour .item-product .tour-price del span.amount {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
.lists-tour .item-product .tour-price ins {
    line-height: normal;
}
.tour-featured h2.title {
    color: var(--fs-color-secondary);
    font-weight: 500;
}
.customer-feedback .slider .gallery-col .box-image.image-cover img {
    width: auto;
    object-position: top center;
    object-fit: contain;
    position: relative;
}
.customer-feedback .slider .gallery-col .box-image {
    padding-top: 0 !important;
    text-align: center;
}
.thuexe-main-slider:not(.swiper-container-initialized) .swiper-wrapper,
.tour-main-slider:not(.swiper-container-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;     /* 🔥 KHÔNG XUỐNG HÀNG */
    gap: 24px;
    overflow: hidden;      /* tránh tràn */
}

.thuexe-main-slider:not(.swiper-container-initialized) .swiper-slide,
.tour-main-slider:not(.swiper-container-initialized) .swiper-slide {
    flex: 0 0 25%;         /* 4 item trên 1 hàng */
    max-width: 25%;
}
.banner-grid-wrapper .banner-grid .img .img-inner {
    border-radius: 10px;
}
.banner-grid-wrapper .banner-grid .img .img-inner .caption {
    max-height: unset !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    top: auto;
    transform: none;
    height: auto;
    padding: 15px 15px !important;
}
.top-cat-tour {
    display: block;
    position: relative;
    margin-top: 50px;
}
.top-cat-tour h1.title-cat {
    color: var(--fs-color-secondary);
    font-size: 2.5rem;
}
.top-cat-tour .desc {
    max-width: 760px;
}
form.wc-filter-pro .filter-group h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
form.wc-filter-pro .filter-group {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
form.wc-filter-pro button.button {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
}
form.wc-filter-pro .filter-group label {
    line-height: normal;
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
}
form.wc-filter-pro .filter-group input[type="radio"], form.wc-filter-pro .filter-group input[type="checkbox"] {
    margin: 0 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 18px;
    height: 18px;
}
.footer-cat-tour .cat-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footer-cat-tour .desc {
    width: 50%;
    padding: 0 15px;
}
.footer-cat-tour .desc ul {
    list-style: disc;
    padding-left: 20px;
}
.top-inner-cat {
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}
.product-small.box .box-image {
    border-radius: 10px;
}
.thuexe-wrapper .box-inner h3 a,
.product-small.box .title-wrapper .name.product-title a {
    color: var(--fs-color-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thuexe-wrapper .box-inner h3,
.product-small.box .title-wrapper .name.product-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}
.thuexe-wrapper .price-wrapper,
.product-small.box .box-text-products .price-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: 16px;
}
.thuexe-wrapper .box-inner .badge,
.product-small.box .box-text-products .price-wrapper .badge {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
.thuexe-wrapper ul.list-highlights,
.product-small.box .box-text-products ul.list-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
}
.thuexe-wrapper ul.list-highlights li, .product-small.box .box-text-products ul.list-highlights li {
    margin: 0;
    display: flex;
    gap: 5px;
}
.thuexe-wrapper ul.list-highlights li svg, .product-small.box .box-text-products ul.list-highlights li svg {
    margin-right: 5px;
    min-width: 17px;
    position: relative;
    top: 4px;
}
.main-product.product-hotel .tour-detail .items .desc ul li {
    width: 50%;
    padding: 0 10px 0 25px;
    list-style: none;
    position: relative;
}
.main-product.product-hotel .tour-detail .items .desc ul li:before {
    content: "";
    background-image: url(../images/tick.svg);
    width: 17px;
    position: absolute;
    left: 0;
    height: 17px;
    background-size: contain;
    top: 3px;
}
.thuexe-wrapper .box-inner .price,
.box-text-products .price-wrapper span.price {
    font-size: 24px;
}
.thuexe-wrapper .box-inner .price del,
.box-text-products .price-wrapper span.price del {
    font-size: 15px;
    display: block;
}
.product-small.box .box-text-products {
    padding: 12px;
}
.thuexe-wrapper:hover,
.product-small.box:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    overflow: hidden;
    border-radius: 10px;
	background-color:#fff;
}
.thuexe-wrapper .box-inner .price span.amount,
.box-text-products .price-wrapper span.price span.amount {
    color: var(--fs-color-secondary);
}
.tour-main-slider.swiper-container-initialized .swiper-slide .product-small.col {
    padding: 0 0 10px;
}
.thuexe-slider .btn-view,
.tour-slider .btn-view {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.thuexe-slider .btn-view .view-all:before,
.tour-slider .btn-view .view-all:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--fs-color-secondary);
    width: 100%;
    height: 1px;
}
.thuexe-slider .btn-view .view-all,
.tour-slider .btn-view .view-all {
    color: var(--fs-color-secondary);
    font-weight: 600;
    position: relative;
    padding: 0 16px 5px;
}
.thuexe-slider .btn-view .view-all:hover,
.tour-slider .btn-view .view-all:hover {
    opacity: .8;
}
.thuexe-slider-top h2.title,
.tour-slider-top h2.title {
    color: var(--fs-color-secondary);
    font-size: 40px;
    margin: 0;
}
.thuexe-slider-top,
.tour-slider-top {
    display: block;
    position: relative;
    margin-bottom: 32px;
}
.thuexe-slider-top .title-nav,
.tour-slider-top .title-nav {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.thuexe-slider-top .slider-nav .swiper-button-next, .thuexe-slider-top .slider-nav .swiper-button-prev,
.tour-slider-top .slider-nav .swiper-button-next, .tour-slider-top .slider-nav .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 100rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
	font-size: 26px;
}
.thuexe-slider-top .slider-nav,
.tour-slider-top .slider-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.thuexe-slider-top .slider-nav .swiper-button-next:hover, .thuexe-slider-top .slider-nav .swiper-button-prev:hover,
.tour-slider-top .slider-nav .swiper-button-next:hover, .tour-slider-top .slider-nav .swiper-button-prev:hover {
    background-color: var(--fs-color-secondary);
    color: #fff;
}
.thuexe-wrapper .box-inner {
    position: relative;
    display: block;
    padding: 12px;
}
.thuexe-slider .swiper-slide {
    padding-bottom: 10px;
}
.thuexe-wrapper .thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.thuexe-wrapper .thumb img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.swiper.thuexe-main-slider,
.swiper.tour-main-slider {
    padding: 0 15px;
}
.form-lien-he input {
    border-radius: 10px;
    height: 45px;
    margin: 0;
}
.type-car-archive .entry-title {
    color: var(--fs-color-secondary);
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.thuexe-wrapper .box-inner .cat {
    margin-bottom: 0;
    color: var(--fs-color-secondary);
    line-height: normal;
    font-size: 20px;
    font-weight: 700;
}
.menu-product {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 40;
}
.admin-bar .menu-product {
    top: 102px;
}
ul.nav-tour-main {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
ul.nav-tour-main li {
    position: relative;
    margin: 0;
}
ul.nav-tour-main li a {
    display: block;
    padding: 20px 32px;
    font-size: 20px;
    color: var(--fs-color-secondary);
    cursor: pointer;
    white-space: nowrap;
    font-family: "svn-avoregular";
}
ul.nav-tour-main li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: 0.3s ease-in-out;
    height: 1px;
    background-color: var(--fs-color-secondary);
}
ul.nav-tour-main li:hover:before,
ul.nav-tour-main li.active:before {
    width: 100%;
}
.main-breadcrumb {
    display: block;
    position: relative;
    padding: 10px 0;
}
.main-breadcrumb nav.woocommerce-breadcrumb a {
    color: var(--fs-color-secondary);
    font-size: 14px;
}
.main-breadcrumb nav.woocommerce-breadcrumb a:last-child {
    font-weight: bold;
}
.main-product {
    display: block;
    position: relative;
}
.main-product .tour-row {
    display: flex;
    gap: 30px;
}
.main-product .tour-col.left-col {
    width: calc(100% - 300px);
}
.main-product .tour-col.sidebar-tour {
    width: 300px;
}
.side-fixed {
    position: sticky;
    top: 175px;
}
.admin-bar .side-fixed {
    top: 207px;
}
.product-summary .top-title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-summary .top-title .time {
    display: flex;
    gap: 10px;
}
.tour-detail h2.title,
.top-title h1.product-title {
    color: var(--fs-color-secondary);
}
.tour-info-list {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
}
.tour-info-list .item-info {
    display: inline-flex;
    gap: 6px;
}
.main-product .tour-col .product-content {
    padding-bottom: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tour-detail .items .desc {
    padding: 16px;
    border-left: 1px solid var(--fs-color-secondary);
    position: relative;
}
.tour-detail .items .desc::before, .tour-detail .items .desc::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100rem;
    background-color: var(--fs-color-secondary);
}
.tour-detail .items .desc::before {
    top: -3px;
    left: -3px;
}
.tour-detail .items .desc::after {
    bottom: -3px;
    left: -3px;
}
.tour-detail .items ul {
    padding-left: 40px;
}
.tour-detail .items ul li {
    margin: 0;
}
.tour-detail .items:not(:last-child) {
    margin-bottom: 24px;
}
.tour-detail .load-btn {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.tour-detail .load-btn span.text:hover {
    color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
}
.tour-detail .load-btn span.text {
    font-size: 16px;
    color: rgb(6, 87, 73);
    font-weight: 600;
    padding: 0px 15px 3px;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #065749;
    cursor: pointer;
}
.tour-detail .items .desc a {
    text-decoration: underline;
    color: var(--fs-color-secondary);
}
.tour-detail {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-list h2.title,
.product-gallery-slider h2.title {
    color: var(--fs-color-secondary);
}
.product-gallery-slider .product-main-slider img {
    border-radius: 10px;
}
.product-gallery-slider .product-thumb-slider .swiper-slide {
    aspect-ratio: 4 / 3;
}
.product-gallery-slider .product-thumb-slider img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.product-gallery-slider .product-thumb-slider {
    margin-top: 10px;
}
.product-footer {
    background-color: rgb(234, 245, 243);
    padding: 30px 0 30px;
}
.single-thue_xe footer#footer .ux-shape-divider .ux-shape-fill,
.single-product footer#footer .ux-shape-divider .ux-shape-fill {
    fill: rgb(234, 245, 243);
}
.product-footer .product-section {
    border: 0;
}
.tour-detail .list-detail {
  max-height: 800px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}
.tour-detail .list-detail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}
.tour-detail.is-open .list-detail {
  max-height: none;
  overflow: visible;
}

.tour-detail.is-open .list-detail::after {
  display: none;
}
.product-footer .product-section h3.product-section-title {
    font-size: 30px;
    color: var(--fs-color-secondary);
}
.product-page-sections h3.woocommerce-Reviews-title {
    font-size: 26px;
    color: var(--fs-color-secondary);
}
.spack-main {
    padding: 24px;
    background: #eaf5f3;
    border-radius: 12px;
}
.daterangepicker th.month select {
    border: 0;
    box-shadow: none;
    display: inline-block;
}
.spack-choose input.single-date {
    display: none;
}
.price-list {
    display: block;
    position: relative;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.spack {
    padding: 24px;
    background: #eaf5f3;
    border-radius: 12px;
}
.spack-choose {
    margin-bottom: 24px;
}
.spack .spack-choose-list {
    flex-wrap: nowrap;
    margin: 0 -15px;
}
.spack-choose-list {
    display: flex;
    margin-bottom: -16px;
}
.spack-choose-item {
    margin-bottom: 16px;
    width: 33.3333333333%;
}
.spack-sl-list .spack-sl-item p.text-label {
    font-weight: 500;
}
.dnor-item {
    padding: 0 15px;
}
.spack-choose-item.w-100 {
    width: 100%;
}
.single-date-block {
    display: flex;
    padding: 10px 16px;
    background-color: var(--fs-color-secondary);
    color: white;
    cursor: pointer;
    border-radius: 6px;
    align-items: center;
}
.single-date-block p.text {
    margin-left: 14px;
    margin-bottom: 0;
}
.single-date-block img {
    display: block;
}
.spc-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-bottom: -8px;
}
.spc-item {
    margin-left: 8px;
    margin-bottom: 8px;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background-color: var(--fs-color-secondary);
    border-radius: 6px;
    cursor: pointer;
    width: fit-content;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    color: white;
    font-weight: 600;
}
.btn-five {
    background: rgb(14 104 220 / 58%);
    font-size: 16px;
}
.spc-list .spc-item.active .btn {
    background-color: var(--fs-color-secondary);
}
.btn-five .text {
    color: #065749;
}
.btn .text {
    font-weight: 16px;
    line-height: 1.2;
    color: white;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
	margin: 0;
}
.btn:hover {
    background-color: var(--fs-color-secondary);
    color: #fff;
}
.spc-list .spc-item.active .text {
    color: white;
}
.spack-sl {
    margin-bottom: 24px;
}
.spack-sl-item {
    padding: 16px;
    background-color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spack-sl-item-people {
    flex-wrap: wrap;
}
.spack-sl-item:not(:last-child) {
    margin-bottom: 8px;
}
.count {
    display: flex;
    align-items: center;
}
.price-detail-item {
    font-size: 16px;
    margin-top: 8px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.count-btn {
    width: 32px;
    height: 32px;
    border-radius: 100rem;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
	justify-content: center;
}
.count-number {
    margin: 0 12px;
    min-width: 24px;
    text-align: center;
}
.price-detail-values .price {
    font-size: 16px;
    font-weight: bold;
    color: var(--fs-color-secondary);
}
.spack-bottom.spack-sl {
    display: flex;
    justify-content: space-between;
}
.spack-note {
    font-style: italic;
    font-size: 14px;
}
.spack-bottom.spack-sl .m-note-type-product {
    margin: 0;
    font-size: 14px;
}
.spack-bottom.spack-sl .price-gr .price {
    font-size: 24px;
    color: var(--fs-color-secondary);
}
.tour-bar .price-wrapper ins .amount,
.spack-bottom.spack-sl .price-gr .price .amount {
    color: var(--fs-color-secondary);
}
.tour-bar {
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background-color: white;
    padding: 16px;
}
.tour-bar .price-wrapper ins {
    display: block;
    font-size: 24px;
    color: var(--fs-color-secondary);
}
.tour-bar .not-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}
.tour-bar .not-row p {
    margin: 0;
    line-height: normal;
    font-size: 14px;
}
.tour-bar a.btn {
    width: 100%;
}
.tour-why {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: white;
    margin-top: 20px;
}
.star-rating span:before {
    color: #FCD510;
}
.tour-why h3 {
    font-size: 16px;
}
.tour-why .item {
    display: flex;
    align-items: start;
    gap: 8px;
    line-height: normal;
}
.tour-why .item:not(last-child){
	margin-bottom: 10px;
}
.tour-why .item img.icon {
    margin-top: 4px;
}
.main-product .tour-col.sidebar-tour .side-fixed {
    margin-bottom: 24px;
}
.product-content ul {
    padding-left: 36px;
}
.main-product .tour-inner {
    padding-top: 60px;
}
.popup-checkout-tour .item-sidebar span.label {
    white-space: nowrap;
}
body.popup-date-open::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.5);
	z-index: 9998;
}
.popup-date-alert {
    position: fixed;
    inset: 0;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.popup-date-alert .wrapper {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    padding: 16px;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 1.25em auto 1.875em;
    border: 2px solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 50px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	display: flex;
    user-select: none;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 13px;
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 24px;
    width: 25px;
    height: 3px;
    border-radius: 12px;
    background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 12px;
    transform: rotate(-45deg);
}
.popup-date-alert p {
    font-size: 14px;
    text-align: center;
}
.popup-date-alert button.swal2-confirm:hover {
	opacity: 0.8;
}
.popup-date-alert button.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #2778c4;
    color: #fff;
    font-size: 14px;
    outline: 0;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    padding: 0px 25px;
    height: auto;
    min-height: auto;
}
body.popup-checkout-open::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 9998;
}
.popup-checkout-tour {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	transition: 0.3s ease-in-out;
}
.popup-checkout-tour .container-popup {
    width: 100%;
    max-width: 1230px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-checkout-tour .wrapper-popup {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px;
    max-height: calc(100vh - 64px);
    overflow-x: auto;
    width: 100%;
}
.popup-checkout-tour .row-form {
    display: flex;
    flex-wrap: wrap;
}
.popup-checkout-tour .col-sidebar {
    width: 280px;
}
.popup-checkout-tour .col-main {
    width: calc(100% - 280px);
    padding-right: 30px;
}
.popup-checkout-tour .col-sidebar .wrapper {
    position: sticky;
    top: 0;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.25);
    padding: 16px;
    border-radius: 12px;
}
.popup-checkout-tour a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.popup-checkout-tour h2.title {
    color: var(--fs-color-secondary);
    font-size: 30px;
}
.popup-checkout-tour .col-sidebar h3 {
    color: var(--fs-color-secondary);
    font-size: 24px;
}
.popup-checkout-tour label.re-label {
    font-size: 18px;
}
#tour-form-order .items-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#tour-form-order .item-col {
    width: calc(50% - 8px);
}
#tour-form-order input {
    border-radius: 8px;
    box-shadow: none;
    margin: 0;
}
#tour-form-order textarea {
    border-radius: 8px;
    box-shadow: none;
}
#tour-form-order .items-group {
    margin-bottom: 16px;
}
#tour-form-order .wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#tour-form-order .wpcf7-radio label {
    display: flex;
    cursor: pointer;
    margin: 0;
}
#tour-form-order .wpcf7-radio .recheck-dot {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    flex-shrink: 0;
}
#tour-form-order .tour-form-gender .wpcf7-radio .recheck-dot:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: #fe3333;
    transition: 0.1s ease-in-out;
    opacity: 0;
    border-radius: 100rem;
}
.recheck-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tick.svg);
    transition: 0.1s ease-in-out;
    opacity: 0;
}
input:checked~.recheck-dot::after, input:checked~.recheck-dot::before {
    opacity: 1;
}
#tour-form-order .tour-form-gender .wpcf7-radio input:checked~.recheck-dot::after {
    opacity: 1;
}
#tour-form-order .tour-form-gender .wpcf7-radio input:checked~.recheck-dot::before{
	content: none;
}
#tour-form-order .wpcf7-radio .wpcf7-list-item-label {
    margin-left: 8px;
    font-weight: 400;
}
#tour-form-order .tour-form-gender .wpcf7-radio .recheck-dot {
    border-radius: 100%;
}
#tour-form-order .wpcf7-radio .wpcf7-list-item.first {
    margin: 0;
}
#tour-form-order button.button {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0;
}
#tour-form-order .field-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}
#tour-form-order .form-error-message {
    color: red;
}
.popup-checkout-tour .item-sidebar {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}
.popup-checkout-tour .tour-product {
    display: flex;
    gap: 10px;
    align-items: center;
}
.popup-checkout-tour .tour-product .image {
    max-width: 70px;
}
.popup-checkout-tour .tour-product .name {
    line-height: 1.2;
}
.popup-checkout-tour .tour-type .type, 
.popup-checkout-tour .departure-date, 
.popup-checkout-tour .quantity-people, 
.popup-checkout-tour .quantity-child {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.popup-checkout-tour .item-sidebar .value {
    font-weight: 600;
    text-align: right;
}
.popup-checkout-tour .order-total .label {
    font-weight: 600;
}
.popup-checkout-tour .order-total .value {
    color: var(--fs-color-secondary);
    font-weight: 600;
}
.popup-checkout-tour .tour-product .image img {
    border-radius: 5px;
}
#tour-form-order .btn-booking {
  position: relative;
  overflow: hidden;
}
#tour-form-order .button span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
#tour-form-order .btn-booking .btn-loading {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
#tour-form-order.is-loading .btn-booking {
    pointer-events: none;
}
#tour-form-order.is-loading .btn-booking:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#tour-form-order.is-loading .btn-booking .btn-loading {
    display: inline-flex;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.woocommerce-order section.woocommerce-order-details {
    width: 100%;
}
.woocommerce-order-received .row.row-main {
    max-width: 800px;
}
.woocommerce-order-received .top-order {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
#tour-form-order .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
}
#tour-form-order .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.type-car-single .main-product {
    margin-top: 20px;
    margin-bottom: 20px;
}
.admin-bar .type-car-single .side-fixed {
    top: 125px;
}
.type-car-single .side-fixed {
    top: 95px;
}
.type-car-single #gallery-image {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.car-highlights {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.type-car-single table td, .type-car-single table th {
    border: 1px solid #dee2e6;
}
.type-car-single .product-content table td, .type-car-single .product-content table th {
    text-align: center;
    padding: 10px;
}
.type-car-single .list-detail .items .warpper {
    padding: 0 16px;
    border-left: 1px solid var(--fs-color-secondary);
    position: relative;
}
.type-car-single .list-detail .items .desc::before, .type-car-single .list-detail .items .desc::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100rem;
    background-color: var(--fs-color-secondary);
}
.type-car-single .list-detail .items .desc::after {
    bottom: -3px;
    left: -3px;
}
.type-car-single .list-detail .items .desc::before {
    top: -3px;
    left: -3px;
}
.type-car-single .list-detail .items:not(:last-child) {
    margin-bottom: 24px;
}
.type-car-single .list-detail ul {
    padding-left: 40px;
}
.type-car-single .order-checkout-car h2.title {
    color: var(--fs-color-secondary);
    font-size: 24px;
}
.order-checkout-car input {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    margin: 0;
}
.order-checkout-car .items-group {
    margin-bottom: 18px;
}
#car-form-order .items-row {
    display: flex;
    flex-wrap: wrap;
}
#car-form-order .items-row .item-col {
    width: calc(50% - 5px);
}
#car-form-order .items-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#car-form-order textarea {
    border-radius: 5px;
    box-shadow: none;
}
#car-form-order .btn-booking {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 15px;
}
#car-form-order .btn-booking span.btn-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
#car-form-order .btn-booking .btn-loading {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
#car-form-order.is-loading .btn-booking {
    pointer-events: none;
}
#car-form-order.is-loading .btn-booking:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#car-form-order .button span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
#car-form-order.is-loading .btn-booking .btn-loading {
    display: inline-flex;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
}
.sidebar-tour .order-checkout-car .wrapper-form {
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.25);
    padding: 16px;
    border-radius: 12px;
}
.type-car-single .main-product .tour-row {
    flex-wrap: wrap;
    gap: 0;
}
.type-car-single .main-product .tour-col.left-col {
    padding-right: 30px;
}
#car-form-order .field-error {
    font-size: 14px;
    color: red;
    margin-top: 5px;
}
#car-form-order .form-error-message span.error {
    display: block;
    color: red;
    line-height: normal;
    margin-bottom: 14px;
}
#car-form-order .form-error-message span.success {
    display: block;
    color: #00AC47;
    line-height: normal;
    margin-bottom: 14px;
}
#car-form-order .form-error-message span.success {
    display: block;
    color: #fff;
    line-height: normal;
    margin-bottom: 14px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
}
.tour-detail.is-short .list-detail::after {
	display: none;
}
.list-detail table td, .list-detail table th {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
    vertical-align: middle;
}
ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
.tour-detail .items ul ul {
    padding-left: 16px;
}
.main-product.product-hotel .tour-detail .items .desc ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 20px;
}
.main-product.product-hotel .title_cat {
    display: inline-block;
    background-color: #FED709;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.btn.btn-checkout {
    min-width: 120px;
}
.main-product.product-hotel .price-detail-item {
    justify-content: flex-start;
    gap: 10px;
}
.mfp-gallery-room .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-gallery-room .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-gallery-room .mfp-arrow:after, .mfp-gallery-room .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-gallery-room .mfp-arrow {
    height: auto;
    transform: none;
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-gallery-room .mfp-arrow-right:before {
    border-left: 27px solid #fff;
}
.mfp-gallery-room .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
}
.mfp-gallery-room .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #fff;
}
.mfp-gallery-room .mfp-arrow:focus, .mfp-gallery-room .mfp-arrow:hover {
    opacity: 1;
}
.main-product.product-hotel .product-gallery-slider {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-rooms h2.title {
    color: var(--fs-color-secondary);
}
.mfp-gallery-room.mfp-ready .mfp-close {
    opacity: 1;
    mix-blend-mode: normal;
    cursor: pointer;
}
.lists-rooms {
    display: block;
    position: relative;
}
.lists-rooms .items-rooms:not(.last-child) {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.lists-rooms .items-rooms .wrapper {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lists-rooms .items-rooms .gallery-room {
    width: 230px;
}
.lists-rooms .items-rooms .main-room {
    width: calc(100% - 230px);
    padding-left: 20px;
}
.lists-rooms .gallery-room .thumb-gallery {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 2px -2px 0;
}
.lists-rooms .gallery-room .thumb-gallery .item-gallery {
    width: calc(100% / 3);
    padding: 0px 2px;
}
.lists-rooms .gallery-room .thumb-gallery .item-gallery:nth-child(n+4) {
    display: none;
}
.lists-rooms .meta-room {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.lists-rooms .meta-room .action-room .btn-room {
    padding: 8px 16px;
}
.lists-rooms .meta-room .price-room {
    color: red;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}
.lists-rooms .items-rooms .info-room {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
.lists-rooms .info-room select {
    margin: 0;
    border-radius: 5px;
    padding-right: 30px;
    cursor: pointer;
    outline: none;
}
.lists-rooms .gallery-room .thumb-gallery .item-gallery img {
    object-fit: cover;
    height: 50px;
    width: 100%;
    display: block;
}
.lists-rooms .info-room .so_luong {
    display: flex;
    gap: 5px;
}
.lists-rooms .meta-room .price-unit {
    white-space: nowrap;
}
.product-gallery-slider .product-main-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.booking-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	display:none;
	align-items:center;
	justify-content:center;
	z-index:9999;
}
.booking-popup .popup-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.booking-popup .popup-wapper {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.booking-popup .popup-wapper {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}
.booking-popup .popup-close {
    padding: 0;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: -6px;
    right: -2px;
    border-radius: 100%;
    left: auto;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-message h3 {
    color: var(--fs-color-secondary);
    font-weight: 700;
}
@media only screen and (min-width: 901px) {
    .spack-sl-list {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .spack-sl-list .spack-sl-item:not(:last-child) {
        margin: 0;
    }
    .spack-sl-list .spack-sl-item {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .header .show-for-medium, .header [data-show=show-for-medium] {
        display: none !important;
    }
	.header-main .header-language-dropdown span.title-slug {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
    .header .hide-for-medium, .header [data-show=hide-for-medium] {
        display: none !important;
    }
	.header .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1;
    }
	.header-inner .nav {
        flex-wrap: nowrap;
    }
	.header .show-for-medium, .header [data-show=show-for-medium] {
        display: flex !important;
    }
	.header-main .header-language-dropdown span.title-name {
		display: none;
	}
	.header-main .header-language-dropdown>a {
		font-size: 16px;
		color: #000;
		display: inline-flex;
		align-items: center;
		flex-wrap: nowrap;
	}
	.header-main .header-language-dropdown .icon-angle-down {
		opacity: 1;
		font-size: 20px;
	}
	.header-main .header-language-dropdown ul.nav-dropdown {
		min-width: 190px;
	}
    .thuexe-main-slider:not(.swiper-container-initialized) .swiper-slide,
    .tour-main-slider:not(.swiper-container-initialized) .swiper-slide {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
	.thuexe-slider-top h2.title, .tour-slider-top h2.title {
		font-size: 34px;
	}
	.tour-featured .tour-right,
	.tour-featured .tour-left {
		width: 100%;
	}
	.page-template-page-transparent-header .header-wrapper:not(.stuck) .header-main .nav > li > a > i:not(.icon-angle-down) {
		color: #fff !important;
	}
	.sidebar-tour .order-checkout-car {
		min-width: auto;
	}
}
@media (max-width: 1023px) {
	.main-product .tour-col.left-col {
		width: 100%;
	}
	.main-product .tour-col.sidebar-tour {
		display: none;
	}
	.menu-product .container {
		overflow-x: auto;
	}
	.type-car-single .main-product .tour-col.sidebar-tour {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.type-car-single .main-product .tour-row {
		flex-wrap: wrap;
	}
	.type-car-single .main-product .tour-col.left-col {
		padding-right: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.footer-cat-tour .desc {
		width: 100%;
	}
	ul.nav-tour-main li a {
		padding: 15px 12px;
	}
	.spack-choose-item {
		width: 50%;
	}
	.main-product .tour-inner {
		padding-top: 40px;
	}
	.popup-checkout-tour .col-main {
		width: 100%;
		order: 2;
	}
	.popup-checkout-tour .col-sidebar {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
    .thuexe-main-slider:not(.swiper-container-initialized) .swiper-slide,
    .tour-main-slider:not(.swiper-container-initialized) .swiper-slide {
        flex-basis: 50%;
        max-width: 50%;
    }
	.thuexe-slider-top h2.title, .tour-slider-top h2.title {
		font-size: 28px;
	}
	.tour-featured .lists-tour .item-product:last-child {
		margin-bottom: 0;
	}
	.tour-featured .lists-tour .item-product {
		width: 100%;
	}
	.type-car-archive .entry-title {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.spack .spack-choose-list {
		flex-wrap: wrap;
	}
	.spack-bottom.spack-sl {
		flex-wrap: wrap;
		gap: 10px;
	}
	.spack-choose-item {
		width: 100%;
	}
	.spack-choose-item .spack-date {
		max-width: 250px;
	}
	#tour-form-order .item-col {
		width: 100%;
	}
	.main-product.product-hotel .tour-detail .items .desc ul li {
		width: 100%;
	}
	.mfp-gallery-room .mfp-arrow:focus, .mfp-gallery-room .mfp-arrow {
		opacity: 1;
	}
	.lists-rooms .items-rooms .info-room {
		flex-wrap: wrap;
	}
	.lists-rooms .meta-room {
		flex-wrap: wrap;
	}
	.lists-rooms .meta-room .info {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.lists-rooms .items-rooms .gallery-room {
		width: 100%;
	}
	.lists-rooms .items-rooms .main-room {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.lists-rooms .gallery-room .thumb-gallery .item-gallery img {
		height: 100%;
		aspect-ratio: 4 / 3;
	}
}
@media (max-width: 480px) {
    .thuexe-main-slider:not(.swiper-container-initialized) .swiper-slide,
    .tour-main-slider:not(.swiper-container-initialized) .swiper-slide {
        flex-basis: 100%;
        max-width: 100%;
    }
	.title-header .featured {
		font-size: 4.2rem;
	}
	.thuexe-wrapper .box-inner h3, .product-small.box .title-wrapper .name.product-title {
		font-size: 18px;
		line-height: normal;
	}
	.thuexe-wrapper .box-inner .price, .box-text-products .price-wrapper span.price {
		font-size: 20px;
	}
}