.container {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
    .cover{
        background: #000;
        opacity: 0.7;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 100;
    }
    .menu_mobile.active{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 70vw;
    }
    .menu_mobile{
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        left: -100vw;
        transition: 0.5s;
        z-index: 1000;
        width: 100%;
    }
    .site_name{
        color: #fff;
        font-size: 18px;
        padding-top: 10px;
    }
    .thanh_ngang_mobile{
        height: 45px;
        background: #017E84;
        text-align: right;
    }
    .thanh_ngang_mobile i{
        color: #fff;
        font-size: 30px;
        margin-top: 5px;

    }
    .thanh_ngang_mobile button{
       background: #017E84;
       border: none;
   }
   .menu_mb img{
    height: 50px;
   }
   .metismenu .sidebar {
    display: block;
    float: left;
    width: 100%;
    height: 100vh;
    background: #017e84;
}
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
       display:none
   }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {

}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:1220px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1220px;
    }
}
