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

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;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 15px;
    font-family: 'AvertaStd Semibold';
    border: none;
}
table.table_td thead th:not(:last-child){
    border-right: 1px solid rgb(235 235 235 / 20%);
}
table.table_td thead th:nth-child(1){
    width: 20%;
    border-radius: 10px 0 0 0;
}
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;
    text-align: center;
    color: #b5b5b5;
    font-weight: 700;
    font-size: 25px;
    color: #231F20;
    font-family: 'Avenir-Bold';
    text-align: -webkit-center;
}
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: 16px;
    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;
    font-size: 14px;
}
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: 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;
    margin-top: -1px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    position: relative;
}
.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{
    background-color: #2196f3;
    width: calc(75% - 62px);
    padding: 25px 0px 30px 62px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.apply_right{
    padding: 35px 34px 15px !important;
    width: calc(25% - 68px);
    background: #1F62AE;
}

.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;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 25px;
    color: #1F62AE;
    width: 100%;
    font-family: 'AvertaStd Semibold';
    margin: 0;
}
.info_employment_information ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.info_employment_information ul li{
    width: 50%;
    line-height: 22px;
    margin-bottom: 10px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.info_employment_information ul li h3{
    margin: 0;
    font-size: 14px;
    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;
    text-transform: uppercase;
    margin-bottom: 15px;
    align-items: center;
    font-size: 16px;
    position: relative;
    font-family: 'Averta Bold';
}
.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{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
    position: relative;
}
.link_form_apply{
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
    position: relative;
    text-align: left;
}
.link_form_apply:before{
    position: absolute;
    top: 0;
    width: calc(100% + 68px);
    height: 1px;
    background: rgba(255, 255, 255, 0.71);
    content: '';
    left: -34px;
    display: none;
}
.link_form_apply img{
    width: 27px;
    object-fit: contain;
    display: none;
}
.link_form_apply a{
    width: calc(100% - 47px);
    margin-left: 20px;
    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; */
}
.info_employment_information .info_other h3{
    width: 42%;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    /* text-align: center; */
    border-radius: 10px;
    font-family: 'AvertaStd Semibold';
}

.info_employment_information .form_td .wrap_form h3 {
    color: #333333;
    font-size: 28px;
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'Quicksand';
    text-transform: initial;
}
.info_employment_information .form_td .wrap_form span{
    color: #dc3232;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}
.form_td .wrap_form .content{
    color: #929294;
}
.info_employment_information .item:not(:last-child){
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.info_other .col-md-9{
    padding-right: 60px;
    width: calc(75% - 60px);
}
.info_employment_information .info_contact {
    padding: 40px 34px;
    margin-top: 30px;
    border-radius: 15px;
    background-color: #f7f7f7;
}
.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: 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: #8ac52b;
    display: none;
}
.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;
    line-height: 20px;
    font-size: 18px;
    font-family: 'AvertaStd Regular';
}
table.table_td tbody td:nth-child(3) a{
    height: 38px;
    padding: 0 30px;
    line-height: 45px;
    display: inline-block;
    min-width: 130px;
    text-transform: unset;
    font-family: 'Avenir Next';
    border-radius: 10px;
    color: #FFFFFF;
    height: 46px;
    font-size: 15px;
    background: #1F62AE;
    font-family: 'AvertaStd Semibold';
    border-radius: 100px;
}
/*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.21);
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 100px;
    height: 46px;
    /* color: #ED1C24; */
    font-size: 15px;
}

.other_recruitment{
    /* padding: 6px 34px; */
    /* margin-top: 27px; */
    border-radius: 15px;
    font-size: 16px;
    border-radius: 10px;
    /* background: #D82028; */
    /* width: 100%; */
    /* height: 52px; */
    /* color: white; */
    /* text-align: center; */
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid #929294;
    border-radius: 10px;
    padding: 33px;
}
.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; */
    /* color: white; */
    /* border-radius: 10px; */
    /* background: #D82028; */
    /* width: 100%; */
    /* height: 52px; */
    /* color: white; */
    /* text-align: center; */
    /* justify-content: center; */
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    margin: 0;
}
.info_employment_information .other_recruitment ul li{
    border-top: 1px solid #AFAEAF;
}
.info_employment_information .other_recruitment ul li .content{
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
}
.info_employment_information .other_recruitment ul li a{
    font-size: 13px;
    color: #333333;
    font-family: 'Montserrat Bold';
}
.info_employment_information .other_recruitment ul li a:hover{
    color: #fcb813;
}
table.table_td tbody td:nth-child(4){
    font-size: 14px;
}

