.menu-headers{
    left: 0 !important;
}
.header__center h3{
    margin-bottom: 0 !important;
}
.container-content{
    margin-top: 30px !important;
}
.item-content h3{
    font-size: 20px;
}
.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;
}
.nm__item_top_avatar img{
    height: 100%;
    border-radius: 50%;
}
.owl-dots{
    display: none;
}
.main-container{
    margin-top: 10px;
}
.list-music{
    margin-top: 40px;
}
.open-play-list{
    cursor: pointer;
}
@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_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 ... */
    }

    .main-container{
        margin-top: 0 !important;
    }
    .container-img{
        margin: 0 -12px;
    }
    .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;
    }
    .csc_item{
        width: calc(50% - 1rem) !important;
        margin-right: 1.8rem !important;
    }

    .csc_item:nth-child(even) {
        margin-right: 0 !important;
    }
    .theloai_list>a {
        width: calc(100% - 1rem);
    }
    .theloai_item{
        border-radius: 10px !important;
    }
    .list-music{
        margin-top: 10px !important;
    }

}
