@charset "UTF-8";
.about-banner {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .about-banner {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .about-banner .tool-box {
    display: none;
  }
}
.about-banner-wrap {
  position: relative;
  max-width: 70%;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 150px auto 0;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url(../../../dist/uploads/pic/about/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.about-banner-wrap .text-wrap > span {
  position: relative;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  font-size: 0.9375rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  .about-banner-wrap .text-wrap > span {
    font-weight: bold;
  }
}
.about-banner-wrap .text-wrap > span::after, .about-banner-wrap .text-wrap > span::before {
  content: "/";
  position: absolute;
  top: 0;
}
.about-banner-wrap .text-wrap > span::after {
  left: 0;
}
.about-banner-wrap .text-wrap > span::before {
  right: 0;
}
.about-banner-wrap .text-wrap .icon-shero {
  display: inline-block;
  padding: 20px 0;
  font-size: 5.625rem;
}
.about-banner-wrap .text-wrap p.text {
  display: inline-block;
  padding-bottom: 20px;
  color: #fff;
  font-size: 2.1875rem;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.about-banner-wrap .text-wrap p.text span {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  .about-banner-wrap .text-wrap p.text span {
    font-weight: bold;
  }
}
.about-banner-wrap .text-wrap p.other {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  line-height: 1.8;
  font-size: 1rem;
}
.about-banner-wrap .text-wrap .btn-scroll {
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (max-width: 1500px) {
  .about-banner-wrap {
    padding-top: 70px;
    height: auto;
  }
  .about-banner-wrap .text-wrap .icon-shero {
    font-size: 4.75rem;
  }
  .about-banner-wrap .text-wrap p.text {
    padding-bottom: 15px;
    font-size: 1.75rem;
  }
  .about-banner-wrap .text-wrap p.other {
    padding: 30px 0 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .about-banner-wrap {
    margin-top: 120px;
    max-width: 75%;
    padding: 50px 0 40px;
  }
  .about-banner-wrap .text-wrap .icon-shero {
    font-size: 3.75rem;
  }
  .about-banner-wrap .text-wrap p.text {
    font-size: 1.5625rem;
  }
  .about-banner-wrap .text-wrap p.other {
    width: 70%;
    padding-top: 10px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 900px) {
  .about-banner-wrap {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .about-banner-wrap {
    max-width: none;
    margin-top: 98px;
  }
  .about-banner-wrap .text-wrap p.text {
    padding-bottom: 12px;
  }
  .about-banner-wrap .text-wrap p.other {
    width: 90%;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 360px) {
  .about-banner-wrap .text-wrap .icon-shero {
    font-size: 3.125rem;
  }
  .about-banner-wrap .text-wrap p.text {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .about-banner-wrap {
    padding-top: 20px;
  }
  .about-banner-wrap .text-wrap .icon-shero {
    padding: 15px 0;
  }
  .about-banner-wrap .text-wrap p.text {
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
  .about-banner-wrap .text-wrap p.other {
    line-height: 1.5;
  }
}
.about-banner-wrap.waypoint .text-wrap > span {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.about-banner-wrap.waypoint .icon-shero {
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.about-banner-wrap.waypoint p.text {
  opacity: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s 0.8s ease-in-out;
  -o-transition: 0.8s 0.8s ease-in-out;
  transition: 0.8s 0.8s ease-in-out;
}
.about-banner-wrap.waypoint p.text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 0;
  height: 100%;
  -webkit-transition: 0.8s 0.8s ease-in-out;
  -o-transition: 0.8s 0.8s ease-in-out;
  transition: 0.8s 0.8s ease-in-out;
}
.about-banner-wrap.waypoint p.other {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.about-banner-wrap.waypoint .btn-scroll {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.about-banner-wrap.show .text-wrap > span {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-banner-wrap.show .icon-shero {
  opacity: 1;
}
.about-banner-wrap.show p.text {
  opacity: 1;
}
.about-banner-wrap.show p.text::after {
  width: 100%;
  left: 100%;
}
.about-banner-wrap.show p.other {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-banner-wrap.show .btn-scroll {
  opacity: 1;
}
.about .fake-bar {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #fff;
  z-index: 99;
}
.about .fake-bar.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.about-anchor {
  position: relative;
  padding-bottom: 160px;
  padding-top: 30px;
}
.about-anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-anchor li {
  padding: 30px 40px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 1025px) {
  .about-anchor li:hover {
    opacity: 0.6;
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media only screen and (max-width: 767px) {
  .about-anchor li {
    font-weight: bold;
  }
}
.about-anchor.normal::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 84px;
  background-color: #000;
  left: 50%;
  bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .about-anchor {
    padding-bottom: 85px;
  }
  .about-anchor li {
    padding: 30px;
    font-size: 0.9375rem;
  }
  .about-anchor.normal::after {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-anchor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-anchor li {
    padding: 12px 0;
    font-size: 0.9375rem;
  }
}
.about-anchor.waypoint ul {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.about-anchor.waypoint.normal::after {
  height: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-anchor.show ul {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-anchor.show.normal::after {
  height: 84px;
}
@media only screen and (max-width: 1100px) {
  .about-anchor.show.normal::after {
    height: 50px;
  }
}
.about-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-type .text-light {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.5625rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1100px) {
  .about-type .text-light {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 350px) {
  .about-type .text-light {
    font-size: 1.875rem;
  }
}
.about-type .text-bold {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.5625rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1100px) {
  .about-type .text-bold {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 350px) {
  .about-type .text-bold {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-type .text-bold {
    font-weight: bold;
  }
}
.about-type .text-small {
  letter-spacing: 0.45px;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1100px) {
  .about-type .text-small {
    line-height: 1.5;
  }
}
.about-type .text.dark p {
  color: #202121;
}
.about-type .text.white p {
  color: #fff;
}
.about-type .text.white .text-small {
  color: rgba(255, 255, 255, 0.7);
}
.about-type.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-type.waypoint .num, .about-type.waypoint .text:before {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.about-type.waypoint p {
  opacity: 0;
  -webkit-transform: translate(30px, 20px);
      -ms-transform: translate(30px, 20px);
          transform: translate(30px, 20px);
  -webkit-transition: 0.8s 0.1s ease-in-out;
  -o-transition: 0.8s 0.1s ease-in-out;
  transition: 0.8s 0.1s ease-in-out;
}
.about-type.waypoint .text-small {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about-type.show .num, .about-type.show .text:before {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-type.show p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.about-type.show .text-small {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about .num .bg {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url(../../../dist/uploads/pic/about/bg.jpg);
  -webkit-animation: numAni 30s infinite;
          animation: numAni 30s infinite;
  font-size: 10rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .about .num .bg {
    background-image: none;
    background-clip: unset;
    -webkit-animation: unset;
            animation: unset;
    color: #fff;
  }
}
@media only screen and (max-width: 900px) {
  .about .num .bg {
    font-size: 8.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .num .bg {
    font-weight: bold;
  }
}
.about-sec1 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 215px;
  background-color: #171920;
}
.about-sec1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.about-sec1.waypoint::after {
  height: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-sec1.show::after {
  height: 84px;
}
@media only screen and (max-width: 1100px) {
  .about-sec1.show::after {
    height: 50px;
  }
}
.about-sec1 .about-wrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.about-sec1 .about-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.about-sec1 .about-type .num {
  padding-right: 30px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.about-sec1 .about-type .text {
  position: relative;
  padding-left: 60px;
}
.about-sec1 .about-type .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.1);
}
.about-sec1 .text-bold {
  display: block;
}
.about-sec1 .text-small {
  padding-top: 20px;
}
.about-sec1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
}
.about-sec1 ul li.waypoint .img {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.about-sec1 ul li.waypoint .text {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about-sec1 ul li.show .img {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.about-sec1 ul li.show .text {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-sec1 li {
  width: 33.3%;
}
.about-sec1 li .img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.about-sec1 li .text {
  padding-top: 30px;
  text-align: center;
}
.about-sec1 li .text h6 {
  padding-bottom: 10px;
  color: #fff;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .about-sec1 li .text h6 {
    font-weight: bold;
  }
}
.about-sec1 li .text p {
  padding: 0 40px;
  color: #bababd;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.about-sec1 .btn-learn-wrap {
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 1500px) {
  .about-sec1 {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1100px) {
  .about-sec1 {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .about-sec1::after {
    height: 50px;
  }
  .about-sec1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-sec1 li {
    padding-bottom: 30px;
    width: 40%;
  }
  .about-sec1 li .text p {
    padding: 0;
  }
  .about-sec1 .btn-learn-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .about-sec1 {
    padding-top: 90px;
  }
  .about-sec1 .about-type {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .about-sec1 .about-type .text {
    padding: 0;
  }
  .about-sec1 .about-type .text:before {
    width: 0;
    height: 0;
  }
  .about-sec1 .about-type::before {
    content: "";
    position: absolute;
    left: 36px;
    bottom: 0;
    width: 7px;
    height: 42%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .about-sec1 .text-bold {
    display: inline;
  }
  .about-sec1 .text-small {
    padding-top: 15px;
  }
  .about-sec1 ul {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-sec1 {
    padding: 110px 0;
  }
  .about-sec1 .about-type {
    width: 90%;
  }
  .about-sec1 .about-type .num {
    padding-right: 10px;
  }
  .about-sec1 .about-type::before {
    height: 56%;
  }
  .about-sec1 li {
    width: 80%;
    padding-bottom: 60px;
  }
  .about-sec1 li:last-child {
    padding-bottom: 0;
  }
}
.about-sec2 {
  padding-top: 170px;
}
.about-sec2 .about-wrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-sec2 .left {
  position: relative;
  max-width: 680px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .about-sec2 .left .num .bg {
    color: #202121;
  }
}
.about-sec2 .left .img-blazy {
  width: 100%;
  height: 100%;
}
.about-sec2 .left .img {
  position: relative;
  padding-bottom: 114.26%;
}
.about-sec2 .left .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-sec2 .left .about-type {
  margin-top: -65px;
  padding-right: 35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: right;
}
.about-sec2 .left .about-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 65px;
  width: 8px;
  height: 345px;
  background-color: #000;
}
.about-sec2 .right {
  width: 60%;
  padding-left: 100px;
  margin-top: 90px;
}
.about-sec2 .right .text {
  max-width: 470px;
  width: 100%;
  padding-bottom: 40px;
}
.about-sec2 .right .text h5 {
  padding-bottom: 10px;
  font-size: 1.3125rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .about-sec2 .right .text h5 {
    font-weight: bold;
  }
}
.about-sec2 .right .text p {
  color: #202121;
  letter-spacing: 0.45px;
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
}
.about-sec2 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-sec2 .right ul li {
  width: 33.3%;
  padding: 25px 0;
}
.about-sec2 .right ul li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 0 auto;
}
.about-sec2 .right ul li img.normal {
  max-width: 40%;
  width: 100%;
}
.about-sec2 .right ul li img.large {
  max-width: 150px;
  width: 100%;
}
.about-sec2 .right.waypoint h5 {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.about-sec2 .right.waypoint p {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about-sec2 .right.waypoint li:nth-child(3n-2) {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.about-sec2 .right.waypoint li:nth-child(3n-1) {
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.about-sec2 .right.waypoint li:nth-child(3n) {
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.about-sec2 .right.show h5, .about-sec2 .right.show p {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-sec2 .right.show li:nth-child(3n-2),
.about-sec2 .right.show li:nth-child(3n-1),
.about-sec2 .right.show li:nth-child(3n) {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (max-width: 1500px) {
  .about-sec2 .about-wrap {
    width: 80%;
  }
  .about-sec2 .left {
    width: 60%;
  }
  .about-sec2 .right {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .about-sec2 {
    padding-top: 130px;
  }
  .about-sec2 .about-wrap {
    width: 90%;
  }
  .about-sec2 .left {
    width: 45%;
  }
  .about-sec2 .right {
    width: 50%;
    margin-top: 40px;
  }
  .about-sec2 .right ul li {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-sec2 .right ul li img.large {
    width: 85%;
    max-width: 85%;
  }
}
@media only screen and (max-width: 900px) {
  .about-sec2 .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-sec2 .left {
    width: 60%;
  }
  .about-sec2 .right {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .about-sec2 {
    padding: 0;
  }
  .about-sec2 .about-wrap {
    width: 100%;
  }
  .about-sec2 .left {
    width: 100%;
    height: 65vh;
    overflow: hidden;
  }
  .about-sec2 .left .img {
    height: 100%;
  }
  .about-sec2 .left .img img {
    height: 100%;
    width: auto;
  }
  .about-sec2 .left .about-type {
    margin-top: 0;
    padding-top: 45px;
  }
  .about-sec2 .left .about-type:after {
    top: 45px;
    height: 300px;
  }
  .about-sec2 .right {
    width: 100%;
    padding: 0 40px;
    margin-top: 40px;
  }
  .about-sec2 .right .text {
    padding-bottom: 10px;
  }
  .about-sec2 .right ul li img.normal {
    max-width: 55%;
  }
}
.about-sec3 {
  position: relative;
  overflow: hidden;
  padding: 120px 0 50px;
}
.about-sec3 .img-outer {
  width: 100%;
  height: 0;
  padding-bottom: 46.875%;
  position: relative;
  overflow: hidden;
}
.about-sec3 .img-outer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-sec3 .desk {
  display: block;
}
.about-sec3 .mobile {
  display: none;
}
.about-sec3 .about-type {
  width: 80%;
  max-width: 1340px;
  margin: 0 auto 10px;
}
.about-sec3 .num {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .about-sec3 {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .about-sec3 .about-type {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .about-sec3 .num {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec3 .desk {
    display: none;
  }
  .about-sec3 .mobile {
    display: block;
  }
}
.about-sec3.waypoint {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.about-sec3.show {
  opacity: 1;
}
.about-bottom {
  padding: 150px 0;
  text-align: center;
  background-color: #171920;
}
.about-bottom .num {
  padding-bottom: 25px;
}
.about-bottom .num .bg {
  font-size: 3.875rem;
  line-height: 1.1;
}
.about-bottom > p {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.46px;
  line-height: 1.5;
  font-size: 0.875rem;
}
.about-bottom .about-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-bottom .about-wrap .btn-learn-wrap {
  width: auto;
}
.about-bottom .input-group .text {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .about-bottom {
    padding: 100px 20px;
  }
  .about-bottom .num .bg {
    font-size: 3.5rem;
  }
  .about-bottom .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .about-bottom .input-group {
    padding-left: 0;
  }
  .about-bottom .btn-learn-wrap {
    padding-top: 40px;
  }
  .about-bottom .btn-learn {
    width: 215px;
  }
}
.about-bottom.waypoint .num .bg, .about-bottom.waypoint p {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.about-bottom.waypoint p {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about-bottom.waypoint .input-group .line {
  height: 0;
  -webkit-transition: 1.8s 0.3s;
  -o-transition: 1.8s 0.3s;
  transition: 1.8s 0.3s;
}
.about-bottom.waypoint .input-group .text {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 1.8s 0.4s;
  -o-transition: 1.8s 0.4s;
  transition: 1.8s 0.4s;
}
.about-bottom.waypoint .btn-learn-wrap {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
      -ms-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
  -webkit-transition: 0.8s 1.5s;
  -o-transition: 0.8s 1.5s;
  transition: 0.8s 1.5s;
}
.about-bottom.show .num .bg, .about-bottom.show p {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.about-bottom.show .input-group .line {
  height: 100%;
}
.about-bottom.show .input-group .text {
  width: 100%;
}
.about-bottom.show .btn-learn-wrap {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
/*# sourceMappingURL=about.css.map */