.site-title .logo {
  color: transparent;
    background: url(../../../images/layout06/en/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 367px;
  height: 55px;
  transition: all 0.3s ease;
}
.layout .col2 {
    text-align: justify;
}

@media screen and (max-width: 1280px) {
    .site-nav .menu li {
        padding: 0px 7px;
    }
}
@media screen and (max-width: 1000px) {
.layout .col2 {
      text-align: left;
}
}