.related-layout {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 344px;
    gap: var(--space-6);
}

.related-layout__left {
    position: relative;
    min-width: 0;
}

.related-layout__right {
    min-width: 0;
    width: 100%;
}

.block-related .title-site-center {
    text-align: left;
}

.block-related .title-site-center .title-site-big:before {
    left: 0;
    right: auto;
}

.related-list {
    position: relative;
}

.related-list .news-item+.news-item {
    border-top: 1px solid rgba(228, 223, 217, 1);
    padding-top: var(--space-6);
    margin-top: var(--space-6);
}

.related-list .news-item.news-item-horizontal .news-item__image-wrapper {
    width: 380px;
    height: 100%;
}

.related-list .news-item.news-item-horizontal .news-item__content {
    margin-left: var(--space-6);
}

.related-categories {
    padding-top: var(--space-11);
    display: flex;
    align-items: flex-start;
}

.related-categories__label {
    color: #808080;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    position: relative;
    top: 2px;
}

.related-categories__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 18px;
    flex: 1;
    margin-left: 18px;
}

.related-categories__item .related-categories__link {
    color: var(--text-main);
    font-size: 20px;
    font-weight: 700;
    font-family: 'VNBSerif';
    text-decoration: underline;
    transition: all .3s;
}

.related-categories__item .related-categories__link:hover {
    color: var(--text-title);
}

.block-readmore {
    margin-bottom: var(--space-12);
    position: inherit;
}

.related-layout__right .title-site-big {
    font-size: 28px;
    min-height: 48px;
    margin-bottom: var(--space-4);
}

.block-readmore .list-news-readmore {
    display: block;
}

.block-readmore .list-news-readmore .news-sections__col {
    padding-bottom: var(--space-3);
    margin-bottom: var(--space-3);
    border-bottom: 1px solid var(--border-1);
}
.block-readmore .news-item__content-readmore .news-item__title--small {
    font-size: 17px;
    font-weight: 400;
}
.block-readmore .list-news-readmore .news-sections__col:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.block-outstanding {
    padding-top: var(--space-12);
}

.block-outstanding__main .outstanding-news-small__big {
    border-bottom: 1px solid rgba(228, 223, 217, 1);
    padding-bottom: var(--space-3);
    margin-bottom: var(--space-3);
}

.outstanding-news-small__list .news-item+.news-item {
    margin-top: var(--space-4);
    padding-top: var(--space-4);
    border-top: 1px solid rgba(228, 223, 217, 1);
}

.outstanding-news-small__list .news-item.news-item-horizontal .news-item__image-wrapper {
    width: 120px;
    height: auto;
}

.outstanding-news-small__list .news-item.news-item-horizontal .news-item__title {
    font-size: 17px;
    font-weight: 400;
}

.related-section {
    margin-bottom: var(--space-12);
}
.related-list .news-item.news-item-horizontal .news-item__title {
    margin-bottom: var(--space-2);
}
.related-categories-news-mobile {
    display: none;
}
.article-layout {
    width: 660px;
    margin: 0 auto;
}
.news-block__featured--list .news-block-featured__small-items {
    margin-top: var(--space-6);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: var(--space-6);
}
.news-block__featured--list .news-item--featured .news-item__image-wrapper .news-item__thumb {
    margin: 0;
}
.news-block__featured--list .news-block-featured__small-items .news-item {
    margin: 0;
}


.news-block__featured--list .news-item--compact {
    padding-bottom: var(--space-3);
    margin-bottom: var(--space-3);
}
.news-video__sidebar .block-outstanding {
    padding: 0 24px;
}
.news-multimedia.news-multimedia-detail-section .event-featured__slider {
    padding: 0 24px;
}
.news-video.news-video-detail .block-outstanding {
    padding: 0 24px;
}
@media (max-width:575px){
    .news-multimedia.news-multimedia-list .news-block.news-block-vncoop {
    display: none;
}
    .news-video.news-video-detail {
        margin-bottom: 32px;
    }
    .related-section {
        margin-bottom:var(--space-8);
    }

    .highlight-section.dont-miss-section .highlight__title:before {
        width: 80px;
        height: 4px;
        bottom: 0;
        z-index: 1;
    }
    .highlight-section.dont-miss-section .highlight__title {
        margin-bottom: var(--space-4);
        min-height: 45px;
    }
    .related-categories-news-mobile {
        display: grid;
        grid-auto-flow: column;
        justify-content: flex-start;
        grid-template-rows: repeat(2, auto);
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0 12px;
        width: calc(100% + 24px);
        margin: 0 -12px;
        padding: 0 12px;
        grid-auto-columns: 300px;
        margin-top: 40px;
    }
    .related-categories-news-mobile::-webkit-scrollbar {
        display:none;
    }
    .related-categories-news-mobile .news-item {
        scroll-snap-align: start;
        border-bottom: 1px solid rgba(228, 223, 217, 1);
        padding-bottom: var(--space-4);
        margin-bottom: var(--space-4);
    }
    .related-categories-news-mobile .news-item .news-item__image-wrapper {
        width: 70px;
        height: 70px;
    }

    .name-related-categories {
        color: var(--text-title);
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .related-categories-news-mobile .news-item .news-item__title {
        color: var(--text-main);
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4;
    }

    .related-categories-news-mobile .news-item:nth-child(2n+2) {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .related-list .news-item.news-item-horizontal {
        flex-direction: column;
    }
}
@media (max-width:767px)  { 
    .article-layout {
        width: 100%;
        margin: 0 auto;
    }
    .highlight-section.dont-miss-section {
        margin-bottom: 80px;
    }
    .news-multimedia-detail-section .news-video__sidebar {
        display: none;
    }
   
    .news-video.news-video-detail {
        margin-bottom: 32px;
    }
    .news-video.news-video-detail .horizontal-video__main .news-item .news-item__content .news-item__description {
        display: none;
    }
    .related-layout {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }
    .related-list .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 100%;
        margin-bottom: var(--space-2);
    }
    .related-layout__right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 24px;
    }
    .related-layout__right .video__sidebar-qc {
        display: none;
    }
    .block-outstanding {
        padding: 0;
        min-width: 0;
    }
    .block-readmore {
        min-width: 0;
        margin-bottom: var(--space-8);
    }

    .related-list .news-item.news-item-horizontal .news-item__content {
        margin-left: 0;
    }

    .related-categories {
        flex-direction: column;
        padding-top: var(--space-10);
        gap: 8px;
    }

    .related-categories__label {
        top: 0;
    }

    .related-categories__list {
        margin: 0;
        gap: 4px 24px;
    }

    .block-related .title-site-center {
        text-align: center;
    }

    .block-related .title-site-center .title-site-big:before {
        right: 0;
    }

    .block-related {
        background: #fff;
        border-radius: 8px;
        padding: var(--space-3);
        position: relative;
    }
    .related-list .news-item.news-item-horizontal .news-item__description {
        display: none;
    }
    .related-list .news-item.news-item-horizontal .news-item__title {
        margin: 0;
    }
    .related-list .news-item+.news-item {
        padding-top: var(--space-4);
        margin-top: var(--space-4);
    }
    .block-related:before {
        content: '';
        position: absolute;
        height: 8px;
        width: calc(100% - 24px);
        left: 0px;
        right: 0px;
        bottom: -8px;
        background: var(--bg-2-darker);
        margin: auto;
        border-radius: 0px 0px 8px 8px;
    }
}
@media (min-width: 576px) and (max-width:767px)  {
    .related-layout {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }
    .related-list .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 200px;
    }
    .related-layout__right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 24px;
    }
    .related-layout__right .video__sidebar-qc {
        display: none;
    }
    .block-outstanding {
        padding: 0;
        min-width: 0;
    }
    .block-readmore {
        min-width: 0;
    }

    .related-list .news-item.news-item-horizontal .news-item__content {
        margin-left: var(--space-3);
    }

    .related-categories {
        flex-direction: column;
        padding-top: var(--space-9);
        gap: 8px;
    }

    .related-categories__label {
        top: 0;
    }

    .related-categories__list {
        margin: 0;
        gap: 4px 24px;
    }
}
@media (max-width:991px) {
    .news-video.news-video-detail .news-video__sidebar {
        display: none;
    }
    .news-video.news-video-detail .news-overview__sidebar {
        display: none;
    }
        .news-video.news-video-detail .news-video__sidebar {
        display: block;
    }
    .news-multimedia.news-multimedia-detail-section .event-featured__slider {
        padding: 0 ;
    }
        .news-video.news-video-detail .news-video__sidebar .video__sidebar-qc {
        display: none;
    }
    .news-video.news-video-detail .news-video__sidebar .block-outstanding {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width:991px)  { 
    .news-video__sidebar .block-outstanding {
        padding: 0 ;
    }
    .related-layout {
        grid-template-columns: 1fr;
    }
    .related-list .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 300px;
    }
    .related-layout__right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }
    .related-layout__right .video__sidebar-qc {
        display: none;
    }
    .block-outstanding {
        padding: 0;
        min-width: 0;
    }
    .block-readmore {
        min-width: 0;
    }
    .news-video.news-video-detail .block-outstanding__main {
        display: flex;
        align-items: flex-start;
        gap: 0 24px;
    }
    .news-video.news-video-detail .block-outstanding__main .outstanding-news-small__big {
        padding: 0;
        margin: 0;
        border: none;
    }
}

@media (min-width: 992px) and (max-width:1199px)  { 
    .news-video.news-video-detail .block-outstanding {
        padding: 0;
    }
     .news-multimedia.news-multimedia-detail-section .event-featured__slider {
        padding: 0 ;
    }
    .news-video.news-video-detail .news-video__sidebar .block-outstanding {
        padding: 0 ;
    }
    .related-layout {
        grid-template-columns: 1fr 302px;
    }
    .related-list .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 280px;
    }
    .related-list .news-item.news-item-horizontal .news-item__content {
        margin-left: var(--space-4);
    }
}


/* Content */
.article-detail-section {
    padding:32px 0;
    background: #fff;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px 0;
}
.breadcrumb__item {
    padding-right: var(--space-5);
    position: relative;
}
.breadcrumb__item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    top: 10px;
    right: 8px;
}
.breadcrumb__item .breadcrumb__link {
    color: var(--text-main);
    text-transform: uppercase;
    font-weight: 700;
    opacity: .2;
    transition: all .3s;
}
.breadcrumb__item:last-child:before {
    display: none;
}
.breadcrumb__item:last-child {
    padding: 0;
}
.breadcrumb__item.breadcrumb__item--current .breadcrumb__link {
    color: rgba(227, 27, 33, 1);
    opacity: 1;
}
@media (min-width:768px) {
    .article-detail-section .container {
        max-width: 824px;
    }
}
.breadcrumb {
    margin-bottom: 12px;
}

.article-header .article-header__title {
    text-align: center;
    font-family: 'VNBDisplay';
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: var(--space-4);
}
.article-header__meta {
    max-width: 660px;
    margin: 0 auto;
}
.article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    border-bottom: 1px solid rgba(228, 223, 217, 1);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.article-meta__author {
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: relative;
}
.article-meta__author .article-meta__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.article-meta__author .article-meta__name {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.article-meta__content {
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.article-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(228, 223, 217, 1);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.article-meta__time {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    line-height: 1.4;
}
.article-circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(204, 204, 204, 1);
}
.article-actions__button {
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.article-actions__button .article-actions__btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(228, 223, 217, 1);
    border-radius: 4px;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}
.article-actions__button .article-actions__btn:hover {
    background: rgb(228 223 217 / 50%);
}
.article-actions__share {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.share__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.share__menu .share__item {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(228, 223, 217, 1);
    border-radius: 4px;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}
.share__menu .share__item:hover {
    background: rgb(228 223 217 / 50%);
}
.share__menu
.article-layout {
    max-width: 660px;
    margin: 0 auto;
}

.article-content__lead {
    color: var(--text-main);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: var(--space-4);
}

.article-content p {
    color: var(--text-main);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: var(--space-4);
}
.tags {
    display: flex;
    gap: var(--space-2);
    align-items: flex-start;
    margin-top:36px;
}
.list-tag {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    align-items: center;
}
.tags-label {
    font-weight: 400;
    color: #808080;
    font-size: 16px;
    position: relative;
    top:6px;
}

.tags .tag {
    padding: 0 12px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: var(--space-2);
    border: 1px solid var(--border-1);
    background: #fff;
    color: #808080;
    cursor: pointer;
    transition: 0.2s;
    height: var(--space-9);
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.tag:hover {
    background: #efefef;
}

.tags .tag.active {
    background: #fff;
    border-color: var(--text-title);
    color: var(--text-title);
    font-weight: 400;
}
.topic__header {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: var(--space-6);
}
.topic__label {
    font-size: 16px;
    line-height: 1.4;
    color: #808080;
    position: relative;
    top: 3px;
}
.topic__tag {
    color: #e53935;
    font-weight: 600;
    text-decoration: none;
}
.event {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
}
.event__subtitle {
    color: #808080;
    font-size: 16px;
    margin-bottom: var(--space-3);
}
.event__title {
    margin-bottom: var(--space-4);
    font-size: 18px;
    font-weight: 700;
    color: var(
    --text-main);
    line-height: 1.4;
}
.event__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.event__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    color: var(--text-main);
    font-size: 17px;
    line-height: 1.4;
}
.event__item::before {
    border: 2px solid #E31B21;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 7px;
    z-index: 1;
}
.event__more {
    color: #e53935;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.topic {
    margin-top: var(--space-8);
}

.topic__header-list {
    display: flex;
    align-items: center;
    gap: 0 12px;
    flex: 1;
    flex-wrap: wrap;
}

.button-event__more--layout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
}

.button-event__more--layout .text {
    color: var(--text-title);
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.button-event__more--layout:hover .text {
    text-decoration: underline;
}

.button-event__more--layout:hover .icon {
    transform: translateX(4px);
}

.button-event__more--layout .icon {
    transition: all .3s;
    transform: translateX(0px);
}

.event__item:last-child {
    margin: 0;
}

.event__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 16px);
    border-left: 1px dashed #808080;
}

.event__item:last-child::after {
    height: 100%;
}
.related-detail_news .related__title {
    color: var(--text-title);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'VNBSerif';
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}

.related__list .news-item.news-item-horizontal {
    border: 1px solid #D6DBDE;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: var(--space-4);
    background: #fff;
}

.related__list .news-item.news-item-horizontal:last-child {
    margin: 0;
}

.related__list .news-item.news-item-horizontal .news-item__image-wrapper {
    width: 200px;
    height: 100%;
}

.related__list .news-item.news-item-horizontal .news-item__content {
    margin-left: 16px;
}


.related__list .news-item.news-item-horizontal .news-item__content .news-card__meta {
    margin-bottom: 4px;
}

.button-event__read {
    margin-top: auto;
}

.button-event__read--layout {
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
}

.button-event__read--layout .text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #B3B3B3;
    text-transform: uppercase;
    transition: all .3s;
}

.button-event__read--layout .icon {
    transition: all .3s;
    transform: translateX(0);
}

.button-event__read--layout .icon svg path {
    transition: all .3s;
}

.button-event__read--layout:hover .icon svg path {
    fill: var(--text-title);
}

.button-event__read--layout:hover .icon {
    transform: translateX(4px);
}

.button-event__read--layout:hover .text {
    color: var(--text-title);
}
.block-cards-article {
    margin-top: 16px;
}
.related__list .news-item.news-item-horizontal .news-item__content .news-item__title.news-item__title--small a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 76px;
}
.highlight-section.news-latest {
    padding-top: var(--space-8);
}
@media (min-width:576px) {
    .highlight-section.news-latest .highlight__title:before {
    width:100%;
}
}
.related-detail_news {
    margin-top: 24px;
}
.share__menu .share__item.share__item-google {
    width: auto;
    padding: 0 16px;
}
.article-meta__share {
    margin-top: var(--space-4);
}
.article-meta__share .share__menu {
    justify-content: flex-end;
}
.article-meta__source {
    text-align: right;
    margin-top: var(--space-6);
    color: var(--text-main);
    font-size: 18px;
}
.article-meta__source-text {
    font-weight: 700;
}
.cards-article+.cards-article {
    margin-top: var(--space-4);
}

.cards-article {
    padding: var(--space-6);
    border-radius: var(--space-2);
}

.cards-article__body .cards-article__text {
    font-size: 18px;
    color: #34495C;
    line-height: 1.6;
    margin: 0;
}

.cards-article.card--normal {
    border: 1px solid rgba(52, 73, 92, 0.2);
    background: rgba(255, 255, 255, 1);
}

.cards-article.card--secondary {
    background: rgba(245, 245, 245, 1);
}

.cards-article.card--muted {
    background: rgba(232, 239, 250, 1);
}

.cards-article.card--highlight {
    border-top: 2px solid rgba(227, 27, 33, 1);
    background: rgba(248, 244, 236, 1);
    border-radius: 0 0 8px 8px;
}


.cards-article__head {
    margin-bottom: var(--space-2);
}

.cards-article__head .cards-article__title {
    font-size: 18px;
    color: rgba(52, 73, 92, 1);
    line-height: 1.6;
    margin: 0;
}





.article-table-block {
    margin: 32px 0;
}
.article-table-block__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: var(--space-4);
    color: var(
    --text-main);
}
.article-table-block__search {
    margin-bottom: var(--space-4);
}
.article-table-block__search-input {
    width: 100%;
    max-width: 313px;
    padding: 4px 16px;
    border-radius: 20px;
    border: 1px solid #e4dfd9;
    height: 32px;
    font-size: 16px;
    color: var(--text-main);
    transition: all .3s;
}
.article-table-block__pagination {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
}
.article-table-block__page-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-1);
    background: #fff;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-table-block__page-current {
    font-weight: 600;
}
.article-table-block__page-total {
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.4;
}
.article-table-block__search-input:focus {
    border-color: #979694;
}
.article-table-block__page-btn:hover {
    background: #e7e7e7;
}
.article-table-block__page-input {
    width: 40px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    outline: none;
    color: var(--text-main);
}
.article-table-block__page-input::-webkit-outer-spin-button,
.article-table-block__page-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.article-table-block__page-input {
    -moz-appearance: textfield;
}
.article-table-block__page-input:focus {
    border-color: #C4161C;
}
.article-table-block__flex {
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.article-detail {
    width: 100%;
    overflow-x: auto;
}

.article-quote {
    position: relative;
    margin: 0 0 52px 0;
    background: #fff;
}
.article-quote .article-quote__text {
    font-size: 18px;
    line-height: 1.6;
    color: #111;
    margin: 0 0 16px 0;
    font-weight: 700;
}
.article-quote__author {flex: 1;text-align: right;}
.article-quote__name {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: var(--text-main);
    margin-bottom: 3px;
}
.article-quote__title {
    color: #808080;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
.article-quote__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 16px;
}
.article-quote__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.article-quote__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article-quote--line {
    border-left: 2px solid #C4161C;
    padding-left: 24px;
}
.article-quote--quote::before {
    content: "";
    font-size: 64px;
    color: #C4161C;
    position: absolute;
    top: -10px;
    left: 0;
    line-height: 1;
}

.article-quote--boxed {
    border: 2px solid #C4161C;
    border-radius: 8px;
    padding: 24px;
}
.article-quote--boxed .icon-quote {
    position: absolute;
    top: -24px;
    left: -24px;
    background: #fff;
    padding: 12px;
}
.article-quote.article-quote--quote .icon-quote {
    position: absolute;
    top: 2px;
    left: 0;
}
.article-quote.article-quote--quote {
    padding-left: 48px;
}
.article-quote.article-quote--corner .icon-quote-top {
    position: absolute;
    top: 0;
    left: 0;
}
.article-quote.article-quote--corner .icon-quote-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}
.article-quote.article-quote--corner {
    padding: 32px 40px;
}
.icon-quote-bottom img {
    transform: rotate(-180deg);
}
.article-quote.article-quote--corner .icon-quote-top:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 46px;
    width: 46px;
    height: 2px;
    background: #C4161C;
}
.article-quote.article-quote--corner .icon-quote-top:after {
    content: '';
    position: absolute;
    top: 36px;
    width: 2px;
    height: 46px;
    background: #C4161C;
    left: 15px;
}
.article-quote.article-quote--corner .icon-quote-bottom:before {
    content: '';
    position: absolute;
    bottom: 15px;
    height: 2px;
    width: 46px;
    background: #C4161C;
    right: 46px;
}
.article-quote.article-quote--corner .icon-quote-bottom:after {
    content: '';
    position: absolute;
    bottom: 36px;
    width: 2px;
    height: 46px;
    background: #C4161C;
    left: 15px;
}
.article-figure__item {
    position: relative;
}
.article-figure.figure-2 .article-figure__media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.article-figure.figure-3 .article-figure__media {
    display: grid;
    gap: 8px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
}
.article-figure.figure-3 .article-figure__media .article-figure__item:first-child {
    grid-row: 1 / span 2;
}
.article-figure.figure-4 .article-figure__media {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
}
.article-figure.figure-2 .article-figure__media .article-figure__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 5 / 3;
}
.article-figure.figure-3 .article-figure__media .article-figure__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 5 / 3;
}
.article-figure.figure-4 .article-figure__media .article-figure__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 5 / 3;
}
.article__slider {
    position: relative;
}

.article__slider .ct-nav-slide {
    width: var(--space-10);
    height: var(--space-10);
    background: rgb(255 255 255 / 50%);
    border: none;
    top: 200px;
}
.article__slider .ct-nav-slide svg path {fill-opacity: .2;}

.article__slider .ct-nav-slide svg {
    display: block;
    width: auto;
    height: auto;
}
.article__slider .ct-nav-slide:hover {
    background: #fff;
}

.article__slider .ct-nav-slide:hover svg path {
    fill-opacity: .6;
}

.article__slider .article-figure figcaption {
    text-align: center;
    color: #666666;
}

.article__slider .article-figure .article-figure__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 5 / 3;
}

.article__slider .article-figure {
    padding: 0;
}
.article__list {
    margin-bottom: 24px;
}
.article__slider {
    margin-bottom: 16px;
}
.article-related {
    float: right;
    width: 216px;
    margin: 0 0 12px 16px;
}
.article-float::after {
    content: "";
    display: block;
    clear: both;
}
.article-related .news-item.news-item-horizontal {}

.article-related .news-item {
    border-radius: 4px;
    border: 1px solid #D6DBDE;
    padding: 12px;
        background: #fff;
}

.article-related .news-item .news-item__image-wrapper {
    width: 100%;
}

.article-related .news-item .news-item__title--small {
    font-size: 17px;
    font-weight: 400;
}
.gallery-thumbs__slider {
    position: relative;
    padding-top: 32px;
    margin-bottom: 24px;
}
.gallery-thumbs__slider .gallery-count {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: var(--text-main);
    font-size: 16px;
}
.gallery-thumbs__slider .ct-nav-slide {
    width: 24px;
    height: 24px;
    background: #fff;
    border: none;
    border-radius: 4px;
    top: 20px;
    transform: none;
    bottom: auto;
}
.gallery-thumbs__slider .ct-nav-slide.swiper-button-next {
    right: 0;
}
.gallery-thumbs__slider .ct-nav-slide.swiper-button-prev {
    left: auto;
    right: 32px;
}
.gallery-thumbs__slider .ct-nav-slide:hover {
    background: #fff;
}
.gallery-thumbs__slider .ct-nav-slide img {
    width: 10px;
}
.gallery-thumbs__slider .article-figure__media .article-figure__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s;
}
.gallery-thumbs__slider .article-figure__media:hover .article-figure__img {
    border-color: #E31B21;
}
.gallery-thumbs__slider .article-figure__media {
    height: 90px;
}
.gallery-thumbs__slider .swiper-slide {
    width: auto;
}
.gallery-thumbs__slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 93px;
    height: 90px;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 98.69%);
    z-index: 2;
}
.article-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}
.article-actions__group--absolute.share__item__absolute {
    border: 1px solid var(--border-1);
    border-radius: 8px;
    padding: 4px;
    position: absolute;
    top: -6px;
    left: -1px;
    transform: translateX(-30px);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    width:auto;
    right: auto;
}
.article-actions__group--absolute .custom-article-actions__size {
    display: flex;
    align-items: center;
    gap: 4px;
}
.article-actions__btn img {
    width: 18px;
    height: 18px;
}

.article-actions__btn:hover {
    background: #f5f3ef;
}

.article-actions__btn.is-active {
    color: #c30000;
    border-color: #c30000;
}
.article-actions__group {
    position: relative;
}
.article-actions__group--absolute.share__item__absolute.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.custom-article-actions__size .js-font-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}
.custom-article-actions__size .js-font-btn svg path {
    transition: all .3s;
}
.custom-article-actions__size .js-font-btn.is-active svg path {
    fill: var(--text-title);
}
.article-actions__btn--close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #F6F5EF;
    outline: none;
    box-shadow: none;
    border: none;
    cursor:pointer;
    transition: all .3s;
}
.article-actions__btn--close:hover {
    border-color: var(--border-1);
}
.article-actions__btn--undo {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all .3s;
    cursor: pointer;
}
.article-actions__btn--undo:hover {
    background: #F6F5EF;
}
.custom-article-actions__size .js-font-btn:hover {
    background: #F6F5EF;
}
.js-font-btn.font-btn__sm svg {
    width: 14px;
    height: 14px;
}

.js-font-btn.font-btn__md svg {
    width: 17px;
    height: 17px;
}

.js-font-btn.font-btn__lg svg {
    width: 19px;
    height: 19px;
}

.js-font-btn.font-btn__xl svg {
    width: 22px;
    height: 22px;
}

.custom-article-actions__size .js-font-btn svg {
    position: relative;
}
.js-font-btn:before {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: var(--text-title);
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0;
}
.js-font-btn.font-btn__sm:before {
    width: 14px;
}
.js-font-btn.font-btn__md:before {
    width: 17px;
}
.js-font-btn.font-btn__lg:before {
    width: 19px;
}
.js-font-btn.font-btn__xl:before {
    width: 22px;
}
.js-font-btn.is-active:before {
    opacity: 1;
    visibility: visible;
}
.article-detail-section-left .layout-detail-section {
        position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0 78px;
}
.article-detail-section-left .layout-detail-section .article-detail-section__main {
    width: calc(100% - 422px);
}
.article-detail-section-left .breadcrumb__list {
    justify-content: flex-start;
}
.article-detail-section-left .article-header .article-header__title {
    text-align: left;
}
.article-detail-section-left .article-header__meta {
    max-width: 100%;
}
.article-detail-section-left .article-meta {
    justify-content: flex-start;
}
.article-detail-section__sidebar {
    width: 344px;
}
.news-hub.new-hub-detail-news {
    padding-top: 42px;
}
.breadcrumb .google-news {
    display: none;
}
@media (min-width:1200px) {
    .article-detail-section-left .container {
        max-width: 1106px;
    }
}
@media (max-width:575px){
    .gallery-thumbs__slider .ct-nav-slide img {
        width: 9px;
    }
    .article-related {
        float: none;
        width: 100%;
        margin: 0 0 12px 0;
    }
    .article-quote {
        margin: 0 0 32px 0;
    }
    .article-quote__title {
        font-size: 14px;
    }
    .article-quote__avatar {
        width: 50px;
        height: 50px;
    }
    .article-quote {
        padding-left: 12px;
    }

    .article-quote__name {
        margin: 0;
    }

    .article-quote__footer {
        gap: 0 8px;
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
    .article-quote.article-quote--quote .icon-quote {
        width: 24px;
    }
    .article-quote.article-quote--corner .icon-quote-top {
        width: 24px;
    }
    .article-quote.article-quote--corner .icon-quote-top:before {
        top: 10px;
        left: 36px;
    }
    .article-quote.article-quote--corner .icon-quote-top:after {
        top: 28px;
        left: 10px;
    }
    .article-quote.article-quote--corner {
        padding: 28px;
    }
    .article-quote.article-quote--corner .icon-quote-bottom {
        width: 24px;
    }
    .article-quote.article-quote--corner .icon-quote-bottom:before {
        right: 40px;
        bottom: 12px;
    }
    .article-quote.article-quote--boxed {
        padding: 20px;
    }
    .article-quote--boxed .icon-quote {
        padding: 8px;
        left: 16px;
    }
    .article-quote__author {
        text-align: left;
    }
    .cards-article {
        padding: var(--space-3);
    }
    .article-meta__share {
        display: none;
    }
    .article-meta__source {
        margin-top: var(--space-4);
    }
    .button-event__read {
        margin-top:12px;
    }
    .related__list .news-item.news-item-horizontal {
        padding: var(--space-3);
        flex-direction: column;
    }
    .related__list .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 100%;
    }
    .related__list .news-item.news-item-horizontal .news-item__content {
        margin: 0;
        margin-top: var(--space-2);
    }
    .related__list .news-item.news-item-horizontal .news-item__content .news-item__title.news-item__title--small a{
        display: block;
        min-height: auto;
    }
    .related-detail_news {
        margin-top: 32px;
    }
    .topic__header-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        flex: 1;
        width: calc(100% - 70px);
        margin-right: -12px;
        padding-right: 12px;
    }
    .topic__header-list::-webkit-scrollbar {
        display: none;
    }
    .topic__header-list .topic-item {
        white-space: nowrap;
        display: flex;
    }
    .topic__label {
        font-weight: 700;
        width: 70px;
    }
    .event {
        padding: 12px;
    }
    .tags-label {
        font-weight: 700;
    }

    .event__subtitle {
        font-weight: 700;
    }
    .article-header .article-header__title {
        font-size: 26px;
        text-align: left;
    }
    .article-detail-section {
        padding: 16px 0;
    }
    .breadcrumb__list {justify-content: flex-start;}
    .breadcrumb__item .breadcrumb__link {

        font-size: 14px;
    }
    .article-meta__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .article-meta {
        justify-content: flex-start;
        border: none;
        padding: 0;
    }
    .article-circle {
        display: none;
    }
    .article-meta__time {
        font-size: 13px;
    }
    .article-header__meta .article-actions {
        display: none;
    }
    .list-tag {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -12px;
        padding-right: 12px;
        position: relative;
    }
    .tags .tag {
        white-space: nowrap;
    }
    .list-tag ::-webkit-scrollbar {
        display: none;
    }
    .article-detail-section-left .layout-detail-section {
        gap: 24px 0;
        flex-direction: column;
        margin: 0 -12px;
    }
    .article-layout {
        width: 100%;
    }
    .article-detail-section-left .layout-detail-section .article-detail-section__main {
        width: 100%;
        padding: 0 12px;
    }
    .article-detail-section__sidebar {
        width: 100%;
        background: rgba(250, 240, 228, 1);
        padding: 24px 12px 0 12px;
    }
    .article-detail-section__sidebar .video__sidebar-qc {
        display: none;
    }
    .article-detail-section.article-detail-section-left {
        padding-bottom: 0;
    }
    .article-detail-section__sidebar .block-readmore {
        margin: 0;
    }
}
@media (min-width: 576px) and (max-width:767px)  { 
    .article__slider .ct-nav-slide {
        top: 155px;
    }
    .article-quote__title {
        font-size: 14px;
    }
    .article-quote__avatar {
        width: 50px;
        height: 50px;
    }
    .article-quote {
        margin: 0 0 42px 0;
    }
    .article-header .article-header__title {
        font-size: 28px;
    }
    .article-header .article-header__title {
        font-size: 28px;
    }
    .article-detail-section-left .layout-detail-section {
        gap: 24px 0;
        flex-direction: column;
    }
    .article-layout {
        width: 100%;
    }
    .article-detail-section-left .layout-detail-section .article-detail-section__main {
        width: 100%;
    }
    .article-detail-section__sidebar {
        width: 100%;
    }
    .article-detail-section__sidebar .video__sidebar-qc {
        display: none;
    }
}
@media (min-width: 768px) and (max-width:991px)  { 
    .article-header .article-header__title {
        font-size: 28px;
    }
    .article-detail-section-left .container {
        max-width: 720px;
    }
    .article-detail-section-left .layout-detail-section {
        gap: 24px 0;
        flex-direction: column;
    }
    .article-layout {
        width: 100%;
    }
    .article-detail-section-left .layout-detail-section .article-detail-section__main {
        width: 100%;
    }
    .article-detail-section__sidebar {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }
    .article-detail-section__sidebar .video__sidebar-qc {
        display: none;
    }
    .article-detail-section__sidebar .news-block-featured__sidebar-content {
        min-width: 0;
    }
}
@media (max-width:991px) {
    .breadcrumb .google-news {
        display: flex;
    } 
    .breadcrumb {
        display: flex;
        align-items: flex-start;
        gap: 0 8px;
    }
    .breadcrumb__list {
        flex: 1;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) and (max-width:1199px)  { 
    .article-detail-section-left .container {
        max-width: 960px;
    }
    .article-detail-section-left .layout-detail-section {
        gap: 0 24px;
    }
    .article-layout {
        width: 100%;
    }
    .article-detail-section-left .layout-detail-section .article-detail-section__main {
        width: calc(100% - 368px);
    }
}   
@media (min-width: 1200px) and (max-width:1399px)  { 

}
@media (min-width: 1400px) and (max-width:1599px)  { 

}