/* profile */
.profile {
  padding: 0 0 70px;
}

.profile-content {
  padding-top: 30px;
  justify-content: space-between;
}

.profile-desc {
  max-width: 660px;
  width: 100%;
  margin-right: 30px;
}

.profile-desc .text {
  margin-bottom: 20px;
}

.profile-desc ul {
  padding-left: 20px;
  padding-bottom: 10px;
}

.profile-desc ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.profile-desc ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #dd3333;
}

.profile-desc ul li p {
  margin-bottom: 0 !important;
}

.profile-desc ul li strong {
  font-family: 'Barlow-Bold';
}



.video-container {
  width: 680px;
  height: 383px;
}

.video-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-content .video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.video-content .video-play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.video-content .video-play svg {
  position: relative;
  z-index: 1;
}

.video-content .video-play:hover svg {
  fill: #dc2217;
}

.video-content .video-play::after {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  content: '';
  transform: translateX(-50%);
  background: #fff;
}


/* history  */
.history {
  padding: 100px 0 43px;
  background: linear-gradient(to bottom, #fafafa, #f0f2f3);
}

.history-potho {
  height: fit-content;
  position: sticky;
  top: 100px;
}

.history-img {
  margin-bottom: 30px;
}

.history-potho-desc img {
  flex-shrink: 0;
}

.history-potho-desc .text {
  max-width: 486px;
  padding-left: 20px;
  padding-top: 16px;
  color: #666;
  font-size: 20px;
  font-style: italic;
}

.history-desc {
  margin-left: 80px;
}

.history-desc ul {
  margin-top: 40px;
}

.history-desc ul li {
  display: flex;
  margin-bottom: 65px;
  align-items: center;
}


.history-desc .year {
  position: relative;
  width: 100px;
  font-size: 32px;
  font-family: 'Barlow-Bold';
  margin-right: 60px;
  flex-shrink: 0;
}

.history-desc .year::after {
  position: absolute;
  top: 16px;
  right: -45px;
  width: 30px;
  height: 1px;
  content: '';
  background: #ddd;
}

.history-desc .desc {
  font-size: 20px;
  font-style: italic;
  max-width: 600px;
}

/* gallery */
.gallery {
  padding: 100px 0;
}

.gallery .left {
  margin-right: 20px;
}

.gallery .left .top {
  height: 460px;
  max-width: 440px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  color: #fff;
  background: #B2BBC2;
}

.gallery .left .top .title {
  color: #fff;
  margin-top: 10px;
}

.gallery .img {
  overflow: hidden;
}

.gallery .right .top .first .img,
.gallery .right .top .two .img,
.gallery .left .bottom .img,
.mobile-bottom .img {
  max-width: 440px;
  width: 100%;
  height: 180px;
}


.gallery .right .bottom .img img,
.gallery .right .top .first .img img,
.gallery .right .top .two .img img,
.gallery .left .bottom .img img,
.mobile-bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .right .top {
  margin-bottom: 20px;
}

.gallery .right .top .first .img {
  max-width: 480px;
  height: 210px;
}

.gallery .right .top .first {
  margin-right: 20px;
}

.gallery .right .top .two .img {
  height: 210px;
}

.gallery .right .bottom .img {
  max-width: 940px;
  width: 100%;
  height: 430px;
}

@media (max-width:1279px) {
  .video-container {
    width: 550px;
  }

  .history-desc .desc {
    line-height: 1.3;
  }
}

@media (max-width:1023px) {

  .profile {
    padding-bottom: 50px;
  }

  .profile-content {
    flex-direction: column-reverse;
  }

  .video-container {
    width: 680px;
    margin: 0 auto 40px;
  }

  .profile-desc {
    max-width: 100%;
  }

  .history,
  .gallery {
    padding: 80px 0;
  }

  .history-content {
    flex-direction: column-reverse;
  }

  .history-desc {
    margin-left: 0;
  }

  .history-img img {
    margin: auto;
  }

  .history-potho-desc .text {
    max-width: 100%;
  }

  .history-desc .year {
    font-size: 26px;
  }

  .history-desc ul li {
    margin-bottom: 50px;
  }

  .gallery .left .top {
    height: 360px;
  }

  .gallery .left .top .title {
    text-align: center;
  }

  .gallery .right .bottom .img {
    height: 330px;
  }

}

@media (max-width: 767px) {

  .video-container {
    width: 100%;
    height: 300px;
  }

  .history,
  .gallery {
    padding: 40px 0;
  }

  .profile {
    padding-bottom: 30px;
  }

  .history-desc .year {
    font-size: 20px;
    width: fit-content;
    margin-right: 20px;
    padding-right: 60px;
  }

  .history-desc .year::after {
    top: 10px;
    right: 0;
  }

  .history-desc .desc {
    font-size: 16px;
  }

  .gallery-content {
    flex-direction: column;
  }

  .gallery .left {
    margin-right: 0;
  }

  .mobile-bottom .img {
    margin-top: 20px;
  }

  .gallery .right .top .first .img,
  .gallery .right .top .two .img,
  .gallery .left .bottom .img,
  .gallery .left .top,
  .mobile-bottom .img {
    max-width: 100%;
  }

  .gallery .right .top > div {
    flex: 1;
  }


}