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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media only screen and (max-width: 767px) {
  #spu-291 {
    width: unset !important;
    max-width: 500px !important;
    margin: 0px 25px;
  }
}

#spu-291 h2 { font-size: 112% !important; font-weight: 900 !important; }.noi-dung { font-size: 85%; }span.wpcf7-spinner { display: none; }
/* --- CẤU HÌNH STYLE VINFAST LIMO GREEN --- */
    .vf-product-hero {
        --vf-green: #00A859; /* Xanh Limo Green chuẩn hệ sinh thái điện */
        --vf-green-dark: #007A40;
        --vf-dark: #111111;
        --text-main: #333;
        --font-head: 'Montserrat', sans-serif; /* Font hiện đại, bo tròn nhẹ */
        --font-body: 'Roboto', sans-serif;

        font-family: var(--font-body);
        color: var(--text-main);
        background: #ffffff;
        position: relative; width: 100%; overflow-x: hidden; padding: 40px 0;
    }

    .vf-container { width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }

    /* BREADCRUMB */
    .vf-breadcrumb {
        background: #f8f9fa; padding: 12px 20px;
        border-radius: 8px; margin-bottom: 40px; 
        border-left: 4px solid var(--vf-green);
        display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
        font-size: 13px; color: #666;
    }
    .vf-breadcrumb a { color: #555; text-decoration: none; font-weight: 500; transition: 0.3s; }
    .vf-breadcrumb a:hover { color: var(--vf-green); }
    .vf-breadcrumb i { font-size: 10px; color: #ccc; }
    .vf-current { color: var(--vf-green); font-weight: 700; text-transform: uppercase; }

    /* GRID LAYOUT */
    .vf-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: flex-start; }

    /* GALLERY */
    .vf-gallery { position: relative; user-select: none; }
    
    .vf-badge {
        position: absolute; top: 15px; left: 15px; z-index: 5;
        background: var(--vf-green); color: #fff; padding: 6px 16px;
        border-radius: 50px; /* Bo tròn thay vì vát chéo */
        font-family: var(--font-head); font-weight: 700; font-size: 12px;
        box-shadow: 0 4px 10px rgba(0, 168, 89, 0.3);
    }

    .vf-main-img {
        position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 15px; 
        border: 1px solid #eee; background: #f8f9fa;
        aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center;
    }
    .vf-main-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    
    .vf-nav-btn {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 40px; height: 40px; background: rgba(255,255,255,0.8);
        color: var(--vf-dark); border-radius: 50%; display: flex;
        align-items: center; justify-content: center; cursor: pointer;
        transition: 0.3s; z-index: 5; font-size: 16px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .vf-nav-btn:hover { background: var(--vf-green); color: #fff; }
    .vf-prev { left: 15px; } .vf-next { right: 15px; }

    .vf-thumb-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .vf-thumb {
        border: 2px solid transparent; border-radius: 8px; overflow: hidden;
        cursor: pointer; opacity: 0.5; transition: 0.3s; aspect-ratio: 16/9;
    }
    .vf-thumb.active, .vf-thumb:hover { opacity: 1; border-color: var(--vf-green); }
    .vf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

    /* INFO */
    .vf-info { padding-left: 10px; }
    .vf-title {font-size: 38px; font-weight: 800;
        margin: 0 0 10px; line-height: 1.2; text-transform: uppercase;
        color: var(--vf-dark); letter-spacing: -0.5px;
    }
    .vf-price {
        font-size: 26px; color: var(--vf-green); font-weight: 800;
        margin-bottom: 30px; display: flex; align-items: center; gap: 10px;
    }
    .vf-price small { font-size: 14px; color: #666; font-weight: 500; }

    /* PROMO BOX (Màu xanh sinh thái) */
    .vf-promo-box {
        background: #f2fbf5; border: 1px solid #cceadd; /* Xanh lá nhạt */
        border-radius: 12px; padding: 35px 20px 20px;
        margin-bottom: 30px; position: relative; margin-top: 15px;
    }
    .vf-promo-label {
        position: absolute; top: -16px; left: 20px;
        background: var(--vf-green); color: #fff;
        padding: 6px 20px; font-weight: 700; font-size: 13px;
        border-radius: 50px; box-shadow: 0 4px 10px rgba(0, 168, 89, 0.2);
        display: flex; align-items: center; gap: 8px;
    }

    .vf-promo-list { list-style: none; padding: 0; margin: 0; }
    .vf-promo-list li {
        margin-bottom: 15px; font-size: 15px; color: #444; line-height: 1.5;
        display: flex; align-items: flex-start; gap: 12px;
    }
    
    .vf-li-icon { color: var(--vf-green); margin-top: 3px; font-size: 16px; flex-shrink: 0; width: 20px; text-align: center; }
    .vf-li-text { flex-grow: 1; }
    .vf-li-text b { color: var(--vf-green); font-weight: 700; }
    
    .vf-read-more {
        display: inline-block; margin-top: 10px; font-size: 14px;
        color: var(--vf-green-dark); font-weight: 600; text-decoration: none;
        border-bottom: 1px solid var(--vf-green-dark); transition: 0.3s;
    }
    .vf-read-more:hover { color: var(--vf-green); border-color: var(--vf-green); }

    /* BUTTON (Chuyển sang dạng Pill-shape sang trọng) */
    .vf-btn-quote {
        background: var(--vf-green); color: #fff !important; padding: 16px 40px; 
        font-weight: 700; font-size: 15px;
        text-transform: uppercase; text-decoration: none;
        border-radius: 50px; /* Bo tròn hoàn toàn */
        box-shadow: 0 8px 20px rgba(0, 168, 89, 0.3); transition: 0.3s;
        display: inline-flex; align-items: center; justify-content: center; gap: 10px;
        width: 100%; max-width: 400px;
    }
    .vf-btn-quote:hover { background: var(--vf-green-dark); transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0, 168, 89, 0.4); }

    /* RESPONSIVE */
    @media (max-width: 991px) {
        .vf-grid { grid-template-columns: 1fr; gap: 30px; }
        .vf-title { font-size: 28px; }
        .vf-info { padding-left: 0; padding-right: 0; margin: 0 20px; }
        .vf-gallery { margin: 0 20px; }  
        .vf-btn-quote { max-width: 100%; }
        .vf-promo-box { padding: 30px 15px 15px; } 
    }
#vfMainImage {
        transition: opacity 0.2s ease-in-out;
    }
.vf-pricing-section {
        background: #fdfdfd; padding: 50px 20px;
        font-family: 'Roboto', sans-serif;
    }
    .vf-sec-header { text-align: center; margin-bottom: 40px; }
    .vf-sec-title {
       font-size: 28px; font-weight: 800;
        color: #111; text-transform: uppercase; margin: 0 0 10px;
    }
    .vf-sec-header p { color: #666; font-size: 15px; margin: 0; }

    .vf-table-wrapper {
        background: #fff; border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        overflow: hidden; margin-bottom: 40px; border: 1px solid #eee;
    }
    .vf-price-table { width: 100%; border-collapse: collapse; text-align: center; }
    .vf-price-table th {
        background: #00A859; color: #fff; padding: 15px;
        font-weight: 700; text-transform: uppercase;
    }
    .vf-price-table td { padding: 20px 15px; border-bottom: 1px solid #eee; vertical-align: middle; }
    .vf-col-ver { font-size: 18px; font-weight: 700; color: #111; }
    .vf-col-sub { font-size: 13px; color: #888; margin-top: 5px; }
    .vf-col-price { font-size: 22px; font-weight: 800; color: #00A859; }
    .vf-col-roll-text { font-size: 14px; color: #555; margin-bottom: 10px; font-style: italic; }
    
    .vf-btn-calc {
        display: inline-flex; align-items: center; gap: 8px;
        background: #111; color: #fff !important; padding: 8px 20px;
        border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 13px;
        transition: 0.3s;
    }
    .vf-btn-calc:hover { background: #00A859; transform: translateY(-2px); }

    .vf-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
    .vf-info-box {
        background: #fff; border-radius: 12px; padding: 30px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #eee;
        position: relative; overflow: hidden;
    }
    .vf-box-promo { border-top: 4px solid #00A859; }
    .vf-box-installment { border-top: 4px solid #111; }
    
    .vf-box-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
    .vf-box-icon {
        width: 45px; height: 45px; background: #e6f6ee; color: #00A859;
        border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px;
    }
    .vf-box-installment .vf-box-icon { background: #f5f5f5; color: #111; }
    .vf-box-title {font-size: 18px; font-weight: 800; margin: 0; }

    .vf-p-list { list-style: none; padding: 0; margin: 0 0 25px; }
    .vf-p-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; font-size: 14px; line-height: 1.5; color: #444; }
    .vf-p-list i { color: #00A859; font-size: 16px; margin-top: 3px; }
    .vf-item-content strong { color: #111; }

    .vf-highlight { font-size: 28px; font-weight: 800; color: #111; margin-bottom: 5px;}
    .vf-highlight small { font-size: 14px; font-weight: 500; color: #666; }
    .vf-i-details { list-style: none; padding: 0; margin: 20px 0 25px; border-top: 1px dashed #ddd; padding-top: 20px; }
    .vf-i-details li { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 14px; color: #555; }
    .vf-i-details strong { color: #111; font-weight: 700; text-align: right; }

    .vf-btn-full {
        display: flex; align-items: center; justify-content: center; gap: 10px;
        width: 100%; background: #00A859; color: #fff !important; padding: 14px;
        border-radius: 50px; text-decoration: none; font-weight: 700; text-transform: uppercase; font-size: 14px;
        transition: 0.3s; border: 2px solid #00A859; box-sizing: border-box;
    }
    .vf-btn-full:hover { background: #007A40; border-color: #007A40; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 168, 89, 0.3); }
    .vf-btn-outline { background: transparent; color: #111 !important; border-color: #111; }
    .vf-btn-outline:hover { background: #111; color: #fff !important; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }

    @media (max-width: 768px) {
        .vf-info-grid { grid-template-columns: 1fr; gap: 20px; }
        .vf-sec-title { font-size: 24px; }
        .vf-col-price { font-size: 18px; }
    }
.vf-tabs-section {
        --vf-green: #00A859;
        --vf-green-dark: #007A40;
        --vf-dark: #111111;
        --font-head: 'Montserrat', sans-serif;
        --font-body: 'Roboto', sans-serif;

        font-family: var(--font-body);
        padding: 60px 20px;
        background: #fafafa;
        border-top: 1px solid #eee;
    }

    .vf-container { max-width: 1200px; margin: 0 auto; }

    /* --- 1. INTRO HEADER --- */
    .vf-intro-header { text-align: center; margin-bottom: 40px; }
    .vf-intro-title {
        font-size: 34px; font-weight: 800;
        text-transform: uppercase; color: var(--vf-dark);
        margin: 0 0 10px; letter-spacing: -0.5px; line-height: 1.3;
    }
    .vf-intro-title span { color: var(--vf-green); }
    .vf-intro-sub { font-size: 16px; color: #666; font-weight: 500; margin: 0; }
    .vf-intro-sub::after {
        content: ''; display: block; width: 60px; height: 3px;
        background: var(--vf-green); margin: 15px auto 0; border-radius: 5px;
    }

    /* --- 2. THANH ĐIỀU HƯỚNG TABS (BUTTONS) --- */
    .vf-tabs-nav {
        display: flex; justify-content: center; gap: 15px;
        margin-bottom: 50px; scrollbar-width: none; -ms-overflow-style: none;
    }
    .vf-tabs-nav::-webkit-scrollbar { display: none; }

    .vf-tab-btn {
        background: #fff; color: #555;
        border: 1px solid #ddd; outline: none;
        padding: 12px 25px; border-radius: 50px; /* Nút bo tròn */
       font-weight: 700; font-size: 14px;
        text-transform: uppercase; cursor: pointer; transition: 0.3s;
        white-space: nowrap; flex-shrink: 0; display: flex; align-items: center; gap: 8px;
    }
    .vf-tab-btn i { color: #888; font-size: 16px; transition: 0.3s; }
    .vf-tab-btn:hover { border-color: var(--vf-green); color: var(--vf-green); }
    .vf-tab-btn:hover i { color: var(--vf-green); }

    /* Active State */
    .vf-tab-btn.active {
        background: var(--vf-green); color: #fff;
        border-color: var(--vf-green);
        box-shadow: 0 8px 20px rgba(0, 168, 89, 0.25);
    }
    .vf-tab-btn.active i { color: #fff; }

    /* --- 3. NỘI DUNG TABS --- */
    .vf-tab-content { display: none; animation: vfFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .vf-tab-content.active { display: block; }
    @keyframes vfFadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

    /* Layout Ziczac */
    .vf-feature-row {
        display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
        align-items: center; margin-bottom: 60px;
    }
    .vf-feature-row.reverse { direction: rtl; } 
    .vf-feature-row.reverse .vf-feat-text { direction: ltr; }

    /* Ảnh */
    .vf-feat-img {
        width: 100%; border-radius: 16px; overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid #eee; position: relative;
    }
    .vf-feat-img img { width: 100%; display: block; transition: 0.6s; aspect-ratio: 16/10; object-fit: cover; }
    .vf-feat-img:hover img { transform: scale(1.05); }

    /* Chữ */
    .vf-feat-text h3 {
       font-size: 26px; font-weight: 800;
        color: var(--vf-dark); margin: 0 0 15px; text-transform: uppercase; line-height: 1.3;
    }
    .vf-feat-text h3::before {
        content: ''; display: block; width: 40px; height: 4px;
        background: var(--vf-green); margin-bottom: 12px; border-radius: 4px;
    }
    .vf-feat-desc { font-size: 15px; color: #555; line-height: 1.6; margin-bottom: 25px; text-align: justify; }

    /* List tính năng */
    .vf-feat-list { list-style: none; padding: 0; margin: 0; }
    .vf-feat-list li {
        margin-bottom: 12px; font-size: 15px; color: #333; font-weight: 500;
        display: flex; align-items: flex-start; gap: 12px;
    }
    .vf-feat-list li i { color: var(--vf-green); margin-top: 4px; font-size: 14px; }

    /* --- RESPONSIVE MOBILE --- */
    @media (max-width: 991px) {
        .vf-feature-row { gap: 30px; }
        .vf-feat-text h3 { font-size: 22px; }
    }

    @media (max-width: 768px) {
        .vf-intro-title { font-size: 26px; }
        .vf-tabs-nav {
            justify-content: flex-start; overflow-x: auto;
            padding-bottom: 10px; margin: 0 -15px 30px; padding-left: 15px;
        }
        .vf-tab-btn { font-size: 13px; padding: 10px 20px; }
        .vf-feature-row { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
        .vf-feature-row.reverse { direction: ltr; }
    }
.vf-daily-deal-v6 {
        background: linear-gradient(135deg, #00A859 0%, #007A40 100%);
        padding: 50px 20px;
        font-family: 'Roboto', sans-serif;
        border-radius: 16px; /* Bo tròn thân thiện xe điện */
        margin: 40px auto;
        max-width: 1200px;
        box-shadow: 0 15px 30px rgba(0, 168, 89, 0.2);
    }
    
    .vf-container { width: 100%; box-sizing: border-box; }
    .vf-deal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
    
    /* Cột Nội Dung (Trái) */
    .vf-deal-content { color: #fff; padding-left: 20px; }
    .vf-deal-badge { margin-bottom: 20px; }
    .vf-deal-badge span {
        background: rgba(255, 255, 255, 0.2); color: #fff;
        padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 700;
        display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255, 255, 255, 0.4);
        text-transform: uppercase; letter-spacing: 0.5px;
    }
    
    .vf-deal-title {
       font-size: 36px; font-weight: 800;
        margin: 0 0 15px; text-transform: uppercase; line-height: 1.3; color: #fff;
    }
    .vf-deal-title span { color: #FFD700; /* Nhấn màu Vàng kim để nổi bật chữ Đặc Biệt */ }
    
    .vf-deal-desc { font-size: 16px; line-height: 1.6; margin: 0; opacity: 0.95; }
    .vf-deal-desc strong { 
        color: #fff; font-size: 18px; 
        background: rgba(0,0,0,0.25); padding: 4px 10px; border-radius: 6px;
    }

    /* Cột Form (Phải) */
    .vf-deal-form-box {
        background: #fff; padding: 35px; border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        position: relative;
    }
    
    /* Style ép cho Contact Form 7 nằm gọn trong box */
    .vf-deal-form-box .wpcf7-form-control-wrap { display: block !important; margin-bottom: 15px; }
    .vf-deal-form-box input[type="text"], 
    .vf-deal-form-box input[type="tel"], 
    .vf-deal-form-box input[type="email"], 
    .vf-deal-form-box select {
        width: 100% !important; box-sizing: border-box; 
        padding: 14px 15px; border: 1px solid #ddd; border-radius: 8px;
        background: #f9f9f9; font-size: 15px; font-family: inherit;
        transition: 0.3s;
    }
    .vf-deal-form-box input:focus, .vf-deal-form-box select:focus {
        border-color: #00A859; background: #fff; box-shadow: 0 0 0 3px rgba(0,168,89,0.1); outline: none;
    }
    
    .vf-deal-form-box input[type="submit"] {
        width: 100%; background: #00A859; color: #fff; border: none;
        padding: 16px; font-weight: 800; text-transform: uppercase; font-size: 16px;
        border-radius: 50px; cursor: pointer; transition: 0.3s;
        box-shadow: 0 5px 15px rgba(0,168,89,0.3); margin-top: 5px;
    }
    .vf-deal-form-box input[type="submit"]:hover {
        background: #007A40; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,168,89,0.4);
    }

    .vf-security-note {
        text-align: center; font-size: 13px; color: #00A859; font-weight: 600;
        margin-top: 20px; display: flex; justify-content: center; align-items: center; gap: 6px;
    }

    /* --- RESPONSIVE MOBILE --- */
    @media (max-width: 991px) {
        .vf-daily-deal-v6 { margin: 30px 15px; padding: 40px 20px; }
        .vf-deal-grid { grid-template-columns: 1fr; gap: 35px; }
        .vf-deal-content { padding-left: 0; text-align: center; }
        .vf-deal-title { font-size: 28px; }
        .vf-deal-desc strong { display: inline-block; margin-top: 5px; }
        .vf-deal-form-box { padding: 25px 20px; }
    }
.vf-business-opt {
        padding: 60px 20px; background: #ffffff;
        font-family: 'Roboto', sans-serif;
    }
    
    .vf-sec-header { text-align: center; margin-bottom: 50px; }
    .vf-sec-title {font-size: 32px; font-weight: 800;
        color: #111; text-transform: uppercase; margin: 0 0 10px; line-height: 1.3;
    }
    .vf-sec-title span { color: #00A859; }
    .vf-sec-header p { font-size: 16px; color: #666; font-weight: 500; margin: 0; }

    .vf-biz-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; }

    /* --- CỘT 1: DANH SÁCH LÝ DO --- */
    .vf-reason-item { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 30px; }
    .vf-r-icon {
        width: 55px; height: 55px; background: #e6f6ee; color: #00A859;
        border-radius: 50%; display: flex; align-items: center; justify-content: center;
        font-size: 22px; flex-shrink: 0; box-shadow: 0 5px 15px rgba(0,168,89,0.1);
    }
    .vf-r-text h4 {
        font-size: 18px; font-weight: 800;
        color: #111; margin: 0 0 8px; line-height: 1.3;
    }
    .vf-r-text p { font-size: 15px; color: #555; line-height: 1.6; margin: 0; text-align: justify; }

    /* --- CỘT 2: BIỂU ĐỒ CSS --- */
    .vf-biz-chart-box {
        background: #f8fcf9; padding: 40px 30px; border-radius: 16px;
        border: 1px solid #cceadd; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    .vf-chart-title {
        text-align: center; font-size: 17px;
        font-weight: 800; color: #111; margin: 0 0 40px;
    }
    
    .vf-chart-wrapper {
        display: flex; justify-content: space-around; height: 260px;
        align-items: flex-end; border-bottom: 2px solid #ddd;
        padding-bottom: 10px; margin-bottom: 25px; position: relative;
    }
    /* Các vạch kẽ ngang mờ (Grid lines) */
    .vf-chart-wrapper::before {
        content: ''; position: absolute; top: 33%; left: 0; width: 100%;
        border-top: 1px dashed #e0e0e0; z-index: 1;
    }
    .vf-chart-wrapper::after {
        content: ''; position: absolute; top: 66%; left: 0; width: 100%;
        border-top: 1px dashed #e0e0e0; z-index: 1;
    }

    .vf-bar-group { display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: flex-end; z-index: 2; width: 40%; }
    
    .vf-bar {
        width: 70px; border-radius: 8px 8px 0 0;
        box-shadow: 3px 0 10px rgba(0,0,0,0.1);
        /* Animation chạy cột lên */
        animation: vfGrowUp 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; transform-origin: bottom;
    }
    .vf-bar-gas { background: linear-gradient(180deg, #e63946, #b02a35); height: 95%; }
    .vf-bar-ev { background: linear-gradient(180deg, #00A859, #007A40); height: 30%; } /* Limo Green chỉ bằng 1/3 chi phí */

    .vf-bar-label { font-weight: 800; font-size: 16px; color: #e63946; margin-bottom: 10px; }
    .vf-label-green { color: #00A859; }
    .vf-bar-name { margin-top: 15px; font-weight: 700; font-size: 15px; color: #333; }

    .vf-chart-summary {
        text-align: center; background: #00A859; color: #fff;
        padding: 14px; border-radius: 8px; font-size: 16px;
       display: flex; align-items: center; justify-content: center; gap: 10px;
        box-shadow: 0 5px 15px rgba(0, 168, 89, 0.3);
    }
    .vf-chart-summary strong { font-size: 20px; font-weight: 900; color: #FFD700; }

    /* Hiệu ứng cột trồi lên */
    @keyframes vfGrowUp {
        from { transform: scaleY(0); }
        to { transform: scaleY(1); }
    }

    /* --- RESPONSIVE MOBILE --- */
    @media (max-width: 991px) {
        .vf-biz-grid { grid-template-columns: 1fr; gap: 40px; }
        .vf-biz-chart-box { padding: 30px 20px; }
    }
    @media (max-width: 480px) {
        .vf-bar { width: 55px; }
        .vf-chart-summary { font-size: 14px; flex-direction: column; gap: 5px; }
    }
.vf-specs-section {
        padding: 60px 20px; background: #f9fbfb;
        font-family: 'Roboto', sans-serif;
        border-top: 1px solid #eee;
    }

    .vf-specs-grid {
        display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: start;
    }

    /* --- CỘT TRÁI: HÌNH ẢNH & HIGHLIGHTS --- */
    .vf-specs-visual { position: sticky; top: 100px; }
    .vf-vis-img {
        border-radius: 16px; overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08); margin-bottom: 20px;
        background: #fff; border: 1px solid #eee;
    }
    .vf-vis-img img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
    
    .vf-specs-highlights {
        display: flex; flex-direction: column; gap: 15px;
    }
    .vf-sh-item {
        background: #fff; border: 1px solid #cceadd; border-radius: 12px;
        padding: 18px 20px; display: flex; align-items: center; gap: 20px;
        box-shadow: 0 5px 15px rgba(0, 168, 89, 0.05); transition: 0.3s;
    }
    .vf-sh-item:hover { transform: translateX(5px); box-shadow: 0 8px 20px rgba(0, 168, 89, 0.15); border-color: #00A859; }
    .vf-sh-item i { font-size: 32px; color: #00A859; }
    .vf-sh-item span { font-size: 18px; font-weight: 800; color: #111; display: block; margin-bottom: 3px; }
    .vf-sh-item div { font-size: 14px; color: #555; }

    /* --- CỘT PHẢI: BẢNG THÔNG SỐ --- */
    .vf-specs-table-wrapper {
        background: #fff; border-radius: 16px; padding: 35px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eee;
    }
    
    .vf-table-data { width: 100%; border-collapse: collapse; font-size: 15px; }
    
    /* Dòng tiêu đề phân mục */
    .vf-tr-header td {
        background: #f0f8f4; color: #00A859; padding: 16px 20px;
        font-weight: 800; font-size: 16px;
        border-bottom: 2px solid #00A859; padding-top: 30px; text-transform: uppercase;
    }
    .vf-tr-header:first-child td { padding-top: 16px; border-radius: 8px 8px 0 0; } /* Khít góc trên */
    .vf-tr-header i { margin-right: 10px; font-size: 18px; }

    /* Các dòng dữ liệu */
    .vf-table-data tr:not(.vf-tr-header) td {
        padding: 16px 20px; border-bottom: 1px solid #f0f0f0; color: #444;
    }
    .vf-table-data tr:not(.vf-tr-header) td:first-child {
        font-weight: 600; color: #222; width: 45%; border-right: 1px dashed #eee;
    }
    .vf-table-data tr:not(.vf-tr-header):hover td { background: #fafafa; }

    /* --- RESPONSIVE MOBILE --- */
    @media (max-width: 991px) {
        .vf-specs-grid { grid-template-columns: 1fr; gap: 40px; }
        .vf-specs-visual { position: relative; top: 0; }
        .vf-vis-img img { aspect-ratio: 16/9; }
        .vf-specs-highlights { flex-direction: row; flex-wrap: wrap; }
        .vf-sh-item { flex: 1; min-width: 150px; flex-direction: column; text-align: center; gap: 10px; padding: 20px 10px; }
        .vf-sh-item:hover { transform: translateY(-3px); }
    }
    @media (max-width: 576px) {
        .vf-specs-highlights { flex-direction: column; }
        .vf-sh-item { flex-direction: row; text-align: left; padding: 15px 20px; }
        .vf-specs-table-wrapper { padding: 20px 15px; }
        .vf-table-data tr:not(.vf-tr-header) td { padding: 12px 10px; font-size: 14px; }
        .vf-table-data tr:not(.vf-tr-header) td:first-child { width: 50%; }
    }
.vf-delivery-section {
        padding: 60px 20px; background: #ffffff;
        font-family: 'Roboto', sans-serif;
        border-top: 1px dashed #eee;
    }

    .vf-delivery-grid {
        display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: stretch;
    }

    /* --- CỘT TRÁI: THƯ VIỆN ẢNH BÀN GIAO --- */
    .vf-delivery-gallery { display: flex; flex-direction: column; gap: 15px; }
    
    .vf-del-main-img {
        position: relative; border-radius: 16px; overflow: hidden;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08); border: 1px solid #eee;
    }
    .vf-del-main-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; transition: 0.5s; }
    .vf-del-main-img:hover img { transform: scale(1.03); }
    
    .vf-del-badge {
        position: absolute; top: 15px; left: 15px; background: rgba(0, 168, 89, 0.9);
        color: #fff; padding: 6px 16px; border-radius: 50px; font-weight: 700;
        font-family: 'Montserrat', sans-serif; font-size: 13px; backdrop-filter: blur(5px);
    }

    .vf-del-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .vf-thumb-item { border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .vf-thumb-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: 0.3s; }
    .vf-thumb-item:hover img { transform: scale(1.05); opacity: 0.9; cursor: pointer; }

    /* --- CỘT PHẢI: FEEDBACK KHÁCH HÀNG & QUYỀN LỢI --- */
    .vf-delivery-content { display: flex; flex-direction: column; justify-content: center; }
    
    .vf-testimonial-box {
        background: #f2fbf5; border: 1px solid #cceadd; border-radius: 16px;
        padding: 30px; position: relative; margin-bottom: 30px;
    }
    .vf-quote-icon {
        position: absolute; top: 20px; right: 25px;
        font-size: 50px; color: #d4f0df; opacity: 0.6; z-index: 1;
    }
    .vf-testi-text {
        font-size: 16px; color: #444; line-height: 1.7; font-style: italic;
        position: relative; z-index: 2; margin: 0 0 20px; text-align: justify;
    }
    
    .vf-customer-info { display: flex; align-items: center; gap: 15px; position: relative; z-index: 2; border-top: 1px dashed #cceadd; padding-top: 20px;}
    .vf-customer-info img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #00A859; }
    .vf-cus-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 16px; color: #111; }
    .vf-cus-name span { display: block; font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 400; color: #666; margin-top: 4px; }

    .vf-del-benefits { list-style: none; padding: 0; margin: 0; }
    .vf-del-benefits li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 16px; font-size: 15px; color: #333; line-height: 1.5; }
    .vf-del-benefits i { color: #00A859; font-size: 18px; margin-top: 2px; }

    /* --- RESPONSIVE MOBILE --- */
    @media (max-width: 991px) {
        .vf-delivery-grid { grid-template-columns: 1fr; gap: 40px; }
        .vf-del-main-img img { aspect-ratio: 16/9; }
    }
    @media (max-width: 576px) {
        .vf-del-thumbs { gap: 10px; }
        .vf-testimonial-box { padding: 25px 20px; }
        .vf-testi-text { font-size: 15px; }
    }
.vf-del-thumbs { grid-template-columns: repeat(3, 1fr) !important; } /* Chia làm 3 ảnh nhỏ */
    .vf-thumb-item.active { border: 2px solid #00A859; opacity: 1; }
    .vf-thumb-item:not(.active) { opacity: 0.5; }
    
    /* Hiệu ứng Fade khi chuyển nội dung */
    .vf-fade-effect { animation: vfFade 0.4s ease-in-out; }
    @keyframes vfFade { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } }
    
    .vf-cus-name { display: flex; flex-direction: column; }
    .vf-cus-role { font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 400; color: #666; margin-top: 4px; }
    .vf-delivery-section {
        padding: 60px 20px; background: #ffffff;
        font-family: 'Roboto', sans-serif;
        border-top: 1px dashed #eee;
    }

    .vf-delivery-grid {
        display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: stretch;
    }

    /* --- CỘT TRÁI: THƯ VIỆN ẢNH BÀN GIAO --- */
    .vf-delivery-gallery { display: flex; flex-direction: column; gap: 15px; }
    
    .vf-del-main-img {
        position: relative; border-radius: 16px; overflow: hidden;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08); border: 1px solid #eee;
    }
    .vf-del-main-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; transition: 0.5s; }
    .vf-del-main-img:hover img { transform: scale(1.03); }
    
    .vf-del-badge {
        position: absolute; top: 15px; left: 15px; background: rgba(0, 168, 89, 0.9);
        color: #fff; padding: 6px 16px; border-radius: 50px; font-weight: 700;
        font-family: 'Montserrat', sans-serif; font-size: 13px; backdrop-filter: blur(5px);
    }

    .vf-del-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .vf-thumb-item { border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .vf-thumb-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: 0.3s; }
    .vf-thumb-item:hover img { transform: scale(1.05); opacity: 0.9; cursor: pointer; }

    /* --- CỘT PHẢI: FEEDBACK KHÁCH HÀNG & QUYỀN LỢI --- */
    .vf-delivery-content { display: flex; flex-direction: column; justify-content: center; }
    
    .vf-testimonial-box {
        background: #f2fbf5; border: 1px solid #cceadd; border-radius: 16px;
        padding: 30px; position: relative; margin-bottom: 30px;
    }
    .vf-quote-icon {
        position: absolute; top: 20px; right: 25px;
        font-size: 50px; color: #d4f0df; opacity: 0.6; z-index: 1;
    }
    .vf-testi-text {
        font-size: 16px; color: #444; line-height: 1.7; font-style: italic;
        position: relative; z-index: 2; margin: 0 0 20px; text-align: justify;
    }
    
    .vf-customer-info { display: flex; align-items: center; gap: 15px; position: relative; z-index: 2; border-top: 1px dashed #cceadd; padding-top: 20px;}
    .vf-customer-info img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #00A859; }
    .vf-cus-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 16px; color: #111; }
    .vf-cus-name span { display: block; font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 400; color: #666; margin-top: 4px; }

    .vf-del-benefits { list-style: none; padding: 0; margin: 0; }
    .vf-del-benefits li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 16px; font-size: 15px; color: #333; line-height: 1.5; }
    .vf-del-benefits i { color: #00A859; font-size: 18px; margin-top: 2px; }

    /* --- RESPONSIVE MOBILE --- */
    @media (max-width: 991px) {
        .vf-delivery-grid { grid-template-columns: 1fr; gap: 40px; }
        .vf-del-main-img img { aspect-ratio: 16/9; }
    }
    @media (max-width: 576px) {
        .vf-del-thumbs { gap: 10px; }
        .vf-testimonial-box { padding: 25px 20px; }
        .vf-testi-text { font-size: 15px; }
    }

.vf-pum-header { text-align: center; margin-bottom: 25px; }
.vf-pum-header h3 { color: #00A859; font-size: 22px; font-weight: 800; margin: 0 0 5px; line-height: 1.3; }
.vf-pum-header p { color: #555; font-size: 14px; margin: 0; }

.vf-pum-form .wpcf7-form-control-wrap { display: block; margin-bottom: 15px; }
.vf-pum-form input[type="text"], 
.vf-pum-form input[type="tel"], 
.vf-pum-form select {
    width: 100% !important; padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px;
    background: #f9f9f9; font-size: 18px; box-shadow: none; transition: 0.3s;
}
.vf-pum-form input:focus, .vf-pum-form select:focus {
    border-color: #00A859; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(0,168,89,0.1);
}

.vf-btn-submit {width: 100% !important; background: #00A859 !important; color: #fff !important; border: none !important;
    padding: 15px !important; font-size: 16px !important; font-weight: 800 !important; border-radius: 50px !important;
    cursor: pointer !important; text-transform: uppercase !important; transition: 0.3s !important; margin-top: 5px !important;
}
.vf-btn-submit:hover { background: #007A40 !important; transform: translateY(-2px) !important; box-shadow: 0 5px 15px rgba(0,168,89,0.3) !important; }

.vf-pum-secure { text-align: center; font-size: 13px; color: #00A859; margin-top: 15px; font-weight: 600; }

/* Ẩn bớt các khoảng trắng thừa của thẻ P do WP tự sinh ra */
.vf-pum-form p { margin-bottom: 0; }

    /* ================================================= */
    /* CSS FOOTER CHUẨN GOOGLE ADS - VINFAST ĐÀ NẴNG */
    /* ================================================= */

    .vf-footer {
        background: #111111; color: #cccccc;
        font-family: 'Roboto', sans-serif;
        border-top: 4px solid #1464FB;
        margin-top: 50px;
    }

    .vf-footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

    .vf-footer-grid {
        display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
        padding: 60px 0;
    }

    /* Cột Giới thiệu & Disclaimer */
    .vf-col-about { padding-right: 20px; }
    .vf-footer-logo { max-width: 180px; margin-bottom: 20px; display: block;}
    .vf-footer-desc { font-size: 14px; line-height: 1.6; margin-bottom: 20px; text-align: justify; }
    
    .vf-disclaimer {
        background: rgba(255,255,255,0.05); border-left: 3px solid #00A859;
        padding: 12px 15px; font-size: 12px; color: #aaa; line-height: 1.5; border-radius: 0 4px 4px 0;
    }
    .vf-disclaimer strong { color: #fff; }

    /* Cột Tiêu đề & Danh sách Link */
    .vf-footer-title {
        font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700;
        color: #ffffff; margin: 0 0 25px; text-transform: uppercase; position: relative;
    }
    .vf-footer-title::after {
        content: ''; display: block; width: 40px; height: 2px;
        background: #00A859; margin-top: 10px;
    }

    .vf-footer-links { list-style: none; padding: 0; margin: 0; }
    .vf-footer-links li { margin-bottom: 12px; font-size: 14px; }
    .vf-footer-links a {
        color: #bbb; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: 0.3s;
    }
    .vf-footer-links a:hover { color: #00A859; padding-left: 5px; }
    .vf-footer-links i { font-size: 12px; color: #666; transition: 0.3s; }
    .vf-footer-links a:hover i { color: #00A859; }

    /* Định dạng cột liên hệ */
    .vf-contact-info li { display: flex; align-items: flex-start; gap: 12px; line-height: 1.5; }
    .vf-contact-info i { color: #00A859; font-size: 16px; margin-top: 3px; }
    .vf-contact-info span { flex: 1; }
    .vf-contact-info a { color: #fff; font-weight: 700; font-size: 16px; }
    .vf-contact-info a:hover { color: #00A859; padding-left: 0; }

    /* Bottom Bar */
    .vf-footer-bottom {
        background: #0a0a0a; padding: 20px 0; text-align: center;
        border-top: 1px solid rgba(255,255,255,0.05);
    }
    .vf-footer-bottom p { margin: 0; font-size: 13px; color: #888; }

    /* RESPONSIVE MOBILE */
    @media (max-width: 991px) {
        .vf-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
        .vf-col-about { padding-right: 0; grid-column: span 2; }
    }
    @media (max-width: 576px) {
        .vf-footer-grid { grid-template-columns: 1fr; gap: 35px; padding: 40px 0; }
        .vf-col-about { grid-column: span 1; }
    }