.news-page-v2{

    padding:70px 0;

}

.news-title{

    text-align:center;

    max-width:850px;

    margin:auto auto 50px;

}

.news-title span{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#0057ff;

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.news-title h1{

    margin:18px 0;

    font-size:42px;

    color:#111;

}

.news-title p{

    color:#666;

    font-size:18px;

    line-height:1.8;

}

.news-list{

    display:flex;

    flex-direction:column;

    gap:30px;

}

.news-item{

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.news-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.news-image{

    width:270px;

    flex-shrink:0;

}

.news-image img{

    width:100%;

    height:210px;

    display:block;

    object-fit:cover;

}

.news-text{

    flex:1;

    padding:30px;

}

.news-tag{

    display:inline-block;

    background:#0057ff;

    color:#fff;

    border-radius:50px;

    padding:7px 16px;

    font-size:12px;

    font-weight:700;

}

.news-text h2{

    margin:18px 0 12px;

    font-size:30px;

    color:#111;

}

.news-text p{

    color:#666;

    line-height:1.8;

}

.news-bottom{

    display:flex;

    justify-content:space-between;

    margin-top:25px;

    color:#777;

}

.news-bottom strong{

    color:#0057ff;

}

@media(max-width:768px){

.news-item{

    display:flex;
    flex-direction:row;

    align-items:flex-start;

    gap:14px;

    padding:12px;

}

.news-image{

    width:105px;

    height:105px;

    flex-shrink:0;

}

.news-image img{

    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;

}

.news-text{

    padding:0;
    flex:1;
    min-width:0;

}

.news-tag{

    font-size:10px;
    padding:4px 10px;

}

.news-text h2{

    font-size:17px;
    margin:8px 0 6px;
    line-height:1.35;

}

.news-text p{

    font-size:13px;
    line-height:1.5;

}

.news-bottom{

    margin-top:8px;
    font-size:12px;

}

}






/* ===========================
giá KM
=========================== */

.product-card{
    position:relative;
}

.sale-badge{
    position:absolute;
    top:10px;
    right:10px;
    color:#e60023;
    font-size:13px;
    font-weight:700;
    z-index:2;
}

.product-old-price{
    color:#0d8ce9;
    text-decoration:line-through;
    font-size:15px;
    font-weight:600;
    opacity:.8;
}

.product-price{
    color:#e60023;
    font-size:18px;
    font-weight:800;
}



/* ===========================
thêm giá KM từng page
=========================== */

.promo-badge{
    display:inline-block;
    margin-bottom:10px;
    padding:6px 14px;

    background:#e60023;
    color:#fff;

    font-size:12px;
    font-weight:700;
    border-radius:20px;
    letter-spacing:.5px;
}

.old-price{
    font-size:24px;
    font-weight:800;

    color:#0d8ce9;

    text-decoration:line-through;
    text-decoration-thickness:3px;

    opacity:.85;
}
.save-price{
    margin-top:8px;

    color:#e60023;
    font-size:15px;
    font-weight:700;
}


/* ===========================
   CÔNG CỤ TÍNH TRẢ GÓP
=========================== */

.loan-calculator{
    margin:25px 0;
}

.loan-title{
    text-align:center;
    font-size:24px;
    font-weight:800;
    margin-bottom:15px;
    margin-top:-40px;
    line-height:1.3;
}

.loan-card{
    background:#fff;
    border-radius:20px;
    padding:16px;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
    max-width:620px;
    margin:0 auto;
}

.form-group{
    margin-bottom:14px;
}

.form-group label{
    display:block;
    font-size:15px;
    font-weight:700;
    margin-bottom:6px;
    color:#222;
}

/* Ô nhập liệu */

.form-group select,
.form-group input[type=text]{

    width:100%;
    height:44px;

    border:1px solid #ddd;

    border-radius:12px;

    padding:0 14px;

    font-size:15px;

}

/* Chọn xe */

#bikeSelect{

    font-weight:700;

    border:2px solid #e60023;

    background:#fff;

}

/* Giá xe */

#bikePrice{

    background:#fafafa;

    color:#e60023;

    font-size:18px;

    font-weight:800;

    text-align:center;

}

/* Trả trước - Kỳ hạn */

.label-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:8px;

}

.label-row strong{

    background:#e60023;

    color:#fff;

    padding:4px 10px;

    border-radius:20px;

    font-size:13px;

    font-weight:700;

}

/* Slider */

input[type="range"]{

    width:100%;

    height:5px;

    accent-color:#e60023;

    cursor:pointer;

}

.range-info{

    display:flex;

    justify-content:space-between;

    margin-top:4px;

    font-size:13px;

    color:#666;

}

/* Banner ưu đãi */

.loan-promo{

    background:#fff5d6;

    border:1px solid #ffe7a3;

    border-radius:12px;

    padding:10px 12px;

    margin-bottom:14px;

    font-size:13px;

    text-align:center;

}

.loan-promo span{

    font-weight:700;

}

/* Kết quả */

.loan-result{

    background:#f8f8f8;

    border-radius:18px;

    padding:18px 14px;

    text-align:center;

}

.result-title{

    color:#e60023;

    font-size:18px;

    font-weight:700;

}

.monthly-price{

    font-size:44px;

    font-weight:900;

    color:#222;

    margin:10px 0 6px;

    line-height:1;

    letter-spacing:-1px;

}

.daily-box{

    margin-top:4px;

    font-size:16px;

    color:#333;

}

.daily-box span{

    color:#e60023;

    font-weight:800;

    font-size:22px;

}

/* Nút */

.btn-loan{

    display:flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:48px;

    margin-top:14px;

    background:#e60023;

    color:#fff;

    border-radius:14px;

    font-size:16px;

    font-weight:800;

    text-decoration:none;

}

