@charset "utf-8";
.action {
  text-align: center;
}
.action .btn {
  padding: 10px 35px 10px 35px;
  font-size: 1.5rem;
}
.section-focus {
  padding-bottom: 160px;
  background: #3b1c95 url("/static-file/default/assets/images/home/focus-bg.png") no-repeat bottom center;
}
.section-focus .words {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
}
.section-focus .words p {
  max-width: 760px;
  line-height: 1.4;
}
.section-focus .main-logo {
  margin-top: 86px;
}
.section-focus .main-logo img {
  width: 724px;
}
.section-features .features {
  display: flex;
  justify-content: space-between;
}
.section-features .features .fea {
  width: 190px;
}
.section-features .features .fea .icon {
  width: 190px;
  height: 132px;
}
.section-features .features .fea .text {
  text-align: center;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #3b1c95;
  cursor: default;
}
.section-features .features .fea .icon-1 {
  background: url("/static-file/default/assets/images/foundation/icon-1.png") no-repeat center center;
}
.section-features .features .fea .icon-2 {
  background: url("/static-file/default/assets/images/foundation/icon-2.png") no-repeat center center;
}
.section-features .features .fea .icon-3 {
  background: url("/static-file/default/assets/images/foundation/icon-3.png") no-repeat center center;
}
.section-features .features .fea .icon-4 {
  background: url("/static-file/default/assets/images/foundation/icon-4.png") no-repeat center center;
}
.section-features .features .fea .icon-5 {
  background: url("/static-file/default/assets/images/foundation/icon-5.png") no-repeat center center;
}
.section-members {
  margin-top: 100px;
  background: #f2efff;
}
.section-members .wrap {
  padding: 40px 40px 40px 40px;
}
.section-members .section-title {
  margin-top: 0px;
}
.section-members .section-subtitle {
  text-align: left;
}
.section-training {
  margin-bottom: 60px;
}
.section-training .cards {
  display: flex;
  justify-content: space-between;
}
.section-training .card {
  width: 500px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.section-training .card .head {
  font-size: 2.25rem;
  color: #7425e9;
  font-weight: 600;
  display: flex;
}
.section-training .card .head i {
  display: block;
  height: 36px;
  width: 56px;
  background-size: contain !important;
}
.section-training .card .head .icon-training {
  background: url("/static-file/default/assets/images/foundation/icon-training.png") no-repeat top left;
}
.section-training .card .head .icon-certification {
  background: url("/static-file/default/assets/images/foundation/icon-certification.png") no-repeat top left;
}
.section-training .card .body {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.6;
  height: 200px;
}
.section-training .card .body.en {
  height: 220px;
}
.section-event {
  margin-bottom: 100px;
  background-size: cover !important;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.section-event .title {
  margin-top: 148px;
  text-align: center;
  font-size: 2.25rem;
  cursor: default;
}
.section-event .content {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  max-width: 85%;
  cursor: default;
}
.section-event .action {
  text-align: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 1270px) {
  .section-focus {
    padding-bottom: 160px;
  }
  .section-features {
    width: 100%;
  }
  .section-features .section-title {
    margin-top: 0px;
  }
  .section-features .features {
    padding: 0px 40px 0 40px;
  }
  .section-features .features .fea {
    width: 125px;
  }
  .section-features .features .fea .icon {
    width: 125px;
    background-size: 80%;
  }
  .section-training {
    padding: 0px 40px 0 40px;
  }
  .section-training .card {
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-training .card .body {
    height: 100%;
    margin-bottom: 5px;
  }
  .section-training .card .body.en {
    height: 100%;
  }
  .section-members {
    margin-top: 60px;
  }
}
