.detail-news {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
}
.detail-news-t {
    color: var(--mau-chu-dao);
    margin-bottom: 40px;

}
.detail-news-h>h1 {
    color: var(--mau-chu-dao);
    margin-bottom: 40px;
}

.detail-news-content p {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
}

.detail-news-content img {
    max-width: 100%;
}

.detail-news-content p.vinabeef-p img {
    width: 100%;
}

/* =========== */
.detail-news-line {
    margin-top: 40px;
    margin-bottom: 2rem;
    height: 10px;
    width: 50%;
    border-radius: 10px;
    background-color: var(--mau-phu1);
}
.detail-news-title>h1 {
    color: var(--mau-chu-dao);
    margin-bottom: 40px;
}
.detail-news-list-item {
    display: flex;
    margin-bottom: 24px;
}
.detail-news-list-item>img {
    width: 108px;
    border-radius: 10px;
    margin-right: 20px;
 }
 .detail-news-list-item-c>h1 {
    color: #202020;
 }
 .detail-news-list-item-c>p {
    color:  #5F6163;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
 }
 .detail-news-list-item-c>h1::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--mau-phu1);
    margin-right: 10px;
 }
