@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #000000;
    font-family: "Montserrat";
    background-color: #ffffff;
}
.container {
    background-color: #ffffff;
}
/*Start button*/
.btn-danger {
    background: #DC4A3E;
    border-color: #DC4A3E;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:focus,
.btn-danger:hover {
    background: #DF5C51;
    border-color: #DF5C51;
}
button.btn {
    width: 256px;
    height: 48px;
    border-radius: 8px;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    padding: 5px 23px;
}
button img {
    margin-right: 20px;
    margin-top: -4px;
}
/*End button*/
img {
    max-width: 100%;
}
/*Start component*/
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #E8E8E8;
}
.line-short {
    border: 2px solid #DC4A3E;
    width: 120px;
    height: 0;
    border-radius: 11px;
}
.text-box h2 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 70px;
    font-family: 'Montserrat-Bold';
    color: #FFFFFF;
}
/*START Slick*/
/*Start Slick dot*/
.slick-dots li {
    margin: 0;
    width: 17px;
}
.slick-dots li button:before {
    font-size: 8px;
    color: #E8E8E8;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #DC4A3E;
}
/*End Slick dot*/

/*Slick button prev / next*/
.slick-arrow {
    z-index: 2;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
}
.slick-arrow:before {
    color: rgba(220,74,62,0.7);
    font-size: 35px;
}
.slick-arrow.slick-prev {
    left: 12px;
}
.slick-arrow.slick-next {
    right: 12px;
}
/*End slide tech item*/
/*END Slick*/

/*Start require text*/
.require {
    color: #DC4A3E;
    font-weight: bold;
    font-size: 16px;
    padding: 0 4px;
}
/*End require text*/

