.ntalent-head {
    padding: 0 15px;
    font-weight: 600 !important;
    color: #125FAB;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    line-height: normal;
}
.ntalent-headnote {
    color: #125FAB;
    font-size: 13px;
    font-weight: normal;
    padding: 0 15px;
    display: block;
    margin-bottom: 50px;
}
.grid-ntalent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 200px;
    column-gap: 2em;
    row-gap: 2em;
}
.item-row-ntalent {
    width: 100%;
}
.row-ntalent {
    display: table;
    width: 100%;
}
.col-ntalent {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    vertical-align: top;
    -moz-margin-end: -4px;
    margin-bottom: 30px;
}
.ntalent-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 100%;
    border-radius: 100%;
}
.ntalent-name {
    font-weight: 600 !important;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 3px;
}
.ntalent-wrap {
    text-align: center;
}
.ntalent-name:hover,.ntalent-name:focus {
    color: #125FAB;
}
.ntalent-pos {
    color: #808285;
    font-weight: normal;
    margin-bottom: 3px;
    font-size: 15px;
}
.ntalent-join {
    color: #808285;
    font-weight: normal;
    font-size: 13px;
}
.row-talent {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.col-mteam-img {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding: 0 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    padding-bottom: 35% !important;
}
.col-mteam-content {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    padding: 0 15px;
}
.col-mteam-img > img {
    max-width: 100%;
    width: 100%;
}
.col-mtalent-ava {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding: 0 15px;
    text-align: center;
}
.col-mtalent-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 100%;
}
.col-mtalent-ava .flag-wrap {
    width: 75%;
    margin: 0 auto 10px;
}
.col-mtalent-ava img.flag-img{
    width: 17px;
    height: 17px;
}
.col-mtalent-ava .mtalent-name{
    margin: 20px 0 10px;
}
.col-mtalent-ava .mtalent-name,
.col-mtalent-ava .mtalent-job,
.col-mtalent-ava .mtalent-join {
    font-size: 13px;
}
.col-mtalent-content {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    padding: 0 15px;
}
.col-mtalent-img > img {
    max-width: 100%;
    width: 100%;
}
.mtalent-icon > img {
    width: 20px;
}
.mtalent-icon {
    margin-bottom: 10px;
}
.mtalent-desc {
    color: #808285;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 15px;
}
.mtalent-desc img{
    max-width: 100%;
}
.mtalent-name {
    font-weight: 600 !important;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}
.mtalent-job {
    color: #808285;
    font-weight: normal;
    font-size: 15px;
}
.mtalent-join {
    color: #808285;
    font-weight: normal;
    font-size: 13px;
}
.mtalent-right {
    text-align: right;
}
.mtalent-dialog {
    width: 767px;
    max-width: 100% !important;
    margin: 30px auto !important;
    padding: 0 15px !important;
}
.close-mtalent {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 15px;
}
.close-mtalent > a {
    font-size: 20px;
    color: #125FAB;
}
.mtalent-content {
    border-radius: 0;
}
.mtalent-body {
    padding: 30px 15px;
}
.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;
}
@media(max-width: 991px){
    .ntalent-pos {
        font-size: 13px;
    }
    .ntalent-join {
        font-size: 12px;
    }
    .ntalent-name {
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .grid-ntalent {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2em;
        row-gap: 2em;
    }
    .col-ntalent {
        width: 50%;
    }
    .col-mtalent-ava {
        display: block;
        margin: 0 auto;
        width: 300px;
    }    
    .col-mtalent-img {
        padding-bottom: 135%;
        margin-bottom: 20px;
    }
    .col-mtalent-content {
        display: block;
        width: 100%;
        padding: 0;
    }
    .mtalent-icon {
        display: none;
    }
    .mtalent-desc {
        text-align: center;
    }
    .mtalent-profile {
        text-align: center;
    }
}
@media(max-width: 500px){
    .col-ntalent {
        width: 100%;
        display: block;
    }
    .grid-ntalent {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 2em;
        row-gap: 2em;
    }
    .row-ntalent {
        display: block;
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
    }
    .col-mtalent-img {
        padding-bottom: 100%;
    }
}