.wrap_table_td {
    /* border: 1px solid #000000; */
}

table.table_td {
    table-layout: fixed;
    margin: 0;
    font-family: SanFrancisco;
    border: none;
    margin-bottom: 160px;
}

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

table.table_td thead th {
    text-align: center;
    color: #333333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom-color: #087bc3;
}

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

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

table.table_td thead th:nth-child(3),
table.table_td thead th:nth-child(4) {
    width: 17%;
}

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

table.table_td tbody {
    font-family: 'Open Sans';
}

table.table_td tbody tr {
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

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

table.table_td tbody td {
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 25px !important;
    border: none;
    border-bottom: 2px solid #0d86cc;
}

table.table_td tbody td:first-child {
    color: #b5b5b5;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 700;
}

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

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

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

table.table_td tbody td a {
    display: inline-block;
    outline: none;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    background-color: #0471bb;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

table.table_td .new_td {
    float: right;
}

table.table_td tr {
    border-bottom: 1px solid #0d87cd;
}

.wrap_head_info_td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.wrap_head_info_td .at-share-btn-elements {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wrap_head_info_td .at-share-tbx-element .at-share-btn {
    margin: 0 8px !important;
    border-color: #0e68b1 !important;
}

.wrap_head_info_td .at-share-tbx-element .at-share-btn:last-child {
    margin-right: 0 !important;
}

.wrap_head_info_td .at-share-btn-elements::after {
    display: none;
}

.title_td {
    color: #333333;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 26px;
}

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

.employment_information {
    margin-bottom: 34px;
}

.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: 40px 0 0;
    list-style: none;
}

.employment_information ul.list_info_td li {
    padding: 10px 0px;
    width: 50%;
    float: left;
}

.employment_information label.name_info {
    width: 150px;
    display: block;
    margin-right: 10px;
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 31px;
    position: relative;
}

.employment_information li label.name_info::before {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.employment_information li:nth-child(1) label.name_info::before {
    background-image: url('../source/img/money.png');
}

.employment_information li:nth-child(2) label.name_info::before {
    background-image: url('../source/img/work_time.png');
}

.employment_information li:nth-child(3) label.name_info::before {
    background-image: url('../source/img/exp.png');
}

.employment_information li:nth-child(4) label.name_info::before {
    background-image: url('../source/img/gender.png');
}

.employment_information li:nth-child(5) label.name_info::before {
    background-image: url('../source/img/degree.png');
}

.employment_information li:nth-child(6) label.name_info::before {
    background-image: url('../source/img/location.png');
}

.employment_information ul.list_info_td li span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.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;
    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 {
    margin: 0 -15px;
}

.sidebar_td .title_sidebar {
    color: #0471bb;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 24px;
    padding-right: 35px;
    padding-left: 32px;
    border-left: 3px solid #0471bb;
}

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

.list_orther_td li {
    padding-top: 21px;
    padding-bottom: 27px;
    margin: 0 35px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}

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

.list_orther_td li:first-of-type {
    padding-top: 0;
}

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

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

section.wrap_head_td {
    margin-top: -130px;
    position: relative;
    z-index: 100;
    margin-bottom: 30px !important;
}

section.wrap_head_td .col-lg-9 {
    padding: 50px 60px;
    background: #fff;
}

section.wrap_head_td .row {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
}

section.wrap_head_td .at-share-tbx-element .at-icon {
    fill: #0e68b1;
}

section.wrap_head_td .col-lg-3 {
    background-color: #f38231;
    background-image: url('../../../images/texture_22.png');
    padding: 58px 0 28px;
    background-size: 450px;
    background-repeat: no-repeat;
    background-position-x: 120px;
    background-position-y: bottom;
}

.wrap_td_info_apply {
    border-bottom: 1px solid #ffffff;
    color: #fff;
    padding-bottom: 25px;
}

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

.wrap_td_info_apply ul li {
    position: relative;
    padding-left: 18px;
}

.wrap_td_info_apply ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    display: block;
    font-family: 'FontAwesome';
    font-size: 19px;
    line-height: 22px;
}

.wrap_td_info_apply ul li+li {
    margin-top: 25px;
}

.wrap_td_info_apply ul h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 10px;
}

.wrap_td_info_apply ul p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

.wrap_td_info_apply ul a {
    color: #fff;
}

.wrap_td_pdf_apply {
    padding: 48px 35px 0;
}

.wrap_td_pdf_apply a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.wrap_td_pdf_apply a i {
    font-size: 27px;
    margin-right: 20px;
}

.wrap_body_td .col-md-9 h4.title_desc_td {
    width: 25%;
    margin: 0;
    color: #0471bb;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.wrap_body_td .col-md-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap_body_td .col-md-9>*:nth-child(n + 3) {
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}

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

.wrap_body_td .col-md-9 .desc ul {
    margin-bottom: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.wrap_body_td .col-md-9 .desc.deadline_apply p {
    margin-left: 25px;
}

.wrap_body_td {
    margin-bottom: 60px !important;
}

.item-sidebar-td {
    padding: 35px 0;
    background-color: #f7f7f7;
}

.item-sidebar-td .content {
    padding: 0 35px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.item-sidebar-td .content p:last-child {
    margin-bottom: 0;
}

.item-sidebar-td .content a {
    font-weight: 700;
    color: #333333;
}

.item-sidebar-td .content a:hover {
    color: #0e68b1;
}

.item-sidebar-td .content a[href*="tel:"] {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
}

.item-sidebar-td+.item-sidebar-td {
    margin-top: 27px;
}

.wrap-td-link {
    margin-bottom: 15px;
}

.wrap-td-link a {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.wrap-td-link a:hover {
    color: #f38230;
}

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

@media only screen and (max-width: 991px) {
    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) {}

@media only screen and (max-width: 479px) {
    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;
    }
}

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

    .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-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

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

    .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: 37% !important;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

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

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 14px;
        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%;
    }

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