.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-family: 'SVN-GothamBold';
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 17px;
    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%;

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

/*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: #f30013;
}

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;
    font-family: 'SVN-GothamBold';
    color: #b5b5b5;
    font-size: 40px;
    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-size: 15px;
    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;
    font-family: 'SVN-GothamBold';
}
table.table_td tbody td:nth-child(2) a{
    font-size: 15px;
    font-family: 'SVN-GothamBold';
}
table.table_td tbody td a {
    outline: none;
    text-decoration: none;
    color: #666666;
    font-family: Montserrat;
}

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;
}
.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{
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    width: calc(75% - 62px);
    padding: 52px 0px 30px 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: 30px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
}
.link_form_apply{
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
    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: 30px;
    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: 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: #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: 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;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
table.table_td tbody td:nth-child(3) a{
    height: 38px;
    padding: 0 30px;
    line-height: 38px;
    display: inline-block;
    color: #ffffff;
    font-family: 'SVN-GothamBold';
    font-size: 13px;
    min-width: 130px;
    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: 13px;
    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){
    font-size: 20px;
}

.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 {
    box-shadow: 0 0 43px rgb(75 75 75 / 18%);
    background-color: #ffffff;
    padding: 55px 75px 30px;
    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: 13px;
}

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

.top_info {
    border-radius: 15px;
}

.info_general_apply>a {
    display: none;
}

.info_employment_information h1 {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-family: "SVN - Gilroy Bold";
    font-size: 30px;
    padding-bottom: 25px !important;
}

.info_employment_information h1 ul a {
    border-color: #0b437c;
    fill: #0b437c;
}

.info_employment_information h1 ul a:hover {
    background: #0b437c;
}

.info_employment_information h1 ul li {
    margin-bottom: 0;
}

.info_employment_information ul li {
    font-family: "SVN - Gilroy Bold";
}

.info_employment_information ul li h3 {
    font-family: "SVN - Gotham Book";
}

.apply_right h3 svg {
    display: block;
    fill: #e7ce7b;
}

.apply_right h3 {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-family: "SVN - Gilroy Bold";
}

.apply_right {
    background-color: #f30013;
}

.apply_right .content {
    color: white;
}

.link_form_apply a {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-family: "SVN - Gilroy Bold";
}

.info_employment_information .info_other h3 {
    font-family: "SVN - Gotham";
    font-weight: 500;
}

.info_employment_information .info_contact h3:before, .other_recruitment h3:before {
    height: 120%;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
}

.info_employment_information .info_contact h3, .other_recruitment h3 {
    font-size: 18px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-family: "SVN - Gilroy Bold";
}

.info_employment_information .info_contact .content strong {
    font-family: "SVN - Gotham";
    font-weight: 500;
    font-size: 13px;
}

.info_employment_information .info_contact .content {
    font-size: 12px;
}

.info_employment_information .info_contact .content a {}

.info_employment_information .info_contact .content a strong {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-size: 21px;
    font-family: "SVN - Gilroy Bold";
}

.info_employment_information .other_recruitment ul li a {
    font-family: "SVN - Gilroy Bold";
}

.info_employment_information .other_recruitment ul li .content {
    font-family: "SVN - Gotham Book";
}

.info_employment_information .info_other h3 {
    font-family: "SVN - Gilroy Bold";
    font-size: 18px;
}


span {}

a.apply_profile {
    height: 44px;
    border-radius: 22px;
    background-color: #0b437c;
    width: 168px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-left: 30%;
}

a.apply_profile span {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-family: "SVN - Gotham";
}

.info_employment_information .item:last-child {
    padding-bottom: 10px;
}

.popup_form_td {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_form_td .bg_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}

.popup_inner {
    position: absolute;
    max-width: 700px;
    background: white;
    padding: 50px;
}

.popup_inner h3.heading_h2, .popup_inner .heading_h2+.content {
    text-align: center;
}

.popup_inner .heading_h2+.content {
    margin-bottom: 34px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {}

.popup_form_td input:not(.wpcf7-submit), .popup_form_td textarea {
    margin-bottom: 20px;
    height: 40px;
    border-radius: 18px;
    background: transparent;
    font-size: 13px;
    width: 100%;
}

.popup_form_td textarea {
    height: 100px;
    border-radius: 10px;
}

.popup_form_td input[type="file"] {
    border-radius: 0;
    height: auto;
    margin: 0;
}

.popup_inner h3.heading_h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.popup_form_td input.wpcf7-submit {
    font-size: 15px;
    border-radius: 23px;
    padding: 0;
    height: 45px;
    float: right;
    padding: 0 30px;
    background-color: #0b437c;
}

.button_close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.button_close svg {
    width: 21px;
    fill: #0b437c;
}
.popup_form_td {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_form_td .bg_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}

.popup_inner {
    position: absolute;
    max-width: 700px;
    background: white;
    padding: 50px;
}

.popup_inner h3.heading_h2, .popup_inner .heading_h2+.content {
    text-align: center;
}

.popup_inner .heading_h2+.content {
    margin-bottom: 34px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {}

.popup_form_td input:not(.wpcf7-submit), .popup_form_td textarea {
    margin-bottom: 20px;
    height: 40px;
    border-radius: 18px;
    background: transparent;
    font-size: 13px;
    width: 100%;
}

.popup_form_td textarea {
    height: 100px;
    border-radius: 10px;
}

.popup_form_td input[type="file"] {
    border-radius: 0;
    height: auto;
    margin: 0;
}

.popup_inner h3.heading_h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-file {}

.popup_form_td input.wpcf7-submit {
    font-size: 15px;
    border-radius: 23px;
    padding: 0;
    height: 45px;
    float: right;
    padding: 0 30px;
    background-color: #0b437c;
}

.button_close {
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 15px;
}

.button_close svg {
    width: 21px;
    fill: #0b437c;
}

.popup_form_td {
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}

.popup_form_td.active {
    opacity: 1;
    pointer-events: unset;
}
.slider.td_sec_2 {
    margin-bottom: -225px;
}

.recruitment_sec_2 {
    overflow: unset;
    z-index: 3;
}

section.section.recruitment_sec_3 {
    padding-top: 333px;
    padding-bottom: 130px;
    z-index: 2;}

section.section.recruitment_sec_3 .sub_title {
    margin-bottom: 0;
    color: #f30013;
}

section.section.recruitment_sec_3 .heading_h2 {
    line-height: 1.5;
    margin-bottom: 30px;
}

table.table_td {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
}

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

table.table_td thead th {
    background: transparent;
    border: none !important;
}

table.table_td thead th {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    font-family: "SVN - Gilroy Bold";
}

table.table_td tbody td:not(:last-child) {
    border-right: none !important;
}

table.table_td tbody tr {
    background: transparent !important;
}

table.table_td tbody td {
    background: white !important;
}

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

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

table.table_td tbody td:nth-child(1) {
    font-family: "SVN - Gilroy Bold";
    font-size: 45px;
}

table.table_td tbody td:nth-child(2) a {
    font-family: "SVN - Gotham";
    font-weight: 500;
}

table.table_td tbody td:nth-child(3) a {
    background-color: #0b437c;
    color: #f4c241;
    font-family: "SVN - Gotham";
}

.recruitment_sec_4 {
    padding: 100px 0;
    background-image: linear-gradient(to top, #cadcef 0%, rgba(202, 220, 239, 0) 100%);
    padding-top: 349px;
    margin-top: -350px;}

.recruitment_sec_4 .sub_title {
    margin-bottom: 5px;
}

.recruitment_sec_4 .heading_h2 {
    margin-bottom: 70px;
}

.wrap_step {
    margin: 0 -10px;
}

.wrap_step .item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.wrap_step .item .box_img img {
    display: block;
}

.wrap_step .item .box_content {
    padding: 30px 35px;
}

.wrap_step .item .box_content span {
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(89deg, #ca9e2c 0%, #ca9e2d 1%, #e7ce7b 100%);
    display: block;
    margin-bottom: 14px;
    font-size: 20px;
}

.wrap_step .item .box_content .content {
    font-size: 18px;
    font-family: "SVN - Gotham";
}

section.section.recruitment_sec_5 {
    padding-top: 135px;
    padding-bottom: 150px;
}

section.section.recruitment_sec_5 .heading_h2 {
    line-height: 1.5;
    margin-bottom: 40px;
}

.wrap_gallery_td .item {
    width: calc(25% - 24px);
    position: relative;
    margin: 0 12px 24px;
}

.wrap_gallery_td .item:nth-child(6n+1),.wrap_gallery_td .item:nth-child(6n+6) {
    width: calc(50% - 24px);
}

.wrap_gallery_td .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@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;
    }
    .info_employment_information .info_other h3 {font-size: 15px;}

    .info_employment_information .info_general_apply {padding: 40px 35px 30px;}

    .info_employment_information h1 {font-size: 25px;}
    .slider.td_sec_2 {
        margin-bottom: -285px;
    }
    .popup_inner {
        padding: 40px 30px;
    }
    .recruitment_sec_1 {padding-top: 150px;}

    .recruitment_sec_1 h1.heading_h2 {font-size: 35px;}

    .td_sec_1 {padding: 50px 0;}

    .recruitment_sec_1 .wrap_slider {max-width: 800px;margin: auto;}

    .td_sec_1 .item .box_content {padding: 40px;}

    .recruitment_sec_1 .arrow_slider {left: -65px;}

    .recruitment_sec_1 .arrow_slider.next {left: unset;right: -65px;}

    .recruitment_sec_2 {padding-top: 220px;}

    .recruitment_sec_2:before {height: 100%;}

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

    section.section.recruitment_sec_3 {padding-bottom: 80px;}

    .recruitment_sec_4 {padding: 80px 0;}

    .recruitment_sec_4 .heading_h2 {margin-bottom: 30px;}

    .wrap_step .item .box_content {padding: 20px;}

    .wrap_step .item .box_content .content {font-size: 15px;}

    .wrap_step .item .box_content span {font-size: 18px;margin-bottom: 5px;}

    section.section.recruitment_sec_5 {padding: 80px 0;}

    .recruitment_sec_4 {margin-top: 0;padding-top: 0;}
}
@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%;
    }
    .recruitment_sec_1 h1.heading_h2 {font-size: 26px;}

    .recruitment_sec_1 {padding-top: 40px;}

    .td_sec_1 .item .box_content h3.heading_h2 {font-size: 25px;margin-bottom: 15px;padding-bottom: 15px;}

    .td_sec_1 .item .box_content span.heading_h2 {font-size: 20px;}

    .td_sec_1 .item .box_img {height: 400px;}

    .recruitment_sec_2 {padding-top: 80px;}

    .recruitment_sec_2:before {background-image: linear-gradient(to bottom, rgba(14, 44, 99, 0) -80%, #0e2c63 93%, #0e2c63 94%);}

    section.section.recruitment_sec_3 {padding-top: 280px;}

    table.table_td {border-radius: 0;background: transparent;box-shadow: none;}

    .wrap_step .item .box_content .content {font-size: 12px;}

    .wrap_step .item .box_content {padding: 15px;}

    .wrap_step .item .box_content span {font-size: 14px;margin-bottom: 5px;}

    .recruitment_sec_1 .arrow_slider {left: -30px;}

    .recruitment_sec_1 .arrow_slider.next {right: -30px;}
}
@media only screen and (max-width: 767px){
    .recruitment {
        padding: 50px 0;
    }
    .recruitment .wrap .item {
        height: 450px;
        width: 100%;
    }
    section.section.recruitment_sec_3 {
        padding-top: 40px !important;
    }
    .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;
    }
    .info_employment_information {padding: 60px 0 50px;}

    .info_employment_information h1 {flex-wrap: wrap;font-size: 22px;margin-bottom: 20px;padding-bottom: 20px !important;}

    .info_employment_information h1 ul {margin-top: 11px;}

    .info_employment_information .item {padding: 25px 0;}

    a.apply_profile {margin: 20px  0 0;}

    .popup_inner {max-width: 95%;}

    .popup_inner h3.heading_h2 {font-size: 25px;}

    .recruitment_sec_1 h1.heading_h2 {font-size: 20px;}

    .recruitment_sec_1 {padding-top: 40px;}

    .recruitment_sec_1 h1.heading_h2+.content {font-size: 15px;}

    .td_sec_1 .item {flex-wrap: wrap;}

    .td_sec_1 .item .box_img {width: 100%;}

    .td_sec_1 .item .box_content {padding: 30px;}

    section.section.recruitment_sec_3 {padding-bottom: 50px;}

    .recruitment_sec_4 {padding: 50px 0 40px;}

    .wrap_step .item {width: calc(50% - 20px);}

    .td_sec_2 .wrap {flex-wrap: wrap;}

    .td_sec_2 .wrap .item {width: 100% !important;}

    .slider.td_sec_2 {margin: 0;}

    .recruitment_sec_2 {padding-bottom: 50px;}

    .recruitment_sec_2 .arrow_slider {display: none;}



    .content {}

    .slider.td_sec_2 {border-radius: 0;}

    .td_sec_2 .wrap .item:not(:last-child) {margin-bottom: 30px;}

    .td_sec_2 .wrap .item .box_content .content {max-height: unset !important;}

    .td_sec_2 .wrap .item:before {display:none;content: '';background-image: linear-gradient(to bottom, rgba(14, 44, 99, 0) -80%, #0e2c63 93%, #0e2c63 94%);height: 100%;width: 100%;position: absolute;z-index: 2;left: 0;top: 0;}

    .td_sec_2 .wrap .item .box_content h3 {color: white !important;}

    .td_sec_2 .wrap .item .box_content .content {color: white !important; display: none}

    .td_sec_2 .wrap .item {padding: 30px 10px 10px;}

    section.section.recruitment_sec_3 {padding-top: 50px;}

    .site-header .header-image {width: auto;height: 45px !important;}

    .inside-header {padding: 5px 10px;}

    button.menu-toggle {height: 40px;width: 40px;margin-left: 5px;}

    button.menu-toggle .gp-icon {transform: translateY(-6px);font-size: 22px;}

    .main-navigation .menu-bar-item>a {width: 40px;
        height: 40px;}

    .gp-icon {font-size: 18px;}

    div#page {margin-top: 55px;}

    .td_sec_1 {padding: 30px 0;margin-bottom: 25px;}

    section.section.recruitment_sec_5 {padding: 50px 0;}

    .wrap_gallery_td .item {width: calc(25% - 10px);
        position: relative;
        margin: 0 5px 10px;}

    .wrap_gallery_td .item:nth-child(6n+1), .wrap_gallery_td .item:nth-child(6n+6) {width: calc(50% - 10px);}

    section.section.recruitment_sec_5 .heading_h2 {margin-bottom: 25px;}

    .main-navigation .main-nav ul li a {font-size: 12px;line-height: 45px;}

    .toggled .menu-item-has-children .dropdown-menu-toggle {padding-right: 0;}

    .main-navigation .main-nav ul ul li a {font-size: 12px;padding: 8px;}

    .recruitment_sec_1 .wrap_slider {max-width: 300px;}

    .td_sec_1 .item .box_img {width: 100%;height: 300px;}

    .td_sec_1 .item .box_content h3.heading_h2 {font-size: 20px;}

    .td_sec_1 .item .box_content span.heading_h2 {font-size: 18px;margin-bottom: 16px;}

    .recruitment_sec_4 {padding-top: 0;}

    .recruitment_sec_4_1 .wrap_form .grid-50 input, .recruitment_sec_4_1 .wrap_form textarea {width: 100%;}

    .recruitment_sec_4_1 {padding-top: 50px;}
}