.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>*{
    box-sizing: content-box;
}
.row.info_other{
    margin: 0 -10px;
}
.form_td .wrap_form {
    padding: 55px 75px 110px;
    box-sizing: border-box;
    /* display: inline-flex; */
    flex-wrap: wrap;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
}
.form_td .wrap_form label{
    font-family: 'Montserrat Bold';
    display: block;
    margin-bottom: 6px;
}
.form_td .wrap_form input:not(.wpcf7-submit),
.form_td .wrap_form  textarea{
    border: 1px solid #b7b7b7;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 60px;
    height: 45px;
}
.form_td .wrap_form  textarea{
    height: 90px;
}
.form_td .wrap_form br{
    display: none;
}
.form_td span.wpcf7-form-control-wrap {
    margin: 0px !important;
}.form_td .content {
     font-size: 12px !important;
     width: 100% !important;
 }
.top_info{
    overflow: hidden;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    margin-bottom: 45px;
    border-radius: 10px;
}
.wpcf7-file{
    border: none !important;
    padding: 0 !important;
}
.form_td input.wpcf7-submit{
    /* margin-top: 0; */
    /* float: right; */
    /* color: white; */
    /* text-transform: uppercase; */
    /* text-align: center; */
    /* height: 50px; */
    /* font-family: 'Avenir Next'; */
    /* padding: 0 35px; */
    /* transition: .5s all; */
    /* border-radius: 25px; */
}
.form_td input.wpcf7-submit:hover{
    background: #263e56 !important;

}
.apply_right .link_form_apply a {
    text-transform: uppercase;
    border-radius: 100px;
    display: inline-flex;
    text-align: center;
    width: 215px;
    height: 35px;
    align-items: center;
    margin-left: 0;
    text-decoration: none;
    font-family: 'AvertaStd Bold';
}

.apply_right .content p a {
    color: white;
    text-decoration: none;
    transition: .5s all;
}
table.table_td thead th {
    color: #FFFFFF;
    background: #1F62AE;
}

table.table_td tbody td:not(:last-child) b {
    display: block;
}


table.table_td tbody td:nth-child(5) {
    text-align: inherit;
    font-family: 'AvertaStd Semibold';
}
table.table_td thead th:nth-child(6) {
    border-radius: 0 10px 0 0;
}
.sec_footer span.wpcf7-not-valid-tip {
    position: absolute;
}
.form_td .wrap_form textarea:not(.wpcf7-submit) {
    height: 92px;
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    border-radius: 0;
}

.form_td .wrap_form h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'AvertaStd Bold';
}
.form_td .wrap_form input:hover:not(.wpcf7-submit), .form_td .wrap_form textarea:hover {
}
.info_employment_information .box_title h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Quicksand-Bold';
    margin: 0;
}

.info_employment_information .box_title {
    padding-top: 40px;
}
.sec_footer .box_ress .ress p:hover a {
    color: #d82028;
}
.info_employment_information .info_contact .content p{
    margin-bottom: 5px;
}
table.table_td tbody tr:hover {
    background-color: #F4F4F4;
}

table.table_td tbody tr {
    background-color: white;
}
table.table_td thead th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
.info_employment_information .info_general_apply h3 p {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Oswald-Light';
    margin: 0;
}
.info_employment_information .other_recruitment ul li {
    /* background: #F5F5F5; */
    /* border-radius: 10px; */
    /* padding: 37px 37px 43px; */
    margin-top: 15px;
    position: relative;
    padding-top: 15px;
}

.info_employment_information .other_recruitment ul li h5 {
    font-size: 14px;
    font-family: 'Quicksand';
    color: rgb(51 51 51 / 90%);
    display: none;
}

.info_employment_information .other_recruitment ul li p {
    margin-top: 5px;
    font-size: 13px !important;
    color: #929294;
    font-family: 'AvertaStd Regular';
}

