.local-search-overlay .wrapper{
    border-radius: 22px !important;
    border: 1px solid rgba(255, 255, 255, .9) !important;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .12), 0 4px 12px rgba(17, 24, 39, .06) !important;
    padding: 0px !important;
}

#vnt-slide-home .slick-arrow{
    width:44px; height:44px; border-radius:50%;
    background-color:#fff; background-size:18px;
    box-shadow:0 2px 10px rgba(0,0,0,.20); border:none;
    top:45% !important;
}

#vnt-slide-home .slick-arrow:hover{ 
    background-color:#fff; 
    box-shadow:0 4px 16px rgba(0,0,0,.30); 
}

.hp-svcgrid-wrap {
    padding: 12px 12px 4px;
}

.hp-svcgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.hp-svc {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .13);
    background: #e9edf2;
}

.hp-svc-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hp-svc:active .hp-svc-bg {
    transform: scale(1.06);
}

.hp-svc-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .25) 45%, rgba(0, 0, 0, 0) 78%);
}

.hp-svc-label {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 6px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .45);
}

.hp-svc-label svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .hp-svcgrid-wrap {
        display: block;
    }

    /* 2026-06-22: đổi thẻ ảnh danh mục → dạng icon app (mobile-only, additive) - Đã được di chuyển vào overide-v2.css */

    /* Card viền cho item sản phẩm → tách rõ khỏi nền trắng */
    .vnt-tour.grid .mda-box-item {
        border: 1px solid #ececec !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
        overflow: hidden;
        background: #fff;
    }

    /* Divider giữa các section → user nhận biết sang danh mục mới */
    .tourHome,
    .hp-hotel-section,
    .lasttourHome {
        border-top: 8px solid #f1f3f6 !important;
        padding-top: 16px;
    }
}

@media (min-width: 768px) {

    .tourCat,
    .tourHome,
    .lasttourHome,
    .hp-hotel-section {
        height: auto !important;
        overflow: visible !important;
        background: transparent !important;
        border-bottom: 0 !important;
        padding: 0 !important;
        margin-bottom: 24px !important;
    }

    .tourCat>.wrapper,
    .tourHome>.wrapper,
    .lasttourHome>.wrapper,
    .hp-hotel-section>.wrapper {
        background: #fff;
        border: 1px solid #edeef1;
        border-radius: 16px;
        box-shadow: 0 2px 14px rgba(17, 24, 39, .05);
        padding: 22px 24px 24px;
    }
}

.mda-giocho-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(214, 36, 140, .92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 5px;
    display: inline-block;
    z-index: 2;
    white-space: nowrap;
    line-height: 1;
}

.mda-giocho-badge svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

/* Countdown "giờ chót": badge đếm ngược tới ngày khởi hành, góc trên-trái ảnh */
.vnt-tour.grid .mda-box-item .hp-gc-countdown {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(90deg, #ff7a18, #f0264f);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 9px;
    border-radius: 6px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .22);
    transition: opacity .16s ease, visibility .16s ease;
}

/* Hover: ẩn badge đếm ngược giờ chót để lớp phủ tên tour đầy đủ (.mda-fulltip) không đè lên nó;
   khi KHÔNG hover thì countdown vẫn hiện bình thường */
.vnt-tour.grid .mda-box-item:hover .hp-gc-countdown {
    opacity: 0;
    visibility: hidden;
}

.vnt-tour.grid .mda-box-item .hp-gc-countdown i {
    font-size: 11px;
    line-height: 1;
}

.vnt-tour.grid .mda-box-item .hp-gc-countdown .mda-time-down,
.vnt-tour.grid .mda-box-item .hp-gc-countdown .hp-gc-eod {
    font-variant-numeric: tabular-nums;
}

.mda-box-item .mda-name {
    background: #fff;
}

.vnt-tour.grid .mda-box-item {
    border-color: #ddd;
}

.slideFluid.owl-carousel .owl-nav button.owl-prev,
.slideFluid.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    color: #333;
    font-size: 28px;
    line-height: 1;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Căn nút ‹ › vào ĐÚNG GIỮA ẢNH. --mda-nav-top = tâm ảnh (px) do JS đo từng
       breakpoint (ảnh 4:3 fluid → % theo card không chính xác vì card cao cố định
       còn ảnh co theo width). Fallback 25% nếu JS chưa chạy. */
    top: var(--mda-nav-top, 25%) !important;
    transform: translateY(-50%);
}

.slideFluid.owl-carousel .owl-nav button.owl-prev {
    left: 6px;
    right: auto;
}

.slideFluid.owl-carousel .owl-nav button.owl-next {
    right: 6px;
    left: auto;
}

.slideFluid.owl-carousel .owl-nav button.owl-prev span,
.slideFluid.owl-carousel .owl-nav button.owl-next span {
    display: block;
    line-height: 1;
    margin-top: -4px;
}

.slideFluid.owl-carousel .owl-nav button.owl-prev:hover,
.slideFluid.owl-carousel .owl-nav button.owl-next:hover {
    background: #fff;
    color: #d6248c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
    opacity: 1;
}

