.site-nav .menu>li>a {
    letter-spacing: 1px;
    font-family: 'Open Sans', serif;
}
.site-title .logo {
    background: url(../../../images/layout06/en/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 370px;
    height: 63px;
}
.header-fixed .site-title .logo {
    width: 294px;
    height: 50px;
}
.content-title,
.side .title {
    font-family: 'Open Sans', serif;
}
@media screen and (max-width: 1000px){
    .site-title .logo,
    .header-fixed .site-title .logo{    
        width: 294px;
        height: 50px;
    }
}