.label {
    width: 80px;
    display: inline-block;
}

#partner_cate li {
    color: #AAA;
}

#partner_cate li.active {
    color: #111;
}

.no_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.staff .no_image {
    background-image: url('./img/no_member.jpg');
}


#slider {
    width: 100% !important;
    position: relative;
    height: 100% !important;
}

.box {
    position: relative;
}

.banner_title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px;
    text-align: left;
    color: #FFF;
    text-shadow: #333 1px 1px 2px;
    width: 400px;
}

.banner_title p {
    word-break: normal !important;
}