.editorial-list{
    position: relative; 

}
.editorial-list li{
   list-style-type:none;
   margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 

    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}




.vertical-menu {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}
 
.vertical-menu a {
background-color: #f5f5f5; /* Warna pada bagian body menu */
color: black; /* Warna tulisan */
display: block;
padding: 12px;
border-bottom: 1px solid #ffffff;
border-left: 10px solid #00008B
text-decoration: none;
font-family: arial; /*Jenis font*/
}
 
.vertical-menu a:hover {
background-color: #A9A9A9; /* Warna efek yang keluar ketika di arahkan mouse */
}
 
.vertical-menu a.active {
background-color: #00008B; /* Warna pada header menu */
color: white; /*Warna font*/
font-family: arial; /*Jenis font*/
}




.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.blockTitle {
    display: block;
    background: #4e79e8;
    color: #fff;
}