.grecaptcha-badge {
    visibility: hidden;
}

.input,
button,
textarea,
select,
option,
text,
checkbox {
    box-sizing: border-box;
    font-style: inherit;
    font-weight: inherit;
    border: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 16px;
    color: #494949;
    padding: 10px;
    resize: none;
    width: 100%;
    margin: 0 0 8px 0;
    appearance: none;
}

.body * {
    border-radius: 5px;
}

.flex {
    display: flex;
}

a {
    color: var(--primary-color);
}
.icon-b img {
    height: 30px;
}
.required {
    color: red;
    font-size: 16px;
}

.btn--link {
    display: inline-block;
    width: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: rgb(0, 160, 233);
    background: var(--gradient-color);
    color: #fff;
    padding: 8px 32px 8px 32px;
    border-radius: 50px;
    border: none;
    margin-top: 12px;
    font-weight: 500;
    z-index: 1;
}

#MainWrap {
    float: none;
}

.f35 {
    font-size: 2.188em;
    line-height: 1.4em;
    font-weight: 300;
}

.f20 {
    font-size: 1.250em;
    line-height: 1.7em;
    font-weight: 300;
}

.bannerimg {
    background-image: url(../images/about/contactus_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 445px;
    z-index: 0;
    position: relative;
}

.contactus_tittle {
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    color: #595959;
    padding-top: 120px;
}

.contactus_tittle div {
    width: 50%;
}

.contactus_tittle.en div {
    width: 65%;
}

.body {
    max-width: 1200px;
    margin: 0 auto;
    color: #595959;
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}

.iframe1 {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}

.left_info {
    width: 60%;
    padding: 0px;
    line-height: 18px
}

.right_info {
    width: 35%;
    line-height: 18px
}

.input_container {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
}

.textarea {
    resize: none;
    overflow: auto;
    width: 100%;
    height: 150px;
}

.iframe2 {
    width: 90%;
    height: 300px;
    border: 0;
    margin: 0 0 30px 0;
}

.contact_us span {
    line-height: 25px;
}

.contact_us img {
    vertical-align: middle;
    padding: 0 1%;
}

.add_company {
    display: none;
}

.chk_1 {
    display: none;
}

.chk_1+label {
    border: 1px solid white;
    background-color: white;
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin: 0px 8px 0px 0;
    cursor: pointer;
}

.chk_1:checked+label:after {
    content: '\2714';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    padding: 1px 0 0 0;
    vertical-align: text-top;
}


@media only screen and (max-width: 1366px) {
    .f20 {
        font-size: 1.32em;
    }

    .contactus_tittle {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .f35 {
        font-size: 2em;
    }

    .f20 {
        font-size: 1.3em;
    }

    .body {
        width: 90%;
    }

    .contactus_tittle div {
        width: 50%;
    }
    .contactus_tittle.en div {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .bannerimg {
        background-image: url(../images/about/contactus_banner_m.jpg);
    }

    ._empty_seperator_h1 {
        display: none;
    }

    .announcement {
        padding-bottom: 0;
    }

    .body {
        width: 100%;
        background-color: #eeeeee;
        flex-direction: column;
        padding: 0;
    }

    .left_info {
        width: 100%;
    }

    .right_info {
        width: 100%;
        float: none;
        padding: 10% 0 10% 0;
        background-color: #ffffff;
    }

    .iframe2 {
        display: none;
    }

    .contact_us {
        width: 80%;
        padding: 0;
        margin: 0 auto;
        background-color: transparent;
    }

    .add_company {
        display: inline;
    }

    .f35 {
        font-size: 2em;
    }

    .f20 {
        font-size: 0.9em;
    }

    .f10 {
        font-size: 0.813em;
    }

    .contactus_tittle {
        padding-left: 40px;
    }
    .contactus_tittle.en div,
    .contactus_tittle div {
        width: 100%;
    }

    .contactus_tittle {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .bannerimg {
        background-image: url(../images/about/contactus_banner_m.jpg);
    }
}