.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;
}
.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: 10px;
}
.dk{
    text-align: center;
    font-size: 15px;
    color: #D21F3C;
    margin: 5px 0 !important;
}
.list-package{
    width: 70%;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cái / 1 dòng */
    gap: 50px;


}
.list-package .item-package{
    background: linear-gradient(90deg, #FFDDEB 0%, #FFCFFA 100%);
    padding: 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 10px;
}
.item-package .icon-top{
    width: 15%;
    position: absolute;
    top: -40px;
    left: 40%;
}
.item-package .text-header{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.text-header img{
    width: 9%;
    object-fit: contain;
}
.item-package .text-header h1{
    text-align: center;
    margin: 0 !important;
}
.item-package ul{
    padding-left: 20px !important;
    min-height: 235px;
}
.item-package ul li{
    font-size: 15px;
    color: #000 !important;
    line-height: 1.5;
    font-weight: 500;
}
li::marker {
    color: #000;
}
.footer-package{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-package img{
    width: 40%;
    cursor: pointer;
}
.footer-package p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.footer-package .text-sms{
    margin-bottom: 0 !important;
}
.footer-package .sms{
    margin-top: 10px !important;
}
.footer-package .send{
    color: #D21F3C;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .list-package {
        width: 100% !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .dk{
        padding-bottom: 20px !important;
    }
    .header__center h3{
        margin-top: 0;
        white-space: nowrap;
    }
    .item-package ul{
        min-height: 0 !important;
    }
}