/*Start input*/
.form-control {
    background: #F4F4F4;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    border: none;
}
select.form-control,
input.form-control {
    height: 56px;
}
textarea.form-control {
    resize: none;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F4F4F4;
    background-image: url("../images/svg/arrow_down_dark.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}
/*End input*/

/*End component*/

/*START NAVBAR*/
.navbar {
    height: 104px;
}
.navbar .logo img {
    width: 208px;
}
.navbar .navbar-collapse {
    margin-left: 55px;
}
.navbar .navbar-toggler {
    border: none;
    padding: 0 5px;
    margin: -3px 13px 0 0;
    width: 35px;
}
.navbar .navbar-toggler:focus {
    outline: none;
}
/*menu style*/
.navbar .navbar-nav .nav-item {
    padding: 0 12px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active .nav-link
{
    color: #DC4A3E;
    font-weight: bold;
    border-bottom: 4px solid #DC4A3E;
    font-family: 'Montserrat-Bold';
}
/*language style*/
.navbar .language-box a {
    font-size: 18px;
    line-height: 13px;
    color: #DC4A3E;
}
.navbar .language-box a:hover,
.navbar .language-box a.active
{
    color: #DC4A3E;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Montserrat-Bold';
}
/*END NAVBAR*/

/*START Homepage*/
.page-home .text-box .line-short {
    bottom: 0;
}

/*Start introduce-box*/
.page-home .introduce-box {
    height: 800px;
    background: transparent url("../images/home/bg_introduce.png") no-repeat center;
    background-size: cover;
}
.page-home .introduce-box .text-box {
    width: calc(100% - 30px);
    top: calc(50% - 70px);
    color: #FFFFFF;
}
.page-home .introduce-box .text-box h2 {
    font-size: 32px;
    line-height: 36px;
    text-shadow: 0 8px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    margin-top: 0;
}
/*End introduce-box*/

/*Start oppotunities-box*/
.page-home .oppotunities-box .text-box .line-short {
    bottom: 0;
    border-color: #FFFFFF;
}
.page-home .oppotunities-box {
    height: 680px;
    background: #DC4A3E url("../images/home/bg_oppotunity.svg") no-repeat center;
    background-size: cover;
}
.page-home .oppotunities-box .text-box {
    top: 0;
    left: 0;
}
.page-home .oppotunities-box .img01-box {
    top: 155px;
    left: 0;
}
/*End oppotunities-box*/

/*Start service-box*/
.page-home .service-box .text-box {
    top: 0;
    left: 0;
}
.page-home .service-box .text-box h2 {
    color: #000000;
}
.page-home .service-box .card {
    border-radius: 16px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    /*max-width: 552px;*/
    overflow: hidden;
}
.page-home .service-box .card .card-body {
    padding-bottom: 35px;
}
.page-home .service-box .card .card-title {
    color: #DC4A3E;
    font-weight: bold;
    font-size: 24px;
}
.page-home .service-box .card .card-text {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
}
.page-home .service-box .card button {
    width: 216px;
    margin-top: 0;
}
.page-home .service-box .card .card-footer {
border-top: 1px solid #E8E8E8;
background-color: #fff;
padding: 40px 15px;
}
/*End service-box*/

/*Start tech-box*/
.page-home .tech-box {
    margin: 25px 0;
}
.page-home .tech-box .tech-item-center {
    padding-right: 7px;
    padding-left: 8px;
}
.page-home .tech-box .card {
    border: none;
}
.page-home .tech-box .card .card-img-top {
    width: 160px;
}
.page-home .tech-box .card .card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 18px 0;
}
.page-home .tech-box .card .card-text {
    text-align: justify;
}
/*Start slide tech item*/
.page-home .tech-box .sp-slick-box {
    margin-bottom: 10px;
}
.page-home .tech-box .sp-slick-box .slick-list {
    padding: 0 50px 0 0 !important;
}
.page-home .tech-box .sp-slick-box .slick-list .slick-slide {
    width: 253px !important;
    outline: none;
}
.page-home .tech-box .sp-slick-box .slick-list .slick-slide:first-child .card-body {
    padding-left: 0;
}
/*End slide tech item*/

/*End tech-box*/
/*Start contact-box*/
.page-home .contact-box {
    height: 352px;
    background: #DC4A3E url("../images/home/bg_contact.png") no-repeat right;
    background-size: cover;
}
.page-home .contact-box .text-box {
    margin-top: 115px;
}
.page-home .contact-box .text-box h2:first-child {
    font-size: 36px;
}
.page-home .contact-box .text-box h2 {
    font-size: 32px;
    line-height: 48px;
    text-shadow: 0 8px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 0;
}
.page-home .contact-box  .text-box img {
    margin-right: 18px;
    margin-top: -4px;
    width: 40px;
}
/*End contact-box*/

/*END Homepage*/

/*START Privacy policy page*/
.page-policy .line-short {
    bottom: 0;
}
.page-policy .text-box {
    top: 0;
    left: 0;
}
.page-policy .text-box h2 {
    color: #000000;
}
.page-policy .top-label {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    font-size: 18px;
}
/*END Privacy policy page*/

/*START Career page*/
.page-career .line-short {
    bottom: 0;
}
.page-career .text-box {
    top: 0;
    left: 0;
}
.page-career .text-box h2 {
    color: #000000;
}

/*Start top box*/
.page-career .top-box .find-title {
    font-size: 18px;
}
.page-career .top-box .img-01 {
    margin-top: 20px;
}
/*End top box*/
/*Start job box*/
.page-career .job-box {
    border-top: 1px solid #E8E8E8;
}
.page-career .job-box .job-container {
    margin-top: 45px;
}
.page-career .job-box .job-item .job-title {
    font-weight: bold;
    font-size: 24px;
    border-top: 1px solid #E8E8E8;
    padding-top: 30px;
    font-family: 'Montserrat-Bold';
}
.page-career .job-box .job-item:first-child .job-title {
    border-top: none;
}
.page-career .job-box .job-item .job-title img {
    margin: 0 15px 0 20px;
}
.page-career .job-box .job-item .job-title span {
    font-weight: bold;
    font-size: 24px;
    color: #DC4A3E;
}
.page-career .job-box .job-item button {
    width: 200px;
}
.page-career .job-box .job-item .desc-box {
    margin-top: 35px;
}
.page-career .job-box .job-item .job-desc-label {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
}
.page-career .job-box .job-item .job-desc-text {
    line-height: 24px;
}
/*End job box*/

/*END Career page*/


/*START Service page*/
.page-service .line-short {
    bottom: 0;
}
.page-service .text-box {
    top: 0;
    left: 0;
}
.page-service .text-box h2 {
    color: #000000;
}
/*Start content1 box*/
.page-service .content1-box .title {
    font-size: 18px;
}
.page-service .content1-box .img-01 {
    margin-top: 20px;
}
/*End content1 box*/

/*Start content2 box*/
.page-service .content2-box .title {
    font-size: 18px;
}
/*Start slide content2 item:*/
.page-service .content2-box .lab-info-box {
    margin-top: 60px;
    margin-bottom: 22px;
}
.page-service .content2-box .lab-info-box .card {
    border: none;
    border-bottom: 8px solid #DC4A3E;
    overflow: hidden;
    border-radius: 16px 16px 8px 8px;
}
.page-service .content2-box .lab-info-box .slick-item {
    outline: none;
    box-sizing: border-box;
}
.page-service .content2-box .lab-info-box .card-body {
    padding: 0;
    overflow: hidden;
}
.page-service .content2-box .lab-info-box .card-body .card-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 168px;
}
.page-service .content2-box .lab-info-box .card-body .card-title .label {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
}
.page-service .content2-box .lab-info-box .slick-dots {
     bottom: -8px;
}
/*End slide content2 item*/
/*End content2 box*/

/*Start content3 box*/
.page-service .content3-box .step-box {
    list-style: none;
    padding: 0;
    text-align: center;
}
.page-service .content3-box .step-box:before {
    content: " ";
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DC4A3E;
    border-radius: 3px;
    z-index: 0;
}
.page-service .content3-box .step-box li {
    width: 25%;
    z-index: 1;
}
.page-service .content3-box .step-box li .ico_top {
    width: 80px;
    height: 80px;
    background: #DC4A3E;
    border: 8px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
}
.page-service .content3-box .step-box li .ico_top span {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    width: 100%;
    font-family: 'Montserrat-Bold';
}
.page-service .content3-box .step-box li .title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 18px;
}
.page-service .content3-box .step-box li .content {
    font-size: 16px;
    line-height: 24px;
    max-width: 280px;
    display: inline-block;
    padding: 0 10px;
}
/*End content3 box*/

