/* ═══════════════════════════════════════
   VOLKSWAGEN FRONT PAGE — CSS
   Style: Clean · Minimal · VW Brand
   Version: 3.0
═══════════════════════════════════════ */

:root {
    --fp-navy:    #001e50;
    --fp-blue:    #003399;
    --fp-red:     #cc0000;
    --fp-bg:      #f7f8fa;
    --fp-bg-dark: #001440;
    --fp-text:    #1a1a2e;
    --fp-muted:   #6b7280;
    --fp-border:  #dde1ea;
    --fp-white:   #ffffff;
    --fp-max-w:   1280px;
    --fp-px:      40px;
    --fp-py:      64px;
    --fp-ease:    .25s ease;
}

/* ════════════════════════════════════════
   GLOBAL WRAPPER
════════════════════════════════════════ */
.section-content {
    max-width: var(--fp-max-w);
    margin: 0 auto;
    padding: 0 var(--fp-px);
    box-sizing: border-box;
    width: 100%;
}

.line-bottom-st-banner { display: none; }

/* ════════════════════════════════════════
   1. BANNER — ROW CTA bên dưới ảnh
   Text trái navy · Nút phải navy fill
════════════════════════════════════════ */
.st_banner-home .row-banner {
    background: var(--fp-white) !important;
    position: static !important;
    padding: 24px var(--fp-px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    border-bottom: 1px solid var(--fp-border);
}

.st_banner-home .row-banner .col-inner h2 {
    font-size: 48px !important;
    font-weight: 400 !important;
    color: var(--fp-navy) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-shadow: none !important;
}

/* Nút NHẬN BÁO GIÁ — navy fill, bo tròn */
.st_banner-home .button.primary,
.st_banner-home a.button.primary {
    display: inline-block !important;
    background: var(--fp-navy) !important;
    color: var(--fp-white) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    border: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: background var(--fp-ease), transform var(--fp-ease) !important;
    box-shadow: none !important;
}

.st_banner-home .button.primary:hover {
    background: var(--fp-blue) !important;
    transform: translateY(-1px) !important;
}

/* ════════════════════════════════════════
   2. 8 ĐẶC QUYỀN VIP
   Text trái · Ảnh phải · nền trắng · clean
════════════════════════════════════════ */
.st_trainghiem {
    padding: var(--fp-py) 0;
    background: var(--fp-white);
    border-bottom: 1px solid var(--fp-border);
}

.st_trainghiem .section-content > .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 48px !important;
    margin: 0 !important;
}

.st_trainghiem .col-tn-1 {
    flex: 0 0 42% !important;
    min-width: 260px;
    padding: 0 !important;
}

.st_trainghiem .col-tn-2 {
    flex: 1 !important;
    min-width: 260px;
    padding: 0 !important;
}

.st_trainghiem .col-tn-1 .col-inner,
.st_trainghiem .col-tn-2 .col-inner {
    padding: 0 !important;
}

.st_trainghiem h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--fp-navy);
    line-height: 1.3;
    margin: 0;
}

.st_trainghiem .col-tn-2 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* ════════════════════════════════════════
   3. DÒNG XE NỔI BẬT
   Grid 3 col · Ảnh to · Tên navy bold
   Giá navy-fill pill · Nút "Chi tiết" outline
════════════════════════════════════════ */
.st_dongxenoibat {
    padding: var(--fp-py) 0;
    background: var(--fp-white);
}

/* Outer col + inner reset */
.st_dongxenoibat .section-content > .row,
.st_dongxenoibat .section-content > .row > .col,
.st_dongxenoibat .section-content > .row > .col > .col-inner {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    display: block !important;
}

/* Inner .row — chứa các card xe → GRID 3 cột */
.st_dongxenoibat .section-content > .row > .col > .col-inner > .row,
.st_dongxenoibat .vw-featured-cars-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    align-items: stretch !important;
}

/* Mỗi card col — reset mọi flex/float từ framework */
.st_dongxenoibat .section-content > .row > .col > .col-inner > .row > .col {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    box-sizing: border-box;
}

