@charset "UTF-8";
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-41 {
    font-size: 41px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

@media (min-width: 768px) {
    .px-md-15-r {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }
}
.rounded-5 {
    border-radius: 5px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.top-rounded-20 {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.rounded-bottom-20 {
    border-radius: 0 0 20px 20px;
}

.rounded-left-10 {
    border-radius: 10px 0 0 10px;
}

.rounded-right-10 {
    border-radius: 0 10px 10px 0;
}

.max-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-1-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.height-2-lines {
    min-height: 2.5em;
    line-height: 1.25em;
}

@media (min-width: 768.01px) {
    .desktop-hidden {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }
}

.text-main {
    color: #272E66 !important;
}

.search-block {
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.search-block .search-button {
    min-width: 7rem;
}

.btn-main {
    background-color: #272E66;
    color: #fff;
    border: none;
}

.divider {
    width: 60px;
    height: 4px;
    background-color: #F1BB1A;
    border-radius: 4px;
}

.btn-order {
    background-color: #ffffff;
    color: #F93131;
    border: 1px solid #F93131;
    font-size: 12px;
}

.vh-50 {
    height: 50vh !important;
}
@media (max-width: 768px) {
    .vh-50 {
        height: 100vh !important;
    }
}

.subtitle {
    max-width: 600px;
}

.no-banner {
    position: relative;
    margin: 10vh 0 0 0;
    z-index: 1;
}

.bg-main {
    background-color: #272E66 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-black {
    color: #000 !important;
}

.border-yellow {
    border: 1px solid #E09B3D;
}

@media (min-width: 768px) {
    .col-md-3-5 {
        flex: 0 0 auto;
        width: 29.1667%;
        max-width: 29.1667%;
    }
    .col-md-8-5 {
        flex: 0 0 auto;
        width: 70.8333%;
        max-width: 70.8333%;
    }
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.select2-container--default .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px !important;
    right: 1px;
    width: 20px;
}

.select2-selection__rendered {
    padding-left: 0 !important;
    line-height: inherit !important;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body > * {
    flex-shrink: 0;
}

ul li {
    list-style: none;
}

main {
    flex: 1;
}

body {
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

.menu {
    background: rgba(255, 255, 255, 0.5019607843);
    padding: 20px 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2509803922);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.mobile-menu {
    display: flex;
    flex-direction: column;
}
.mobile-menu .menu-item {
    padding: 16px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #001e62;
    text-decoration: none;
    border-bottom: 1px solid #f5b764;
    transition: background-color 0.2s;
}
.mobile-menu .menu-item:hover {
    background-color: #f7f7f7;
}

.offcanvas-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eee;
}

.banner .search {
    bottom: -5vh;
    z-index: 3;
}
@media (max-width: 987px) {
    .banner .search {
        z-index: 0;
    }
}
.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 63.5%, #ffffff 69.5%);
    pointer-events: none;
    z-index: 2;
}
@media (max-width: 768px) {
    .banner.no-banner {
        height: 50vh !important;
        background-color: transparent !important;
        z-index: 0;
    }
}

.category-section .category-item img {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
}
.category-section .category-item:hover img {
    transform: scale(1.05);
    border-color: #272E66;
}
.category-section .category-item h6 {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.form-label {
    font-size: 14px;
}

.search-block {
    padding: 24px 36px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.search-block .flex-fill label {
    padding-left: 8px;
    font-size: 14px;
}
.search-block .btn-search {
    min-width: 105px;
    height: auto;
    border-radius: 10px;
    padding: 16px 15px;
    gap: 10px;
}
@media (max-width: 768px) {
    .search-block .btn-search {
        padding: 0.5rem 0.75rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        border-radius: 5px !important;
    }
}
@media (max-width: 768px) {
    .search-block .select2-selection__rendered {
        padding-left: 0 !important;
    }
    .search-block .select2-selection__arrow {
        display: none;
    }
}

.max-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.promotion-slider-section .swiper-pagination-bullet {
    background-color: rgb(241, 187, 26);
}
.promotion-slider-section .promotion-swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}
.promotion-slider-section .promotion-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}
.promotion-slider-section .promotion-swiper .swiper-slide img {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px) {
    .promotion-slider-section .promotion-swiper .swiper-slide img {
        height: 130px;
        width: 100%;
    }
}
.promotion-slider-section .swiper-pagination {
    bottom: -30px !important;
}
.promotion-slider-section .swiper-pagination .swiper-pagination-bullet {
    width: 50px !important;
    height: 4px;
    border-radius: 10px;
}

.product-section .swiper-slide {
    padding: 0 0 5px 1px;
}

.product-item,
.blog-item {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 1rem;
}
.product-item i,
.blog-item i {
    color: #F93131;
}
.product-item ul li,
.blog-item ul li {
    font-weight: 400;
    font-size: 14px;
    padding: 3px 0;
    color: #414042;
}
.product-item ul li .code,
.blog-item ul li .code {
    font-weight: bold;
    color: #5B5B5B;
}
.product-item ul li .departure,
.blog-item ul li .departure {
    padding: 3px 5px;
    border: 0.5px solid #E09B3D;
    border-radius: 3px;
    color: #E09B3D;
}
.product-item img,
.blog-item img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-item .badge,
.blog-item .badge {
    font-size: 0.85rem;
    border-radius: 0.5rem;
}

.blog-item {
    box-shadow: none;
}

.icon-tour {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    flex-shrink: 0;
}

.text-label {
    font-weight: 400;
    font-size: 14px;
    padding: 3px 0;
    color: #414042;
}

.banner-promotion img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px) {
    .banner-promotion img {
        height: auto;
    }
}

.section-destination {
    background: #f9f9f9;
}
.section-destination .destination-tags button {
    color: #000000;
    border-color: #E09B3D;
    font-size: 1rem;
    padding: 0.25rem 1rem;
}
.section-destination .destination-tags button.active {
    background-color: #E09B3D;
    color: #fff;
}
@media (max-width: 768px) {
    .section-destination .destination-tags button {
        font-size: 0.9rem;
        padding: 6px 14px;
    }
}
@media (max-width: 480px) {
    .section-destination .destination-tags button {
        font-size: 0.8rem;
        padding: 4px 10px;
    }
}
.section-destination .destination-tags-swiper-container .swiper-wrapper {
    justify-content: space-between !important;
}
.section-destination .destination-tags-swiper-container .swiper-slide {
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
    flex-shrink: 0;
}
.section-destination .destination-tags-swiper-container button {
    border-radius: 20px;
    white-space: nowrap;
}
.section-destination .destination-card {
    height: 320px;
}
@media (max-width: 768px) {
    .section-destination .destination-card {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .section-destination .destination-card {
        height: 130px;
    }
}
.section-destination .destination-card img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

.footer-section {
    border-top: 11px #E09B3D solid;
}

.section-news .news-item {
    position: relative;
}
@media (max-width: 768px) {
    .section-news .news-item {
        display: flex;
    }
}
.section-news .news-item .news-detail {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 768px) {
    .section-news .news-item .news-detail {
        position: relative;
    }
    .section-news .news-item .news-detail h6 {
        color: #272E66;
        font-weight: 700;
    }
    .section-news .news-item .news-detail p {
        color: #434345;
    }
    .section-news .news-item .news-detail small {
        color: #00072B;
    }
    .section-news .news-item .news-detail .tag-new {
        font-weight: 700;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 13px;
    }
}
.section-news .news-item h6,
.section-news .news-item h5 {
    font-size: 1rem;
}
.section-news .news-item small {
    font-size: 0.85rem;
}
.section-news .news-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .section-news .news-item img {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .section-news .news-item.featured {
        display: block;
    }
}
.section-news .news-item.featured img {
    border-radius: 20px 20px 0 0;
    flex-shrink: 0;
    max-height: 60%;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .footer-widget {
    margin-bottom: 1.5rem;
}
footer .footer-widget h6 {
    font-weight: bold;
    font-size: 20px;
    color: #272E66;
}
footer .footer-widget ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}
footer .footer-widget ul li {
    font-weight: 400;
    font-size: 16px;
    width: calc(50% - 0.25rem);
    margin-bottom: 0.5rem;
}
footer .footer-widget ul li a {
    color: #2D2F39;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.breadcrumb-section {
    bottom: 3rem;
    margin-bottom: -3rem;
}
.breadcrumb-section.no-search {
    bottom: 0;
    margin-bottom: 0;
    z-index: 4;
}
.breadcrumb-section .breadcrumb-item {
    font-weight: 400;
    font-size: 15px;
}
.breadcrumb-section .breadcrumb-item a, .breadcrumb-section .breadcrumb-item::after, .breadcrumb-section .breadcrumb-item::before, .breadcrumb-section .breadcrumb-item.active {
    color: #272E66;
}

.products-list-section .filter {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.products-list-section .departure-tags span {
    color: #000000;
    border: 0.5px solid #E09B3D;
}
.products-list-section .departure-tags span.active {
    background-color: #E09B3D;
    color: #fff;
}

.visa-form-section label {
    font-weight: bold;
    font-size: 24px;
}
.visa-form-section .form-control,
.visa-form-section .form-select {
    background-color: #E4E4E4;
    border: none;
    height: 55px;
}

.visa-note-section .content {
    background-color: #FFF4F7;
}
.visa-note-section .visa-note-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    list-style-position: inside;
}
.visa-note-section .visa-note-list li {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0.5rem;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
@media (max-width: 768px) {
    .visa-note-section .visa-note-list {
        -moz-column-count: 1;
        column-count: 1;
    }
}

.custom-pagination .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    border: none;
    background-color: transparent;
}
.custom-pagination .page-link.active {
    background-color: #272E66;
    color: #fff;
    font-weight: 600;
}
.custom-pagination .page-link:hover:not(.active) {
    background-color: #f1f1f1;
    border-radius: 50%;
}
.custom-pagination li {
    list-style: none;
}

.tour-detail .tour-description,
.hotel-detail .tour-description {
    border: 1px solid #E09B3D;
}
.tour-detail .tour-info-box,
.hotel-detail .tour-info-box {
    border: 1px solid #E09B3D;
}
.tour-detail .tour-info-form,
.hotel-detail .tour-info-form {
    border: 1px solid #E09B3D;
    background-color: #F2F8FD;
}
.tour-detail .tour-info-form .btn-group input,
.hotel-detail .tour-info-form .btn-group input {
    width: 50px;
    border-radius: inherit;
}
.tour-detail .tour-info-form .btn-group button,
.hotel-detail .tour-info-form .btn-group button {
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.tour-detail .tour-info-form .btn-group .btn-add,
.hotel-detail .tour-info-form .btn-group .btn-add {
    border-left: none;
}
.tour-detail .tour-info-form .btn-group .btn-minus,
.hotel-detail .tour-info-form .btn-group .btn-minus {
    border-right: none;
}
.tour-detail .plan .accordion-button,
.tour-detail .note .accordion-button,
.hotel-detail .plan .accordion-button,
.hotel-detail .note .accordion-button {
    background-color: #272E66;
    color: #ffffff;
    border-radius: 20px !important;
}
.tour-detail .plan .accordion-button:focus,
.tour-detail .plan .accordion-button:not(.collapsed),
.tour-detail .note .accordion-button:focus,
.tour-detail .note .accordion-button:not(.collapsed),
.hotel-detail .plan .accordion-button:focus,
.hotel-detail .plan .accordion-button:not(.collapsed),
.hotel-detail .note .accordion-button:focus,
.hotel-detail .note .accordion-button:not(.collapsed) {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.tour-detail .plan .accordion-button::after,
.tour-detail .note .accordion-button::after,
.hotel-detail .plan .accordion-button::after,
.hotel-detail .note .accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "FontAwesome";
}
.tour-detail .product-detail-main-slider .swiper-slide,
.hotel-detail .product-detail-main-slider .swiper-slide {
    aspect-ratio: 5/3;
    overflow: hidden;
    border-radius: 8px;
}
.tour-detail .product-detail-main-slider .swiper-slide img,
.hotel-detail .product-detail-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tour-detail .product-detail-thumb-slider .swiper-slide,
.hotel-detail .product-detail-thumb-slider .swiper-slide {
    width: auto;
    aspect-ratio: 2/1;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
}
.tour-detail .product-detail-thumb-slider .swiper-slide img,
.hotel-detail .product-detail-thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.tour-detail .product-detail-thumb-slider .swiper-slide.swiper-slide-thumb-active,
.hotel-detail .product-detail-thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--bs-primary);
}
.tour-detail .product-detail-thumb-slider .swiper-slide:hover img,
.hotel-detail .product-detail-thumb-slider .swiper-slide:hover img {
    transform: scale(1.05);
}

.hotel-detail .address {
    color: #E09B3D;
}
.hotel-detail .hotel-info-form {
    border: 1px solid #E09B3D;
}
.hotel-detail .map-container {
    aspect-ratio: 1/1;
}
.hotel-detail .amenities {
    border: 1px solid #E09B3D;
}
.hotel-detail .amenities .more {
    color: #E09B3D;
}
.hotel-detail .filter .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
}
.hotel-detail .room-list .room-item {
    border: 1px solid #E09B3D;
    padding: 1rem;
}
.hotel-detail .room-list .room-item i {
    color: #E09B3D;
}
.hotel-detail .room-list .room-item .features > div {
    font-weight: 400;
    font-size: 14px;
}
.hotel-detail .room-list .room-item .list-unstyled li {
    font-weight: 400;
    font-size: 14px;
    padding: 0.5rem 0;
}

.post-detail .description {
    background-color: #E5E5E5;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 30px;
}
.post-detail .toc {
    padding: 15px 30px;
    background: #91bff1;
    border-radius: 20px;
}
.post-detail .toc .toc-list li > a {
    color: #272E66;
}
.post-detail .post-widget img {
    border-radius: 5px;
}
.post-detail .post-widget .item {
    font-weight: 400;
    font-size: 16px;
}

.last-tours {
    position: relative;
    height: auto;
    overflow: hidden;
}
.last-tours .last-tours-content {
    z-index: 2;
}
.last-tours .last-tours-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.last-tours::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.checkout .booking-form .section-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.checkout .booking-form .form-label {
    font-weight: 700;
    font-size: 18px;
}
.checkout .booking-form .form-control,
.checkout .booking-form .form-select,
.checkout .booking-form textarea.form-control,
.checkout .booking-form .select2-container--default .select2-selection--single {
    font-size: 14px;
    border-radius: 8px;
    height: 3rem;
}
.checkout .booking-form .passenger-count .pax-box {
    background: #fff;
    border: 1px solid #eee;
}
.checkout .booking-form .passenger-count .pax-box button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: red;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    line-height: 1;
}
.checkout .booking-form .passenger-count .pax-box span {
    font-size: 29px;
    font-weight: 400;
    min-width: 24px;
    text-align: center;
    margin: 0 20px;
}
.checkout .booking-form .payment-methods .form-check {
    padding: 10px 0;
}
.checkout .booking-form .payment-methods .form-check .form-check-input {
    float: right;
}
.checkout .booking-form .accept .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.checkout .tour-summary {
    background: #fff;
    border: 1px solid #eee;
}
.checkout .tour-summary h5 {
    font-size: 18px;
    color: #272E66;
}
.checkout .tour-summary .product-image {
    width: 200px;
    height: auto;
    border: none;
}
.checkout .tour-summary .travel-info {
    font-size: 14px;
}
.checkout .tour-summary .travel-info i {
    width: 18px;
}
.checkout .tour-summary ul li {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.custom-divider {
    height: 1px;
    background-color: #CCCED0;
    position: relative;
    margin: 0 auto;
    width: 300px;
}
.custom-divider .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #CCCED0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.custom-divider .start-dot {
    left: 0;
}
.custom-divider .end-dot {
    right: 0;
}

.yellow-background {
    position: relative;
    border-radius: 12px;
    overflow: visible;
}
.yellow-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: linear-gradient(180deg, rgba(255, 227, 147, 0.8), rgba(255, 255, 255, 0.8));
    z-index: -1;
    pointer-events: none;
}
.yellow-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    pointer-events: none;
}
.yellow-background .white-fade-bottom {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    pointer-events: none;
}
.yellow-background > * {
    position: relative;
    z-index: 1;
}