/*Start content4 box*/
.page-service .content4-box {
    border-top: 1px solid #E8E8E8;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-top: 20px;
}
.page-service .content4-box .title {
    font-size: 18px;
    max-width: 810px;
    margin: 0 auto;
    line-height: 24px;
}
/*Start slide content4 item:*/
.page-service .content4-box .cloud-info-box {
    margin-top: 80px;
}
.page-service .content4-box .cloud-info-box .card {
    border: none;
    overflow: hidden;
    border-radius: 16px;
    max-height: 480px;
}
.page-service .content4-box .cloud-info-box .slick-item {
    outline: none;
    box-sizing: border-box;
}
.page-service .content4-box .cloud-info-box .card-body {
    padding: 0;
    position: relative;
}
.page-service .content4-box .cloud-info-box .card-body .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 16px;
    height: 224px;
    margin-bottom: 0;
    padding-top: 55px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.696) 72.92%);
}
.page-service .content4-box .cloud-info-box .card-body .card-title .label {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
}
.page-service .content4-box .cloud-info-box .card-body .card-title .content  {
    margin: 20px 29px 0 29px;
}
.page-service .content4-box .cloud-info-box .slick-dots {
    bottom: -8px;
}
/*End slide content4 item*/
/*End content4 box*/

/*Start content5 box*/
.page-service .content5-box {
    padding-bottom: 45px;
}
.page-service .content5-box .step-box {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 70px;
}
.page-service .content5-box .step-box li {
    width: 25%;
    position: relative;
    padding: 0 5px;
}
.page-service .content5-box .step-box li .ico_top {
    width: 48px;
    height: 48px;
    background: #DC4A3E;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    position: absolute;
    left: 5px;
    top: 12px;
}
.page-service .content5-box .step-box li .ico_top img {
    text-align: center;
    width: 24px;
    margin-left: 8px;
}
.page-service .content5-box .step-box li .content {
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    padding: 10px 15px 10px 40px;
    width: 236px;
    border: 2px solid #DC4A3E;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: left;
}
/*End content5 box*/
/*START Service page*/

