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

th {
    border-width: 0 0px 1px 0;
}

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

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

table.table_td thead th {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    font-family: Montserrat;
}

table.table_td thead th:nth-child(1) {
    width: 70%;
    padding-left: 30px !important;
}

table.table_td thead th:nth-child(2) {
    width: calc(100% / 3);
    text-align: center;
}

table.table_td thead th:nth-child(3) {
    width: calc(100% / 3);
    text-align: center;
}

table.table_td thead th:nth-child(4) {
    width: 25%;
    text-align: center;
}

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

th, td {
    padding-left: 30px;
}

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

table.table_td tbody tr:hover td:nth-child(2) a {
    color: #1c1c1c;
}

table.table_td tbody tr:not(:last-child) {
    border: 0;
    border-bottom: 2px solid #e0e0e0;
}

table.table_td tbody td {
    color: #333333;
    font-family: Montserrat;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 30px;
    padding: 15px 0!important;
    border: none;
}
table.table_td tbody tr:nth-child(2n+1){
    background-color: #f5f5f5;
}
table.table_td tbody td:nth-child(1) {
    padding-left: 30px !important;
}
table.table_td tbody tr:hover td a{
    color: #b82127;
    font-weight: 500;
}

table.table_td tbody td:nth-child(2), table.table_td tbody td:nth-child(3),
table.table_td tbody td:nth-child(4) {
    text-align: center;
    padding-left: 0 !important;
}

table.table_td tbody td a {
    outline: none;
    text-decoration: none;
    color: #666666;
    font-family: Montserrat;
}

table.table_td .new_td {
    float: right;
    color: #fff;
    display: inline-block;
    background: red;
    border-radius: 99px;
    padding: 0 10px;
}

.title_td {
    color: #b82127;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 31px;
    text-transform: inherit;
}

.wrap_date_time_td .date {
    line-height: 11px;
    color: #999999;
    font-size: 13px;
    font-weight: 300;
}

.employment_information {
    margin-bottom: 34px;
}
.employment_information i{
    color: #b82127;
    padding-right: 2px;
}
.employment_information p{
    color: #333333;
}
.employment_information h2 {
    line-height: 19px;
    color: #b82127;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.employment_information ul.list_info_td {
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}

.employment_information ul.list_info_td li {
    padding: 12px 33px;
}

.employment_information ul.list_info_td li:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.employment_information ul.list_info_td li * {
    color: #333333;
    font-size: 15px;
    line-height: 16px;
}

.employment_information label.name_info {
    min-width: 200px;
    display: inline-block;
    margin-right: 10px;
}

.employment_information .desc {
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.employment_information .desc ul {
    padding-left: 25px;
    margin-bottom: 24px;
    list-style: none;
}

.employment_information .desc li {
    position: relative;
}

.employment_information .desc li::before {
    position: absolute;
    color: #999999;
    font-family: "FontAwesome";
    font-size: 8px;
    display: block;
    content: '\f111';
    right: calc(100% + 17px);
    top: 0;
}

.employment_information h2 span.dealine {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    display: inline-block;
    margin-left: 18px;
}

.submit_download_td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit_download_td a.submit_td {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #1c1c1c;
    padding: 16px 23px;
    display: inline-block;
    margin-right: 24px;
}

.submit_download_td a.download_td {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #636363;
    padding: 4px 31px;
    display: inline-block;
    margin-left: 18px;
}

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

.form_td {
    padding: 0;
    max-height: 0px;
    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 i{
    color: #b82127;
}

.sidebar_td .title_sidebar {
    color: #b82127;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0;
}
.td-item a{
    color: #333333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.td-item p > i{
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.list_orther_td {
    margin: 0;
    list-style: none;
    padding: 0;
}

.list_orther_td li {
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
}

.content-form-recruits label > span{
    color: red;
}
.content-form-recruits label{
    width: 150px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
.content-form-recruits ul > li{
    margin-bottom: 15px;
}
.content-form-recruits .wpcf7-form-control-wrap input{
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    width: 50%;
    border-radius: 3px;
}
.content-form-recruits  .flie_up input{
    border: 0;
}
.content-form-recruits .button_send_contact input{
    padding: 5px 25px;
}
.content-form-recruits .button_send_contact{
    text-align: left;
}

/* .list_orther_td .wrap_date_time_td{
    margin-bottom: 13px;
} */

.list_orther_td .td-name {
    font-weight: 600;
    color: #666666;
    font-size: 15px;
    line-height: 22px;
}