.chairman-img {
    border-radius: 999em;
}
.chairman-title {
    border: 1px #5b5b5b dotted;
}
.chairman-name {
    color: #5b5b5b;
    font-size: 25px;
}
.vision-bg {
    background-image: url("../images/company/vision_bg.png");
}
.map-btn {
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    color: #f39700;
    border: 1px solid #f39700;
    text-decoration: none;
}
#factorys a:hover {
    text-decoration: none !important;
    
}
#factorys a:hover span{
    color: #0075ad;
}
#factorys a:hover .map-btn {   
    border: 1px solid #0075ad;
}