.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


/* header */
@media(min-width: 1200px) {
  .header:not(.shadow) {
    position: fixed;
  }
}


/* about */
@font-face {
  font-family: 'DIN-Bold';
  src: url('../public/Themes/fonts/DIN-Bold.ttf');
}

.about {
  padding: 30px 0 32px;
}

.about .lt {
  margin-bottom: 20px;
}

.about .title {
  text-align: left;
  margin-bottom: 11px;
}

.about .title span {
  color: var(--style-color);
}

.about .sub-info>*:first-child, .about .info>*:first-child {
  margin-top: 0;
}

.about .sub-info p {
  color: #666;
  line-height: 30px;
}

.about .sub-info h2, .about .sub-info h3 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}

.about .rt img {
  width: 100%;
  height: 360px;
  border-radius: 10px;
}

.about .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  display: none;
}

.about .item-list::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--style-color);
  box-shadow: 0px 3px 6px 1px rgba(2, 13, 29, 0.16);
}

.about .item-list li {
  color: #fff;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.about .num {
  font-family: 'DIN-Bold';
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.about .tit {
  margin-top: 16px;
}

.about .info {
  margin-bottom: 20px;
}

.about .info p {
  color: #666;
  line-height: 30px;
}

.about .info h2, .about .info h3 {
  font-size: 18px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 5px;
}

.about .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 330 / 230;
}

.about .swiper-pagination {
  display: block;
}

