.ntalent-head {
    padding: 0 15px;
    font-weight: 600;
    color: #125FAB;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    line-height: normal;
    margin-top: 30px;
}
.ntalent-headnote {
    color: #125FAB;
    font-size: 13px;
    font-weight: normal;
    padding: 0 15px;
    display: block;
    margin-bottom: 30px;
}
.row-ccat {
    display: table;
    width: 100%;
}
.col-ccat {
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 30px;
    -moz-margin-end: -4px;
}
.ccat-link {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    position: relative;
}
.ccat-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.34);
}
.ccat-title {
font-weight: 600;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 10px 5px 30px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ccat-link:hover .ccat-title,.ccat-link:focus .ccat-title {
    color: #125FAB;
}
.testimony-filter {
    text-align: right;
    padding: 0 15px;
    margin-bottom: 30px;
}
.testimony-flink {
    position: relative;
    display: inline-block;
}
.testimony-flink > a {
    display: inline-block;
    padding: 6px 22px;
    background-color: #125FAB;
    color: #FFFFFF;
    border-radius: 15px;
}
.dropdown-menu-flink {
    margin: 0;
    padding: 0;
    right: 0;
    left: inherit;
    border: 0;
    width: 100%;
    min-width: auto;
}
.menu-flink {
    background-color: #0075be;
    color: #FFFFFF !important;
    padding: 6px !important;
    text-align: center;
}
.dropdown-menu-flink > li {
    border-bottom: solid 1px #fff;
}
.dropdown-menu-flink > li:last-child {
    border: 0;
}
.menu-flink:hover,.menu-flink:focus {
    color: #0075be !important;
    background-color: #cecece !important;
}
.cdetail-link {
    color: #333333;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 2px transparent;
}
.cdetail-list {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.cdetail-list
 > li {
    display: block;
    margin-bottom: 5px;
    text-align: right;
}
.cdetail-active {
    border-bottom: solid 2px #125FAB;
    font-weight: 600;
}
.cdetail-body {
}
.cdetail-body table {
    max-width: 100% !important;
    width: 100% !important;
}
.cdetail-body
 strong {
    font-weight: 700 !important;
    /*font-weight: normal;*/
}
.cdetail-body
 img {
    max-width: 100%;
}
.cdetail-body
 iframe {
    max-width: 100%;
}
.collapse-cdetail {
    display: none;
}
.collapse-open {
    display: block;
}
.collapse-group {
    position: relative;
    margin-bottom: 20px;
}
.cdetail-apply{
    text-align: center;
}
@media(max-width: 991px){
    .col-ccat {
        width: 33.3%;
    }
}
@media(max-width: 767px){
    .cdetail-list > li {
        text-align: left;
    }
    .col-ccat {
        width: 50%;
    }
}