.fp-watermark {
  display: none !important;
}

#fullPage .section,
#fullPage .fp-overflow {
  height: 100vh;
  overflow: hidden;
}

.section1 .wrap {
  height: 100%;
  overflow: hidden;
}

.section1 .wrap .content {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.section1 .wrap .content .icon {
  filter: brightness(0) invert(1);
  width: 200px;
  margin: 0 auto 30px;

}

.section1 .wrap .content .icon img {
  width: 100%;
}

.section1 .wrap .content .title h3 {
  font-size: 95px;
  color: #fff;
}

.section1 .wrap .content .text {
  color: #fff;
  font-weight: 200;
  font-size: 30px;
  letter-spacing: 10px;
}

.section2 .wrap .content {
  position: absolute;
  top: 175px;
  width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .content .left .title h3 {
  color: #fff;
  font-size: 95px;
}

.section2 .wrap .content .right {
  width: 560px;
}

.section2 .wrap .content .right h4 {
  color: #fff;
  font-size: 56px;
  margin-bottom: 30px;
}

.section2 .wrap .content .right p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}

.section3 .wrap .content {
  padding-top: 190px;
  padding-bottom: 160px;
  width: 570px;
  position: absolute;
  left: calc(50vw - 700px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section3 .wrap .content .top .icon {
  margin-top: 10px;
}

.section3 .wrap .content .top .title h3 {
  font-size: 80px;
  color: #fff;
}

.section3 .wrap .content .bottom .text p {
  color: #fff;
  line-height: 34px;
  font-size: 20px;
  font-weight: 400;
}

.section3 .wrap .content .bottom .text p span {
  font-weight: 700;
}

.section4 .wrap .content {
  position: absolute;
  width: 800px;
  height: 100%;
  left: calc(50vw - 700px);
  padding-top: 160px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section4 .wrap .content .top .title h3 {
  font-size: 54px;
  color: #fff;
  font-weight: 400;
}

.section4 .wrap .content .top .title h3 span {
  font-weight: 700;
  display: inline-block;
  /* margin-right: 10px; */
}

.section4 .wrap .content .top .title h3 strong {
  color: #D5C2A5;
}

.section4 .wrap .content .top .text {
  margin-top: 30px;
}

.section4 .wrap .content .top .text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
}

.section4 .wrap .content .top .text p span {
  font-weight: 700;
}

.section4 .wrap .content .bottom .list .item {
  display: flex;
  align-items: center;
}

.section4 .wrap .content .bottom .list .item:not(:last-child) {
  margin-bottom: 30px;
}

.section4 .wrap .content .bottom .list .item .time {
  width: 124px;
  height: 40px;
  border-radius: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 20px;
}

.section4 .wrap .content .bottom .list .item .text {
  color: #fff;
  font-weight: 200;
  font-size: 24px;
}

.section5 .wrap {
  /* padding-top: 110px; */
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section5 .wrap .title {
  text-align: center;
  margin-bottom: 30px;
}

.section5 .wrap .title h3 {
  color: #1b1b1b;
  font-size: 65px;
}

.section5 .wrap .content {
  width: 820px;
  margin: 0 auto;
}

.section5 .wrap .content p {
  color: #626262;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.section5 .wrap .main {
  margin-top: 90px;
}

.section5 .wrap .main .list {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.section5 .wrap .main .list .item {
  position: relative;
  height: 550px;
}

.section5 .wrap .main .list .item .img {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  height: 100%;
}

.section5 .wrap .main .list .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.section5 .wrap .main .list .item:hover .img img {
  transform: scale(1.1);
}

.section5 .wrap .main .list .item .text {
  position: absolute;
  bottom: 40px;
  font-size: 36px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.section6 .wrap .content {
  padding-top: 130px;
  width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.section6 .wrap .content .title {
  text-align: center;
  margin-bottom: 30px;
}

.section6 .wrap .content .title h3 {
  color: #1b1b1b;
  font-size: 60px;
}

.section6 .wrap .content .text {
  width: 930px;
  margin: 0 auto;
  color: #626262;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  /* font-weight: 200; */
}

.section6 .wrap .content .text span {
  font-weight: 700;
}

.section .wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.section .wrap .bg img {
  width: 100%;
  height: 100%;
}

.section4 .wrap .content .top .title h3 span sup {
  /* position: absolute; */
  font-size: 0.6em;
  /* line-height: 1; */
  /* transform: translate(-1em, 0.2em); */
  font-weight: 200;
  /* transform: translate(-0.4em, 0.1em); */

  /* font-size: 0.5em;
  transform: translate(-0.8em, -0.1em); */
}

#fullPage .section.foot .fp-overflow,
#fullPage .section.foot {
  height: auto;
}

html[lang="en"] .section2 .wrap .content .right {
  width: 700px;
}

html[lang="en"] .section5 .wrap .main {
  margin-top: 50px;
}

html[lang="en"] .section5 .wrap .title h3,
html[lang="en"] .section2 .wrap .content .right h4,
html[lang="en"] .section6 .wrap .content .title h3,
html[lang="en"] .section4 .wrap .content .top .title h3,
html[lang="en"] .section3 .wrap .content .top .title h3 {
  font-size: 42px;
}


@media screen and (max-width: 1919px) {
  .section1 .wrap .content {
    width: 72.9166666667vw;
  }

  .section1 .wrap .content .icon {
    width: 10.4166666667vw;
    margin: 0px auto 1.5625vw;
  }

  .section1 .wrap .content .title h3 {
    font-size: 4.9479166667vw;
  }

  .section1 .wrap .content .text {
    font-size: 1.5625vw;
    letter-spacing: 0.5208333333vw;
  }

  .section2 .wrap .content {
    top: 9.1145833333vw;
    width: 72.9166666667vw;
  }

  .section2 .wrap .content .left .title h3 {
    font-size: 4.9479166667vw;
  }

  .section2 .wrap .content .right {
    width: 29.1666666667vw;
  }

  .section2 .wrap .content .right h4 {
    font-size: 2.9166666667vw;
    margin-bottom: 1.5625vw;
  }

  .section2 .wrap .content .right p {
    font-size: 1.0416666667vw;
    line-height: 1.7708333333vw;
  }

  .section3 .wrap .content {
    padding-top: 9.8958333333vw;
    padding-bottom: 8.3333333333vw;
    width: 29.6875vw;
    left: calc(-36.4583333333vw + 50vw);
  }

  .section3 .wrap .content .top .icon {
    width: 15.729166666vw;
    margin-top: 0.5208333333vw;
  }

  .section3 .wrap .content .top .title h3 {
    font-size: 4.1666666667vw;
  }

  .section3 .wrap .content .bottom .text p {
    line-height: 1.7708333333vw;
    font-size: 1.0416666667vw;
  }

  .section4 .wrap .content {
    width: 41.6666666667vw;
    left: calc(-36.4583333333vw + 50vw);
    padding-top: 8.3333333333vw;
    padding-bottom: 10.4166666667vw;
  }

  .section4 .wrap .content .top .title h3 {
    font-size: 2.8125vw;
  }

  .section4 .wrap .content .top .text {
    margin-top: 1.5625vw;
  }

  .section4 .wrap .content .top .text p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }

  .section4 .wrap .content .bottom .list .item:not(:last-child) {
    margin-bottom: 1.5625vw;
  }

  .section4 .wrap .content .bottom .list .item .time {
    width: 6.4583333333vw;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.25vw;
    margin-right: 1.0416666667vw;
  }

  .section4 .wrap .content .bottom .list .item .text {
    font-size: 1.25vw;
  }

  .section5 .wrap {
    width: 72.9166666667vw;
  }

  .section5 .wrap .title {
    margin-bottom: 1.5625vw;
  }

  .section5 .wrap .title h3 {
    font-size: 3.3854166667vw;
  }

  .section5 .wrap .content {
    width: 42.7083333333vw;
  }

  .section5 .wrap .content p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }

  .section5 .wrap .main {
    margin-top: 4.6875vw;
  }

  .section5 .wrap .main .list {
    gap: 0.8333333333vw;
  }

  .section5 .wrap .main .list .item {
    height: 28.6458333333vw;
  }

  .section5 .wrap .main .list .item .img {
    border-radius: 1.0416666667vw;
  }

  .section5 .wrap .main .list .item .text {
    bottom: 2.0833333333vw;
    font-size: 1.875vw;
  }

  .section6 .wrap .content {
    padding-top: 6.7708333333vw;
    width: 72.9166666667vw;
  }

  .section6 .wrap .content .title {
    margin-bottom: 1.5625vw;
  }

  .section6 .wrap .content .title h3 {
    font-size: 3.125vw;
  }

  .section6 .wrap .content .text {
    width: 48.4375vw;
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
  }

  .section4 .wrap .content .top .text p span {
    font-size: 1.04166666vw !important;
  }

  .section4 .wrap .content .top .text p:nth-child(2) span {
    font-size: 0.9375vw !important;
  }

  html[lang="en"] .section2 .wrap .content .right {
    width: 36.4583333333vw;
  }

  html[lang="en"] .section5 .wrap .main {
    margin-top: 2.6041666667vw;
  }

  html[lang="en"] .section5 .wrap .title h3,
  html[lang="en"] .section2 .wrap .content .right h4,
  html[lang="en"] .section6 .wrap .content .title h3,
  html[lang="en"] .section4 .wrap .content .top .title h3,
  html[lang="en"] .section3 .wrap .content .top .title h3 {
    font-size: 2.1875vw;
  }

}

@media screen and (max-width: 1024px) {
  #fullPage .section {
    height: auto;
  }

  .section {
    position: relative;
  }

  .section1 .bg {
    top: 0;
    filter: brightness(.8);
  }

  .section .wrap .content {
    position: relative;
    z-index: 2;
    transform: none;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
  }




  .section .wrap {
    width: 90vw;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section1 .wrap {
    height: 360px;
    padding-top: 120px;
  }

  /* .section .wrap .bg {
    top: 0;
    position: static;
  } */
  .section1 .wrap .content .icon {
    width: 120px;
    margin-bottom: 20px;
  }

  .section1 .wrap .content .title h3 {
    font-size: 28px;
  }

  .section1 .wrap .content .title {
    margin-bottom: 10px;
  }

  .section1 .wrap .content .text {
    font-size: 14px;
    letter-spacing: 3px;
  }


  .section2 .wrap {
    width: 90vw;
  }

  .section4 .wrap .bg,
  .section3 .wrap .bg,
  .section2 .wrap .bg {
    position: static;
    border-radius: 10px;
    overflow: hidden;
  }

  .section2 .wrap .content .left .title h3 {
    color: #111;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .section2 .wrap .content .right h4 {
    color: #111;
    font-size: 20px;
  }

  .section2 .wrap .content .right p {
    color: #111;
    font-size: 14px;
    line-height: 2;
  }

  .section2 .wrap .content {
    margin-top: 20px;
  }

  .section2 .wrap .content .right {
    width: 40vw;
  }

  .section2 .wrap .content .right h4 {
    margin-bottom: 10px;
  }

  .section3 .wrap {
    padding-top: 0;
  }

  .section .wrap .content {
    padding: 0;
  }

  .section3 .wrap .content .top .title h3 {
    color: #111;
  }

  .section3 .wrap .content .bottom .text p {
    color: #111;
    font-size: 14px;
    line-height: 2;
  }

  .section .wrap .content {
    margin-top: 20px;
  }

  .section3 .wrap .content .top .icon {
    width: 140px;
    margin-top: 10px;
    display: none;
  }

  .section3 .wrap .content .bottom {
    margin-top: 10px;
  }

  .section3 .wrap .content .top .title h3 {
    font-size: 28px;
  }

  .section4 .wrap {
    padding-top: 0;
  }

  .section4 .wrap .content .top .title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
  }

  .section4 .wrap .content .top .text p {
    color: #111;
    line-height: 2;
  }

  .section4 .wrap .content .top .text {
    margin-top: 10px;
  }

  .section4 .wrap .content .top .text p span,
  .section4 .wrap .content .top .text p:nth-child(2) span {
    font-size: 14px !important;
  }

  .section5 .wrap {
    padding-top: 0;
  }

  .section5 .wrap .title h3 {
    font-size: 28px;
  }

  .section5 .wrap .title {
    margin-bottom: 0;
  }

  .section5 .wrap .main .list {
    grid-gap: 20px;
    flex-wrap: wrap;
  }

  .section5 .wrap .content p {
    font-size: 14px;
    line-height: 2;
  }

  .section5 .wrap .main .list .item {
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    width: calc(50% - 10px);
  }

  .section5 .wrap .main .list .item .text {
    font-size: 18px;
    bottom: 10px;
  }

  .section6 .bg {
    bottom: 0;
    display: flex;
    background-color: #F6F6F6;
    align-items: end;
  }

  .section6 .wrap .bg img {
    width: 100%;
    height: auto;
  }

  .section6 .wrap {
    padding-bottom: 320px;
  }

  .section6 .wrap .content .title h3 {
    font-size: 28px;
  }

  .section6 .wrap .content .title {
    margin-bottom: 20px;
  }

  .section6 .wrap .content .text {
    width: 100%;
    font-size: 14px;
    line-height: 2;
  }

  .section6 .wrap .content {
    margin-top: 0;
  }

  html[lang="en"] .section5 .wrap .title h3,
  html[lang="en"] .section2 .wrap .content .right h4,
  html[lang="en"] .section6 .wrap .content .title h3,
  html[lang="en"] .section4 .wrap .content .top .title h3,
  html[lang="en"] .section3 .wrap .content .top .title h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section .wrap .content {
    flex-direction: column;
  }

  .section2 .wrap .content .right {
    width: 100%;
  }

  .section2 .wrap .content .left .title h3 {
    font-size: 24px;
  }

  .section2 .wrap .content .right h4 {
    font-size: 18px;
  }

  .section2 .wrap {
    padding: 50px 0;
  }

  .section3 .wrap .content .top .title h3 {
    font-size: 24px;
  }

  .section .wrap {
    padding-bottom: 50px;
  }

  .section4 .wrap .content .top .title h3 {
    font-size: 20px;
  }

  .section5 .wrap .title h3 {
    font-size: 24px;
  }

  .section5 .wrap .main .list {
    grid-gap: 10px;
  }

  .section5 .wrap .main .list .item {
    width: calc(50% - 5px);
  }

  .section5 .wrap .main {
    margin-top: 20px;
  }

  .section6 .wrap {
    padding-top: 50px;
    padding-bottom: 33.854166vw;
  }

  .section6 .wrap .content .title h3 {
    font-size: 24px;
  }

  html[lang="en"] .section2 .wrap .content .right {
    width: 100%;
  }

  html[lang="en"] .section5 .wrap .title h3,
  html[lang="en"] .section2 .wrap .content .right h4,
  html[lang="en"] .section6 .wrap .content .title h3,
  html[lang="en"] .section4 .wrap .content .top .title h3,
  html[lang="en"] .section3 .wrap .content .top .title h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 390px) {

  .section4 .wrap .content .top .text p span,
  .section4 .wrap .content .top .text p:nth-child(2) span {
    font-size: 12px !important;
  }
}