/* MOBILE (client 2026-07-27): BỎ nút ‹ › ở section "Kinh nghiệm du lịch" — trên mobile vuốt ngang
   là đủ, nút đè lên ảnh/tiêu đề card gây rối. CHỈ ẩn cho carousel news (:has(.item-food-news));
   các slider tour khác giữ nguyên. Vuốt (touchDrag của owl) vẫn hoạt động bình thường. */
@media (max-width: 767px) {

    .slideFluid.owl-carousel:has(.item-food-news) .owl-nav {
        display: none !important;
    }
}

/* Card TOUR (.gt-card) trong Flash Sale: cùng nền hồng nên dùng chung mức shadow gọn
   như .fss-card ở trên. Card .gt-card ở các khối NỀN TRẮNG khác giữ nguyên shadow cũ. */
.fss-strip .gt-card {
    box-shadow: 0 1px 4px rgba(17, 24, 39, .07) !important;
}

/* Section header: brand-pink title + clean "Xem tất cả" link */
.titleHome h2,
.titleHome h3 {
    color: #d6248c;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    padding-left: 13px;
}

.titleHome h2::before,
.titleHome h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #d6248c;
    border-radius: 10px;
}

.titleHome>.link {
    color: #d6248c;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.titleHome>.link::before {
    content: none !important;
}

.titleHome>.link::after {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 16px;
    line-height: 1;
}

.titleHome>.link:hover {
    color: #ad1c72;
}

/* Card: brand 10px radius */
.vnt-tour.grid .mda-box-item {
    border-radius: 10px;
}

/* Image: fill cleanly (no stretch) + gentle zoom on hover */
.vnt-tour.grid .mda-box-item .mda-box-img>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.vnt-tour.grid .mda-box-item:hover .mda-box-img>a>img {
    transform: scale(1.07);
}

/* "Từ ..." location label → rounded pill with pin icon */
.vnt-tour.grid .mda-box-item .mda-box-lb {
    background: rgba(0, 0, 0, .55);
    border-radius: 0 10px 0 0;
    padding: 6px 12px 6px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.vnt-tour.grid .mda-box-item .mda-box-lb::before {
    content: "\f041";
    font-family: fontAwesome;
    font-size: 12px;
    font-weight: normal;
}

/* Title: dark, pink on hover */
.vnt-tour.grid .mda-box-item .mda-name a {
    color: #222;
    font-weight: 700;
    transition: color .2s ease;
}

.vnt-tour.grid .mda-box-item .mda-name a:hover {
    color: #d6248c;
}

/* Hover card tour trang chủ: BỎ overlay đen + text mô tả ("Xem thêm +") */
.vnt-tour.grid .mda-box-item .mda-box-fig {
    display: none !important;
}

/* Badge "Từ ..." ẩn HẲN xuống khi hover (fix cũ translateY(100%) còn hở 1 dải vì
   badge là pill inset → thêm biên độ + opacity để xuống hết, không lộ) */
.vnt-tour.grid .mda-box-item:hover .mda-box-lb {
    transform: translateY(110%) !important;
    opacity: 0;
}

/* ═══ TOUR GIỜ CHÓT — khung flash-sale VÀNG→CAM bắt mắt (kiểu Shopee/Lazada) ═══ */
/* Panel nền gradient thay nền trắng. Selector .lasttourHome.hp-giochot (specificity 0,3,0) để
   THẮNG rule .lasttourHome > .wrapper{background:#fff!important} ở block CSS phía dưới.
   2026-07-11 (client gửi ảnh mẫu): dùng ĐÚNG công thức gradient của card Combo trong Flash Sale
   (.fss-card-img: linear-gradient(135deg,#fde047,#f97316)) → vàng chanh → cam, chuyển sắc mượt. */
.lasttourHome.hp-giochot>.wrapper {
    background: linear-gradient(135deg, #fde047 0%, #f97316 100%) !important;
    border: 0 !important;
    box-shadow: 0 10px 30px rgba(249, 115, 22, .32) !important;
}

/* Tiêu đề TRẮNG + NHẤP NHÁY. 2026-07-11: nền đổi sang VÀNG→CAM sáng → chữ trắng trơn bị chìm
   → thêm text-shadow đậm để vẫn đọc rõ mà giữ được phong cách flash-sale chữ trắng. */
.hp-giochot .titleHome h2,
.hp-giochot .titleHome h2 a {
    color: #fff !important;
    text-shadow: 0 2px 6px rgba(180, 60, 0, .55), 0 1px 2px rgba(120, 40, 0, .4);
}

.hp-giochot .titleHome h2 {
    animation: hpGcBlink 1.1s ease-in-out infinite;
}

/* Vạch accent trước tiêu đề: HỒNG brand (client 2026-07-11; trước vàng/trắng) */
.hp-giochot .titleHome h2::before {
    background: #d6248c !important;
}

@keyframes hpGcBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-giochot .titleHome h2 {
        animation: none;
    }
}

/* Nút "Xem tất cả": pill TRẮNG chữ đỏ, nổi trên nền đỏ. */
.hp-giochot .titleHome>.link {
    color: #e0271f !important;
    background: #fff !important;
    padding: 5px 14px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .14);
}

