/* ================================================================
   GLOBAL â€” Typography & Layout
   ================================================================ */


@media (min-width: 1200px) { .container { max-width: 1360px !important; width: 100% !important; } }
@media (min-width: 1440px) { .container { max-width: 1400px !important; } }
#content {padding-bottom: 20px;}
html {
    overflow-x: hidden;
}
html, body {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    line-height: 1.72;
    color: #2d3748;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 0 !important;
}
body {
    overflow-x: clip;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .title, .title-tour, .main-title h2, .footer-title {
    font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    color: #1a202c;
}
h1 { font-size: 1.9rem;  font-weight: 700; }
h2 { font-size: 1.55rem; font-weight: 700; }
h3 { font-size: 1.2rem;  font-weight: 700; }
h4 { font-size: 1.02rem; font-weight: 600; }
h5 { font-size: 0.92rem; font-weight: 600; }

p { font-size: 15px; line-height: 1.78; color: #4a5568; }
a { transition: color 0.2s ease; }

.price, .price-sale, .price-old, .price-number, .price-currency {
    font-family: 'Montserrat', sans-serif;
}

.detail-tour-list .info-tour h4 a,
.detail-tour .info-tour h4,
.detail-list-car h4 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
    color: #ff007f !important;
}
.detail-tour-list .info-tour h4 a:hover,
.detail-list-car h4 a:hover { color: #00a651; text-decoration: none; }

.btn, button, input[type="submit"], input[type="button"] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
}

.meta span, .meta-date span { font-size: 13px; color: #718096; }

.footer, .footer li, .footer a, .footer p,
.bottom-footer, .bottom-footer p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

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

/* ---- Wrapper ---- */
.footer {
    background: #0f1f3d;
    color: rgba(255,255,255,0.75);
    border-top: 4px solid #00a651;
}
.bottom-footer {
    padding: 52px 0 38px;
}

/* Column spacing & dividers */
.bottom-footer .row > [class*="col-"] {
    padding-left: 28px;
    padding-right: 28px;
}
.bottom-footer .col-sm-4:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.07);
}

/* ---- Footer Titles ---- */
.footer-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    margin: 0 0 14px 0 !important;
    padding-bottom: 10px !important;
    position: relative;
    line-height: 1.4 !important;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: #FFD600;
    border-radius: 2px;
}

/* ---- Contact info ---- */
.contact-mytour .list-unstyled li {
    font-size: 13.5px;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    padding: 2px 0;
}
.mg-bt-30 { margin-bottom: 20px !important; }
.mg-bt-20 { margin-bottom: 14px !important; }
.mg-t-10  { margin-top: 10px !important; }

/* ---- Nav menus in footer ---- */
.footer .menu,
.footer ul#list-unstyled {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 18px 0 !important;
}
.footer .menu li,
.footer ul#list-unstyled li {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer .menu li:last-child,
.footer ul#list-unstyled li:last-child { border-bottom: none; }

.footer .menu li a,
.footer ul#list-unstyled li a {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 13.5px !important;
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    gap: 7px;
    padding: 6px 0 !important;
    transition: color 0.2s ease, padding-left 0.18s ease;
}
.footer .menu li a::before,
.footer ul#list-unstyled li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 11px;
    color: #FFD600;
    flex-shrink: 0;
    display: inline-block !important;
}
.footer .menu li a:hover,
.footer ul#list-unstyled li a:hover {
    color: #FFD600 !important;
    padding-left: 5px !important;
}

/* ---- Social icons ---- */
.socail-group {
    margin-top: 6px;
}
.socail-group .list-inline {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    padding: 4px 0 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.socail-group .list-inline li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.socail-group .list-inline li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.85) !important;
    font-size: 18px;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.socail-group .list-inline li a:hover {
    background: #00a651 !important;
    border-color: #00a651 !important;
    color: #fff !important;
    transform: translateY(-3px);
}
.socail-group .list-inline li a .fa { line-height: 1; display: block; }

/* ---- Government & DMCA badges ---- */
.footer [style*="display: contents"] { display: block !important; margin-top: 12px !important; }
.footer img[alt*="thÃ´ng bÃ¡o"],
.footer img[alt*="DMCA"] {
    opacity: 0.82;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    display: block;
    max-width: 180px;
    margin-top: 10px;
}
.footer img[alt*="thÃ´ng bÃ¡o"]:hover,
.footer img[alt*="DMCA"]:hover { opacity: 1; }

/* ---- Copyright bar ---- */
.copyright {
    background: rgba(0,0,0,0.45) !important;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
    padding: 14px 0 !important;
    text-align: center;
}
.copyright p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 13px !important;
    color: rgba(255,255,255,0.48) !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
    .bottom-footer { padding: 36px 0 24px; }
    .bottom-footer .col-sm-4:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        padding-bottom: 28px;
        margin-bottom: 28px;
    }
    .bottom-footer .row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ================================================================
   GLOBAL FONT OVERRIDE â€” Replace Utm-Avo-bold & Roboto
   ================================================================ */

/* Catch-all: any element still using old fonts falls back to ours */
[style*="Utm-Avo"],[style*="Roboto"],
.tour-info-single, .tour-info-single *,
.single-tour, .single-tour *,
.detail-tour-list, .detail-tour-list *,
.single-khach-san, .single-khach-san *,
.detail-list-car, .detail-list-car *,
.info-contact, .rel-tour, .gia_tour,
.single-tabs, .single-tabs *,
.book-tour, .book-tour *,
.booking-card, .booking-card * {
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* ================================================================
   TOUR DETAIL â€” HERO SECTION (.single-tour)
   ================================================================ */

/* Title */
.single-tour .tour-info-single h1,
.tour-info-single h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.35 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}
.single-tour .tour-info-single h1 span { font-size: inherit !important; color: inherit !important; }

/* Stars */
.single-tour .tour-info-single .ster span,
.tour-info-single .ster span {
    color: #FFD600 !important;
    font-size: 17px !important;
    margin-right: 3px !important;
}

/* Price â€” warm gold, not harsh red/pink */
.single-tour .tour-info-single p.price,
.tour-info-single p.price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    color: #FFD600 !important;
    margin: 10px 0 14px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Meta info */
.single-tour .tour-info-single .meta-pot p,
.tour-info-single .meta-pot p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.92) !important;
    line-height: 1.75 !important;
    margin-bottom: 8px !important;
}
.single-tour .tour-info-single .meta-pot p strong,
.tour-info-single .meta-pot p strong {
    font-weight: 600 !important;
    color: #fff !important;
}
.single-tour .tour-info-single .meta-pot p .fa,
.tour-info-single .meta-pot p .fa {
    color: #FFD600 !important;
    width: 16px !important;
    font-size: 14px !important;
}

/* Booking button â€” brand blue, clean */
.single-tour .tour-info-single .book-tour,
.tour-info-single .book-tour {
    background: #00a651 !important;
    border-radius: 8px !important;
    padding: 13px 28px !important;
    width: auto !important;
    display: inline-block !important;
    margin-top: 20px !important;
    transition: background 0.2s ease, transform 0.15s ease !important;
    box-shadow: 0 4px 14px rgba(13,92,150,0.4) !important;
}
.single-tour .tour-info-single .book-tour:hover,
.tour-info-single .book-tour:hover {
    background: #0a4a7a !important;
    transform: translateY(-1px) !important;
}
.single-tour .tour-info-single .book-tour a,
.tour-info-single .book-tour a { cursor: pointer !important; text-decoration: none !important; }
.single-tour .tour-info-single .book-tour a p,
.tour-info-single .book-tour a p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 2px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.single-tour .tour-info-single .book-tour a span,
.tour-info-single .book-tour a span {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.82) !important;
}

/* ================================================================
   TOUR LISTING CARDS â€” price & meta
   ================================================================ */

.detail-tour-list .info-tour .price,
.info-tour .price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ff007f !important;
    margin: 6px 0 4px !important;
    text-transform: none !important;
}

.detail-tour-list .meta span {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 12.5px !important;
    color: #718096 !important;
}

/* ================================================================
   CAR RENTAL CARDS â€” redesign
   ================================================================ */

.detail-list-car {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 14px rgba(0,0,0,0.08) !important;
    border: 1px solid #edf2f7 !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
}
.detail-list-car:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.13) !important;
    transform: translateY(-3px) !important;
}

/* Image */
.detail-list-car > a {
    display: block !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}
.detail-list-car > a img {
    width: 100% !important;
    height: 185px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.35s ease !important;
}
.detail-list-car:hover > a img {
    transform: scale(1.05) !important;
}

/* Title */
.detail-list-car h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    line-height: 1.4 !important;
    margin: 14px 14px 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}
.detail-list-car h4 a {
    color: inherit !important;
    text-decoration: none !important;
}
.detail-list-car h4 a:hover { color: #00a651 !important; }

/* Brand (type) */
.detail-list-car p.type {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 12.5px !important;
    color: #718096 !important;
    margin: 0 14px 6px !important;
    font-weight: 400 !important;
}
.detail-list-car p.type span {
    color: #a0aec0 !important;
}

/* Price */
.detail-list-car p.price,
.detail-list-car .price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ff007f !important;
    margin: 0 14px 12px !important;
    text-transform: none !important;
}
.detail-list-car p.price span {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #a0aec0 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

/* Button */
.detail-list-car .more {
    padding: 0 14px 14px !important;
    margin-top: auto !important;
}
.detail-list-car .more a {
    display: block !important;
    text-align: center !important;
    background: #00a651 !important;
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    padding: 9px 16px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    letter-spacing: 0.02em !important;
}
.detail-list-car .more a:hover {
    background: #00a651 !important;
    color: #fff !important;
}

/* ================================================================
   ĐỊA ĐIỂM DU LỊCH — Infinite Marquee
   ================================================================ */

.diadiem-section {
    padding: 52px 0 60px;
    background: #f7fafd;
    overflow: hidden;
}

.diadiem-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
}