.info_employment_information .other_recruitment ul li a {
    text-decoration: none;
    font-family: 'AvertaStd Regular';
    font-size: 18px;
    color: #1F62AE;
    transition: .5s all;
}
.info_employment_information ul li svg {
    position: absolute;
    right: 21px;
    bottom: 30px;
    display: none;
}
.apply_right h3:before {
    position: absolute;
    content: '';
    background: #ffffff33;
    width: 214px;
    height: 1px;
    bottom: -15px;
    left: 0;
    display: none;
}

.apply_right content p:before {
    position: absolute;
    content: '';
    background: #ffffff33;
    width: 214px;
    height: 1px;
    bottom: -15px;
    left: 0;
}

.apply_right .content p:before {
    position: absolute;
    content: '';
    width: 214px;
    height: 1px;
    background: #ffffff26;
    bottom: -9px;
    left: 0;
    DISPLAY: NONE;
}
.button_form svg {
    position: absolute;
    bottom: -7px;
    right: 16px;
}

.button_form {
    position: relative;
}
.apply_right .content p {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
.box_time {
    display: flex;
}
.share_post div#socialSharing a {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 12px;
    border: 0.5px solid #FCB813;
    top: 0;
}

.share_post div#socialSharing {
    display: flex;
    align-items: center;
    margin-left: 85px;
    margin-top: -4px;
    position: initial;
    top: 0;
    flex-direction: initial;
}
.info_employment_information .item .content ul {
    display: initial;
    list-style: disc;
}

.info_employment_information .item .content {
    font-size: 16px;
    width: 100%;
}

.info_employment_information .item .content ul li {
    width: 100%;
    font-family: 'AvertaStd Regular';
    position: relative;
    margin-left: 16px;
}

.info_employment_information .item h3 {
    font-size: 16px;
}
.apply_right .content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff4f;
    bottom: -20px;
    left: 0;
}

.apply_right .link_form_apply a svg {
    margin-left: 35px;
}
.info_employment_information .item .content ul li:before {
    position: absolute;
    content: '';
    background: black;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    left: -8px;
    top: 7px;
}
.form_td .wrap_form .box_heading {
    position: relative;
}

.form_td .wrap_form .box_heading h3 {
    font-size: 25px;
    font-family: 'AvertaStd Bold';
}

.form_td .wrap_form .box_heading .des {
    font-size: 15px;
}
.form_td .wrap_form .wpcf7-validates-as-required {
    color: #929294;
    font-size: 14px;
}
.form_td .wrap_form .button_style {
}

.info_employment_information .form_td .wrap_form span svg {
    position: absolute;
    bottom: 9px;
    right: 9px;
}

.form_td .wrap_form span.wpcf7-not-valid-tip {
    bottom: -20px;
}

table.table_td tbody tr:nth-child(odd) {
    /* background: rgb(175 174 175 / 10%); */
}
table.table_td thead th:nth-child(4) {
    width: 10%;
}
.info_employment_information .item .content h4 {
    font-size: 16px;
    font-family: 'AvertaStd Bold';
    margin-bottom: 9px;
    margin-top: 25px;
}

.info_employment_information .item .content p {
    margin-bottom: 5px;
    margin-left: 20px;
    position: relative;
}

.info_employment_information .item .content p:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: black;
    border-radius: 100%;
    left: -8px;
    bottom: 11px;
}

.info_employment_information .item .content h4:first-child {
    margin: 0;
}

.share_post {
    margin-right: 60px;
}

.info_employment_information .info_general_apply .box_time {
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.info_employment_information .info_general_apply .box_time:before {
    position: absolute;
    content: '';
    background: #00000026;
    height: 1px;
    width: 736px;
    bottom: -12px;
}

.apply_right .content  a:hover {
    color: #fcb813;
}
.form_td .wrap_form .box_heading p {
    font-size: 16px;
}

.form_td .wrap_form input:not(.wpcf7-submit)::placeholder, .form_td .wrap_form textarea::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: 'AvertaStd Regular';
}
.form_td .wrap_form .button_style {
    top: -90px;
}
.share_post div#socialSharing a:hover {
    border: 0.5px solid #FCB813 !important;
}
.sec_contact .wrap_dess .item .see svg {
    margin-right: 10px;
}
@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: 13px;
    }
}
@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;
    }

    #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;
    }
    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: 30px;
    }
    .apply_right{
        padding: 30px;
    }
    .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: 30px;
    }
    .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;
    }
    .single-tuyen-dung div#banner_gr img{
        display: none;
    }
    .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;
    }
}