/*  HEADER */
.logo-longform {
    display: none;
}

@media (min-width:992px) {
    .fixed-header-longform .header-top {
        display: none;
    }

    .fixed-header-longform .header-top__border {
        display: none;
    }

    .fixed-header-longform .header__menu-main {
        display: none;
    }

    .fixed-header-longform .logo-header-scroll {
        display: flex;
    }

    .fixed-header-longform .header__menu-btn {
        margin-right: auto;
    }

    .fixed-header-longform .header__menu-search {
        display: none;
    }

    .fixed-header-longform .header__share {
        display: flex;
    }

    .fixed-header-longform .header__detail-new .name-category-menu {
        display: none;
    }

    .fixed-header-longform .header__detail-new .name-news-detail {
        display: none;
    }

    .fixed-header-longform .header__detail-new {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .fixed-header-longform .header__detail-new .logo-longform-header {
        padding-top: 5px;
    }

    .ct-header-detail.fixed-header-longform .header-main.fixed-header .header__detail-new {
        display: flex;
    }

}

@media (min-width:1200px) {
  
    .ct-header-detail.fixed-header-longform .header-main.fixed-header .header__detail-new.is-show-title .logo-longform-header {
        display: none;
    }
    .fixed-header-longform .fixed-header .is-show-title .name-category-menu {
        display: block;
    }

    .fixed-header-longform .fixed-header .is-show-title .name-news-detail {
        display: block;
    }
}

@media (max-width:991px) {
    .ct-header-detail.fixed-header-longform .header-top__inner .header-top__menu {
        margin-right: 0;
    }

    .logo-longform {
        display: flex;
        background: rgba(238, 228, 217, 1);
    }

    .logo-longform__inner {
        text-align: center;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-longform__inner img {
        width: 95px;
    }

    .fixed-header-longform .header-top {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }
}

/* END HEADER */




/* Content */
.news-hub.new-hub-detail-news.news-hub-longform {
    padding: 0;
}

.author-credit {
    text-align: center;
    /* Hoặc màu nền của bạn */
    margin-bottom: 48px;
}

.author-credit__title {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.author-credit__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
}

.author-credit__item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 0 8px;
    position: relative;
}

.author-credit__item:last-child {
    border-right: none;
    padding-right: 0;
}

.author-credit__avatar {
    width: 32px;
    height: 32px;
    background-color: rgba(173, 181, 184, 1);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.author-credit__name {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 700;
    font-family: 'VNBText';
}


.author-credit__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.author-credit__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 16px;
    background: var(--border-1);
    margin: auto;
}

.author-credit__item:last-child:before {
    display: none;
}

.article-detail-section__longform .article-meta__source {
    margin: 0;
    text-align: center;
    margin-bottom: 48px;
}

.article-detail-section__longform .article-meta__share {
    margin: 0;
    padding-bottom: 24px;
}

.article-detail-section__longform .article-meta__share .text {
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
}

.article-detail-section__longform .article-meta__share .share__menu {
    justify-content: center;
}

.banner-longform {
    line-height: 0;
}

.article-detail-section__longform {
    padding: 32px 0;
    background: #fff;
}

.article-header__longform .article-meta {
    padding: 0;
    margin: 0;
    border: none;
}

.article-header__longform .author-credit__list {
    margin-bottom: 16px;
}

.article-header__longform .article-header__meta {
    margin-bottom: 24px;
}

.article-header__longform--title {
    margin-bottom: 24px;
    color: var(--text-main);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    position: relative;
}

.line-hr {
    width: 120px;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    margin: 20px auto;
}

.article-header__longform {
    padding-bottom: 40px;
}
.timeline__flex {
    display: flex;
    align-items: flex-start;
}

.timeline__flex .timeline__stt {
    color: var(--text-main);
    font-size: 15px;
    line-height: 1.4;
    width: 20px;
}

.timeline__flex .timeline__text {
    flex: 1;
    color: var(--text-main);
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width:575px) {
    .article-detail-section__longform {
        padding: 24px 0;
        background: #fff;
    }

    .news-hub.news-hub-longform .related-list .news-item.news-item-horizontal .news-card__meta {
        display: none;
    }

    .article-detail-section__longform .article-meta__source {
        text-align: left;
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .article-detail-section__longform .article-meta__source .article-meta__source-text {
        flex: 1;
        margin-left: 4px;
    }

    .author-credit {
        margin-bottom: 24px;
        text-align: left;
    }

    .author-credit__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .author-credit__item {
        padding: 0;
    }

    .author-credit__item:before {
        display: none;
    }

    .author-credit__name {
        flex: 1;
        display: block;
    }
}

@media (min-width: 576px) and (max-width:767px) {}

@media (min-width: 768px) and (max-width:991px) {}

@media (min-width: 992px) and (max-width:1199px) {}

@media (min-width: 1200px) and (max-width:1399px) {}

@media (min-width: 1400px) and (max-width:1599px) {}

/* Sticky Header Animation */