/**
 * News/Events page styles
 */
 .news-page {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #172b4d;
}
.news-page .banner {
    background-size: cover;
}
.news-page .section-p {
    padding: 40px 0;
}
.news-page .banner-title {
    font-family: Montserrat Bold, Arial, sans-serif;
    text-align: center;
    padding-bottom: 24px;
    color: #fff;
}

.news-page .banner-title .main-title {
    font-size: 40px;
    color: #000;
}

.news-page .description-title {
    font-size: 20px;
    color: #000;
}

.news-page .hero-actions-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.news-page .btn-item.active {
    background: linear-gradient(90deg, #7849FC 0%, #4300FF 100%);
    color: #fff;
    
}
.news-page .btn-item {
    padding: 0 20px;
    background: #FFFFFF;
    color: #006FFF;
    height: 44px;
    line-height: 44px;
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0px 4px 8px 0px #616CE668;
    border: none;
    font-size: 22px;
}

.news-page .btn-item:hover {
    background: #FFFFFF;
    color: #006FFF;
}

.news-page .feature-post {
    padding-top: 20px;
}
.news-page .ms-line-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}
.news-page .ms-line {
    width: 4px;
    height: 32px;
    border-radius: 4px;
    background-color: #0065ff;
}
.news-page .ms-title, .news-page .ms-title-text {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    color: #0065ff;
    font-size: 32px;
}
.news-page .fp-flex {
    display: flex;
    gap: 30px;
}
.news-page .fp-left, .news-page .fp-right {
    flex: 1;
}
.news-page .fp-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-page .fp-left .fp-item {
    border-radius: 6px;
    overflow: hidden;
}
.news-page .fp-left .fp-thumbnail {
    max-height: 320px;
    overflow: hidden;
}
.news-page .fp-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.news-page .fp-left .fp-content {
    background-color: #deebff;
    padding: 16px;
}
.news-page .fp-excerpt {
    font-size: 14px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.news-page .fp-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.news-page .fpd-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-page .fpd-text {
    font-size: 14px;
}
.news-page .td-post-views {
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-page .td-icon-views {
    background: url(/sites/images/knowledge-page/ic-view.svg) no-repeat center;
    width: 16px;
    height: 17px;
}
.news-page [class*="td-icon-"] {
    line-height: 1;
    text-align: center;
    display: inline-block;
}
.news-page .td-post-views span {
    font-size: 14px;
    color: #172b4d;
    font-family: Montserrat, Arial, sans-serif;
}
.news-page .fp-right .fp-item {
    display: flex;
    gap: 16px;
}
.news-page .fp-right .fp-thumbnail {
    max-width: 258px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    aspect-ratio: 1.8;
}
.news-page .fp-title h3 {
    font-size: 18px;
}

/* Bài viết mới nhất */
.news-page .news-latest-articles {
    padding-top: 20px;
}
.news-page .news-latest-articles .news-list-title {
    font-family: Montserrat Bold, Arial, sans-serif;
    font-size: 32px;
    color: #0065ff;
}

.news-latest-articles .div-click {
    width: 100%;
}

.news-latest-articles .border-for-item {
    border: 1px solid #d9d9d9;
    border-radius: 24px;
}

.news-latest-articles .article-item {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: none;
    position: relative;
    height: 100%;
    width: 100%;
}

.news-latest-articles .item-thumbnail {
    height: 194px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom: 2px solid #1b74e4;
    position: relative;
    overflow: hidden;
}
.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%;
}

.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;
}
.article-item .item-category a {
    color: #fff;
    text-decoration: none;
}
.article-item .item-body .item-content {
    height: 180px;
    padding: 1rem 1.25rem;
}
.article-item .justify-content-start {
    justify-content: flex-start;
}
.article-item .flex-column {
    flex-direction: column;
}
.article-item .item-body .item-content .item-info {
    font-size: .85rem;
}
.article-item .text-secondary {
    color: #273444;
}
.article-item .item-body .item-content .item-title {
    font-weight: bold;
}
.article-item .item-body .item-content .item-title h3 {
    font-size: 18px;
}
.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;
}
.article-item .text-justify {
    text-align: justify;
}

.item-date-time {
    margin-right: 1rem;
    color: #676767;
}

.article-item .item-info i {
    font-size: 13.6px;
}

.article-item .item-views {
    color: #676767;
}

.article-item .item-views span {
    font-size: 13.6px;
    margin-left: 3px;
}