/*
How to use example:
@include media_desktop {

}
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
*,
*:before,
*:after {
    box-sizing: border-box;
}

.container {
    max-width: 1150px;
    margin: auto;
}

.container-fluid {
    width: 100%;
}

.container,
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

[class*=col-] {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 641px) {
    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}
.m-0 {
    margin: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.p-0 {
    padding: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.m-1 {
    margin: 4px;
}

.mb-1 {
    margin-bottom: 4px;
}

.mt-1 {
    margin-top: 4px;
}

.mr-1 {
    margin-right: 4px;
}

.ml-1 {
    margin-left: 4px;
}

.p-1 {
    padding: 4px;
}

.pb-1 {
    padding-bottom: 4px;
}

.pt-1 {
    padding-top: 4px;
}

.pr-1 {
    padding-right: 4px;
}

.pl-1 {
    padding-left: 4px;
}

.m-2 {
    margin: 8px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mt-2 {
    margin-top: 8px;
}

.mr-2 {
    margin-right: 8px;
}

.ml-2 {
    margin-left: 8px;
}

.p-2 {
    padding: 8px;
}

.pb-2 {
    padding-bottom: 8px;
}

.pt-2 {
    padding-top: 8px;
}

.pr-2 {
    padding-right: 8px;
}

.pl-2 {
    padding-left: 8px;
}

.m-3 {
    margin: 12px;
}

.mb-3 {
    margin-bottom: 12px;
}

.mt-3 {
    margin-top: 12px;
}

.mr-3 {
    margin-right: 12px;
}

.ml-3 {
    margin-left: 12px;
}

.p-3 {
    padding: 12px;
}

.pb-3 {
    padding-bottom: 12px;
}

.pt-3 {
    padding-top: 12px;
}

.pr-3 {
    padding-right: 12px;
}

.pl-3 {
    padding-left: 12px;
}

.m-4 {
    margin: 16px;
}

.mb-4 {
    margin-bottom: 16px;
}

.mt-4 {
    margin-top: 16px;
}

.mr-4 {
    margin-right: 16px;
}

.ml-4 {
    margin-left: 16px;
}

.p-4 {
    padding: 16px;
}

.pb-4 {
    padding-bottom: 16px;
}

.pt-4 {
    padding-top: 16px;
}

.pr-4 {
    padding-right: 16px;
}

.pl-4 {
    padding-left: 16px;
}

.m-5 {
    margin: 20px;
}

.mb-5 {
    margin-bottom: 20px;
}

.mt-5 {
    margin-top: 20px;
}

.mr-5 {
    margin-right: 20px;
}

.ml-5 {
    margin-left: 20px;
}

.p-5 {
    padding: 20px;
}

.pb-5 {
    padding-bottom: 20px;
}

.pt-5 {
    padding-top: 20px;
}

.pr-5 {
    padding-right: 20px;
}

.pl-5 {
    padding-left: 20px;
}

.m-6 {
    margin: 24px;
}

.mb-6 {
    margin-bottom: 24px;
}

.mt-6 {
    margin-top: 24px;
}

.mr-6 {
    margin-right: 24px;
}

.ml-6 {
    margin-left: 24px;
}

.p-6 {
    padding: 24px;
}

.pb-6 {
    padding-bottom: 24px;
}

.pt-6 {
    padding-top: 24px;
}

.pr-6 {
    padding-right: 24px;
}

.pl-6 {
    padding-left: 24px;
}

.m-7 {
    margin: 28px;
}

.mb-7 {
    margin-bottom: 28px;
}

.mt-7 {
    margin-top: 28px;
}

.mr-7 {
    margin-right: 28px;
}

.ml-7 {
    margin-left: 28px;
}

.p-7 {
    padding: 28px;
}

.pb-7 {
    padding-bottom: 28px;
}

.pt-7 {
    padding-top: 28px;
}

.pr-7 {
    padding-right: 28px;
}

.pl-7 {
    padding-left: 28px;
}

.m-8 {
    margin: 32px;
}

.mb-8 {
    margin-bottom: 32px;
}

.mt-8 {
    margin-top: 32px;
}

.mr-8 {
    margin-right: 32px;
}

.ml-8 {
    margin-left: 32px;
}

.p-8 {
    padding: 32px;
}

.pb-8 {
    padding-bottom: 32px;
}

.pt-8 {
    padding-top: 32px;
}

.pr-8 {
    padding-right: 32px;
}

.pl-8 {
    padding-left: 32px;
}

.m-9 {
    margin: 36px;
}

.mb-9 {
    margin-bottom: 36px;
}

.mt-9 {
    margin-top: 36px;
}

.mr-9 {
    margin-right: 36px;
}

.ml-9 {
    margin-left: 36px;
}

.p-9 {
    padding: 36px;
}

.pb-9 {
    padding-bottom: 36px;
}

.pt-9 {
    padding-top: 36px;
}

.pr-9 {
    padding-right: 36px;
}

.pl-9 {
    padding-left: 36px;
}

.m-10 {
    margin: 40px;
}

.mb-10 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 40px;
}

.mr-10 {
    margin-right: 40px;
}

.ml-10 {
    margin-left: 40px;
}

.p-10 {
    padding: 40px;
}

.pb-10 {
    padding-bottom: 40px;
}

.pt-10 {
    padding-top: 40px;
}

.pr-10 {
    padding-right: 40px;
}

.pl-10 {
    padding-left: 40px;
}

.m-11 {
    margin: 44px;
}

.mb-11 {
    margin-bottom: 44px;
}

.mt-11 {
    margin-top: 44px;
}

.mr-11 {
    margin-right: 44px;
}

.ml-11 {
    margin-left: 44px;
}

.p-11 {
    padding: 44px;
}

.pb-11 {
    padding-bottom: 44px;
}

.pt-11 {
    padding-top: 44px;
}

.pr-11 {
    padding-right: 44px;
}

.pl-11 {
    padding-left: 44px;
}

.m-12 {
    margin: 48px;
}

.mb-12 {
    margin-bottom: 48px;
}

.mt-12 {
    margin-top: 48px;
}

.mr-12 {
    margin-right: 48px;
}

.ml-12 {
    margin-left: 48px;
}

.p-12 {
    padding: 48px;
}

.pb-12 {
    padding-bottom: 48px;
}

.pt-12 {
    padding-top: 48px;
}

.pr-12 {
    padding-right: 48px;
}

.pl-12 {
    padding-left: 48px;
}

.m-13 {
    margin: 52px;
}

.mb-13 {
    margin-bottom: 52px;
}

.mt-13 {
    margin-top: 52px;
}

.mr-13 {
    margin-right: 52px;
}

.ml-13 {
    margin-left: 52px;
}

.p-13 {
    padding: 52px;
}

.pb-13 {
    padding-bottom: 52px;
}

.pt-13 {
    padding-top: 52px;
}

.pr-13 {
    padding-right: 52px;
}

.pl-13 {
    padding-left: 52px;
}

.m-14 {
    margin: 56px;
}

.mb-14 {
    margin-bottom: 56px;
}

.mt-14 {
    margin-top: 56px;
}

.mr-14 {
    margin-right: 56px;
}

.ml-14 {
    margin-left: 56px;
}

.p-14 {
    padding: 56px;
}

.pb-14 {
    padding-bottom: 56px;
}

.pt-14 {
    padding-top: 56px;
}

.pr-14 {
    padding-right: 56px;
}

.pl-14 {
    padding-left: 56px;
}

.m-15 {
    margin: 60px;
}

.mb-15 {
    margin-bottom: 60px;
}

.mt-15 {
    margin-top: 60px;
}

.mr-15 {
    margin-right: 60px;
}

.ml-15 {
    margin-left: 60px;
}

.p-15 {
    padding: 60px;
}

.pb-15 {
    padding-bottom: 60px;
}

.pt-15 {
    padding-top: 60px;
}

.pr-15 {
    padding-right: 60px;
}

.pl-15 {
    padding-left: 60px;
}

.m-16 {
    margin: 64px;
}

.mb-16 {
    margin-bottom: 64px;
}

.mt-16 {
    margin-top: 64px;
}

.mr-16 {
    margin-right: 64px;
}

.ml-16 {
    margin-left: 64px;
}

.p-16 {
    padding: 64px;
}

.pb-16 {
    padding-bottom: 64px;
}

.pt-16 {
    padding-top: 64px;
}

.pr-16 {
    padding-right: 64px;
}

.pl-16 {
    padding-left: 64px;
}

.m-17 {
    margin: 68px;
}

.mb-17 {
    margin-bottom: 68px;
}

.mt-17 {
    margin-top: 68px;
}

.mr-17 {
    margin-right: 68px;
}

.ml-17 {
    margin-left: 68px;
}

.p-17 {
    padding: 68px;
}

.pb-17 {
    padding-bottom: 68px;
}

.pt-17 {
    padding-top: 68px;
}

.pr-17 {
    padding-right: 68px;
}

.pl-17 {
    padding-left: 68px;
}

.m-18 {
    margin: 72px;
}

.mb-18 {
    margin-bottom: 72px;
}

.mt-18 {
    margin-top: 72px;
}

.mr-18 {
    margin-right: 72px;
}

.ml-18 {
    margin-left: 72px;
}

.p-18 {
    padding: 72px;
}

.pb-18 {
    padding-bottom: 72px;
}

.pt-18 {
    padding-top: 72px;
}

.pr-18 {
    padding-right: 72px;
}

.pl-18 {
    padding-left: 72px;
}

.m-19 {
    margin: 76px;
}

.mb-19 {
    margin-bottom: 76px;
}

.mt-19 {
    margin-top: 76px;
}

.mr-19 {
    margin-right: 76px;
}

.ml-19 {
    margin-left: 76px;
}

.p-19 {
    padding: 76px;
}

.pb-19 {
    padding-bottom: 76px;
}

.pt-19 {
    padding-top: 76px;
}

.pr-19 {
    padding-right: 76px;
}

.pl-19 {
    padding-left: 76px;
}

.m-20 {
    margin: 80px;
}

.mb-20 {
    margin-bottom: 80px;
}

.mt-20 {
    margin-top: 80px;
}

.mr-20 {
    margin-right: 80px;
}

.ml-20 {
    margin-left: 80px;
}

.p-20 {
    padding: 80px;
}

.pb-20 {
    padding-bottom: 80px;
}

.pt-20 {
    padding-top: 80px;
}

.pr-20 {
    padding-right: 80px;
}

.pl-20 {
    padding-left: 80px;
}

.m-21 {
    margin: 84px;
}

.mb-21 {
    margin-bottom: 84px;
}

.mt-21 {
    margin-top: 84px;
}

.mr-21 {
    margin-right: 84px;
}

.ml-21 {
    margin-left: 84px;
}

.p-21 {
    padding: 84px;
}

.pb-21 {
    padding-bottom: 84px;
}

.pt-21 {
    padding-top: 84px;
}

.pr-21 {
    padding-right: 84px;
}

.pl-21 {
    padding-left: 84px;
}

.m-22 {
    margin: 88px;
}

.mb-22 {
    margin-bottom: 88px;
}

.mt-22 {
    margin-top: 88px;
}

.mr-22 {
    margin-right: 88px;
}

.ml-22 {
    margin-left: 88px;
}

.p-22 {
    padding: 88px;
}

.pb-22 {
    padding-bottom: 88px;
}

.pt-22 {
    padding-top: 88px;
}

.pr-22 {
    padding-right: 88px;
}

.pl-22 {
    padding-left: 88px;
}

.m-23 {
    margin: 92px;
}

.mb-23 {
    margin-bottom: 92px;
}

.mt-23 {
    margin-top: 92px;
}

.mr-23 {
    margin-right: 92px;
}

.ml-23 {
    margin-left: 92px;
}

.p-23 {
    padding: 92px;
}

.pb-23 {
    padding-bottom: 92px;
}

.pt-23 {
    padding-top: 92px;
}

.pr-23 {
    padding-right: 92px;
}

.pl-23 {
    padding-left: 92px;
}

.m-24 {
    margin: 96px;
}

.mb-24 {
    margin-bottom: 96px;
}

.mt-24 {
    margin-top: 96px;
}

.mr-24 {
    margin-right: 96px;
}

.ml-24 {
    margin-left: 96px;
}

.p-24 {
    padding: 96px;
}

.pb-24 {
    padding-bottom: 96px;
}

.pt-24 {
    padding-top: 96px;
}

.pr-24 {
    padding-right: 96px;
}

.pl-24 {
    padding-left: 96px;
}

.m-25 {
    margin: 100px;
}

.mb-25 {
    margin-bottom: 100px;
}

.mt-25 {
    margin-top: 100px;
}

.mr-25 {
    margin-right: 100px;
}

.ml-25 {
    margin-left: 100px;
}

.p-25 {
    padding: 100px;
}

.pb-25 {
    padding-bottom: 100px;
}

.pt-25 {
    padding-top: 100px;
}

.pr-25 {
    padding-right: 100px;
}

.pl-25 {
    padding-left: 100px;
}

.m-26 {
    margin: 104px;
}

.mb-26 {
    margin-bottom: 104px;
}

.mt-26 {
    margin-top: 104px;
}

.mr-26 {
    margin-right: 104px;
}

.ml-26 {
    margin-left: 104px;
}

.p-26 {
    padding: 104px;
}

.pb-26 {
    padding-bottom: 104px;
}

.pt-26 {
    padding-top: 104px;
}

.pr-26 {
    padding-right: 104px;
}

.pl-26 {
    padding-left: 104px;
}

.m-27 {
    margin: 108px;
}

.mb-27 {
    margin-bottom: 108px;
}

.mt-27 {
    margin-top: 108px;
}

.mr-27 {
    margin-right: 108px;
}

.ml-27 {
    margin-left: 108px;
}

.p-27 {
    padding: 108px;
}

.pb-27 {
    padding-bottom: 108px;
}

.pt-27 {
    padding-top: 108px;
}

.pr-27 {
    padding-right: 108px;
}

.pl-27 {
    padding-left: 108px;
}

.m-28 {
    margin: 112px;
}

.mb-28 {
    margin-bottom: 112px;
}

.mt-28 {
    margin-top: 112px;
}

.mr-28 {
    margin-right: 112px;
}

.ml-28 {
    margin-left: 112px;
}

.p-28 {
    padding: 112px;
}

.pb-28 {
    padding-bottom: 112px;
}

.pt-28 {
    padding-top: 112px;
}

.pr-28 {
    padding-right: 112px;
}

.pl-28 {
    padding-left: 112px;
}

.m-29 {
    margin: 116px;
}

.mb-29 {
    margin-bottom: 116px;
}

.mt-29 {
    margin-top: 116px;
}

.mr-29 {
    margin-right: 116px;
}

.ml-29 {
    margin-left: 116px;
}

.p-29 {
    padding: 116px;
}

.pb-29 {
    padding-bottom: 116px;
}

.pt-29 {
    padding-top: 116px;
}

.pr-29 {
    padding-right: 116px;
}

.pl-29 {
    padding-left: 116px;
}

.m-30 {
    margin: 120px;
}

.mb-30 {
    margin-bottom: 120px;
}

.mt-30 {
    margin-top: 120px;
}

.mr-30 {
    margin-right: 120px;
}

.ml-30 {
    margin-left: 120px;
}

.p-30 {
    padding: 120px;
}

.pb-30 {
    padding-bottom: 120px;
}

.pt-30 {
    padding-top: 120px;
}

.pr-30 {
    padding-right: 120px;
}

.pl-30 {
    padding-left: 120px;
}

.m-31 {
    margin: 124px;
}

.mb-31 {
    margin-bottom: 124px;
}

.mt-31 {
    margin-top: 124px;
}

.mr-31 {
    margin-right: 124px;
}

.ml-31 {
    margin-left: 124px;
}

.p-31 {
    padding: 124px;
}

.pb-31 {
    padding-bottom: 124px;
}

.pt-31 {
    padding-top: 124px;
}

.pr-31 {
    padding-right: 124px;
}

.pl-31 {
    padding-left: 124px;
}

.m-32 {
    margin: 128px;
}

.mb-32 {
    margin-bottom: 128px;
}

.mt-32 {
    margin-top: 128px;
}

.mr-32 {
    margin-right: 128px;
}

.ml-32 {
    margin-left: 128px;
}

.p-32 {
    padding: 128px;
}

.pb-32 {
    padding-bottom: 128px;
}

.pt-32 {
    padding-top: 128px;
}

.pr-32 {
    padding-right: 128px;
}

.pl-32 {
    padding-left: 128px;
}

.m-33 {
    margin: 132px;
}

.mb-33 {
    margin-bottom: 132px;
}

.mt-33 {
    margin-top: 132px;
}

.mr-33 {
    margin-right: 132px;
}

.ml-33 {
    margin-left: 132px;
}

.p-33 {
    padding: 132px;
}

.pb-33 {
    padding-bottom: 132px;
}

.pt-33 {
    padding-top: 132px;
}

.pr-33 {
    padding-right: 132px;
}

.pl-33 {
    padding-left: 132px;
}

.m-34 {
    margin: 136px;
}

.mb-34 {
    margin-bottom: 136px;
}

.mt-34 {
    margin-top: 136px;
}

.mr-34 {
    margin-right: 136px;
}

.ml-34 {
    margin-left: 136px;
}

.p-34 {
    padding: 136px;
}

.pb-34 {
    padding-bottom: 136px;
}

.pt-34 {
    padding-top: 136px;
}

.pr-34 {
    padding-right: 136px;
}

.pl-34 {
    padding-left: 136px;
}

.m-35 {
    margin: 140px;
}

.mb-35 {
    margin-bottom: 140px;
}

.mt-35 {
    margin-top: 140px;
}

.mr-35 {
    margin-right: 140px;
}

.ml-35 {
    margin-left: 140px;
}

.p-35 {
    padding: 140px;
}

.pb-35 {
    padding-bottom: 140px;
}

.pt-35 {
    padding-top: 140px;
}

.pr-35 {
    padding-right: 140px;
}

.pl-35 {
    padding-left: 140px;
}

.m-36 {
    margin: 144px;
}

.mb-36 {
    margin-bottom: 144px;
}

.mt-36 {
    margin-top: 144px;
}

.mr-36 {
    margin-right: 144px;
}

.ml-36 {
    margin-left: 144px;
}

.p-36 {
    padding: 144px;
}

.pb-36 {
    padding-bottom: 144px;
}

.pt-36 {
    padding-top: 144px;
}

.pr-36 {
    padding-right: 144px;
}

.pl-36 {
    padding-left: 144px;
}

.m-37 {
    margin: 148px;
}

.mb-37 {
    margin-bottom: 148px;
}

.mt-37 {
    margin-top: 148px;
}

.mr-37 {
    margin-right: 148px;
}

.ml-37 {
    margin-left: 148px;
}

.p-37 {
    padding: 148px;
}

.pb-37 {
    padding-bottom: 148px;
}

.pt-37 {
    padding-top: 148px;
}

.pr-37 {
    padding-right: 148px;
}

.pl-37 {
    padding-left: 148px;
}

.m-38 {
    margin: 152px;
}

.mb-38 {
    margin-bottom: 152px;
}

.mt-38 {
    margin-top: 152px;
}

.mr-38 {
    margin-right: 152px;
}

.ml-38 {
    margin-left: 152px;
}

.p-38 {
    padding: 152px;
}

.pb-38 {
    padding-bottom: 152px;
}

.pt-38 {
    padding-top: 152px;
}

.pr-38 {
    padding-right: 152px;
}

.pl-38 {
    padding-left: 152px;
}

.m-39 {
    margin: 156px;
}

.mb-39 {
    margin-bottom: 156px;
}

.mt-39 {
    margin-top: 156px;
}

.mr-39 {
    margin-right: 156px;
}

.ml-39 {
    margin-left: 156px;
}

.p-39 {
    padding: 156px;
}

.pb-39 {
    padding-bottom: 156px;
}

.pt-39 {
    padding-top: 156px;
}

.pr-39 {
    padding-right: 156px;
}

.pl-39 {
    padding-left: 156px;
}

.m-40 {
    margin: 160px;
}

.mb-40 {
    margin-bottom: 160px;
}

.mt-40 {
    margin-top: 160px;
}

.mr-40 {
    margin-right: 160px;
}

.ml-40 {
    margin-left: 160px;
}

.p-40 {
    padding: 160px;
}

.pb-40 {
    padding-bottom: 160px;
}

.pt-40 {
    padding-top: 160px;
}

.pr-40 {
    padding-right: 160px;
}

.pl-40 {
    padding-left: 160px;
}

.m-41 {
    margin: 164px;
}

.mb-41 {
    margin-bottom: 164px;
}

.mt-41 {
    margin-top: 164px;
}

.mr-41 {
    margin-right: 164px;
}

.ml-41 {
    margin-left: 164px;
}

.p-41 {
    padding: 164px;
}

.pb-41 {
    padding-bottom: 164px;
}

.pt-41 {
    padding-top: 164px;
}

.pr-41 {
    padding-right: 164px;
}

.pl-41 {
    padding-left: 164px;
}

.m-42 {
    margin: 168px;
}

.mb-42 {
    margin-bottom: 168px;
}

.mt-42 {
    margin-top: 168px;
}

.mr-42 {
    margin-right: 168px;
}

.ml-42 {
    margin-left: 168px;
}

.p-42 {
    padding: 168px;
}

.pb-42 {
    padding-bottom: 168px;
}

.pt-42 {
    padding-top: 168px;
}

.pr-42 {
    padding-right: 168px;
}

.pl-42 {
    padding-left: 168px;
}

.m-43 {
    margin: 172px;
}

.mb-43 {
    margin-bottom: 172px;
}

.mt-43 {
    margin-top: 172px;
}

.mr-43 {
    margin-right: 172px;
}

.ml-43 {
    margin-left: 172px;
}

.p-43 {
    padding: 172px;
}

.pb-43 {
    padding-bottom: 172px;
}

.pt-43 {
    padding-top: 172px;
}

.pr-43 {
    padding-right: 172px;
}

.pl-43 {
    padding-left: 172px;
}

.m-44 {
    margin: 176px;
}

.mb-44 {
    margin-bottom: 176px;
}

.mt-44 {
    margin-top: 176px;
}

.mr-44 {
    margin-right: 176px;
}

.ml-44 {
    margin-left: 176px;
}

.p-44 {
    padding: 176px;
}

.pb-44 {
    padding-bottom: 176px;
}

.pt-44 {
    padding-top: 176px;
}

.pr-44 {
    padding-right: 176px;
}

.pl-44 {
    padding-left: 176px;
}

.m-45 {
    margin: 180px;
}

.mb-45 {
    margin-bottom: 180px;
}

.mt-45 {
    margin-top: 180px;
}

.mr-45 {
    margin-right: 180px;
}

.ml-45 {
    margin-left: 180px;
}

.p-45 {
    padding: 180px;
}

.pb-45 {
    padding-bottom: 180px;
}

.pt-45 {
    padding-top: 180px;
}

.pr-45 {
    padding-right: 180px;
}

.pl-45 {
    padding-left: 180px;
}

.m-46 {
    margin: 184px;
}

.mb-46 {
    margin-bottom: 184px;
}

.mt-46 {
    margin-top: 184px;
}

.mr-46 {
    margin-right: 184px;
}

.ml-46 {
    margin-left: 184px;
}

.p-46 {
    padding: 184px;
}

.pb-46 {
    padding-bottom: 184px;
}

.pt-46 {
    padding-top: 184px;
}

.pr-46 {
    padding-right: 184px;
}

.pl-46 {
    padding-left: 184px;
}

.m-47 {
    margin: 188px;
}

.mb-47 {
    margin-bottom: 188px;
}

.mt-47 {
    margin-top: 188px;
}

.mr-47 {
    margin-right: 188px;
}

.ml-47 {
    margin-left: 188px;
}

.p-47 {
    padding: 188px;
}

.pb-47 {
    padding-bottom: 188px;
}

.pt-47 {
    padding-top: 188px;
}

.pr-47 {
    padding-right: 188px;
}

.pl-47 {
    padding-left: 188px;
}

.m-48 {
    margin: 192px;
}

.mb-48 {
    margin-bottom: 192px;
}

.mt-48 {
    margin-top: 192px;
}

.mr-48 {
    margin-right: 192px;
}

.ml-48 {
    margin-left: 192px;
}

.p-48 {
    padding: 192px;
}

.pb-48 {
    padding-bottom: 192px;
}

.pt-48 {
    padding-top: 192px;
}

.pr-48 {
    padding-right: 192px;
}

.pl-48 {
    padding-left: 192px;
}

.m-49 {
    margin: 196px;
}

.mb-49 {
    margin-bottom: 196px;
}

.mt-49 {
    margin-top: 196px;
}

.mr-49 {
    margin-right: 196px;
}

.ml-49 {
    margin-left: 196px;
}

.p-49 {
    padding: 196px;
}

.pb-49 {
    padding-bottom: 196px;
}

.pt-49 {
    padding-top: 196px;
}

.pr-49 {
    padding-right: 196px;
}

.pl-49 {
    padding-left: 196px;
}

.m-50 {
    margin: 200px;
}

.mb-50 {
    margin-bottom: 200px;
}

.mt-50 {
    margin-top: 200px;
}

.mr-50 {
    margin-right: 200px;
}

.ml-50 {
    margin-left: 200px;
}

.p-50 {
    padding: 200px;
}

.pb-50 {
    padding-bottom: 200px;
}

.pt-50 {
    padding-top: 200px;
}

.pr-50 {
    padding-right: 200px;
}

.pl-50 {
    padding-left: 200px;
}

.w-1 {
    width: 1%;
}

.w-2 {
    width: 2%;
}

.w-3 {
    width: 3%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20%;
}

.w-21 {
    width: 21%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-24 {
    width: 24%;
}

.w-25 {
    width: 25%;
}

.w-26 {
    width: 26%;
}

.w-27 {
    width: 27%;
}

.w-28 {
    width: 28%;
}

.w-29 {
    width: 29%;
}

.w-30 {
    width: 30%;
}

.w-31 {
    width: 31%;
}

.w-32 {
    width: 32%;
}

.w-33 {
    width: 33%;
}

.w-34 {
    width: 34%;
}

.w-35 {
    width: 35%;
}

.w-36 {
    width: 36%;
}

.w-37 {
    width: 37%;
}

.w-38 {
    width: 38%;
}

.w-39 {
    width: 39%;
}

.w-40 {
    width: 40%;
}

.w-41 {
    width: 41%;
}

.w-42 {
    width: 42%;
}

.w-43 {
    width: 43%;
}

.w-44 {
    width: 44%;
}

.w-45 {
    width: 45%;
}

.w-46 {
    width: 46%;
}

.w-47 {
    width: 47%;
}

.w-48 {
    width: 48%;
}

.w-49 {
    width: 49%;
}

.w-50 {
    width: 50%;
}

.w-51 {
    width: 51%;
}

.w-52 {
    width: 52%;
}

.w-53 {
    width: 53%;
}

.w-54 {
    width: 54%;
}

.w-55 {
    width: 55%;
}

.w-56 {
    width: 56%;
}

.w-57 {
    width: 57%;
}

.w-58 {
    width: 58%;
}

.w-59 {
    width: 59%;
}

.w-60 {
    width: 60%;
}

.w-61 {
    width: 61%;
}

.w-62 {
    width: 62%;
}

.w-63 {
    width: 63%;
}

.w-64 {
    width: 64%;
}

.w-65 {
    width: 65%;
}

.w-66 {
    width: 66%;
}

.w-67 {
    width: 67%;
}

.w-68 {
    width: 68%;
}

.w-69 {
    width: 69%;
}

.w-70 {
    width: 70%;
}

.w-71 {
    width: 71%;
}

.w-72 {
    width: 72%;
}

.w-73 {
    width: 73%;
}

.w-74 {
    width: 74%;
}

.w-75 {
    width: 75%;
}

.w-76 {
    width: 76%;
}

.w-77 {
    width: 77%;
}

.w-78 {
    width: 78%;
}

.w-79 {
    width: 79%;
}

.w-80 {
    width: 80%;
}

.w-81 {
    width: 81%;
}

.w-82 {
    width: 82%;
}

.w-83 {
    width: 83%;
}

.w-84 {
    width: 84%;
}

.w-85 {
    width: 85%;
}

.w-86 {
    width: 86%;
}

.w-87 {
    width: 87%;
}

.w-88 {
    width: 88%;
}

.w-89 {
    width: 89%;
}

.w-90 {
    width: 90%;
}

.w-91 {
    width: 91%;
}

.w-92 {
    width: 92%;
}

.w-93 {
    width: 93%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.w-96 {
    width: 96%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

a {
    cursor: pointer;
}
a.link {
    text-decoration: none;
}
a:hover {
    opacity: 0.75;
}

.justify-content-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}
.d-flex.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
}

#app {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.header {
    background: url(../images/background-header.jpg) center bottom no-repeat scroll;
    background-size: cover;
    min-height: 780px;
    padding: 0px 20px;
}
@media only screen and (max-width: 1024px) {
    .header {
        min-height: 960px;
    }
}
@media only screen and (max-width: 640px) {
    .header {
        overflow: hidden;
        background: url(../images/bg-sp-header.png) center bottom no-repeat scroll;
        padding: 0px 10px;
        min-height: 830px;
        background-size: cover;
    }
}
.header .top .header-logo {
    background: url(../images/logo.svg) no-repeat center left scroll;
    min-width: 95px;
    min-height: 45px;
    height: 100%;
}
.header .top .header-menu {
    display: flex;
    margin-top: 5px;
}
.header .top .header-menu .menu-bar-destop {
    padding-inline-start: 0px;
    margin: 15px 0px;
}
.header .top .header-menu .menu-bar-destop li {
    float: left;
    text-align: center;
    list-style-type: none;
    font-size: 14px;
    color: #ffffff;
    margin-right: 30px;
    line-height: 15px;
}
.header .top .header-menu .menu-bar-destop li a {
    color: #ffffff;
}
.header .top .header-menu .menu-bar-destop li a.active {
    color: #d96339;
}
@media only screen and (max-width: 1024px) {
    .header .top .header-menu .menu-bar-destop li {
        display: none;
    }
}
.header .top .header-menu .button-document {
    background: #353535;
    min-width: 140px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.header .top .header-menu .button-document a {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
}
.header .top .header-menu .button-document a.active {
    color: #d96339;
}
@media only screen and (max-width: 640px) {
    .header .top .header-menu .button-document {
        display: none;
    }
}
.header .top .header-menu .button-inquiry {
    background: #d96339;
    min-width: 140px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.header .top .header-menu .button-inquiry a {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
}
@media only screen and (max-width: 640px) {
    .header .top .header-menu .button-inquiry {
        display: none;
    }
}
.header .top .header-menu .header-menu-md {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header .top .header-menu .header-menu-md {
        display: block;
    }
    .header .top .header-menu .header-menu-md .menu-bar {
        margin-top: 5px;
        font-size: 32px;
        color: #FFF;
        background-color: transparent;
        outline: 0;
        border: 0;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu {
        right: -100%;
        background-color: #f9f9f9;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 3;
        position: fixed;
        display: block;
        transition: all 0.25s ease-in-out;
        top: 0px;
        padding: 0px 20px;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu.visible {
        right: 0;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu .icon-close-menu {
        text-align: end;
        cursor: pointer;
        padding: 20px 10px 0px 10px;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu .icon-close-menu .fa-times {
        font-size: 30px;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu ul {
        padding-left: 10px;
        margin-top: 0px;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu ul li {
        text-align: left;
        list-style-type: none;
        font-size: 14px;
        color: #ffffff;
        margin: 10px 0px 10px 10px;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu ul li a {
        color: #333333;
        font-size: 17px;
        font-weight: bold;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu ul li a.active {
        color: #d96339;
    }
    .header .top .header-menu .header-menu-md .dropdown-content-menu .button-document {
        display: none;
    }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
    .header .top .header-menu .header-menu-md .dropdown-content-menu .button-document {
        display: block;
        margin: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .header .top .header-menu .header-menu-md .dropdown-content-menu .button-inquiry {
        display: none;
    }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
    .header .top .header-menu .header-menu-md .dropdown-content-menu .button-inquiry {
        display: block;
        margin: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .header .top .header-menu .header-menu-md .menu-bar:hover .dropdown-content {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    .header .top {
        position: fixed;
        width: 100%;
        height: 67px;
        z-index: 999;
        padding: 10px 10px;
        background-color: #83BDBE;
        left: 0;
        right: 0;
    }
}
.header .header-content {
    margin-top: 20px;
}
.header .header-content .text {
    padding-right: 20px;
}
.header .header-content .text .title {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}
.header .header-content .text .title span {
    color: #d96339;
}
.header .header-content .text .text-offshore {
    flex: auto;
    font-size: 48px;
    position: relative;
    height: 77px;
    font-weight: bold;
    color: #3C393C;
}
.header .header-content .text .text-offshore .text {
    position: absolute;
    line-height: 77px;
    z-index: 2;
}
.header .header-content .text .text-offshore .border-bottom {
    position: absolute;
    border-bottom: 22px solid #ffffff;
    bottom: 10px;
    min-width: 340px;
    border-radius: 4px;
    z-index: 1;
}
.header .header-content .text .describe {
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 500;
}
.header .header-content .text .header-button {
    gap: 10px;
}
.header .header-content .text .dl-document {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    padding: 18px 24px;
    background-color: #353535;
    color: #ffffff;
    border-radius: 20px;
    min-width: 330px;
    width: 330px;
    line-height: 24px;
    margin: 20px 0px;
    cursor: pointer;
}
.header .header-content .text .dl-document:hover {
    opacity: 0.8;
}
.header .header-content .text .link-customer-voice {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    padding: 18px 24px;
    background-color: #ff4500c7;
    color: #ffffff;
    border-radius: 20px;
    min-width: 190px;
    width: 190px;
    line-height: 24px;
    margin: 20px 0px;
    cursor: pointer;
}
.header .header-content .text .link-customer-voice:hover {
    opacity: 0.8;
}
.header .header-content .text .card-header .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 30px;
    display: inline-flex;
    background-color: #f2f2f2;
    margin-right: 20px;
    margin-top: 10px;
}
.header .header-content .text .card-header .card .card-content {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 150px;
}
.header .header-content .text .card-header .card .card-content .title {
    font-size: 14px;
    color: #333839;
    font-weight: normal;
}
.header .header-content .text .card-header .card .card-content .body {
    font-size: 25px;
    font-weight: bold;
    color: #DC623D;
    max-height: 68px;
}
.header .header-content .text .card-header .card .card-content .body span {
    font-size: 45px;
}
.header .header-content .text .card-header .card .card-content .body.image-certified-lancer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.header .header-content .text .card-header .card .card-content .body.image-certified-lancer img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.header .header-content .text .card-header .card .card-content .text-end {
    font-size: 16px;
    font-weight: bold;
    color: #333839;
}
.header .header-content .image-computer {
    margin-top: 20px;
    max-width: 550px;
    max-height: 550px;
}
.header .header-content .image-computer img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .header .header-content {
        position: relative;
    }
    .header .header-content .text {
        position: absolute;
        z-index: 2;
        width: 100%;
        padding-right: calc(50% - 284px);
        padding-left: calc(50% - 284px);
    }
    .header .header-content .text .text-offshore {
        font-size: 40px;
    }
    .header .header-content .text .text-offshore .border-bottom {
        min-width: 284px;
    }
    .header .header-content .image-right {
        position: absolute;
        z-index: 1;
        display: inline-block;
        text-align: center;
        top: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header .header-content .image-right .image-computer {
        width: 360px;
    }
}
@media only screen and (max-width: 640px) {
    .header .header-content {
        margin-top: 0px;
        top: 87px;
    }
    .header .header-content .text {
        width: 100%;
        padding-right: calc(50% - 155px);
        padding-left: calc(50% - 155px);
    }
    .header .header-content .text .title {
        font-size: 38px;
    }
    .header .header-content .text .text-offshore {
        font-size: 22px;
        line-height: 40px;
        height: 60px;
    }
    .header .header-content .text .text-offshore .text {
        line-height: 50px;
    }
    .header .header-content .text .text-offshore .border-bottom {
        min-width: 155px;
        border-bottom: 12px solid #ffffff;
        bottom: 20px;
    }
    .header .header-content .text .describe {
        font-size: 14px;
    }
    .header .header-content .text .dl-document {
        font-size: 16px;
        min-width: 280px;
        width: 280px;
        margin-bottom: 0;
    }
    .header .header-content .text .link-customer-voice {
        font-size: 16px;
        min-width: 175px;
        width: 175px;
        margin-top: 0;
    }
    .header .header-content .text .card-header .card {
        border-radius: 20px;
        margin-right: 5px;
        width: 92px;
        min-height: 92px;
    }
    .header .header-content .text .card-header .card .card-content {
        min-width: auto;
        padding: 10px;
    }
    .header .header-content .text .card-header .card .card-content .title {
        font-size: 12px;
    }
    .header .header-content .text .card-header .card .card-content .body {
        max-height: 35px;
        font-size: 18px;
    }
    .header .header-content .text .card-header .card .card-content .body span {
        font-size: 25px;
    }
    .header .header-content .text .card-header .card .card-content .body.image-certified-lancer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header .header-content .text .card-header .card .card-content .text-end {
        font-size: 12px;
    }
    .header .header-content .image-right {
        width: 100%;
        display: flex;
        justify-content: center;
        top: 370px;
    }
    .header .header-content .image-right .image-computer {
        width: 350px;
    }
    .header .header-content .text .header-button {
        flex-wrap: wrap;
    }
}

.content {
    overflow: hidden;
    background: #fcfaf6;
}
.content .any-problem {
    background-color: #e7eff1;
    position: relative;
    width: 100%;
    padding: 40px 0px;
}
.content .any-problem .container {
    text-align: center;
}
.content .any-problem .container .text-question {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #353535;
}
.content .any-problem .container .text-question span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .any-problem .container .text-question {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .any-problem .container .text-question {
        font-size: 22px;
    }
    .content .any-problem .container .text-question span {
        display: unset;
    }
}
.content .any-problem .container .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
}
.content .any-problem .container .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .any-problem .container .card-any-problem .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #ffffff;
    margin-right: 20px;
    min-height: 141px;
    margin-bottom: 16px;
    width: 100%;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .any-problem .container .card-any-problem .card::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
.content .any-problem .container .card-any-problem .card .card-content {
    width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    min-width: 150px;
}
@media only screen and (max-width: 1024px) {
    .content .any-problem .container .card-any-problem .card .card-content {
        padding: 10px 15px;
    }
}
.content .any-problem .container .card-any-problem .card .card-content .card-left {
    min-width: 60px;
    width: 60px;
}
.content .any-problem .container .card-any-problem .card .card-content .card-left .card-image {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 640px) {
    .content .any-problem .container .card-any-problem .card .card-content .card-left {
        min-width: 40px;
        width: 40px;
    }
}
.content .any-problem .container .card-any-problem .card .card-content .card-right.text {
    margin: 0px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
    text-align: left;
}
.content .any-problem .container .card-any-problem .card .card-content .card-right.text span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .any-problem .container .card-any-problem .card .card-content .card-right.text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .content .any-problem .container .card-any-problem .card .card-content .card-right.text {
        margin: 0px 10px;
    }
    .content .any-problem .container .card-any-problem .card .card-content .card-right.text span {
        display: unset;
    }
}
.content .any-problem .container .icon-drop {
    width: 36px;
}
.content .any-problem .container .icon-drop img {
    width: 100%;
    height: auto;
}
.content .any-problem .container .card-problem {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #ffffff;
    min-height: 161px;
    margin-bottom: 20px;
    width: 100%;
}
.content .any-problem .container .card-problem .card-content {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 640px) {
    .content .any-problem .container .card-problem .card-content {
        flex-direction: column;
    }
}
.content .any-problem .container .card-problem .card-content .card-left .icon-ic {
    min-width: 121px;
    min-height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .any-problem .container .card-problem .card-content .card-left .icon-ic::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
@media only screen and (max-width: 640px) {
    .content .any-problem .container .card-problem .card-content .card-left .icon-ic {
        width: 121px;
        padding: 15px;
    }
    .content .any-problem .container .card-problem .card-content .card-left .icon-ic img {
        width: 100%;
        height: auto;
    }
}
.content .any-problem .container .card-problem .card-content .card-right {
    margin: 0px 20px;
    padding: 0px 50px;
}
.content .any-problem .container .card-problem .card-content .card-right .text {
    font-size: 24px;
    font-weight: bold;
    color: #3C393C;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .content .any-problem .container .card-problem .card-content .card-right .text {
        font-size: 20px;
    }
}
.content .any-problem .container .card-problem .card-content .card-right .small-text {
    font-size: 14px;
    color: #3C393C;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .content .any-problem .container .card-problem .card-content .card-right .small-text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .content .any-problem .container .card-problem .card-content .card-right {
        margin: 10px;
        padding: 0px;
    }
    .content .any-problem .container .card-problem .card-content .card-right .text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .content .any-problem .container {
        padding-left: 50px;
        margin-right: 10%;
    }
}
@media only screen and (max-width: 640px) {
    .content .any-problem {
        padding: 50px 0px 10px;
    }
    .content .any-problem .container {
        padding-left: 10px;
        margin-right: 10px;
    }
}
.content .engineer-base {
    padding: 100px 0px;
    text-align: center;
}
.content .engineer-base .title-engineer {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #353535;
}
.content .engineer-base .title-engineer span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .engineer-base .title-engineer {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .engineer-base .title-engineer {
        font-size: 22px;
        padding: 0px 10px;
    }
    .content .engineer-base .title-engineer span {
        display: unset;
    }
}
.content .engineer-base .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
}
.content .engineer-base .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .engineer-base .describe {
    font-size: 16px;
    color: #353535;
    padding-top: 16px;
    margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
    .content .engineer-base .describe {
        font-size: 14px;
        padding: 0px 10px;
    }
}
.content .engineer-base .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #ebf2f2;
    margin-right: 20px;
    height: 522px;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .content .engineer-base .card {
        margin-bottom: 20px;
        height: 500px;
    }
}
.content .engineer-base .card .card-content {
    width: 100%;
}
.content .engineer-base .card .card-content .bg-card-icon {
    background: url(../images/bg-engineer-base.png) center bottom no-repeat scroll;
    background-size: cover;
    min-height: 308px;
    padding-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
}
.content .engineer-base .card .card-content .bg-card-icon img {
    max-width: 200px;
}
@media only screen and (max-width: 640px) {
    .content .engineer-base .card .card-content .bg-card-icon img {
        max-width: 160px;
    }
}
@media only screen and (max-width: 1024px) {
    .content .engineer-base .card .card-content .bg-card-icon {
        margin-bottom: 20px;
        padding: 40px 20px 0px 20px;
        min-height: 250px;
    }
}
.content .engineer-base .card .card-content .title {
    font-size: 24px;
    color: #353535;
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    .content .engineer-base .card .card-content .title {
        font-size: 20px;
    }
}
.content .engineer-base .card .card-content .text-content {
    font-size: 16px;
    color: #353535;
    padding: 20px 30px;
}
@media only screen and (max-width: 1024px) {
    .content .engineer-base .card .card-content .text-content {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .content .engineer-base {
        padding: 50px 0px;
    }
    .content .engineer-base .card-engineer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
.content .structure-develop {
    text-align: center;
    margin-bottom: 100px;
}
.content .structure-develop .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #353535;
    max-width: 360px;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .title {
        font-size: 22px;
        padding: 0 10px;
    }
}
.content .structure-develop .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
}
.content .structure-develop .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .structure-develop .describe {
    font-size: 16px;
    color: #333333;
    padding-top: 16px;
    margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .describe {
        font-size: 14px;
        padding: 0 10px;
    }
}
.content .structure-develop .info-card {
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card {
        padding: 0px 10px;
        margin: 0px 0px;
    }
}
.content .structure-develop .info-card .bochi {
    position: absolute;
    left: 30%;
    top: 36%;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3d4148;
    border-radius: 16px;
}
.content .structure-develop .info-card .bochi::before {
    display: block;
    content: url(../images/line.svg);
    background-size: 2px 44px;
    height: 2px;
    width: 44px;
    position: relative;
    bottom: 25px;
    right: 45px;
}
.content .structure-develop .info-card .bochi::after {
    display: block;
    content: url(../images/line.svg);
    background-size: 2px 44px;
    height: 2px;
    width: 44px;
    position: relative;
    left: 40px;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .bochi {
        padding: 10px 5px;
        font-size: 16px;
        border-radius: 8px;
        left: 33%;
        top: 44%;
    }
    .content .structure-develop .info-card .bochi::before {
        bottom: 18px;
        right: 26px;
    }
    .content .structure-develop .info-card .bochi::after {
        left: 30px;
        bottom: 8px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .bochi {
        top: 325px;
        left: 45%;
        padding: 5px;
        font-size: 16px;
        border-radius: 8px;
        height: 40px;
    }
    .content .structure-develop .info-card .bochi::before {
        display: block;
        content: "|";
        background-size: 2px 44px;
        height: 2px;
        width: 44px;
        position: relative;
        bottom: 22px;
        right: 22px;
        font-size: 20px;
        color: #3d4148;
    }
    .content .structure-develop .info-card .bochi::after {
        display: block;
        content: "|";
        background-size: 2px 44px;
        height: 2px;
        width: 44px;
        position: relative;
        top: -2px;
        left: 20px;
        font-size: 20px;
        color: #3d4148;
    }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .structure-develop .info-card .bochi {
        top: 25%;
    }
}
.content .structure-develop .info-card .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 20px;
    display: inline-flex;
    margin-right: 20px;
    min-height: 760px;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card {
        min-height: 340px;
    }
    .content .structure-develop .info-card .card.client {
        margin-bottom: 20px;
    }
}
.content .structure-develop .info-card .card.client {
    background-color: #FEDFB3;
}
.content .structure-develop .info-card .card.client .card-content {
    width: 100%;
}
.content .structure-develop .info-card .card.client .card-content .client-title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px 25px 0px;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.client .card-content .client-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card.client .card-content .client-title {
        padding: 10px 0px 10px 0px;
    }
}
.content .structure-develop .info-card .card.client .card-content .content-structure {
    height: calc(100% - 240px);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .structure-develop .info-card .card.client .card-content .content-structure {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card.client .card-content .content-structure {
        height: calc(100% - 65px);
    }
}
.content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    width: fit-content;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt {
        margin: 0px 10px;
    }
}
.content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .image-avt {
    margin-bottom: 10px;
}
.content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-position {
    font-size: 20px;
    font-weight: bold;
    color: #333839;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-position {
        font-size: 18px;
    }
}
.content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-describe {
    font-size: 14px;
    color: #606060;
    padding-top: 20px;
}
.content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-describe span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-describe {
        font-size: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-describe {
        padding-top: 0px;
    }
    .content .structure-develop .info-card .card.client .card-content .content-structure .bg-avt .text-describe span {
        display: unset;
    }
}
.content .structure-develop .info-card .card.company {
    background-color: #ffc694;
}
.content .structure-develop .info-card .card.company .card-content {
    width: 100%;
}
.content .structure-develop .info-card .card.company .card-content .company-title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.company .card-content .company-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card.company .card-content .company-title {
        padding: 20px 0px;
    }
}
.content .structure-develop .info-card .card.company .card-content .company-content {
    padding: 0px 60px;
    margin-bottom: 20px;
}
.content .structure-develop .info-card .card.company .card-content .company-content .box-column {
    display: flex;
    gap: 20px;
    align-items: center;
}
.content .structure-develop .info-card .card.company .card-content .company-content .box-column .box-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content .structure-develop .info-card .card.company .card-content .company-content .height-bg-avt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-height: initial;
}
.content .structure-develop .info-card .card.company .card-content .company-content .bg-avt {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 31px 16px;
    width: 100%;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.company .card-content .company-content .bg-avt {
        padding: 10px 16px 10px 16px;
    }
}
.content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .image-avt {
    margin-bottom: 5px;
    padding: 0px 48px;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .image-avt {
        padding: 0px 24px;
    }
}
.content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .text-position {
    font-size: 18px;
    font-weight: bold;
    color: #333839;
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .text-position {
        font-size: 16px;
    }
}
.content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .text-describe {
    font-size: 12px;
    color: #606060;
    padding-top: 12px;
}
.content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .text-describe span {
    display: block;
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card.company .card-content .company-content .bg-avt .text-describe span {
        display: unset;
    }
}
@media only screen and (max-width: 1024px) {
    .content .structure-develop .info-card .card.company .card-content .company-content {
        padding: 0px 20px 0px 50px;
    }
}
@media only screen and (max-width: 640px) {
    .content .structure-develop .info-card .card.company .card-content .company-content {
        padding: 0px 5px;
    }
}
.content .reason-choose {
    background-color: #ebf2f2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content .reason-choose .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #353535;
    max-width: 606px;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .title {
        font-size: 22px;
        padding: 0px 10px;
    }
}
.content .reason-choose .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
    margin-bottom: 65px;
}
.content .reason-choose .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .reason-choose .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #ffffff;
    min-height: 161px;
    margin-bottom: 20px;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .card {
        margin-bottom: 10px;
        padding-top: 30px;
    }
}
.content .reason-choose .card .card-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0px 30px 20px;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .card .card-content {
        min-width: 81px;
        min-height: 81px;
        padding: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .card .card-content {
        flex-direction: column;
    }
    .content .reason-choose .card .card-content .card-left {
        margin-bottom: 30px;
    }
}
.content .reason-choose .card .card-content .card-left .icon-ic {
    min-width: 121px;
    min-height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .reason-choose .card .card-content .card-left .icon-ic::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .card .card-content .card-left .icon-ic {
        min-width: 81px;
        min-height: 81px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .card .card-content .card-left .icon-ic {
        min-width: 91px;
        min-height: 91px;
        width: 91px;
    }
    .content .reason-choose .card .card-content .card-left .icon-ic img {
        width: 100%;
        height: auto;
    }
}
.content .reason-choose .card .card-content .card-right {
    margin: 0px 0px 0px 10px;
}
.content .reason-choose .card .card-content .card-right .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #353535;
    text-align: left;
}
.content .reason-choose .card .card-content .card-right .text span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .card .card-content .card-right .text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .card .card-content .card-right .text span {
        display: unset;
    }
}
.content .reason-choose .card .card-content .card-right .small-text {
    font-size: 12px;
    color: #353535;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .card .card-content .card-right .small-text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .card .card-content .card-right {
        margin: 0px 0px 30px 10px;
    }
}
.content .reason-choose .free-contact {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    background-color: #ffffff;
    min-height: 271px;
    margin-top: 60px;
    width: 100%;
    padding: 57px 62px;
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .free-contact {
        margin: 20px 12px 0px 12px;
        padding: 20px;
        width: auto;
    }
    .content .reason-choose .free-contact .info-free-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.content .reason-choose .free-contact .contact-title {
    font-size: 24px;
    font-weight: bold;
    color: #353535;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .free-contact .contact-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .free-contact .contact-title {
        font-size: 18px;
    }
}
.content .reason-choose .free-contact .info-phone {
    border: 1px solid #3c393c;
    min-height: 81px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .reason-choose .free-contact .info-phone {
        height: 81px;
    }
}
.content .reason-choose .free-contact .info-phone .text-require {
    font-size: 14px;
    color: #353535;
}
.content .reason-choose .free-contact .info-phone .phone {
    font-size: 24px;
    font-weight: bold;
    color: #353535;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .free-contact .info-phone .phone {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .free-contact .info-phone {
        margin-bottom: 20px;
    }
}
.content .reason-choose .free-contact .button-document {
    background: #6a6a6c;
    min-height: 81px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    text-align: center;
    cursor: pointer;
}
.content .reason-choose .free-contact .button-document a {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    line-height: 81px;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .free-contact .button-document a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .reason-choose .free-contact .button-document {
        margin-bottom: 20px;
    }
}
.content .reason-choose .free-contact .button-inquiry {
    background: #d96339;
    min-height: 81px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    text-align: center;
    cursor: pointer;
}
.content .reason-choose .free-contact .button-inquiry a {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    line-height: 81px;
}
@media only screen and (max-width: 1024px) {
    .content .reason-choose .free-contact .button-inquiry a {
        font-size: 20px;
    }
}
.content .reason-choose .free-contact .note {
    font-size: 13px;
    color: #353535;
    margin-top: 39px;
}
@media only screen and (max-width: 640px) {
    .content .reason-choose {
        padding: 50px 0px;
    }
    .content .reason-choose .note {
        text-align: center;
    }
}
.content .compatible-language {
    background-color: #ffffff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content .compatible-language .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #353535;
    max-width: 606px;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .title {
        font-size: 28px;
    }
}
.content .compatible-language .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
    margin-bottom: 65px;
}
.content .compatible-language .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .compatible-language .text-language {
    font-size: 16px;
    color: #353535;
    padding: 0px 20px;
    padding-bottom: 71px;
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .text-language {
        font-size: 14px;
    }
}
.content .compatible-language .detail-icon-language {
    margin-bottom: 10px;
}
.content .compatible-language .detail-language {
    background-color: #ebf2f2;
    min-height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.content .compatible-language .detail-language .icon-language {
    min-width: 116px;
}
.content .compatible-language .detail-language .icon-language.icon-react {
    min-width: 242px;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .compatible-language .detail-language::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
.content .compatible-language .detail-language .text-le {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}
@media only screen and (max-width: 640px) {
    .content .compatible-language .detail-language {
        flex-direction: column;
        min-height: 66px;
    }
    .content .compatible-language .detail-language .text-le {
        font-size: 14px;
        margin-left: 0px;
    }
    .content .compatible-language .detail-language .icon-language {
        min-width: 61px;
    }
    .content .compatible-language .detail-language .icon-language.icon-react {
        min-width: 88px;
    }
}
.content .compatible-language .icon-drop {
    width: 36px;
}
.content .compatible-language .icon-drop img {
    width: 100%;
    height: auto;
}
.content .compatible-language .slide-describe {
    text-align: justify;
}
.content .compatible-language .slide-describe .slide-title {
    font-size: 32px;
    font-weight: bold;
    color: #353535;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .slide-describe .slide-title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compatible-language .slide-describe .slide-title {
        margin-bottom: 30px;
        font-size: 22px;
        padding: 0 10px;
    }
}
.content .compatible-language .slide-describe .slider-language .image-describe {
    border-radius: 8px;
    width: 100%;
}
.content .compatible-language .slide-describe .slider-language .image-describe img {
    width: 100%;
    height: auto;
}
.content .compatible-language .slide-describe .slider-language .tille-describe {
    font-size: 24px;
    font-weight: bold;
    color: #353535;
    margin-top: 20px;
    padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .slide-describe .slider-language .tille-describe {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compatible-language .slide-describe .slider-language .tille-describe {
        font-size: 22px;
        padding: 0 20px;
    }
}
.content .compatible-language .slide-describe .slider-language .note {
    font-size: 16px;
    font-weight: bold;
    color: #353535;
    padding-right: 50px;
    margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .slide-describe .slider-language .note {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compatible-language .slide-describe .slider-language .note {
        padding: 0 20px;
    }
}
.content .compatible-language .slide-describe .slider-language .content-describe {
    margin-top: 23px;
    font-size: 16px;
    color: #353535;
    padding-right: 5px;
    line-height: 28px;
}
.content .compatible-language .slide-describe .slider-language .content-describe.dot-content {
    padding-left: 18px;
}
.content .compatible-language .slide-describe .slider-language .content-describe .dot-text {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .slide-describe .slider-language .content-describe {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compatible-language .slide-describe .slider-language .content-describe {
        padding: 0 10px;
    }
    .content .compatible-language .slide-describe .slider-language .content-describe.dot-content {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .content .compatible-language .slide-describe .slider-language .slick-next {
        right: 15px;
        z-index: 2;
    }
    .content .compatible-language .slide-describe .slider-language .slick-prev {
        left: 15px;
        z-index: 2;
    }
}
@media only screen and (max-width: 640px) {
    .content .compatible-language .slide-describe .slider-language {
        padding: 0px 28px;
    }
    .content .compatible-language .slide-describe .slider-language .slick-next {
        top: 120px;
    }
    .content .compatible-language .slide-describe .slider-language .slick-prev {
        top: 120px;
        left: 10px;
        z-index: 2;
    }
}
@media only screen and (max-width: 640px) {
    .content .compatible-language {
        padding: 50px 0px;
    }
    .content .compatible-language .title {
        font-size: 22px;
        padding: 0 10px;
    }
    .content .compatible-language .text-language {
        padding-bottom: 41px;
    }
    .content .compatible-language .detail-icon-language {
        padding-right: 0px;
    }
    .content .compatible-language .detail-icon-language.icon-later {
        margin-left: 25%;
    }
}
.content .many-company {
    background-color: #ebf2f2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content .many-company .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3c393c;
    max-width: 640px;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .content .many-company .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .many-company .title {
        font-size: 22px;
        padding: 0 10px;
    }
}
.content .many-company .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
    margin-bottom: 65px;
}
.content .many-company .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .many-company .company {
    min-height: 101px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    min-height: 111px;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .many-company .company::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
.content .many-company .company img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 640px) {
    .content .many-company .company {
        min-height: 70px;
        padding: 0 5px;
    }
}
@media only screen and (max-width: 640px) {
    .content .many-company {
        padding: 50px 0px;
    }
}
.content .customer-voices {
    padding: 0 0 94px;
    background-color: #ebf2f2;
}
.content .customer-voices .title-engineer {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 61px;
    color: #353535;
}
.content .customer-voices .title-engineer span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .customer-voices .title-engineer {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .customer-voices .title-engineer {
        font-size: 22px;
        padding: 0px 10px;
    }
    .content .customer-voices .title-engineer span {
        display: unset;
    }
}
.content .customer-voices .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
}
.content .customer-voices .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .customer-voices .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #FFFFFF;
    margin-right: 20px;
    width: 100%;
    padding-bottom: 20px;
    min-height: 540px;
}
.content .customer-voices .card .card-content .main-content div {
    min-height: 55px;
}
.content .customer-voices .card .card-content .main-content a {
    word-wrap: break-word;
}
.content .customer-voices .card .card-content .main-content .text-center h4 {
    margin: 10px 0 5px;
}
.content .customer-voices .card .card-content .main-content .customer-voice-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
    text-decoration: none;
}
.content .customer-voices .card .card-content .main-content .customer-voice-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
    text-decoration: none;
}
.customer-voice-company {
    gap: 10px;
    min-height: unset !important;
}
.customer-voice-company p {
    margin: 5px 0 !important;
}
.customer-voice-company .label {
    min-width: 65px;
}
@media only screen and (max-width: 640px) {
    .content .customer-voices .card {
        margin-bottom: 20px;
    }
}
.content .customer-voices .card .card-content {
    width: 100%;
    padding: 0 20px;
}
.content .customer-voices .card .card-content .bg-card-icon {
    padding: 20px 0;
}
.content .customer-voices .card .card-content .bg-card-icon iframe {
    width: 100%;
    aspect-ratio: 85/57;
    border-radius: 5px;
}
.content .customer-voices .card .card-content .main-content img {
    width: 200px;
}
@media only screen and (max-width: 768px) {
    .content .customer-voices .card .card-content .main-content img {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .content .customer-voices {
        padding: 50px 0px;
    }
    .content .customer-voices .card-engineer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
.content .compare-cost {
    background-color: #ffffff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#ai-price.compare-cost {
    background-color: #e7eff1;

    .td-compare,
    .total-cost,
    .btn-total-cost {
        background-color: #ffffff;
    }
}
.content .compare-cost .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #353535;
    text-align: center;

    span {
        color: #d05327;
    }
}
@media only screen and (max-width: 1024px) {
    .content .compare-cost .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .title {
        font-size: 22px;
        padding: 0 10px;
    }
}
.content .compare-cost .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
    margin-bottom: 65px;
}
.content .compare-cost .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .compare-cost .title-compare {
    width: 100%;
    min-height: 61px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .compare-cost .title-compare::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .content .compare-cost .title-compare {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .title-compare {
        font-size: 12px;
    }
}
.content .compare-cost .title-compare.title-jp {
    color: #ffffff;
    background-color: #414143;
}
.content .compare-cost .title-compare.title-vn {
    color: #353535;
    background-color: #f1ac87;
}
.content .compare-cost .th-compare {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    text-align: left;
    padding-top: 28px;
    padding-bottom: 15px;
    padding-left: 12px;
}
.content .compare-cost .th-compare .with-left {
    width: 60%;
}
.content .compare-cost .th-compare .with-right {
    width: 20%;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .compare-cost .th-compare::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
.content .compare-cost .th-compare div {
    color: #3c393c;
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .th-compare {
        font-size: 10px;
        padding-left: 5px;
    }
    .content .compare-cost .th-compare .with-left {
        width: 20%;
    }
    .content .compare-cost .th-compare .with-right {
        width: 40%;
    }
}
.content .compare-cost .td-compare {
    padding-left: 12px;
    background-color: #f2f2f2;
    border-radius: 4px;
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    color: #333333;
}
.content .compare-cost .td-compare .with-left {
    width: 60%;
}
.content .compare-cost .td-compare .with-right {
    width: 20%;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .compare-cost .td-compare::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
.content .compare-cost .td-compare .text-left {
    text-align: left;
}
.content .compare-cost .td-compare .text-center {
    text-align: center;
}
.content .compare-cost .td-compare div {
    color: #3c393c;
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .td-compare {
        font-size: 10px;
        padding-left: 5px;
    }
    .content .compare-cost .td-compare .with-left {
        width: 20%;
    }
    .content .compare-cost .td-compare .with-right {
        width: 40%;
    }
}
.content .compare-cost .bg-line {
    width: 100%;
    height: 2px;
    background: #f8daca;
    position: relative;
    margin-top: 30px;
}
.content .compare-cost .bg-line::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    left: 45%;
}
.content .compare-cost .bg-line::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #f8daca transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 2px;
    left: 45%;
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .bg-line::after {
        left: 40%;
    }
    .content .compare-cost .bg-line::before {
        left: 40%;
    }
}
.content .compare-cost .total-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 21px;
    font-size: 16px;
    color: #3c393c;
    background-color: #f2f2f2;
    margin-top: 20px;
    min-height: 46px;
    border-radius: 4px;
    color: #333333;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .compare-cost .total-cost::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .total-cost {
        font-size: 10px;
        padding: 0px 5px;
    }
}
.content .compare-cost .btn-total-cost {
    min-height: 46px;
    display: flex;
    margin-top: 10px;
    padding: 0px 21px;
    color: #3c393c;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4d4d4d;
    color: #333333;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .compare-cost .btn-total-cost::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .btn-total-cost {
        font-size: 10px;
        padding: 0px 5px;
    }
}
.content .compare-cost .note {
    max-width: 625px;
    font-size: 16px;
    color: #353535;
    margin-top: 54px;
}
@media only screen and (max-width: 640px) {
    .content .compare-cost .note {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .content .compare-cost {
        padding: 50px 0px;
    }
}
.content .flow {
    background-color: #efeae4;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content .flow .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3c393c;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .content .flow .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .flow .title {
        font-size: 22px;
        padding: 0 10px;
    }
}
.content .flow .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
    margin-bottom: 65px;
}
.content .flow .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
.content .flow .card {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #ffffff;
    min-height: 121px;
    margin-bottom: 20px;
    width: 100%;
}
.content .flow .card .card-content {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}
.content .flow .card .card-content .card-left .step {
    min-width: 121px;
    min-height: 81px;
    background-color: #F4F0EA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #CF5327;
    font-weight: bold;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .flow .card .card-content .card-left .step {
        height: 81px;
    }
}
.content .flow .card .card-content .card-left .step .step-name {
    font-size: 24px;
    padding-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
    .content .flow .card .card-content .card-left .step .step-name {
        font-size: 20px;
    }
}
.content .flow .card .card-content .card-left .step .step-number {
    font-size: 52px;
    line-height: 26px;
    padding-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
    .content .flow .card .card-content .card-left .step .step-number {
        font-size: 48px;
    }
}
@media only screen and (max-width: 640px) {
    .content .flow .card .card-content .card-left .step {
        min-width: 91px;
        min-height: 71px;
    }
    .content .flow .card .card-content .card-left .step .step-name {
        font-size: 20px;
    }
    .content .flow .card .card-content .card-left .step .step-number {
        font-size: 40px;
    }
}
.content .flow .card .card-content .card-right {
    margin-left: 61px;
}
.content .flow .card .card-content .card-right .text {
    font-size: 24px;
    color: #353535;
    text-align: left;
    padding-bottom: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    .content .flow .card .card-content .card-right .text {
        font-size: 20px;
    }
}
.content .flow .card .card-content .card-right .small-text {
    font-size: 17px;
    color: #353535;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .content .flow .card .card-content .card-right .small-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .content .flow .card .card-content .card-right {
        margin-left: 35px;
    }
}
@media only screen and (max-width: 640px) {
    .content .flow .card .card-content .card-right {
        margin-left: 21px;
    }
    .content .flow .card .card-content .card-right .text {
        font-size: 18px;
        padding-bottom: 0px;
    }
    .content .flow .card .card-content .card-right .small-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .content .flow {
        padding: 50px 0px;
    }
}
.content .question {
    background-color: #e7eff1;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content .question .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3c393c;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .content .question .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .content .question .title {
        font-size: 22px;
        padding: 0 10px;
    }
}
.content .question .border-horizontal {
    opacity: 0.3;
    width: 41px;
    margin-right: 10px;
    border: 2px solid #d05327;
    border-radius: 1px;
    margin-bottom: 65px;
}
.content .question .border-horizontal.center {
    width: 121px;
    opacity: 1;
}
@media only screen and (max-width: 640px) {
    .content .question .text-des-info {
        width: 100%;
        padding: 0px;
        word-break: break-word;
    }
}
.content .question .provide-service {
    color: #3c393c;
    text-align: justify;
    padding-right: 20px;
}
@media only screen and (max-width: 640px) {
    .content .question .provide-service {
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .content .question .provide-service .provide-title {
        font-size: 18px;
    }
}
.content .question .provide-service .provide-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 31px;
}
.content .question .provide-service .provide-title span {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .content .question .provide-service .provide-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .content .question .provide-service .provide-title span {
        display: unset;
    }
}
.content .question .provide-service .provide-content {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
@media only screen and (max-width: 1024px) {
    .content .question .provide-service .provide-content {
        line-height: 24px;
        font-size: 14px;
    }
}
.content .question .provide-service .provide-content .link {
    color: #0071BB;
}
.content .question .company-describe {
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    display: inline-flex;
    background-color: #ffffff;
    margin-bottom: 20px;
    flex-direction: column;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .content .question .company-describe {
        display: inline-block;
    }
}
.content .question .company-describe .bg-company-describe {
    width: 100%;
}
.content .question .company-describe .bg-company-describe img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    height: auto;
}
.content .question .company-describe .company-describe-title {
    font-size: 18px;
    font-weight: bold;
    color: #3c393c;
    padding: 8px 33px;
}
@media only screen and (max-width: 1024px) {
    .content .question .company-describe .company-describe-title {
        font-size: 16px;
    }
}
.content .question .company-describe .company-describe-content {
    font-size: 14px;
    color: #3c393c;
    padding: 0px 54px 29px;
    line-height: 22px;
    text-align: justify;
}
@media only screen and (max-width: 640px) {
    .content .question .company-describe .company-describe-content {
        padding: 0px 24px 10px;
    }
}
.content .question h3 {
    font-size: 22px;
    margin-top: 100px;
}
.content .question .infomation {
    text-align: justify;
}
@media only screen and (max-width: 640px) {
    .content .question .infomation {
        margin-top: 50px;
    }
}
.content .question .infomation .infomation-title {
    font-size: 16px;
    font-weight: bold;
    color: #3c393c;
}
@media only screen and (max-width: 640px) {
    .content .question .infomation .infomation-title {
        font-size: 14px;
        padding-right: 5px;
    }
    .content .question .infomation .infomation-title span {
        display: block;
    }
}
.content .question .infomation .infomation-content {
    font-size: 16px;
    color: #3c393c;
}
@media only screen and (max-width: 640px) {
    .content .question .infomation .infomation-content {
        font-size: 14px;
    }
}
.content .question .infomation .hr {
    border-top: 1px solid #bebfbf;
    margin: 22px 0px;
}
@media only screen and (max-width: 640px) {
    .content .question {
        padding: 50px 0px 25px 0px;
    }
}

.footer {
    background: url(../images/bg-footer.jpg) center center no-repeat scroll;
    background-size: cover;
    min-height: 780px;
    padding: 25px 0 100px;
    overflow: hidden;
}
@media only screen and (max-width: 640px) {
    .footer {
        overflow: hidden;
    }
}
.footer .form-request {
    border-radius: 30px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    background-color: #f4f2e5;
    margin-right: 20px;
}
@media only screen and (max-width: 640px) {
    .footer .form-request {
        margin: 0 10px;
    }
}
.footer .form-request .image-logo {
    background: url(../images/logo-black.svg) no-repeat center center scroll;
    min-width: 132px;
    min-height: 63px;
    height: 100%;
    margin-top: 60px;
}
.footer .form-request .image-contact img {
    width: 100%;
    height: auto;
}
.footer .form-request .info-contact {
    position: relative;
    left: 20%;
}
@media only screen and (max-width: 1024px) {
    .footer .form-request .info-contact {
        left: 10%;
    }
}
.footer .form-request .info-contact img {
    width: 31px;
    height: 31px;
}
.footer .form-request .info-contact .text {
    line-height: 31px;
    font-size: 16px;
}
@media only screen and (max-width: 640px) {
    .footer .form-request .info-contact {
        margin-bottom: 20px;
        left: 5%;
    }
    .footer .form-request .info-contact .text {
        font-size: 12px;
    }
}
.footer .form-request .form {
    padding: 48px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #3c393c;
}
@media only screen and (max-width: 1024px) {
    .footer .form-request .form {
        padding: 12px;
    }
}
.footer .form-request .form .title-form {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
    .footer .form-request .form .title-form {
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px) {
    .footer .form-request .form .title-form {
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.footer .form-request .form .form-control {
    margin-bottom: 14px;
}
.footer .form-request .form .form-control .label {
    font-size: 14px;
    font-weight: bold;
    color: #353535;
}
.footer .form-request .form .form-control .label .icon-require {
    color: #d05327;
}
.footer .form-request .form .form-control input {
    height: 40px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}
.footer .form-request .form .form-control input.has-error {
    border-color: #d05327;
}
.footer .form-request .form .form-control textarea {
    min-height: 87px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}
.footer .form-request .form .form-control textarea.has-error {
    border-color: #d05327;
}
.footer .form-request .form .form-control .help-block {
    color: #d05327;
}
.footer .form-request .form .police {
    margin-bottom: 20px;
    padding-left: 40px;
}
.footer .form-request .form .police .checkbok-rule {
    width: 24px;
    height: 24px;
    top: 6px;
    position: relative;
}
.footer .form-request .form .police .link-rule {
    color: #2196F3;
    cursor: pointer;
}
.footer .form-request .form .police .error-checkbox-rule {
    color: #d05327;
    font-size: 14px;
}
.footer .form-request .form .terms-of-use {
    display: none;
}
.footer .form-request .form .terms-of-use .title {
    font-size: 20px;
    font-weight: bold;
}
.footer .form-request .form .terms-of-use .text-small {
    font-size: 14px;
}
.footer .form-request .form .button-submit {
    background: #CF5327;
    max-width: 281px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    margin-left: auto;
    margin-right: 0;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    .footer .form-request .form .button-submit {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .footer .form-request .form .button-submit {
        margin: 0 auto;
    }
}
.footer .form-request .form .button-submit.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}
.footer .form-request .form .message-noti {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    background-color: #F0F9EB;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    color: #67C23A;
    display: none;
}

.button_scroll_top {
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 999;
    right: 45px;
    top: 80%;
    cursor: pointer;
    opacity: 0.8;
}
.button_scroll_top:hover {
    opacity: 1;
}
@media only screen and (max-width: 640px) {
    .button_scroll_top {
        width: 50px;
        height: 50px;
    }
}

/*# sourceMappingURL=landing-page.css.map */

