.banner_sect {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 5;
}

.overview_banner {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 5;
}

.overview_breadcrumb_sect {
    width: 100%;
    height: auto;
    padding: 10px 16px 6px 16px;
    z-index: 20;
    position: relative;
    margin-bottom: 24px;
    text-align: right;
    border-top-right-radius: 2px;
}

.career_breadcrumb_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1150px;
    text-align: left;
}

.breadcrumb_sect {
    width: 100%;
    height: auto;
    padding: 6px 16px 12px 16px;
    background-color: rgba(0, 67, 112, 0.8);
    /*background: linear-gradient(140deg, rgba(7, 41, 69, 0.7) 7%, rgba(74, 132, 180, 0.8) 73%, rgba(7, 41, 69, 0.7) 100%);*/
    z-index: 15;
    position: relative;
    margin-top: -40px;
    float: left;
    text-align: right;
    border-top-right-radius: 2px;
    -webkit-backdrop-filter: saturate(200%) blur(12px);
    backdrop-filter: saturate(200%) blur(12px);
}

.breadcrumb_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1170px;
    text-align: left;
}

ul.breadcrumb {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

ul.breadcrumb li a {
    color: #cccccc;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
}

ul.breadcrumb li a:hover {
    color: #ffffff;
    text-decoration: none;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "\007C";
    vertical-align: 0.5px;
}

.grecaptcha-badge {
    visibility: hidden;
    height: 0px !important;
}

.captcha_style {
    width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s ease 0s;
    position: unset !important;
    bottom: unset !important;
    right: unset !important;
    box-shadow: unset !important;
    border-radius: 2px;
    overflow: unset !important;
}

.overview_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 64px 2% 56px 2%;
    background-color: rgba(239, 242, 244, 0.8);
    z-index: 15;
    position: relative;
}

.contact_adr_sect {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 514px;
    float: left;
}

.contact_sect_cont {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 80px 2% 260px 2%;
    background-color: rgba(239, 242, 244, 0.8);
    z-index: 15;
    position: relative;
}

.contact_cont_info {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    max-width: 1160px;
    margin-bottom: 16px;
}

.contact_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1160px;
    text-align: center;
    position: relative;
}

.contact_cont_l {
    width: 54%;
    height: auto;
    float: left;
    text-align: left;
    position: relative;
    padding: 48px 48px 48px 0px;
    /* border: 1px solid rgba(7, 41, 69, 0.3); 
    background-color: rgba(255, 255, 255, 1);
    box-shadow:rgb(0 0 0 / 1%) 7px 6px 5px 1px;
    -webkit-box-shadow:  rgb(0 0 0 / 1%) 7px 6px 5px 1px;*/
    border-radius: 4px;
}

.contact_cont_r {
    width: 45%;
    height: auto;
    position: absolute;
    float: right;
    text-align: left;
    background-color: #004370;
    /*background: linear-gradient(140deg, rgba(24, 60, 92, 1) 0%, rgba(24, 60, 92, 0.8) 73%, rgba(24, 60, 92, 1) 100%);
    -webkit-backdrop-filter: saturate(280%) blur(5px);
    backdrop-filter: saturate(280%) blur(5px); */
    box-shadow: rgb(0 0 0 / 1%) 7px 6px 5px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 1%) 7px 6px 5px 1px;
    padding: 3%;
    border-radius: 4px;
    right: 0%;
    top: 0%;
}

.contact_success {
    min-height: 575px;
}

.contact_thanks {
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact_thk_title {
    font-size: 32px !important;
    color: rgba(106, 185, 111, 1);
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.5px !important;
}

.contact_thk_sub {
    font-size: 20px !important;
    line-height: 24px !important;
    color: rgb(255, 255, 255) !important;
}

.contact_thanks_img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto 24px auto;
}

.contact_succ_img {
    width: 96px;
    height: auto;
    max-width: 96px;
    margin: auto;
}

.contact_title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 52px;
    text-align: left;
    color: rgba(16, 60, 95, 1);
    font-weight: 600;
}

.contact_sub_title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: rgba(16, 60, 95, 1);
    margin-bottom: 8px;
}

.contact_txt_b {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    color: rgba(16, 60, 95, 1);
    margin-bottom: 8px;
    letter-spacing: 0px;
    font-weight: 600;
}

.contact_info_b {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgba(16, 60, 95, 1);
    margin-bottom: 8px;
    letter-spacing: 0px;
    font-weight: 600;
}

.contact_sub_title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: rgba(16, 60, 95, 1);
    margin-bottom: 8px;
}

.contact_form_title {
    width: 100%;
    height: auto;
    margin: 0px auto 12px auto;
    position: relative;
    font-size: 24px;
    line-height: 45px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke-width: 0.5px !important;
}

.contact_form_txt {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 24px;
}

