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

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
	    display:none
	}
    .search-form-toggle {
        position: fixed;
        right: 40px;
        top: 15px;
    }
    .logo{
        text-align: center;
    }
    .logo img{
        height: 50px;
        width: auto !important;
    }
    .title-page{
        font-size: 20px;
        text-align: center;
        padding: 60px 0;
    }
    .headerSearch{
        width: 100%;
    }
    .header-page{
        font-size: 20px;
    }
    .language-box{
        position: fixed;
        right: 10px;
        top: 15px;
    }
    .header-page{
        text-align: center;
    }
    .ets-co-timeline-card-date{
        font-weight: 700;
        margin-bottom: 5px;
    }
    #bodyhtml img{
        width: 100%;
        height: auto;
    }
    footer{
        padding-top: 20px;
    }
    footer .logo{
        margin-bottom: 30px;
    }
    .copyright{
        margin-bottom: 30px;
    }
    #bodyhtml{
        text-align: left;
    }
    .heading-default{
        font-size: 23px;
    }
}
@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:1140px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1140px;
    }
}
