.site-title .logo{
    color: transparent;
    background: url(../../../images/layout02-5/common/en_logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 118px;
    height: 123px;
    transition: all .3s ease;
}

@media screen and (max-width: 1280px){
    .site-title .logo{
        width: 140px;
    }
}

@media screen and (max-width: 1100px){
    .site-title .logo,.header-fixed .site-title .logo{
        width: 100px;
        height: 104px;
    }
}
