@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {

    font-family: 'Prompt', sans-serif;

}

/* --------------------------------- */

.cus_topbar {

    height: 70px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;


}



/* --------------------------------- */
.cus_header {

    height: 600px;
    max-width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url('../img/hero\ banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    background-attachment: fixed;

}

.cus_content_header_frame {

    max-width: 100%;
    margin: auto;
    height: 600px;
}

.cus_content_header {
    font-family: 'Prompt', sans-serif;

}

.cus_content_header h1 {

    font-size: 80px;
    font-weight: 600;
    color: white;
}



.cus_content_header h2 {

    color: white;
    font-size: 50px;
    font-weight: 600;

}

.cus_content_header p {

    font-size: 24px;
    font-weight: 200;

}


#header_hr_mobile {
    display: none;
}

/* ------------------------------------- */

/* Subtext */

.cus_Subtext {

    height: 450px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6E1510;

}

.cus_content_Subtext_frame {

    height: 450px;
    max-width: 100%;
    margin: auto;

}


.cus_Subtext h2 {

    color: white;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 35px;
}

.cus_Subtext h3 {

    color: white;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 35px;
}

.cus_Subtext p {

    color: white;
    font-size: 18px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 35px;

}

.cus_btn_white {

    color: white;
    font-size: 26px;
    background-color: #6E1510;
    width: 200px;
    height: 62px;
    border-radius: 0px;
    border: 3px solid #FFFFFF;

}

.cus_btn_white:hover{

    color: black;
    background-color: white;



}

/* -------------------------------------- */
/* Form Section2 */
.cus_form_section2 {

    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
}

.cus_form_section2 h1 {

    color: #151515;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 70px;

}

.cus_form_section2 h3 {

    color: #626364;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 35px;

}

.cus_text_list_frame {

    margin-top: 30px;

}




/* form frame */



.form_fram_input {

    margin: 20px;
    max-width: 800px;


}

.input_cus {

    padding: 5px 5px;

}

.form_fram_input input {

    padding-left: 20px;
    margin-bottom: 16px;
    border-radius: 0px !important;
    font-size: 22px;
    color: #222222;
}


.form-control {
    height: 50px !important;
    border-radius: 0px !important;
    border: 0px;
    border-bottom: 1px solid #707070 !important;


}

.form-check {

    margin-bottom: 8px;

}

.form-check label {

    font-size: 18px;
    color: #222222;

}

.form-check input {

    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 10px;

}



input,
textarea {
    background-color: #F7F7F7 !important;
}

.btn-submit {

    color: white;
    height: 64px;
    width: 226px;
    border-radius: 0px;
    font-size: 24px;
    border: 0px;
    background-color: #6E1510;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* --------------------------------------------- */

/* What is ONE */

.img_mobile_how1 {

    display: none;

}

.cus_section5 {

    color: white;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;


}

.section5_frame {

    padding-top: 70px;
    max-width: 1200px;
    padding-bottom: 70px;

}




.cus_section5 h2 {

    color: #6E1510;
    font-size: 52px;
    font-weight: 600;
}

.cus_section5 h3 {

    color: #6E1510;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.cus_section5 p {

    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px;

}

.cus_text_section5 {

    padding-left: 80px;
}

.cus_btn_red{

    color: #000000 !important;
    font-size: 22px;
    background-color: #ffffff !important;
    width: 172px;
    height: 54px;
    border-radius: 0px;
    border: 2px solid black;

    margin-right: 8px;


}

.cus_btn_black{

    color: #000000 !important;
    font-size: 22px;
    background-color: #ffffff !important;
    width: 172px;
    height: 54px;
    border-radius: 0px;
    border: 2px solid black;

    margin-left: 8px;


}

.cus_btn_red:hover{

    color: #ffffff !important;
    background-color: #6E1510 !important;
    border: 2px solid #6E1510;



}

.cus_btn_black:hover{

    color: #ffffff !important;
    background-color: #6E1510 !important;
    border: 2px solid #6E1510;



}




/* ---------------------------------- */
/* What is TWO */

.cus_section6 {

    color: white;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.section6_frame {

    padding-top: 70px;
    max-width: 1200px;
    padding-bottom: 70px;
}

#HOW_image1_mobile2 {
    display: none;
}

.cus_section6 h2 {

    color: #6E1510;
    font-size: 52px;
    font-weight: 600;
}

.cus_section6 h3 {

    color: #6E1510;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.cus_section6 p {

    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px;

}

.cus_text_section6 {

    padding-right: 80px;
}


/* ---------------------------------- */

/* What is THREE */

.cus_section5-5 {

    color: white;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;


}

.section5-5_frame {

    padding-top: 70px;
    max-width: 1200px;
    padding-bottom: 70px;

}

#HOW_image1_mobile3 {

    display: none;
}