.hp-giochot .titleHome>.link:hover {
    color: #b81414 !important;
    background: #fff5f0 !important;
}

.hp-mob-banner-container {
    display: block;
    position: relative;
    margin: 0;
}

.hp-mob-banner {
    display: block;
    line-height: 0;
    margin: 0;
}

.hp-mob-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Home: Khách sạn nổi bật responsive ──────────────────────────
 * Desktop: 4 cột (Bootstrap col-lg-3) - không thay đổi
 * Tablet (≤767px): 2 cột (col-xs-6 đã handle)
 * Mobile ≥390px: 2 cột, card compact, ảnh aspect-ratio
 * Mobile ≤374px: 2 cột nhỏ hơn
 * ─────────────────────────────────────────────────────────────── */
.hp-hotel-section {
    margin-top: 30px;
}

/* Card hotel ở home */
.hp-hotel-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .2s, transform .2s;
    height: 100%;
}

.hp-hotel-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}

.hp-hotel-card .hp-hc-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.hp-hotel-card .hp-hc-body {
    padding: 10px 12px 12px;
}

.hp-hotel-card .hp-hc-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.hp-hotel-card .hp-hc-city {
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

.hp-hotel-card .hp-hc-rating {
    font-size: 12px;
    color: #f9a825;
    margin-bottom: 4px;
}

.hp-hotel-card .hp-hc-price {
    font-size: 13px;
    margin-top: 4px;
}

.hp-hotel-card .hp-hc-price strong {
    color: #d6248c;
    font-weight: 800;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .hp-hotel-section .wrapper {
        padding: 0 12px;
    }

    /* 2 cột - col-xs-6 đã handle nhưng cần fix padding */
    .hp-hotel-section .row {
        margin: 0 -6px;
    }

    .hp-hotel-section .col-xs-6 {
        padding: 0 6px;
    }

    .hp-hotel-card .hp-hc-body {
        padding: 8px 8px 10px;
    }

    .hp-hotel-card .hp-hc-title {
        font-size: 12.5px;
    }

    .hp-hotel-card .hp-hc-city {
        font-size: 11px;
    }

    .hp-hotel-card .hp-hc-rating {
        font-size: 11px;
    }

    .hp-hotel-card .hp-hc-price {
        font-size: 12px;
    }
}

@media (max-width: 374px) {
    .hp-hotel-card .hp-hc-title {
        font-size: 12px;
    }

    .hp-hotel-card .hp-hc-body {
        padding: 6px 6px 8px;
    }
}

/* 2026-07-27: "Xem tất cả" của section KS đã chuyển thành anchor .link ANH EM của <h2> (giống
   mọi section khác) nên dùng chung rule .titleHome > .link — viên nén hồng + mũi tên. Đã BỎ:
   .hp-hotel-section .titleHome h2 { flex-grow/display:flex… } và toàn bộ .hp-hotel-view-all
   (2 rule đó chỉ tồn tại để kéo link nằm TRONG h2 ra mép phải). h2 giờ là flex-item bình thường
   như các section khác. */

/* ── FIX layout mobile+tablet (≤991px): section KS bị bó ngang (card chỉ ~50% của
   ~55% container → trống nửa phải) + fixed-height cắt bớt card. Ép độc lập Bootstrap grid:
   section full-width, .contentHome bỏ height cứng, .row thành CSS Grid 2 cột lấp đầy.
   Desktop (≥992px, 4 cột col-md-3) giữ nguyên — không đụng. */
@media (max-width: 991px) {
    .hp-hotel-section {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    .hp-hotel-section>.wrapper {
        width: auto !important;
        max-width: none !important;
        display: block !important;
    }

    .hp-hotel-section .contentHome {
        height: auto !important;
        overflow: visible !important;
        display: block !important;
        width: 100% !important;
    }

    .hp-hotel-section .contentHome .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .hp-hotel-section .contentHome .row>[class*="col-"] {
        width: auto !important;
        max-width: none !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .hp-hotel-section .contentHome .row>[class*="col-"]>a {
        height: 100% !important;
    }
}

:root {
    --mt-grad: linear-gradient(135deg, #ec4899 0%, #d6248c 100%);
    --mt-card-sh: 0 2px 10px rgba(17, 24, 39, .05);
    --mt-card-hover: 0 16px 34px rgba(214, 36, 140, .16);
}

/* ── 1. NỀN TRANG xám nhạt → card/panel trắng nổi bật (chữ ký mytour) ── */
body {
    background: #fff !important;
}

.local-search-box {
    border-radius: 22px !important;
    border: 1px solid rgba(255, 255, 255, .9) !important;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .12), 0 4px 12px rgba(17, 24, 39, .06) !important;
    min-height: 220px;
}

.ls-tabs {
    padding: 6px 16px 0 !important;
    border-bottom: 1px solid #f1eef3 !important;
    border-radius: 22px 22px 0 0 !important;
}

.ls-tab {
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    color: #5b6472 !important;
    gap: 10px;
    display: flex;
}

.ls-tab.active {
    color: #d6248c !important;
    border-bottom-color: #d6248c !important;
}

.ls-field {
    border-radius: 12px !important;
    border-color: #e6e8ec !important;
    transition: border-color .15s, box-shadow .15s;
}

.ls-field:focus-within {
    border-color: #c9ccd1 !important;
    box-shadow: none !important;
}

.ls-btn-search,
.ls-btn-flight-search {
    background: var(--mt-grad) !important;
    border: 0 !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 20px rgba(214, 36, 140, .32) !important;
    transition: filter .15s, transform .15s;
}

.ls-btn-search:hover,
.ls-btn-flight-search:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

/* Nút tìm khi CHƯA đủ điều kiện (JS set disabled, vd Tour chưa nhập điểm đến): xám mờ, không bấm được.
   Cần !important + đè lên rule gradient !important ở trên (specificity :disabled cao hơn). */
.ls-btn-search:disabled,
.ls-btn-search[disabled],
.ls-btn-flight-search:disabled,
.ls-btn-flight-search[disabled] {
    background: #e5e7eb !important;
    color: #9aa1ad !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.ls-btn-search:disabled:hover,
.ls-btn-search[disabled]:hover,
.ls-btn-flight-search:disabled:hover,
.ls-btn-flight-search[disabled]:hover {
    background: #e5e7eb !important;
    filter: none !important;
    transform: none !important;
}

.ls-trip-pill.active {
    background: var(--mt-grad) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 3px 10px rgba(214, 36, 140, .26) !important;
}

.ls-pax-pill,
.ls-class-pill,
.ls-budget-trigger {
    border-radius: 12px !important;
    border-color: #e6e8ec !important;
}

.ls-swap-btn {
    box-shadow: 0 2px 8px rgba(17, 24, 39, .12) !important;
}

/* ── 3. SECTION → PANEL TRẮNG bo góc trên nền xám ── */
.tourHome>.wrapper,
.lasttourHome>.wrapper,
.tourCat>.wrapper,
.adsHome>.wrapper {
    background: #fff !important;
    border-radius: 18px !important;
    padding: 22px 24px 26px !important;
    box-shadow: var(--mt-card-sh) !important;
    margin-top: 12px !important;
    margin-bottom: 4px !important;
}

.tourHome,
.lasttourHome {
    border-top: 0 !important;
    background: transparent !important;
    padding-top: 6px !important;
}

.tourCat {
    background: transparent !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

/* ── 4. SECTION TITLE đậm + accent gradient + nút "Xem tất cả" dạng pill ── */
.titleHome h2,
.titleHome h3 {
    font-size: 22px !important;
}

.titleHome h2::before,
.titleHome h3::before {
    background: var(--mt-grad) !important;
    width: 5px !important;
    height: 24px !important;
}

.titleHome>.link {
    background: #fde4f1 !important;
    color: #d6248c !important;
    padding: 7px 14px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
}

.titleHome>.link:hover {
    background: #fbcfe8 !important;
}

/* ── 5. TOUR CARDS (57 thẻ thật) ── */
.vnt-tour.grid .mda-box-item {
    border-radius: 16px !important;
    border: 1px solid #eef0f3 !important;
    box-shadow: var(--mt-card-sh) !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.vnt-tour.grid .mda-box-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--mt-card-hover) !important;
}

.vnt-tour.grid .mda-box-img {
    border-radius: 16px 16px 0 0 !important;
    overflow: hidden;
}

/* ── 6. HOTEL / SERVICE / FLASH / ADS cards ── */
.hp-hotel-card {
    border-radius: 16px !important;
    border: 1px solid #eef0f3 !important;
    box-shadow: var(--mt-card-sh) !important;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

.hp-hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--mt-card-hover) !important;
}

.hp-svc {
    border-radius: 16px !important;
    overflow: hidden;
}

.fss-strip {
    border-radius: 18px !important;
    /* Nền HỒNG NHẠT cho section Flash Sale nổi hơn nền trang (client 2026-07-27).
       Trước đây ép #fff !important nên đè mất `background: var(--fss-pk-lt)` mà chính
       component đã khai trong box/flash_sale_strip.php → sửa ở ĐÂY mới ăn.
       Có giá trị dự phòng #ffeaf2 phòng khi strip không render (biến --fss-pk-lt khai
       trong :root của component) — thiếu fallback thì var() rỗng sẽ thành trong suốt.
       Card bên trong vẫn #fff nên vẫn tách khỏi nền. */
    background: var(--fss-pk-lt, #ffeaf2) !important;
    box-shadow: var(--mt-card-sh) !important;
    padding: 18px 20px !important;
    margin-top: 22px !important;
}

.fss-card {
    border-radius: 16px !important;
    /* 2026-07-27 (client "shadow loang nhiều nhìn bị lỗi"): card nằm trên NỀN HỒNG của
       section nên quầng mờ 10px đọc ra như vết loang bẩn chứ không như đổ bóng.
       Thu blur 10px → 4px, bù lại đậm hơn chút (.05 → .07) để card vẫn tách khỏi nền. */
    box-shadow: 0 1px 4px rgba(17, 24, 39, .07) !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.fss-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--mt-card-hover) !important;
}

.adsHome .item {
    border-radius: 16px !important;
    overflow: hidden;
}

/* ── 7. CAROUSEL NAV (chỉ nút, KHÔNG đụng slide) ── */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    box-shadow: 0 4px 14px rgba(17, 24, 39, .12) !important;
    transition: background .15s, color .15s;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: var(--mt-grad) !important;
    color: #fff !important;
}

/* tourCat dùng SLICK (không phải owl): nút prev/next mất icon vì glyph font 'slick' không load.
   Vẽ mũi tên bằng border (không phụ thuộc font) + nút tròn brand → luôn hiện. */
.tourCat .slick-prev,
.tourCat .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #f2d6e6 !important;
    box-shadow: 0 4px 14px rgba(214, 36, 140, .18) !important;
    z-index: 6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    cursor: pointer;
}

.tourCat .slick-prev {
    left: 6px !important;
}

.tourCat .slick-next {
    right: 6px !important;
}

.tourCat .slick-prev:hover,
.tourCat .slick-next:hover {
    background: #fdf0f7 !important;
    border-color: #d6248c !important;
}

.tourCat .slick-prev:before,
.tourCat .slick-next:before {
    content: '' !important;
    display: inline-block !important;
    width: 11px;
    height: 11px;
    border-top: 3px solid #d6248c;
    border-right: 3px solid #d6248c;
    opacity: 1 !important;
    font-size: 0 !important;
    line-height: 0;
}

.tourCat .slick-prev:before {
    transform: rotate(-135deg);
    position: relative;
    left: 2px;
}

.tourCat .slick-next:before {
    transform: rotate(45deg);
    position: relative;
    right: 2px;
}

.tourCat .slick-prev.slick-disabled,
.tourCat .slick-next.slick-disabled {
    opacity: .4 !important;
    cursor: default;
}

/* ── 8. Mobile: panel sát mép, padding gọn ── */
@media (max-width:767px) {

    .tourHome>.wrapper,
    .lasttourHome>.wrapper,
    .tourCat>.wrapper,
    .adsHome>.wrapper {
        border-radius: 14px !important;
        padding: 14px 8px 16px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
        margin-top: 10px !important;
        margin-bottom: 6px !important;
    }

    /* Card item dàn sát hơn: giảm padding trong card (thắng rule base 14px nhờ specificity cao hơn) */
    .vnt-tour.grid .mda-box-item .mda-img-box-wrap {
        padding: 0 8px 12px !important;
    }

    /* Thu hẹp khoảng trống giữa các section (flash sale ↔ danh mục…) trên mobile */
    .fss-strip {
        margin-top: 12px !important;
        margin-bottom: 8px !important;
        padding-bottom: 14px !important;
    }
}

/* ════════════ v3 BOLD - làm khác rõ rệt ════════════ */
/* Nền: dải gradient hồng nhạt phía trên → xám, tạo chiều sâu */
body {
    background: #fff !important;
}

/* SEARCH BOX: float cao hơn, to, shadow HỒNG nổi bật */
.local-search-overlay {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -180px !important;
    position: relative;
    z-index: 60;
}

.ls-fields,
.ls-flight-fields {
    padding-top: 6px !important;
}

.ls-btn-search,
.ls-btn-flight-search {
    padding: 13px 30px !important;
    font-size: 16px !important;
    letter-spacing: .2px;
}

/* SECTION TITLE: to + đậm hơn nữa */
.titleHome h2,
.titleHome h3 {
    font-size: 25px !important;
}

.titleHome {
    margin-bottom: 16px !important;
}

/* CATEGORY STRIP (.tourCat .item): icon trong nền tròn hồng + hover nhấc */
.tourCat .item {
    transition: transform .18s ease;
}

/* Hiệu ứng nhấc item CHỈ khi có chuột thật (2026-07-27): trên mobile trình duyệt vẫn
   gán :hover cho ô đang chạm, vuốt ngang là cả dải nhấp nhô theo ngón tay. */
@media (hover: hover) {
    .tourCat .item:hover {
        transform: translateY(-5px);
    }
}

.tourCat .item .img {
    background: linear-gradient(135deg, #fde4f1, #fbcfe8) !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 16px rgba(214, 36, 140, .18) !important;
}

/* 600 chứ không 700 (client 2026-07-27: "giảm độ đậm 1 mức") — !important để thắng
   font-weight:700 của bundle gốc (#slideTourCat a .txt trong style_minimize/home-common). */
.tourCat .item .txt {
    font-weight: 600 !important;
    color: #374151 !important;
}

/* TOUR PANEL: viền mảnh + khoảng cách thoáng hơn */
.tourHome>.wrapper,
.lasttourHome>.wrapper,
.tourCat>.wrapper,
.adsHome>.wrapper {
    border: 1px solid #eef0f3 !important;
}

/* PROMO 4-ô (adsHome): hover nhấc */
.adsHome .item {
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: var(--mt-card-sh) !important;
}

.adsHome .item:hover {
    transform: translateY(-4px);
    box-shadow: var(--mt-card-hover) !important;
}

/* ════════════════ v4 - REDESIGN TOÀN BỘ CARD (desktop) ════════════════ */
/* ── TOUR CARD: ảnh cover 4:3, pill địa điểm, tên 2 dòng, giá hồng, hover zoom+lift ── */
.vnt-tour.grid .mda-box-item {
    background: #fff !important;
    border-radius: 16px !important;
    border: 1px solid #edeff3 !important;
    box-shadow: 0 2px 10px rgba(17, 24, 39, .05) !important;
    overflow: hidden !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}

.vnt-tour.grid .mda-box-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 38px rgba(214, 36, 140, .16) !important;
}

/* Ảnh thumb card tour: home.css cũ còn ép .mda-box-img{width:330px;float:left;margin-right:20px}
   (redesign trước chỉ override position/aspect/overflow/border-radius) → ảnh nổi float với KHE 20px
   bên phải → ảnh không lấp đầy/căn giữa card. Bỏ float + margin (GIỮ width:330px vì owl autoWidth
   lấy bề rộng card từ đó — ép 100% sẽ làm card co về min-content chữ). Ảnh phủ trọn bề ngang card. */
.vnt-tour.grid .mda-box-img {
    position: relative !important;
    aspect-ratio: 6/5 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    float: none !important;
    margin: 0 !important;
}

.vnt-tour.grid .mda-box-img>a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.vnt-tour.grid .mda-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .45s ease !important;
}

