.section-magazine {
    background: #DFDAD3;
    margin-top:56px;
    height: calc(100dvh - 56px);
    overflow-y: auto;
    overflow-x:hidden;
}
.ct-magazine-header .header-top {
    display: none;
}
 .ct-header-detail.ct-magazine-header .header-top__border {
    display: none;
}
.ct-magazine-header .header-main {
    position: fixed;
    margin: 0;
    padding: 0;
}
.ct-magazine-header .header-main .layout-header__menu {
    justify-content: flex-start;
}
.ct-magazine-header .header-main .logo-header-scroll {
    display: flex;
}
.ct-magazine-header .header-main .header__menu-btn {
    margin-right: auto;
}
.ct-magazine-header.ct-header-detail .header-main .header__detail-new {
        display: flex;
    justify-content: center;
    padding: 0;
}
.ct-magazine-header .header-main .header__share {
    display: flex;
}
.ct-magazine-header .header-main .header__menu-search {
    display: none;
}
.ct-magazine-header .header__menu-main {
    display: none;
}
.ct-magazine-header .logo-header-scroll {
    display: block;
}

.newspaper-select__toggle {
    height: 36px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 8px;
    padding: 0 12px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    gap: 0 8px;
    transition: all .3s;
}

.newspaper-select {
    position: relative;
    width: 300px;
}
.newspaper-select__icon {
    opacity: .5;
}
.newspaper-popup {
    position: absolute;
    top: 44px;
    right: -60px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    transition: all .4s;
    width: 440px;
    border-radius: 8px;
    padding: var(--space-6);
}
.newspaper-popup.is-open {
    opacity:1;
    visibility: visible;
}
.newspaper-select__toggle .newspaper-select__label {
    color: var(--text-main);
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
    display: block;
    text-align: left;
    transition: all .3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newspaper-select__toggle:hover {
    background: rgba(255, 255, 255, 1);
}

.newspaper-popup__title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'VNBSerif';
}

.newspaper-popup__header {
    border-bottom: 1px solid var(--text-main);
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.newspaper-popup__close {
    position: absolute;
    transition: all .4s;
    top: var(--space-3);
    right: var(--space-3);
    z-index: 1;
    cursor:pointer;
}

.newspaper-popup__close svg {
    width: 15px;
    height: 15px;
}

.newspaper-popup__list .news-item.news-item-horizontal {
    display: flex;
    align-items: normal;
    padding-bottom: var(--space-4);
    margin-bottom: var(--space-4);
    border-bottom: 1px solid rgba(228, 223, 217, 1);
}

.newspaper-popup__list .news-item.news-item-horizontal .news-item__image-wrapper {
    width: 90px;
    height: 120px;
}

.newspaper-popup__list .news-item.news-item-horizontal .news-item__image-wrapper .image-container {
    width: 100%;
    height: 100%;
}

.newspaper-popup__list .news-item.news-item-horizontal .news-item__image-wrapper .news-item__thumb {
    width: 100%;
    height: 100%;
}

.newspaper-popup__list .news-item.news-item-horizontal:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.newspaper-popup__list .news-item.news-item-horizontal .news-item__content {
    margin-left: var(--space-4);
        height: auto;
}
.newspaper-popup__list .news-item.news-item-horizontal .news-item__content .news-item__title {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
}
.newspaper-popup__list .news-item.news-item-horizontal .news-item__content .news-item__date {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.newspaper-popup__list {
    position: relative;
    max-height: 424px;
    overflow-y: auto;
    overflow-x:hidden;
    padding-right:6px;
}
.newspaper-popup__list::-webkit-scrollbar {
    width: 3px;
}
.newspaper-popup__list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
.newspaper-popup__list::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 100px;
}
@media (max-width:575px){

}
@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 (max-width:991px)  { 
    .ct-magazine-header .header-main .header-top__user {
    display: flex;
}
.ct-magazine-header .menu__popup_main .menu__layout .header-top__inner .header-top__logo {
    width: auto;
    flex: 1;
}
    .ct-magazine-header.ct-header-detail .header-main .header__detail-new {
        display: none;
    }
    .ct-magazine-header .header-main .logo-header-scroll {
        display: none;
    }
    .ct-magazine-header .header-main .header__share {
        display: none;
    }
    .ct-magazine-header .header-top {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: auto;
    }
    .ct-header-detail.ct-magazine-header .header__share .share__item:before {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width:1399px)  { 

}
@media (min-width: 1400px) and (max-width:1599px)  { 

}
