@font-face {
    font-family: 'Atlantic';
    font-style: normal;
    font-weight: 400;
    src: url('./the-atlantic-regular/The-Atlantic-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Poppins';
    font-style: bold;
    font-weight: 700;
    src: url('./FzPoppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./FzPoppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./FzPoppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./FzPoppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./FzPoppins/Poppins-Light.ttf') format('truetype');
}

.row-gutter-40 {
    --bs-gutter-x: 40px;
}

.row-gutter-30 {
    --bs-gutter-x: 30px;
}

body {
    font-family: 'Poppins', sans-serif;
    background: white;
    color: #2E2E2D;
    font-size: 12px;
    line-height: 1.7;
}

.header_box {
    background: black;
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 0;
}

.header_box_inner {
    min-width: 1350px !important;
    max-width: 1350px !important;
    width: 1350px !important;
    margin: 0 auto !important;
    position: relative;
}

.body_box {
    min-width: 1350px !important;
    max-width: 1350px !important;
    width: 1350px !important;
    margin: 0 auto !important;
    overflow-x: auto !important;
    position: relative;
}

.footer_box {
    background: black;
    width: 100%;
}

.footer_box_inner {
    min-width: 1350px !important;
    max-width: 1350px !important;
    width: 1350px !important;
    margin: 0 auto !important;
    overflow-x: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #2E2E2D;
    letter-spacing: 0.01em;
}

p,
a,
.btn,
span {
    font-size: 12px;
}

.btn {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-15 {
    margin-left: 15 !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.block-box {
    padding: 50px 95px;
}

.btn-gradient-black {
    background: linear-gradient(to right, #4d4d4d, #000);
    color: white;
    border: none;
    transition: 0.3s ease;
}

.btn-gradient-black:hover {
    opacity: 0.9;
    color: white;
}

.btn-gradient-yellow {
    background: linear-gradient(to right, #BE882E, #DFAC00);
    color: white;
    border: none;
    transition: 0.3s ease;
}

.btn-gradient-yellow:hover {
    opacity: 0.9;
    color: white;
}

/* Slick slider customization */
.slick-prev,
.slick-next {
    z-index: 10;
    width: 35px;
    height: 35px;
    border: 1px solid #C6C6C6;
    border-radius: 50%;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #575756;
    line-height: 5px;
}

.slick-prev:before {
    content: '‹';
}

.slick-next:before {
    content: '›';
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: -70px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-slide img {
    width: 100%;
}

section {
    background-color: white;
}

.featured-title-h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #BE882E;
}

.featured-title-h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

.featured-title-p {
    font-size: 18px;
}

.top-navigation {
    height: 55px;
    padding: 10px 45px;
    border-bottom: 1px solid #8f8f8f;
}

.top-navigation_body {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.top-navigation .left-menu {
    display: flex;
    align-items: center;
}

.top-navigation .logo {
    margin: 0 50px 0 0;
    padding: 0;
}

.top-navigation .navbar-brand img {
    width: 210px;
    object-fit: contain;
}

.top-navigation .top-search {
    width: 300px;
    margin: 0;
    position: relative;
    /* Quan trọng để định vị khối gợi ý */
    max-width: 800px;
    margin: auto;
}

.top-navigation .top-search_body {
    display: flex;
    align-items: center;
}

.top-navigation .icon-search {
    margin-left: 15px;
}

.top-navigation .button-sign-in {
    width: 68px;
    height: 30px;
    align-content: center;
}

.right-menu_item {
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.right-menu_item .icon-card img {
    height: 25px;
    object-fit: contain;
}

.right-menu_item .icon-noti {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-menu_item .icon-noti img {
    object-fit: contain;
    width: 28px;
}

.right-menu_item .icon-calendar img {
    width: 25px;
}

.right-menu_item .icon-noti span {
    color: white;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
}

.secondary-navigation {
    padding: 0px 45px;
}

.secondary-navigation .gift-icon {
    height: 22px;
    margin-right: 15px;
}

.navbar-nav .nav-item {
    position: relative;
    padding: 10px 25px;
}

.navbar-nav .nav-item:hover {
    cursor: pointer;
}

.navbar-nav .nav-item:hover .nav-link {
    border-bottom: 1px solid white;
}

.navbar-nav .nav-item:first-child {
    padding-left: 0;
}

.navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.navbar-nav .nav-item .submenu {
    display: none;
    position: absolute;
    background-color: rgb(29 30 28 / 95%);
    padding: 0;
    width: 540px;
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    z-index: 100;
    list-style-type: none;
    color: white;
    border-top: 1px solid #808080;
    top: 56px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav .nav-item:hover .submenu {
    display: grid;
}

.navbar-nav .nav-item .submenu .nav-link {
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border: none;
}

.navbar-nav .submenu .nav-link:hover {
    color: #BE882E;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 4px;
}

.navbar-nav .submenu .nav-link .fas {
    font-size: 5px;
    margin-right: 10px;
}

.hero-slider .hero-section {
    background-size: cover;
    background-position: center;
    height: 460px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    width: 1350px;
}

.hero-slider .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.hero-slider .hero-slide.slick-slide {
    padding: 0;
}

.hero-slider .search-experience-box {
    display: flex;
    width: 100%;
    max-width: 800px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero-slider .search-experience-box .search-btn {
    font-size: 16px;
    height: 50px;
    background: linear-gradient(to right, #000, #444);
    color: #fff;
    font-weight: 600;
    transition: background 0.3s ease;
    width: 140px;
}

.hero-slider .search-experience-box .search-button {
    background: white;
    padding: 2px;
}

.hero-slider .search-input {
    padding: 15px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    outline: none;
}

.hero-slider .search-btn:hover {
    background: linear-gradient(to right, #333, #000);
}

.hero-slider .hero-content_description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 60px;
}

.hero-slider .slick-slide {
    height: 460px;
}

.arrow-style1 .slick-prev,
.arrow-style1 .slick-next {
    background-color: #b2b2b2;
    border: none;
    border-radius: 50%;
    opacity: 0.6;
}

.arrow-style1 .slick-prev {
    left: 22px;
}

.arrow-style1 .slick-next {
    right: 22px;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: left;
    width: 1150px;
    margin: 0 auto;
}

.hero-content_main {
    font-size: 26px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.hero-content_decription {
    font-size: 20px;
}

.hero-search-form {
    max-width: 600px;
    margin: 0 auto;
}

.hero-search-form .form-control {
    border: none;
    padding-left: 20px;
    font-size: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hero-search-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500;
}

.navbar .top-search input.form-control {
    height: 35px;
    padding-left: 40px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: lighter;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}

.featured-experience_slide {
    height: 350px;
}

.featured-experience_slide img {
    object-fit: cover;
    width: 100%;
}

.featured-experience_slide p {
    font-size: 12px;
    line-height: 1.7;
}

.featured-experience .featured-slider {
    display: flex;
}

.featured-experience .featured-slider.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.featured-experience_body {
    display: flex;
    width: 1160px;
}

.featured-experience_body .featured-experience_body_image {
    width: 525px;
    min-width: 525px;
    margin-right: 95px;
}

.featured-experience_body .featured-experience_body_image img {
    border-radius: 4px;
    width: 100%;
}

.featured-experience_body .featured-experience_body_content {
    width: 100%;
}

.featured-experience_body .featured_title {
    margin: 15px 0 20px;
}

.featured-experience_description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
    text-align: justify;
}

.featured-experience_button {
    width: 160px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
}

.feature-section_icon {
    display: block;
    width: 220px;
    height: 175px;
    object-fit: contain;
    margin-bottom: 49px;
}

.feature-section .feature-section_title {
    font-size: 18px;
    color: #363635;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    line-height: 28px;
}

.feature-section .feature-section_description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    color: #363635;
}

.feature-section .feature-section_button {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
}

.feature-section .feature-section_body {
    margin-bottom: 40px;
    display: flex;
    height: 500px;
    flex-direction: column;
    align-items: center;
}

.feature-section_text-end {
    color: #363635;
    font-style: italic;
}

.feature-section_right-icon {
    width: 60px;
    height: 10px;
    object-fit: contain;
    margin-left: 10px;
}

.destinations__card {
    border-radius: 4px;
    overflow: hidden;
    height: 450px;
    border: 1px solid #eee;
    transition: transform 0.2s ease;
    cursor: pointer;
    width: 278px;
}

.destinations__card:hover {
    transform: translateY(-3px);
}

.destinations__image {
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.destinations__card-body {
    padding: 15px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.destinations__card .badge {
    background: #eee;
    color: #000;
    font-size: 0.7rem;
    padding: 4px 8px;
}

.destinations__slider {
    height: 450px;
    margin-bottom: 50px;
}

.destinations__slider .slick-list {
    margin: 0 -8px;
}

.destinations__slider .slick-slide {
    margin: 0 8px;
}


.destinations__card-title {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.destinations__card-description {
    color: #6F6F6E;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
}

.destinations__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
}

.destinations__price {
    font-size: 16px;
    font-weight: 500;
}

.destinations__sale-tag {
    width: 70px;
    height: 20px;
    background: linear-gradient(to right, #4d4d4d, #000);
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
}

.destinations .text-note p {
    font-size: 14px;
}

.destinations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 55px;
}

.destinations__grid__col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 55px;
}

.trending-option .destinations__card {
    height: 480px;
}


.trending-option .destinations__card-body {
    height: 210px;
}

.trending-option .destinations__card-title {
    margin-bottom: 10px;
}

.trending-option .destinations__card-meta {
    margin-bottom: 15px;
}

.destinations__rating-stars .fas {
    color: #BE882E;
    font-size: 13px;
}

.destinations__rating-score {
    color: #BE882E;
    font-size: 16px;
    font-weight: 600;
}

.destinations__rating-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.destinations__rating-reviews {
    font-size: 16px;
    font-weight: 300;
    color: #6F6F6E;
}

.destinations__booking-count {
    font-size: 16px;
    font-weight: 300;
    color: #6F6F6E;
}

.destinations__rating-meta .separator {
    font-size: 16px;
    font-weight: 300;
    margin: 0 8px;
    color: #6F6F6E;
}

.destinations__rating-stars {
    margin-right: 2px;
}

.destinations__pagination {
    display: flex;
    justify-content: flex-end;
}

.destinations__pagination .pagination {
    --bs-pagination-color: #2E2E2D;
    --bs-pagination-active-bg: #BE882E;
    --bs-pagination-active-border-color: #1D1D1B;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(189, 136, 46, 0.25);
    margin: 0;
}

.destinations__pagination .page-link {
    border-radius: 4px !important;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destinations__pagination .active>.page-link,
.destinations__pagination .page-link.active {
    border-color: #BE882E;
}

.destinations__pagination .page-link:focus {
    color: #BE882E;
}

.activities-slider {
    height: 500px;
}

.activities-slider .slick-list {
    margin: 0 -15px;
}

.activities-slider .slick-slide {
    margin: 0 15px;
}

.activities-slider .slick-slide:nth-child(odd) {
    margin-top: 50px;
}

.activities-section .activities-slider .activity-slide {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 50px;
    max-height: 208px;
}

.activities-section .activity-card {
    transition: transform 0.2s ease;
    cursor: pointer;
    width: 208px;
}

.activities-section .activity-card:hover {
    transform: translateY(-3px);
}

.activities-section .activity-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.activities-section .activity-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.activities__slider {
    height: 250px;
}

.activities__slider .slick-slide {
    margin: 0 25px;
}

.activities__slider .slick-list {
    margin: 0 -25px;
}

.activities__card:hover {
    transform: translateY(-3px);
}

.activities__card {
    transition: transform 0.2s ease;
    width: 253px;
}

.activities__slider .activities__slide {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.activities__slider .activities__image {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 250px;
}

.activities__slider .activities__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.activities__overlay__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.activities__overlay__btn {
    background-color: #BE882E;
    color: white;
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
}

.activities__overlay__btn:hover {
    opacity: 0.7;
    background-color: #BE882E;
}

.experiences-slider {
    height: 320px;
}

.experiences-section .slick-list {
    margin: 0 -25px;
}

.experiences-section .slick-slide {
    margin: 0 25px;
}

.experiences-section .experience-card {
    margin-bottom: 20px;
    transition: transform 0.2s ease;
    cursor: pointer;
    width: 354px;
}

.experiences-section .experience-card:hover {
    transform: translateY(-3px);
}

.experiences-section .experience-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.experiences-section .experience-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333;
}

.experience-card_description {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
    line-height: 24px;
}

.experiences-section .slick-prev,
.experiences-section .slick-next {
    top: 120px;
}

.information_body {
    margin-top: 20px;
}

.information_card_body {
    padding: 18px 20px;
}

.information_card {
    border-radius: 4px;
    border: 1px solid #2E2E2D;
}

.information_card_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.information_card_text {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.information_btn-more .fas {
    font-size: 27px;
    color: black;
}

.cta-section {
    background-color: #000;
    padding: 50px;
    border-bottom: 1px solid #666666;
}

.cta-section .lead {
    font-size: 16px;
    font-weight: 600;
}

.cta_btn-request {
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1B;
}

.cta_text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer {
    padding: 40px 95px 45px;
    border-bottom: 1px solid #666666;
}

.footer_title {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer_list-unstyled li {
    display: block;
    margin-bottom: 4px;
}

.footer_list-unstyled {
    padding: 0;
    margin: 0;
}

footer .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 23px;
    text-decoration: none;
    transition: 0.2s ease;
    justify-content: center;
}

footer .social-icon:hover {
    opacity: 0.8;
}

footer .social-icon.zalo {
    font-size: 13px;
    font-weight: 600;
}

.footer_list-unstyled_text {
    font-size: 14px;
    font-weight: 400;
}

.newsletter-signup {
    max-width: 320px;
}

.newsletter-input {
    border-radius: 4px;
    padding: 8px;
    flex: 1;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.newsletter-btn {
    background-color: white;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #58585A;
    justify-content: center;
}

.footer-bottom {
    padding: 15px 95px;
    font-size: 14px;
    font-weight: 400;
}

.floating-box {
    position: fixed;
    bottom: 15px;
    right: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.cart-block .icon-card img {
    height: 33px;
    object-fit: contain;
}

.cart-block .icon-noti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -18px;
    right: -4px;
}

.cart-block .icon-noti img {
    object-fit: contain;
    width: 25px;
}

.cart-block .icon-calendar img {
    width: 25px;
}

.cart-block .icon-noti span {
    color: white;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
}

.floating-box_btn {
    width: 50px;
    height: 18px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.move-top-block {
    display: flex;
    flex-direction: column;
}

.move-top-block_btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border: 1px solid black;
    background: white;
}

.cart-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.move-top-block_btn .fas {
    font-size: 28px;
    color: black;
}

.destination__hero-slider .destination__hero-section,
.destination-detail__hero-slider .destination-detail__hero-section,
.exclusive-travel__hero-slider .destination__hero-section {
    background-size: cover;
    background-position: center;
    height: 460px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    width: 1350px;
}

.destination__hero-slider .slick-slide,
.destination-detail__hero-slider .slick-slide,
.exclusive-travel__hero-slider .slick-slide {
    height: 460px;
}

.destination__hero-slider .slick-dots,
.destination-detail__hero-slider .slick-dots,
.exclusive-travel__hero-slider .slick-dots {
    bottom: 20px;
}

.destination__hero-slider .slick-dots li button:before,
.destination-detail__hero-slider .slick-dots li button:before,
.exclusive-travel__hero-slider .slick-dots li button:before {
    color: white;
}

.destination-detail__subtitle {
    font-size: 10px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.destination-detail__title {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}

.destination-detail__button {
    color: #2E2E2D;
    font-weight: 600;
    font-size: 16px;
    width: 250px;
    height: 50px;
}

.destination-detail__content {
    position: absolute;
    right: 110px;
    width: 250px;
}

.exclusive-travel__hero-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1350px;
}

.exclusive-travel__hero-section h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.exclusive-travel__hero-section p {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.order-item__content__price {
    display: flex;
}

.cart-sidebar__dropdown-menu.show {
    padding: 0;
    top: 36px;
    right: -74px;
}

.cart-sidebar {
    background-color: white;
    top: 55px;
    right: 0;
    width: 400px;
    height: 585px;
    font-size: 14px;
    box-shadow: -1px 1px 4px #b7b7b7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 100;
}

.cart-items {
    height: 485px;
    overflow-y: auto;
    padding: 15px 2px 15px 10px;
}

.order-header {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.order-item {
    display: flex;
    margin-bottom: 5px;
}

.order-header__content.date {
    width: 160px;
}

.order-header__content.people {
    width: 115px;
}

.order-item .order-checkbox {
    margin-top: 4px;
}

.order-item__content {
    width: 350px;
}

.order-item__content__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 350px;
    margin-bottom: 10px;
}

.order-checkbox input {
    margin-right: 9px;
    width: 15px;
    height: 15px;
    accent-color: #303030;
}

.order-item .order-checkbox {
    margin-top: 4px;
}

.order-item__content {
    width: 350px;
}

.order-item__content .col-img img {
    width: 80px;
    border-radius: 4px;
    margin-right: 20px;
}

.order-item__content .col-img {
    display: flex;
    flex-direction: column;
}

.order-item__content .col-qty {
    display: flex;
    width: 150px;
}

.qty-title {
    margin-right: 10px;
    width: 70px;
}

.order-item__content .col-sale {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sale-price {
    font-weight: 700;
}

.sale-original-price {
    text-decoration: line-through;
    color: #E3AE00;
}

.sale-discount-tag {
    width: 85px;
    height: 20px;
    background: linear-gradient(to right, #4d4d4d, #000);
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
}

.order-item__content .col-img a.btn-remove img {
    width: 12px;
}

.order-item__content .col-img__bottom {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.order-item__content .col-img a.btn-edit img {
    width: 15px;
}

.btn-toggle-passenger {
    position: absolute;
    top: -32px;
    right: 0px;
}

.order-item__content__detail {
    position: relative;
}

.order-item__content__summary {
    margin-bottom: 15px;
}

.passenger-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.order-item__content .passenger-details .col-qty .qty-quantity button {
    border: none;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background-color: #ECECEC;
    line-height: 6px;
}

.order-item__content .passenger-details .col-qty .qty-quantity {
    display: flex;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    width: 60px;
    justify-content: space-between;
    height: 21px;
}

.order-item__content .passenger-details .col-qty .qty-quantity button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.order-item__content .passenger-details .col-qty .qty-quantity button:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-toggle-passenger .fas {
    color: #2E2E2D;
    font-size: 18px;
}

.cart-summary {
    border-top: solid 1px #d2d2d2;
    padding: 5px 10px;
}

.cart-summary__total-block {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.total-line__content input {
    margin-right: 9px;
    width: 15px;
    height: 15px;
    accent-color: #303030;
}

.total-line__content.all {
    width: 100px;
}

.total-line__content.total {
    width: 75px;
}

.total-line__content.sale {
    width: 70px;
    height: 20px;
    background: linear-gradient(to right, #4d4d4d, #000);
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
}

.total-line__content.final-price {
    width: 113px;
    text-align: end;
    font-size: 16px;
}

a.total-line__content.remove-link {
    color: #1A2A3C;
    font-weight: 400;
}

.total-line__content {
    font-weight: 700;
}

.total-line__content.original-price {
    font-weight: 400;
    color: #E3AE00;
    text-decoration: line-through;
}

.cart-summary__actions button.view-cart-btn {
    width: 100%;
    border-radius: 4px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3px;
    font-size: 16px;
    font-weight: 700;
}

.card-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 1200px;
}

.card-service-grid .card {
    position: relative;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: flex-end;
    border: none;
}

.card-service-grid .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-service-grid .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 30%) 0%, rgba(0, 0, 0, 0) 50% 50%);
}

.card-service-grid .card-content {
    position: relative;
    z-index: 1;
}

.card-service-grid .card-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.card-service-grid .card-subtitle {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.card-service-grid .card-large {
    grid-column: span 2;
    height: 365px;
}

.card-service-grid .card-small {
    grid-column: span 1;
    height: 250px;
}

.card-service-grid .card-small .card-title {
    font-size: 20px;
}

.card-service-grid.tiny {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1200px;
}

.card-service-grid .card-tiny {
    grid-column: span 1;
    height: 175px;
    padding: 20px;
}

.card-service-grid .card-tiny .card-title {
    font-size: 14px;
}

section.breadcrumb-block li.breadcrumb-item.active {
    text-decoration: underline;
}

section.breadcrumb-block li.breadcrumb-item a,
section.breadcrumb-block li.breadcrumb-item {
    font-style: italic;
    font-size: 16px;
    color: #2E2E2D;
    text-decoration: none;
}

.info-page__text {
    font-size: 16px;
    text-align: justify;
}

.info-page-btn {
    width: 160px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
}

.testimonial-card {
    background-color: #fef1dc;
    padding: 15px 30px;
    width: 350px;
    border-radius: 4px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

h3.testimonial-card__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

p.testimonial-card__text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.testimonial-card__client-name {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
}

.testimonial-card__tour-type {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.info-page__left {
    padding-right: 75px;
}

ul.visit-section__locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 5;
    column-gap: 60px;
    width: fit-content;
}

ul.visit-section__locations-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    /* min-width: 110px; */
    /* max-width: 130px; */
    width: fit-content;
}

ul.visit-section__locations-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 28px;
}

.steps {
    display: flex;
}

.steps__item {
    width: 252px;
    margin-right: 50px;
    display: flex;
}

.steps__item:last-child {
    margin-right: 0;
}

.steps__number {
    font-size: 40px;
    color: #BE882E;
    font-weight: 600;
    line-height: 40px;
    margin-right: 30px;
}

.steps__text {
    font-size: 20px;
    font-weight: 600;
}

.video-vimeo iframe {
    width: 100%;
    height: 645px;
}

.destination-info__description {
    margin-bottom: 15px;
    text-align: right;
}

.destination-info__description-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}

.destination-info__see-more {
    color: #BE882E;
    font-size: 16px;
    font-weight: 400;
}

.destination-info__details {
    display: flex;
    margin-bottom: 55px;
}

.destination-info__detail-item {
    margin-right: 115px;
}

.destination-info__detail-item:last-child {
    margin-right: 0px;
}

.destination-info__detail-title {
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: 500;
}

.destination-info__detail-main {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.destination-info__detail-sub {
    font-size: 14px;
}

.destination-info__amenities__slider {
    height: 100px;
}

.destination-info__amenity .destination-info__amenity-img {
    width: auto;
    height: 55px;
    margin-bottom: 15px;
}

.destination-info__amenities__slider .destination-info__amenity {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
}

.destination-info__amenity-text {
    font-size: 16px;
    font-weight: 300;
}

.trustpilot-widget {
    height: 600px;
}

.product-listing__flex {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: auto;
}

.product-listing__sidebar {
    flex: 0 0 250px;
}

.product-listing__main {
    flex-grow: 1;
    overflow: hidden;
}

/* Sidebar */
.filter-group {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.filter-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.filter-group__body {
    margin-top: 25px;
}

.filter-category {
    margin-bottom: 25px;
    font-size: 16px;
}

.filter-group__body .filter-category:last-child {
    margin-bottom: 0;
}

.filter-category__header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.filter-category__label {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-grow: 1;
}

.filter-category__body {
    padding-left: 15px;
    margin-top: 15px;
}

.filter-subcategory {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
}

.filter-category input[type="checkbox"],
.filter-subcategory input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: currentColor;
    width: 12px;
    height: 12px;
    border: 1px solid #3C3B3B;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
    margin-top: 2px;
}

.filter-category input[type="checkbox"]::before,
.filter-subcategory input[type="checkbox"]::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #2E2E2D;
}

.filter-category input[type="checkbox"]:checked::before,
.filter-subcategory input[type="checkbox"]:checked::before {
    transform: scale(1);
}

/* .filter-category input[type="checkbox"]:checked,
.filter-subcategory input[type="checkbox"]:checked {
    border-color: #0d6efd;
} */

.filter-btn {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 9px 11px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 30px;
    background-color: white;
    font-weight: 400;
}

.sort-by {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-group__header span {
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2D;
}

.filter-group__toggle .fas {
    font-size: 12px;
    color: #3C3B3B;
}

.filter-category__header span {
    font-size: 16px;
    font-weight: 500;
}

.filter-category__header .fas {
    font-size: 12px;
    color: #3C3B3B;
}

.filter-category span {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.top-filters-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.top-filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 820px;
}

.top-filters::-webkit-scrollbar {
    display: none;
}

.filter-nav {
    border-left: 1px solid #9D9C9C;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 12px;
    margin-left: 5px;
}

.filter-nav .prev-arrow,
.filter-nav .next-arrow {
    border: none;
    background-color: white;
    padding: 0 4px;
}

.product-listing__main__top-filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.filter-nav .prev-arrow .fas,
.filter-nav .next-arrow .fas {
    font-size: 18px;
    color: #2E2E2D;
}

.sort-by span {
    margin-right: 15px;
}

.breadcrumb__border {
    border-top: 1px solid #1D1D1B;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 25px;
}

.accordion-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.accordion-button::after {
    display: none;
}

.accordion-button .icon-toggle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f067';
    font-size: 18px;
    color: #3C3B3B;
}

.accordion-button:not(.collapsed) .icon-toggle::before {
    content: '\f068';
}

.faq-accordion__body {
    padding: 25px 20px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

faq-accordion__body__header .accordion-button.faq-accordion__body__button {
    font-weight: 500;
    color: #212529;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
    border: none;
}

.accordion-item.faq-accordion__body__item .accordion-button.faq-accordion__body__button {
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #1A2A3C;
    background-color: white;
    box-shadow: none;
}

.accordion-item.faq-accordion__body__item .accordion-button.faq-accordion__body__button.collapsed {
    padding: 0 0 25px;
}

.faq-accordion__body__description {
    margin: 25px 0;
    padding: 10px 20px;
    background-color: rgb(28 28 28 / 10%);
    font-size: 16px;
    font-weight: 300;
    color: #3C3B3B;
}

.accordion-item.faq-accordion__body__item:last-child .accordion-button.faq-accordion__body__button.collapsed {
    padding-bottom: 0;
}

.accordion-item.faq-accordion__body__item:last-child .faq-accordion__body__description {
    margin-bottom: 0;
}

.experiences__grid--two-rows {
    height: 680px;
}

.experience-card__two-rows {
    margin-bottom: 50px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.experiences__grid--two-rows .slick-prev,
.experiences__grid--two-rows .slick-next {
    top: 310px;
}

.trip-search__form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trip-search__field {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    cursor: pointer;
}

.trip-search__icon {
    color: #555;
    font-size: 1.2rem;
}

.trip-search__content {
    display: flex;
    flex-direction: column;
}

.trip-search__label {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 2px;
}

.trip-search__input {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    border: none;
    background: none;
    padding: 0;
    outline: none;
}

.trip-search__button {
    border: none;
    background: linear-gradient(180deg, #4a4a4a, #2b2b2b);
    color: white;
    padding: 25px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.trip-search__button:hover {
    opacity: 0.9;
}

.hero-accommodation-banner {
    position: relative;
    width: 100%;
    height: 395px;
    min-height: 395px;
    background-image: url('../images/accommodation-banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.hero-accommodation-banner__content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.hero-accommodation-banner__title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

.hero-accommodation-banner__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom: 25px;
}

.hero-accommodation-banner__button {
    padding: 15px 31px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 4px;
    display: inline-block;
    height: 50px;
    width: 160px;
    text-align: center;
}

.deals-slider__wrapper {
    height: 160px;
}

.deals-slider__slide {}

.deals-slider__card {
    display: flex;
    background-color: #FEF0DB;
    border-radius: 4px;
    overflow: hidden;
    width: 410px;
    height: 160px;
}

.deals-slider__content {
    padding: 15px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.deals-slider__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.deals-slider__description {
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1B;
    text-align: center;
    margin: 0;
}

.deals-slider__image-wrapper {
    flex: 0 0 160px;
}

.deals-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.deals-slider {
    width: 100%;
    position: relative;
}

.deals-slider__wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.deals-slider__wrapper::-webkit-scrollbar {
    display: none;
}

.deals-slider__slide {
    padding: 0 7px;
    flex: 0 0 calc(100% / 2.8);
    box-sizing: border-box;
}

.deals-slider__arrow {
    position: absolute;
    top: 77px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 35px;
    height: 35px;
    border: 1px solid #C6C6C6;
    color: #575756;
}

.deals-slider__arrow--prev {
    left: 50px;
}

.deals-slider__arrow--next {
    right: 50px;
}

.deals-slider__wrapper .deals-slider__slide:first-child {
    padding-left: 0;
}

.featured-title-sub {
    position: absolute;
    top: 60px;
    right: 95px;
}

.featured-title-sub_text-end {
    color: #363635;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}

.featured-title-sub_right-icon {
    width: 60px;
    height: 10px;
}

.tour-highlight {
    display: flex;
    gap: 40px;
}

.tour-highlight__pricing {
    flex: 0 0 170px;
    background: linear-gradient(to right, #4d4d4d, #000);
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.tour-highlight__duration {
    font-size: 40px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 15px;
    line-height: 40px;
}

.tour-highlight__duration span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 4px;
}

.tour-highlight__price-label {
    font-size: 16px;
    margin: 15px 0 5px;
    line-height: 18px;
}

.tour-highlight__price-amount {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

.tour-highlight__price-note {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.tour-highlight__details {
    flex-grow: 1;
}

.tour-highlight__title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

.tour-highlight__locations {
    font-size: 18px;
    margin-bottom: 25px;
}

.tour-highlight__meta {
    font-size: 18px;
    margin-bottom: 30px;
}

.tour-highlight__meta .fa-star {
    color: #BE882E;
}

.tour-highlight__features {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.tour-highlight__feature-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}

.tour-highlight__feature-item::before {
    content: '•';
    position: absolute;
    left: 5px;
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
}

.tour-highlight__disclaimer {
    font-size: 16px;
    font-style: italic;
    padding-left: 23px;
}

.itinerary-details {}

/* --- Elements --- */
.itinerary-details__title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c59d5f;
    /* Màu vàng cam */
    margin-bottom: 15px;
}

.itinerary-details__description {
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: justify;
}

.itinerary-details__nav .nav-link {
    color: #2E2E2D;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding: 3px 0;
    border: none;
    border-bottom: 3px solid transparent;
    margin-right: 45px;
}

.itinerary-details__nav .nav-link.active {
    border-bottom: 3px solid #2E2E2D;
    color: #2E2E2D;
}

.itinerary-details__map-image {
    width: 370px;
    height: 370px;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 20px;
}

.itinerary-details__schedule {
    margin-bottom: 20px;
}

.itinerary-details__schedule-day {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.itinerary-details__schedule-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.itinerary-details__schedule-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.itinerary-details__schedule-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.itinerary-details__schedule-item::before {
    content: '+';
    position: absolute;
    left: 0;
}

.itinerary-details__footer {
    text-align: right;
    margin-top: 60px;
}

.itinerary-details__see-more {
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    width: 120px;
    height: 30px;
    text-decoration: underline;
}

.itinerary-details__nav {
    margin-bottom: 25px;
    border: 0;
}

.itinerary-carousel__slider-wrapper {
    margin-bottom: 25px;
    height: 370px;
}

.itinerary-carousel__slide {
    padding: 0 10px;
    /* Tạo khoảng cách giữa các ảnh */
}

.itinerary-carousel__slide .itinerary-carousel__image {
    height: 370px;
    object-fit: cover;
    border-radius: 4px;
    width: 374px;
}

.tinerary-details__schedule-description {
    font-size: 16px;
}

.detail_title_h2 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #2E2E2D;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.tab-content {
    margin-bottom: 80px;
}

.itinerary-carousel__slider.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.itinerary-carousel__note-image__img {
    width: 370px;
    height: 370px;
    margin-bottom: 40px;
}

.reviews-section {}

/* --- Elements --- */
.reviews-section__header {
    margin-bottom: 30px;
}

.reviews-section__summary {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviews-section__rating .fa-star {
    color: #BE882E;
    margin-right: 15px;
    font-size: 23px;
}

.reviews-section__rating b {
    color: #212529;
}

.reviews-section__toolbar {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.reviews-section__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.reviews-section__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.reviews-section__review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviews-section__avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #508096;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 10px;
    font-size: 30px;
}

.reviews-section__user-info {
    font-size: 0.9rem;
}

.reviews-section__user-name {
    font-weight: 600;
    color: #1D1D1B;
    font-size: 14px;
}

.reviews-section__date {
    color: #6F6F6E;
    font-weight: 300;
    font-size: 14px;
}

.reviews-section__review-rating {
    margin-left: auto;
    font-size: 16px;
    color: #BE882E;
    font-weight: 500;
}

.reviews-section__review-rating span {
    background: linear-gradient(to right, #BE882E, #DFAC00);
    padding: 2px 4px;
    font-size: 16px;
    color: white;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
}

.reviews-section__review-text {
    font-size: 16px;
}

.reviews-section__see-more {
    font-size: 16px;
    color: #2E2E2D;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.reviews-section__gallery {
    position: relative;
    margin-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #1D1D1B;
}

.reviews-section__gallery-slide {
    padding: 0 8px;
}

.reviews-section__gallery-slide .reviews-section__gallery-image {
    height: 175px;
    object-fit: cover;
    border-radius: 4px;
    width: 180px;
}

.reviews-section__footer {
    text-align: right;
    margin-top: 20px;
}

.reviews-section__load-more {
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    width: 120px;
    height: 30px;
    text-decoration: underline;
}

.itinerary-carousel {
    margin-bottom: 80px;
}

.reviews-section__summary span {
    font-size: 20px;
}

.reviews-section__summary span b {
    font-weight: 600;
    color: #BE882E;
    margin-right: 5px;
}

.btn-outline-secondary {
    border: 1px solid #d9d9d9;
    color: #1A2A3C;
}

.reviews-section__gallery-slider {
    height: 175px;
    margin: 0 -8px;
}

.search-widget__suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 575px;
    z-index: 1;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.search-widget__suggestions--active {
    display: block;
}

.search-widget__group {
    margin-bottom: 30px;
}

.search-widget__group:last-child {
    margin-bottom: 0;
}

.search-widget__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.search-widget__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.search-widget__tag {
    background-color: #ECECEC;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.search-widget__tag:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
}