.wrap_table_td {
    border: 0px solid #000000;
}
a{
    text-decoration: unset;
}
th {
    border-width: 0 0px 1px 0;
}

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

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

table.table_td thead th {
    text-align: center;
    color: #333333;
    background-color: #f5f5f5;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    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%;
    color: var(--1, #FFF);
    font-size: 0.833rem;
    font-style: normal;
    line-height: 55px; /* 343.75% */
    text-transform: uppercase;
    font-weight: 900 !important;
}
table.table_td thead th:nth-child(2) {
    width: 23%;
    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.51);
}

/*th,*/
/*td {*/
/*    padding-left: 1.5625rem;*/
/*}*/

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: 26px 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: #27BDBE;
    text-align: center;
    font-family: Mulish;
    font-size: 1.5625rem;
    font-style: normal;
    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-weight: 400;
    line-height: 22px;
}

/*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;
}
table.table_td tbody td a {
    outline: none;
    text-decoration: none;
    color: #666666;
}

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

.title_td {
    color: #007c0f;
    font-family: "Montserrat - Semi Bold";
    font-size: 1.5625rem;
    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: 0.677rem;
    font-weight: 400;
    line-height: 0.677rem;
}

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

.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: 1.5625rem;
    text-transform: uppercase;
}

.employment_information ul.list_info_td {
    padding: 0;
    margin-bottom: 1.5625rem;
    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: 0.833rem;
}

.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: 0.9375rem;
}

.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: 0.833rem 1.198rem;
    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: 0.9375rem;
}

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

.form_td {
    padding: 0;
    margin-top: -1px;
    -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: 1.198rem;
    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: 0.677rem;
} */

.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 1.5625rem 1.5625rem 1.5625rem;
    background-color: #f7f7f7;
;
}

#recruitment_detail .col-md-3 .contact_requirements h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 0.9375rem;
    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: 1.5625rem;
    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: 0.9375rem;
    font-weight: 700;
    line-height: 0.9375rem;
}

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

#recruitment_detail .col-md-3 .sidebar_td h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 0.9375rem;
    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: 1.5625rem;
}

.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: 1.5625rem;
}


