.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;
}

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

table.table_td thead th {
    border-right: 1px solid #ebebeb;
}

table.table_td thead th:nth-child(2) {
    width: 25%;
    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;
}

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 rgb(255, 255, 255);
}

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

table.table_td tbody td {
    color: #333333;
    padding: 25px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

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

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 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;
    display: none !important;
    /*overflow: hidden;*/
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.form_td.opened_form {
    padding: 60px 0;
    max-height: 2000px;
}

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

.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: #009e4a;
    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: #009e4a;
    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: 0px;
}

.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;
    min-height: 40px;
}

.info_job_detail .info p:before {
    position: absolute;
    left: 0px;
    top: 13px;
    /* transform: translateY(-50%); */
    content: "";
}

.info_job_detail .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.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;
    flex: 0 0 calc(75% - 100px);
    max-width: calc(75% - 100px);
    padding-bottom: 0;
}
.info_job_detail .info_top {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 40px;
}
.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 .col-xl-9 h2 {
    display: inline-block;
    color: #333333;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    border-bottom: none;
}
.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 .col-xl-9 .wrap_head_info_td {
    display: block;
    float: right;
}
.box_info_left {
    width: 50%;
    float: left;
}
.info_job_detail .info p {
    padding-left: 30px;
    position: relative;
}
.info_job_detail .info .box_info_left p:last-child {
    margin-bottom: 0px;
}
.info_job_detail .info p:before {
    position: absolute;
    left: 0px;
    top: 3px;
    content: "";
}

.box_info_right {
    width: 50%;
    float: left;
}
.info_job_detail .col-xl-3{
    color: white;
    padding: 0px;
    flex: 0 0 25%;
    max-width: 25%;
}
.info_job_detail .col-xl-3 .send_records {
    padding: 60px 30px 40px 30px;
    background-image: linear-gradient(to left, #007950 0%, #009e5d 100%);

    /*border-bottom: 1px solid rgba(256, 256, 256, 0.8);*/
}
.info_job_detail .col-xl-3 .send_records h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat;
    margin-bottom: 10px;
}
.info_job_detail .col-xl-3 i.fa.fa-chevron-right {
    font-size: 10px;
    margin-right: 10px;.info_job_detail
}
.info_job_detail .col-xl-3 a {
    padding: 0px;
    margin: 0px;
    color: white;
}
.info_job_detail .col-xl-3 .send_records p {
    color: white;
}
.info_job_detail .col-xl-3 .download_file {
    padding: 20px 30px 30px 80px;
}
#recruitment_detail .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}
#recruitment_detail .col-md-9{
    padding-right: 50px;
    flex: 0 0 calc(75% - 50px);
    max-width:calc(75% - 50px);
}
#recruitment_detail .col-md-3{
    flex: 0 0 25%;
    max-width: 25%;
}
.form_td {
    display: inline-block;
    padding: 60px;
    background-color: #f7f7f7;
    width: calc(100% - 120px);
    max-height: inherit;
    margin-top: 30px;
}
.form-recruitment.file_upload {
    width: 50%;
    display: inline-block;
}
.button-recruitment-apply{
    display: inline-block;
    float: right;
    position: relative;
}
table.table_td thead > tr th:first-child{
    width: 50%;
}
table.table_td thead > tr th:nth-child(2){
    width: 20%;
}
table.table_td thead > tr th:nth-child(3){
    width: 30%;
}
table.table_td thead > tr th:nth-child(4){
    width: 20%;
}
table.table_td thead > tr th:nth-child(5){
    width: 20%;
}

table.table_td tbody td:nth-child(1){
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
table.table_td tbody td{
    padding: 30px 40px;
    text-align: center;
}
table.table_td thead > tr th:first-child{
    padding-left: 40px;
    text-align: left;
}
table.table_td thead > tr th{
    text-align: center;
}
table.table_td thead > tr th{
    padding: inherit;
}
table.table_td thead > tr th{
    padding: 30px 0;
}
table.table_td tbody td:nth-child(2) a{
    color: #ffffff;
    border-radius: 20px;
    background-color: #feb13f;
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    width: 130px;
    padding: 13px 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: .3s;
}
table.table_td tbody td:nth-child(2) a:hover{
    color: #ffffff;

}
table.table_td tbody td:nth-child(2) a.no_apply_position{

    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #007361;
    background-image: none;
    width: 130px;
    padding: 13px 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #007361;
    background-color: white;

}
/*@media only screen and (max-width: 1199px) {*/
/*    table.table_td tbody td:nth-child(1){*/
/*        font-size: 35px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1023px){
    .info_job_detail .col-xl-9
    {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
    .info_job_detail .col-xl-3{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #recruitment_detail .col-md-9,
    #recruitment_detail .col-md-3{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #recruitment_detail .col-md-3{
        margin-bottom: 60px;
    }
    #recruitment_detail .col-md-3 .contact_requirements{
        margin-top: 30px;
    }
    #recruitment_detail .col-md-9{
        padding-right: 0;
    }
}
@media only screen and (max-width: 992px){
     .table_tuyendung  .grid-50{
        margin-bottom: 0 !important;
    }
}
@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;
    }


    a.no_apply_position,
    a.apply_position {
        width: auto;
        padding: 10px 5px;
        font-size: 14px;
    }
    .info_job_detail .col-xl-9{
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .form_td{
        width: calc(100% - 40px);
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {

    #recruitment_detail {
        padding: 0;
        padding-bottom: 20px;
    }
    #recruitment_detail .col-md-9{
        padding: 0 15px;
    }
    #recruitment_detail .col-md-9{
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    /*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: 45% !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;
    }
}
@media only screen and (max-width: 600px) {
    .box_info_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .box_info_right{
        width: 100%;
    }
    .info_job_detail a.back_to_page{
        width: auto;
        display: inline-block;
    }
    .info_job_detail .col-xl-9 h2{
        clear: both;
    }
    .info_job_detail .info_top{
        position: relative;
    }
    .info_job_detail .col-xl-9 .wrap_head_info_td{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .button-recruitment-apply{
        float: left;
    }
}