.Header-area {
    width: 100%;
    height: 316px;
    display: flex;
    padding-top: 20px;
    /* margin-bottom: 20px; */
}

.Header-container {
    flex: 1;
    background: url('../images/banner-pc2.png') no-repeat;
    background-size: auto;
    background-position: center bottom;
}



.Apply-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    /* position:  */

}
.Apply-container,.Content-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Banner{
    position: relative;
    height: 360px;
}

.Footer-copyright {
    padding: 5px 0;
    font-size: 12px;
    background-color: #0383AD;
    color: #FFFFFF;
}
.Header-company_name{
    text-decoration: none;
}

.Footer-up{
    margin: 50px 0px;
}
.Header-logo {
    justify-content: space-around;
}
.company-text{
    font-size: 11px;
}
.Footer-copyright{
    padding: 12px 5px 8px 5px;
}
@media (min-width: 768px) {
    .Apply-container{
        /* max-width: calc(100% - 32%); */
    }
    .Content-container{
        /* max-width: 1000px; */
        /* padding: 0 85px; */
    }
    .Header-container {
        flex: 1;
        background: linear-gradient(90deg, #0383AD, #0383AD), url('../images/banner-pc2.png'),url('../../common/images/logo_full_text.png'),url('../../common/images/text-logo.svg');
        background-repeat: no-repeat;
        background-position: bottom, bottom 30px left calc(50% - 245px), left calc(50% - 410px) top 15px, left calc(50% - 345px) top 15px;
        background-size: auto 53px,auto, 122px 65px, auto;
    }
    .Header-area {
        width: 100%;
        height: 456px;
        display: flex;
        padding-top: 9px;
        /* margin-bottom: 20px; */
    }
    .PcHeader-job-wrap{
        max-width: 47%;
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .Apply-container{
        width: 100%;
    }
    .Footer-up{
        margin: 25px 0px;
    }
}

/* css for tablet */

@media (min-width: 768px) and (max-width: 1080px) {
    .Header-container {
        flex: 1;
        background: linear-gradient(90deg, #0383AD, #0383AD) ;
        background-repeat: no-repeat;
        background-position:  bottom;
        background-size: auto 53px;
    }
    .PcHeader-job-wrap{
        max-width: 100% !important;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0 auto !important;
    }
    .HeaderApplyJob-intro{
        max-width: none !important;
    }
    .OverviewJob-intro_box{
        width: 100% !important;
    }
    .Apply-head{
        justify-content: flex-start !important;
    }
}

@media (max-width: 576px) {
    .Header-area {
        height: 116px;
        padding-top: 4px;
    }
    .Header-container {
        flex: 1;
        background: url('../../common/images/logo_full_text.png'),url('../../common/images/text-logo.svg') no-repeat;
        background-position: center bottom;
        background-size: 375px 112px;
    }
}

@media (max-width: 280px) {
    .Header-area {
        height: 260px;
    }
}

    