.team .team-item-area .team-item {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
}

@media (max-width: 991px) {
  .team .team-item-area .team-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .team .team-item-area .team-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 35px 15px;
  }
}

.team .team-item-area .team-item .team-info {
  position: relative;
  border-radius: 40px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team .team-item-area .team-item .photo-content {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .team .team-item-area .team-item .photo-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}

.team .team-item-area .team-item .photo-content .photo-area {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: -webkit-transform 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.team .team-item-area .team-item .photo-content .photo-area:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  -webkit-transform: translateZ(0) scaleX(1);
          transform: translateZ(0) scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
  transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
}

.team .team-item-area .team-item .photo-content .photo-area .common-img {
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.team .team-item-area .team-item .photo-content.active .photo-area {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.team .team-item-area .team-item .photo-content.active .photo-area:after {
  -webkit-transform: translateZ(0) scaleX(0);
          transform: translateZ(0) scaleX(0);
}

.team .team-item-area .team-item .photo-content.active .photo-area .common-img {
  opacity: 1;
}

.team .team-item-area .team-item .info-area .name-area {
  text-align: center;
  color: #2F4843;
  z-index: 1;
  margin-top: 0.5rem;
}

.team .team-item-area .team-item .info-area .name-area .name {
  font-size: 25px;
}

.team .team-item-area .team-item .info-area .name-area .name a {
  color: #2F4843;
}

.team .team-item-area .team-item .info-area .name-area .job-title {
  font-size: 15px;
  color: #2F7E8B;
}

@media (max-width: 767px) {
  .team .team-item-area .team-item .info-area .name-area {
    margin-top: 1rem;
    padding-left: 15px;
  }
}

.team .team-item-area .team-item .info-area .intro {
  display: -webkit-box;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #2f4843;
}

.team .team-item-area .team-item .more-btn-area {
  position: absolute;
  right: 30px;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #2f4843;
  border-radius: 30px;
  width: 250px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .team .team-item-area .team-item .more-btn-area {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.team .team-item-area .team-item:nth-child(4n + 3) .team-info {
  border: 2px solid #d8eff3;
}

.team .team-item-area .team-item:nth-child(4n + 3) .team-info:hover {
  background-color: #d8eff3;
}

.team .team-item-area .team-item:nth-child(4n + 3) .photo-content .photo-area:after {
  background-color: #d8eff3;
}

.team .team-item-area .team-item:nth-child(4n + 3) .info-area .name-area:before {
  background-color: #d8eff3;
}

.team .team-item-area .team-item:nth-child(4n + 3) .more-btn-area {
  border: 2px solid #d8eff3;
}

.team .team-item-area .team-item:nth-child(4n + 2) .team-info {
  border: 2px solid #f3edb7;
}

.team .team-item-area .team-item:nth-child(4n + 2) .team-info:hover {
  background-color: #f3edb7;
}

.team .team-item-area .team-item:nth-child(4n + 2) .photo-content .photo-area:after {
  background-color: #f3edb7;
}

.team .team-item-area .team-item:nth-child(4n + 2) .info-area .name-area:before {
  background-color: #f3edb7;
}

.team .team-item-area .team-item:nth-child(4n + 2) .more-btn-area {
  border: 2px solid #f3edb7;
}

.team .team-item-area .team-item:nth-child(4n + 1) .team-info {
  border: 2px solid #cbefe8;
}

.team .team-item-area .team-item:nth-child(4n + 1) .team-info:hover {
  background-color: #cbefe8;
}

.team .team-item-area .team-item:nth-child(4n + 1) .photo-content .photo-area:after {
  background-color: #cbefe8;
}

.team .team-item-area .team-item:nth-child(4n + 1) .info-area .name-area:before {
  background-color: #cbefe8;
}

.team .team-item-area .team-item:nth-child(4n + 1) .more-btn-area {
  border: 2px solid #cbefe8;
}

.team .team-item-area .team-item:nth-child(4n) .team-info {
  border: 2px solid #d6e8c9;
}

.team .team-item-area .team-item:nth-child(4n) .team-info:hover {
  background-color: #d6e8c9;
}

.team .team-item-area .team-item:nth-child(4n) .photo-content .photo-area:after {
  background-color: #d6e8c9;
}

.team .team-item-area .team-item:nth-child(4n) .info-area .name-area:before {
  background-color: #d6e8c9;
}

.team .team-item-area .team-item:nth-child(4n) .more-btn-area {
  border: 2px solid #d6e8c9;
}

.team-de .team-detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .team-de .team-detail-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team-de .team-detail-area .photo-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .team-de .team-detail-area .photo-area {
    margin-right: 0;
  }
}

.team-de .team-detail-area .info-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.team-de .team-detail-area .info-area .name-area {
  position: relative;
  color: #2f4843;
  z-index: 1;
  padding: 19.5px 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .team-de .team-detail-area .info-area .name-area {
    padding: 8px 0 8px 15px;
  }
}

.team-de .team-detail-area .info-area .name-area .name {
  font-size: 25px;
}

.team-de .team-detail-area .info-area .name-area .job-title {
  margin-left: 1rem;
  color: #2f4843;
}

.team-de .team-detail-area .info-area .name-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 60px);
  height: 100%;
  background-color: #d8eff3;
  opacity: 0.5;
  z-index: -1;
}

@media (max-width: 991px) {
  .team-de .team-detail-area .info-area .name-area:before {
    width: 100%;
  }
}

.team-de .team-detail-area .info-area .intro .item {
  position: relative;
  border-bottom: 2px dotted #8DDBCC;
  padding-bottom: 1rem;
}

.team-de .team-detail-area .info-area .intro .item:not(:last-child) {
  margin-bottom: 1rem;
}

.team-de .team-detail-area .info-area .intro .item .item-title {
  position: absolute;
  font-size: 16px;
  color: #2f4843;
}

.team-de .team-detail-area .info-area .intro .item .content {
  display: inline-block;
  padding-left: 62px;
  font-size: 16px;
  color: #2f4843;
}

.team-de .editor-content {
  min-height: 0;
}
