
/* keyvis Start */
.keyvis-container {
    height: 180px;
}

#sec-keyvis-about-KeyPeople {
    background: url('../images/about/key-people/keyvis-KeyPeople.jpg') no-repeat center center;
    background-size: cover;
}

@media (max-width: 640px) {
    .keyvis-container {
        height: auto;
    }

    #sec-keyvis-about-KeyPeople {
        background: url('../images/about/key-people/keyvis-KeyPeople-xs.jpg') no-repeat center center;
        /* background-position-y: top; */
        background-size: cover;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .keyvis-container {
        height: 180px;
    }

    #sec-keyvis-about-KeyPeople {
        background: url('../images/about/key-people/keyvis-KeyPeople-sm.jpg') no-repeat center center;
        background-size: cover;
    }
}
/* keyvis End */

/* keyvis tagline Start */

@media (max-width: 640px) {
    .keyvis-tagline-container {
        margin-top: 0px;
        padding: 0px;
        background-color: transparent;
    }

    .keyvis-tagline-title-main, 
    .keyvis-tagline-title, .keyvis-tagline-desc {
        color: #ffffff;
    }

    .breadcrumb-item,
    .breadcrumb-item+.breadcrumb-item::before,
    .breadcrumb-item.active {
        color: #ffffff;
        font-size: 10px;
    }
}

/* keyvis tagline End */

/* staff Start */
.expand-container {
    border-bottom: 1px solid #F1F1E9;
}

.expand-header {
    margin-bottom: 0px;
}

.expand-body {
    margin-bottom: 20px;
}

.people-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.people-photo {
    margin: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
}

.people-photo img {
    margin: auto;
    width: 100%;
}

.people-info {
    flex: 1;
}

.people-name {
}

.people-title {

}

.people-desc {

}

.panel-expand-item .expand-header .expand-header-ico::before {
    content: "+";
    position: absolute;
    top: 2px;
    font-family: "verdana";
    font-size: 20px;
    line-height: 20px;
}

.panel-expand-item.expanded .expand-header.active .expand-header-ico::before {
    content: "-";
    position: absolute;
    top: 2px;
    font-family: "verdana";
    font-size: 20px;
    line-height: 20px;
}

.expand-header-ico {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #66AE0A;
    color: #ffffff;
}

@media (max-width: 640px) {
    .people-photo {
        width: 60px;
        height: 60px;
    }

    .people-name .sec-title-h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* staff End */