.wrap_table_td {
    border: 0px solid #000000;
}

th {
    border-width: 0 0px 1px 0;
}

table.table_td {
    table-layout: fixed;
    margin: 0;
    font-family: Bodoni;
    border: none;
    background-color: white;
    background-color: #f8f8f8;
}

table.table_td thead {
    background-color: #dfdfdf;
    color: #fff;
}

table.table_td thead th {
    text-align: center;
    border-right: 1px solid #ebebeb;
    color: #333333;
    background-color: #f5f5f5;
    font-family: "Lora-Bold";
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 15px;
    border: none;
}
table.table_td thead th:not(:last-child){
    border-right: 1px solid #ebebeb;
}
table.table_td thead th:nth-child(1){
    width: 10%;

}
table.table_td thead th:nth-child(2) {
    width: 20%;
    text-align: center;
}

table.table_td tbody tr {
    vertical-align: middle;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    background-color: rgba(248, 248, 248, 0.5);
}

/*th,*/
/*td {*/
/*    padding-left: 30px;*/
/*}*/

table.table_td tbody tr:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

table.table_td tbody tr:hover td:nth-child(2) a {
    color: #1c1c1c;
}

table.table_td tbody tr:not(:last-child) {
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

table,
th,
td {
    border: 1px solid #ebebeb;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #ebebeb;
}

table.table_td tbody td {
    color: #333333;
    padding: 25px 20px;
    
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border: 1px solid white;
}

/*table.table_td tbody tr:nth-child(2n+1){*/
/*    background-color: #f5f5f5;*/
/*}*/
table.table_td tbody td:nth-child(1) {
    color: #b5b5b5;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    font-family: "Lora-Bold";

    color: #b5b5b5;
    font-size: 45px;
    font-weight: 700;
}
table.table_td tbody td:nth-child(4),
table.table_td tbody td:nth-child(5),
table.table_td tbody td:nth-child(6){
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat-Regular";

}

/*table.table_td tbody tr:hover td a {*/
/*    color: #007c0f;*/
/*    !*font-weight: 500;*!*/
/*}*/

table.table_td tbody td:nth-child(2),
table.table_td tbody td:nth-child(3),
table.table_td tbody td:nth-child(4) {
    text-align: center;
    /*padding-left: 0 !important;*/
}
table.table_td tbody td:nth-child(2){
    text-align: left;
}
table.table_td tbody td:nth-child(2) a{
    font-size: 15px;
    font-family: "Montserrat-Bold";
}
table.table_td tbody td a {
    outline: none;
    text-decoration: none;
    color: #666666;
    font-family: Montserrat;
}

table.table_td .new_td {
    float: right;
    color: #ff0000;
}

.title_td {
    color: #007c0f;
    font-family: "Montserrat - Semi Bold";
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 31px;
    text-transform: inherit;
}

.wrap_date_time_td .date {
    color: #333333;
    font-family: Averta;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}

.employment_information {
    padding-bottom: 40px;
    padding-top: 30px;
}

.employment_information i {
    color: #007c0f;
    padding-right: 2px;
}

.employment_information p {
    color: #333333;
}

.employment_information h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.employment_information ul.list_info_td {
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}

.employment_information ul.list_info_td li {
    padding: 12px 33px;
}

.employment_information ul.list_info_td li:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.employment_information ul.list_info_td li * {
    color: #333333;
    font-size: 15px;
    line-height: 16px;
}

.employment_information label.name_info {
    min-width: 200px;
    display: inline-block;
    margin-right: 10px;
}

.employment_information .desc {
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.employment_information .desc ul {
    padding-left: 25px;
    margin-bottom: 24px;
    list-style: none;
}

.employment_information .desc li {
    position: relative;
}

.employment_information .desc li::before {
    position: absolute;
    color: #999999;
    font-family: "FontAwesome";
    font-size: 8px;
    display: block;
    content: '\f111';
    right: calc(100% + 17px);
    top: 0;
}

.employment_information h2 span.dealine {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    display: inline-block;
    margin-left: 18px;
}

.submit_download_td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit_download_td a.submit_td {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #1c1c1c;
    padding: 16px 23px;
    display: inline-block;
    margin-right: 24px;
}

.submit_download_td a.download_td {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #636363;
    padding: 4px 31px;
    display: inline-block;
    margin-left: 18px;
}

.submit_download_td a.download_td span {
    font-size: 12px;
}

.form_td {
    padding: 0;
    /*max-height: 0px;*/
    margin-top: 80px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.form_td br {
    display: none;
}
.form_td.opened_form {
    padding: 60px 0;
    max-height: 2000px;
}

.form_td ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.form_td .file-cv{
    margin-top: 40px;
}
.form_td .file-cv label{
    padding-left: 0;
}
.form_td .file-cv input:not(.wpcf7-submit){
    border-bottom: 0;
}
.info_employment_information .form-recruitment h3{
    text-align: center;
    width: 100% !important;
    font-size: 28px !important;
}
.sidebar_td .title_sidebar {
    background-color: #1c1c1c;
    color: #ffffff;
    font-family: Bodoni;
    font-size: 25px;
    line-height: 64px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px;
}

.list_orther_td {
    margin: 0;
    list-style: none;
    padding: 0;
}

.list_orther_td li {
    padding-top: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.list_orther_td li:last-child {
    border: none;
}

/* .list_orther_td .wrap_date_time_td{
    margin-bottom: 13px;
} */

.list_orther_td .td-name {

    color: #333333;
    font-family: Averta;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

#recruitment_detail .row {
    justify-content: space-between;
}

#recruitment_detail .col-md-9 {
    padding-right: 50px;

}

#recruitment_detail .col-md-9 .employment_information {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e2e2e2;
}

#recruitment_detail .col-md-9 .employment_information p {
    margin: 0px;
    padding: 0px;
}

#recruitment_detail .col-md-9 .employment_information h2 {
    float: left;
    width: 25%;
    line-height: 15px;
    margin-bottom: 0px;

}

