/* 1 */

.cont_container {
    width: 100%;
    height: 307px;
    margin-top: -34px;
    padding: 1px 0% 1px 0%;
    position: relative;
    background-color: rgba(0, 67, 112, 1);
    z-index: 110;
}

.cont_content {
    width: 96%;
    margin: 80px auto 0px auto;
    max-width: 1020px;
    position: relative;
    z-index: 140;
    padding: 0% 2%;
}

.cont_col_sect {
    width: 100%;
    margin: auto;
    padding-top: 40px;
    position: relative;
}

.cont_l {
    width: 30%;
    height: auto;
    min-width: 234px;
    min-height: 220px;
    float: left;
    padding: 24px 2%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: rgb(0 0 0 / 3%) 0px 15px 14px 0px;
    box-shadow: rgb(0 0 0 / 3%) 0px 15px 14px 0px;
    z-index: 50;
}

.cont_r {
    width: 30%;
    height: auto;
    min-width: 234px;
    min-height: 220px;
    float: right;
    padding: 24px 2%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: rgb(0 0 0 / 3%) 0px 15px 14px 0px;
    box-shadow: rgb(0 0 0 / 3%) 0px 15px 14px 0px;
    z-index: 50;
}

.cont_c {
    width: 41%;
    height: auto;
    min-height: 250px;
    float: none;
    padding: 24px 2%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 15px 14px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 15px 14px 0px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 100;
}

.cont_title {
    font-size: 30px;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.cont_subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
    color: rgba(179, 219, 288, 1);
    font-weight: 300;
    letter-spacing: 0.3px;
}

.cont_info_row {
    width: 100%;
    height: auto;
    float: left;
}

.cont_info_title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    line-height: 28px;
    color: rgba(36, 36, 36, 1);
    margin: 12px 0px;
    font-weight: 600;
    letter-spacing: 0px;
}

.cont_info_ico {
    max-width: 64px;
    height: auto;
}


/* 1 */


/* 2 */

.cont2_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2%;
    background-color: rgba(245, 248, 252, 1);
    background-image: url(../img/cont_form_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 65%;
    background-size: cover;
    background-color: rgba(213, 213, 213, 1);
    z-index: 90;
    margin-top: 240px;
}

.cont2_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.cont2_l {
    width: 36%;
    height: auto;
    float: left;
    padding: 0% 0%;
    position: relative;
}

.cont2_r {
    width: 50%;
    height: auto;
    float: right;
    padding: 28px 2.5% 32px 2.5%;
    border-radius: 8px;
    position: relative;
    background: rgb(0, 67, 112);
}

.cont2_r_sect {
    width: 100%;
    margin: 0px auto 16px auto;
    position: relative;
    padding-bottom: 8px;
}

.cont2_r_ico {
    width: 20%;
    float: left;
    position: relative;
}

.cont2_r_cont {
    width: 76%;
    float: left;
    position: relative;
    font-weight: 400;
    color: rgba(224, 224, 224, 1);
}

.cont2_header {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.cont2_l_cont {
    width: 100%;
    height: auto;
    text-align: right;
    position: relative;
}

.g_cont_head {
    font-size: 17px;
    line-height: 26px;
    color: rgba(0, 67, 112, 1);
    font-weight: 500;
    margin: 25px 0px 12px 0px;
    border-top: 1px dotted #d8d8d8;
    padding-top: 16px;
}

.g_cont_user {
    font-size: 17px;
    line-height: 26px;
    color: rgba(0, 67, 112, 1);
    font-weight: 500;
    margin: 0px 0px 12px 0px;
    border-top: 1px dotted #d8d8d8;
    padding-top: 16px;
}

.cont_selec_team {
    width: 100%;
    max-width: 193px;
    float: right;
    height: auto;
    text-align: right;
    position: relative;
    background-color: rgb(0, 67, 112);
    border-radius: 6px;
}

.cont2_bor {
    border-bottom: 3px solid rgba(255, 255, 255, 0.05);
}


/* 2 */


/* Select Option Menu */

.dropbtn {
    min-width: 193px;
    color: #f6f6f6;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.dropdown {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.dropdown:hover .dropbtn {}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: rgba(249, 249, 249, 1);
    margin-top: 2px;
    min-width: 193px;
    padding: 0px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 6px;
    -webkit-transition: all 500ms cubic-bezier(0.8, 0.13, 0.1, 0.86);
    transition: all 500ms cubic-bezier(0.8, 0.13, 0.1, 0.86);
    text-align: left;
}

.dropdown-content a {
    color: rgb(0, 67, 112);
    padding: 10px 12px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}

.dropdown-content a:hover {
    background-color: rgb(0, 67, 112);
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s;
    border-radius: 6px;
}

.dropdown.arrdown {
    background-image: url(../img/arr_down.png);
    background-repeat: no-repeat;
    background-position: 90% 53%;
    background-size: 12px;
    transition: all 0.5s;
}

.dropdown.arrdown:hover {
    background-image: url(../img/arr_up.png);
    background-repeat: no-repeat;
    background-position: 90% 53%;
    background-size: 12px;
    transition: all 0.5s;
}


/* Select Option Menu */


/* 3 */

.cont3_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 80px 2% 120px 2%;
    /*background-image: url(../img/cont_loca_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 65%;
    background-size: cover;*/
    background-color: rgba(253, 254, 255, 1);
    z-index: 90;
}