.vnt-tour.grid .mda-box-item:hover .mda-box-img img {
    transform: scale(1.07) !important;
}

/* FIX (client 2026-07-28) — section "Kinh nghiệm du lịch" (.item-food-news) ảnh to/nhỏ lệch nhau:
   carousel dùng owl autoWidth → owl đo bề rộng MỖI card từ .mda-box-img. Bundle home-common.css có
   rule đặc hiệu 4 lớp `.vnt-tour.grid .mda-box-item .mda-box-img{width:100%}` ĐÈ mất width:330px chủ
   đích (đúng thứ comment ở dưới cảnh báo: "ép 100% → card co về min-content chữ"). Bình thường phần
   MÔ TẢ NGẮN giữ bề rộng ổn định; nay đã bỏ mô tả nên card co về bề rộng tiêu đề (mỗi card một kiểu)
   → ảnh lệch. Ép lại bề rộng CỐ ĐỊNH (specificity 4 lớp + !important để thắng bundle) cho owl đo đều.
   Chỉ áp desktop (owl nhiều card); mobile 1 cột vẫn dùng rule bề rộng riêng, không đụng. */
@media (min-width: 940px) {
    .vnt-tour.grid .mda-box-item .mda-box-img {
        width: 330px !important;
    }
}

.mda-box-lb {
    position: absolute !important;
    left: 10px !important;
    bottom: 10px !important;
    top: auto !important;
    right: auto !important;
    background: rgba(17, 24, 39, .62) !important;
    color: #fff !important;
    padding: 4px 11px 4px 9px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.mda-box-lb::before {
    content: "\f041";
    font-family: fontAwesome;
    font-size: 11px;
}

.mda-caption {
    padding: 13px 15px 15px !important;
}

.mda-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    margin: 0 0 9px !important;
}