.st_dongxenoibat .section-content > .row > .col > .col-inner > .row > .col > .col-inner {
    padding: 0 !important;
    height: 100%;
}

/* Card xe */
.thongtin-dongxe {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0;
    min-width: 0;
    transition: transform var(--fp-ease);
}

.thongtin-dongxe:hover {
    transform: translateY(-2px);
}

/* Ảnh xe — tỉ lệ 16:9 */
.thongtin-dongxe .car-image-link {
    display: block;
    overflow: hidden;
    background: #f1f3f6;
    border-radius: 5px;
    aspect-ratio: 16 / 9;
}

.thongtin-dongxe .car-image-link img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .4s ease !important;
}

.thongtin-dongxe:hover .car-image-link img { transform: scale(1.03) !important; }

/* Tên xe */
.thongtin-dongxe h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--fp-navy) !important;
    margin: 14px 0 10px !important;
    line-height: 1.25;
    text-align: center;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dòng giá + chi tiết */
.thongtin-dongxe .desc-car {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin-top: auto;
    flex-wrap: nowrap;
}

/* Giá — navy fill, pill nhỏ */
.thongtin-dongxe .desc-car .price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fp-navy);
    color: var(--fp-white) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-height: 26px;
    padding: 4px 12px;
    border-radius: 3px;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: .2px;
    text-transform: none;
    transition: background var(--fp-ease);
    max-width: calc(100% - 82px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.thongtin-dongxe .desc-car .price:hover {
    background: var(--fp-blue);
}

/* Nút Chi tiết — outline */
.thongtin-dongxe .desc-car .detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fp-navy);
    color: var(--fp-white) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-width: 68px;
    min-height: 26px;
    padding: 4px 12px;
    border-radius: 3px;
    border: 0;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: .2px;
    text-transform: none;
    flex-shrink: 0;
    transition: background var(--fp-ease), color var(--fp-ease);
}

.thongtin-dongxe .desc-car .detail:hover {
    background: var(--fp-blue);
    color: var(--fp-white) !important;
}

/* ════════════════════════════════════════
   4. HÌNH ẢNH TẠI VOLKSWAGEN — Gallery Tabs
════════════════════════════════════════ */
.st_sukienvol {
    padding: var(--fp-py) 0;
    background: var(--fp-bg);
}

.st_sukienvol h2 {
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    color: var(--fp-navy);
    text-align: center;
    margin: 0 0 28px;
}

.st_sukienvol .vw-gallery-tabs__nav {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: none !important;
    list-style: none !important;
}

.st_sukienvol .vw-gallery-tabs__button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: var(--fp-white);
    color: var(--fp-navy);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 1.5px solid var(--fp-border);
    text-decoration: none;
    cursor: pointer;
    min-height: 40px;
    transition: background var(--fp-ease), color var(--fp-ease), border-color var(--fp-ease);
}

.st_sukienvol .vw-gallery-tabs__button.is-active,
.st_sukienvol .vw-gallery-tabs__button:hover,
.st_sukienvol .vw-gallery-tabs__button:focus-visible {
    background: var(--fp-navy);
    color: var(--fp-white);
    border-color: var(--fp-navy);
    outline: none;
}

.st_sukienvol .vw-gallery-panel[hidden] { display: none !important; }
.st_sukienvol .vw-gallery-panel.is-active { display: block; }

.st_sukienvol .vw-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.st_sukienvol .vw-gallery-grid--single {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0 auto;
}

.st_sukienvol .vw-gallery-grid--single .box-image {
    aspect-ratio: 3 / 2;
    background: #fff;
}

.st_sukienvol .vw-gallery-grid--single .box-image img {
    object-fit: contain;
}

.st_sukienvol .gallery-col {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.st_sukienvol .gallery-col .col-inner { height: 100%; }
.st_sukienvol .gallery-box { height: 100%; }
.st_sukienvol .box-image {
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}
.st_sukienvol .box-image.image-cover { padding-top: 0 !important; }
.st_sukienvol .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.st_sukienvol .gallery-box:hover .box-image img { transform: scale(1.07); }

/* ════════════════════════════════════════
   5. HỆ THỐNG ĐẠI LÝ — dark gradient
════════════════════════════════════════ */
.st_timhieuthem {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--fp-bg-dark) 0%, var(--fp-blue) 100%);
    text-align: center;
}