/*START About page*/
.page-about .line-short {
    bottom: 0;
}
.page-about .text-box {
    top: 0;
    left: 0;
}
.page-about .text-box h2 {
    color: #000000;
}
/*Start about info box*/
.page-about .container {
    background: #ffffff url(../images/about/bg_about_pc.svg) no-repeat right 104px;
}
.page-about .info-box {
    margin-top: 55px;
    padding-bottom: 100px;
    border-bottom: 1px solid #E8E8E8;
}
.page-about .info-box table {
    border: 1px solid #F4F4F4;
    border-radius: 0 16px 16px 0;
    display: block;
}
.page-about .info-box table tr:first-child th,
.page-about .info-box table tr:first-child td
{
    border-top: none;
}
.page-about .info-box table th {
    width: 163px;
    background: #F4F4F4;
    padding-left: 32px;
    font-size: 18px;
}
.page-about .info-box table td {
    font-size: 18px;
    line-height: 24px;
}
/*End about info box*/

/*Start about desc box*/
.page-about .desc-container {
    margin-top: 85px;
    text-align: justify;
}
.page-about .desc-container .signal-title {
    margin-right: 85px;
}
.page-about .desc-container .signal-text {
    margin-right: 40px;
}
.page-about .desc-container .img-box img {
    border-radius: 15px;
}
/*End about desc box*/
/*END About page*/

/*START Contact page*/
.page-contact .line-short {
    bottom: 0;
}
.page-contact .text-box {
    top: 0;
    left: 0;
}
.page-contact .text-box h2 {
    color: #000000;
}
/*Start contact info box*/
.page-contact .info-box a {
    color: #000000;
}
/*End contact info box*/

/*Start contact form box*/
.page-contact .contact_form-box {
    padding-bottom: 50px;
}
.page-contact .contact_form-box .form_box {
    margin: 0 auto;
    width: 100%;
}
.page-contact .contact_form-box .form_title {
    font-weight: bold;
    font-size: 18px;
}
.page-contact .contact_form-box form label.col-form-label {
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
}
.page-contact .contact_form-box form .pesonal_info_process_box .privacy_policy_link {
    color: #57C8F1;
    padding-left: 5px;
    margin-top: 1px;
    position: absolute;
    height: 1.25rem;
}
.page-contact .contact_form-box form label.border-danger:before {
    border-color: #dc3545;
}
/*End contact form box*/
/*END Contact page*/

/*START FOOTER*/
footer {
    color: #FFFFFF;
    height: 368px;
    background: #000000 url("../images/footer.png") no-repeat 6px center !important;

}
footer .footer-body {
    padding: 80px 110px 0 110px;
}
/*footer .bg-box {*/
    /*top: 0;*/
    /*left: 0;*/
    /*background: #000000;*/
