#contact {
    margin-top: 160px;
    overflow: hidden;
}

.contact-header {
    margin-bottom: 40px;
}

.contact-header h2 {
    margin-bottom: 40px;
}

.contact-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.contact-header hr {
    border: 1px solid #022148;
    width: 70px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.contact-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.contact-banner {
    position: relative;
    width: 100%;
    height: 37rem;
    padding: 0px;
}

.contact-banner::before {
    content: '';
    background-color: #4c3e2257;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

#contact .container {
    max-width: 1300px;
}

.blocks-background-color {
    padding-top: 50px;
    padding-bottom: 140px;
}

.contact-box {
    border-radius: 20px;
    margin-bottom: 10px;
    height: 250px;
    padding: 30px;
    background-color: #F2F2F2;
}

.contact-box-heading {
    display: flex;
    align-items: center;
    margin-right: 150px;
    margin-bottom: 20px;
    height: 45px;
}

.contact-box-icon {
    color: #022148;
    background-color: #fec90f;
    font-size: 1.4rem;
    margin-right: 20px;
    border-radius: 20px;
    height: 42px;
    padding: 5px 12px 10px 12px;
}

.contact-box-text {
    display: flex;
    height: 86px;
    flex-wrap: wrap;
    flex-direction: column;
}

.contact-box-paragraph {
    height: 65px;
}

.contact-box-link {
    display: flex;
    align-items: center;
    /*margin-top: 40px;*/
}

.contact-box-link button {
    border: none;
    background-color: #d3ab60b8;
}

.contact-box-link a {
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: black;
}

.contact-box-link svg {
    margin-left: 5px;
    padding: 7px 8px 7px 8px;
    color: #022148;
}

.contact-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 62%;
}

.contact-info p{
    margin-bottom: 0px;
}

#contact .wechat-img {
    width: 65px;
    display: flex;
    flex-wrap: wrap;
}

.floating-banner-text {
    position: absolute;
    background-color: white;
    left: 24vw;
    top: -17%;
    margin-right: 44vw;
    padding: 40px;
    box-shadow: 0px 0px 2px 1px #d9d9d9
}

.floating-banner-text  h4 {
    border-left: 2px solid #022148;
    color: #022148;
    padding-left: 10px;
}

.offcanvas-container {
    max-width: 800px !important;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    overflow: auto;
}

.contact-offcanvas {
    height: 100% !important;
    background: url('/img/site/job-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.cv-text {
    display: flex;
    align-items: center;
}

#contact-form {
    display: flex;
    flex-wrap: wrap;
}

.contact-offcanvas .logo {
    width: 10vw;
}

.contact-offcanvas hr {
    margin: 5px;
}

.contact-field {
    margin-right: 20px;
    margin-bottom: 10px;
}

.contact-offcanvas .contact-submit-btn {
    float: right;
}

.contact-offcanvas .btn-close {
    position: absolute;
    padding: 13px;
    margin: 45px;
    font-size: 1.8rem;
    background-color: white;
    border-radius: 60px;
    right: 0px;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (min-width: 1680px) {

}

@media screen and (max-width: 1680px) {
  
}

@media only screen and (max-width: 1400px) {
    .contact-box-heading {
        margin-right: 90px;
    }

    .contact-box {
        height: 270px;
    }

    .contact-box-link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    #contact .container {
        max-width: 880px;
    }

    .floating-banner-text {
        left: 19vw;
        margin-right: 32vw;
    }
}

@media only screen and (max-width: 992px) {
    #contact {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    #contact .container {
        max-width: 540px;
    }

    .contact-header hr {
        width: 19vw;
    }

    .floating-banner-text {
        left: 10vw;
        margin-right: 12vw;
    }
}

@media only screen and (max-width: 576px) {
    .contact-banner {
        height: 20rem;
    }
}

@media only screen and (max-width: 480px) {
    .contact-header p {
        margin-right: 80px;
    }
}

@media only screen and (max-width: 420px) {
    .floating-banner-text {
        left: 6vw;
        margin-right: 7vw;
    }
}

@media only screen and (max-width: 360px) {
    .contact-box {
        height: 315px;
    }

    .contact-box-heading {
        margin-right: 55px;
    }

    .contact-box-link {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 320px) {

}