.st_timhieuthem .title-home h2 {
    color: var(--fp-white) !important;
    font-size: clamp(20px, 2.8vw, 36px);
    font-weight: 700;
    margin: 0 0 28px;
}

.st_timhieuthem ul.btn-timhieuthem {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.st_timhieuthem .button.white.is-outline {
    display: inline-block;
    background: transparent;
    color: var(--fp-white);
    border: 2px solid rgba(255,255,255,.7);
    padding: 13px 36px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: .3px;
    transition: background var(--fp-ease), color var(--fp-ease), border-color var(--fp-ease);
}

.st_timhieuthem .button.white.is-outline:hover {
    background: var(--fp-white);
    color: var(--fp-navy);
    border-color: var(--fp-white);
}

/* ════════════════════════════════════════
   6. TIN TỨC MỚI NHẤT
════════════════════════════════════════ */
.st_tintuc-1 {
    padding: var(--fp-py) 0;
    background: var(--fp-white);
    border-top: 1px solid var(--fp-border);
}

.st_tintuc-1 .section-content > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
}

.st_tintuc-1 .section-content > .row > .col {
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.st_tintuc-1 .col-inner { padding: 0 !important; height: 100%; }

.st_tintuc-1 .box.box-blog-post {
    border-radius: 4px;
    overflow: hidden;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow var(--fp-ease), transform var(--fp-ease);
}

.st_tintuc-1 .box.box-blog-post:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
    transform: translateY(-3px);
    border-color: transparent;
}

.st_tintuc-1 .box-image { overflow: hidden; }
.st_tintuc-1 .box-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.st_tintuc-1 .box:hover .box-image img { transform: scale(1.05); }

.st_tintuc-1 .box-text-inner { padding: 16px 18px 20px; }

.st_tintuc-1 h3.post-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--fp-navy);
    line-height: 1.4;
    margin: 0 0 8px;
}

.st_tintuc-1 h3.post-title a { color: inherit; text-decoration: none; }
.st_tintuc-1 h3.post-title a:hover { color: var(--fp-blue); }

.st_tintuc-1 .is-divider {
    display: block !important;
    width: 32px; height: 2px;
    background: var(--fp-navy) !important;
    margin: 8px 0 !important;
    border: none;
}

.st_tintuc-1 .from_the_blog_excerpt {
    font-size: 16px;
    color: var(--fp-muted);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ════════════════════════════════════════
   7. TẠP CHÍ & ĐẶT HẸN DỊCH VỤ
════════════════════════════════════════ */
.st_tintuc-2 {
    padding: var(--fp-py) 0;
    background: var(--fp-bg);
}

.st_tintuc-2 .section-content > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 24px !important;
    margin: 0 !important;
}

.st_tintuc-2 .section-content > .row > .col {
    padding: 0 !important;
    flex: 0 0 calc(46% - 12px);
    min-width: 260px;
    box-sizing: border-box;
}

.st_tintuc-2 .col-inner { padding: 0 !important; height: 100%; }

.st_tintuc-2 .box {
    border-radius: 4px;
    overflow: hidden;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow var(--fp-ease), transform var(--fp-ease);
}

.st_tintuc-2 .box:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
    transform: translateY(-3px);
    border-color: transparent;
}

.st_tintuc-2 .box-image { overflow: hidden; flex-shrink: 0; }
.st_tintuc-2 .box-image img { width: 100%; display: block; transition: transform .4s ease; }
.st_tintuc-2 .box:hover .box-image img { transform: scale(1.04); }

.st_tintuc-2 .box-text-inner,
.st_tintuc-2 .box-text > .box-text-inner { padding: 20px; flex: 1; display: flex; flex-direction: column; }

.st_tintuc-2 .box-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--fp-navy);
    margin: 0 0 8px;
}

