
.div_profile_cover_row{
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-bottom: 50px;
}

.div_profile_cover_container{
    white-space: nowrap;
    float: none;
    height: 100%;
}

.div_profile_cover_image{
    width: 100%;
    height: 100%;
    background: no-repeat center center /cover;
}


.div_profile {
    width: calc(100% - 0px);
    margin: 0px 0px 50px;
    height: 550px;
    overflow: hidden;
}

.div_profile_content {
    display: inline-block;
    width: 33.3333333%;

}

.div_profile .profile_cover{
    width: 100%;
    height: 100%;
    background: #eee no-repeat center center /cover;
}

.div_profile_content .profile_text{
    width: calc(100% - 60px);
    margin: 0px 0px 70px;
    font-family: Merriweather;
text-align: left;
letter-spacing: .3px;
font-size: 14px;
line-height: 24px;
}


.profile_image_container{
    width: 100%;
    margin-bottom: 50px;
}

.profile_image{
    width: 20%;
    padding-top: 40%;
    background: no-repeat center center /cover;
}

.profile_row{
    width: 100%;
    margin-top: 0px;
}

.profile_row_line{
    width: 50px; height: 2px;
    background-color: #000;
}

.profile_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: SinkinSans-800Black;
    color: #013370;
    font-style: normal;
    font-size: 9px;
    letter-spacing: 2px;
    text-align: left;

}

.profile_image_partners{
    width: 20%;
    padding-top: 20%;
    background: #fff none no-repeat scroll center center / contain;
    border: 1px solid #EBEBEB;
}

.div_profile_container{
    width: 1280px;
    margin-left: calc(50% - 640px);
}




/* certification */

.div_profile_certification_row{
    width: 100%;
    margin-bottom: 50px;
}

.div_profile_certification_container{
    width: 100%;
}

.div_profile_certification_title{
    width: 100%;
    font-family: SinkinSans-200XLight;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    letter-spacing: 0.3px;
    color: #003470;
    line-height: 40px;
}

.div_profile_certification_line_container{
    width: 100%;
}

.div_profile_certification_line{
    background-color: #E9AF00;
    width: 30px;
    height: 2px;
    display: inline-block;
    float: none;
    margin: 20px auto 20px;
}

.div_profile_certification_text{
    width: 1280px;
    margin-left: calc(50% - 640px);
    line-height: 26px;
    font-family: Merriweather;
    font-size: 14px;
    margin-bottom: 30px;
}


/* certification image */

.div_profile_certification_image_row{
    width: 100%;
}

.div_profile_certification_image_container{
    float: none;
    margin: 0 auto;
    display: inline-block;
}
.div_profile_certification_image_cont{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 0px solid #efefef;
    margin: 0 7px;
}

.div_profile_certification_image{
    width: 100%;
    padding-bottom: 100%;
    background-position: center center !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.div_profile_certification_image img{
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.div_certification_cover{
    width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
}
