/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
Text Domain: flatsome-child
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --ink: #1b2a22;
    --cream: #faf6ec;
    --gold: #e0a233;
    --gold-dark: #b9791c;
    --green: #2f6b4f;
    --green-dark: #1f4a37;
    --muted: #8a9189;
    --line: #ece6d8;
    --radius: 18px;
    --shadow-sm: 0 4px 16px rgba(27, 42, 34, .06);
    --shadow-md: 0 14px 40px rgba(27, 42, 34, .12);
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.6;
    font-size: 15px;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.wrap {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* padding: 0 24px; */
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    letter-spacing: .2px;
}

.tx-script {
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    color: var(--ink);
}

/* ===== Header ===== */
header.site {
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    z-index: 50;
}

header.site .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: .5px;
}

.logo .mark {
    width: 32px;
    height: 32px;
    background: var(--green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

nav.main, .main-menu.main {
    display: flex;
    gap: 30px;
    font-size: 13.5px;
    font-weight: 500;
    margin: 0;
    align-items: center;
}

nav.main li, .main-menu.main li {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #3a453e;
    transition: color .2s var(--ease);
    position: relative;
}

nav.main li:hover {
    color: var(--gold-dark);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 9px 16px;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    min-width: 170px;
    transition: border-color .2s var(--ease);
}

.search-box:hover {
    border-color: var(--gold);
}

.btn-devis {
    background: var(--green-dark);
    color: #fff;
    padding: 11px 26px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .5px;
    box-shadow: var(--shadow-sm);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}

.btn-devis:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.products>.tour-card {
    padding-inline: 10px;
}

/* =========================================
   TOUR HERO
========================================= */

.tour-hero {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* =========================================
   HERO BACKGROUND
========================================= */

.hero-bg {
    position: relative;
    /* min-height: 530px; */
    overflow: hidden;
    border-radius: 30px;
    /* background:
        linear-gradient(115deg,
            #37305e 0%,
            #58427a 22%,
            #a04f55 46%,
            #e66d21 70%,
            #ffbd25 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-hero {
    position: relative;
}

.category-page-title {
    display: none;
}

/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0;
}


.hero-subtitle {
    display: block;

    margin-bottom: 12px;

    color: #ffd76a;

    font-size: 25px;
    line-height: 1.3;

    font-family: "Brush Script MT", "Segoe Script", cursive;

    letter-spacing: .3px;
}


.hero-content h1 {
    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(48px, 5vw, 78px);

    font-weight: 500;

    line-height: 1.05;

    letter-spacing: -2px;

    text-shadow:
        0 4px 25px rgba(0, 0, 0, .12);
}


.hero-content p {
    margin: 25px 0 0;

    color: rgba(255, 255, 255, .94);

    font-size: 18px;

    line-height: 1.6;

    font-weight: 400;
}


/* =========================================
   HERO DIVIDER
========================================= */

.hero-divider {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 22px;
}


.hero-divider span {
    width: 105px;
    height: 1px;

    background: rgba(255, 255, 255, .65);
}


.hero-divider i {
    width: 8px;
    height: 8px;

    display: block;

    border-radius: 50%;

    background: #fff;
}

.category-page-row .col.large-12 {
    padding-bottom: 0;
}
/*  */
/* =========================
       MAIN SECTION
    ========================= */

.travel-contact {
    width: 100%;
    /* max-width: 1400px; */
    /* min-height: 270px; */
    /* margin: 0 auto; */
    padding: 50px 0;
    /* background: #f8f3ef; */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

/* =========================
       ILLUSTRATIONS
    ========================= */

.illustration {
    position: absolute;
    width: 150px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
}

.illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.illustration-left {
    left: 15px;
    top: 25px;
}

.illustration-right {
    right: 18px;
    top: 28px;
}

/*
      Nếu chưa có hình minh họa,
      dùng SVG line-art tạm thời
    */

.drawing {
    width: 145px;
    height: 175px;
    color: #777;
}

/* =========================
       LEFT PROFILE
    ========================= */

.advisor {
    width: 300px;
    min-width: 300px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    position: relative;
    z-index: 2;
}

.advisor-photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    background: #ddd;
}

.advisor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisor-name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.advisor-role {
    margin: 3px 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.question-btn {
    border: 0;
    background: #f2e5dc;
    color: #b35428;

    padding: 8px 15px;
    border-radius: 4px;

    font-family: inherit;
    font-size: 12px;
    font-weight: 600;

    cursor: pointer;
    transition: .2s ease;
}

.question-btn:hover {
    background: #e9d5c8;
}

/* =========================
       RIGHT CONTENT
    ========================= */

.contact-content {
    width: 430px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-title {
    margin: 0 0 9px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    font-style: italic;
    color: #252525;
}

.custom-trip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    /* height: 31px; */
    padding: 9px 17px;
    border-radius: 4px;
    border: none;
    background: #ad5125;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
    margin-block: 10px;
}

.custom-trip-btn:hover {
    background: #8f401b;
}

/* =========================
       MOBILE
    ========================= */

@media (max-width: 900px) {

    .travel-contact {
        min-height: auto;
        padding: 35px 25px;
        flex-direction: column;
        gap: 30px;
    }

    .illustration {
        display: none;
    }

    .advisor,
    .contact-content {
        width: 100%;
        min-width: 0;
        max-width: 450px;
    }

    .contact-content {
        padding-right: 15px;
    }
}

@media (max-width: 480px) {

    .travel-contact {
        padding: 30px 18px;
    }

    .advisor-photo {
        width: 115px;
        height: 115px;
    }

    .contact-title {
        font-size: 17px;
    }

    .contact-methods {
        gap: 20px;
    }
}

.tx-contact-simple {
    background: #d2d2d26e;
    position: relative;
    margin-top: 50px;
}


/* =========================
       SOCIAL CONTACT
    ========================= */

.send-message {
    margin: 8px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-top: 10px;
}

.send-message:before {
    content: "";
    width: 40%;
    background: #9c999940;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 20px;
}

.contact-methods a:hover {
    transform: scale(1.1);
    transition: all 0.4s;
}

.contact-methods a {
    transition: all 0.4s;
}

.contact-method {
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.contact-method svg path {
    fill: #787878;
}

.contact-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
}

.contact-icon.whatsapp {
    color: #555;
}

.contact-icon.email {
    font-size: 17px;
}

/* =========================
       BENEFITS
    ========================= */

.benefits {
    margin: 11px auto 12px;
    width: fit-content;

    display: flex;
    flex-direction: column;
    gap: 5px;

    text-align: left;
}

.benefits ul {
    margin: 0;
}

.benefit,
.benefits li {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.benefits li:before {
    content: "";
    content: "✓";
    color: #ad5125;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    top: 4px;
}

.check {
    color: #ad5125;
    font-size: 13px;
    font-weight: 700;
}

/*  */



/* FAQ */
/* =========================================
   SECTION
========================================= */

.tour-section-2 {
    width: 100%;
    padding:
        55px 0 70px;
    background:
        linear-gradient(180deg,
        #fffdf9 0%,
        #ffffff 100%);
    margin-top: 30px;
}


.tour-container-2 {

    width: min(1240px,
    calc(100% - 80px));

    margin: 0 auto;
}


/* =========================================
   PRICE HEADER
========================================= */

.tour-price-header {

    text-align: center;

    padding:
        0 20px 5px;
}


/* =========================================
   PRICE TITLE
========================================= */

.tour-price-title {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 18px;
}


.tour-price-title h2 {
    margin: 0;
    color: #151816;
    font-family:
        "Brush Script MT",
        "Segoe Script",
        cursive;
    font-size:
        clamp(38px,
        4.5vw,
        60px);
    font-weight: bold;
    line-height: 1;
    font-family: "Pacifico", cursive;
    font-size: 34px;
}


.tour-price-title h2 span {

    color: var(--section-orange);

}


/* DECORATION */

.tour-price-title__decor {

    color: #d6bd9f;

    font-size: 25px;

    transform:
        rotate(-25deg);
}


.tour-price-title__decor--right {

    transform:
        rotate(155deg);
}


/* =========================================
   MESSAGE
========================================= */

.tour-price-message {

    max-width: 600px;

    margin:
        18px auto 0;

    color: #666965;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   COUPLE
========================================= */

.tour-couple {

    margin-top: 17px;

    color: #1c211e;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


/* =========================================
   DIVIDER
========================================= */

.tour-section-divider {
    width: 100%;
    height: 1px;
    margin:
        45px 0;
    background:
        var(--section-border);
    display: none;
}


/* =========================================
   MAIN CONTENT
========================================= */

.tour-section-2__content {

    display: grid;

    grid-template-columns:
        1.08fr 0.92fr;

    gap: 38px;

    align-items: center;
}


/* =========================================
   GALLERY
========================================= */

.tour-gallery {

    width: 100%;

    overflow: hidden;

    border-radius: 18px;

    background: #eee;

    box-shadow:
        0 15px 35px rgba(45,
        30,
        20,
        0.08);
}


.tour-gallery__main {

    width: 100%;

    overflow: hidden;
}


.tour-gallery__main img {

    display: block;

    width: 100%;

    height: auto;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


.tour-gallery:hover .tour-gallery__main img {

    transform:
        scale(1.025);
}


/* =========================================
   FAQ
========================================= */

.tour-faq {

    width: 100%;
}


/* =========================================
   FAQ HEADING
========================================= */

.tour-faq__heading {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;
}


.tour-faq__heading h2 {

    color: #121713;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(28px,
    3vw,
    19px);

    line-height: 1.1;

    font-weight: 700;
}


.tour-faq__leaf {

    color: #c7a982;

    font-size: 27px;
}


/* =========================================
   FAQ ITEM
========================================= */

.tour-faq__item {

    width: 100%;

    min-height: 62px;

    display: grid;

    grid-template-columns:
        28px 1fr 25px;

    align-items: center;

    gap: 10px;

    margin-bottom: 12px;

    padding:
        8px 14px;

    border:
        1px solid #e9e5e0;

    border-radius: 14px;

    background:
        var(--section-card);

    color: #343633;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    text-align: left;

    cursor: pointer;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


.tour-faq__item:hover {

    background: #eeece9;

    border-color: #ded8d0;

    transform:
        translateY(-1px);
}


/* ACTIVE */

.tour-faq__item--active {

    background:
        #fff8f2;

    border-color:
        #e6c8b7;
}


/* =========================================
   FAQ NUMBER
========================================= */

.tour-faq__number {width: 27px;height: 27px;display: flex;place-items: center;border-radius: 50%;background: #fff;color: var(--section-orange);font-size: 12px;font-weight: 700;justify-content: center;align-items: center;}


.tour-faq__item:first-of-type .tour-faq__number {background: var(--fs-color-secondary);color: #fff;}


/* =========================================
   QUESTION
========================================= */

.tour-faq__question {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


/* =========================================
   ARROW
========================================= */

.tour-faq__arrow {

    display: flex;

    align-items: center;

    justify-content: center;

    color: #4c4f4c;

    font-size: 17px;

    transition:
        transform 0.3s ease;
}


.tour-faq__item--active .tour-faq__arrow {

    transform:
        rotate(180deg);
}


/* =========================================
   PAGINATION
========================================= */

.tour-faq__pagination {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 15px;
}


.tour-faq__page {

    width: 28px;

    height: 28px;

    display: grid;

    place-items: center;

    border:
        1px solid #dedbd6;

    border-radius: 50%;

    background: #fff;

    color: #555;

    font-size: 12px;

    cursor: pointer;

    transition:
        all 0.25s ease;
}


.tour-faq__page:hover {

    border-color:
        var(--section-orange);

    color:
        var(--section-orange);
}


.tour-faq__page--active {

    background:
        var(--section-orange);

    border-color:
        var(--section-orange);

    color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .tour-section-2__content {

        grid-template-columns:
            1fr;

        gap: 45px;

    }


    .tour-gallery {

        max-width: 750px;

        margin: 0 auto;

    }


    .tour-faq {

        max-width: 750px;

        margin: 0 auto;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .tour-section-2 {padding: 0 0 25px;}


    .tour-container-2 {width: 100%;}


    .tour-price-title {

        gap: 8px;

    }


    .tour-price-title__decor {

        display: none;

    }


    .tour-price-title h2 {font-size: 25px;line-height: 1.15;}


    .tour-price-message {

        font-size: 14px;

    }


    .tour-section-divider {

        margin:
            35px 0;

    }


    .tour-section-2__content {

        gap: 35px;

    }


    .tour-gallery {

        border-radius: 14px;

    }


    .tour-faq__heading h2 {font-size: 22px;}


    .tour-faq__item {

        min-height: 58px;

        grid-template-columns:
            27px 1fr 20px;

        padding:
            8px 11px;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .tour-price-title h2 {

        font-size: 31px;

    }


    .tour-price-message {

        font-size: 13px;

    }


    .tour-couple {

        font-size: 11px;

        letter-spacing: 3px;

    }


    .tour-faq__heading {

        align-items:
            flex-start;
    }


    .tour-faq__heading h2 {

        font-size: 27px;

    }

}

.gallery-grid {
    width: 100%;
    height: 405px;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
}

/* Tất cả cell */
.gallery-grid .cell {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Tất cả ảnh WordPress */
.gallery-grid .cell img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================
   ẢNH 1 - BÊN TRÁI
========================= */

.gallery-grid .cell:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
}


/* =========================
   ẢNH 2 - BÊN PHẢI, PHÍA TRÊN
========================= */

.gallery-grid .cell:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}


/* =========================
   ẢNH 3 - BÊN PHẢI, DƯỚI TRÁI
========================= */

.gallery-grid .cell:nth-child(3) {
    grid-column: 2;
    grid-row: 2;

    width: calc(50% - 4px);
}

.bar-row {
    position: relative;
}

/* =========================
   ẢNH 4 - BÊN PHẢI, DƯỚI PHẢI
========================= */

.gallery-grid .cell:nth-child(4) {
    grid-column: 2;
    grid-row: 2;

    width: calc(50% - 4px);
    margin-left: calc(50% + 4px);
}

.faq h3 {
    color: var(--terracotta);
    font-size: 25px;
    margin: 0 0 15px;
}

.faq-item {
    border-bottom: 1px solid var(--line);
    padding: 12px 15px;
    /* font-size: 14px; */
    color: #333;
    /* display: flex; */
    /* justify-content: space-between; */
    /* gap: 10px; */
    background: #f3f3f3;
    margin-bottom: 15px;
    border-radius: 15px;
}

.faq-item span {}

.faq-pagination {
    display: flex;
    gap: 6px;
    margin-top: 14px;
}

.faq-pagination button {
    width: 25px !important;
    height: 25px !important;
    display: inline-flex;
    padding: 0;
    border: 1px solid;
    margin-right: 0;
    border-radius: 100%;
    min-height: unset;
    justify-content: space-around;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    border-color: #ddd;
    /* color: #ddd; */
}

.faq-pagination button:hover,
.faq-pagination button.active {
    background: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    color: #fff;
}

.faq-pagination span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--muted);
}

.faq-pagination span.active {
    background: var(--fs-color-alert);
    color: #fff;
    border-color: var(--fs-color-alert);
}

/* FAQ */



/* Review */
/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonial-section {
    /* width: 100%; */
    /* padding: 45px 20px 35px; */
    background: #fff;
    box-sizing: border-box;
}

.testimonial-container-review {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.testimonial-heading {
    text-align: center;
    margin-bottom: 35px;
}

.testimonial-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #151515;
}

.testimonial-heading h2 span {
    color: #b75b27;
}


/* =========================================
   LIST
========================================= */

.testimonial-list {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 55px; */
    /* align-items: start; */
}


/* =========================================
   ITEM
========================================= */

.testimonial-item {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}


/* =========================================
   AVATAR
========================================= */

.testimonial-avatar {
    width: 145px;
    height: 145px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================
   CONTENT
========================================= */

.testimonial-content {
    max-width: 350px;
    margin: 0 auto;
}

.testimonial-content h3 {
    margin: 0 0 3px;
    padding: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #181818;
}

.testimonial-country {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
}

.testimonial-content p {
    margin: 0 auto;
    min-height: 105px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #444;
}

.testimonial-content p strong {
    font-weight: 700;
    color: #444;
}


/* =========================================
   LINK
========================================= */

.testimonial-link {
    display: inline-block;
    margin-top: 8px;
    color: #b75b27;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: all .2s ease;
}

.testimonial-link:hover {
    color: #8f451c;
    text-decoration: underline;
}


/* =========================================
   FOOTER BUTTON
========================================= */

.testimonial-footer {
    margin-top: 32px;
    text-align: center;
}

.testimonial-button {
    display: inline-block;
    padding: 9px 18px;
    border: 1px solid #d89a78;
    border-radius: 4px;
    background: #fff;
    color: #b75b27;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    transition: all .25s ease;
}

.testimonial-button:hover {
    background: #b75b27;
    color: #fff;
    border-color: #b75b27;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .testimonial-section {
        padding: 40px 20px 30px;
    }

    .testimonial-list {
        gap: 25px;
    }

    .testimonial-heading {
        margin-bottom: 30px;
    }

    .testimonial-heading h2 {
        font-size: 26px;
    }

    .testimonial-avatar {
        width: 125px;
        height: 125px;
    }

    .testimonial-content {
        max-width: 300px;
    }

    .testimonial-content h3 {
        font-size: 15px;
    }

    .testimonial-content p {
        /* font-size: 13px; */
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .testimonial-section {
        padding: 35px 15px 30px;
    }

    .testimonial-heading {
        margin-bottom: 25px;
    }

    .testimonial-heading h2 {
        font-size: 24px;
    }

    .testimonial-list {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .testimonial-item {
        max-width: 420px;
        margin: 0 auto;
    }

    .testimonial-avatar {
        width: 130px;
        height: 130px;
        margin-bottom: 13px;
    }

    .testimonial-content {
        max-width: 100%;
    }

    .testimonial-country {
        margin-bottom: 15px;
    }

    .testimonial-content p {
        min-height: auto;
    }

    .testimonial-footer {
        margin-top: 35px;
    }
}
/* Review */


.tx-box-title {
    margin-top: 50px;
    text-align: center;
}

.tx-box-title .tx-title {
    font-weight: 600;
    color: var(--fs-color-secondary);
    font-size: 27px;
    margin-bottom: 15px;
}

.tx-box-title .desc {
    display: inline-block;
    width: 60%;
}

.tx-gallery {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;

    height: 500px; /* fix chiều cao toàn bộ gallery */
}

.tx-gallery > * {
    min-height: 0;
    overflow: hidden;
}

.tx-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voyage_map-content .left li {
    position: relative;
}

.voyage_map-content .left li:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 100%;
    position: relative;
    top: 2px;
}

.voyage_map-content .desc {
    font-size: 19px;
    margin-bottom: 15px;
}

.voyage_map-content {
    display: flex;
    gap: 30px;
}

.voyage_map-content .right {
    width: 330px;
}

.voyage_map-content .left {
    flex: 1;
}

.wrp-btn a {
    display: inline-block;
    border: 1px solid var(--fs-color-secondary);
    color: var(--fs-color-secondary);
    margin-top: 25px;
    font-size: 16px;
    padding-inline: 15px;
    padding-block: 2px;
}

.wrp-btn {
    text-align: center;
}

.vd_voyage_activity .group .box {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.vd_voyage_activity .group .item {
    perspective: 1000px;
    /* width: calc((100% - 48px) / 3); */
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 3px 5px 0 rgba(0, 0, 0, .19);
    overflow: hidden;
    position: relative;
    aspect-ratio: 353 / 500;
}
.vd_voyage_activity .group .item .item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s;
    transform-style: preserve-3d;
}

.vd_voyage_activity .group .item .item__inner a {
    display: block;
    margin-top: 10px;
}

.vd_voyage_activity .group .item .item__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vd_voyage_activity .group .item:hover .item__inner {
    transform: rotateY(180deg);
}

.vd_voyage_activity .group .item .item_desc .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.vd_voyage_activity .group .item .item_desc .btn__link {
    color: var(--fs-color-secondary);
}
.vd_voyage_activity .group .item .info {
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background: #fff;
    z-index: 1;
    padding: 24px;
    cursor: pointer;
}

.vd_voyage_activity .group .item .wImg, .vd_voyage_activity .group .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.tx-diemden-post .vd_voyage_activity {
    margin-top: 30px;
}
.vd_voyage_activity .group .name {
    font-weight: bold;
    position: unset;
    color: #000;
}
.txSlidePost2 {
    margin-top: 30px;
}

.culture-item--info {
    position: absolute;
    inset: 0;
    padding: 0 20px;
    color: var(--color-text-white, #fff);
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    transform: translateY(calc(100% - 70px));
    transition: transform .45s ease, background .35s ease, padding .35s ease;
}

.culture-item--info h3.caption.heading-h4 {
    color: #fff;
    margin: 0;
}

/* aside */
.sidebar-category-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sidebar-widget h4 {
    color: var(--fs-color-secondary);
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}
.sidebar-category-list li {
    padding: 12px;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 0!important;
}
.sidebar-category-list li a {
    text-decoration: none;
    color: #171717;
    display: inline-block;
    width: calc(100% - 36px);
}
.blog-sidebar {}

.sidebar-category-list li.active, .sidebar-category-list li:hover {
    border: 1px solid #a24d24;
    background: #f7eae1;
    transition: ease .3s;
}
.section-support-online {
    border-radius: 8px;
    border: 1px solid var(--border-neutral-200, #e5e5e5);
    background: var(--bg-brand-Light, #f9f4f0);
    box-shadow: 0 2px 6px 0 rgba(16, 24, 40, .06);
    padding: var(--spacing-lg, 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xl, 20px);
    justify-content: center;
    text-align: center;
}
.section-support-online .supporter .w-img img {
    width: 150px;
    height: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 150px;
    object-fit: cover;
    display: inline-block;
}
.section-support-online .supporter .name {
    color: #000;
    position: unset;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}

.section-support-online .btn-show-popup {
    padding: 9px 16px;
    display: flex;
    border-radius: 6px;
    font-size: .875em;
    line-height: 20px;
    background: var(--fs-color-secondary);
    color: #fff;
}

.section-support-online .heading {
    font-weight: 600;
    text-align: center;
}
.section-support-online .support-button {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    font-size: .875em;
    font-weight: 400;
    gap: 30px;
}
.tour-category-box .item-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tour-category-box .item-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-support-online .support-button a.item-contact {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* aside */


/* link */
.keyword-nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #f5f5f5;
    overflow: hidden;
}

/* Phần scroll */
.keyword-nav__scroll {
    /* display: flex; */
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 5px 35px;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    /* white-space: nowrap; */
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.keyword-nav__scroll::-webkit-scrollbar {
    display: none;
}

/* Item */
.keyword-nav__item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    /* height: 34px; */
    padding: 10px 12px;
    border-radius: 5px;
    background: #e9e9eb;
    color: #444;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition: all .2s ease;
}

.keyword-nav__item:hover {
    background: #ddd;
    color: #222;
}

/* Arrow */
.keyword-nav__arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 34px;
    padding: 0;
    border: 0;
    background: #f5f5f5;
    color: #333;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.keyword-nav__arrow--prev {
    left: 0;
}

.keyword-nav__arrow--next {
    right: 0;
}
.tx-keyword {
    margin-top: 35px;
}
.txtKeyword .swiper-slide {
    width: auto;
}

.txtKeyword .keyword-nav__item {
    display: block;
    white-space: nowrap;
}
/* link */

/* header */
.tx-megamenu-1 {
    /* display: flex; */
    /* justify-content: center; */
    /* width: 100%; */
    background: #fff;
    padding: 15px;
    border: 1px solid #bfbfbf;
    /* margin-top: 15px; */
    box-shadow: unset;
    border-radius: 20px;
}

.tx-megamenu-1 img {
    border-radius: 10px;
}

.tx-megamenu-1 > .row {
    /* padding-top: 15px; */
    /* width: 100%!important; */
    /* background: #fff; */
    /* border: 1px solid #bfbfbf; */
    /* margin-top: 10px; */
    /* border-radius: 10px; */
}

.sub-menu.nav-dropdown {
    background: transparent;
    margin-top: 10px;
    border: unset;
    border-radius: 20px;
    overflow: hidden;
}
.tx-megamenu-1 .ux-menu-link.flex.menu-item a {
    position: relative;
}

.tx-megamenu-1 .ux-menu-link.flex.menu-item a:before {content: "";width: 5px;height: 5px;display: inline-flex;background: #000;border-radius: 100%;margin-right: 9px;position: relative;top: -1px;}
.tx-megamenu-1 .ux-menu-title {
    font-weight: 600;
    font-size: 17px;
    text-transform: none;
    height: unset;
    min-height: unset;
    font-family: "Montserrat", sans-serif;
}
.header-inner > div > .header-nav-main.nav-left {
    padding-right: 20px;
    /* justify-content: space-between; */
    margin-left: 20px;
}

.header-inner > div > .header-nav-main.nav-left > li > a {
    color: #000;
    font-weight: 500;
}
/* header */



.tour-navigation.is-fixed {
    position: fixed;
    top: 103px;
    /* left: 0; */
    right: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    /* transform: translateX(0); */
    height: 70px;
    min-height: unset;
    bottom: unset !important;
    padding: 0;
}

.tour-navigation.is-fixed .nav-icon svg {
    width: 25px;
    height: 25px;
}
.tour-navigation.is-fixed .tour-nav-item {
    height: 75px;
}

.tour-navigation.is-fixed .nav-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25294d;
    transition: color .25s ease, transform .25s ease;
}

.tour-navigation.is-fixed .nav-text {
    font-size: 13px;
}


.tour-thank-card {
    margin: 0 auto;
    background: #ffffff;
    padding: 30px 24px;
}


/* =========================
   HEADLINE
========================= */

.tour-thank-headline {
    font-family: 'Alex Brush', cursive;
    font-size: 56px;
    color: #221f1c;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}


/* =========================
   GRID
========================= */

.tour-thank-grid {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 40px;
    align-items: start;
}


/* =========================
   PHOTO
========================= */

.tour-thank-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 5.4;
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
}

.tour-thank-photo:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.tour-thank-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s;
}


/* =========================
   PLAY BUTTON
========================= */

.tour-thank-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 52px;
    height: 37px;

    background: #ff0000;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

    cursor: pointer;
}


/* =========================
   CONTENT
========================= */

.tour-thank-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* =========================
   ADVANTAGES
========================= */

.tour-advantages-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tour-advantages-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}


/* Icon */

.tour-advantage-icon {
    width: 28px;
    min-width: 28px;
}

.tour-advantage-icon img {
    position: relative;
    top: 6px;
    display: block;
    max-width: 100%;
}


/* Content */

.tour-advantage-content {
    flex: 1;
}

.tour-advantage-content h3 {
    line-height: unset;
    height: unset;

    font-family: 'Poppins', sans-serif;
    font-weight: 600;

    margin: 0;

    font-size: 17px;
    color: #000;
}

.tour-advantage-content > div {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-top: 5px;
}


/* =========================
   SIGNATURE
========================= */

.tour-thank-signature {
    text-align: right;
    font-weight: bold;
}


/* =========================
   NAVIGATION
========================= */

.tour-thank-nav {
    text-align: center;
    margin-top: 15px;
}

.tour-thank-nav-item {
    margin-inline: 15px;
    text-decoration: none;
}

.tour-thank-nav-item--active {
    font-weight: 600;
}
.tx-list-group-tour {
    margin-top: 30px;
}
form#search_new input {
    margin: 0;
    padding-left: 35px;
    height: 40px;
}

form#search_new {
    position: relative;
}

form#search_new:before {
    content: "";
    width: 36px;
    height: 100%;
    position: absolute;
    background: red;
    background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>ionicons-v5-f</title><path d="M221.09,64A157.09,157.09,0,1,0,378.18,221.09,157.1,157.1,0,0,0,221.09,64Z" style="fill:none;stroke:%23000000;stroke-miterlimit:10;stroke-width:32px"></path><line x1="338.29" y1="338.29" x2="448" y2="448" style="fill:none;stroke:%23000000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px"></line></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


/* Start: Comment */
.custom-comment-form {
    width: 100%;
    /* max-width: 400px; */
    margin: 0 auto;
    padding: 18px 16px 17px;
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 12px;
    box-sizing: border-box;
}


/* =========================
TITLE
========================= */

.custom-comment-title {
    margin: 0 0 30px;

    color: #111;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;

    text-align: center;
}


/* =========================
FIELD
========================= */

.custom-comment-field {
    margin-bottom: 20px;
}

.custom-comment-field label {
    display: block;

    margin-bottom: 8px;

    color: #111;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}


/* =========================
TEXTAREA
========================= */

.custom-comment-field-comment {
    margin-bottom: 20px;
}

.custom-comment-field textarea {
    display: block;

    width: 100%;
    min-height: 108px;

    padding: 11px 11px;

    box-sizing: border-box;

    border: 1px solid #d2d2d2;
    border-radius: 6px;

    background: #fff;

    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;

    resize: vertical;

    outline: none;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.custom-comment-field textarea::placeholder {
    color: #7c7c7c;
    opacity: 1;
}

.custom-comment-field textarea:focus {
    border-color: #b34e22;
    box-shadow: 0 0 0 2px rgba(179, 78, 34, .08);
}


/* =========================
INPUT
========================= */

.custom-comment-input {
    position: relative;
}

.custom-comment-input input {
    display: block;

    width: 100%;
    height: 47px;

    padding: 0 12px 0 40px;

    box-sizing: border-box;

    border: 1px solid #d2d2d2;
    border-radius: 6px;

    background: #fff;

    color: #333;

    font-family: 'Poppins', sans-serif;
    font-size: 15px;

    outline: none;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.custom-comment-input input::placeholder {
    color: #7c7c7c;
    opacity: 1;
}

.custom-comment-input input:focus {
    border-color: #b34e22;
    box-shadow: 0 0 0 2px rgba(179, 78, 34, .08);
}


/* =========================
ICON
========================= */

.custom-comment-icon {
    position: absolute;

    top: 50%;
    left: 12px;

    width: 19px;
    height: 19px;

    transform: translateY(-50%);

    color: #555;

    pointer-events: none;
}

.custom-comment-icon svg {
    display: block;

    width: 100%;
    height: 100%;
}


/* =========================
CAPTCHA
========================= */

.custom-comment-captcha {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 2px;
    margin-bottom: 19px;
}

.custom-comment-captcha-image {
    width: 130px;
    height: 40px;

    overflow: hidden;

    background: #fff;
    border: 1px solid #ddd;

    box-sizing: border-box;
}

.custom-comment-captcha-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.custom-comment-captcha-refresh {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 40px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #111;

    cursor: pointer;
}

.custom-comment-captcha-refresh svg {
    width: 25px;
    height: 25px;
}

.custom-comment-captcha-input {
    flex: 1;

    min-width: 0;
}

.custom-comment-captcha-input input {
    width: 100%;
    height: 47px;

    padding: 0 10px;

    box-sizing: border-box;

    border: 1px solid #d2d2d2;
    border-radius: 6px;

    background: #fff;

    font-family: 'Poppins', sans-serif;
    font-size: 15px;

    outline: none;
}


/* =========================
SUBMIT
========================= */

.custom-comment-submit {
    display: block;

    width: 150px;
    height: 36px;

    padding: 0;

    border: 0;
    border-radius: 4px;

    background: #b34e22;
    color: #fff;

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease;
}

.custom-comment-submit:hover {
    background: #963e19;
}

.custom-comment-submit:active {
    transform: translateY(1px);
}


/* =========================
WORDPRESS DEFAULT
========================= */

.custom-comment-form .comment-notes,
.custom-comment-form .logged-in-as,
.custom-comment-form .comment-form-cookies-consent {
    display: none;
}

.custom-comment-form p {
    margin: 0;
}

.custom-comment-form .form-submit {
    margin: 0;
}


/* =========================
RESPONSIVE
========================= */

@media (max-width: 480px) {

    .custom-comment-form {
        max-width: 100%;
        padding: 18px 14px 16px;
    }

    .custom-comment-title {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .custom-comment-field label {
        font-size: 15px;
    }

    .custom-comment-captcha {
        gap: 6px;
    }

    .custom-comment-captcha-image {
        width: 115px;
    }

    .custom-comment-submit {
        width: 150px;
    }
}
.tx-comment {
    margin-top: 40px;
    display: flex;
    gap: 30px;
}

.tx-comment .right-comment {
    width: 440px;
}

.tx-comment .left-comment {
    flex: 1;
}

.tx-comment li {
    list-style: none;
}
/* End: Comment */

/* Start: Danh sach comment */
/* =========================================================
   COMMENT WRAPPER
========================================================= */

.comments-list {
    width: 100%;
    margin: 40px 0;
    padding: 0;
    color: #222;
}

.comments-list .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* =========================================================
   COMMENT CHÍNH
========================================================= */

.comments-list .comment-list > .comment {
    margin-bottom: 28px;
    padding: 18px;

    background: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 18px;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, .05);
}


/* =========================================================
   HEADER
========================================================= */

.comments-list .comment-meta {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-list .comment-author {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px 14px;

    background: #faf7f4;

    border: 1px solid #f0e7df;

    border-radius: 12px;
}


/* Avatar */

.comments-list .comment-author .avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #fff;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, .12);
}


/* Tên */

.comments-list .comment-author .fn {
    color: #1b1b1b;

    font-size: 16px;

    font-weight: 700;

    font-style: normal;
}

.comments-list .comment-author .says {
    display: none;
}


/* =========================================================
   DATE
========================================================= */

.comments-list .comment-metadata {
    margin: 5px 0 0 74px;

    padding: 5px 0;
}

.comments-list .comment-metadata a {
    color: #999;

    font-size: 13px;

    text-decoration: none;
}

.comments-list .comment-metadata time {
    font-style: italic;
}


/* =========================================================
   CONTENT COMMENT
========================================================= */

.comments-list .comment-content {
    position: relative;

    margin: 15px 0;

    padding: 18px 20px 18px 24px;

    background:
        linear-gradient(
            135deg,
            #fff8f2 0%,
            #fffdfb 100%
        );

    border: 1px solid #f0dfd3;

    border-radius: 14px;

    color: #292929;

    font-size: 16px;

    line-height: 1.65;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.8);
}


/* Thanh màu */

.comments-list .comment-content::before {
    content: "";

    position: absolute;

    left: 0;
    top: 12px;
    bottom: 12px;

    width: 4px;

    background: #a95421;

    border-radius: 0 5px 5px 0;
}


/* Paragraph */

.comments-list .comment-content p {
    margin: 0 0 10px;
}

.comments-list .comment-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   ACTION
========================================================= */

.comments-list .reply {
    margin-top: 10px;

    padding: 10px 14px;

    background: #fafafa;

    border-radius: 9px;

    border: 1px solid #eeeeee;
}

.comments-list .comment-reply-link {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    color: #555;

    font-size: 14px;

    font-weight: 500;

    text-decoration: none;
}

.comments-list .comment-reply-link::before {
    content: "↩";

    color: #a95421;

    font-size: 17px;
}

.comments-list .comment-reply-link:hover {
    color: #a95421;
}


/* =========================================================
   KHU VỰC REPLY
========================================================= */

.comments-list .children {
    margin: 22px 0 0;

    padding: 18px;

    background:
        linear-gradient(
            135deg,
            #f1f1f1,
            #f8f8f8
        );

    border: 1px solid #dedede;

    border-radius: 15px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.8);
}


/* Tiêu đề khu vực reply */

.comments-list .children::before {
    content: "Réponses";

    display: block;

    margin-bottom: 15px;

    padding-bottom: 10px;

    color: #777;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .7px;

    text-transform: uppercase;

    border-bottom: 1px solid #ddd;
}


/* =========================================================
   TỪNG REPLY
========================================================= */

.comments-list .children > .comment {
    margin: 0;

    padding: 15px;

    background: #ffffff;

    border: 1px solid #e5e5e5;

    border-radius: 13px;

    box-shadow:
        0 3px 12px rgba(0,0,0,.035);
}


/* Các reply tiếp theo */

.comments-list .children > .comment + .comment {
    margin-top: 15px;
}


/* Reply avatar */

.comments-list .children .comment-author {
    padding: 9px 11px;

    background: #f8f8f8;

    border-color: #eeeeee;
}

.comments-list .children .comment-author .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
}


/* Reply name */

.comments-list .children .comment-author .fn {
    font-size: 15px;
}


/* Reply date */

.comments-list .children .comment-metadata {
    margin-left: 63px;
    margin-top: 0;
    padding-top: 0;
}


/* =========================================================
   NỘI DUNG REPLY
========================================================= */

.comments-list .children .comment-content {
    margin-top: 12px;

    background:
        linear-gradient(
            135deg,
            #fdfdfd,
            #f7f7f7
        );

    border-color: #e5e5e5;

    box-shadow: none;
}

.comments-list .children .comment-content::before {
    background: #c5c5c5;
}


/* =========================================================
   REPLY ACTION
========================================================= */

.comments-list .children .reply {
    background: #f8f8f8;

    border-color: #eaeaea;
}


/* =========================================================
   REPLY LỒNG NHAU
========================================================= */

.comments-list .children .children {
    margin: 18px 0 0 15px;

    padding: 12px 0 0 15px;

    background: transparent;

    border: 0;

    border-left: 3px solid #ddd;

    border-radius: 0;
}

.comments-list .children .children::before {
    display: none;
}


/* =========================================================
   COMMENT CỦA ADMIN / AUTHOR
========================================================= */

.comments-list .bypostauthor {
    background:
        linear-gradient(
            135deg,
            #fffdfb,
            #fff6ef
        );

    border-color: #e6c7b1;
}

.comments-list .bypostauthor
.comment-author {
    background: #fff2e8;

    border-color: #efd5c2;
}

.comments-list .bypostauthor
.comment-author .fn {
    color: #8d4018;
}

.comments-list .bypostauthor
.comment-author .fn::after {
    content: "Auteur";

    display: inline-block;

    margin-left: 7px;

    padding: 4px 7px;

    background: #a95421;

    color: #fff;

    border-radius: 20px;

    font-size: 9px;

    line-height: 1;

    vertical-align: middle;
}


/* =========================================================
   HOVER COMMENT
========================================================= */

.comments-list .comment-list > .comment {
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.comments-list .comment-list > .comment:hover {
    transform: translateY(-1px);

    box-shadow:
        0 8px 25px rgba(0,0,0,.07);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .comments-list {
        margin: 25px 0;
    }

    .comments-list .comment-list > .comment {
        padding: 12px;

        border-radius: 14px;
    }

    .comments-list .comment-author {
        padding: 10px;
    }

    .comments-list .comment-author .avatar {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .comments-list .comment-metadata {
        margin-left: 62px;
    }

    .comments-list .comment-content {
        padding: 15px 16px 15px 20px;

        font-size: 15px;
    }

    .comments-list .children {
        margin-top: 16px;

        padding: 10px;

        border-radius: 12px;
    }

    .comments-list .children > .comment {
        padding: 12px;
    }

    .comments-list .children .comment-author {
        padding: 8px;
    }

    .comments-list .children .comment-metadata {
        margin-left: 52px;
    }
}
/* End: Danh sach comment */

footer.site li:hover a {
    color: #fff;
}
.footer-sub p {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.footer-sub input {
    height: 40px;
    margin: 0;
    width: auto;
}

.footer-sub button {
    margin: 0;
    display: inline-block;
    height: 40px;
    line-height: unset;
    padding: 0 15px;
    color: #fff;
    border-radius: 0;
}


/* socials */
.social-links {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    /* background: #1c1c1c; */
}

.social-item {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #999;
    border-radius: 50%;

    color: #fff;

    transition: all .25s ease;
}

.social-item svg {
    width: 14px;
    height: 14px;

    fill: currentColor;

    display: block;
}

.social-item:hover {
    background: #a95421;
    border-color: #a95421;
    color: #fff;

    transform: translateY(-2px);
}

.footer-gallery img {
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
}

div#top-bar {
    padding-block: 10px;
}
input#woocommerce-product-search-field-0 {
    font-size: 14px;
    height: 35px;
}

.searchform-wrapper.ux-search-box.relative.is-normal .ux-search-submit {
    height: 35px;
    width: 35px;
}


/* ==========================================================================
  SCORE OVERVIEW BOX
  ========================================================================== */

.tp-score-overview {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 24px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.tp-score-badge {
    flex-shrink: 0;
    text-align: center;
    min-width: 90px;
}

.tp-score-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #f6b100;
    line-height: 1;
}

.tp-score-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 4px;
}

.tp-score-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tp-score-bar-row {
    display: grid;
    grid-template-columns: 140px 1fr 50px;
    align-items: center;
    gap: 16px;
}

.tp-bar-label {
    font-size: 14px;
    color: #444;
}

.tp-bar-track {
    height: 6px;
    background: #ececec;
    border-radius: 3px;
    overflow: hidden;
}

.tp-bar-fill {
    height: 100%;
    background: #f6b100;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.tp-bar-percent {
    font-size: 13px;
    color: #888;
    text-align: right;
}

/* ==========================================================================
   REVIEW LIST
   ========================================================================== */

.tp-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-review-item {
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}

.tp-review-inner {
    display: flex;
    gap: 16px;
}

.tp-review-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.tp-review-body {
    flex: 1;
}

.tp-review-author {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px;
}

.tp-review-date {
    font-size: 13px;
    color: #999;
    margin: 0 0 12px;
}

.tp-review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 16px;
}

.tp-review-criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
    column-gap: 24px;
}

.tp-criterion-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.tp-criterion-name {
    font-weight: 600;
    white-space: nowrap;
}

.tp-static-stars {
    display: inline-flex;
    gap: 1px;
}

.tp-static-stars .star {
    color: #dcdcdc;
    font-size: 15px;
}

.tp-static-stars .star.filled {
    color: #f6b100;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    .tp-score-overview {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .tp-score-bar-row {
        grid-template-columns: 100px 1fr 40px;
    }

    .tp-review-criteria-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
MULTI-CRITERIA REVIEW FORM — CSS
========================================================================== */

#reviews #respond.comment-respond {
    max-width: 100%;
    border: 1px solid;
    margin-top: 40px;
}

.comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--fs-color-secondary);
}

#commentform {
    display: block;
}

/* ------------------------------------------------------------------------
   1. RATING GRID — 3 cột x 2 hàng
   ------------------------------------------------------------------------ */

.comment-form-multi-rating {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 0px;
    margin-bottom: 24px;
    margin-top: 15px;
}

.rating-criterion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.criterion-label {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    color: #1a1a1a;
}

.criterion-label .required {
    color: #e0433c;
    margin-left: 2px;
}

/* ------------------------------------------------------------------------
   2. STAR INPUT — CSS-only, row-reverse, focusable (không dùng display:none)
   ------------------------------------------------------------------------ */

.criterion-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2px;
}

.criterion-stars input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: 0;
}

.criterion-stars label {
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dcdcdc'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01z'/%3E%3C/svg%3E");
    transition: transform 0.1s ease;
}

.criterion-stars label:hover,
.criterion-stars label:hover~label,
.criterion-stars input:checked~label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f6b100'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01z'/%3E%3C/svg%3E");
}

.criterion-stars label:hover {
    transform: scale(1.1);
}

/* ------------------------------------------------------------------------
   3. Ô COMMENT
   ------------------------------------------------------------------------ */

.comment-form-comment {
    margin-bottom: 16px;
}

.comment-form-comment label {
    /* display: none; */
    /* ẩn label, dùng placeholder giống hình */
}

#commentform textarea#comment {
    width: 100%;
    min-height: 140px;
    padding: 14px 16px;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical;
    box-sizing: border-box;
}