.diadiem-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.diadiem-title em { font-style: normal; color: #00a651; }
.diadiem-title::after { display: none !important; }

.diadiem-all {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #00a651 !important;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    transition: gap 0.2s ease;
}
.diadiem-all:hover { gap: 9px; }

/* ---- Marquee wrapper (fade ở 2 cạnh) ---- */
.diadiem-marquee-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

/* ---- Mỗi hàng ---- */
.marquee-row {
    overflow: hidden;
    display: flex;
}
.marquee-row:hover .marquee-track {
    animation-play-state: paused;
}

/* ---- Track: nội dung nhân đôi ---- */
.marquee-track {
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 4px 0;
}

/* Hàng 1 & 3 — trái → phải */
.dir-ltr .marquee-track {
    animation: marquee-ltr 40s linear infinite;
}

/* Hàng 2 & 4 — phải → trái */
.dir-rtl .marquee-track {
    animation: marquee-rtl 40s linear infinite;
}

@keyframes marquee-ltr {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}
@keyframes marquee-rtl {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ---- Chip pill ---- */
.diadiem-chip {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 7px;
    padding: 8px 16px 8px 12px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 30px;
    text-decoration: none !important;
    color: #2d3748 !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.4;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease,
                transform 0.18s ease, box-shadow 0.18s ease;
}
.diadiem-chip:hover {
    background: #00a651 !important;
    border-color: #00a651 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,166,81,0.25);
    text-decoration: none !important;
}
.diadiem-chip-icon {
    color: #00a651;
    font-size: 13px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}
.diadiem-chip:hover .diadiem-chip-icon { color: #fff; }

@media (max-width: 767px) {
    .diadiem-section { padding: 36px 0 44px; }
    .diadiem-title { font-size: 1.3rem !important; }
    .diadiem-chip { font-size: 12.5px; padding: 7px 13px 7px 10px; }
    .diadiem-marquee-wrap { gap: 9px; }
    .dir-ltr .marquee-track,
    .dir-rtl .marquee-track { animation-duration: 28s; }
}

/* ================================================================
   ARCHIVE PAGE — Search Form (khách sạn, thuê xe, tour)
   ================================================================ */

html #content .main-content.child-page .tour-search {
    background: #fff !important;
    background-color: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
    padding: 20px !important;
    margin: 16px 0 24px !important;
    border: 1px solid #e8edf2 !important;
}

html #content .main-content.child-page .tour-search .form-control {
    background: #f7fafd !important;
    background-color: #f7fafd !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    color: #2d3748 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 42px !important;
    padding: 8px 14px !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, background 0.2s ease !important;
    margin-bottom: 10px !important;
    display: block !important;
    width: 100% !important;
}
html #content .main-content.child-page .tour-search .form-control:focus {
    background: #fff !important;
    border-color: #00a651 !important;
    outline: none !important;
}
html #content .main-content.child-page .tour-search .form-control::-webkit-input-placeholder { color: #a0aec0 !important; }
html #content .main-content.child-page .tour-search .form-control::-moz-placeholder          { color: #a0aec0 !important; }
html #content .main-content.child-page .tour-search .form-control:-ms-input-placeholder       { color: #a0aec0 !important; }

html #content .main-content.child-page .tour-search button,
html #content .main-content.child-page .tour-search button.button-search {
    background: #00a651 !important;
    background-color: #00a651 !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: 2px solid #00a651 !important;
    height: 42px !important;
    width: 100% !important;
    display: block !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    transition: background 0.2s ease, transform 0.15s ease !important;
    margin: 0 !important;
    text-indent: 0 !important;
    position: static !important;
}
html #content .main-content.child-page .tour-search button:hover {
    background: #009444 !important;
    background-color: #009444 !important;
    transform: translateY(-1px) !important;
}

/* Fix col spacing trong form */
html #content .main-content.child-page .tour-search .row { margin: 0 !important; }
html #content .main-content.child-page .tour-search .row > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
html #content .main-content.child-page .tour-search .row > [class*="col-"]:first-child { padding-left: 0 !important; }
html #content .main-content.child-page .tour-search .row > [class*="col-"]:last-child  { padding-right: 0 !important; }

/* Mobile: stack dọc, full width */
@media (max-width: 991px) {
    html #content .main-content.child-page .tour-search { padding: 16px !important; }
    html #content .main-content.child-page .tour-search .row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 8px !important;
    }
    html #content .main-content.child-page .tour-search .row { gap: 0 !important; }
}

/* ================================================================
   ARCHIVE PAGE — Card list cuộn ngang (mobile, giống trang chủ)
   ================================================================ */
@media (max-width: 575px) {
    #content .main-content.child-page .box-tour .tour-content .row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0 14px !important;
        align-items: flex-start !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #content .main-content.child-page .box-tour .tour-content .row::-webkit-scrollbar { display: none; }
    #content .main-content.child-page .box-tour .tour-content .row > [class*="col-"] {
        flex: 0 0 76vw !important;
        width: 76vw !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 14px !important;
        scroll-snap-align: start;
    }
}

/* ================================================================
   SECTION CONTENT — tabs, price table, contact
   ================================================================ */

/* Báº£ng giÃ¡ tour â€” cuá»™n ngang trÃªn mobile */
.gia_tour-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
}
.gia_tour-wrapper table {
    min-width: 480px;
    width: 100%;
    border-collapse: collapse;
}
.gia_tour-wrapper table th,
.gia_tour-wrapper table td {
    white-space: nowrap;
    padding: 10px 16px !important;
    font-size: 14px !important;
}

.gia_tour h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #fffd;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-left: 4px solid #00a651 !important;
    padding-left: 12px !important;
    margin-bottom: 16px !important;
    background: none !important;
}

.single-tabs .nav-pills .nav-link {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* ── Mobile: single-tabs → dải cuộn ngang kiểu app ── */
@media (max-width: 767px) {
    .single-tabs .nav-pills {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 0 !important;
        padding: 4px 0 0 !important;
        margin: 0 -15px 0 !important;
        padding-left: 15px !important;
        border-bottom: 2px solid #e8edf2 !important;
        scrollbar-width: none !important;
        background: #fff !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 10 !important;
    }
    .single-tabs .nav-pills::-webkit-scrollbar { display: none; }

    .single-tabs .nav-pills .nav-item {
        flex: 0 0 auto !important;
    }

    .single-tabs .nav-pills .nav-link {
        white-space: nowrap !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #64748b !important;
        background: none !important;
        border-radius: 0 !important;
        border-bottom: 3px solid transparent !important;
        margin-bottom: -2px !important;
        transition: color 0.18s, border-color 0.18s !important;
    }

    .single-tabs .nav-pills .nav-link.active {
        color: #00a651 !important;
        background: none !important;
        border-bottom-color: #00a651 !important;
    }
}

.post-content, .post-content p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #374151 !important;
}
.post-content p {
    margin-bottom: 1em !important;
}
.post-content h1, .post-content h2, .post-content h3,
.post-content h4, .post-content h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
}

/* Tab content: lịch trình tour */
.single-tabs .tab-content .post-content {
    padding: 8px 4px;
    word-break: break-word;
    overflow-wrap: break-word;
    display: grid;
    text-align: justify;
}
.single-tabs .tab-content .post-content p,
.single-tabs .tab-content .post-content li {
    margin-bottom: 0.85em !important;
    line-height: 1.9 !important;
}
.single-tabs .tab-content .post-content strong,
.single-tabs .tab-content .post-content b {
    color: #1a202c;
}
.single-tabs .tab-content .post-content a {
    color: #00a651;
    text-decoration: underline;
}

/* ================================================================
   SECTION TITLES
   ================================================================ */

/* --- main-title: "Tour ná»•i báº­t", "Cáº©m nang"... --- */
.main-title { text-align: center; margin-bottom: 32px; }

.main-title h2,
#content .popular-tour .main-title h2,
#content .popular-tour.news .main-title h2,
.main-title h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    background: none !important;
    border: none !important;
    padding: 0 0 14px !important;
    margin-bottom: 0 !important;
    position: relative !important;
    display: inline-block !important;
}
.main-title h2::after,
#content .popular-tour .main-title h2::after,
#content .popular-tour.news .main-title h2::after,
.main-title h1::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important; left: 50% !important;
    transform: translateX(-50%) !important;
    width: 48px !important; height: 3px !important;
    background: #00a651 !important;
    border-radius: 3px !important;
}
.main-title h2 span,
.main-title h1 span,
#content .popular-tour .main-title h2 span,
#content .popular-tour.news .main-title h2 span {
    background: none !important; color: inherit !important; border: none !important;
    padding: 0 !important; display: inline !important;
    font-size: inherit !important; position: static !important;
}
.main-title h2 span::before, .main-title h2 span::after,
.main-title h1 span::before, .main-title h1 span::after,
#content .popular-tour .main-title h2 span::before,
#content .popular-tour .main-title h2 span::after,
#content .popular-tour.news .main-title h2 span::before,
#content .popular-tour.news .main-title h2 span::after { display: none !important; }

.main-title p { margin-top: 18px; font-size: 14.5px; color: #718096; line-height: 1.7; }

/* ================================================================
   ÄIá»‚M Äáº¾N Ná»”I Báº¬T â€” Bento Grid
   ================================================================ */

.localtion {
    padding: 56px 0 60px !important;
    background: #f7fafd !important;
}

/* ---- Section header ---- */
.localtion-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 16px;
}
.localtion-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
}
.localtion-title em {
    font-style: normal;
    color: #00a651;
}
.localtion-title::after { display: none !important; }
.localtion-sub {
    font-size: 14.5px !important;
    color: #718096 !important;
    margin: 0 !important;
    line-height: 1.55 !important;
}
.localtion-all {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00a651 !important;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 2px;
    transition: gap 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}
.localtion-all:hover { color: #0d8c32 !important; gap: 9px; }

/* Override old h2 in localtion â€” match main.css specificity [1,1,1] */
#content .localtion h2.localtion-title,
#content .localtion h2.title,
#content .localtion h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    background: none !important;
    border: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    color: #1a202c !important;
    text-align: left !important;
    text-transform: none !important;
    display: block !important;
    position: relative !important;
}
#content .localtion h2::after,
#content .localtion h2.title::after { display: none !important; }
#content .localtion h2 span {
    background: none !important; color: inherit !important;
    border: none !important; padding: 0 !important;
    display: inline !important; position: static !important;
    font-size: inherit !important;
}
#content .localtion h2 span::before,
#content .localtion h2 span::after { display: none !important; }

/* ---- Bento Grid ---- */
.localtion-bento {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 340px 220px;
    gap: 14px;
    margin-bottom: 20px;
}

