.content{
    background: #ffffff;
}
/*top-swiper*/
.about-top-swiper{
    width: 100%;
    /*height: 56vh;*/
    position: relative;
    overflow: hidden;
}
.location{
    position: relative;
    /*left: 0;*/
    margin-top: 180px;
    width: 100%;
    z-index: 9;
}
.location a{
    color: #CCC;
}

.location a:nth-child(n + 2)::before {
    background: url(../images/location-j.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 10px;
    background-size: 100% 100%;
}
.about-top-swiper .index-banner{
    width: 100%;
    height: 100%;
    z-index: 10;
    margin-top: 50px;
}

 .swiper-slide-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateZ(0) scale(1);
    transition: all 2.5s ease-in-out;
}
/*.index-banner .swiper-slide-active .swiper-slide-img-bg {*/
/*    transform: translateZ(0) scale(1);*/
/*}*/

.about-top-swiper .index-banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 8;
}

.index-banner .swiper-slide-banText{
    position: relative;
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    height: 100%;
    z-index: 9;
}

.swiper-slide-banText>.my-container {
    height: 100%;
}

.index-banner .swiper-slide-banText-view{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide-banText-left-text{
    color: #FFF;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    /*margin-top: 20px;*/
}

.swiper-slide-banText-left-des{
    color: #FFF;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 50px;
    padding-bottom: 38px;
    margin-top: 100px;
    padding-right: 50px;
}
.swiper-slide-banText-left-des p{
    max-width: 1200px;
}
/*top-swiper*/

/*about-profile*/
.about-profile{
    display: flex;
    gap: 133px;
    padding-top: 138px;
    padding-bottom: 65px;
}
.about-profile-title{
    color: var(--dark-color);
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
}
.about-profile-des{
    color: #666;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 950px;
    line-height: 1.7;
}
/*about-profile*/

/*profileList*/
.profileList{
    display: flex;
    flex-direction: column;
}

.profileList-item{
    display: flex;
    align-items: center;
}
.profileList-item:nth-child(2n+1){
    flex-direction: row;
}
.profileList-item:nth-child(2n){
    flex-direction:row-reverse
}
.profileList-item-img{
    width:50%;
    line-height: 0;
}
.profileList-item-img img{
    width:100%;
}

.profileList-item-info{
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 687px;
    padding: 30px;
}
.profileList-item-info-title{
    color: #333;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.profileList-item-info-desc{
    color: #666;
    font-family: "Pontano Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 20px;
}
.profileList-item-info-desc ul li{
    list-style: disc outside;
    margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
    .profileList-item{
        flex-direction: column !important;
    }
    .profileList-item-img{
        width: 92%;
    }

    .about-profile{
        flex-direction: column;
        gap: 20px;
        padding-top: 50px;
    }
    .swiper-slide-banText-left-des{
        padding-right: 0;
    }
}
/*profileList*/


.togetherList{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 66px;
    margin-top: 70px;
    margin-bottom: 100px;
}
.togetherList-item{
    display: flex;
    flex-direction: column;
    border-top: 2px solid var(--main-color);
    max-width: 50%;
    flex: 1;

}
.togetherList-item-title{
    color: var(--dark-color);
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin: 30px 0 20px;
}
.togetherList-item-des{
    color: #666;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.6;
}

@media screen and (max-width: 1280px) {
    .about-profile-des{
        padding-right: 70px;
    }
}

@media screen and (max-width: 767px) {
    .location{
        margin-top: 110px;
    }
    .togetherList{
        flex-direction: column;
        margin-top: 0;
        gap: 33px;
    }
    .togetherList-item{
        max-width: 100%;
    }
    .swiper-slide-banText-left-des{
        margin-top:80px;
        padding-top: 30px;
    }
    .about-profile-des{
        padding-right: 0;
    }
}