#commentform textarea#comment:focus {
    outline: none;
    border-color: #cfcfcf;
    background: #fff;
}

/* ------------------------------------------------------------------------
   4. HÀNG NAME / EMAIL / CAPTCHA
   ------------------------------------------------------------------------ */

.comment-form-author-email-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 16px;
}

.comment-form-author,
.comment-form-email {
    margin: 0;
}

.comment-form-author label,
.comment-form-email label {
    /* display: none; */
}

#commentform input#author,
#commentform input#email {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

#commentform input#author:focus,
#commentform input#email:focus {
    outline: none;
    border-color: #cfcfcf;
    background: #fff;
}

/* Captcha wrapper — điều chỉnh selector theo plugin captcha đang dùng */
.comment-form-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.comment-form-captcha img,
.comment-form-captcha .captcha-image {
    height: 48px;
    border-radius: 4px;
}

.comment-form-captcha .captcha-refresh {
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #999;
}

.comment-form-captcha input.captcha-input {
    height: 48px;
    padding: 0 16px;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 14px;
    width: 140px;
    box-sizing: border-box;
}

/* ------------------------------------------------------------------------
   5. NÚT SUBMIT
   ------------------------------------------------------------------------ */

.form-submit {
    margin-top: 20px;
}

#commentform input#submit {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