/* Base card */
.bento-card {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    background: #cdd8e3;
}
.bento-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bento-card:hover img { transform: scale(1.05); }

/* Gradient overlay */
.bento-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.68) 0%,
        rgba(0,0,0,0.18) 45%,
        transparent 100%
    );
    border-radius: inherit;
    transition: background 0.3s ease;
}
.bento-card:hover::after {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.22) 50%,
        transparent 100%
    );
}

/* Text overlay */
.bento-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 18px 20px;
    z-index: 2;
    pointer-events: none;
}
.bento-info h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 3px 0 !important;
    line-height: 1.3 !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.bento-info p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.85) !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

/* Grid positions */
.bento-large {
    grid-column: 1;
    grid-row: 1 / 3;
}
.bento-medium {
    grid-column: 2 / 4;
    grid-row: 1;
}
.bento-small {
    grid-column: auto;
    grid-row: 2;
}

/* Larger text for big card */
.bento-large .bento-info { padding: 26px 24px; }
.bento-large .bento-info h3 { font-size: 1.45rem !important; }

/* ---- Owl Carousel (remaining) ---- */
.localtion .top-localtion { margin-top: 4px; }
.localtion .top-localtion .item { padding: 4px 6px; }

.bento-slide {
    height: 220px;
    border-radius: 12px !important;
}
.bento-slide .bento-info { padding: 14px 16px; }
.bento-slide .bento-info h3 { font-size: 1rem !important; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .localtion-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 180px;
    }
    .bento-large  { grid-column: 1; grid-row: 1 / 3; }
    .bento-medium { grid-column: 2; grid-row: 1; }
    .bento-small:nth-child(3) { grid-column: 2; grid-row: 2; }
    .bento-small:nth-child(4) { display: none; }
}

@media (max-width: 767px) {
    .localtion-header { flex-direction: column; align-items: flex-start; gap: 8px; }
    .localtion-title { font-size: 1.4rem !important; }
}

/* Mobile: bento â†’ horizontal scroll-snap */
@media (max-width: 575px) {
    .localtion-bento {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        padding: 0 0 8px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .localtion-bento::-webkit-scrollbar { display: none; }
    .localtion-bento .bento-card {
        flex: 0 0 80vw !important;
        height: 240px !important;
        scroll-snap-align: start;
        grid-column: auto !important;
        grid-row: auto !important;
        display: block !important;
    }
    .bento-large .bento-info { padding: 18px 20px; }
    .bento-large .bento-info h3 { font-size: 1.15rem !important; }
}

/* ================================================================
   Cáº¨M NANG DU Lá»ŠCH â€” Editorial Grid
   ================================================================ */

.cam-nang-section {
    padding: 56px 0 64px;
    background: #fff;
}

/* Section header */
.cam-nang-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
}
.cam-nang-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}
.cam-nang-title em { font-style: normal; color: #ff007f; }

.cam-nang-all {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a202c !important;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-bottom: 1.5px solid #1a202c;
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.cam-nang-all:hover { color: #00a651 !important; border-color: #00a651; }

/* Desktop: 2 nhá» trÃ¡i | 1 lá»›n giá»¯a | 2 nhá» pháº£i */
.cam-nang-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "left center right";
    gap: 16px;
    align-items: stretch;
    min-height: 520px;
}
.cn-col-left     { grid-area: left; }
.cn-card-featured{ grid-area: center; }
.cn-col-right    { grid-area: right; }

.cn-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cn-col .cn-card-small {
    flex: 1;
    min-height: 180px;
}

/* ---- Small overlay cards (side columns) ---- */
.cn-card-small {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    flex: 1;
    background: #c8d6e0;
    min-height: 0;
}
.cn-card-small img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.42s ease;
}
.cn-card-small:hover img { transform: scale(1.06); }

.cn-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 14px 16px 18px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 65%, transparent 100%);
    z-index: 2;
}
.cn-overlay .cn-date {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 11.5px;
    color: rgba(255,255,255,0.7);
    display: block;
    margin-bottom: 5px;
}
.cn-overlay h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.83rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.38 !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* ---- Featured card ---- */
.cn-card-featured {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.09);
    flex: 1;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.cn-card-featured:hover {
    box-shadow: 0 8px 34px rgba(0,0,0,0.14);
    transform: translateY(-3px);
}
.cn-featured-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    flex-shrink: 0;
}
.cn-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.42s ease;
}
.cn-card-featured:hover .cn-featured-img img { transform: scale(1.04); }

.cn-featured-body {
    padding: 22px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cn-featured-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 11px;
}
.cn-date, .cn-author {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12.5px;
    color: #718096;
}
.cn-featured-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    line-height: 1.42 !important;
    margin: 0 0 13px 0 !important;
    text-transform: uppercase !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cn-featured-excerpt {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14px !important;
    color: #4a5568 !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- Responsive ---- */
/* Tablet 768â€“991: trÃ¡i + giá»¯a, áº©n pháº£i */
@media (max-width: 991px) {
    .cam-nang-layout {
        grid-template-columns: 1fr 1.4fr;
        grid-template-areas: "left center";
        min-height: 400px;
    }
    .cn-col-right { display: none !important; }
    .cn-featured-img { aspect-ratio: 16 / 9; }
    .cn-card-small { min-height: 160px; }
}

@media (max-width: 767px) {
    .cam-nang-layout {
        grid-template-columns: 1fr 1.2fr;
        min-height: 340px;
    }
}

/* Mobile: featured trÃªn, 2 col gá»™p thÃ nh 1 strip ngang */
@media (max-width: 575px) {
    .cam-nang-section { padding: 40px 0 0; }
    .cam-nang-header { flex-direction: column; align-items: flex-start; gap: 8px; }
    .cam-nang-title { font-size: 1.35rem !important; }
    .cam-nang-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        min-height: 0 !important;
    }

    /* Featured: full width, lÃªn trÃªn */
    .cn-card-featured {
        transform: none !important;
        order: 1;
        grid-area: unset;
    }
    .cn-featured-img { aspect-ratio: 16 / 9; }
    .cn-featured-body { padding: 16px 18px 20px; }
    .cn-featured-title { font-size: 1.05rem !important; -webkit-line-clamp: 2; line-clamp: 2; }
    .cn-featured-excerpt { -webkit-line-clamp: 2; line-clamp: 2; }

    /* 2 col náº±m ngang cáº¡nh nhau, má»—i col scroll riÃªng nhÆ°ng cÃ¹ng 1 hÃ ng */
    .cn-col-left,
    .cn-col-right {
        order: 2;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        padding: 0 0 14px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        grid-area: unset;
        display: flex !important;
    }
    .cn-col-left::-webkit-scrollbar,
    .cn-col-right::-webkit-scrollbar { display: none; }

    /* Má»—i card: chiá»u rá»™ng cá»‘ Ä‘á»‹nh, snap */
    .cn-col .cn-card-small {
        flex: 0 0 72vw !important;
        height: 200px !important;
        min-height: 0 !important;
        scroll-snap-align: start;
    }
}

/* --- box-tour-header: tiÃªu Ä‘á» + danh má»¥c ngang (giá»‘ng áº£nh máº«u) --- */
.box-tour-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid #e2e8f0;
    padding-bottom: 10px;
    margin: 22px 0 16px;
    gap: 12px;
}
#content .main-content .content h2.title-tour,
#content .main-content .content h1.title-tour {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #ff007f !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}
#content .main-content .content h2.title-tour span,
#content .main-content .content h1.title-tour span {
    background: none !important; color: inherit !important; border: none !important;
    padding: 0 !important; display: inline !important; position: static !important;
    font-size: inherit !important;
}
#content .main-content .content h2.title-tour span::before,
#content .main-content .content h2.title-tour span::after { display: none !important; }
#content .main-content .content h2.title-tour strong {
    color: #00a651;
    font-weight: 800;
}

/* child-cat: links náº±m ngang bÃªn pháº£i */
.box-tour-header .child-cat { margin: 0; }
.box-tour-header .child-cat ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.box-tour-header .child-cat ul li { margin: 0; padding: 0; }
.box-tour-header .child-cat ul li a {
    display: inline-block !important;
    padding: 3px 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #4a5568 !important;
    white-space: nowrap !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}
.box-tour-header .child-cat ul li a:hover { color: #00a651 !important; }
.box-tour-header .child-cat ul li a i { font-size: 11px; margin-right: 3px; }
.box-tour-header .child-cat ul li.all a {
    color: #00a651 !important;
    font-weight: 700 !important;
    padding-right: 0 !important;
}

/* ================================================================
   BREADCRUMB
   ================================================================ */
.bread { background: #f4f7fb; border-bottom: 1px solid #dde6f0; padding: 9px 0; }
.bread p { margin: 0; font-size: 13px; color: #5a6a80; }
.bread p a { color: #00a651; text-decoration: none; }
.bread p a:hover { color: #00a651; }
.bread #breadcrumbs .fa-home { color: #00a651; margin-right: 4px; }

/* ================================================================
   TOPBAR
   ================================================================ */
.site-topbar {
    background: #00a651;
    padding: 0;
    font-size: 13px;
}
.topbar-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 38px;
}
.topbar-brand {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.07em;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 24px 0 0;
    white-space: nowrap;
    flex-shrink: 0;
}
.topbar-contact {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1;
    overflow: hidden;
}
.topbar-contact a,
.topbar-contact span {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
    white-space: nowrap;
}
.topbar-contact a:hover { color: #fff; text-decoration: underline; }
.topbar-contact i { font-size: 12px; opacity: 0.85; }
.topbar-hotline {
    background: #c0392b;
    display: flex;
    align-items: center;
    padding: 0 22px;
    flex-shrink: 0;
    margin-left: 16px;
}
.topbar-hotline a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: 0.04em;
}

/* ================================================================
   HEADER â€” WHITE STICKY NAVBAR
   ================================================================ */
header, header#site-header {
    background: #ffffff !important;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
    border-bottom: 1px solid #e8edf2;
    padding: 0 !important;
    transition: box-shadow 0.3s ease !important;
    overflow: visible;
}
header.scrolled, header#site-header.scrolled {
    box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
}

.header-inner {
    display: flex;
    align-items: center;
    min-height: 70px;
    gap: 16px;
}

/* ---- Logo ---- */
.site-logo { flex-shrink: 0; }
.site-logo a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.site-logo img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
    transition: opacity 0.2s ease;
}
.site-logo img:hover { opacity: 0.82; }
.site-logo .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #00a651;
}