.st_tintuc-2 .box-text p {
    font-size: 14px;
    color: var(--fp-muted);
    margin: 0 0 14px;
    line-height: 1.6;
}

.st_tintuc-2 .button.primary.is-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
    color: var(--fp-blue);
    text-decoration: none;
    margin-top: auto;
    transition: gap var(--fp-ease), color var(--fp-ease);
}

.st_tintuc-2 .button.primary.is-link:hover { gap: 9px; color: var(--fp-navy); }

/* ════════════════════════════════════════
   8. VỀ VW · LÁI THỬ · GIAO XE
════════════════════════════════════════ */
.st_vevolk {
    padding: var(--fp-py) 0;
    background: var(--fp-white);
    border-top: 1px solid var(--fp-border);
}

.st_vevolk .section-content > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin: 0 !important;
}

.st_vevolk .section-content > .row > .col {
    flex: 0 0 calc(33.333% - 14px) !important;
    min-width: 220px;
    padding: 0 !important;
    box-sizing: border-box;
}

.st_vevolk .col-inner { padding: 0 !important; height: 100%; }

.st_vevolk .box {
    border-radius: 4px;
    overflow: hidden;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow var(--fp-ease), transform var(--fp-ease);
}

.st_vevolk .box:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
    transform: translateY(-3px);
    border-color: transparent;
}

.st_vevolk .box-image { overflow: hidden; flex-shrink: 0; }
.st_vevolk .box-image img { width: 100%; display: block; transition: transform .4s ease; }
.st_vevolk .box:hover .box-image img { transform: scale(1.04); }

.st_vevolk .box-text-inner { padding: 18px; flex: 1; display: flex; flex-direction: column; }

.st_vevolk .box-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--fp-navy);
    margin: 0 0 10px;
    line-height: 1.35;
}

.st_vevolk h3.post-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--fp-navy);
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st_vevolk h3.post-title a { color: inherit; text-decoration: none; }
.st_vevolk h3.post-title a:hover { color: var(--fp-blue); }

.st_vevolk .is-divider {
    display: block !important;
    width: 28px; height: 2px;
    background: var(--fp-navy) !important;
    margin: 6px 0 8px !important;
    border: none;
}

.st_vevolk .from_the_blog_excerpt {
    font-size: 16px;
    color: var(--fp-muted);
    line-height: 1.6;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st_vevolk .button.primary.is-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
    color: var(--fp-blue);
    text-decoration: none;
    margin-top: auto;
    transition: gap var(--fp-ease), color var(--fp-ease);
}

.st_vevolk .button.primary.is-link:hover { gap: 9px; color: var(--fp-navy); }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */

@media (max-width: 1024px) {
    :root { --fp-px: 28px; }
}

@media (max-width: 900px) {
    :root { --fp-px: 20px; --fp-py: 56px; }

    .st_trainghiem .section-content > .row { flex-direction: column !important; gap: 32px !important; }
    .st_trainghiem .col-tn-1,
    .st_trainghiem .col-tn-2  { flex: 1 1 100% !important; }

    .st_dongxenoibat .section-content > .row > .col > .col-inner > .row,
    .st_dongxenoibat .vw-featured-cars-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 18px !important; }
    .st_sukienvol .vw-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .st_vevolk .section-content > .row > .col  { flex: 0 0 calc(50% - 10px) !important; }
    .st_tintuc-2 .section-content > .row > .col { flex: 0 0 100% !important; }
}

