.table-career {
    width: 100%;
    margin-bottom: 30px;
}
.table-career td {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
}
.table-career thead td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    color: #000000;
    padding: 10px 20px;
}
.table-career tbody tr:hover td {
    background: #eff6f9;
}
.table-career td .link-detail {
    font-weight: bold;
    color: #0095da;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}
.table-career td .link-detail:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f0da';
    padding-left: 4px;
}
.career-detail .item {
    margin-bottom: 15px;
}
.career-detail .item .cTitle {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0095da;
    border-bottom: 2px solid #0095da;
    font-family: 'Barlow Condensed', sans-serif;
}
.career-detail .item .cContent {
    font-size: 15px;
    line-height: 25px;
}
.button-apply {
    margin-right: 15px;
}
.button-apply a {
    display: inline-block;
    min-width: 170px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #0095da;
    color: #ffffff;
}
.button-apply a:hover {
    background: #333333;
}
.list-info-career .item {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.list-info-career .item .iLeft {
    width: 160px;
    padding-right: 10px;
    float: left;
}
.list-info-career .item .iRight {
    width:calc(100% - 160px);
    float: right;
}
.w600 {
    max-width: 600px;
    margin: 0 auto;
}
.form-career {
    font-size: 15px;
    line-height: 25px;
}
.form-career .rInput {
    margin-bottom: 10px;
}
.form-career .rInput .iLeft {
    width: 140px;
    float: left;
}
.form-career .rInput .iRight {
    width: calc(100% - 170px);
    float: right;
}
.form-career .form-control {
    height: 40px;
    border-radius: 0;
}
.form-career .note {
    font-size: 14px;
    line-height: 25px;   
    color: #999999;
}
.form-career button.btn {
    min-width: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border: 0;
    border-radius: 0;
    height: auto;
    outline: 0 !important;
    background: #0095da;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.form-career button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.form-career button.btn:hover {
    background: #666666;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .table-career,
    .table-career tbody,
    .table-career thead,
    .table-career tr,
    .table-career td {
        display: block;
    }
    .table-career thead td {
        display: none;
    }
    .table-career thead td:first-child {
        display: block;
    }
    .table-career tbody tr {
        padding: 10px 15px;
        border-bottom: 1px solid #eeeeee
    }
    .table-career tbody tr td {
        padding: 3px 0;
        border-bottom: 0;
    }
    .table-career tbody tr td[data-text]:before {
        content: attr(data-text)': ';
        font-weight: bold;
    }
    .table-career tbody tr:hover {
        background: #eff6f9;
    }
    .table-career tbody tr:hover td {
        background: transparent;
    }
    .form-career .rInput .iLeft {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 5px;
    }
    .form-career .rInput .iRight {
        width: 100%;
        float: none;
    }
}