.banner-recruitment h1{
    text-transform: uppercase;
}
.section1-recruitment{
    padding-top: 60px !important;
}
.section1-recruitment h2{
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}
.section1-recruitment h2::after {
    position: absolute;
    content: '';
    right: unset;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section1-recruitment .icon-box{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.section1-recruitment .icon-box:last-child{
    padding-bottom: unset;
    border-bottom: unset;
}
.section1-recruitment .icon-box-img .icon-inner{
    background-color: var(--red);
    padding: 10px;
    border-radius: 50%;
}
.section1-recruitment .icon-box-img img{
    padding-top: unset;
}
.section1-recruitment .icon-box-text{
    display: flex;
    align-items: center;
}
.section1-recruitment .icon-box-text p{
    color: var(--black);
}
.section1-recruitment .col-right{
    display: flex;
    align-items: center;
}
.section1-recruitment .col-right img{
    border-radius: 8px;
}


.section2-recruitment .row{
    max-width: 1300px;
}
.section2-recruitment .row .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section2-recruitment h2{
    text-align: center;
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}
.section2-recruitment h2::before {
    position: absolute;
    content: '';
    left: -18%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section2-recruitment h2::after {
    position: absolute;
    content: '';
    right: -18%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}

.section2-recruitment .job-filters .button{
    background-color: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    color: var(--grey);
    font-weight: 400;
    text-transform: math-auto;
    margin-bottom: 30px;
}
.section2-recruitment .job-filters .button.active{
    background-color: var(--red);
    color: white;
}
.section2-recruitment .job-listing-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.section2-recruitment .job-card{
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section2-recruitment .job-card:hover{
    background-color: var(--red);
    border: unset;
    cursor: pointer;
}
.section2-recruitment .job-card .job-title{
    color: var(--blue);
}
.section2-recruitment .job-card:hover .job-title{
    color: white;
}
.section2-recruitment .job-card .job-meta{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 10px;
}
.section2-recruitment .job-card .meta-item{
    color: var(--grey);
}
.section2-recruitment .job-card:hover .meta-item{
    color: white;
}
.section2-recruitment .job-card .meta-item i{
    color: var(--red);
    padding-right: 8px;
}
.section2-recruitment .job-card:hover .meta-item i{
    color: white;
}
.section2-recruitment .job-card-action a{
    margin: unset;
    background-color: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}
.section2-recruitment .job-card:hover .job-card-action a{
    background-color: white;
}
.section2-recruitment .job-card-action a:hover{
    background-color: var(--red);
    border: unset;
}
.section2-recruitment .job-card-action i{
    color: #DDDDDD;
    margin-right: unset !important;
}
.section2-recruitment .job-card-action a:hover i{
    color: white;
}
.section2-recruitment .job-card:hover .job-card-action i{
    color: var(--red);
}

.section2-recruitment .load-more-container a{
    background-color: var(--red);
    text-transform: math-auto;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: unset;
    margin-top: 30px;
}
.section2-recruitment #job-listing-response{
    width: 100%;
}
.section2-recruitment .job-filters{
    display: none;
}


.single-recruitment .job-title-single{
    color: var(--blue);
    text-transform: uppercase;
}
.single-recruitment .row{
    max-width: 1300px;
}
.single-recruitment .job-summary-box{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.single-recruitment .summary-item i{
    color: var(--red);
}
.single-recruitment .summary-item span{
    color: var(--gray);
}
.single-recruitment .job-main-content{
    margin-top: 30px;
}
.single-recruitment .job-main-content h2,
.single-recruitment .job-main-content h3,
.single-recruitment .job-main-content h4,
.single-recruitment .job-main-content p,
.single-recruitment .job-main-content span,
.single-recruitment .job-main-content a{
    color: var(--black);
}

.button-apply-recruitment .button-apply{
    background-color: var(--red);
    text-transform: math-auto;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    margin: unset;
}

/* POPUP */
.form-apply-recruitment h2{
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    width: fit-content;
}
.form-apply-recruitment h2::after {
    position: absolute;
    content: '';
    right: -17%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.wpcf7-form{
    margin-bottom: unset;
}
.single-tuyen_dung .pum-container{
    width: 800px !important;
    padding: 30px !important;
}
.form-apply-recruitment .form-group{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.form-apply-recruitment .wpcf7-form-control {
    height: 3.2rem;
    margin-bottom: 25px;
}
.form-apply-recruitment .group input,
.form-apply-recruitment .form-field input,
.form-apply-recruitment .form-field select{
    border-radius: 8px;
}
.form-apply-recruitment .form-field input.wpcf7-file{
    border-radius: unset;
    margin-bottom: unset;
}
.form-recruitment-btn .wpcf7-submit{
    margin: unset;
    background-color: var(--red);
    color: white;
    text-transform: math-auto;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    height: 2em;
}

.tax-tuyen_dung_category .section2-recruitment{
    padding-top: 60px !important;
}
.tax-tuyen_dung_category .section2-recruitment h2{
    margin-bottom: 30px;
}
.tax-tuyen_dung_category .section2-recruitment .job-filters .button{
    margin-bottom: 15px;
}


@media only screen and (min-width: 768px) and (max-width: 1023px){
    .section1-recruitment .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    /*.section1-recruitment h2::after{*/
    /*    right: 59%;*/
    /*}*/
    /*.section2-recruitment h2::before{*/
    /*    left: 10%;*/
    /*}*/
    /*.section2-recruitment h2::after{*/
    /*    right: 10%;*/
    /*}*/
    .section2-recruitment .job-card .job-meta{
        grid-template-columns: 1fr;
    }
    .single-recruitment .row{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .single-tuyen_dung .pum-container{
        width: 500px !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }
    .form-apply-recruitment h2::after{
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){
    /*.section2-recruitment h2::before{*/
    /*    left: 20%;*/
    /*}*/
    /*.section2-recruitment h2::after{*/
    /*    right: 20%;*/
    /*}*/
    .single-recruitment .row{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px){
    .container-archive-recruitment .text-box,
    .container-single-recruitment .text-box{
        width: 100% !important;
    }
    .section1-recruitment .row .col{
        padding-left: unset;
        padding-right: unset;
        padding-bottom: unset;
    }
    .tax-tuyen_dung_category .section2-recruitment,
    .section1-recruitment{
        padding-top: 30px !important;
    }
    .tax-tuyen_dung_category .section2-recruitment h2{
        margin-bottom: 30px;
    }
    .section1-recruitment h2 br{
        display: none;
    }
    .section1-recruitment h2::after{
        display: none;
    }
    .section2-recruitment h2::after{
        display: none;
    }
    .section2-recruitment h2::before{
        display: none;
    }
    .section2-recruitment .job-filters{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .section2-recruitment #job-listing-response{
        width: 100%;
    }
    .section2-recruitment .job-filters .button{
        margin-bottom: 10px;
        margin-right: unset;
    }
    .section2-recruitment .job-listing-container{
        grid-template-columns: 1fr;
    }
    .section2-recruitment .job-card .job-meta{
        grid-template-columns: 1fr;
    }
    .single-recruitment .row{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .single-tuyen_dung .pum-container{
        width: 400px !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }
    .form-apply-recruitment h2::after{
        right: 0;
        left: 46%;
        transform: translateX(-46%);
        width: 80px;
    }
}


/*@media screen and (max-width: 391px){*/
/*    .section1-recruitment h2::after{*/
/*        right: 48%;*/
/*    }*/
/*}*/