.search-box{
    border-bottom: 1px solid #DDD6CA;
    background: url(../images/side_top.png)top repeat-x;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}
.search-box .row{
    max-width: 1400px;
    margin: 0 auto;
}
.search-box .col{
    width: calc(33.33% - 56px);
    float: left;
    box-sizing: border-box;
}
.search-box.form-box .control-box{
    width: 70%;
}
.search-box .search{
    border-radius: 5px;
    display: inline-block;
    width: 142px;
    height: 37px;
    background: #ED3014;
    color: #FFF;
    border: none;
    margin-top: 9px;
    float: right;
    transition: all .3s ease;
    font-size: 15px;
    line-height: 23px;
}
.search-box .search:hover{
    opacity: 0.7;
}
.form-box .form-group {
    display: flex;
}
.form-box .control-label {
    min-width: 110px;
}
.form-box .required:before {
    left: 9px;
    top: 50%;
    margin-top: -9px;
}
.talentbase-table {
    width: 100%;
    border-collapse: collapse;
    display: table;
}
.talentbase-table .table_thead{
    background-color: #00758B;
    text-align: center;
    display:table-header-group;
}
.talentbase-table .table_thead .table_td{
    font-weight: bold;
    color: #ffffff;  
}
.talentbase-table .table_tr{
    display:table-row;
}
.talentbase-table .table_td{
    display:table-cell;
    width: 25%;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 20px;
}
.talentbase-table .table_tbody{
    display:table-row-group;
}
.talentbase-table .table_tbody a:nth-child(2n) .table_tr {
    background: #ECECEC;
}
.talentbase-table .table_tbody .table_td {
    color: #000000;
    box-sizing: border-box;
}
.talentbase-table .table_tbody .table_td + .table_td  {
    border-left: #F6F6F6 1px solid;
    border-right: #F6F6F6 1px solid;
} 
.talentbase-table .table_thead .table_td + .table_td  {
    border-left: #F6F6F6 1px solid;
    border-right: #F6F6F6 1px solid;
} 
.talentbase-table .table_tbody .table_td:nth-last-child(1)  {
    border-right: #F6F6F6 0px solid;
} 
.talentbase-table .table_tbody .table_td  {
    max-width: 200px;
} 
.talentbase-table .table_tbody .table_tr {
    background: #f7f7f7;
    transition: all .5s ease;
    cursor: pointer;
}
.talentbase-table .table_tbody .table_tr:nth-child(2n) {
    background: #ebebeb;
}
@media screen and (max-width: 1250px) {
    .talentbase-table .table_tbody a:nth-child(n) .table_tr {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .talentbase-table .table_thead .table_td{
        display: none;
    }
    .talentbase-table .table_thead,
    .talentbase-table .table_tbody,
    .talentbase-table .table_tr,
    .talentbase-table .table_td{
        display: block;
    }
    .talentbase-table .table_tbody .table_tr {
        margin-bottom: 15px;
        border-left:2px solid #4D8EBF;
    }
    .talentbase-table .table_tbody .table_td{
        width: 100%;
        text-align: left;
        padding-left: 125px;
        padding-top: 7px;
        padding-bottom: 7px;
        max-width: unset;
    }
    .talentbase-table .table_tbody .table_td:nth-child(1) {
        width: 100%;
    }
    .talentbase-table .table_tbody .table_td:nth-child(2) {
        width: 100%;
    }
    .talentbase-table .table_tbody .table_td + .table_td {
        border-left: #F6F6F6 0px solid;
        border-right: #F6F6F6 0px solid;
    }
    .talentbase-table .table_tbody .table_td:before {
        content: attr(data-title);
        position: absolute;
        left: 47px;
        font-weight: bold;
        color:#000;
        font-size: 16px;
    }
}
@media screen and (max-width: 1120px) {
    .form-box .form-group {
        flex-direction: column;
    }
    .search-box.form-box .control-box{
        width: 100%;
    }
    .search-box .col{
        width: calc(33.33%);
    }
    .search-box .search{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .form-box .required:before {
        margin-top: -2px;
    }
}
@media screen and (max-width: 480px) {
    .search-box .col{
        float: none;
        width: 100%;
    }
}