.page-top-section {
    margin-top: 50px;
}

.team-section-title {
    padding: 50px 30px 0 30px;
    /*margin-bottom: -24px;*/
}

.team-section-title h1 {
    font-size: 50px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    margin: 0
}

.team-section-title h1 a {
    font-size: 18px;
    font-family: Bodoni-11-Book;
    font-weight: 400;
    color: #ca101a;
    -webkit-transition: -webkit-text-decoration .3s;
    transition: -webkit-text-decoration .3s;
    transition: text-decoration .3s;
    transition: text-decoration .3s, -webkit-text-decoration .3s;
    transition: text-decoration .3s, -webkit-text-decoration .3s;
    cursor: pointer;
    padding-left: 20px
}

.team-section-title h1 a:hover {
    text-decoration: underline;
}

.team-swiper {
    padding-top: 40px;
}

.team-content {
    padding-bottom: 50px
}

.team-swiper .swiper-scrollbar {
    top: 10px;
    left: 63%;
    width: 27%;
    border-radius: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

/*.team-swiper:hover .swiper-scrollbar {*/
/*    opacity: 1;*/
/*}*/

.team-swiper .swiper-scrollbar-drag {
    border-radius: 0;
    background: #ca101a
}

.team-swiper .swiper-button-next {
    background-image: url('/img/galley-right.png')
}

.team-swiper .swiper-button-prev {
    background-image: url('/img/galley-left.png')
}

.team-swiper:hover .swiper-button-prev,.team-swiper:hover .swiper-button-next{
    visibility: visible;
    opacity: 1;
}

.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 40%;
    margin-top: -25px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;

}

.team-swiper:hover .swiper-button-next,
.team-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.team-swiper .swiper-button-next.swiper-button-disabled,
.team-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.team-item-card {
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
    /*-webkit-transition: -webkit-box-shadow .3s;*/
    /*transition: -webkit-box-shadow .3s;*/
    /*transition: box-shadow .3s;*/
    /*transition: box-shadow .3s, -webkit-box-shadow .3s;*/
    /*transition: box-shadow .3s, -webkit-box-shadow .3s*/
}

.team-item-card:last-child {
    margin-right: 0
}

/*.team-item-card:hover {*/
/*    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);*/
/*    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%)*/
/*}*/

.team-item-card .team-item-img {
    width: 100%;
    overflow: hidden;
}
.team-item-card .team-item-img img{
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.team-item-card:hover .team-item-img img{
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.team-item-card .team-item-bottom {
    background-color: #fff;
    padding: 20px 30px 45px 30px
}

.team-item-location {
    position: relative;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: #020202;
    padding: 0 0 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-item-location::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: #0c0c0c;
    border-radius: 50%
}

.team-item-name {
    font-size: 26px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #020202;
    line-height: 36px;
    margin-top: 40px;
    letter-spacing: 1.5px
}

.team-item-title {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: #020202;
    line-height: 36px;
    letter-spacing: 1.5px
}

.team-item-city {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #ca101a;
    text-align: right;
    margin-top: 26px;
    letter-spacing: 2px
}

.team-section-more {
    border: 1px solid #aaa;
    border-radius: 17px;
    padding: 22px 20px;
    font-size: 12px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #ca101a;
    width: 50%;
    text-align: center;
    cursor: pointer;
    display: none;
    margin-top: 30px;
    cursor: pointer;
}

@media screen and (max-width:1440px) {
    .team-item-card {
        width: 49%;
        margin-right: 2%
    }
}

@media screen and (max-width:1024px) {
    .page-top-section {
        margin-top: 0;
    }

    .team-section-title {
        padding: 40px 20px 0;
        margin-bottom: -24px
    }

    .team-section-title h1 {
        font-size: 21px;
        font-weight: 400;
        color: #595757;
        line-height: 28px
    }

    .team-section-title h1 a {
        display: none
    }

    .team-swiper .swiper-scrollbar {
        opacity: 1;
    }

    .team-swiper {
        padding-top: 40px;
        padding-right: 20px
    }

    .team-swiper .swiper-button-next,
    .team-swiper .swiper-button-prev {
        display: none
    }

    .team-swiper .swiper-scrollbar {
        display: block;
    }

    .team-content {
        padding-left: 20px
    }

    .team-item-card {
        width: 80%;
        margin-right: 2%
    }

    .team-item-card:last-child {
        margin-right: 0
    }

    .team-item-card .team-item-bottom {
        padding: 14px 15px 20px 15px
    }

    .team-item-location {
        font-size: 12px;
        padding: 0 0 0 12px
    }

    .team-item-location::before {
        width: 6px;
        height: 6px;
        margin-top: -4px
    }

    .team-item-name,
    .team-item-title {
        line-height: 18px
    }

    .team-item-name {
        margin-top: 20px;
        font-size: 12px
    }

    .team-item-title {
        font-size: 11px
    }

    .team-item-city {
        margin-top: 14px;
        font-size: 10px
    }

    .team-section-more {
        display: block
    }
}