/* ---- Navigation ---- */
.main-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-menu .nav-list,
.main-menu ul#main-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    height: 70px;
    gap: 0;
}

/* Top-level items */
.main-menu ul > li {
    display: inline-flex !important;
    align-items: stretch;
    position: relative;
    height: 70px;
}

.main-menu ul > li > a {
    display: flex !important;
    align-items: center;
    color: #2d3748 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none;
    letter-spacing: 0;
    padding: 0 12px !important;
    height: 100%;
    white-space: nowrap;
    text-decoration: none !important;
    position: relative;
    transition: color 0.2s ease;
    margin: 0 !important;
}

/* Blue bottom underline animation */
.main-menu ul > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 14px !important;
    right: 14px !important;
    height: 3px !important;
    background: #00a651 !important;
    transform: scaleX(0) !important;
    transform-origin: center !important;
    transition: transform 0.25s cubic-bezier(0.4,0,0.2,1) !important;
    border-radius: 3px 3px 0 0 !important;
    border: none !important;
}

/* Remove walker icon conflict */
.main-menu ul > li.menu-item-has-children > a::before { display: none !important; }

.main-menu ul > li:hover > a,
.main-menu ul > li.current-menu-item > a,
.main-menu ul > li.current-menu-ancestor > a {
    color: #00a651 !important;
}
.main-menu ul > li:hover > a::after,
.main-menu ul > li.current-menu-item > a::after,
.main-menu ul > li.current-menu-ancestor > a::after {
    transform: scaleX(1) !important;
}

/* ---- Dropdown ---- */
.main-menu ul li > ul {
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    min-width: 220px !important;
    background: #fff !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 10px 36px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.05) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s !important;
    z-index: 1001 !important;
    padding: 8px 0 !important;
    display: block !important;
    pointer-events: none;
    list-style: none !important;
}
.main-menu ul li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: all;
}
.main-menu ul li ul li { display: block !important; width: 100% !important; height: auto !important; }

.main-menu ul li ul li a {
    display: flex !important;
    align-items: center;
    color: #2d3748 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 10px 18px !important;
    height: auto !important;
    width: 100% !important;
    text-decoration: none !important;
    background: transparent !important;
    border-left: 3px solid transparent !important;
    transition: background 0.15s ease, color 0.15s ease, padding 0.15s ease, border-color 0.15s ease !important;
    margin: 0 !important;
    white-space: nowrap;
}
.main-menu ul li ul li a::before {
    content: '\f105' !important;
    font-family: FontAwesome !important;
    font-size: 12px !important;
    color: #00a651 !important;
    margin-right: 8px !important;
    flex-shrink: 0;
    display: inline !important;
}
.main-menu ul li ul li a::after { display: none !important; }
.main-menu ul li ul li a:hover {
    background: #EBF5FF !important;
    color: #00a651 !important;
    padding-left: 24px !important;
    border-left-color: #00a651 !important;
}

i.show-child-menu { display: none !important; }

/* ================================================================
   SEARCH
   ================================================================ */

/* Desktop: hide mobile-only elements */
@media (min-width: 992px) {
    .mobile-search-bar  { display: none; }
    .mob-actions        { display: none !important; }
    .drawer-user-section { display: none; }
}