.mda-name a {
    color: #1f2937 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 43px;
    transition: color .15s;
}

.mda-name a:hover {
    color: #d6248c !important;
}

/* Hover card: đổi màu hồng (giữ cắt 2 dòng — KHÔNG bung inline để tránh đè lên nội dung dưới) */
.vnt-tour.grid .mda-box-item:hover .mda-name a {
    color: #d6248c !important;
}

/* Tên tour đầy đủ = lớp phủ TRÊN ẢNH khi hover. Đặt trong .mda-box-img (position:relative, trong
   card) nên KHÔNG bị overflow của carousel cắt, và KHÔNG đè lên phần giá/ngày bên dưới. */
.vnt-tour.grid .mda-box-img {
    position: relative;
}

/* Shape NẰM SÁT mép trên ảnh thumb (full-width, bo góc dưới) + TRƯỢT TỪ TRÊN HIỆN XUỐNG khi hover
   (ẩn phía trên, .mda-box-img overflow:hidden che → hover kéo xuống). Chữ mỏng hơn 1 mức (700→600). */
.vnt-tour.grid .mda-fulltip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(253, 240, 247, .97);
    color: #d6248c;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border: 0;
    padding: 9px 12px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(214, 36, 140, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: opacity .18s ease, transform .22s ease;
    z-index: 6;
    pointer-events: none;
}