#recruitment_detail .col-md-9 .employment_information .content {
    width: 75%;
    float: left;
}

#recruitment_detail .col-md-3 {
    padding: 0px;
}

#recruitment_detail .col-md-3 .contact_requirements {
    padding: 50px 30px 30px 30px;
    background-color: #f7f7f7;
    ;
}

#recruitment_detail .col-md-3 .contact_requirements h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

#recruitment_detail .col-md-3 .contact_requirements h2:before {
    position: absolute;
    left: -30px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: #42b95a;
    content: "";
    z-index: 999;
}

#recruitment_detail .col-md-3 .contact_requirements p.content {
    margin: 0px;
}

#recruitment_detail .col-md-3 .contact_requirements a:nth-child(3) {
    margin-bottom: 30px;
    display: inline-block;
    color: #333333;
    font-family: Averta;
    font-size: 14px;
    font-weight: 400;
}

#recruitment_detail .col-md-3 .contact_requirements .phone_contact {
    color: #42b95a;
    font-family: Averta;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

#recruitment_detail .col-md-3 .sidebar_td {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding: 50px 30px 30px 30px;
}

#recruitment_detail .col-md-3 .sidebar_td h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
    background: none;
    text-align: left;
    position: relative;
    margin-bottom: 0px;
}

#recruitment_detail .col-md-3 .sidebar_td h2:before {
    position: absolute;
    left: -30px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: #42b95a;
    content: "";
    z-index: 999;
}

.box_info_left {
    width: 50%;
    float: left;
}

.box_info_right {
    width: 50%;
    float: left;
}

.info_job_detail .col-xl-9 {
    padding: 50px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    padding-bottom: 30px;
}

.info_job_detail .col-xl-9 h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 25px;
}

.info_job_detail a {
    display: inline-block;
    margin-bottom: 15px;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
}


.info_job_detail .info p {
    padding-left: 30px;
    position: relative;
}