/*}*/
footer .address-box .text-box {
    font-weight: bold;
    font-size: 14px;
}
footer .address-box .text-box .icon {
    width: 20px;
    text-align: center;
    display: inline-table;
    margin-right: 18px;
}
footer .menu-box ul {
    padding-left: 65px;
}
footer .menu-box li {
    padding-bottom: 56px;
}
footer .menu-box li a {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
footer .menu-box li a:hover {
    text-decoration: none;
    font-weight: bold;
}
footer .button-box > div {
    height: 100%;
}
footer .button-box button {
    margin-top: -35px;
}
/*END FOOTER*/


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) {
    .container {
        padding: 0;
    }
}
@media (min-width: 1601px) {
    .container {
        max-width: 1440px;
    }
    .navbar {
        height: 104px;
        margin: 0 100px;
    }
}
@media (max-width: 1600px) {
    /*START FOOTER*/
    footer {
        background-position-x: right !important;
    }
    footer .footer-body {
        padding: 80px 32px 0 30px;
    }
    /*END FOOTER*/
}
@media (max-width: 1200px) {
    /*START NAVBAR*/
    .navbar .navbar-collapse {
        margin-left: 15px;
    }
    .navbar .navbar-nav .nav-item {
        padding: 0;
    }
    /*END NAVBAR*/

    /*START Home page*/
    /*Start introduce-box*/
    .page-home .introduce-box {
        height: 700px;
    }
    /*End introduce-box*/

    /*END Home page*/

    /*START Service page*/
    /*Start content5 box*/
    .page-service .content5-box .step-box li {
        padding: 0 15px;
    }
    .page-service .content5-box .step-box li .ico_top {
        top: 12px;
        left: -10px;
    }
    .page-service .content5-box .step-box li .content {
        padding: 10px 5px 10px 18px;
        width: auto;
    }
    /*End content5 box*/
    /*END Service page*/

    /*Start FOOTER*/
    footer .footer-body .button-box button {
        font-size: 18px;
        width: auto;
    }
    /*END FOOTER*/
}
@media (max-width: 992px) {
    /*Start Home page*/
    /*Start introduce-box*/
    .page-home .introduce-box {
        height: 500px;
    }
    /*End introduce-box*/
    /*End Home page*/

    /*START Service page*/
    /*Start content5 box*/
    .page-service .content5-box .step-box li {
        padding: 0 15px;
    }
    .page-service .content5-box .step-box li .ico_top {
        width: 40px;
        height: 40px;
        left: -5px;
        top: 25px;
    }
    .page-service .content5-box .step-box li .ico_top img {
        width: 18px;
    }
    .page-service .content5-box .step-box li .content {
        height: 95px;
        padding: 10px 5px 10px 15px;
        width: auto;
    }
    /*End content5 box*/
    /*END Service page*/

    /*Start FOOTER*/
    footer .footer-body {
        padding: 80px 10px 0 10px;
    }
    footer .menu-box ul {
        padding-left: 30px;
    }
    footer .footer-body .button-box button {
        font-size: 16px;
        padding: 0 5px;
    }
    footer .footer-body .button-box button img {
        margin-right: 5px;
    }
    /*END FOOTER*/
}
@media (max-width: 767px) {
    /*START NAVBAR*/
    .navbar {
        height: 56px;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .logo img {
        width: 90px;
        margin-top: -8px;
    }
    .navbar .navbar-collapse {
        z-index: 2;
        background: #ffffff;
        margin-left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        transition: left 300ms ease;
    }
    /*Start Nav menu custom show from left*/
    .navbar .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    /*End Nav menu custom show from left*/

    .navbar .navbar-collapse .navbar-toggler2 {
        margin: 5px 13px 0 16px;
    }
    .navbar .navbar-collapse .nav-logo {
        border-bottom: 1px solid #E8E8E8;
        padding: 15px 0 33px 15px;
        margin-bottom: 10px;
    }
    .navbar .navbar-collapse .nav-logo img {
        width: 176px;
    }
    /*Start navbar-nav*/
    .navbar .navbar-nav {
        padding: 15px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 27px 0;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active .nav-link
    {
        border-bottom: none;
    }
    /*button in bottom nav main menu*/
    .navbar .navbar-nav .button-nav-box button {
        width: 196px;
        font-weight: bold;
        font-size: 18px;
        padding: 5px;
    }
    .navbar .navbar-nav .button-nav-box button img {
        width: 20px;
    }
    /*Start navbar-nav*/
    /*END NAVBAR*/

    /*Start Home page*/
    .page-home .text-box h2 {
        font-size: 18px;
        margin-top: 40px;
    }

    /*Start introduce-box*/
    .page-home .introduce-box {
        height: 360px;
        background-image: url("../images/home/bg_introduce_sp.png");
    }
    .page-home .introduce-box .text-box h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .page-home .introduce-box button {
        font-size: 18px;
        width: 210px;
        font-family: 'Montserrat';
    }
    /*End introduce-box*/

    /*Start oppotunities-box*/
    .page-home .oppotunities-box {
        height: 452px;
        background-image: url("../images/home/bg_oppotunity_sp.svg");
    }
    .page-home .oppotunities-box .img01-box {
        top: 110px;
    }
    .page-home .oppotunities-box .img01-box img {
        width: 343px;
    }
    /*End oppotunities-box*/

    /*Start service-box*/
    .page-home .service-box .card .card-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-home .service-box .card .card-text {
        font-size: 14px;
    }
    .page-home .service-box .card .card-footer {
        padding: 25px 15px;
    }
    .page-home .service-box .card button {
        font-size: 18px;
    }
    /*End service-box*/

    /*Start contact-box*/
    .page-home .contact-box {
        height: 300px;
        background-image: url("../images/home/bg_contact_sp.png");
        background-position-x: center;
    }
    .page-home .contact-box .text-box {
        margin-top: 40px;
    }
    .page-home .contact-box .text-box img {
        width: 30px;
    }
    .page-home .contact-box .text-box h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .page-home .contact-box .text-box h2:first-child {
        font-size: 24px;
    }
    .page-home .contact-box .text-box h2:last-child {
        max-width: 280px;
        margin: 0 auto;
    }
    /*End contact-box*/

    /*Start tech-box*/
    .page-home .tech-box {
        margin-top: 0;
    }
    .page-home .tech-box .card .card-text {
        font-size: 14px;
    }
    .page-home .tech-box .card .card-img-top {
        width: 128px;
        margin: 0 auto;
    }
    /*End tech-box*/
    /*End Home page*/

    /*START Career page*/
    .page-career .text-box h2 {
        font-size: 18px;
        margin-top: 45px;
    }
    /*Start top box*/
    .page-career .top-box .find-title {
        font-size: 14px;
    }
    .page-career .top-box .img-01 {
        margin-top: 10px;
    }
    /*End top box*/

    /*Start job box*/
    .page-career .job-box .job-container {
        margin-top: 0;
    }
    .page-career .job-box .job-item:first-child .job-title,
    .page-career .job-box .job-item .job-title span {
        font-size: 16px;
        margin-bottom: 0;
    }
    .page-career .job-box .job-item .job-title img {
        width: 24px;
        margin: 0 8px 0 13px;
    }
    .page-career .job-box .job-item .desc-box {
        margin-top: 35px;
    }
    .page-career .job-box .job-item .job-desc-label,
    .page-career .job-box .job-item .job-desc-text {
        font-size: 14px;
    }
    /*End job box*/
    /*END Career page*/

    /*START Service page*/
    .page-service .text-box h2 {
        font-size: 18px;
        margin-top: 45px;
    }

    /*Start content1 box*/
    .page-service .content1-box .title {
        font-size: 14px;
    }
    .page-service .content1-box .img-01 {
        margin-top: 10px;
    }
    /*End content1 box*/

    /*Start content2 box*/
    .page-service .content2-box .title {
        font-size: 14px;
    }
    .page-service .content2-box .lab-info-box {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .page-service .content2-box .lab-info-box .slick-list {
        padding: 0 50px 0 0 !important;
        margin-left: -42px;
    }
    .page-service .content2-box .lab-info-box .slick-item {
        width: 253px !important;
        padding: 0;
        margin-right: 15px;
    }
    .page-service .content2-box .lab-info-box .card {
        border: 1px solid #BDBDBD;
        border-radius: 16px;
    }
    .page-service .content2-box .lab-info-box .card-body img {
        height: 240px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .page-service .content2-box .lab-info-box .card-body .card-title {
        height: 135px;
    }
    /*End content2 box*/

    /*Start content3 box*/
    .page-service .content3-box .step-box:before {
        display: none;
    }
    .page-service .content3-box .step-box li {
        width: 100%;
        border: 2px solid #DC4A3E;
        box-sizing: border-box;
        border-radius: 16px;
        position: relative;
        margin-bottom: 40px;
    }
    .page-service .content3-box .step-box li .ico_top {
        width: 65px;
        height: 65px;
        position: absolute;
        top: -32px;
        left: calc(50% - 32px);
    }
    .page-service .content3-box .step-box li .ico_top:before {
        content: " ";
        position: absolute;
        top: -20px;
        left: calc(50% - 1px);
        width: 2px;
        height: 21px;
        background-color: #DC4A3E;
        border-radius: 3px;
    }
    .page-service .content3-box .step-box li:first-child .ico_top:before {
        display: none;
    }
    .page-service .content3-box .step-box li .ico_top span {
        font-size: 24px;
    }
    .page-service .content3-box .step-box li .title {
        margin-top: 35px;
    }
    .page-service .content3-box .step-box li .content {
        max-width: 100%;
        padding: 0 10px;
    }
    /*End content3 box*/

    /*Start content4 box*/
    .page-service .content4-box {
        margin-top: 0;
        padding-top: 0;
    }
    .page-service .content4-box .slick-arrow {
        top: 43%;
    }
    .page-service .content4-box .title {
        font-size: 14px;
    }
    .page-service .content4-box .cloud-info-box {
        margin-top: 20px;
    }
    .page-service .content4-box .cloud-info-box .slick-list {
        padding: 0 50px 0 0 !important;
        margin-left: -40px;
    }
    .page-service .content4-box .cloud-info-box .slick-item {
        width: 253px !important;
        padding: 0;
        margin-right: 15px;
    }
    .page-service .content4-box .cloud-info-box .card-body img {
        height: 368px;
        object-fit: cover;
        object-position: top;
    }
    .page-service .content4-box .cloud-info-box .card-body .card-title {
        height: 141px;
        padding-top: 0;
    }
    .page-service .content4-box .cloud-info-box .card-body .label {
        font-size: 16px;
    }
    .page-service .content4-box .cloud-info-box .card-body .content {
        font-size: 14px;
        margin: 30px 20px 0 20px;
    }
    /*End content4 box*/

    /*Start content5 box*/
    .page-service .content5-box {
        padding-bottom: 0;
    }
    .page-service .content5-box .text-box h2 {
        margin-top: 25px;
    }
    .page-service .content5-box .step-box {
        margin-top: 25px;
    }
    .page-service .content5-box .step-box li {
        width: 100%;
        box-sizing: border-box;
        border-radius: 16px;
        position: relative;
        margin-bottom: 25px;
        padding-right: 0;
    }
    .page-service .content5-box .step-box li .ico_top {
        left: -3px;
        top: 15px;
    }
    .page-service .content5-box .step-box li .content {
        padding: 22px 0 22px 22px;
        width: 100%;
        font-size: 14px;
        margin: 0 0 0 0;
        height: 72px;
    }
    /*End content5 box*/
    /*END Service page*/

    /*START About page*/
    .page-about .text-box h2 {
        font-size: 18px;
        margin-top: 45px;
    }
    /*Start top box*/
    .page-about .top-box .find-title {
        font-size: 14px;
    }
    .page-about .top-box .img-01 {
        margin-top: 10px;
    }
    /*End top box*/

    /*Start about info box*/
    .page-about .container {
        background: #ffffff url(../images/about/bg_about_sp.svg) no-repeat right 56px;
    }
    .page-about .info-box {
        margin-top: 90px;
        padding-bottom: 0;
    }
    .page-about .info-box table {
        border: none;
    }
    .page-about .info-box table tbody,
    .page-about .info-box table tbody tr
    {
        display: block;
    }
    .page-about .info-box table th,
    .page-about .info-box table td
    {
        font-size: 14px;
        line-height: 20px;
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .page-about .info-box table th {
        background-color: transparent;
        padding-left: 0;
        padding-bottom: 0;
    }
    .page-about .info-box table td {
        border-top: none;
    }
    /*End about info box*/

    /*Start about desc box*/
    .page-about .desc-container {
        margin-top: 25px;
        font-size: 14px;
        line-height: 20px;
    }
    .page-about .desc-container .signal-title {
        margin-right: 40px;
    }
    .page-about .desc-container .signal-text {
        margin-right: 0;
    }
    .page-about .desc-container .signal-text img {
        width: 155px;
    }
    .page-about .desc-container .img-box {
        margin-bottom: 25px;
    }
    .page-about .desc-container .img-box img {
        width: 100%;
        max-height: 440px;
        object-fit: cover;
        object-position: bottom;
    }
    /*End about desc box*/
    /*END About page*/

    /*START Contact page*/
    .page-contact .text-box h2 {
        font-size: 18px;
        margin-top: 45px;
    }
    /*Start top box*/
    .page-contact .top-box .find-title {
        font-size: 14px;
    }
    .page-contact .top-box .img-01 {
        margin-top: 10px;
    }
    /*End top box*/
    /*Start contact form box*/
    .page-contact .contact_form-box {
        padding-bottom: 25px;
    }
    .page-contact .contact_form-box .form_box .submit-box > div {
        text-align: center;
    }
    /*End contact form box*/
    /*END Contact page*/

    /*Start FOOTER*/
    footer {
        height: 376px;
        overflow-y: hidden;
        background-image: url("../images/footer_sp.png") !important;
    }
    footer .footer-body {
        padding: 40px 12px 0 12px;
    }
    footer .address-box .logo-box {
        text-align: center;
    }
    footer .address-box .logo img {
        width: 165px;
    }
    footer .menu-box {
        margin-top: 30px;
    }
    footer .menu-box ul {
        padding-left: 0;
    }
    footer .menu-box li {
        padding-bottom: 25px;
    }
    footer .menu-box li a {
        font-size: 16px;
    }
    /*END FOOTER*/
}
@media (max-width: 575px) {
    .container {
        padding: 0;
    }
}

/*Temp code*/
.navbar .language-box,
.navbar .lang-change
{
    display: none !important;
}