@media (max-width: 768px) {
    :root { --fp-px: 16px; --fp-py: 44px; }

    /* Banner CTA mobile */
    .st_banner-home .row-banner {
        flex-direction: column !important;
        gap: 16px !important;
        padding: 20px 16px !important;
        text-align: left !important;
    }

    .st_banner-home .row-banner .col-inner h2 { font-size: 17px !important; font-weight: bold !important; }

    /* Dòng xe 1 cột */
    .st_dongxenoibat .section-content > .row > .col > .col-inner > .row,
    .st_dongxenoibat .vw-featured-cars-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
    .thongtin-dongxe .car-image-link { aspect-ratio: 16 / 9; }

    .st_sukienvol .vw-gallery-tabs__nav { flex-direction: column !important; align-items: stretch; gap: 6px; }
    .st_sukienvol .vw-gallery-tabs__button { width: 100%; }

    .st_tintuc-1 .section-content > .row { flex-direction: column !important; gap: 16px !important; }
    .st_tintuc-1 .section-content > .row > .col { padding: 0 !important; }

    .st_vevolk .section-content > .row { flex-direction: column !important; gap: 14px !important; }
    .st_vevolk .section-content > .row > .col { flex: 0 0 100% !important; }

    .st_timhieuthem { padding: 52px 0; }
    .col-giao-xe > .col-inner { padding: 0 !important; }
}

@media (max-width: 480px) {
    :root { --fp-px: 14px; --fp-py: 36px; }
    .st_trainghiem h2 { font-size: 20px; }
    .st_timhieuthem .title-home h2 { font-size: 20px !important; }
    .thongtin-dongxe h4 { font-size: 18px !important; margin: 12px 0 8px !important; }
    .thongtin-dongxe .desc-car .price,
    .thongtin-dongxe .desc-car .detail { font-size: 16px !important; }
    .st_sukienvol .vw-gallery-grid { grid-template-columns: 1fr; }
}

.st_tintuc-dongxe {
    padding: 44px 0 72px;
    background: var(--fp-white);
}

.st_tintuc-dongxe .section-content {
    max-width: var(--fp-max-w);
}

.vw-car-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(64px, 8vw, 112px);
    row-gap: 86px;
    align-items: start;
}

.vw-car-news-card {
    min-width: 0;
}

.vw-car-news-card--post-1 {
    max-width: 380px;
}

.vw-car-news-card--post-2 {
    max-width: 570px;
    justify-self: end;
}

.vw-car-news-card--magazine {
    max-width: 470px;
    margin-left: 46px;
}

.vw-car-news-card--service {
    max-width: 430px;
    justify-self: center;
    margin-top: 8px;
}

.vw-car-news-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eef2f6;
    margin-bottom: 16px;
}

.vw-car-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.vw-car-news-card:hover .vw-car-news-card__image img {
    transform: scale(1.04);
}

.vw-car-news-card__body h3 {
    color: var(--fp-navy);
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 9px;
}

.vw-car-news-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.vw-car-news-card__body h3 a:hover {
    color: var(--fp-blue);
}

.vw-car-news-card__body p {
    color: #333;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.55;
    margin: 0 0 14px;
}

.vw-car-news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fp-navy);
    font-size: clamp(12px, .95vw, 15px);
    font-weight: 800;
    text-decoration: none;
}

.vw-car-news-card__more::after {
    content: '›';
    font-size: 1.25em;
    line-height: 1;
}

.vw-car-news-card__more:hover {
    color: var(--fp-blue);
}

@media (max-width: 768px) {
    .vw-car-news-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .vw-car-news-card--post-1,
    .vw-car-news-card--post-2,
    .vw-car-news-card--magazine,
    .vw-car-news-card--service {
        max-width: none;
        margin: 0;
        justify-self: stretch;
    }
}

.st_tintuc-1 {
    padding: 56px 0;
    background: var(--fp-white);
    border-top: 0;
}

.st_tintuc-1 .section-content {
    max-width: 1180px;
}

.st_tintuc-1 .section-content > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: 54px !important;
    align-items: start;
}