.info_job_detail .info p:before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.info_employment_information{
    padding: 80px 0;
}
.row{
    display: flex;
}
.info_employment_information .info_general_apply{
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    width: calc(75% - 122px);
    padding: 52px 60px 30px 62px;
}
.apply_right{
    background-image: linear-gradient(to left, #E99A00 0%, #983092 100%);    padding: 57px 34px 28px !important;
    width: calc(25% - 68px);
}

.info_general_apply>a{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 15px;
}
.info_employment_information h1{
    display: block;
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 43px;
    font-family: "Lora-Bold";

    border-bottom:  1px solid rgba(112, 112, 112, 0.2);
}
.info_employment_information ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.info_employment_information ul li{
    width: 50%;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}
.info_employment_information ul li h3{
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    margin-right: 35px;

}
.info_employment_information ul li img{object-fit: contain}
.info_employment_information ul li img{
    margin-right: 15px;
}
.apply_right h3{
    color: #ffffff;
    font-family: "Lora-Bold";    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.apply_right h3 i{
    font-size: 12px;
    margin-right: 10px;
}
.apply_right .content{
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 13px;
    padding-left: 20px;
}
.link_form_apply{
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
    position: relative;
}
.link_form_apply:before{
    position: absolute;
    top: 0;
    width: calc(100% + 68px);
    height: 1px;
    background: rgba(255, 255, 255, 0.71);
    content: '';
    left: -34px;
}
.link_form_apply img{
    width: 27px;
    object-fit: contain;
}
.link_form_apply a{
    width: calc(100% - 47px);
    margin-left: 20px;
    font-family: "Lora-Bold";

    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    line-height: 1.5;
}
.info_employment_information .item {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.info_employment_information .info_other h3{
    width: 30%;
    font-family: "Lora-Bold";

    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.info_employment_information .info_other .content{
    width: 70%;
    color: #333333;
}
.info_employment_information .item:not(:last-child){
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.info_other .col-md-9{
    padding-right: 60px;
    width: calc(75% - 60px);
}
.info_employment_information .info_contact {
    padding: 40px 34px;
    background-color: #f7f7f7;
    margin-top: 30px;
}
.info_employment_information .info_contact .content{
    width: 100%;
    color: #333333;
    line-height: 22px;
}
.info_employment_information .info_contact .content p:last-child{
    margin: 0;
}
.info_employment_information .info_contact h3,
.other_recruitment h3{
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    width: 100% !important;
}
.info_employment_information .info_contact h3:before,
.other_recruitment h3:before{
    position: absolute;
    left: -34px;
    height: 100%;
    content: '';
    top: 0;
    width: 3px;
    background-color: #E99A00;
}
.form_td_details {
    padding: 70px 100px;
    background-color: #f7f7f7;
    padding-bottom: 40px;
}
.info_employment_information .form_td_details .content {
    width: 100%;
    color: #333333;
    font-size: 16px;
    margin-bottom: 55px;
}
.info_employment_information .form_td_details h2{
     font-size: 30px;
    margin-bottom: 0;
 }
.info_employment_information .form_td_details label{
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
}
.info_employment_information .form_td_details input:focus,
.info_employment_information .form_td_details textarea:focus{
    border: 1px solid #40b94f !important;
}
.info_employment_information .form_td_details textarea{
    margin-bottom: 20px !important;
}
.info_employment_information .form_td_details button.wpforms-submit {
    float: right;
    color: #f5f5f5 !important;
    font-family: "Roboto Slab";
    font-size: 14px !important;
    font-weight: 700;
    line-height: 49px;
    height: 49px;
    background-image: linear-gradient(to top, #6eb041 0%, #5f9838 100%);
    padding: 0 90px 0 40px !important;
    position: relative;
    margin-top: -75px;
}
.info_employment_information .form_td_details button.wpforms-submit:after{
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    background: rgba(245, 245, 245, 0.3);
    content: '';
    width: 1px;
}
.info_employment_information .form_td_details button.wpforms-submit:before{
    font-family: 'Font Awesome 5 Free';position: absolute;right: 20px;
}
table.table_td tbody td:nth-child(2) a{
    color: #333333;
     font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
table.table_td tbody td:nth-child(3) a{
    height: 38px;
    padding: 0 30px;
    line-height: 38px;
    display: inline-block;

    color: #ffffff;
    font-family: "Montserrat-Bold";    font-size: 13px;
    border-radius: 23px 0;
    background-color: #E99A00;
}
/*table.table_td tbody td:nth-child(3) a:hover{*/
/*    background: white;*/
/*    transition: .3s;*/
/*    color: #6eb041;*/
/*}*/
table.table_td tbody td:nth-child(3) a.no_apply_position{
    background-color: #24262d;
    border: 1px solid #24262d;

}

.other_recruitment{
    background-color: #f7f7f7;
    padding: 40px 34px;
    margin-top: 27px;
    padding-bottom: 20px;
}
.info_employment_information .other_recruitment ul li{
    width: 100%;
    padding: 25px 0;
    margin: 0;
    display: inline-block;
}
.info_employment_information .other_recruitment h3{
    margin-bottom: 0;
}
.info_employment_information .other_recruitment ul li:not(:last-child){
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);

}
 .info_employment_information .other_recruitment ul li .content{
    width: 100%;
    margin-bottom: 0;
     font-size: 13px;
}
.info_employment_information .other_recruitment ul li a{
    font-size: 13px;
    font-family: "Montserrat-Bold";
}
.info_employment_information .other_recruitment ul li a:hover{
    color: #E99A00;
}
table.table_td tbody td:nth-child(4){
    font-size: 20px;
}
@media only screen and (max-width: 1199px) {
    table.table_td tbody td:nth-child(1){
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) {
    #recruitment_detail .col-md-3 .sidebar_td h2:before,
    #recruitment_detail .col-md-3 .contact_requirements h2:before{
        left: -15px;
    }
    .employment_information {
        padding-bottom: 20px;
        padding-top: 15px;
    }
    .list_orther_td li {
        padding-top: 15px;
    }

    .wrap_date_time_td .date {
        font-size: 11px;
    }

    #recruitment_detail .col-md-3 .sidebar_td h2 {
        line-height: 23px;
    }

    #recruitment_detail .col-md-3 .contact_requirements a:nth-child(3) {
        margin-bottom: 10px;
    }

    #recruitment_detail .col-md-3 .sidebar_td {
        padding: 20px 15px 20px;
    }

    #recruitment_detail .col-md-3 .contact_requirements {
        padding: 20px 15px 20px;
    }

    #recruitment_detail .col-md-9 .employment_information h2 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    #recruitment_detail .col-md-9 .employment_information .content {
        width: 100%;
        float: none;
    }

    .info_job_detail .col-xl-9 {
        padding: 20px 15px;
    }

    table.table_td tbody td:nth-child(1) {
        font-size: 30px;
    }

    a.no_apply_position,
    a.apply_position {
        width: auto;
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    #recruitment_detail .col-md-3 {
        padding: 0px 15px;
    }
    #recruitment_detail {
        padding-bottom: 20px;
    }
    div.wpcf7 input[type="file"]{
        background: #fff;
    }
    .form_td .info_form {
        margin-top: 10px;
    }
    #recruitment_detail .col-md-9 {
        padding-right: 15px;
    }
    .employment_information:nth-last-of-type(2){
        border-bottom: unset !important;
    }
    .info_job_detail .info p {
        margin-bottom: 10px !important;
    }

    .box_info_right,
    .box_info_left{
        float: none;
        width: 100%;
    }
    .info_job_detail .col-xl-9 {
        padding: 40px 30px;
    }

    .info_job_detail .col-xl-9 h2{
        display: block;
    }
    section.info_job_detail{
        margin-top: 0;
    }
    table.table_td tbody tr:not(:last-child) {
        margin-bottom: 30px;
        border-bottom: unset;
    }

    a.no_apply_position,
    a.apply_position {
        padding: 5px;
    }

    table.table_td tbody td:nth-child(1) {
        font-size: 20px;
    }

    table.table_td tbody td {
        position: relative;
        padding-left: 40% !important;
    }

    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }

    table.table_td {
        background-color: transparent;
    }

    table.table_td tbody tr {
        background-color: #fff;
    }
}