.cus_section5-5 h2 {

    color: #6E1510;
    font-size: 52px;
    font-weight: 600;
}

.cus_section5-5 h3 {

    color: #6E1510;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.cus_section5-5 p {

    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px;

}

.cus_text_section5-5 {

    padding-left: 80px;
}

.cus_btn_red {

    color: white;
    font-size: 22px;
    background-color: #6E1510;
    width: 172px;
    height: 54px;
    border-radius: 0px;

    margin-right: 8px;


}

.cus_btn_black {

    color: white;
    font-size: 22px;
    background-color: black;
    width: 172px;
    height: 54px;
    border-radius: 0px;

    margin-left: 8px;


}




/* ---------------------------------- */
/* What is FOUR */

.cus_section6-6 {

    color: white;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.section6-6_frame {

    padding-top: 70px;
    max-width: 1200px;
    padding-bottom: 70px;
}

#HOW_image1_mobile4 {
    display: none;
}

.cus_section6-6 h2 {

    color: #6E1510;
    font-size: 52px;
    font-weight: 600;
}

.cus_section6-6 h3 {

    color: #6E1510;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.cus_section6-6 p {

    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px;

}

.cus_text_section6 {

    padding-right: 80px;
}


/* ---------------------------------- */


/* FOOTER */

.cus_footer {

    color: white;
    min-height: 70px;
    max-width: 100%;
    background-color: #151515;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.cus_row_footer p {

    max-width: 1200px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;

}

.cus_call_cus p {

    font-size: 24px;
    font-weight: 400;

}

/* Thank you page */

#Thankyou_cus {

    height: 100vh;
    max-width: 100%;
    background-image: url('../img/USP_BG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;

}

.cus_Thankyou_text {

    position: absolute;
    padding-top: 0px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}

.cus_Thankyou_text h1 {

    font-size: 36px;
    font-weight: 700;
    margin-top: 40px;

}

.cus_Thankyou_text h2 {

    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;

}

.cus_Thankyou_text p {

    margin-top: 40px;

}

#Go_Home {

    color: #3563FE;
    text-decoration: none;

}