.vnt-tour.grid .mda-box-item:hover .mda-fulltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 3 dòng info (thời lượng / ngày khởi hành / số chỗ): icon + CHỮ CÙNG HÀNG (flex canh giữa),
   icon hồng đồng bộ cùng cỡ, cùng cột 16px để chữ thẳng hàng; chữ xám đậm (#374151). */
/* ── Block thông tin tour: mỗi dòng = FLEX [ô icon cố định | text]. Icon là flex-item CỐ ĐỊNH 22px
   (flex:0 0 22px, không co giãn) + glyph căn giữa; text flow sau → icon & chữ thẳng hàng, KHÔNG đè
   nhau (flex xếp tuần tự), không cần margin-top vá. 3 icon cùng cỡ; text đồng nhất; dòng cách đều. ── */
.mda-time-grid,
.mda-schedule,
.mda-place {
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px !important;
    min-height: 22px;
    height: auto !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #374151 !important;
    padding-left: 0 !important;
    max-width: none !important;
    overflow: hidden;
    white-space: nowrap;
}

/* Ô icon: là FLEX-ITEM cố định 22px (KHÔNG absolute — base set ::before position:absolute làm icon ra
   khỏi flow, không chiếm chỗ → đè text; phải ép position:static để icon reserve space). Glyph căn giữa. */
.mda-time-grid::before,
.mda-schedule::before,
.mda-place::before {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: fontAwesome;
    color: #d6248c !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mda-time-grid::before {
    content: "\f017" !important;
}

/* đồng hồ */
.mda-schedule::before {
    content: "\f073" !important;
}

/* lịch */
.mda-place::before {
    content: "\f007" !important;
}

/* người - số chỗ */
/* Text chiếm phần còn lại; ngày đơn hiện đủ (cả năm), list nhiều ngày quá dài → cắt "…" 1 dòng. */
.mda-schedule .mda-sch-txt {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Card đều chiều cao: các phần trên đã cố định (ảnh 4:3, tên 2 dòng min-height:43px, 3 dòng info),
   nên chỉ cần RESERVE khối giá đủ 2 dòng (giá gốc gạch + giá giảm) → card có/không giảm giá cao BẰNG NHAU.
   min-height dùng box-sizing:border-box (đã gồm padding-top:9px) — trước để 44px bị thiếu nên card lệch. */
.vnt-tour.grid .mda-img-box-wrap {
    border: 0 !important;
    padding: 0 14px 14px !important;
}

.mda-price {
    position: static !important;
    float: none !important;
    box-sizing: border-box !important;
    min-height: 56px;
    margin-top: 10px !important;
    padding-top: 9px !important;
    border-top: 1px dashed #eef0f3;
    display: flex !important;
    align-items: flex-end;
    align-content: flex-end;
    gap: 2px 8px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    text-align: left !important;
}

.mda-dis {
    color: #d6248c !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

.mda-pre {
    color: #9ca3af !important;
    text-decoration: line-through !important;
    font-size: 12px !important;
}

/* Desktop: wrapper giá display:contents (con tham gia flex của .mda-price y như cũ),
   label "Giá từ:" + nút "Xem chi tiết" chỉ dành cho mobile → ẩn. */
.mda-price-left {
    display: contents;
}

.mda-price-lbl,
.mda-viewdetail {
    display: none;
}

/* ── FLASH SALE card: deal hiện đại ── */
.fss-card {
    background: #fff !important;
    border: 1px solid #edeff3 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.fss-card-img {
    position: relative !important;
    aspect-ratio: 16/10 !important;
    overflow: hidden;
}

.fss-card-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.fss-card-discount {
    position: absolute !important;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #fff !important;
    padding: 4px 11px !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, .3);
}

.fss-card-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
}

.fss-card-orig {
    color: #9ca3af !important;
    text-decoration: line-through !important;
}

.fss-card-price {
    color: #d6248c !important;
    font-weight: 800 !important;
    font-size: 18px !important;
}

.fss-card-cta {
    background: var(--mt-grad) !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}

/* ── CATEGORY (.tourCat .item): bỏ vòng tròn (ảnh ngang), làm card sạch ── */
.tourCat .item .img {
    background: transparent !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.tourCat .item:hover .img {
    transform: none !important;
}

@media (hover: hover) {
    .tourCat .item:hover {
        transform: translateY(-4px);
    }
}

/* ── Nút "Đặt ngay" trong flash / card → gradient ── */
.fss-strip .fss-card-cta,
.lasttourHome .booking,
.tourHome .booking {
    background: var(--mt-grad) !important;
    border: 0 !important;
}

/* ════ MOBILE: card tour ĐỀU CHIỀU CAO (item có giá sale / tên dài không được cao hơn) ════
   Giá sale trên mobile xuống 2 dòng (~54px) còn "Liên hệ" 1 dòng (32px) → card lệch nhau.
   min-height 56px reserve đủ 2 dòng cho MỌI card; cần !important vì trên mobile computed
   min-height của .mda-price đang bị ép về 0 (desktop vẫn ăn rule 56px ở trên).
   Các vùng khác đã cố định (ảnh 4:3, tên clamp 2 dòng min-height 43px, 3 dòng info)
   nên CHỈ reserve khối giá là card tự bằng nhau.
   ⚠️ TUYỆT ĐỐI KHÔNG ép .owl-stage/.owl-item display:flex — owl set width inline + float
   từng item; ép flex làm width mỗi item mỗi kiểu + card kéo theo item cao nhất CẢ DẢI
   (đã vỡ layout trên iPhone thật; headless không thấy vì owl không init headless). */
@media (max-width:767px) {

    /* Footer giá theo mẫu landing tour: trái = "Giá từ:" + giá căn trái (sale thêm giá gạch
     bên dưới), phải = nút "Xem chi tiết". min-height 70 reserve cho case cao nhất
     (label + giá + giá gạch ≈ 69px kể cả padding) để card sale/không sale/Liên hệ ĐỀU nhau. */
    /* flex-direction:row !important bắt buộc — stylesheet mobile (nguồn ép min-height về 0)
     còn ép .mda-price thành cột dọc → nút rơi xuống dưới giá, card lại lệch cao. */
    .vnt-tour.grid .mda-img-box-wrap .mda-price {
        min-height: 70px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 6px;
        flex-wrap: nowrap !important;
    }

    .mda-price-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        min-width: 0;
        text-align: left;
    }

    .mda-price-lbl {
        display: block;
        font-size: 11.5px;
        color: #6b7280;
        font-weight: 600;
        line-height: 1.3;
    }

    /* Cỡ chữ/nút nén để trái+phải luôn vừa 1 hàng trong card carousel hẹp (~200-230px) */
    .vnt-tour.grid .mda-price .mda-dis {
        font-size: 14px !important;
        white-space: nowrap;
    }

    /* Mobile: ẨN giá gốc gạch ngang (chỉ hiện "Giá từ:" + giá bán) */
    .vnt-tour.grid .mda-price .mda-pre {
        display: none !important;
    }

    .mda-viewdetail {
        display: inline-block;
        flex-shrink: 0;
        background: #d6248c;
        color: #fff !important;
        font-size: 11.5px;
        font-weight: 700;
        padding: 8px 9px;
        border-radius: 8px;
        text-decoration: none !important;
        white-space: nowrap;
        line-height: 1;
    }

    /* ── Section header (KINH NGHIỆM DU LỊCH, Ẩm thực, ...) — hết rớt dòng trên mobile ──
     Trước: tiêu đề 25px rớt 2 dòng + nút "Xem tất cả" bị bó rớt chữ ("Xem tất"/"cả").
     Sửa: hàng flex, tiêu đề trái co giãn (17px), nút phải nowrap + không co, thu nhỏ. */
    .titleHome {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .titleHome h2,
    .titleHome h3 {
        font-size: 17px !important;
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
        flex: 1 1 auto;
        min-width: 0;
    }

    .titleHome>.link {
        flex: 0 0 auto;
        white-space: nowrap !important;
        padding: 6px 12px !important;
        font-size: 12.5px !important;
    }
}
/* ── DẢI CHUYÊN MỤC TOUR (#slideTourCat) trên MOBILE — 2026-07-27 (client) ──────────
   Mobile hiện 3.5 slide. Bundle gốc để mỗi slide padding 0 15px (tổng 30px) → phần chữ chỉ
   còn ~74px nên nhãn dài phải xuống 3 dòng và bị -webkit-line-clamp cắt cụt ("Tour Doanh…").
   2026-07-28: hạ padding slide còn 6px (chữ rộng ~92px) + chữ 11.5px → MỌI nhãn hiện ĐỦ
   trong 2 dòng. Nhãn luôn chiếm đúng 2 dòng (min-height) để các ô thẳng hàng nhau;
   text-wrap:balance chia chữ đều 2 dòng thay vì dồn hết lên dòng đầu.
   Bundle gốc để .txt nowrap+ellipsis (cắt cụt tên) — ở đây cho xuống dòng có kiểm soát. */
@media (max-width: 767px) {
    /* Mobile: slick UNSLICK (responsive breakpoint 768 = "unslick" trong optimize/js/main.js)
       → hàng danh mục cuộn ngang NATIVE cho MƯỢT (momentum iOS), thay drag slick bị giật &
       không kéo tiếp sang phải được (nhất là khi infinite:true clone slide với ít item).
       #slideTourCat quay về markup thường nên dựng lại thành flex-row cuộn ngang; gap rộng
       + item cuối ló ra để biết còn cuộn (client 2026-07-28). */
    #slideTourCat {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;   /* momentum iOS */
        gap: 18px;
        margin: 0;
        padding: 2px 6px 4px;                /* + 8px padding của .wrapper = ~14px hở mép */
        scrollbar-width: none;               /* ẩn thanh cuộn Firefox */
    }
    #slideTourCat::-webkit-scrollbar { display: none; }   /* ẩn thanh cuộn WebKit */
    /* Ghi đè guard chống-FOUC `.slick-init .item{display:none}` (chỉ đúng KHI có slick) — đã
       unslick nên phải tự hiện lại item; ID specificity thắng nên KHÔNG cần !important. */
    #slideTourCat > .item {
        display: block;
        flex: 0 0 auto;
        width: 22vw;
        max-width: 96px;
        min-width: 72px;
    }

    #slideTourCat a .img {
        margin-bottom: 7px;
    }

    #slideTourCat a .txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
        text-overflow: clip;
        text-wrap: balance;
        font-size: 11.5px;
        line-height: 15px;
        min-height: 30px;
        padding: 0;
    }
}
