
.block-contact{
    padding: 10px 15px;
    box-shadow: 0px 0px 15px 4px #eeeeee;
    margin-bottom: 20px;
    border-radius: 10px;
    background:#FFFFFF;
    border: 1px solid #e9e4f3;
    min-height: 100px;
}

.img-staff{
    width: 80px;
    height: auto;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .img-staff{
        width: 45px;
        height: 45px;
        border-radius: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
 }
.contact-title{
    font-family: 'Prompt-bold',sans-serif;
    color: #343434; 
    margin-top: 3px;
}
.contact-subtitle1{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-subtilte{
    padding: 5px 0;
    border-bottom: 1px solid #EEE;
}
.icon-contact-bg{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #260273;
    color: #FFFFFF;
    position: absolute;
    right: -9px;
    top: -20px;
    padding: 10px 0px;
}
.icon-contact{
    font-size:20px;
}

/* css gift */
.bg-set {
    height: 100%;
    position: relative;
}
.bg-set::before{
    content: '';
    background-image: url("../../img/img_executive/bg_executive.jpg");
    opacity: .3;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.all-pic .pictureset{
    width: 150px;
}
.all-pic2 .pictureset2{
    width: 100px;
}
.pictureset:hover{
    width: 170px;
}
.pictureset2:hover{
    width: 120px;
}
.frame{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    
    
}
.frame2{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    
    margin: auto;
}
h4{
    font-size: 22px;
    color: #232323;
    margin: auto;
}
.spec-text{
    font-size: 18px;
    color: #232323;
    text-align: center;
    margin: auto;
}
.spec-text2{
    font-size: 16px;
}
.all-text{
    padding-left: 20px;
    text-align: left;
    padding-top: 35px;
}
.all-text2{
    text-align: center;
    padding-top: 10px;
}
.content{
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-left: -1rem;
}
.content2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-left: -1rem;
}
/* css gift */