/* Note */
.loan-note{

    margin:10px auto 0;

    max-width:600px;

    font-size:11px;

    color:#777;

    line-height:1.5;

    text-align:center;

}



/* Mobile tối ưu */

@media(max-width:768px){

    .loan-card{
        padding:14px;
    }

    .loan-title{
        font-size:22px;
    }

    .monthly-price{
        font-size:40px;
    }

    .daily-box{
        font-size:15px;
    }

    .daily-box span{
        font-size:20px;
    }

}






.tragop-page .content-box{

    max-width:820px !important;

    margin:30px auto !important;

}

.tragop-page .content-box h2{

    text-align:center;

}

.tragop-page .content-box ul{

    width:fit-content;

    margin:0 auto;

}




/* ===========================
  sửa box đăng ký tư vấn
=========================== */

@media (max-width:768px){

    .contact-wrap{

        padding:25px 20px;
    }

    /* Ẩn logo mobile */

    .contact-logo{

        display:none;
    }

    .contact-content h2{

        font-size:24px;

        margin-bottom:10px;

        text-align:center;
    }

    .contact-content p{

        font-size:18px;

        line-height:1.6;

        margin-bottom:15px;

        text-align:center;
    }

    /* Thu gọn quyền lợi */

    .form-benefits{

        font-size:18px;

        line-height:1.7;

        margin-bottom:15px;
    }

    .form-benefits br{

        display:none;
    }

    .form-benefits span{

        display:block;

        margin-bottom:3px;
    }

    .contact-form input{

        height:50px;
    }

    .contact-form button{

        height:52px;

        font-size:16px;
    }

}


/* ==========================
   CTKM THÁNG 7
========================== */
/* ===================================
   VINFAST PROMO BAR 2026
=================================== */

.vf-ticker{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;

    height:48px;

    display:flex;
    align-items:center;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(0,148,255,.12);

    border-radius:14px;

    box-shadow:
        0 10px 30px rgba(15,23,42,.08),
        0 2px 10px rgba(15,23,42,.05);

    overflow:hidden;

    z-index:9999;
}

/* ánh sáng quét */

.vf-ticker::before{

    content:"";

    position:absolute;

    top:-50%;
    left:-20%;

    width:220px;
    height:220px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(0,148,255,.20) 0%,
        rgba(0,148,255,.08) 40%,
        transparent 70%
    );

    filter:blur(25px);

    animation:blueOrb 10s linear infinite;
}

.vf-ticker::after{

    content:"";

    position:absolute;

    top:-80%;
    right:-10%;

    width:160px;
    height:160px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(56,189,248,.15) 0%,
        transparent 70%
    );

    filter:blur(20px);

    animation:blueOrb2 12s linear infinite;
}
/* label */

.vf-ticker-label{

    width:220px;
    height:48px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        #0094ff,
        #38bdf8
    );

    color:#fff;

    font-size:15px;
    font-weight:900;

    text-transform:uppercase;

    letter-spacing:.5px;

    position:relative;
}

/* chấm live */

.vf-ticker-label::before{

    content:"";

    width:8px;
    height:8px;

    border-radius:50%;

    background:#00ff88;

    margin-right:8px;

    animation:vfPulse 1.5s infinite;
}

/* marquee */

.vf-ticker-marquee{
    flex:1;
    overflow:hidden;
}

.vf-ticker-track{

    display:flex;
    align-items:center;

    width:max-content;

    white-space:nowrap;

    animation:vfTickerMove 28s linear infinite;
}

.vf-ticker-track span{

    color:#e60012;

    font-size:13px;

    font-weight:700;

    padding-right:55px;

    animation:textGlow 2.5s ease-in-out infinite;
}

/* ưu đãi đầu tiên */

.vf-ticker-track span:first-child{

    font-size:14px;

    font-weight:800;

    background:linear-gradient(
        90deg,
        #ff0000,
        #ff6b6b,
        #ff0000
    );

    background-size:200% auto;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:gradientText 3s linear infinite;
}

/* hover dừng */

.vf-ticker:hover .vf-ticker-track{
    animation-play-state:paused;
}

/* animations */

@keyframes vfTickerMove{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@keyframes vfPulse{
    0%{
        box-shadow:0 0 0 0 rgba(0,255,136,.7);
    }
    100%{
        box-shadow:0 0 0 10px rgba(0,255,136,0);
    }
}

@keyframes vfShine{
    from{
        left:-100%;
    }
    to{
        left:140%;
    }
}

@keyframes textGlow{
    0%,100%{
        opacity:.75;
    }
    50%{
        opacity:1;
    }
}

@keyframes gradientText{
    to{
        background-position:200% center;
    }
}

/* tránh che nội dung */

body{
    padding-bottom:70px;
}



/* MOBILE */

@media(max-width:768px){

    .vf-ticker{
        left:8px;
        right:8px;
        bottom:8px;

        height:40px;

        border-radius:12px;
    }

    .vf-ticker-label{

        width:155px;

        height:40px;

        font-size:11px;
    }

    .vf-ticker-label::before{

        width:6px;
        height:6px;

        margin-right:6px;
    }

    .vf-ticker-track span{

        font-size:11px;

        padding-right:35px;
    }

    body{
        padding-bottom:60px;
    }
}

@keyframes blueOrb{

    0%{
        transform:translateX(-60px);
    }

    50%{
        transform:translateX(500px);
    }

    100%{
        transform:translateX(900px);
    }
}

@keyframes blueOrb2{

    0%{
        transform:translateX(0);
    }

    50%{
        transform:translateX(-300px);
    }

    100%{
        transform:translateX(-700px);
    }
}