.news-list .name-category {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.news-list .noi-dung {
    padding: 10px 0 0 0
}

.news-top {
    margin-bottom: 40px;
}

.news-top .left .item-news .title {
    font-size: 22px;
    height: 57px;
    margin-top: 10px;
}

.news-top .right .item-news:not(:last-child) {
    margin-bottom: 25px;
}

.item-news .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.news-top .right .item-news .title {
    margin-top: 12px;
}

.item-news .wrap-img {
    padding-bottom: 70%;
    border-radius: 8px;
}

.item-news .title {
    font-size: 18px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}

.block-news .row {
    row-gap: 16px;
}

.news-bottom>.row {
    row-gap: 20px;
}

.news-bottom {
    padding-bottom: 30px;
}

.item-post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.item-post .wrap-img {
    padding-bottom: 66.5%;
    border-radius: 8px;
}

/* .item-post .content {
    background-color: #FFF;
    margin-top: -10px;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
} */

.item-post .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b8b295;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 13px;
}

.item-post .date svg {
    width: 20px;
    height: 20px;
}

.item-post .name {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-post .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.block-news.news-top {
    --gutter: 20px;
}

.news-top .clm:first-child {
    border-right: 1px solid #E5E5E5;
}

.news-top .left {
    padding-bottom: 20px;
}

.news-top {
    border-bottom: 1px solid #E5E5E5;
}

.c-box.is-border {
    padding: 15px;
    border: 1px solid #E5E5E5;
}

.loaded.tindocnhieu {
    background: #c90631;
    color: #FFF;
}

.c-box .c-box__title {
    padding-bottom: 6px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
}

.l-sidebar {
    position: sticky;
    top: 60px;
}

.l-sidebar .c-box .c-box__title .c-box__title__name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.c-news-topread ul {
    list-style: none;
}

.c-news-topread ul li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.c-news-topread__title {
    font-size: 15px;
    font-weight: 400;
}

.c-news-topread__title a {
    color: #FFF;
}

@media (max-width: 767px) { 
    .item-post .content {
        margin-top: 10px;
    }

    .block-news.news-top {
        --gutter: 10px;
    }
}

@media (max-width: 576px) {
    .news-top .left .item-news .title {
        font-size: 18px;
        height: 48px;
    }

    .item-news .title {
        font-size: 15px;
        height: 39px;
    }

    .news-top {
        margin-bottom: 30px;
    }
}