.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: #78B43D;
    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;
    }
}

.c-sidebar-section {
    padding: 15px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
}

.c-sidebar-title {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    margin-bottom: 15px;
    /* color: #FFF; */
}

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

.c-sidebar-list li {
    list-style: none;
}

.c-sidebar-list li a {
    font-size: 15px;
    /* color: #FFF; */
    line-height: 1.4;
    font-family: var(--font-family2);
}

/* .c-sidebar-list li a:hover {
    color: #d8d8d8;
} */

/* Local News Block with Light Blue Background */
.c-sidebar-section.local-news {
    background: linear-gradient(90deg, #BFEAFF 0%, #D7F3FF 30%, #E6F6FF 50%, #D7F3FF 70%, #BFEAFF 100%);
    border: 1px solid #E5E5E5;
}

.c-sidebar-title-red {
    font-size: 15px;
    color: red;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.c-sidebar-thumb-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 15px;
}

.c-sidebar-thumb-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
    .c-sidebar-thumb-item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .c-sidebar-list li a {
        font-size: 16px;
    }
}

.c-sidebar-thumb-img {
    width: 100%;
}

.c-sidebar-thumb-img .wrap-img {
    padding-bottom: 66.7%;
}

.c-sidebar-thumb-title {
    font-size: 14px;
}

.c-sidebar-thumb-list {
    max-height: 215px;
    overflow-y: scroll;
}

.khuyen-nghi-wrapper.mobile {
    display: none;
}