#main-header{position: relative;}
#mobile-nav{position:sticky;position:-webkit-sticky;top:0;z-index: 123;background: #fff;box-shadow: 0 0.2rem 1.9rem rgba(0, 0, 0, .15) !important;}
.toggle-menu{
    background: #BD534C;
    border: 0;
    border-radius: 2px;
    padding: 2px 11px;
    color: #fff;
}
#main-header .menu-wrap{
    width: 150px;
    background: #fff;
    padding: 15px 20px;
    top: 15px;
    position: fixed;
    left: 15px;
    z-index: 123;
    transition: 0.3s ease-in-out;
}
.custom-page #main-header .menu-wrap{
    top: 0;
    position: fixed;
    left: 0;
    height: 100vh;
    width: 200px;
}
#main-header .menu-wrap .main-logo{
    display: block;
    text-align: center;
}
#main-header .menu-wrap .main-logo img{
    height: 100px !important;
}
#main-header .menu-wrap .list-menu{
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-left: 13px;
}

#main-header .menu-wrap .list-menu a{
    display: block;
    color: #333;
    text-decoration: none;
    transition: 0.4s ease;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
}
#main-header .menu-wrap .list-menu a.active,#main-header .menu-wrap .list-menu a:hover{padding-left:7px;font-weight:bold;color:#333c}
#main-header .hotline-top{text-decoration:none;color:#fff;position: absolute;top: 15px;right: 15px;z-index: 2;font-weight: bold;}
.custom-page #main-header .hotline-top{display:none}
#main-header .hotline-top:hover{}

@media(min-width:768px){
   .hide-menu #main-header .menu-wrap{
            transform: translateX(-180px);
    }
}