#commentform input#submit:hover {
    background: #333;
}

/* Ẩn các field mặc định không dùng tới */
.comment-form-cookies-consent {
    font-size: 12px;
    color: #888;
}

/* ------------------------------------------------------------------------
   6. RESPONSIVE
   ------------------------------------------------------------------------ */

@media (max-width: 768px) {
    .comment-form-multi-rating {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .comment-form-author-email-row {
        grid-template-columns: 1fr;
    }

    .comment-form-captcha {
        flex-wrap: wrap;
    }
}

@media (min-width: 1440px) {
    .comment-reply-title {
        font-size: 23px!important;
    }
}

label[for="wp-comment-cookies-consent"] {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px){
    .tx-comment {
        flex-direction: column;
    }
    .tx-comment .right-comment {
        width: 100%;
    }

    .tour-thank-grid {
        display: block;
    }
    .tour-thank-card {
        padding: 0;
        margin-top: 20px;
    }
    .tour-advantages-list {
        margin-top: 20px;
    }
    .tour-advantage-content h3 {
        font-size: 15px;
    }
    .tx-section-title .tx-script {
        font-size: 37px;
        line-height: 34px;
    }
    .tx-section-title {
        padding-top: 25px;
    }
    .tx-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr)!important;
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
        height: auto;
        margin-top: 15px;
    }
    .blog-main p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }
    .blog-main h3 {
        font-size: 16px;
    }
    .tx-home-section-8 .blog-main {
        margin-top: 15px;
    }
    .blog-side {
        display: block;
    }
    .blog {
        height: auto;
    }
    .blog-item {
        margin-top: 15px;
    }
    .faq-news h2 {
        font-size: 22px;
    }
    .faq-item {
        padding: 0 10px;
    }
    .faq-item .title {
        font-size: 17px;
    }
    .faq-news {
        gap: 15px;
    }
    .newsletter-form input::placeholder, .newsletter-form textarea::placeholder {
        font-size: 13px!important;
        color: #333;
    }
    .footer-grid {
        display: block;
    }
    .tour-thank-headline {
        font-size: 33px;
        font-weight: 500;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .footer-grid > div:last-child {
        margin-top: 20px;
    }
    .footer-gallery img {
        height: 90px;
        object-fit: cover;
        border-radius: 10px;
    }
    .footer-sub input {
        width: 100% !important;
        font-size: 14px;
    }
    .footer-sub button {
        width: 125px;
    }
    .footer-logo img {
        height: 50px;
        width: auto;
        object-fit: contain;
    }
    .tx-category-tours .content .desc {
        width: 100% !important;
    }
    .tour-content .desc {
        display: none;
    }
    .price-box{
        position: unset!important;
        margin-top: 10px;
    }
    .detail-button {
        margin-top: 15px!important;
    }
    .tx-box-title .tx-title {
        font-size: 22px!important;
    }
    .tx-box-title {
        margin-top: 30px!important;
    }
    .voyage_map-content {
        flex-flow: column;
    }
    .voyage_map-content .right {
        width: 100% !important;
    }
    .page-template .tx-home-section-5 {
        margin-top: 20px;
    }
    .tx-box-title .desc {
        width: 100% !important;
    }
    .vd_voyage_activity .group .box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.tx-category-tours {
    padding-inline: 10px;
}
@media (max-width: 1024px) and (min-width: 768px){
    .footer-grid {
        grid-template-columns: 2fr 2fr!important;
    }
    .price-box{
        position: unset!important;
        margin-top: 10px;
    }
    .tour-content .desc {
        margin-bottom: 0!important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .tour-card {
        height: 350px!important;
    }
}

@media (max-width: 1024px) and (min-width: 992px){
    .tour-card {
        height: 395px!important;
    }
    .service-photo .cap h4 {
        font-size: 16px!important;
    }
    .tx-section-title .tx-script {
        font-size: 40px!important;
    }
    .tx-box-title .tx-title {
        font-size: 24px!important;
        margin-bottom: 5px!important;
    }
    .tx-section-title {
        padding: 50px 24px 8px!important;
    }

}

.service-photo::after {
    display: none!important;
}
.blog-archive .large-9 {
    flex-basis: 65%;
    max-width: 65%;
}

.blog-archive .large-3 {
    flex-basis: 35%;
    max-width: 35%;
}
.blog-archive .page-title {
    text-align: left;
    font-family: 'Poppins';
}

.blog-archive .box-text {
    text-align: left;
}

.blog-archive p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-archive .box-blog-post img {
    border-radius: 15px;
}

.tx-date {
    margin-top: 15px;
}