@media (min-width: 768px) {
  .about .item-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .about .item-wrap {
    max-width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .about .lt {
    flex: 1;
    padding-right: 30px;
    padding-left: calc((100vw - 5px - 960px) / 2 + 15px);
    margin-bottom: 0;
  }

  .about .rt {
    flex: 0 0 calc((1040 / 1920) * 100%);
    max-width: calc((1040 / 1920) * 100%);
  }

  .about .item-list::before {
    border-radius: 0px 80px 0px 0px;
  }
}

@media (min-width: 1200px) {
  .about {
    padding-top: 50px;
  }

  .about .lt {
    padding-left: calc((100vw - 5px - 1140px) / 2 + 15px);
  }

  .about .sub-info h2, .about .sub-info h3, .about .info h2, .about .info h3 {
    font-size: 20px;
  }

  .about .item-list {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 120px;
    padding-bottom: 35px;
    margin-right: 120px;
    margin-left: -15px;
    margin-bottom: 60px;
  }

  .about .item-list::before {
    width: calc((100% + (100vw - 5px - 1140px) / 2 + 15px));
  }

  .about .info {
    margin-bottom: 43px;
  }

  .about .swiper-pagination {
    margin-top: 40px;
  }
}

@media (min-width: 1440px) {
  .about .item-wrap {
    align-items: center;
  }

  .about .lt {
    padding-left: calc((100vw - 5px - 1400px) / 2 + 15px);
    padding-right: 60px;
  }

  .about .sub-info h2, .about .sub-info h3, .about .info h2, .about .info h3 {
    font-size: 22px;
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .about .item-list {
    margin-top: -61px;
    padding-right: 149px;
    margin-right: 240px;
    margin-bottom: 76px;
  }

  .about .item-list::before {
    width: calc((100% + (100vw - 5px - 1400px) / 2 + 15px));
  }

  .about .num {
    font-size: 50px;
  }

  .about .counter {
    font-size: 70px;
  }
}

@media (min-width: 1640px) {
  .about .lt {
    padding-left: calc((100vw - 5px - 1470px) / 2 + 15px);
    padding-right: 100px;
  }

  .about .item-list::before {
    width: calc((100% + (100vw - 5px - 1440px) / 2 + 15px));
  }
}


/* video */
.video {
  padding: 30px 0;
  background: #F4F7FC;
}

.video .top-img, .video .bottom-img {
  display: none;
}

.video .title {
  color: var(--style-color);
  margin-bottom: 20px;
}

.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 730;
  border-radius: 10px;
  display: block;
  background: #eee;
}

@media (min-width: 1200px) {
  .video {
    padding: 60px 0;
    position: relative;
  }

  .video .top-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .video .bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .video .title {
    margin-bottom: 43px;
  }
}

@media (min-width: 1200px) {
  .video {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}


/* global */
.global {
  background: #F4F7FC;
}

.global-wrap {
  padding: 30px 0 36px;
  background-size: 100% 300px;
  background-position: top center;
  background-repeat: no-repeat;
}

.global .title {
  color: #fff;
  margin-bottom: 1px;
}

.global .sub-info {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: calc(30 /16);
}

.global .swiper-container {
  margin: -10px;
  padding: 10px;
}

.global .swiper-slide {
  height: unset;
  padding: 12px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.global .swiper-slide img {
  width: 100%;
  aspect-ratio: 440 / 286;
}

.global .tit {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
  text-align: center;
}

@media(min-width: 720px) {
  .global-wrap {
    background-size: 100% 400px;
  }

  .global .swiper-container {
    height: 576px;
  }

  .global .swiper-slide {
    height: 266px;
  }
}

@media(min-width: 992px) {
  .global .swiper-container {
    height: 732px;
  }

  .global .swiper-slide {
    height: 344px;
  }
}

@media(min-width: 1200px) {
  .global-wrap {
    padding-top: 60px;
  }

  .global .sub-info {
    margin-bottom: 43px;
  }

  .global .swiper-container {
    height: 642px;
  }

  .global .swiper-slide {
    height: 299px;
  }

  .global .tit {
    margin-top: 19px;
    margin-bottom: 8px;
  }

  .global .swiper-pagination {
    margin-top: 36px;
    display: block;
  }
}

@media(min-width: 1440px) {
  .global-wrap {
    padding-top: 74px;
  }

  .global .swiper-container {
    height: 754px;
  }

  .global .swiper-slide {
    height: 355px;
  }
}

@media (min-width: 1640px) {
  .global .swiper-container {
    height: 784px;
  }

  .global .swiper-slide {
    height: 370px;
  }
}


/* why-choose-us */
@font-face {
  font-family: 'BOXING';
  src: url('../public/Themes/fonts/BOXING.TTF');
}

.why-choose-us {
  padding: 30px 0;
  background: #F4F7FC;
}

.why-choose-us .title {
  margin-bottom: 20px;
}

.why-choose-us .lt {
  margin-bottom: 20px;
}

.why-choose-us .lt img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.why-choose-us .sub-info {
  color: #666666;
  line-height: 30px;
}

.why-choose-us .tit {
  margin-bottom: 8px;
}

.why-choose-us .info {
  color: #666666;
  line-height: 30px;
}

.why-choose-us .info>*:not(:last-child) {
  margin-bottom: 20px;
}

.why-choose-us .item-list {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.why-choose-us .item-list li {
  padding: 15px;
}

.why-choose-us .icon-wrap {
  display: flex;
  align-items: center;
}

.why-choose-us .icon {
  width: 28px;
  margin-right: 10px;
}

.why-choose-us .num {
  line-height: 1;
  font-family: 'BOXING';
  position: relative;
  top: 2px;
}

.why-choose-us .icon-title {
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
}

@media (min-width: 1200px) {
  .why-choose-us {
    padding: 60px 0;
  }

  .why-choose-us .title {
    margin-bottom: 43px;
  }

  .why-choose-us .item-wrap {
    display: flex;
    align-items: center;
  }

  .why-choose-us .lt {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .why-choose-us .rt {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
  }

  .why-choose-us .lt img {
    margin-bottom: 34px;
  }

  .why-choose-us .item-list li {
    padding-top: 30px;
    padding-bottom: 27px;
  }

  .why-choose-us .icon {
    margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .why-choose-us {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .why-choose-us .item-wrap {
    align-items: flex-start;
  }

  .why-choose-us .rt {
    padding-top: 14px;
    padding-left: 70px;
  }

  .why-choose-us .item-list {
    margin-top: 77px;
  }
}


/* certificate */
.certificate {
  padding: 30px 0 36px;
}

.certificate .title {
  margin-bottom: 3px;
}

.certificate .sub-info {
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.certificate .swiper-slide img {
  width: 100%;
  aspect-ratio: 320 / 416;
}

@media (min-width: 1200px) {
  .certificate {
    padding-top: 60px;
  }

  .certificate .sub-info {
    margin-bottom: 43px;
  }

  .certificate .swiper-pagination {
    margin-top: 36px;
    display: block;
  }
}

@media(min-width: 1440px) {
  .certificate {
    padding-top: 74px;
  }

  .certificate .sub-info {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* partner */
.partner {
  padding: 30px 0;
}

.partner .title {
  margin-bottom: 20px;
}

.partner .swiper-container {
  margin: -4px -7px -10px -7px;
  padding: 4px 7px 10px 7px;
}

.partner .swiper-slide img {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.partner .swiper-pagination {
  display: block;
}

@media(min-width: 1200px) {
  .partner {
    padding: 60px 0;
  }

  .partner .title {
    margin-bottom: 43px;
  }

  .partner .swiper-pagination {
    margin-top: 30px;
  }
}

@media(min-width: 1440px) {
  .partner {
    padding-top: 74px;
    padding-bottom: 100px;
  }
}