/* Toggle button on desktop nav */
.hdr-search-btn {
    background: none;
    border: 1.5px solid #e0e5ea;
    border-radius: 8px;
    cursor: pointer;
    color: #555;
    font-size: 16px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    margin-left: 4px;
}
.hdr-search-btn:hover { background: #f0f7f3; color: #00a651; border-color: #00a651; }

/* Panel slides in from right, covers full header */
.hdr-search-panel {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 60;
    display: flex;
    align-items: center;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.38s;
    overflow: hidden;
}
.hdr-search-panel.open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.hdr-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-bottom: 2px solid #00a651;
    padding-bottom: 4px;
}
.hdr-search-icon { color: #00a651; font-size: 18px; flex-shrink: 0; }
.hdr-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 0;
    color: #1a2332;
    background: transparent;
    font-family: inherit;
}
.hdr-search-input::placeholder { color: #bbb; }
.hdr-search-submit,
.hdr-search-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    line-height: 1;
    font-size: 17px;
    flex-shrink: 0;
    transition: color 0.2s, transform 0.2s;
}
.hdr-search-submit { color: #00a651; }
.hdr-search-submit:hover { transform: scale(1.15); }
.hdr-search-close { color: #bbb; }
.hdr-search-close:hover { color: #e74c3c; }

/* Hide desktop search on mobile */
@media (max-width: 991px) {
    .hdr-search-btn   { display: none !important; }
    .hdr-search-panel { display: none !important; }
}

/* ── Mobile search overlay ──────────────────────────────── */
.mob-search-overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eef0f4;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 55;
    transform: translateY(-6px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.2s ease;
}
.mob-search-overlay.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.mob-search-overlay-form {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px 14px;
}
/* Search input pill */
.mob-search-bar-inner {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #dde2ea;
    border-radius: 50px;
    padding: 11px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: border-color 0.22s, box-shadow 0.22s;
    min-width: 0;
}
.mob-search-bar-inner:focus-within {
    border-color: #00a651;
    box-shadow: 0 0 0 3px rgba(0,166,81,0.12), 0 2px 8px rgba(0,0,0,0.06);
}
.mob-search-bar-inner .fa-search {
    color: #c0c8d4;
    font-size: 15px;
    flex-shrink: 0;
    transition: color 0.2s;
}
.mob-search-bar-inner:focus-within .fa-search { color: #00a651; }
.mob-search-bar-inner input[type=”search”] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #1a2332;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    padding: 0;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
}
.mob-search-bar-inner input[type=”search”]::placeholder { color: #b8c0cc; font-weight: 400; }
.mob-search-bar-inner input[type=”search”]::-webkit-search-cancel-button,
.mob-search-bar-inner input[type=”search”]::-webkit-search-decoration { display: none; }
/* Huỷ button */
#mob-search-overlay-close {
    background: none;
    border: none;
    color: #718096;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 8px 2px;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
    transition: color 0.2s;
    line-height: 1;
}
#mob-search-overlay-close:hover { color: #1a2332; }
/* Icon sáng khi search đang mở */
.mob-icon-btn.mob-search-active { background: rgba(0,166,81,0.12) !important; color: #00a651 !important; }

@media (max-width: 991px) {
    .mob-search-overlay { display: block; }
}

/* ================================================================
   DRAWER HEADER — hidden on desktop, shown inside mobile drawer
   ================================================================ */
.drawer-header { display: none; }

/* Submenu toggle (+/âˆ’) â€” desktop áº©n, chá»‰ hiá»‡n trong drawer mobile */
.submenu-toggle { display: none; }

/* ================================================================
   HAMBURGER BUTTON
   ================================================================ */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.hamburger-btn:hover { border-color: #00a651; background: #f0f7ff; }
.hamburger-btn span {
    display: block;
    width: 20px; height: 2px;
    background: #2d3748;
    border-radius: 2px;
    transition: transform 0.28s ease, opacity 0.28s ease;
    transform-origin: center;
}
.hamburger-btn.active { border-color: #00a651; background: #f0f7ff; }
.hamburger-btn.active span { background: #00a651; }
.hamburger-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger-btn.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================================
   MOBILE / TABLET (â‰¤ 991px) â€” hamburger menu
   ================================================================ */
@media (max-width: 991px) {
    .site-topbar { display: none; }

    .header-inner {
        min-height: 60px;
        flex-wrap: nowrap;
        gap: 0;
        padding: 0 8px;
        justify-content: space-between;
    }

    .site-logo { padding: 8px 0; flex-shrink: 0; }
    .site-logo img { max-height: 40px; }

    /* Mobile icon buttons (search + login) */
    .mob-actions {
        display: flex;
        align-items: center;
        gap: 2px;
        margin-left: auto;
    }
    .mob-icon-btn {
        background: none;
        border: none;
        cursor: pointer;
        color: #444;
        font-size: 19px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-decoration: none;
        transition: background 0.18s, color 0.18s;
    }
    .mob-icon-btn:hover, .mob-icon-btn:active { background: #f0f7f3; color: #00a651; }

    .hamburger-btn { display: flex; margin-left: 4px; flex-shrink: 0; }

    /* Drawer panel */
    .main-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: min(320px, 88vw);
        height: 100vh;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        box-shadow: -4px 0 30px rgba(0,0,0,0.18);
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
        order: 3;
        padding-bottom: 32px;
    }
    .main-menu.active { display: flex;justify-content: flex-start; }

    /* Overlay backdrop */
    .main-menu.active::after {
        content: '';
        position: fixed;
        inset: 0;
        right: min(320px, 88vw);
        background: rgba(0,0,0,0.45);
        z-index: -1;
        pointer-events: none;
    }

    /* Drawer header */
    .drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 14px 0 18px;
        height: 60px;
        flex-shrink: 0;
        background: linear-gradient(135deg, #00a651 0%, #007a3d 100%);
    }
    .drawer-brand {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    .drawer-brand i { font-size: 16px; opacity: 0.85; }
    .drawer-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background: rgba(255,255,255,0.15);
        border: 1.5px solid rgba(255,255,255,0.3);
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        flex-shrink: 0;
        padding: 0;
        transition: background 0.2s ease;
    }
    .drawer-close:hover { background: rgba(255,255,255,0.28); }

    /* Drawer user section */
    .drawer-user-section {
        padding: 14px 16px;
        border-bottom: 1px solid #f0f2f5;
        flex-shrink: 0;
    }
    .drawer-user-logged {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .drawer-avatar { border-radius: 50%; width: 40px; height: 40px; }
    .drawer-user-name {
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #1a2332;
        line-height: 1.3;
    }
    .drawer-logout {
        font-size: 12px;
        color: #e74c3c;
        text-decoration: none;
    }
    .drawer-auth-row {
        display: flex;
        gap: 10px;
    }
    .drawer-auth-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 10px 8px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: opacity 0.2s;
    }
    .drawer-auth-btn:active { opacity: 0.8; }
    .drawer-auth-login {
        background: #00a651;
        color: #fff !important;
    }
    .drawer-auth-register {
        background: #f0f7f3;
        color: #00a651 !important;
        border: 1.5px solid #00a651;
    }

    .main-menu .nav-list,
    .main-menu ul#main-nav {
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        align-items: stretch !important;
        padding-top: 8px !important;
    }

    /* ---- Parent items ---- */
    .main-menu ul > li {
        height: auto !important;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        border-bottom: 1px solid #f0f4f8;
        position: relative;
    }
    .main-menu ul > li > a {
        display: flex !important;
        align-items: center !important;
        flex: 1 !important;
        height: auto !important;
        padding: 14px 12px 14px 20px !important;
        font-family: 'Be Vietnam Pro', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #1a202c !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        text-decoration: none !important;
    }
    /* áº¨n pseudo ::after trÃªn desktop (dÃ¹ng nÃºt .submenu-toggle thay) */
    .main-menu ul > li > a::after,
    .main-menu ul > li > a::before { display: none !important; }

    /* NÃºt toggle +/âˆ’ (sibling cá»§a <a>) */
    .submenu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        border: 1.5px solid #e2e8f0;
        background: #fff;
        color: #00a651;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
        flex-shrink: 0;
        padding: 0;
        margin-right: 14px;
        transition: background 0.2s, border-color 0.2s, color 0.2s;
    }
    .submenu-open > .submenu-toggle,
    .submenu-toggle:hover {
        background: #00a651;
        border-color: #00a651;
        color: #fff;
    }
    .submenu-toggle .toggle-icon {
        display: block;
        line-height: 1;
    }
    /* Sub-menu chiáº¿m toÃ n bá»™ dÃ²ng */
    .main-menu ul > li > ul {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .main-menu ul > li.current-menu-item > a,
    .main-menu ul > li.current-menu-ancestor > a { color: #00a651 !important; }

    /* ---- Sub-menu: áº©n máº·c Ä‘á»‹nh, hiá»‡n khi cÃ³ class .submenu-open ---- */
    .main-menu ul li > ul {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        border: none !important;
        background: #f8faf8 !important;
        display: none !important;
        padding: 4px 0 8px !important;
        margin: 0 !important;
        min-width: 0 !important;
        pointer-events: all;
    }
    .main-menu li.submenu-open > ul {
        display: block !important;
    }
    .main-menu ul li ul li {
        height: auto !important;
        border-bottom: none !important;
    }
    .main-menu ul li ul li a {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        color: #4a5568 !important;
        font-family: 'Be Vietnam Pro', sans-serif !important;
        font-size: 13.5px !important;
        font-weight: 500 !important;
        padding: 9px 20px 9px 36px !important;
        border: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        transition: color 0.15s, padding-left 0.15s;
    }
    .main-menu ul li ul li a::before {
        content: '' !important;
        display: inline-block !important;
        width: 5px !important;
        height: 5px !important;
        border-radius: 50% !important;
        background: #00a651 !important;
        flex-shrink: 0 !important;
        font-family: inherit !important;
        font-size: inherit !important;
        color: inherit !important;
    }
    .main-menu ul li ul li a:hover {
        color: #00a651 !important;
        padding-left: 40px !important;
        background: none !important;
    }

    /* Hide desktop-only elements */
    i.show-child-menu { display: none !important; }
}

/* ================================================================
   MOBILE APP STYLE â€” Tour / Hotel / Car sections (â‰¤ 575px)
   ================================================================ */
@media (max-width: 575px) {

    /* Hide verbose description under "Tour ná»•i báº­t" title */
    .popular-tour:not(.news) .main-title p { display: none; }

    /* ---- Section spacing ---- */
    .main-content { padding: 0 !important; }
    .box-tour { margin-bottom: 28px; padding-bottom: 4px; }

    /* box-tour-header mobile: stack h2 trÃªn + chips dÆ°á»›i */
    .box-tour-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin: 20px 0 12px !important;
        padding-bottom: 8px !important;
    }
    #content .main-content .content h2.title-tour {
        font-size: 1rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ---- Category pill chips: horizontal scroll ---- */
    .box-tour-header .child-cat { width: 100%; }
    .box-tour-header .child-cat ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 7px !important;
        padding: 2px 0 6px 0 !important;
        margin: 0 !important;
        list-style: none !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        align-items: center !important;
    }
    .box-tour-header .child-cat ul::-webkit-scrollbar { display: none; }
    .box-tour-header .child-cat ul li {
        flex-shrink: 0 !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: none !important;
    }
    .box-tour-header .child-cat ul li a {
        display: inline-flex !important;
        align-items: center;
        gap: 4px;
        padding: 5px 13px !important;
        border: 1.5px solid #dde3eb !important;
        border-radius: 20px !important;
        font-family: 'Be Vietnam Pro', sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        color: #4a5568 !important;
        white-space: nowrap !important;
        background: #fff !important;
        text-decoration: none !important;
    }
    .box-tour-header .child-cat ul li a i { display: none !important; }
    .box-tour-header .child-cat ul li.all a {
        background: #00a651 !important;
        border-color: #00a651 !important;
        color: #fff !important;
        font-weight: 700 !important;
    }

    /* ---- Tour/Hotel/Car cards: horizontal scroll-snap ---- */
    .box-tour .tour-content .row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0 14px !important;
        align-items: flex-start !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .box-tour .tour-content .row::-webkit-scrollbar { display: none; }
    .box-tour .tour-content .row > [class*="col-"] {
        flex: 0 0 76vw !important;
        width: 76vw !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 14px !important;
        scroll-snap-align: start;
    }

    /* Card image sizing on mobile */
    .detail-tour-list .img-tour img {
        object-fit: cover !important;
        width: 100% !important;
    }
    .detail-tour-list {
        border-radius: 10px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    }
    /* Car card on mobile: smaller image, compact */
    .detail-list-car > a img {
        height: 150px !important;
    }
    .detail-list-car h4 { font-size: 12.5px !important; margin: 10px 12px 3px !important; }
    .detail-list-car p.type { margin: 0 12px 4px !important; }
    .detail-list-car p.price,
    .detail-list-car .price { margin: 0 12px 10px !important; font-size: 13px !important; }
    .detail-list-car .more { padding: 0 12px 12px !important; }

    /* ---- Tour liÃªn quan (chi tiáº¿t tour mobile) ---- */
    .rel-tour {
        margin-top: 28px !important;
        padding-bottom: 4px;
    }
    .rel-tour h3 {
        font-size: 1rem !important;
        padding-left: 0;
        margin-bottom: 12px !important;
    }
    .rel-tour .container {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }
    .rel-tour .row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0 14px !important;
        align-items: flex-start !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .rel-tour .row::-webkit-scrollbar { display: none; }
    .rel-tour .row > [class*="col-"] {
        flex: 0 0 76vw !important;
        width: 76vw !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 14px !important;
        scroll-snap-align: start;
    }
}

/* ================================================================
   DANH MỤC BÀI VIẾT — ca-* (category / archive)
   ================================================================ */

/* Category header */
.ca-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 24px 0 20px;
}
.ca-head-left { flex: 1; }
.ca-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #1a202c !important;
    margin: 0 0 6px !important;
    padding-left: 14px;
    border-left: 4px solid #00a651;
    line-height: 1.25;
}
.ca-desc {
    font-size: 14px;
    color: #718096;
    margin: 0;
    padding-left: 18px;
}
.ca-count {
    flex-shrink: 0;
    background: #f4f7fb;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    white-space: nowrap;
    margin-top: 4px;
    font-family: 'Montserrat', sans-serif;
}

/* Category chip (dùng cả trong featured và card) */
.ca-chip {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #00a651;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
}

/* ── Featured post ──────────────────────────────────────── */
.ca-featured {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-decoration: none;
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ca-featured:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    transform: translateY(-3px);
    text-decoration: none;
}
.ca-featured-img {
    position: relative;
    aspect-ratio: 16 / 8;
    overflow: hidden;
}
.ca-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.ca-featured:hover .ca-featured-img img { transform: scale(1.04); }
.ca-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.45));
}
.ca-featured-body {
    padding: 20px 24px 22px;
}
.ca-featured-body h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ca-featured-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}
.ca-featured-meta span {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ca-featured-body > p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Grid cards ─────────────────────────────────────────── */
.ca-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}
.ca-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ca-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    text-decoration: none;
}
.ca-card-img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.ca-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.ca-card:hover .ca-card-img img { transform: scale(1.05); }
.ca-card-body {
    padding: 14px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ca-card-body h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ca-excerpt {
    font-size: 12px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.ca-meta {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #f0f4f8;
}
.ca-meta span {
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ── Pagination ─────────────────────────────────────────── */
.ca-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 8px 0 32px;
}
.ca-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s ease;
    font-family: 'Montserrat', sans-serif;
}
.ca-pagination .page-numbers:hover,
.ca-pagination .page-numbers.current {
    background: #00a651;
    border-color: #00a651;
    color: #fff;
    text-decoration: none;
}
.ca-pagination .page-numbers.prev,
.ca-pagination .page-numbers.next {
    width: auto;
    padding: 0 14px;
    gap: 6px;
}

.ca-empty {
    text-align: center;
    padding: 40px 0;
    color: #94a3b8;
    font-size: 15px;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .ca-grid { grid-template-columns: repeat(2, 1fr); }
    .ca-featured-body { padding: 16px 18px 18px; }
    .ca-featured-body h2 { font-size: 1.1rem; }
}

@media (max-width: 575px) {
    .ca-head { flex-direction: column; gap: 8px; }
    .ca-featured-img { aspect-ratio: 4 / 3; }
    .ca-grid { grid-template-columns: 1fr; }
    .ca-title { font-size: 1.25rem !important; }
}

/* ================================================================
   CHI TIẾT BÀI VIẾT — sp-article
   ================================================================ */

/* Reset old single-post-news border/padding */
#content .single-post-news {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Article wrapper */
.sp-article {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    margin-bottom: 32px;
}

/* Hero image */
.sp-hero {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f0f0f0;
}
.sp-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Post header */
.sp-header {
    padding: 24px 28px 20px;
    border-bottom: 1px solid #f0f4f8;
}

/* Category chips */
.sp-cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.sp-cat-chip {
    display: inline-block;
    background: rgba(0,166,81,0.1);
    color: #00a651;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Montserrat', sans-serif;
    transition: background 0.2s, color 0.2s;
}
.sp-cat-chip:hover {
    background: #00a651;
    color: #fff;
    text-decoration: none;
}

/* Title */
.sp-title {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    color: #1a202c !important;
    line-height: 1.35 !important;
    margin: 0 0 18px !important;
}

/* Meta bar */
.sp-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.sp-meta-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.sp-avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 2px solid #e8f5ee !important;
    flex-shrink: 0;
}
.sp-meta-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sp-author {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
}
.sp-meta-sub {
    font-size: 12px;
    color: #94a3b8;
}
.sp-meta-sub .fa {
    font-size: 11px;
}
.sp-share {
    flex-shrink: 0;
}

