    :root{
  --c-title:#2e3570; --c-text:#334155; --c-muted:#64748b;
  --c-hr:#f59e0b; --rail-blue:#4f46e5; --rail-red:#ef4444; --rail-green:#10b981;
  --radius:14px;
}
.news__head {
    margin-bottom:3rem;
}
/* Heading */
.news__title{ font-weight:800; letter-spacing:.01em; color:var(--c-title); font-size:clamp(22px,2.6vw,36px); line-height:1.2; }
.news__underline{ width:78px; height:4px; border-radius:3px; background:linear-gradient(90deg,#f59e0b,#fbbf24); }

.news__list{
    list-style:none;
    padding:0;
}

/* Item wrapper spacing (đã có border-bottom từ BS) */
.news__item{padding-left: 60px;position:relative; }
.news__item:not(:last-child){
     margin-bottom:60px;
}
.news__item:before {
       content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(/image/catalog/tin-tuc-va-thu-vien/Vector-Smart-Object.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news__description{
    margin-bottom:2rem;
}
 .bread_crumb-news .breadcrumb{
     list-style:none;
     padding:0;
     display:flex;
     align-items:center;
    }
    .bread_crumb-news .breadcrumb li{
        display:flex;
        align-items:center;
        position:relative;
        text-transform:uppercase;
    }
    .bread_crumb-news .breadcrumb li:not(:last-child):after{
        content:">";
        display:block;
        margin:0 3px;
        
    }
    .bread_crumb-news .breadcrumb li a{
     color:var(--c-title);   
    }
@media (min-width:992px){
    .bread_crumb-news .breadcrumb{
        padding:0;
        margin:2rem 0;
    }
}
@media (max-width:991px){
    .news__item:before{
        width:3px;
    }
    .newsletter_home{
        margin-top:2rem;
    }
}
@media (max-width:575px){
    .news__item{
        padding-left:1rem;
    }
}

/* Card */
.news-card{ }


.news-card__body{
    /*padding-right:2rem;*/
}
/* Media */
.news-card__media{ border-radius:0; overflow:hidden; box-shadow:0 4px 18px rgba(2,6,23,.06); }
.news-card__img{ width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; transition:transform .35s ease; display:block; }
.news-card__media:hover .news-card__img{ transform:scale(1.02); }

/* Texts */
.news-card__title{ margin:0; color:var(--c-title); font-weight:800; font-size:clamp(18px,2.2vw,24px); line-height:1.35; }
.news-card__title a{ color:inherit; text-decoration:none; }
.news-card__title a:hover{ text-decoration:underline; }
.news-card__excerpt{ color:#777; line-height:1.6; letter-spacing:.005em; margin:0; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;text-align:justify; }
.news-card__meta{ font-weight:bold;margin-top:3rem;justify-content: space-between; }
.news-card__date{ white-space:nowrap; }
.news-card__more{ color:var(--textColor); font-weight:600; text-decoration:none;font-size:14px; }
.news-card__more:hover{ color:#0284c7; }
.news-card__more-icon{ width:14px; height:14px; fill:currentColor; }
.news-card__more svg{
    width:20px;
    height:20px;
    margin-left:1rem;
}
.news-card__more svg path{
    fill:#e79f00
}

/* Smooth text */
html{ text-rendering:optimizeLegibility; }
body{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }