.header__detail-new .name-news-detail .is-live-small {
    top: -2px;
}

.text-update {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 400;
}

.article-meta__share.article-meta__share--left {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.article-meta__share.article-meta__share--left .text {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.article-meta__share.article-meta__share--left .share__menu .share__item {
    border-color: #fff;
}

.article-meta__share.article-meta__share--left .share__menu .share__item:hover {
    border-color: rgba(228, 223, 217, 1);
}

.video-iframe {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.news-feed__tabs {
    border-bottom: 1px solid var(--border-1);
    display: flex;
    align-items: center;
    transition: all .3s;
    margin-bottom: 16px;
}

.news-feed__tabs .news-feed__tab {
    display: inline-block;
    position: relative;
    color: #B3B3B3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    background: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
    height: 36px;
    margin-right: var(--space-6);
}

.news-feed__tabs .news-feed__tab:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--text-title);
    transition: all .3s;
}

.news-feed__tabs .news-feed__tab.news-feed__tab--active,
.news-feed__tabs .news-feed__tab:hover {
    color: var(--text-title);
}

.texture-line {
    width: 87px;
    height: 1px;
    background: #000;
    margin-bottom: 16px;
}

.news-feed__tabs .news-feed__tab.news-feed__tab--active:before,
.news-feed__tabs .news-feed__tab:hover:before {
    width: 100%;
}

.news-feed__card {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--border-1);
}

.news-feed__card .news-card__time {
    color: #808080;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.news-feed__list .article-editor>h3 {
    margin-bottom: 8px;
}


/* Tocs */
.timeline {
    position: fixed;
    top: 80px;
    left: 0;
    width: 213px;
    z-index: 99;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.timeline.is-open {
    opacity: 1;
    visibility: visible;
}

.timeline__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    background: #FDF8F2;
    border-radius: 0 0 8px 8px;
    padding: 24px;
   display: none;
    transition: all .3s;
}

.timeline__content::-webkit-scrollbar {
    width: 6px;
}

.timeline__content::-webkit-scrollbar-track {
    background: rgba(250, 240, 228, 0.5);
    border-radius: 100px;
}

.timeline.is-collapse .timeline__header {
    border-radius: 0 8px 0 0;
}

.timeline__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}

.timeline__header {
    background: rgba(250, 240, 228, 1);
    padding: 8px 16px 8px 24px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0 8px 8px 0;
}
.timeline.is-collapse {
    width: 344px;
}
.timeline__header .timeline__title {
    flex: 1;
    color: rgba(128, 128, 128, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.timeline__header .timeline__close {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

.timeline.is-collapse .timeline__content {
    display: block;
}

.timeline.is-collapse .timeline__close .arrow {
    display: none;
}

.timeline.is-collapse .timeline__close .close {
    display: block;
}

.timeline.is-collapse .timeline__close img {
    filter: invert(0);
}

.timeline__item {
    position: relative;
    padding-left: 24px;
    padding-bottom: 16px;
}

.timeline__item:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #E31B21;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed rgba(167, 167, 167, 1);
}

.timeline__item .timeline__info .timeline__date {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.timeline__item .timeline__info .timeline__heading {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.timeline__item:last-child {
    padding-bottom: 0;
}

.timeline__info {
    cursor: pointer;
}

.timeline__header .timeline__close .close {
    display: none;
}

.timeline__header .timeline__close img {
    filter: invert(0.4);
}
@media (max-width:575px){

}
@media (min-width: 576px) and (max-width:767px)  { 
 
}
@media (min-width: 768px) and (max-width:991px)  { 

}
@media (max-width:991px) {
    .timeline {
        top: 56px;
        width: 100% !important;
        display: flex;
        flex-direction: column-reverse;
        height: calc(100dvh - 56px);
        border-radius: 0;
    }

    .timeline:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .5;visibility: hidden;}

    .timeline__content {
        max-height: none;
        height: calc(100dvh - 92px);
        width: 324px;
        border-radius: 0;
        padding: 16px;
    }

    .timeline__header {
        height: 36px;
        border-radius: 0 !important;
    }

    .timeline.is-collapse::before {
        visibility: visible;
    }

    .timeline__header .timeline__title {
        flex: none;
        margin-right: 10px;
    }

    .timeline__header .timeline__close .arrow {
        transform: rotate(-90deg);
        position: relative;
        top: -1px;
    }
}
@media (min-width: 992px) and (max-width:1199px)  { 

}
@media (min-width: 1200px) and (max-width:1399px)  { 
  
}
@media (min-width: 992px) and (max-width:1599px)  { 
    .timeline__header {
        padding: 8px 8px 8px 10px;
    }
    .timeline {
        width: 166px;
    }
}
.timeline__item.is-active .timeline__info .timeline__heading,
.timeline__item.is-active .timeline__info .timeline__date,
.timeline__item.is-active .timeline__info .timeline__description {
    color: var(--text-title);
}
