.menu-headers{
    left: 0 !important;
}
.header__center h3{
    margin-bottom: 0 !important;
}
.tl .disabled,
.tth .disabled,
.scnb .disabled,
.kctt .disabled{
    display: none;
}
.owl-stage-outer{
    width: 100%;
}
.owl-stage{
    width: 100% !important;
}
.owl-item{
    width: 100% !important;
}
.scnb__r{
    width: 100% !important;
    margin-right: 0 !important;
}
.img-stt{
    width: 4.5%;
    object-fit: contain;
    margin-right: 20px;
}
.nm__item_top_avatar img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
.item-content h3{
    font-size: 20px;
}
.header__top{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.owl-dots{
    display: none;
}
.scnb{
    margin-top: 30px;
}
.main-container{
    margin-top: 20px;
}
.owl-stage{
    cursor: pointer;
}
.scnb__item_l h3{
    font-size: 28px;
    color: #737373 !important;
    min-width: 58px;
    margin: 0;
    padding-left: 8px;
}
.scnb__item_l{
    align-items: center;
}
@media (min-width: 1000px) {
    .scnb__item_l_cont_title>a{
        white-space: nowrap;
    }
    .scnb__item_l_cont_title{
        min-width: 500px;
    }
}

@media (max-width: 768px) {
    .scnb__item_l .container-img{
        min-width: 70px;
    }
    .img-stt {
        width: 12% !important;
        margin-right: 10px !important;
    }
    .scnb__item_l h3{
        min-width: 43px !important;
        padding-left: 8px !important;
        font-size: 25px !important;
    }
    .scnb__item_l_cont_title > a {
        display: block;          /* bắt buộc */
        white-space: nowrap;     /* chỉ 1 dòng */
        overflow: hidden;        /* ẩn phần dư */
        text-overflow: ellipsis; /* hiện ... */
    }
    .header__center h3{
        margin-top: 0;
        white-space: nowrap;
    }
    .noline{
        margin-top: 0 !important;
    }
    .scnb__item_r{
        display: flex;
        justify-content: end;
    }
    .show-play-list {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }
    .header__center h3{
        font-size: 20px !important;
    }
}
@media (max-width: 320px) {
    .scnb__item_l h3{
        font-size: 20px !important;
    }
}
