@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    color: rgb(112, 112, 112);
    font-family: 'Kanit', sans-serif;
}

.btn-w {
    background-color: white;
    color: rgb(231, 71, 25);
    border-radius: 0px;
}

.btn-header {
    background-color: rgb(231, 71, 25);
    color: white;
    border-radius: 0px;
    border: 1px solid rgb(231, 71, 25);
}

.btn-header a {
    color: white;
    text-decoration: none;
}

.btn-header:hover {
    background-color: white;
    color: rgb(231, 71, 25);
    border-radius: 0px;
    border: 1px solid rgb(231, 71, 25);
}

.btn-header:hover a {
    color: rgb(231, 71, 25);
}

.btn-w-header {
    background-color: white;
    color: rgb(231, 71, 25);
    border-radius: 0px;
    border: 1px solid rgb(231, 71, 25);
}

.btn-w-header:hover {
    background-color: rgb(231, 71, 25);
    color: white;
    border-radius: 0px;
}

.btn-w:hover {
    background-color: rgb(231, 71, 25);
    color: white;
    border-radius: 0px;
    border: 1px solid white;
}

.btn-info-footer {
    background-color: rgb(231, 71, 25);
    color: white;
    border-radius: 0px;
    border: 1px solid white;
}

.btn-info-footer:hover {
    background-color: white;
    color: rgb(231, 71, 25);
    border-radius: 0px;
    border: 1px solid rgb(231, 71, 25);
}

.banner-home {
    background: url(../../assets/img/banner_home.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
}

.banner-home-img1 {
    background: url(../../assets/img/banner_home.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-home-img2 {
    background: url(../../assets/img/banner_home2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-home-img3 {
    background: url(../../assets/img/banner_home3.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.background-us {
    background: url(../../assets/img/background_us.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 60% auto;
    width: 100%;
    height: 550px;
    padding-left: 5%;
    display: block;
    margin-top: 80px;
}

.text-valaren {
    color: rgb(231, 71, 25);
}

.content-50 {
    width: 50%;
    text-align: justify;
}

.content-60-center {
    text-align: center;
    width: 60%;
    margin: 0px auto;
}

.content-contact {
    text-align: center;
    width: 85%;
    margin: 0px auto;
}

.client-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-alliances {
    background: url(../../assets/img/banner_alliance.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
}

.banner-alliances-img1 {
    background: url(../../assets/img/banner_alliance.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-alliances-img2 {
    background: url(../../assets/img/banner_alliance2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-alliances-img3 {
    background: url(../../assets/img/banner_alliance3.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.alliance-section {
    padding-left: 30%;
    padding-right: 5%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: justify;
}

.banner-logistic-img1 {
    background: url(../../assets/img/banner_logistics.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-logistic-img2 {
    background: url(../../assets/img/banner_logistics2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-logistic-img3 {
    background: url(../../assets/img/banner_logistics3.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-audit-img1 {
    background: url(../../assets/img/banner_audit.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-audit-img2 {
    background: url(../../assets/img/banner_audit2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-audit-img3 {
    background: url(../../assets/img/banner_audit3.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-contact-img1 {
    background: url(../../assets/img/banner_contact.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-contact-img2 {
    background: url(../../assets/img/banner_contact2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.banner-contact-img3 {
    background: url(../../assets/img/banner_contact3.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-left: 5%;
    padding-top: 70px;
    color: white;
    display: block;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
}

.logistic_section_text {
    float: left;
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    height: 300px;
    display: flex;
    align-items: center;
}

.logistic_section_img {
    float: left;
    width: 50%;
    display: block;
    height: 300px;
}

.section-web {
    display: block;
}

.section-mobile {
    display: none;
}

.fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
    z-index: 100;
}

.fadeRight {
    opacity: 0;
    transform: translate(0vh, 0vh);
    transition: all 1s;
}

.fadeLeft {
    opacity: 0;
    transform: translate(-10vh, 0vh);
    transition: all 1s;
}

.visible {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 1100px) {
    .background-us {
        background: url(../../assets/img/background_us.png) no-repeat top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 80% auto;
        width: 100%;
        height: 550px;
        padding-left: 5%;
        display: block;
    }
    .alliance-section {
        padding-left: 20%;
        padding-right: 5%;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: justify;
    }
    .logistic_section_text-left {
        float: left;
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
        height: 300px;
    }
    /*Image and text sections*/
    .section-web {
        display: none;
    }
    .section-mobile {
        display: block;
    }
    .logistic_section_text {
        float: left;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        height: 350px;
    }
    .logistic_section_img {
        float: left;
        width: 100%;
        display: block;
        height: 300px;
    }
}

@media screen and (max-width: 810px) {
    .content-50 {
        width: 95%;
        text-align: justify;
    }
    .background-us {
        background: url(../../assets/img/background_us.png) no-repeat top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 95% auto;
        width: 100%;
        height: 550px;
        padding-left: 5%;
        display: block;
    }
    .alliance-section {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        padding-top: 40px;
        text-align: justify;
    }
    .content-contact {
        text-align: center;
        width: 90%;
        margin: 0px auto;
    }
    .banner-home {
        background: url(../../assets/img/banner_home.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 750px;
        padding-left: 5%;
        padding-top: 70px;
        color: gray;
        display: block;
    }
    .banner-alliances {
        background: url(../../assets/img/banner_alliance.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 750px;
        padding-left: 5%;
        padding-top: 70px;
        color: gray;
        display: block;
    }
    .banner-logistic {
        background: url(../../assets/img/banner_logistics.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 750px;
        padding-left: 5%;
        padding-top: 70px;
        color: gray;
        display: block;
    }
    .banner-audit {
        background: url(../../assets/img/banner_audit.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 750px;
        padding-left: 5%;
        padding-top: 70px;
        color: gray;
        display: block;
    }
    .banner-contact {
        background: url(../../assets/img/banner_contact.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 750px;
        padding-left: 5%;
        padding-top: 70px;
        color: gray;
        display: block;
    }
}