/* Mobile */
@media only screen and (max-width: 600px) {


    /* Header Section 1 */

    .Cus_logo {

        position: absolute;
        margin: 0 auto !important;
        top: 30px;
        left: 50%;
        transform: translate(-50%, -50%);


    }

    .cus_topbar {

        height: 60px;

    }

    .Cus_logo img {

        width: 130px;

    }

    /* --------------------- */

    .cus_header {



        height: 375px;
        max-width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url('../img/hero\ banner.jpg');
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: white;


    }



    .cus_content_header_frame {

        max-width: 100%;
        margin: auto;
        height: 375px;
    }


    .cus_content_header h1 {

        text-align: center !important;
        font-size: 28px;

    }

    .cus_content_header h2 {

        text-align: center !important;
        font-size: 20px;

    }



    /* --------------------- */
    /* Subtext section */

    .cus_Subtext {

        height: 345px;

    }

    .cus_content_Subtext_frame {

        height: 345px;

    }


    .cus_Subtext h2 {

        color: white;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .cus_Subtext h3 {

        color: white;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .cus_Subtext p {

        color: white;
        font-size: 16px;
        font-weight: 200;
        line-height: 22px;
        margin-bottom: 16px;

    }

    .cus_btn_white {

        color: white;
        font-size: 18px;
        background-color: #6E1510;
        width: 122px;
        height: 40px;
        border-radius: 0px;
        border: 1px solid #FFFFFF;

    }



    /* --------------------- */
    /* Section 2  (form) */

    .cus_form_section2 h1 {

        font-size: 26px;
    }

    .cus_form_section2 h3 {

        font-size: 22px;
        margin-left: 16px;
        margin-bottom: 16px;
        padding-top: 35px;

    }



    .cus_form_frame_graybtm p {

        font-size: 14px;

    }

    .form_fram_input input {

        margin-top: 10px;

    }



    .cus_form_frame_bluetop h1 {

        font-size: 28px;

    }

    .cus_form_frame_bluetop p {

        font-size: 18px;

    }


    .form-check {

        margin-bottom: 8px;
        margin-left: 16px;

    }

    .form-check label {

        font-size: 17px;
        color: #222222;
        margin-top: 10px;

    }

    .form-check input {

        width: 1.5rem !important;
        height: 1.5rem !important;
        margin-right: 10px;

    }


    .btn-submit {

        width: 220px;
        margin-top: 32px;
        margin-bottom: 32px;
    }


    /* Section 5 */

    .section5_frame {

        padding-top: 30px;
        padding-bottom: 30px;
    }

    #HOW_image1 {

        display: none;

    }

    .img_mobile_how1 {

        display: block;
        height: 300px;
        max-width: 100%;
        background-image: url(../img/01-phrakhaong-onnut.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;



    }


    .cus_section5 h2 {

        margin-top: 16px;
        font-size: 40px;
        margin-bottom: 8px;
    }

    .cus_section5 h3 {

        font-size: 26px;
        margin-bottom: 16px;
    }

    .cus_section5 p {

        font-size: 16px;
        line-height: 30px;

    }

    .cus_text_section5 {

        text-align: center !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* ------------------------ */

    /* Section 6 */

    .section6_frame {

        padding-top: 30px;
        padding-bottom: 30px;
    }


    .img_mobile_how2 {

        display: block;
        height: 300px;
        max-width: 100%;
        background-image: url(../img/02-phromphong-thonglor.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;



    }



    #HOW_image2 {

        display: none;

    }

    .cus_section6 h2 {

        margin-top: 16px;
        font-size: 40px;
        margin-bottom: 8px;
    }

    .cus_section6 h3 {

        font-size: 26px;
        margin-bottom: 16px;
    }

    .cus_section6 p {

        font-size: 16px;
        line-height: 30px;

    }

    .cus_text_section6 {

        text-align: center !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* ------------------------ */

    /* Section 5-5 */

    .section5-5_frame {

        padding-top: 30px;
        padding-bottom: 30px;
    }


    .img_mobile_how3 {

        display: block;
        height: 300px;
        max-width: 100%;
        background-image: url(../img/03-rama9.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;



    }



    #HOW_image3 {

        display: none;

    }

    .cus_section5-5 h2 {

        margin-top: 16px;
        font-size: 40px;
        margin-bottom: 8px;
    }

    .cus_section5-5 h3 {

        margin-top: 16px;
        font-size: 26px;
        margin-bottom: 16px;
    }

    .cus_section5-5 p {

        font-size: 16px;
        line-height: 30px;

    }

    .cus_text_section5-5 {

        text-align: center !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* ------------------------ */

    /* Section 6-6 */

    .section6-6_frame {

        padding-top: 30px;
        padding-bottom: 30px;
    }


    .img_mobile_how4 {

        display: block;
        height: 300px;
        max-width: 100%;
        background-image: url(../img/04-pathumwan.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;



    }



    #HOW_image4 {

        display: none;

    }

    .cus_section6-6 h2 {

        margin-top: 16px;
        font-size: 40px;
        margin-bottom: 8px;
    }

    .cus_section6-6 h3 {

        margin-top: 16px;
        font-size: 26px;
        margin-bottom: 16px;
    }

    .cus_section6-6 p {

        font-size: 16px;
        line-height: 30px;

    }

    .cus_text_section6-6 {

        text-align: center !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Button in content */


    .cus_btn_red {


        font-size: 20px;
        width: 130px;
        height: 48px;
        border-radius: 0px;

        margin-right: 8px;


    }

    .cus_btn_black {

        font-size: 20px;
        width: 130px;
        height: 48px;
        border-radius: 0px;

        margin-left: 8px;


    }

    /* Footer */

    .cus_footer p {

        font-size: 12px;

    }

    .cus_call_cus p{

        font-size: 18px;
    }

    .cus_call_cus img{

        width: 20px;
        margin-right: -10px;
    }

    /* Thank you page */

    .cus_Thankyou_text {

        width: 350px;

    }

    .cus_Thankyou_text h1 {

        font-size: 24px;
        font-weight: 700;
        margin-top: 40px;

    }

    .cus_Thankyou_text h2 {

        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;

    }

    .cus_Thankyou_text p {

        font-size: 16px;
        margin-top: 40px;

    }

}