/* Article content */
.sp-content {
    padding: 28px 28px 10px;
    font-size: 16px;
    line-height: 1.85;
    color: #374151;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.sp-content p {
    margin-bottom: 18px;
}
.sp-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a202c;
    margin: 32px 0 14px;
    padding-left: 14px;
    border-left: 4px solid #00a651;
    line-height: 1.35;
}
.sp-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
    margin: 24px 0 12px;
}
.sp-content img {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
    display: block;
    margin: 8px auto 20px;
}
.sp-content blockquote {
    background: #f4f7fb;
    border-left: 4px solid #00a651;
    padding: 14px 20px;
    border-radius: 0 8px 8px 0;
    margin: 20px 0;
    color: #4a5568;
    font-style: italic;
}
.sp-content ul, .sp-content ol {
    padding-left: 22px;
    margin-bottom: 18px;
}
.sp-content li {
    margin-bottom: 6px;
}
.sp-content a {
    color: #00a651;
    text-decoration: underline;
}

/* Tags */
.sp-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 28px 20px;
    border-top: 1px solid #f0f4f8;
}
.sp-tags-icon {
    color: #94a3b8;
    font-size: 13px;
}
.sp-tag {
    display: inline-block;
    background: #f4f7fb;
    color: #4a5568;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: 1px solid #e2e8f0;
}
.sp-tag:hover {
    background: #00a651;
    color: #fff;
    border-color: #00a651;
    text-decoration: none;
}

/* Comments */
.sp-comments {
    padding: 20px 28px 24px;
    border-top: 1px solid #f0f4f8;
}

/* ── Sidebar widget: Mới nhất / Xem nhiều ──────────────── */
.sp-news-widget {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}
.sp-nw-tabs {
    display: flex;
    border-bottom: 1px solid #f0f4f8;
}
.sp-nw-tab {
    flex: 1;
    background: none;
    border: none;
    padding: 14px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.sp-nw-tab.active {
    color: #00a651;
}
.sp-nw-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #00a651;
    border-radius: 2px;
}
.sp-nw-body {
    padding: 8px 0;
}
.sp-nw-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    transition: background 0.15s;
}
.sp-nw-item:hover {
    background: #f8fafc;
    text-decoration: none;
}
.sp-nw-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.sp-nw-info {
    flex: 1;
    min-width: 0;
}
.sp-nw-info h4 {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.sp-nw-info span {
    font-size: 11px;
    color: #94a3b8;
}
.sp-nw-info span .fa {
    font-size: 10px;
}

/* Mobile */
@media (max-width: 991px) {
    .sp-header { padding: 18px 18px 16px; }
    .sp-title { font-size: 1.35rem !important; }
    .sp-content { padding: 20px 18px 8px; font-size: 15px; }
    .sp-tags { padding: 14px 18px 18px; }
    .sp-comments { padding: 16px 18px 20px; }
    .sp-hero { aspect-ratio: 4 / 3; }
    .sp-sidebar { margin-top: 24px; }
}

/* ================================================================
   BÀI VIẾT LIÊN QUAN — rp-section
   ================================================================ */
.rp-section {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e8edf2;
}

.rp-head {
    margin-bottom: 22px;
}
.rp-head h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0;
    padding-left: 14px;
    border-left: 4px solid #00a651;
    line-height: 1.3;
}
.rp-head h3 em {
    font-style: normal;
    color: #00a651;
}

/* Grid: 3 cột desktop */
.rp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Card */
.rp-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    text-decoration: none;
}

/* Image */
.rp-card-img {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.rp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.rp-card:hover .rp-card-img img {
    transform: scale(1.05);
}
.rp-cat {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00a651;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Montserrat', sans-serif;
}

/* Body */
.rp-card-body {
    padding: 14px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rp-card-body h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.rp-date {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

/* Tablet: 2 cột */
@media (max-width: 991px) and (min-width: 576px) {
    .rp-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile: horizontal scroll */
@media (max-width: 575px) {
    .rp-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 14px !important;
        padding: 4px 0 16px 15px !important;
        margin: 0 -15px !important;
        scrollbar-width: none !important;
    }
    .rp-grid::-webkit-scrollbar { display: none; }
    .rp-grid .rp-card {
        flex: 0 0 74vw !important;
        min-width: 74vw !important;
        scroll-snap-align: start !important;
    }
    .rp-grid .rp-card:last-child { margin-right: 15px; }
}

/* ================================================================
   SIDEBAR — Modern mobile-app style
   ================================================================ */

.sidebar-widget {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    margin-bottom: 20px;
    overflow: hidden;
}

.sw-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    letter-spacing: 0.3px;
    padding: 14px 18px 12px;
    border-bottom: 1px solid #f0f4f8;
    text-transform: uppercase;
}
.sw-header .fa {
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #00a651, #007a3d);
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

/* Category list */
.sw-cat-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.sw-cat-list li {
    margin: 0;
}
.sw-cat-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s ease;
    border-left: 3px solid transparent;
}
.sw-cat-list li a .fa {
    color: #00a651;
    font-size: 12px;
    flex-shrink: 0;
}
.sw-cat-list li a:hover {
    background: #f0fdf6;
    color: #00a651;
    border-left-color: #00a651;
    padding-left: 22px;
    text-decoration: none;
}

/* Sale tour list */
.sw-sale-list {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sw-sale-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-decoration: none;
    transition: transform 0.18s ease;
}
.sw-sale-item:hover {
    transform: translateX(3px);
    text-decoration: none;
}
.sw-sale-img {
    position: relative;
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.sw-sale-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sw-sale-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ff3d3d;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}
.sw-sale-info {
    flex: 1;
    min-width: 0;
}
.sw-sale-info h4 {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.4;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sw-sale-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #00a651;
}

/* News list */
.sw-news-list {
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sw-news-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 4px;
    text-decoration: none;
    border-bottom: 1px solid #f0f4f8;
    transition: background 0.15s ease;
}
.sw-news-item:last-child { border-bottom: none; }
.sw-news-item:hover { background: #f7fafd; border-radius: 8px; text-decoration: none; }
.sw-news-item img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.sw-news-item span {
    font-size: 13px;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sw-news-item:hover span { color: #00a651; }

/* Hotline widget */
.sidebar-widget.sw-hotline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #00a651 0%, #007a3d 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,166,81,0.25);
}
.sw-hotline-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}
.sw-hotline-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sw-hotline-text span {
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}
.sw-hotline-text a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.sw-hotline-text a:hover { color: #fff; text-decoration: none; opacity: 0.9; }

/* ================================================================
   MOBILE BOTTOM NAV — Fixed app-style tab bar
   ================================================================ */

.mobile-bottom-nav { display: none; }

@media (max-width: 991px) {

    /* Push page content above the bar */
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom)) !important;
    }

    .mobile-bottom-nav {
        display: flex;
        align-items: stretch;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9990;
        background: #fff;
        border-top: 1px solid #edf0f5;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
        height: calc(60px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
    }

    /* Each tab item */
    .mbn-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-decoration: none;
        color: #94a3b8;
        font-size: 10px;
        font-weight: 600;
        font-family: 'Be Vietnam Pro', sans-serif;
        letter-spacing: 0.2px;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 6px 4px;
        transition: color 0.18s ease;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .mbn-item .fa {
        font-size: 20px;
        line-height: 1;
        transition: transform 0.18s ease, color 0.18s ease;
    }
    .mbn-item span {
        font-size: 10px;
        line-height: 1;
    }

    /* Active / hover state */
    .mbn-item.mbn-active,
    .mbn-item:hover {
        color: #00a651;
        text-decoration: none;
    }
    .mbn-item.mbn-active .fa,
    .mbn-item:hover .fa {
        transform: translateY(-2px);
    }
    .mbn-item.mbn-active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 28px;
        height: 3px;
        background: #00a651;
        border-radius: 3px 3px 0 0;
    }

    /* Center call button */
    .mbn-center {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        position: relative;
    }
    .mbn-call-btn {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #00a651, #007a3d);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(0,166,81,0.40);
        text-decoration: none;
        margin-top: -18px;
        border: 3px solid #fff;
        transition: transform 0.18s ease, box-shadow 0.18s ease;
        -webkit-tap-highlight-color: transparent;
    }
    .mbn-call-btn .fa {
        font-size: 18px;
        color: #fff;
        line-height: 1;
    }
    .mbn-call-btn:hover,
    .mbn-call-btn:active {
        transform: scale(1.08);
        box-shadow: 0 6px 20px rgba(0,166,81,0.50);
        text-decoration: none;
    }
    .mbn-center > span {
        font-size: 10px;
        font-weight: 600;
        color: #00a651;
        font-family: 'Be Vietnam Pro', sans-serif;
        letter-spacing: 0.2px;
        line-height: 1;
    }
}

/* ================================================================
   TOUR NỔI BẬT — Modern mobile-app card style
   ================================================================ */

#content .popular-tour.ht-section {
    background: #f4f7fb;
    padding: 52px 0 56px;
}

/* Section header */
.ht-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 16px;
}
.ht-head-left { flex: 1; }
.ht-head-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #00a651, #007a3d);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.ht-head-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 6px;
    line-height: 1.2;
}
.ht-head-left h2 em {
    font-style: normal;
    color: #00a651;
}
.ht-head-left p {
    font-size: 14px;
    color: #718096;
    margin: 0;
    max-width: 540px;
}
.ht-head-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #00a651;
    background: rgba(0,166,81,0.08);
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.ht-head-link:hover {
    background: #00a651;
    color: #fff;
    text-decoration: none;
}

