.site-nav {
    margin-right: 0;
}
.main-title {
    font-size: 0;
}
.main-title .main-title-b {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    color: #111111;
    line-height: 1.2;
}
.site-title {
    padding: 20px 0 10px;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.site-title .logo {
    background: url(../../images/en/logo1.png) 0% 0% no-repeat;
    background-size: contain;
    width: 250px;
    height: 86px;
}
.header-fixed .site-title .logo {
    width: 140px;
    height: 48px;
}
@media screen and (max-width: 1440px) {
    .site-map ul+ul {
        margin: 0 0 0 8px;
    }
}
@media screen and (max-width: 1330px) {
    .site-title {
        padding: 20px 0 16px;
    }
    .site-title .logo {
        width: 204px;
        height: 70px;
    }
}
@media screen and (max-width: 1000px) {
    .site-title,
    .header-fixed .site-title {
        float: none;
        padding: 0;
        text-align: center;
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
        width: 160px;
        height: 55px;
    }
}
@media screen and (max-width: 767px) {
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 160px;
        height: 55px;
    }
}