.row.info_other .col-md-3{
    width: 25%;
}
.single-tuyen-dung div#banner_gr{
    display: none;
}
table.table_td tbody td:not(:last-child) {
    border-right: 1px solid #ebebeb;
}
.career_opportunities h2.heading_h2{
    font-size: 40px;
    font-family: "Lora-Bold";

    text-transform: uppercase;
    color: #333333;
}
@media only screen and (max-width: 991px){
    .row{
        flex-wrap: wrap;
    }
    section .apply_right,
    .info_employment_information .info_general_apply{
        width: calc(100% - 60px) !important;
    }
    .info_other .col-md-9,
    .row.info_other .col-md-3{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
        padding: 30px;
        margin: 15px 0;
    }
    .row.info_other .col-md-3>*{
        width: calc(50% - 70px);
    }
    .other_recruitment{
        margin-top: 30px;
    }
    .row.info_other .col-md-3{
        background-color: #f7f7f7;
    }
}
@media only screen and (max-width: 767px){
    .info_employment_information {
        padding: 40px 0 !important;
    }
    .info_employment_information ul li{
        width: 100%;
    }
}
@media only screen and (max-width: 600px){
    .row.info_other .col-md-3>* {
        width: calc(100% - 70px);
    }
    .info_employment_information .info_contact{
        padding: 30px 34px;
    }
    .info_employment_information .info_contact{
        padding-bottom: 0;
    }
    .form_td .file-cv input:not(.wpcf7-submit){
        margin-bottom: 0;
    }
    .form_td input.wpcf7-submit{
        margin-top: 20px;
    }
    .info_employment_information .form-recruitment h3{
        font-size: 25px !important;
        margin-bottom: 25px;
    }
    .info_employment_information .info_other h3,
    .info_employment_information .info_other .content{
        width: 100%;
    }
    .info_employment_information .item .content>*:last-child{
        margin-bottom: 0;
    }
    .info_employment_information .item{
        padding: 30px 0;
    }
}