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

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    body{
        background-position: center 81px;
    }
    .container {
        width:100%;
    }
    .breadcrumbs-wrap, .main-menu{
	    display:none
	}
    .col-md-25{
        width: 50%;
    }
    .container-80{
        width: 100% !important;
    }
    .title-ykkh span:before, .title-ykkh span:after{
        display: none;
    }
    .display-xs{
        display: block;
    }
    .logo-xs img{
        height: 60px;
        width: auto;
    }
    .header-top{
        padding: 10px 15px;
    }
    .headerSearch-mobile{
        margin: 30px 15px;
    }
    .info-box .des{
        height: auto;
    }
    .info-footer h3{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .news-grid .image-4-3{
        width: 115px;
        height: 65px;
        display: inline-block;
        padding-top: 0;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .news-grid{
        text-align: left;
    }
    .news-grid h3{
        font-size: 14px;
    }
    .news-grid h3:after{
        display: none;
    }
    .news-grid h3{
        height: 46px;
    }
    .ck-box h3{
        font-size: 14px;
    }
    .owl-meo-meo .owl-stage{
        left:-30px
    }
}
@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:1250px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1250px;
    }
}
