.wrap {
    width: 98%;
    margin: 0 auto;
}
.logo {
    width: 10%;
    background: url("./../images/logo.png") no-repeat left;
    background-size: 50px;
}

.logo {
    width: 10%;
    background: url("./../images/logo.png") no-repeat left;
    background-size: 50px;
}
.nav-bar{
    display: none;
}
.lang{
    width:20%;
    float: right;
}
/*Manufacturing*/
.dh .gc{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.dh .gc li{
    flex-basis: content-box;
    width:100%;
    margin-top: 10px;
}
.dh .gc li img{
    border-radius: 5px;
}