@media only screen and (min-width: 40.0625em) {/*tren may tinh*/
    .top-menu{
        margin-top: 18px;
    }
}
@media only screen and (max-width: 40em) {/*Di động */
    .top-bar-section-menu li:not(.has-form) a:not(.button) {
        line-height: 29px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .logo{
        text-align: center;
    }
    .top-bar-section-menu .dropdown li:not(.has-form):not(.active) > a:not(.button){
        border-bottom: none;
    }
    .top-bar-section-menu ul li{
        border-bottom: 1px dashed #FF9306;
    }
    .ykienkhachhang .owl-item{
        border-right: none;
    }
    .tieudechinh span::after{
        content: none;
    }
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {
    .top-bar-section-menu-main > ul > li:last-child{
        display: none;
    }
}