.cont3_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.cont3_l {
    width: 53%;
    height: auto;
    float: left;
    padding: 0% 0%;
}

.cont3_r {
    width: 40%;
    height: auto;
    float: right;
    position: relative;
}

.cont3_r_cont {
    width: 100%;
    height: auto;
    text-align: left;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 52%);
}

.cont3_loca {
    float: left;
    clear: none;
    width: 48%;
    padding: 0px 0% 24px 0%;
    margin-top: 32px;
}

.cont3_subhead {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 67, 112, 1);
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.cont3_map {
    float: none;
    height: 400px;
    margin: auto;
    margin-top: 32px;
    clear: none;
    width: 100%;
}


/* 3 */


/* form */

.form_row {
    width: 48%;
    height: auto;
    float: left;
    margin: 8px 0px;
}

.form_l_row {
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0px;
}

.form_label {
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0px;
}

label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.ba_r {
    margin-right: 4%;
}

.full_row {
    width: 100%;
}

.cont_success {
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont_success_img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 24px auto 40px auto;
}

.cont_sect {
    padding: 180px 2% !important;
}

.cont_form_check {
    display: inline-flex;
    margin-top: 16px;
    position: relative;
}

.pdpa_checkbox {
    top: 0px;
    position: absolute;
    margin-right: 17px;
}

.cont_form_privacy {
    margin-top: -4px;
    margin-left: 27px;
}

.cont_form_link {
    vertical-align: -2px;
}

.cont_alink {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s;
    font-weight: 400;
}

.cont_alink:hover {
    color: #4CAF50 !important;
    transition: all 0.3s;
}

.cont_success_ico {
    font-size: 25px;
    color: rgba(106, 185, 111, 1);
    border: 3px solid;
    border-radius: 200px;
    padding: 15px;
}


/* form */

.grecaptcha-badge {
    visibility: hidden !important;
}


/* L O A D I N G */

.g1_loader_bg {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff5e;
    -webkit-backdrop-filter: saturate(120%) blur(6px);
    backdrop-filter: saturate(120%) blur(6px);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    pointer-events: none;
}

.g1_loader {
    border: 4px solid rgb(0 67 112);
    border-radius: 50%;
    border-top: 4px solid rgb(234 234 234);
    border-bottom: 4px solid rgb(234 234 234);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9999999;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* L O A D I N G */

.cont_info_anim {
    display: block;
}

.cont_info_stic {
    display: none;
}

@media (max-width: 1199.98px) {
    .cont3_r_cont {
        width: 100%;
        height: auto;
        text-align: left;
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 86px);
    }
    .cont_info_title {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .cont_c {
        width: 38%;
        height: auto;
        float: none;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
    }
    .cont_l {
        width: 32%;
        height: auto;
        min-width: unset;
        float: left;
        font-size: 14px;
        padding: 24px 1% 24px 2%;
    }
    .cont_r {
        width: 32%;
        height: auto;
        min-width: unset;
        float: right;
        font-size: 14px;
        padding: 24px 1% 24px 2%;
    }
    .cont2_r {
        width: 56%;
        height: auto;
        float: right;
    }
    .cont3_r_cont {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 8%);
    }
    .cont3_r {
        width: 49%;
        height: auto;
        float: right;
        position: relative;
        margin-top: 10%;
    }
    .cont3_l {
        width: 46%;
        height: auto;
        float: left;
        padding: 0% 0%;
    }
}

@media (max-width: 849.98px) {
    .cont2_l {
        width: 30%;
        float: left;
        padding: 0% 0%;
    }
    .cont2_r {
        width: 64%;
        float: right;
    }
}