.info_job_detail .info p {
    padding-left: 1.5625rem;
    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% - 62px);
    padding: 52px 0px 1.5625rem 62px;
}
.apply_right{
    background-color: #08024e;
    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-flex;
    align-items: center;



}
.info_general_apply>a svg{
    margin-right: 7px;
    transform: rotate(
            180deg) translateY(-6px);
    width: 15px;
    margin-bottom: 15px;
    height: auto;

}
.info_employment_information h1{
    display: block;
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 25px !important;
    margin-bottom: 40px;
    font-family: 'SVN-GothamBold';

    border-bottom:  1px solid rgba(112, 112, 112, 0.2);
    font-size: 25px;
    text-transform: unset;
}
.info_employment_information h1:before{
    display: none;
}
.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;
    font-family: 'SVN-GothamBold';
    align-items: center;

}
.info_employment_information ul li h3{
    margin: 0;
    font-size: 14px;
    font-family: 'SVN-Gotham Book';
    /*font-family: 'Montserrat';*/
    margin-right: 35px;
    min-width: 90px;

}
.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: 'SVN-GothamBold';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.apply_right h3 svg{
    fill: white;
    width: 11px;
    height: auto;
    margin-right: 5px;
}
.apply_right h3 i{
    font-size: 12px;
    margin-right: 10px;
}
.apply_right .content{
    margin-bottom: 1.5625rem;
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
}
.link_form_apply{
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.198rem;
    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: 'Montserrat Bold';

    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    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%;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.info_employment_information .form_td .wrap_form h3 {
    color: #333333;
    font-size: 28px;
    width: 100%;
    margin: 0 0 5px;
    text-transform: unset;
}
.info_employment_information .form_td .wrap_form span{
    color: #333333;
    font-size: 14px;
    display: block;
    margin-bottom: 35px;
}
.info_employment_information .info_other .content{
    width: 70%;
    color: #333333;
    font-size: 15px;
    /*font-family: 'Montserrat Bold';*/
    /*font-family: 'SVN-GothamBold';*/
    /*margin-bottom: 10px;*/
}
.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;
    margin-top: 1.5625rem;
    border-radius: 15px;
    background-color: #f7f7f7;
}
.info_employment_information .info_other .wrap_form .content {
    margin-bottom: 10px;
    font-family: 'SVN-GothamBold';
}
.info_employment_information .info_contact .content strong {
    font-size: 14px;
}
.info_employment_information .info_contact .content {
    font-size: 12px;
    width: 100%;
    color: #333333;
    line-height: 1.9;
}
.info_employment_information .info_contact .content p{margin-bottom: 10px}
.info_employment_information .info_contact .content p:last-child{
    margin: 0;
}
.info_employment_information .info_contact h3,
.other_recruitment h3{
    font-size: 0.9375rem;
    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: #da251c;
}
.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: 0.833rem;
    margin-bottom: 55px;
}
.info_employment_information .form_td_details h2{
    font-size: 1.5625rem;
    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;
    display: block;
}
.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{
    padding: 0 1.5625rem;
    line-height: 38px;
    display: inline-block;
    color: #ffffff;
    font-size: 0.677rem;
    min-width: 6.771rem;
    border-radius: 20px;
    background-color: #da251c;
    text-transform: unset;
}
/*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: rgba(153, 153, 153, 0.2);
    color: #333333;
}

.other_recruitment{
    padding: 40px 34px;
    margin-top: 27px;
    padding-bottom: 20px;
    border-radius: 15px;
    background-color: #f7f7f7;
}
.info_employment_information .other_recruitment ul li{
    width: 100%;
    padding: 15px 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: 14px;
    font-family: 'SVN-Gotham Book';
    font-weight: 100;

}
.info_employment_information .other_recruitment ul li a{
    font-size: 0.677rem;
    color: #333333;
    font-family: 'SVN-GothamBold';
}
.info_employment_information .other_recruitment ul li a:hover{
    color: #08024e;
}
table.table_td tbody td:nth-child(4){
}

.row.info_other .col-md-3{
    width: 25%;
}

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;
}
.row>*{
}
.row.info_other{
    margin: 0 -10px;
}
.form_td .wrap_form {
    box-shadow: 0 0 43px rgb(75 75 75 / 18%);
    background-color: #ffffff;
    padding: 55px 75px 1.5625rem;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.form_td .wrap_form label{
    font-family: 'SVN-GothamBold';
    display: block;
    margin-bottom: 6px;
}
.form_td .wrap_form input:not(.wpcf7-submit),
.form_td .wrap_form  textarea{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    padding: 0 15px;
    margin-bottom: 20px;
}
.form_td .wrap_form  textarea{
    height: 90px;
}
.form_td .wrap_form br{
    display: none;
}
.form_td span.wpcf7-form-control-wrap {
    margin: 0 !important;
}.form_td .content {
     font-size: 12px !important;
     width: 100% !important;
 }
.top_info{
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
}
.wpcf7-file{
    border: none !important;
    padding: 0 !important;
}
.form_td input.wpcf7-submit {
    margin-top: 0;
    float: right;
    color: white;
    text-transform: uppercase;
    background-color: #da251c !important;
    text-align: center;
    height: 50px;
    padding: 0 35px;
    transition: .5s all;
    font-family: 'SVN-GothamBold';
    border-radius: 25px;
    border: none;
}
.form_td input.wpcf7-submit:hover{
    background: #263e56 !important;

}
.info_employment_information .info_contact .content p{
    margin-bottom: 5px;
}
.info_employment_information .form_td .wrap_form span.wpcf7-not-valid-tip {
    color: red;
}
.info_employment_information h1 {
    display: flex;
    justify-content: space-between;
}

.info_employment_information h1 ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

.info_employment_information h1 ul a {
    width: 28px;
    height: 28px;
    fill: #0a582c;
    background: transparent;
    border: 1px solid #0a582c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s all;
}

.info_employment_information h1 ul a svg {
    width: 0.677rem;
}

.info_employment_information h1 ul li:not(:last-child) {
    margin-right: 5px;
}

.info_employment_information h1 ul a:hover {
    background: #0a582c;
    fill: white;
}

.info_employment_information .info_general_apply {
    padding: 50px 50px 1.5625rem;
    box-sizing: border-box;
    width: 75%;
    border-radius: 0;
}

.top_info {
    border-radius: 0;
}

.info_employment_information h1 {
    font-size: 25px;
    font-family: 'Montserrat Bold';
    padding-bottom: 15px !important;
}

.info_general_apply>a {
    margin-bottom: 12px;
}

.info_employment_information ul li {
    font-family: 'Montserrat Bold';
}

.info_employment_information ul li h3 {
    font-family: 'Montserrat';
    margin-right: 20px;
}

.apply_right {
    background-color: #e6e6e6;
}

.apply_right h3 svg {
    display: none;
}

.apply_right h3 {
    font-family: 'Montserrat Bold';
    color: #044725;
    margin-bottom: 6px;
}

.apply_right .content {
    color: #333333;
    padding: 0;
    line-height: 1.3;
}

.link_form_apply a {
    color: #044725 !important;
}

.info_employment_information .info_other h3 {
    color: #044725;
    padding-right: 1.5625rem;
    box-sizing: border-box;
    line-height: 1.5;
}

.info_employment_information .info_other .content {
    color: #333333;
    font-size: 14px;
}

.info_employment_information .info_contact {
    border-radius: 0;
    background-color: #f7f7f7;
}

.info_employment_information .info_contact h3:before, .other_recruitment h3:before {
    background-color: #044725;
}

.info_employment_information .info_contact .content strong {
    font-family: 'Montserrat Bold';
}

.other_recruitment {
    background-color: #f7f7f7;
    border-radius: 0;
}

.info_employment_information .other_recruitment ul li a {
    font-family: 'Montserrat Bold';
}

.info_employment_information .other_recruitment ul li .content {
    font-family: 'Montserrat';
}
.info_employment_information {
    padding-top: 0;
    margin-top: -175px;
}


.tuyen_dung_page {
    padding: 150px 0 90px;
}

.tuyen_dung_page .pattern_1 {
    top: 260px;
    left: -590px;
}

.tuyen_dung_page .pattern_2 {
    left: unset;
    right: -567px;
}

.tuyen_dung_page .wrap_title+.content {
    max-width: 787px;
    margin: 0 auto 60px;
}

.tuyen_dung_page .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px 131px;
}

.tuyen_dung_page .wrap .item img {
    width: 100%;
    display: block;
}

.tuyen_dung_page .wrap .item {
    width: calc(25% - 0.9375rem);
    margin: 0 8px;
}

.tuyen_dung_page .wrap .item h3 {
    color: #333333;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 56px;
    position: relative;
}

.tuyen_dung_page .wrap .item h3:before {
    width: 38px;
    height: 1px;
    background-color: #085d2b;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
}

.tuyen_dung_page .wrap .item:nth-child(odd) {
    margin-top: 70px;
}

table.table_td thead th {
    background: transparent !important;
    font-size: 15px;
    color: var(--1, #FFF);
    font-size: 0.833rem;
    font-style: normal;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

table.table_td {
    background: transparent;
}

table.table_td thead {
    background: linear-gradient(90deg, #21409A 0%, #27BCBD 100%);
}

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

table.table_td tbody td:nth-child(2) a {
    font-size: 0.833rem;
}

table.table_td tbody td:nth-child(3) a {
    border: 1px solid #044725;
    font-size: 0.677rem;
    color: #044725;
    background: #27BDBE;
    font-weight: 800;
}

.wrap_table_td {
    margin-top: 1.5625rem;
}

table.table_td tbody tr {
    background: white;
}
section.section.home_sec_4 {padding-top: 100px;}

section.section.home_sec_4 .text_center .heading_h2 {margin-bottom: 20px;}

section.section.home_sec_4 .text_center .heading_h2 + .content {max-width: 845px;margin: 0 auto;}

.wrap_section_td .heading_h2 {font-size: 40px;}

.wrap_table_td {margin: 0 0 155px;}

table.table_td {background: #F5F5F5;margin-bottom: 40px;border-radius: 20px;overflow: hidden;box-shadow: 0 0 20px #00000024;}

table.table_td thead th {background: aliceblue;color: white;}

table.table_td tbody td:nth-child(1) {}

table.table_td tbody td:nth-child(2),table.table_td tbody td:nth-child(2) a {font-size: 0.9375rem;line-height: 1.5;}

table.table_td thead th:nth-child(2) {width: 25%;}

table.table_td tbody td:nth-child(3) a {color: white;border-color: #0E8243;line-height: 36px;}

.wrap_section_td {}
table.table_td thead th:nth-child(3) {width: 16%;}

table.table_td thead th:nth-child(2) {width: 19%;}
@media only screen and (max-width: 1199px) {
    table.table_td tbody td:nth-child(1){
        font-size: 35px;
    }
    .apply_right{
        padding: 20px !important;
        width: calc(25% - 40px);
    }
    .apply_right h3{
        font-size: 0.677rem;
    }
    section.section.home_sec_4 .grid-50 {text-align: center;}

    section.section.home_sec_4 .heading_h2 {margin-bottom: 10px;}

    .menu_td ul, .menu_news ul {justify-content: center;margin: 20px 0 1.5625rem;}

    table.table_td thead th {font-size: 12px;}

    table.table_td tbody td:nth-child(2), table.table_td tbody td:nth-child(2) a {font-size: 12px;}

    table.table_td tbody td:nth-child(3) a {font-size: 12px;padding: 0 10px;width: auto;min-width: unset;}

    table.table_td tbody td:nth-child(4), table.table_td tbody td:nth-child(5), table.table_td tbody td:nth-child(6) {font-size: 12px;}
}
@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: 1.198rem;
    }

    #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: 1.5625rem;
    }

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

    #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 1.5625rem;
    }

    .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: 1.5625rem;
        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: 0.677rem;
        text-align: left;
    }

    table.table_td {
        background-color: transparent;
    }

    table.table_td tbody tr {
        background-color: #fff;
    }
    table.table_td tbody tr {
        border: 1px solid #333333 !important;
    }
    table.table_td tbody td:nth-child(2) {
        text-align: center;
    }
    .info_employment_information .top_info>* {
        width: 100%;
    }
    .info_employment_information .info_general_apply{
        padding: 1.5625rem;
    }
    .apply_right{
        padding: 1.5625rem;
    }
    .info_employment_information .top_info>* {
        width: 100%;
    }

    .row.info_other>* {
        width: 100%;
        flex-wrap: wrap;
    }

    .row.info_other {
        flex-wrap: wrap;
        margin: 0;
    }
    .info_other .col-md-9 {
        padding-right: 10px;
    }
    .form_td .wrap_form{
        padding: 1.5625rem;
    }
    .row.info_other .col-md-3 {
        width: 100%;
    }

}
@media only screen and (max-width: 767px){
    .recruitment {
        padding: 50px 0;
    }
    .recruitment .wrap .item {
        height: 450px;
        width: 100%;
    }
    .recruitment .wrap .item .box_content h3 {
        font-size: 15px;
    }
    .table_td>tbody>tr td:before{
        font-size: 11px;
    }
    table.table_td tbody td:nth-child(2) a {
        font-size: 11px;
    }
    table.table_td tbody td{
        padding: 10px;
    }
    .info_employment_information ul li {
        width: 100%;
    }
    .info_employment_information .info_other h3,
    .info_employment_information .info_other .content {
        width: 100%;
    }
    .info_other .col-md-9 {
        box-sizing: border-box;
    }
    .wrap_form>* {
        max-width: 100%;
    }
    .info_employment_information .form_td .wrap_form h3{
        font-size: 20px;
    }
    .form_td .wrap_form {
        padding: 20px 15px;
    }
    .wrap_form input.wpcf7-form-control.wpcf7-file{
        font-size: 12px;
    }
    .info_employment_information {
        padding: 50px 0;
    }
    .wrap_form input.wpcf7-form-control.wpcf7-file {
        margin: 0;
    }
    h3.sub_title {font-size: 0.677rem;margin-bottom: 10px;}

    .menu_td ul a, .menu_news ul a {font-size: 10px;}

    .menu_td ul a:before, .menu_news ul a:before {display: none;}

    .menu_td ul li:not(:first-child), .menu_news ul li:not(:first-child) {margin-left: 15px;}

    table.table_td tbody td:nth-child(3) a {height: 32px;font-size: 10px;line-height: 32px;}

    table.table_td tbody td {padding: 5px 10px;}
    .wrap_section_td .heading_h2 {font-size: 21px;}

}
