table.table_td {
    table-layout: fixed;
    margin: 0;
    border: none;
}

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

table.table_td thead th {
    text-align: center;
    padding: 15px 0;
    border: none;

    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

table.table_td thead th:not(:last-child),
table.table_td tbody td:not(:last-child){
    border-right: 1px solid #ebebeb;
}

table.table_td thead th,
table.table_td tbody td{
    border-bottom: 1px solid #fff !important;
}

table.table_td tbody td:nth-child(1),
table.table_td th:nth-child(1) {
    text-align: center;
}

a.rec-btn {
    border-radius: 20px;
    border: 1px solid #0c4da2;
    background-color: #fafafa;
    display: inline-block;
    color: #0c4da2;
    font-size: 13px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    padding: 14px 21px;
}

table.table_td tbody td:nth-child(2),
table.table_td tbody td:nth-child(2) a{
    text-align: left;
}

table.table_td tbody td:nth-child(2){
    padding-left: 30px !important;
    padding-right: 30px !important;
}

table.table_td thead th:nth-child(1) {
    width: calc(100% / 12);
}

table.table_td thead th:nth-child(3),
table.table_td thead th:nth-child(4) {
    width: calc(100% / 6);
}

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

.table_td tbody {
    background-color: rgba(245, 245, 245, 0.5);
}

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

table.table_td tbody tr a.rec-title{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

table.table_td tbody tr:hover a.rec-title {
    color: #0c4da2;
}

table.table_td tbody tr:not(:last-child) {
    border: 0;
}

table.table_td tbody td:nth-child(4) {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

table.table_td tbody td:nth-child(5) {
    font-size: 14px;
    line-height: 17px;
}

table.table_td tbody td {
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0 !important;
    border: none;
}

table.table_td tbody td a.rec-title {
    outline: none;
    text-decoration: none;
    color: #333;
}

table.table_td .new_td {
    display: inline-block;
    border-radius: 49px;
    background-color: #ee1923;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
}

.title_td {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: initial;
}

.wrap_date_time_td {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.employment_information h2 {
    line-height: 19px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px;
}

.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: #666666;
    font-size: 15px;
    line-height: 24px;
}

.employment_information .desc h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.employment_information .desc ul {
    padding-left: 25px;
    margin-bottom: 24px;
    margin-left: 20px;
    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 .desc i.fa {
    color: #0066b3;
}

.employment_information .desc a {
    text-decoration: underline !important;
    color: #0066b3;
}

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

.wrap-sidebar+.wrap-sidebar {
    margin-top: 30px;
}

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

.form_td label {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 7px;
}

.form_td p {
    margin: 0;
}

div.wpcf7-response-output {
    margin: 0;
}

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

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

.list_orther_td li {
    padding-bottom: 30px;
}

.list_orther_td li+li {
    padding-top: 25px;
}

.list_orther_td li:not(:last-child) {
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}

.list_orther_td .td-name {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.list_orther_td .td-name:hover{
    color: #0c4da2;
}

.wrap-sidebar.sidebar_3 {
    padding-bottom: 0;
}

.contact_to_apply a strong {
    font-size: 18px;
    line-height: 25px;
}

section.content-single-rec {
    padding: 90px 0 70px;
}

.wrap-title-action-rec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 40px;
}

.wrap-title-action-rec ul.share-buttons .linked_in button:before,
.wrap-title-action-rec ul.share-buttons li a {
    color: #0c4da2;
    border: 1px solid #0c4da2;
}

.wrap-rec-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;

    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.wrap-rec-info ul li {
    padding: 15px;
    width: 50%;
}

.wrap-rec-info ul li:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: no-repeat center;
    background-size: contain;
}

.wrap-rec-info ul li.salary:before {
    background-image: url('./images/salary.png');
}

.wrap-rec-info ul li.time:before {
    background-image: url('./images/time.png');
}

.wrap-rec-info ul li.check:before {
    background-image: url('./images/check.png');
}

.wrap-rec-info ul li.gender:before {
    background-image: url('./images/gender.png');
}

.wrap-rec-info ul li.qualifications:before {
    background-image: url('./images/qualifications.png');
}

.wrap-rec-info ul li.location:before {
    background-image: url('./images/location.png');
}

.wrap-rec-descs {
    margin-top: 50px;
    padding-right: calc(100vh / 12);
}

.wrap-rec-descs .desc-name {
    color: #0c4da2;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.wrap-rec-descs .desc-content {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.desc-item{
    padding-top: 30px;
    padding-bottom: 30px;
}

.desc-item + .desc-item{
    border-top: 1px solid rgba(112, 112, 112, 0.2)
}

.wrap-rec-descs .desc-content ul{
    list-style: disc;
}

h2.title-applycation_form {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.desc_form {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.applycation_form {
    margin-top: 60px;
}

.wrap-applycation_form {
    background-color: #f7f7f7;
    padding: 70px 95px 60px;
}

.note-file,
.applycation_form label {
    margin-bottom: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: initial;
}

.applycation_form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.applycation_form textarea,
.applycation_form input:not([type="file"]):not([type="submit"]){
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
}

.applycation_form textarea:focus,
.applycation_form input:not([type="file"]):not([type="submit"]):focus{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    border-color: #0c4da2;
}

.applycation_form .footer-form {
    margin-top: 20px;
}

.applycation_form input[type="file"] {
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

label[for="submit-apply"] {
    border-radius: 5px;
    background-color: #0c4da2;
    float: right;
    cursor: pointer;
    display: flex;
}

label[for="submit-apply"]:after{
    content: '\f105';
    font-family: 'FontAwesome';
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-left: 1px solid rgba(245, 245, 245, 0.3);
    text-align: center;
    color: #fff;
}

label[for="submit-apply"] input{
    border-radius: 5px;
    background-color: transparent !important;
    line-height: 50px;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 0 35px;
}

label[for="submit-apply"] input:hover{
    background-color: transparent;
}

div.wpcf7 .ajax-loader{
    display: none;
}

.wrap-sidebar {
    background-color: #f7f7f7;
    padding: 35px 0;

    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.sidebar_1-name{
    font-weight: 700;
    text-transform: uppercase;
}

.wrap-sidebar.sidebar_1 {
    padding-top: 60px;
    background-color: #0c4da2;
    color: #fff;
}

.sidebar_1 > * {
    padding-left: 35px;
    padding-right: 35px;
}

.sidebar_1 > .sidebar_1-content {
    padding: 15px 50px 30px;
}

.sidebar_1-name i {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.wrap-sidebar_1-download {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}

.wrap-sidebar_1-download a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    padding-left: 45px;
    display: block;
    position: relative;
}

.wrap-sidebar_1-download a::before{
    display: block;
    content: '';
    position: absolute;
    background: url('./images/download.png') no-repeat center left;
    background-size: contain;
    left: 0;
    top: 3px;
    width: 30px;
    height: 40px;
}

.wrap-sidebar .title-sidebar {
    color: #333333;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 35px;
    margin-bottom: 30px;
}

.wrap-sidebar .title-sidebar:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #0c4da2;
}

.contact_to_apply {
    padding: 0 35px;
}

.wrap-sidebar.sidebar_2 {
    padding-bottom: 45px;
}

@media only screen and (max-width: 1024px) {
    table.table_td tbody td a {
        line-height: 20px;
        padding: 10px 30px;
    }

    table.table_td tbody td:first-child {
        padding: 10px 0 !important;
    }

    .sidebar_td .title_sidebar {
        line-height: 30px;
        padding: 15px 0;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar_td {
        margin-top: 40px;
    }

    section.wrap_head_td {
        margin-top: 30px;
    }

    .employment_information ul.list_info_td li {
        width: 100%;
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    table.table_td {
        margin-bottom: 60px;
    }

    .employment_information {
        margin-bottom: 0;
    }

    table.table_td tbody td a {
        padding: 10px;
    }

    table.table_td tbody td {
        padding: 20px 5px !important;
    }

    table.table_td tbody td:nth-child(2) {
        padding: 20px 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .list_orther_td li {
        padding-top: 13px;
    }

    .sidebar_td {
        margin-top: 10px;
    }

    .wpcf7-form .wpcf7-form-control {
        padding: 5px 0;
    }

    .wpcf7-form label {
        margin-top: 5px;
    }

    .form_td.opened_form {
        padding: 20px 0;
    }

    table.table_td tbody td,
    table.table_td tbody td:first-child {
        padding: 5px 0 !important;
    }

    table.table_td tbody td:nth-child(2) {
        padding: 10px 5px !important;
        padding-left: 45% !important;
    }

    .employment_information label.name_info {
        min-width: 170px;
    }

    .employment_information ul.list_info_td li {
        padding: 10px 15px;
    }

    table.table_td tbody tr:not(:last-child) {
        margin-bottom: 15px;
    }

    .wrap_table_td {
        border-color: transparent;
    }

    table.table_td {
        margin-bottom: 0;
    }

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

    .table_td>thead>tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table_td>tbody>tr {
        border: 1px solid #ccc !important;
    }

    .table_td>tbody>tr:last-child {
        border-radius: 0 0 3px 3px;
        border-bottom: none;
    }

    table.table_td tbody td:first-child,
    table.table_td tbody td:nth-child(2),
    .table_td>tbody>tr td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 45% !important;
        width: 100%;
        overflow: hidden;
        text-align: left;
        color: #1c1c1c !important;
    }

    table.table_td tbody td a {
        color: #1c1c1c;
    }

    .table_td>tbody>tr td:last-child {
        border-bottom: unset;
    }

    table.table_td tbody td a {
        padding-left: 0;
    }

    table.table_td tbody td:first-child {
        font-size: 15px;
    }

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

    .table_td.table-order>tbody>tr:nth-child(-n + 3)>td:first-child {
        padding: 25px 0 25px 30% !important;
        background-position: left 32% center;
    }

    .table_td.table-order>tbody>tr:nth-child(-n + 3)>td:first-child span {
        left: 32%;
    }

    section.wrap_head_td {
        margin-top: 0;
    }

    section.wrap_head_td .col-lg-9 {
        padding: 50px 15px;
    }

    .wrap_td_info_apply ul {
        padding: 0 15px;
    }

    .wrap_td_pdf_apply {
        padding: 28px 15px 0;
    }

    .wrap_body_td .col-md-9 h4.title_desc_td {
        width: 100%;
        margin-bottom: 20px;
    }

    .wrap_body_td .col-md-9 .desc {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrap_body_td .col-md-9>*:nth-child(n + 3) {
        padding-top: 0;
        border-top: unset;
    }

    .list_orther_td li:last-child {
        border-bottom-color: transparent;
    }
}

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