@charset "UTF-8";
.customer-page .slick-prev, .customer-page .slick-next {

    margin-top: -12.5%;
}

.about-bg4 .diamond-box {
    width: 750px;
    height: 750px;
    max-width: 100%;
}

.logo-list .item .text {
    position: relative;
    top: auto;
}

.logo-wrap .logo {
    background: url('../images/logo-en.png') no-repeat center;
}

@media all and (max-width: 1024px) {
    .logo-wrap .logo {
        background-image: url('../images/logo-en.svg');
        background-size: 150px 45px;
        top: 5px;
        left: 10px;
        height: 45px;
        width: 150px;
    }
}

.footer-logo {
    text-align: left;
    width: 210px;
    height: 55px;
    background: url('../images/logo-en.png') no-repeat center;
    display: block;

}

@media all and (max-width: 1024px) {
    .footer-logo {
        background-image: url('../images/logo-en.svg');
        background-size: 150px 45px;
        height: 45px;
        width: 150px;
    }
}



