/* Bài viết mới nhất */
.news-page .news-latest-articles {
    padding-top: 40px;
}
.news-page .news-latest-articles .news-list-title {
    font-family: Montserrat Bold, Arial, sans-serif;
    font-size: 32px;
    color: #0065ff;
}

.news-page .news-latest-articles .div-click {
    width: 100%;
}

.news-page .news-latest-articles .border-for-item {
    border: 1px solid #d9d9d9;
    border-radius: 24px;
}

.news-page .news-latest-articles .article-item {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: none;
    position: relative;
    height: 100%;
    width: 100%;
}

.news-page .news-latest-articles .item-thumbnail {
    max-height: 250px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom: 2px solid #1b74e4;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.news-page .news-latest-articles .article-item .item-thumbnail img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.news-page .article-item .item-category {
    background: #1b74e4;
    z-index: 1;
    top: 178px;
    bottom: unset;
    position: absolute;
    left: 1rem;
    font-weight: bold;
    font-size: .95rem;
    color: #fff;
    padding: .1rem 1rem;
    border-radius: 4rem;
    margin-bottom: .25rem;
}
.news-page .article-item .item-category a {
    color: #fff;
    text-decoration: none;
}
.news-page .article-item .item-body .item-content {
    height: 100%;
    padding: 1rem 1.25rem;
}
.news-page .article-item .justify-content-start {
    justify-content: flex-start;
}
.news-page .article-item .flex-column {
    flex-direction: column;
}
.news-page .article-item .item-body .item-content .item-info {
    font-size: .85rem;
}
.news-page .article-item .text-secondary {
    color: #273444;
}
.news-page .article-item .item-body .item-content .item-title {
    font-weight: bold;
}
.news-page .article-item .item-body .item-content .item-title h3 {
    font-size: 18px;
}
.news-page .article-item .item-body .item-description {
    margin: 0;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    position: relative;
    font-size: 15px;
}
.news-page .article-item .text-justify {
    text-align: justify;
}

.news-page .item-date-time {
    margin-right: 1rem;
    color: #676767;
}

.news-page .article-item .item-info i {
    font-size: 13.6px;
}

.news-page .article-item .item-views {
    color: #676767;
}

.news-page .article-item .item-views span {
    font-size: 13.6px;
    margin-left: 3px;
}