@media (max-width: 819.98px) {
    .cont_container {
        width: 100%;
        margin-bottom: 320px;
    }
    .cont_c {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        margin: 0px auto 40px auto;
        min-height: unset;
        padding: 32px 2% 40px 2%;
        display: block;
        text-align: center;
        top: unset;
        left: unset;
        transform: unset;
        -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 8px 12px 0px;
        box-shadow: rgb(0 0 0 / 6%) 0px 8px 12px 0px;
    }
    .cont2_container {
        padding: 150px 2% 96px 2%;
    }
    .cont_l {
        width: 48%;
        float: left;
        text-align: center;
        -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 8px 12px 0px;
        box-shadow: rgb(0 0 0 / 6%) 0px 8px 12px 0px;
    }
    .cont_r {
        width: 48%;
        float: right;
        text-align: center;
        -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 8px 12px 0px;
        box-shadow: rgb(0 0 0 / 6%) 0px 8px 12px 0px;
    }
    .cont_info_ico {
        margin: auto;
    }
    .cont3_container {
        padding: 80px 2% 293px 2%;
    }
    .cont3_l {
        width: 100%;
        height: auto;
        float: none;
        padding: 0% 0%;
        margin: auto;
        display: block;
    }
    .cont3_r {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        margin: 56px auto 0px auto;
        display: block;
    }
    .cont3_r_cont {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 1%);
    }
}

@media (max-width: 767.98px) {
    .cont2_l {
        width: 100%;
        float: left;
        padding: 0% 0% 40px 0%;
    }
    .cont2_r {
        width: 60%;
        float: right;
    }
    .cont2_r {
        width: 100%;
        float: left;
        display: block;
        padding: 32px 2% 32px 2%;
    }
    .cont2_l_cont {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
    .cont2_r_sect {
        width: 100%;
        margin: unset;
        position: relative;
        margin: 0% 0% 24px 0%;
        padding-right: 2%;
    }
    .cont2_bor {
        border-bottom: 0px dashed rgba(255, 255, 255, 0.2);
        border-right: 1px dashed rgba(255, 255, 255, 0.2);
    }
    input[type=checkbox] {
        min-width: 18px;
        min-height: 18px;
    }
    .cont_selec_team {
        max-width: 193px;
        float: none;
        margin: auto;
    }
    .cont_info_anim {
        display: none;
    }
    .cont_info_stic {
        display: block;
    }
    .cont_c {
        margin: 0px auto 24px auto;
    }
    .cont_r {
        min-height: 196px;
    }
    .cont_l {
        min-height: 196px;
    }
}

@media (max-width: 639.98px) {
    .cont2_container {
        padding: 80px 2%;
    }
    .cont3_container {
        padding: 64px 2% 80px 2%;
    }
    .cont2_l {
        width: 100%;
        float: left;
    }
    .cont2_r {
        width: 100%;
        float: left;
        display: block;
        padding: 32px 4% 32px 4%;
    }
    .cont2_r_sect {
        width: 98%;
        padding-right: 0%;
    }
    .cont2_bor {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
        border-right: 0px dashed rgba(255, 255, 255, 0.2);
    }
    .form_row {
        width: 100%;
    }
    .ba_r {
        margin-right: 0%;
    }
    .cont3_l {
        width: 100%;
        float: left;
        padding: 0% 0% 40px 0%;
    }
    .cont3_r {
        width: 100%;
        float: left;
        position: relative;
        margin: 40px auto 0px auto;
    }
    .cont3_r_cont {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
}

@media (max-width: 575.98px) {
    .cont_container {
        width: 100%;
        margin-bottom: 720px;
    }
    .cont2_container {
        padding: 40px 2%;
    }
    .cont_c {
        width: 90%;
        float: none;
        padding: 32px 3% 40px 3%;
    }
    .cont_l {
        width: 90%;
        float: none;
        padding: 32px 3% 40px 3%;
        min-height: unset;
        margin: 0px auto 40px auto;
    }
    .cont_r {
        width: 90%;
        float: none;
        padding: 32px 3% 40px 3%;
        min-height: unset;
        margin: 0px auto 40px auto;
    }
    .cont_info_ico {
        max-width: 90px;
        height: auto;
    }
    .cont3_map {
        height: 400px;
    }
}

@media (max-width: 479.98px) {
    .cont_c {
        width: 100%;
    }
    .cont_l {
        width: 100%;
    }
    .cont_r {
        width: 100%;
    }
}