footer {
    background-color: #ff4500c7;
}
footer a {
    text-decoration: none;
    color: #fff;
}
footer p {
    margin: 0;
}
footer ul {
    list-style-type: none;
}
footer .d-flex {
    align-items: center;
}
.footer-contact {
    width: 1200px;
    padding: 78px 0;
    display: flex;
    color: #fff;
    margin: auto;
}
.footer-contact .footer-company-info {
    font-size: 14px;
    margin: 0 40px 0 0;
    position: relative;
    width: 48%;
}
.footer-company-info .footer-logo {
    margin-bottom: 15px;
}
.footer-logo-img {
    margin-top: 2px;
    width: 100px;
    height: auto !important;
}
.footer-info .company-intro {
    margin-bottom: 10px;
}
.footer-info .company-info {
    display: flex;
    margin: 5px 0;
}
.footer-contact img {
    height: 20px;
    margin-top: 2px;
}
.footer-contact .contact-title {
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
}
.address-box {
    display: flex;
}
.address-box, .box-address-item, .box-address-left {
    font-size: 13px;
}
.address-box img {
    margin-top: 3px;
}
.footer-our-certifications {
    display: flex;
    justify-content: end;
    gap: 10px;
    width: 1200px;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.footer-our-certifications .c-bnr__list.our-certifications {
    justify-content: end;
    gap: 10px;
}
.c-bnr__list {
    align-items: center;
    margin: 15px auto;
    width: 100%;
    min-width: 1040px;
    max-width: 1200px;
    font-family: Saira;
    padding: 0;
    color: #32465b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}
.footer-our-certifications .c-bnr__list.our-certifications .c-bnr__item {
    width: 120px;
    height: 92px;
    padding: 0;
}
.c-bnr__list.our-certifications .c-bnr__item {
    padding: 10px 0;
    height: 180px;
}
.c-bnr__link {
    position: relative;
    display: block;
    cursor: default;
}
.footer-our-certifications .c-bnr__list.our-certifications .c-bnr__link img {
    height: 90px;
}
.c-bnr__link img {
    width: 120px;
    object-fit: contain;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.footer-copyright {
    background: #2c2934;
    font-size: 14px;
    color: #fff;
    padding: 32px 0 37px;
}
.footer-bg {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-bg .policy {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.c-bnr__item {
    margin: 0;
    width: 285px;
    padding: 0;
    background-color: #ffff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    text-align: center;
    width: 250px;
    max-width: 45%;
    border-radius: 10px;
}
.box-address-item, .address-box {
    display: flex;
    align-items: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
    footer>.d-flex {
        padding: 0 30px;
    }
}
@media (max-width: 1210px) {
    .footer-contact {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    footer>.d-flex {
        padding: 0 20px;
    }
    .footer-contact {
        padding: 2rem;
    }
    .footer-contact .footer-company-info {
        margin-right: 20px;
        margin-left: 0;
        max-width: 280px;
    }
    .footer-contact span {
        display: block;
    }
    .footer-contact .address-box, .footer-contact a, .footer-contact p, .footer-contact span {
        font-size: 11px;
    }
    .c-bnr__list.our-certifications {
        gap: 10px;
    }
    .c-bnr__list {
        gap: 20px;
        min-width: initial !important;
    }
    .c-bnr__list.our-certifications .c-bnr__item {
        height: 200px;
    }
    .c-bnr__item {
        max-width: 235px;
        margin: 0;
        width: 285px;
        padding: 0;
        background-color: #ffff;
        box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    }
    .footer-bg {
        margin: 0;
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    footer>div {
        flex-direction: column;
    }
    .footer-contact {
        flex-flow: wrap;
        column-gap: 1rem;
        padding: 40px 20px;
    }
    .footer-contact .footer-company-info {
        margin-left: 0;
        max-width: initial;
        width: 100%;
    }
    .footer-contact .contact-title {
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .footer-our-certifications {
        position: unset;
        justify-content: center;
        margin: 10px 0;
    }
    .footer-our-certifications .c-bnr__list.our-certifications {
        justify-content: center;
    }
    .c-bnr__item {
        padding: 5px;
        margin: 6px;
        max-width: 44%;
        justify-content: center;
        border-radius: 10px;
        background-color: #fff;
        -webkit-transition: none;
        transition: none;
    }
    .c-bnr__item img {
        height: 80px;
    }
    .footer-copyright {
        padding: 20px;
    }
    .footer-bg {
        padding-top: 20px;
        text-align: center;
        width: auto;
    }
    .footer-bg .policy {
        justify-content: center;
    }
    .c-bnr__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .footer-our-certifications .c-bnr__list.our-certifications {
        gap: 5px;
    }
    .footer-our-certifications .c-bnr__list.our-certifications .c-bnr__link img {
        height: 90px;
        width: auto;
        max-width: 90px;
    }
}

@media (max-width: 426px) {
    .footer-contact {
        padding: 2rem;
    }
    .footer-contact .footer-company-info {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .box-address-container {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .c-bnr__list {
        gap: 10px;
        padding: 0 10px;
        margin: 5px 0;
    }
    .c-bnr__item img {
        height: 60px;
    }
}