.hotel-info-form {
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.hotel-info-form .title-block {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.time-sale {
    padding: 7px 15px 7px 20px;
    gap: 8px;
    border-radius: inherit !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    font-size: 16px;
    line-height: 24px;
    background-color: #F93131;
}

.min-height-268 {
    min-height: 268px;
}

.dotted-line {
    position: relative;
    width: 2px;
    height: 60px;
    border-left: 1px dotted #666;
    margin: 4px 0;
}
.dotted-line::before, .dotted-line::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-60%);
    width: 4px;
    height: 4px;
    background-color: #1e1e1e;
    border-radius: 50%;
}
.dotted-line::before {
    top: -6px;
}
.dotted-line::after {
    bottom: -6px;
}

.custom-nav-btn {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-nav-btn::after {
    font-size: 16px;
    color: #E09B3D;
}

.swiper-button-prev.custom-nav-btn {
    left: -20px;
}
.swiper-button-prev.custom-nav-btn::after {
    content: "➔";
    display: inline-block;
    transform: rotate(180deg);
}

.swiper-button-next.custom-nav-btn {
    right: -20px;
}
.swiper-button-next.custom-nav-btn::after {
    content: "➔";
}

.tour-modal-swiper {
    position: unset;
}

.social-actions {
    position: fixed;
    top: 50%;
    right: 20px; /* hoặc bao nhiêu tùy bạn */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px; /* khoảng cách giữa các icon */
    z-index: 9999; /* đảm bảo nổi trên cùng */
}
.social-actions a img {
    width: 48px; /* hoặc theo kích thước icon bạn */
    height: 48px;
    border-radius: 50%; /* nếu icon là hình tròn */
    transition: transform 0.3s;
}
.social-actions a img:hover {
    transform: scale(1.1);
}

.un-active {
    padding: 3px 5px !important;
    border: 0.5px solid #E09B3D !important;
    border-radius: 3px !important;
    color: #E09B3D !important;
}

.product-item .position-relative {
    overflow: hidden;
}
.product-item .position-relative img {
    transition: transform 0.3s ease;
}
.product-item:hover .position-relative img {
    transform: scale(1.2);
}

.select2-selection__placeholder {
    color: #212529 !important; /* Màu đen */
}

.date-picker::-moz-placeholder {
    color: #212529; /* Màu đen */
    opacity: 1; /* Đảm bảo màu không bị mờ trên Firefox */
}

.date-picker::placeholder {
    color: #212529; /* Màu đen */
    opacity: 1; /* Đảm bảo màu không bị mờ trên Firefox */
}

.tour-info-label {
    width: 120px;
    display: inline-block;
}

.tour-info-item {
    display: flex;
}

.tour-info-icon {
    width: 30px;
    text-align: center;
}

.tour-info-content {
    flex: 1;
    display: flex;
}

.tour-info-value {
    flex: 1;
}

.tour-date-picker::after {
    top: 50% !important;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
}
@media (min-width: 768px) {
    .feature-item {
        width: auto;
        margin-bottom: 8px;
    }
}

.amenity-item {
    width: 100%;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .amenity-item {
        width: auto;
    }
}

.custom-ul-li ul li {
    list-style-type: disc;
}

@media (max-width: 768px) {
    .header-menu {
        padding: 0px !important;
        background-color: #fff;
    }
    .header-menu .menu {
        border-radius: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .phone-input {
        margin-top: -15px;
    }
}
.bg-new {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(39, 46, 102, 0) 7.58%, rgba(39, 46, 102, 0.9) 42.16%);
}

@media (max-width: 767.98px) {
    .text-note {
        font-size: 11px; /* Mobile */
    }
}

.accordion-body {
    overflow-y: hidden;
}

@media (max-width: 768px) {
    .custom-mobile-banner {
        height: 325px !important;
    }
}

@media (max-width: 767px) {
    .category-mobile-custom {
        height: 325px !important;
    }
    .category-mobile-custom .search {
        bottom: -10vh;
    }
}