/* Card */
.ht-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ht-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.13);
    text-decoration: none;
}

/* Card image */
.ht-card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.ht-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.ht-card:hover .ht-card-img img {
    transform: scale(1.06);
}
.ht-sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff3d3d;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 8px;
    z-index: 2;
    letter-spacing: 0.5px;
}

/* Card body */
.ht-card-body {
    padding: 16px 18px 14px;
}
.ht-card-body h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ht-card-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #718096;
    margin-bottom: 12px;
    font-weight: 500;
}
.ht-card-meta .fa {
    color: #00a651;
    font-size: 13px;
}
.ht-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f4f8;
    padding-top: 10px;
}
.ht-card-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #00a651;
}
.ht-card-cta {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #00a651, #007a3d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ht-card-cta .fa {
    color: #fff;
    font-size: 12px;
}



/* Tour Nổi Bật: ẩn nút prev/next trên desktop */
#content .popular-tour.ht-section .owl-theme .owl-nav {
    display: none !important;
}

/* Mobile — Tour nổi bật */
@media (max-width: 767px) {
    #content .popular-tour.ht-section {
        padding: 32px 0 36px;
        /* KHÔNG dùng overflow:hidden — nó chặn touch scroll trên iOS */
    }
    .ht-section-head { flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }
    .ht-head-left h2 { font-size: 1.35rem; }

    .top-tour.ht-mobile-scroll {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        touch-action: pan-x !important;
        gap: 12px !important;
        width: 100% !important;
        /* padding hai bên như container Bootstrap → giống section Tour bên dưới */
        padding: 4px 15px 20px 15px !important;
        margin: 0 !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        box-sizing: border-box !important;
    }
    .top-tour.ht-mobile-scroll::-webkit-scrollbar { display: none; }

    /* Card 74vw: peek rõ card tiếp theo, padding hai bên thoáng */
    .top-tour.ht-mobile-scroll > .item {
        flex: 0 0 74vw !important;
        min-width: 74vw !important;
        max-width: 74vw !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }
}

/* ================================================================
   TRANG ĐỊA ĐIỂM DU LỊCH — ddl-*
   ================================================================ */
.ddl-head { padding: 28px 0 24px; border-bottom: 1px solid #e8edf2; margin-bottom: 24px; }
.ddl-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #94a3b8; margin-bottom: 12px; }
.ddl-breadcrumb a { color: #00a651; text-decoration: none; }
.ddl-breadcrumb a:hover { text-decoration: underline; }
.ddl-title { font-family: 'Montserrat', sans-serif; font-size: 1.75rem; font-weight: 800; color: #1a202c; margin: 0 0 8px; padding-left: 14px; border-left: 4px solid #00a651; }
.ddl-title em { font-style: normal; color: #00a651; }
.ddl-sub { font-size: 14px; color: #718096; margin: 0; padding-left: 18px; }

.ddl-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.ddl-filter-btn { background: #f4f7fb; border: 1px solid #e2e8f0; color: #4a5568; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; cursor: pointer; transition: all 0.18s ease; font-family: 'Montserrat', sans-serif; }
.ddl-filter-btn:hover, .ddl-filter-btn.active { background: #00a651; border-color: #00a651; color: #fff; }

.ddl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }

.ddl-card { display: block; border-radius: 14px; overflow: hidden; position: relative; text-decoration: none; box-shadow: 0 2px 12px rgba(0,0,0,0.08); transition: transform 0.22s ease, box-shadow 0.22s ease; aspect-ratio: 3 / 4; }
.ddl-card:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,0.15); text-decoration: none; }
.ddl-card-img { position: absolute; inset: 0; }
.ddl-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.ddl-card:hover .ddl-card-img img { transform: scale(1.07); }
.ddl-no-img { width: 100%; height: 100%; background: linear-gradient(135deg, #e8f5ee, #b7e4c7); display: flex; align-items: center; justify-content: center; }
.ddl-no-img .fa { font-size: 2.5rem; color: #00a651; }
.ddl-card-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.65)); }
.ddl-card-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 14px 14px; z-index: 2; }
.ddl-card-info h3 { font-family: 'Be Vietnam Pro', sans-serif; font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 4px; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.ddl-count { font-size: 12px; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 5px; }
.ddl-empty { text-align: center; padding: 60px 0; color: #94a3b8; font-size: 15px; }

@media (max-width: 1199px) { .ddl-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .ddl-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .ddl-title { font-size: 1.35rem; } }
@media (max-width: 400px)  { .ddl-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* ================================================================
   TOUR NỔI BẬT — Redesign (override main.css)
   ================================================================ */

/* Section wrapper */
#content .popular-tour {
    background: #fff !important;
    padding: 40px 0 36px !important;
}

/* Section heading */
#content .popular-tour .main-title {
    text-align: center;
    margin-bottom: 28px !important;
}
#content .popular-tour .main-title h1,
#content .popular-tour .main-title h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: #1a2332 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: inline-block !important;
    position: relative !important;
}
#content .popular-tour .main-title h1 span,
#content .popular-tour .main-title h2 span {
    color: #1a2332 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: inline !important;
    font-size: inherit !important;
}
#content .popular-tour .main-title h1::after,
#content .popular-tour .main-title h2::after {
    content: '' !important;
    display: block !important;
    width: 48px !important;
    height: 3px !important;
    background: #00a651 !important;
    border-radius: 2px !important;
    margin: 8px auto 0 !important;
    position: static !important;
}
#content .popular-tour .main-title p {
    font-size: 14px !important;
    color: #94a3b8 !important;
    margin: 10px 0 0 !important;
}

/* Owl carousel container */
#content .popular-tour .top-tour.owl-carousel {
    padding: 4px 8px 8px !important;
}

/* Card wrapper */
#content .popular-tour .detail-tour {
    border-bottom: none !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    background: #000 !important;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    display: block !important;
}
#content .popular-tour .detail-tour:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18) !important;
}

/* Image inside card */
#content .popular-tour .detail-tour > a {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    aspect-ratio: 3/2 !important;
    text-decoration: none !important;
}
#content .popular-tour .detail-tour > a > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
    opacity: 0.88 !important;
}
#content .popular-tour .detail-tour:hover > a > img {
    transform: scale(1.07) !important;
    opacity: 1 !important;
}

/* Gradient overlay — covers full card from bottom */
#content .popular-tour .detail-tour .info-tour {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.35) 45%,
        rgba(0,0,0,0) 100%
    ) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    padding: 16px !important;
    text-align: left !important;
    transition: none !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
}
#content .popular-tour .detail-tour:hover .info-tour {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.4) 50%,
        rgba(0,0,0,0.05) 100%
    ) !important;
}
#content .popular-tour .detail-tour .info-tour h4 {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 6px !important;
    line-height: 1.35 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
}
#content .popular-tour .detail-tour .info-tour p.date {
    font-size: 12px !important;
    color: rgba(255,255,255,0.8) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}
#content .popular-tour .detail-tour .info-tour p.date i {
    color: #00a651 !important;
    font-size: 11px !important;
}

/* Price badge — top right */
#content .popular-tour .detail-tour .price {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
    background: #00a651 !important;
    color: #fff !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 10px rgba(0,166,81,0.45) !important;
    white-space: nowrap !important;
}

/* OWL nav arrows */
#content .popular-tour .owl-theme .owl-nav {
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    margin: 0 !important;
}
#content .popular-tour .owl-theme .owl-nav .owl-prev,
#content .popular-tour .owl-theme .owl-nav .owl-next {
    position: absolute !important;
    top: 0 !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #00a651 !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.18) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    pointer-events: all !important;
    border: none !important;
    transition: background 0.2s, color 0.2s, transform 0.18s !important;
    padding: 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
}
#content .popular-tour .owl-theme .owl-nav .owl-prev:hover,
#content .popular-tour .owl-theme .owl-nav .owl-next:hover {
    background: #00a651 !important;
    color: #fff !important;
    transform: scale(1.1) !important;
}
#content .popular-tour .owl-theme .owl-nav .owl-prev {
    left: -14px !important;
    float: none !important;
}
#content .popular-tour .owl-theme .owl-nav .owl-next {
    right: -14px !important;
    float: none !important;
}

/* Mobile */
@media (max-width: 767px) {
    #content .popular-tour { padding: 28px 0 24px !important; }
    #content .popular-tour .main-title h1,
    #content .popular-tour .main-title h2 { font-size: 1.35rem !important; }
    #content .popular-tour .detail-tour .info-tour h4 { font-size: 13px !important; }
    #content .popular-tour .detail-tour .price { font-size: 12px !important; padding: 4px 10px !important; }
}

/* ================================================================
   DESKTOP LOGIN BUTTON & USER MENU
   ================================================================ */

/* Login button */
.hdr-login-btn {
    display: none; /* shown via media query */
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #00a651, #007a3d);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 7px 18px;
    font-size: 13.5px;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.18s, box-shadow 0.2s;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(0,166,81,0.28);
    flex-shrink: 0;
}
.hdr-login-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,166,81,0.35);
}
.hdr-login-btn .fa { font-size: 16px; }

