@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ========reset=========*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans", Roboto, -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

ul {
  padding-left: 0;
  list-style: none;
}

ol {
  padding-left: 25px;
}

ol li {
  margin-bottom: 0.5em;
  text-align: justify;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0;
  color: #1061A3;
}

p {
  color: #222;
}

a.btn {
  display: inline-block;
  background: -o-linear-gradient(351.72deg, #45A7B9 27.02%, #45A7B9 27.03%, #8BCEDB 100.99%);
  background: linear-gradient(98.28deg, #45A7B9 27.02%, #45A7B9 27.03%, #8BCEDB 100.99%);
  padding: 8px 18px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1px;
  margin: 30px 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
a.btn.white {
  background: #fff;
  color: #45A7B9;
}
a.btn.white .fa-arrow-alt-circle-right {
  color: #45A7B9 !important;
}
@media (hover: hover) {
  a.btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 812px) {
  a.btn {
    padding: 8px 12px;
  }
}
.lang-btn-group a.btn {
  background: transparent;
  color: black;
  padding: 3px 6px;
  margin: 6px;
  border-radius: 3px;
  font-size: 14px;
}
.lang-btn-group a.btn.active {
  background-color: rgba(196, 196, 196, 0.45);
}
.lang-btn-group a.btn:hover {
  background-color: rgba(196, 196, 196, 0.2);
}

.lang-btn-group {
  position: absolute;
  right: 60px;
  top: 30px;
  z-index: 9;
}
.lang-btn-group span {
  margin: 6px;
}
@media only screen and (max-width: 812px) {
  .lang-btn-group {
    right: 17px;
    top: 17px;
  }
  .lang-btn-group span {
    display: none;
  }
  .lang-btn-group::before {
    content: "/";
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: gray;
  }
}

.container {
  padding-top: 100px 0;
}

.footer {
  text-align: center;
  color: #fff;
  background-color: #4DC6C9;
  padding: 10px;
}
.footer p {
  display: inline-block;
  color: inherit;
  margin-right: 10px;
}
.footer a.contact {
  color: inherit;
}
.footer a.contact .fa-info-circle {
  margin-right: 5px;
}
.footer a.contact:hover {
  text-decoration: underline;
}

.full_section {
  position: relative;
}
.full_section.bg_1.parallax {
  background: url(../img/explore.png) no-repeat center center/cover;
  padding: 0.5rem;
  background-attachment: fixed;
}
.full_section.bg_2 {
  border: 1px solid #fff;
  background: url(../img/Vector.png) no-repeat, -o-radial-gradient(center, ellipse, #fff2c0 0%, #ffffff 75%) no-repeat, -o-radial-gradient(center, ellipse, #91DAE8 0%, #ffffff 75%) no-repeat, -o-radial-gradient(center, ellipse, #91DAE8 0%, #ffffff 75%) no-repeat;
  background: url(../img/Vector.png) no-repeat, radial-gradient(ellipse at center, #fff2c0 0%, #ffffff 75%) no-repeat, radial-gradient(ellipse at center, #91DAE8 0%, #ffffff 75%) no-repeat, radial-gradient(ellipse at center, #91DAE8 0%, #ffffff 75%) no-repeat;
  background-position: left 95%, center -150px, -150px center, 120% bottom;
  background-size: 120% auto, 300px 300px, 300px 300px, 300px 300px;
}
@media only screen and (max-width: 1500px) {
  .full_section.bg_2 {
    background-position: left 85%, center -150px, -150px center, 120% bottom;
  }
}
@media only screen and (max-width: 812px) {
  .full_section.bg_2 {
    background-size: auto 60%, 300px 300px, 240px 240px, 240px 240px;
    background-position: center bottom, center -150px, -150px center, 150% bottom;
  }
}

.section {
  max-width: 1200px;
  margin: 8rem auto;
}
.section .title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 3rem;
}
.section .title::after {
  display: block;
  content: "";
  width: 4em;
  height: 6px;
  background-color: #91DAE8;
  margin: 0 auto;
}
.section.center {
  text-align: center;
}
.section.platform {
  margin-top: 0px;
}
.section.explore h2 {
  margin-bottom: 1rem;
  color: #fff;
}
.section.explore p {
  color: #fff;
}
.section.opportunities p {
  margin-bottom: 50px;
}
.section.opportunities img {
  margin-bottom: 7rem;
  max-width: 100%;
  height: auto;
}
.section.opportunities .summary {
  color: #807F7F;
  padding: 15px;
}
@media (min-width: 768px) {
  .section.opportunities .summary {
    width: 666px;
    margin: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .section {
    margin: 6rem auto;
  }
}
@media only screen and (max-width: 812px) {
  .section {
    margin: 4rem auto;
  }
}

.visual {
  background: url(../img/circle_right.png) no-repeat, url(../img/circles_left.png) no-repeat, -o-radial-gradient(center, ellipse, #fff2c0 0%, #ffffff 75%) no-repeat;
  background: url(../img/circle_right.png) no-repeat, url(../img/circles_left.png) no-repeat, radial-gradient(ellipse at center, #fff2c0 0%, #ffffff 75%) no-repeat;
  background-position: 122% -277px, -300px bottom, -100px -250px;
  background-size: 1000px auto, 600px auto, 500px 500px;
  padding: 6rem 0;
}
.visual .content {
  max-width: 1200px;
  margin: 0 auto;
}
.visual .title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.visual .title h2 {
  font-size: 2.2rem;
  letter-spacing: -0.1px;
  margin-bottom: 0;
  line-height: 1.2;
}
.visual .title h3 {
  display: inline-block;
  color: #807F7F;
  font-size: 1.4rem;
  letter-spacing: -0.1px;
  border-bottom: 3px solid #807F7F;
  padding-bottom: 1rem;
  position: relative;
}
.visual .title h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #91DAE8;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.visual .summary {
  color: #807F7F;
  margin-bottom: 5rem;
  width: 40%;
}
.visual .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  margin-bottom: 1.2rem;
}
.visual .list li:nth-of-type(2) {
  margin-left: 50px;
}
.visual .list span {
  display: inline-block;
  background: url(../img/title.png) no-repeat center center/contain;
  padding: 55px;
  margin-right: 10px;
  white-space: nowrap;
}
.visual.active {
  -webkit-animation-name: showleftcircle;
          animation-name: showleftcircle;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes showleftcircle {
  0% {
    opacity: 0;
    background-position-x: 100%, 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showleftcircle {
  0% {
    opacity: 0;
    background-position-x: 100%, 0;
  }
  100% {
    opacity: 1;
  }
}
.visual h1.logo {
  width: 226px;
  height: 50px;
  background: url(../img/circlelinks.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1500px) {
  .visual {
    background-size: 800px auto, 300px auto, 300px 300px;
    background-position: 130% -245px, -200px 78%, -100px -150px;
  }
  .visual .content {
    max-width: 1100px;
    margin: 0 auto;
  }
  .visual .list li {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .visual {
    background-size: 600px auto, 300px auto, 300px 300px;
    background-position: 135% -150px, -200px 78%, -100px -150px;
  }
  .visual .content {
    margin: 0 5%;
  }
}
@media only screen and (max-width: 812px) {
  .visual {
    background-position: 435px -180px, -160px 77%, -100px -100px;
    padding: 8rem 0 6rem 0;
  }
  .visual .summary {
    width: 80%;
  }
  .visual .list li {
    max-width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .visual {
    padding: 19rem 0 2rem 0;
    background-size: 100% auto, 200px auto, 200px 200px;
    background-position: 100px -120px, -160px 88%, -100px -100px;
  }
  .visual h1.logo {
    width: 180px;
    height: 50px;
  }
  .visual .title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .visual .title h2 {
    font-size: 1.5rem;
  }
  .visual .title h3 {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
  }
  .visual .summary {
    width: 100%;
  }
  .visual .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: unset;
    margin-left: 1.5rem;
  }
  .visual .list li:nth-of-type(2) {
    margin-left: 3.5rem;
  }
  .visual .list span {
    padding: 5px 0;
    color: #1061a3;
    background: unset;
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 430px) {
  .visual {
    background-position: 100px -85px, -160px 88%, -100px -100px;
  }
}
@media (min-width: 576px) {
  .visual .title h2 {
    max-width: 410px;
  }
  .visual .title h3 {
    max-width: 410px;
  }
}
@media (min-width: 992px) {
  .visual .title h2 {
    max-width: 520px;
  }
  .visual .title h3 {
    max-width: 520px;
  }
}

.list_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_1 li {
  margin: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
  min-width: 180px;
}
.list_1 li:nth-child(3) p.unit:first-child {
  color: #1061a3;
  font-size: 20px;
  margin-right: 0.5rem;
}
.list_1 li:nth-child(3) p.unit:last-child {
  margin-bottom: -0.25rem;
}
.list_1 .icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
}
.list_1 .icon.member {
  background: url(../img/member.png) center center no-repeat;
  background-size: contain;
}
.list_1 .icon.global {
  background: url(../img/global.png) center center no-repeat;
  background-size: contain;
}
.list_1 .icon.case {
  background: url(../img/case.png) center center no-repeat;
  background-size: contain;
}
.list_1 .counter {
  height: 2rem;
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.list_1 p.num {
  width: 1.5rem;
  color: #1061A3;
  font-size: 1.5rem;
  vertical-align: bottom;
  display: inline-block;
  margin: -7px;
}
.list_1 p.num span {
  display: block;
}
.list_1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_1 .item .unit {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .list_1 li {
    margin: 0 0.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 812px) {
  .list_1 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    min-width: 105px;
  }
  .list_1 li p {
    line-height: 1;
  }
}

#js-platform.active p.num {
  -webkit-animation-name: counter;
          animation-name: counter;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  --px-counter: -216px;
}
@media only screen and (max-width: 812px) {
  #js-platform.active p.num {
    --px-counter: -139px;
  }
}

#js-platform.active p.num:nth-of-type(1) {
  -webkit-animation-delay: 0.1 s;
          animation-delay: 0.1 s;
}

#js-platform.active p.num:nth-of-type(2) {
  -webkit-animation-delay: 0.2 s;
          animation-delay: 0.2 s;
}

#js-platform.active p.num:nth-of-type(3) {
  -webkit-animation-delay: 0.3 s;
          animation-delay: 0.3 s;
}

#js-platform.active p.num:nth-of-type(4) {
  -webkit-animation-delay: 0.4 s;
          animation-delay: 0.4 s;
}

#js-platform.active p.num:nth-of-type(5) {
  -webkit-animation-delay: 0.5 s;
          animation-delay: 0.5 s;
}

@-webkit-keyframes counter {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(var(--px-counter));
            transform: translateY(var(--px-counter));
  }
}

@keyframes counter {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(var(--px-counter));
            transform: translateY(var(--px-counter));
  }
}
.list_2 {
  width: 80%;
  margin: 0 auto;
}
.list_2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E5E5;
}
.list_2 li .pic {
  width: 40%;
}
.list_2 li .pic img {
  width: 100%;
}
.list_2 li .summary {
  width: 60%;
  padding-left: 30px;
}
.list_2 li .summary .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_2 li .summary h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.list_2 li:nth-last-of-type(1) {
  border-bottom: 0px;
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .list_2 a.btn {
    margin: 5px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .list_2 a.btn {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
@media only screen and (max-width: 812px) {
  .list_2 {
    width: 100%;
  }
  .list_2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list_2 li .pic {
    width: 100%;
  }
  .list_2 li .pic img {
    width: 100%;
  }
  .list_2 li .summary {
    width: 100%;
    margin-left: 0rem;
    padding: 15px;
  }
  .list_2 li .btn_box {
    text-align: center;
  }
  .list_2 li a.btn {
    position: static;
    text-align: center;
  }
}

.list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_3 li {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}
.list_3 .item {
  padding: 30px;
}
.list_3 .item_title {
  border-bottom: 2px solid #91DAE8;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.list_3 .item_title h5 {
  font-size: 1.2rem;
}
.list_3 .item_title::after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #c7e5ea;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: -30px;
  z-index: -1;
  opacity: 0;
}
.list_3 .summary {
  color: #807F7F;
  margin-bottom: 1rem;
}
.list_3 .service {
  padding: 15px 10px;
  border-radius: 15px;
  background-color: #ecf6f8;
}
.list_3 .service h5 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.list_3 .service .note {
  color: #1061A3;
  text-align: left;
  font-size: 0.9rem;
}
.list_3 .service .note .m-only {
  display: none;
}
.list_3 .list li {
  color: #807F7F;
  margin-bottom: 0.5rem;
}
.list_3 .list em {
  font-style: normal;
  color: #222;
}
@media only screen and (max-width: 812px) {
  .list_3 li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .list_3 .item {
    margin-bottom: 50px;
  }
  .list_3 .service .note {
    text-align: left;
  }
  .list_3 .service .note .m-only {
    display: inline-block;
  }
}

#js-service.active .item_title::after {
  -webkit-animation: titlecircle 1s both;
          animation: titlecircle 1s both;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#js-service.active .item:nth-child(1) .item_title::after {
  -webkit-animation-delay: 0.3 s;
          animation-delay: 0.3 s;
}
#js-service.active .item_title::after {
  -webkit-animation: titlecircle 1s both;
          animation: titlecircle 1s both;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#js-service.active .item:nth-child(2) .item_title::after {
  -webkit-animation-delay: 0.6 s;
          animation-delay: 0.6 s;
}
#js-service.active .item_title::after {
  -webkit-animation: titlecircle 1s both;
          animation: titlecircle 1s both;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#js-service.active .item:nth-child(3) .item_title::after {
  -webkit-animation-delay: 0.9 s;
          animation-delay: 0.9 s;
}

@-webkit-keyframes titlecircle {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes titlecircle {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}