.st_tintuc-1 .section-content > .row > .col {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.st_tintuc-1 .section-content > .row > .col.hide-for-medium {
    display: none !important;
}

.st_tintuc-1 .row.large-columns-1,
.st_tintuc-1 .post-item,
.st_tintuc-1 .post-item > .col-inner {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.st_tintuc-1 .box.box-blog-post {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
    height: auto;
}

.st_tintuc-1 .box.box-blog-post:hover {
    box-shadow: none;
    border-color: transparent;
    transform: none;
}

.st_tintuc-1 .box-image {
    border-radius: 4px;
    overflow: hidden;
    background: #eef2f6;
    margin-bottom: 12px;
}

.st_tintuc-1 .image-cover {
    padding-top: 56.25% !important;
}

.st_tintuc-1 .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.st_tintuc-1 .box.box-blog-post:hover .box-image img {
    transform: scale(1.04);
}

.st_tintuc-1 .box-text,
.st_tintuc-1 .box-text-inner {
    padding: 0 !important;
}

.st_tintuc-1 h3.post-title {
    color: var(--fp-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.32;
    margin: 0 0 6px;
}

.st_tintuc-1 .section-content > .row > .col:last-child h3.post-title {
    font-size: 20px;
}

.st_tintuc-1 h3.post-title a {
    color: inherit;
    text-decoration: none;
}

.st_tintuc-1 h3.post-title a:hover {
    color: var(--fp-blue);
}

.st_tintuc-1 .is-divider {
    display: none !important;
}

.st_tintuc-1 .from_the_blog_excerpt {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .st_tintuc-1 {
        padding: 42px 0;
    }

    .st_tintuc-1 .section-content > .row {
        grid-template-columns: 1fr;
        gap: 28px !important;
    }

    .st_tintuc-1 .section-content > .row > .col:last-child h3.post-title,
    .st_tintuc-1 h3.post-title {
        font-size: 18px;
    }
}

.st_vevolk {
    padding: 56px 0 64px;
    background: var(--fp-white);
    border-top: 0;
}

.st_vevolk .section-content {
    max-width: 1180px;
}

.st_vevolk .section-content > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px !important;
    margin: 0 !important;
    align-items: stretch;
}

.st_vevolk .section-content > .row > .col,
.st_vevolk .row.large-columns-1,
.st_vevolk .post-item {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.st_vevolk .col-inner,
.st_vevolk .post-item > .col-inner {
    height: 100%;
    padding: 0 !important;
}

.st_vevolk .box,
.st_vevolk .box.box-blog-post {
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.st_vevolk .box:hover,
.st_vevolk .box.box-blog-post:hover {
    box-shadow: none;
    border-color: transparent;
    transform: none;
}

.st_vevolk .box-image {
    overflow: hidden;
    border-radius: 4px;
    background: #eef2f6;
    margin-bottom: 14px;
}

.st_vevolk .image-zoom,
.st_vevolk .image-cover {
    aspect-ratio: 4 / 3;
    padding-top: 0 !important;
}

.st_vevolk .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.st_vevolk .box:hover .box-image img {
    transform: scale(1.04);
}

.st_vevolk .box-text,
.st_vevolk .box-text-inner,
.st_vevolk .blog-post-inner {
    padding: 0 !important;
}

.st_vevolk .box-text h4,
.st_vevolk h3.post-title {
    color: var(--fp-navy);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}

.st_vevolk h3.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st_vevolk h3.post-title a {
    color: inherit;
    text-decoration: none;
}

.st_vevolk h3.post-title a:hover {
    color: var(--fp-blue);
}

.st_vevolk .is-divider {
    display: none !important;
}

.st_vevolk .from_the_blog_excerpt {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st_vevolk .button.primary.is-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: var(--fp-navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    text-transform: none;
    text-decoration: none;
}

.st_vevolk .button.primary.is-link:hover {
    color: var(--fp-blue);
    gap: 10px;
}

.st_vevolk .button.primary.is-link i {
    font-size: 16px;
}

.st_vevolk .col-giao-xe > .col-inner {
    display: flex;
    flex-direction: column;
}

.st_vevolk .col-giao-xe > .col-inner > .button {
    margin-top: 12px;
}

@media (max-width: 900px) {
    .st_vevolk .section-content > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px !important;
    }
}

@media (max-width: 640px) {
    .st_vevolk {
        padding: 42px 0;
    }

    .st_vevolk .section-content > .row {
        grid-template-columns: 1fr;
        gap: 28px !important;
    }

    .st_vevolk .box-text h4,
    .st_vevolk h3.post-title {
        font-size: 18px;
    }
}