.contact_form_check {
    display: inline-flex;
    margin-top: 16px;
    align-items: flex-start;
}

.contact_form_privacy {
    margin-top: -7px;
    margin-left: 12px;
}

.contact_form_link {
    vertical-align: -2px;
    margin-left: 4px;
}

input[type=checkbox] {
    min-width: 16px;
    min-height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.img_career_thumbs {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.img_benefit_thumbs {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.95;
}

.contact_info_sect {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.contact_info_col {
    width: 50%;
    height: auto;
    z-index: 15;
    position: relative;
    margin-bottom: 12px;
}

.contact_map_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 80px 2% 96px 2%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 15;
    position: relative;
}

.contact_map {
    float: none;
    height: 500px;
    margin-left: auto;
    margin-top: 32px;
    clear: none;
    width: 100%;
    margin-right: auto;
    max-width: 1160px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.vietnam_con {
    padding: 8px 48px 48px 0px;
}

@media only screen and (max-width: 1600px) {
    .career_col_detail2 {
        top: 50%;
        transform: translate(0%, 95%);
        left: 34%;
    }
}

@media only screen and (max-width: 1200px) {
    .career_sect_main {
        width: 90%;
        height: auto;
        margin: auto;
        padding: 20px 2% 24px 2%;
        z-index: 15;
        position: relative;
        margin-top: 210px;
        max-width: unset;
        border-radius: 2px;
    }
}

@media only screen and (max-width: 1053px) {
    .contact_sect_cont {
        padding: 80px 2% 120px 2%;
    }
    .career_col2_r {
        width: 42%;
        float: right;
    }
    .career_col_detail2 {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translate(0%, 30%);
        left: 10%;
    }
    .contact_info_col {
        width: 100%;
        height: auto;
        z-index: 15;
        position: relative;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 1120px) {
    .contact_adr_sect {
        width: 100%;
        max-width: 470px;
    }
}

@media only screen and (max-width: 991px) {
    .contact_adr_sect {
        width: 90%;
        max-width: unset;
    }
    .contact_sect_cont {
        padding: 80px 4% 130px 4%;
    }
    .contact_cont_l {
        width: 60%;
        height: auto;
        float: left;
        text-align: left;
        position: relative;
        padding: 32px;
        /* border: 1px solid rgba(7, 41, 69, 0.3); */
        background-color: rgba(255, 255, 255, 1);
        box-shadow: rgba(0, 0, 0, 0.03) 8px 8px 5px 1px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.03) 8px 8px 5px 1px;
    }
    .contact_cont_r {
        width: 45%;
        height: auto;
        position: absolute;
        float: right;
        text-align: left;
        padding: 32px;
        right: 0%;
        top: 88px;
    }
    .contact_map_sect {
        padding: 80px 4% 96px 4%;
    }
    .vietnam_con {
        padding: 8px 30px 30px 20px;
        width: 100%;
    }
    .vietnam_map {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .contact_form_title {
        font-size: 24px;
        line-height: 36px;
    }
    input[type=checkbox] {
        min-width: 18px;
        min-height: 18px;
    }
}

@media only screen and (max-width: 685px) {
    .contact_cont_l {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        position: relative;
        padding: 32px 24px 64px 24px;
        /* border: 1px solid rgba(7, 41, 69, 0.3); */
        background-color: rgba(255, 255, 255, 1);
        box-shadow: rgba(0, 0, 0, 0.03) 8px 8px 5px 1px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.03) 8px 8px 5px 1px;
    }
    .contact_cont_r {
        width: 96%;
        height: auto;
        position: relative;
        padding: 32px 24px;
        float: left;
        text-align: left;
        right: 0%;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -5%);
    }
    .contact_sect_cont {
        padding: 80px 4% 96px 4%;
    }
    .pad-t-32 {
        padding-top: 0px !important;
    }
    .breadcrumb_cont {
        text-align: center;
    }
    .contact_title {
        font-size: 35px;
        line-height: 48px;
    }
    .contact_info_col {
        width: 47%;
        margin-left: 3%;
    }
    .vietnam_con {
        padding: 8px 30px 30px 20px;
    }
    .vietnam_map {
        margin-bottom: 10rem;
    }
}

@media only screen and (max-width: 640px) {
    .contact_sub_title {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 576px) {
    .breadcrumb_cont {
        text-align: center;
    }
    ul.breadcrumb {
        padding: 0px 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 500px;
        color: #fff;
    }
    .contact_map {
        height: 400px;
    }
    .contact_info_col {
        width: 100%;
        margin-left: 0%;
    }
    .vietnam_con {
        padding: 8px 30px 30px 20px;
    }
    .vietnam_map {
        margin-bottom: 10rem;
    }
}

@media only screen and (max-width: 480px) {}