/* User menu (logged in) */
.hdr-user-menu {
    display: none;
    position: relative;
    flex-shrink: 0;
}
.hdr-user-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f0f9f4;
    border: 1.5px solid #c3e6d4;
    border-radius: 22px;
    padding: 5px 14px 5px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1a2332;
    cursor: pointer;
    font-family: 'Be Vietnam Pro', sans-serif;
    transition: border-color 0.2s, background 0.2s;
}
.hdr-user-btn:hover { border-color: #00a651; background: #e6f7ee; }
.hdr-user-avt { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.hdr-user-btn .fa-angle-down { font-size: 11px; color: #888; transition: transform 0.2s; }
.hdr-user-menu.open .hdr-user-btn .fa-angle-down { transform: rotate(180deg); }

/* Dropdown */
.hdr-user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    min-width: 180px;
    padding: 8px 0;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 1100;
}
.hdr-user-menu.open .hdr-user-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.hdr-user-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    font-size: 13.5px;
    color: #2d3748;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.hdr-user-dropdown a:hover { background: #f0f9f4; color: #00a651; }
.hdr-user-dropdown a .fa { width: 16px; text-align: center; color: #718096; }
.hdr-user-dropdown a:hover .fa { color: #00a651; }
.hdr-user-dropdown hr { margin: 6px 14px; border: none; border-top: 1px solid #f0f4f8; }
.hdr-logout-link { color: #e53e3e !important; }
.hdr-logout-link:hover { background: #fff5f5 !important; }
.hdr-logout-link .fa { color: #e53e3e !important; }

@media (min-width: 992px) {
    .hdr-login-btn { display: flex; }
    .hdr-user-menu { display: block; }
}

/* ================================================================
   LOGIN MODAL
   ================================================================ */

.login-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.login-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.login-modal.is-open .login-modal-backdrop { opacity: 1; }

.login-modal-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    padding: 36px 36px 28px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.18);
    transform: translateY(24px) scale(0.97);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), opacity 0.28s ease;
}
.login-modal.is-open .login-modal-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Close button */
.lm-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f4f6f9;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
}
.lm-close:hover { background: #ffe5e5; color: #e53e3e; }

/* Brand */
.lm-brand { text-align: center; margin-bottom: 28px; }
.lm-brand-logo { max-height: 64px; max-width: 200px; width: auto; object-fit: contain; margin-bottom: 10px; display: block; margin-left: auto; margin-right: auto; }
.lm-brand-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00a651, #007a3d);
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 6px 20px rgba(0,166,81,0.3);
}
.lm-brand-icon .fa { font-size: 26px; color: #fff; }
.lm-brand h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 5px;
}
.lm-brand p { font-size: 13.5px; color: #718096; margin: 0; }

/* Alert */
.lm-alert {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 10px;
    color: #c53030;
    font-size: 13px;
    padding: 10px 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lm-alert::before { content: '⚠'; font-size: 14px; flex-shrink: 0; }

/* Form fields */
.lm-field {
    position: relative;
    margin-bottom: 14px;
}
.lm-field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 15px;
    pointer-events: none;
}
.lm-field input[type="text"],
.lm-field input[type="password"] {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #2d3748;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    box-sizing: border-box;
}
.lm-field input:focus {
    border-color: #00a651;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,166,81,0.1);
}
.lm-field-pass input { padding-right: 44px; }
.lm-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #a0aec0;
    padding: 4px;
    font-size: 14px;
    transition: color 0.2s;
}
.lm-eye:hover { color: #00a651; }

/* Options row */
.lm-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 13px;
}
.lm-remember {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4a5568;
    cursor: pointer;
    font-weight: 500;
}
.lm-remember input[type="checkbox"] {
    accent-color: #00a651;
    width: 15px;
    height: 15px;
}
.lm-forgot { color: #00a651; text-decoration: none; font-weight: 500; }
.lm-forgot:hover { text-decoration: underline; }

/* Submit */
.lm-submit {
    width: 100%;
    padding: 13px;
    background: linear-gradient(135deg, #00a651, #007a3d);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.18s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0,166,81,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
.lm-submit:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0,166,81,0.38);
}
.lm-submit:disabled { opacity: 0.7; cursor: not-allowed; }

/* Footer */
.lm-footer {
    text-align: center;
    font-size: 13.5px;
    color: #718096;
}
.lm-footer a { color: #00a651; font-weight: 600; text-decoration: none; }
.lm-footer a:hover { text-decoration: underline; }

/* Mobile: vẫn căn giữa, thu gọn padding */
@media (max-width: 480px) {
    .login-modal { padding: 16px; }
    .login-modal-box { padding: 28px 20px 22px; border-radius: 20px; }
    .lm-brand-logo { max-height: 52px; }
}

/* ══ SINGLE POST — Author Bio & Comments ══════════════════ */

/* Author Bio */
.sp-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #f4f8f5;
    border: 1px solid #d4ead9;
    border-left: 4px solid #00a651;
    border-radius: 12px;
    padding: 22px 24px;
    margin: 36px 0 32px;
}
.sp-author-avt {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: 3px solid #c8e6d4;
    flex-shrink: 0;
}
.sp-author-info { flex: 1; min-width: 0; }
.sp-author-name {
    font-size: 16px;
    font-weight: 700;
    color: #00a651;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: color 0.15s;
}
.sp-author-name:hover { color: #007a3d; }
.sp-author-bio {
    font-size: 13.5px;
    color: #555;
    line-height: 1.75;
    margin: 0 0 10px;
}
.sp-author-links { display: flex; gap: 8px; }
.sp-author-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #00a651;
    font-size: 14px;
    border: 1.5px solid #c8e6d4;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.sp-author-links a:hover { background: #00a651; color: #fff; border-color: #00a651; }

/* Comments wrap */
.sp-comments-wrap { margin: 0 0 40px; }

.sp-comments-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sp-comments-count {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #00a651;
    border-radius: 20px;
    padding: 1px 10px;
    line-height: 1.8;
}

/* Comment list */
.sp-comment-list { display: flex; flex-direction: column; gap: 0; }

.sp-comment-item { border-bottom: 1px solid #f0f0f0; padding: 18px 0; }
.sp-comment-item:last-child { border-bottom: none; }
.sp-comment-item .children { padding-left: 52px; border-top: 1px solid #f5f5f5; margin-top: 16px; }

.sp-comment-inner { display: flex; gap: 14px; align-items: flex-start; }

.sp-comment-avatar { flex-shrink: 0; }
.sp-c-avt-img {
    width: 44px !important; height: 44px !important;
    border-radius: 50% !important; object-fit: cover;
    border: 2px solid #e0e0e0;
}
.sp-c-avt-letter {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #00a651;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Montserrat', sans-serif;
}

.sp-comment-body { flex: 1; min-width: 0; }
.sp-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.sp-c-name { font-size: 14px; font-weight: 700; color: #1a202c; }
.sp-c-time { font-size: 12.5px; color: #aaa; }
.sp-c-text { font-size: 14px; color: #444; line-height: 1.75; }
.sp-c-text p { margin: 0; }
.sp-c-pending { font-size: 13px; color: #f0a500; font-style: italic; margin: 0; }
.sp-c-actions { margin-top: 8px; }
.sp-c-actions a,
.sp-c-actions .comment-reply-link {
    font-size: 12.5px;
    color: #00a651;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.15s;
}
.sp-c-actions a:hover { color: #007a3d; }

/* Comment form */
.sp-comment-form {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    margin-top: 32px;
}
.sp-comment-form h3.comment-reply-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sp-comment-form h3.comment-reply-title small a {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
}
.sp-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.sp-cf-field { margin-bottom: 12px; }
.sp-cf-row .sp-cf-field { margin-bottom: 0; }
.sp-cf-field input,
.sp-cf-field textarea {
    width: 100%;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 14px;
    color: #333;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
}
.sp-cf-field input:focus,
.sp-cf-field textarea:focus {
    border-color: #00a651;
    box-shadow: 0 0 0 3px rgba(0,166,81,0.1);
}
.sp-cf-field textarea { min-height: 110px; }
.sp-comment-submit-wrap { text-align: right; margin-top: 4px; }
.sp-comment-submit {
    background: #00a651;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px 28px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, transform 0.15s;
}
.sp-comment-submit:hover { background: #007a3d; transform: translateY(-1px); }

@media (max-width: 600px) {
    .sp-cf-row { grid-template-columns: 1fr; }
    .sp-author-box { flex-direction: column; align-items: center; text-align: center; }
    .sp-author-links { justify-content: center; }
    .sp-comment-form { padding: 18px 16px; }
}

/* ══ AUTHOR ARCHIVE PAGE ══════════════════════════════════ */
.au-profile {
    display: flex;
    gap: 24px;
    align-items: center;
    background: #f4f8f5;
    border: 1px solid #d4ead9;
    border-left: 4px solid #00a651;
    border-radius: 14px;
    padding: 28px 32px;
    margin: 24px 0 36px;
}
.au-avatar {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: 3px solid #c8e6d4;
    box-shadow: 0 4px 16px rgba(0,166,81,0.15);
    flex-shrink: 0;
}
.au-info { flex: 1; min-width: 0; }
.au-name {
    font-size: 22px;
    font-weight: 800;
    color: #00a651;
    margin: 0 0 8px;
    font-family: 'Montserrat', sans-serif;
}
.au-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0 0 14px;
    max-width: 600px;
}
.au-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.au-meta-item {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
}
.au-meta-item i { color: #00a651; }
.au-meta-link {
    text-decoration: none;
    color: #00a651 !important;
    font-weight: 600;
    transition: color 0.15s;
}
.au-meta-link:hover { color: #007a3d !important; }

@media (max-width: 600px) {
    .au-profile { flex-direction: column; text-align: center; padding: 22px 18px; }
    .au-meta { justify-content: center; }
    .au-bio { max-width: 100%; }
}

/* Related hotel section */
.rel-hotel { margin-top: 32px; }
.rel-hotel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.rel-hotel-head h3 { font-size: 20px; font-weight: 700; color: #1a202c; margin: 0; }
.rel-hotel-head h3 em { color: #00a651; font-style: normal; }
.rh-star-badge {
    position: absolute; bottom: 10px; left: 12px;
    background: rgba(0,0,0,0.45); color: #ffd700;
    font-size: 11px; padding: 3px 8px; border-radius: 6px;
    letter-spacing: 1px; backdrop-filter: blur(4px);
}
.rel-hotel-carousel.owl-theme .owl-nav { margin-top: 14px; }
.rel-hotel-carousel.owl-theme .owl-nav [class*=owl-] {
    background: #fff; border: 1.5px solid #e2e8f0;
    border-radius: 50%; width: 36px; height: 36px;
    line-height: 34px; font-size: 13px; color: #333;
    transition: all 0.2s;
}
.rel-hotel-carousel.owl-theme .owl-nav [class*=owl-]:hover { background: #00a651; border-color: #00a651; color: #fff; }
@media (max-width: 767px) {
    .rel-hotel-carousel.ht-mobile-scroll { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; scroll-snap-type: x mandatory !important; gap: 12px !important; padding: 4px 15px 16px !important; scrollbar-width: none !important; }
    .rel-hotel-carousel.ht-mobile-scroll::-webkit-scrollbar { display: none; }
    .rel-hotel-carousel.ht-mobile-scroll > a { flex: 0 0 74vw !important; scroll-snap-align: start !important; }
}