:root {
  --map-point-bg_1: url("../image/location.png") no-repeat center center;
  --map-point-bg_2: url("../image/local_2.png") no-repeat center center;
  --map-point-bg-3: url("../image/malaysia-local.png") no-repeat center center;
  --map-point-bg-4: url("../image/singapore-local.png") no-repeat center center;
  --animation-slide: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both
}

.about-banner {
  overflow: hidden;
  position: relative;
  min-height: 1000px;
  max-height: 1500px
}

.about-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 1000px;
  width: 2048px;
  background-image: url(../image/pc-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.spec-en .about-banner::before {
  width: 2510px
}

.about-banner h1 {
  margin: 192px 0 24px;
  color: #fff
}

@media (min-width:991.98px) {
  .about-banner .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@-webkit-keyframes breathe {
  0% {
    border: 1px solid rgba(0, 0, 0, .1)
  }

  100% {
    border: 12px solid rgba(0, 0, 0, .2)
  }
}

.about-banner .video {
  text-align: center;
  position: relative;
  width: 500px;
  height: 440px;
  margin: 0 auto
}

.about-banner .video .video-bg {
  width: 500px;
  height: 440px;
  background: url(/assets/images/about/video-pc.png) no-repeat center center;
  background-size: 100% 100%
}

@media (min-width:1200px) {
  .about-banner .video {
    top: -60px
  }
}

@media (max-width:767.98px) {
  .about-banner .video {
    text-align: center;
    position: relative;
    width: 280px;
    height: 226px;
    top: 0
  }

  .about-banner .video .video-bg {
    width: 280px;
    height: 226px;
    background: url(/assets/images/about/video-pc.png) no-repeat center center;
    background-size: 100% 100%
  }
}

.about-banner .video .breathe-div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  cursor: pointer;
  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
}

.about-banner .video .breathe-div .breathe {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: breathe;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate
}

@media (max-width:767.98px) {
  .about-banner .video .breathe-div {
    width: 50px;
    height: 50px
  }

  .about-banner .video .breathe-div .breathe {
    width: 50px;
    height: 50px
  }

  .about-banner .video .breathe-div .breathe .play {
    width: 50px;
    height: 50px
  }
}

.about-banner .text {
  line-height: 32px;
  margin-right: 21px
}

@media (min-width:991.98px) {
  .about-banner .text {
    width: 624px
  }
}

.about-banner .text p {
  margin: 16px 0;
  color: #fff
}

@media (max-width:767.98px) {
  .about-banner {
    min-height: 449px;
    max-height: 920px;
    height: auto
  }

  .about-banner::before {
    background-image: url(/assets/images/about/mobile-banner.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    width: 100% !important;
    height: 100% !important
  }

  .about-banner h1 {
    margin: 96px 0 0
  }

  .about-banner .text {
    width: 100%;
    padding-right: 0;
    line-height: 1.5;
    padding-bottom: 10px
  }

  .about-banner .text p {
    font-size: 14px;
    margin: 8px 0
  }
}

.qualification .container {
  padding-top: 100px;
  padding-bottom: 90px;
  border-color: rgba(237, 240, 250, .08)
}

.qualification .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5a6a80;
  margin-top: 16px;
  margin-bottom: 24px
}

.qualification .rows {
  width: 100%;
  overflow: hidden
}

.qualification .rows .license-wrapper {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer
}

.qualification .rows .license-wrapper li.item {
  width: 146px;
  height: 360px;
  position: relative;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.qualification .rows .license-wrapper li.item .license-msg {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 16px
}

.qualification .rows .license-wrapper li.item .license-msg h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px
}

.qualification .rows .license-wrapper li.item .license-msg p {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: 100%
}

.qualification .rows .license-wrapper li.item img {
  width: 640px;
  height: 360px;
  -webkit-user-drag: none
}

.qualification .rows .license-wrapper li.active {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-flex: 1
}

@media (max-width:767.98px) {
  .qualification .container {
    padding-top: 72px;
    padding-bottom: 52px
  }

  .qualification .rows {
    width: 100%;
    height: 620px;
    overflow: hidden
  }

  .qualification .rows .license-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 620px
  }

  .qualification .rows .license-wrapper li.item {
    width: 100%;
    height: 64px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
  }

  .qualification .rows .license-wrapper li.item .license-msg {
    position: absolute;
    padding: 20px 16px
  }

  .qualification .rows .license-wrapper li.item .license-msg h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px
  }

  .qualification .rows .license-wrapper li.item .license-msg p {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 100%
  }

  .qualification .rows .license-wrapper li.item img {
    width: 100%;
    height: 300px;
    -webkit-user-drag: none
  }

  .qualification .rows .license-wrapper li.active {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-box-flex: 1
  }
}

.office {
  background-color: #fafbff
}

.office .container {
  padding-top: 130px;
  padding-bottom: 120px
}

.office .container .c-title {
  text-align: center
}

.office .container .text {
  padding-top: 32px;
  padding-bottom: 128px;
  color: #5a6a80;
  text-align: center
}

.spec-en .office .container .text {
  text-align: left
}

.office .rows {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 64px
}

.office .rows .col-item {
  border-top: 1px solid #edf0fa;
  padding: 48px 0
}

.office .rows .col-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.office .rows .col-item .title .icon {
  width: 40px;
  height: 40px
}

.office .rows .col-item .title .icon img {
  width: 100%;
  height: 100%
}

.office .rows .col-item .title h5 {
  text-align: center;
  margin-left: 12px
}

.office .rows .col-item .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.office .rows .col-item .address .add-content {
  padding: 28px 16px;
  min-height: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 32px 32px 0 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 368px;
  flex: 0 1 368px;
  -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  word-break: break-word
}

.office .rows .col-item .address .add-content .location {
  width: 24px;
  height: 24px
}

.office .rows .col-item .address .add-content .location img {
  width: 100%;
  height: 100%
}

.office .rows .col-item .address .add-content .content {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.office .rows .col-item .address .add-content .content .name {
  color: #0d2240
}

.office .rows .col-item .address .add-content .content p {
  margin-top: 10px;
  color: #5a6a80
}

.office .rows .col-item .address .add-content:nth-child(3n+3) {
  margin-right: 0
}

.office .office-location {
  display: none;
  max-width: 1200px;
  min-width: 1200px;
  width: 1200px;
  height: 370px;
  position: relative
}

.office .office-location img {
  width: 100%
}

.office .office-location .dialog {
  display: none;
  z-index: 999;
  width: 368px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
  word-break: break-word;
  background-color: #fff;
  position: absolute;
  right: 10px;
  bottom: 64px
}

.office .office-location .dialog__mexico {
  -webkit-transform: translateX(368px);
  transform: translateX(368px)
}

.office .office-location .dialog .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #edf0fa
}

.office .office-location .dialog .title img {
  width: 40px;
  height: 40px
}

.office .office-location .dialog .title h3 {
  font-size: 22px;
  margin-left: 10px
}

.office .office-location .dialog .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.office .office-location .dialog .address .add-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 22px 0 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word
}

.office .office-location .dialog .address .add-content .location {
  width: 24px;
  height: 24px
}

.office .office-location .dialog .address .add-content .location img {
  width: 100%;
  height: 100%
}

.office .office-location .dialog .address .add-content .content {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.office .office-location .dialog .address .add-content .content .name {
  color: #0d2240
}

.office .office-location .dialog .address .add-content .content p {
  margin-top: 10px;
  color: #5a6a80
}

.office .office-location .dialog .address .add-content:nth-child(3n+3) {
  margin-right: 0
}

.office .office-location div.mexico {
  position: absolute;
  width: 24px;
  height: 63px;
  left: 174px;
  top: 137px;
  background: var(--map-point-bg_1)
}

.office .office-location div.mexico__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.mexico .flag {
  background: url(../image/mexico.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.brazil {
  position: absolute;
  width: 24px;
  height: 63px;
  left: 300px;
  top: 178px;
  background: var(--map-point-bg_1)
}

.office .office-location div.brazil__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.brazil .flag {
  background: url(../image/brazil.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.kingdomOfSaudiArabia {
  position: absolute;
  width: 24px;
  height: 63px;
  left: 716px;
  top: 88px;
  background: var(--map-point-bg_1)
}

.office .office-location div.kingdomOfSaudiArabia__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.kingdomOfSaudiArabia .country {
  left: 8px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0)
}

.office .office-location div.kingdomOfSaudiArabia .country .flag {
  background: url(../image/kingdomOfSaudiArabia.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.bahrain {
  position: absolute;
  width: 24px;
  height: 63px;
  left: 740px;
  top: 82px;
  background: var(--map-point-bg_1)
}

.office .office-location div.bahrain__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.bahrain .flag {
  background: url(../image/bahrain.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.unitedArabEmirates {
  position: absolute;
  width: 24px;
  height: 63px;
  height: 91px;
  left: 760px;
  top: 120px;
  background: var(--map-point-bg-3)
}

.office .office-location div.unitedArabEmirates__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.unitedArabEmirates .country {
  left: 8px;
  -webkit-transform: translate(-100%, 91px);
  transform: translate(-100%, 91px)
}

.office .office-location div.unitedArabEmirates .country .flag {
  background: url(../image/unitedArabEmirates.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.china {
  position: absolute;
  width: 24px;
  height: 63px;
  right: 212px;
  top: 84px;
  z-index: 95;
  background: var(--map-point-bg_1)
}

.office .office-location div.china__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.china .flag {
  background: url(../image/china.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.thailand {
  position: absolute;
  width: 24px;
  height: 63px;
  right: 246px;
  top: 120px;
  background: var(--map-point-bg_1)
}

.office .office-location div.thailand__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.thailand .country {
  left: 8px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0)
}

.office .office-location div.thailand .country .flag {
  background: url(../image/thailand.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.philippines {
  position: absolute;
  width: 24px;
  height: 63px;
  right: 166px;
  top: 150px;
  z-index: 96;
  background: var(--map-point-bg_1)
}

.office .office-location div.philippines__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.philippines .flag {
  background: url(../image/philippines.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.malaysia {
  position: absolute;
  width: 24px;
  height: 63px;
  height: 91px;
  right: 242px;
  bottom: 94px;
  z-index: 97;
  background: var(--map-point-bg-3)
}

.office .office-location div.malaysia__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.malaysia .country {
  left: 8px;
  -webkit-transform: translate(-100%, 91px);
  transform: translate(-100%, 91px)
}

.office .office-location div.malaysia .country .flag {
  background: url(../image/malaysia.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.singapore {
  position: absolute;
  width: 24px;
  height: 63px;
  height: 110px;
  right: 220px;
  bottom: 65px;
  z-index: 98;
  background: var(--map-point-bg-4);
  background-size: 100% 100%
}

.office .office-location div.singapore__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.singapore .country {
  left: 8px;
  -webkit-transform: translate(-100%, 110px);
  transform: translate(-100%, 110px)
}

.office .office-location div.singapore .country .flag {
  background: url(../image/singapore.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location div.indonesia {
  position: absolute;
  width: 24px;
  height: 63px;
  height: 91px;
  right: 180px;
  bottom: 65px;
  z-index: 100;
  background: var(--map-point-bg-3)
}

.office .office-location div.indonesia__animation {
  -webkit-animation: var(--animation-slide);
  animation: var(--animation-slide)
}

.office .office-location div.indonesia .country {
  top: 76px
}

.office .office-location div.indonesia .country .flag {
  background: url(../image/indonesia.png) no-repeat center center;
  background-size: 100% 100%
}

.office .office-location .geo-point {
  cursor: pointer
}

.office .office-location .country {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -12px;
  left: 15px;
  border-radius: 14px;
  padding: 2px 6px 2px 2px;
  background-color: #fff;
  cursor: pointer
}

.office .office-location .country i {
  width: 24px;
  height: 24px
}

.office .office-location .country .name {
  margin-left: 2px;
  color: #5a6a80;
  word-break: keep-all
}

.office .office-location-mobile {
  display: none
}

.office .office-location-mobile .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.office .office-location-mobile .tabs .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
  margin-bottom: 16px;
  border-radius: 14px;
  padding: 2px 6px 2px 2px;
  background-color: #edf0fa
}

.office .office-location-mobile .tabs .country__activity {
  background-color: #fff;
  color: #0d2240;
  -webkit-box-shadow: 0 2px 4px 0 rgba(69, 79, 163, .26), 0 0 2px 0 rgba(69, 79, 163, .21);
  box-shadow: 0 2px 4px 0 rgba(69, 79, 163, .26), 0 0 2px 0 rgba(69, 79, 163, .21)
}

.office .office-location-mobile .tabs .country img.flag {
  width: 24px;
  height: 24px
}

.office .office-location-mobile .tabs .country .label {
  font-size: 14px;
  color: #5a6a80;
  margin-left: 4px
}

.office .office-location-mobile .map {
  margin-top: 28px;
  width: 100%;
  height: 110px
}

.office .office-location-mobile .map img {
  width: 100%;
  height: 100%
}

@media (max-width:767.98px) {
  .office .container {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .office .container .c-title {
    text-align: left
  }

  .office .container .text {
    padding-top: 8px;
    padding-bottom: 40px;
    text-align: left
  }

  .office .container .rows {
    margin-top: 0
  }

  .office .container .rows .col-item {
    padding: 0;
    display: none;
    border-top: none
  }

  .office .container .rows .col-item .title {
    margin-bottom: 8px
  }

  .office .container .rows .col-item .title .icon {
    width: 24px;
    height: 24px
  }

  .office .container .rows .col-item .address .add-content {
    padding: 12px 4px;
    margin: 12px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 112px
  }

  .office .container .rows .col-item .address .add-content .location {
    width: 16px;
    height: 16px
  }

  .office .container .rows .col-item .address .add-content .content {
    margin-left: 8px
  }

  .office .container .rows .col-item .address .add-content .content p {
    margin-top: 4px
  }
}

.cb-video-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, .7)
}

.cb-video-mask .player {
  position: absolute;
  width: 996px;
  height: 560px;
  border-radius: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #000
}

.cb-video-mask .player .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  background: url(/assets/images/about/close-bold.png) no-repeat center center
}

.cb-video-mask .player video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0
}

@media (max-width:767.98px) {
  .cb-video-mask .player {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 56.8%;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(200px)
  }
}

@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.footer-contact-us {
  height: 364px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-contact-us::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: #27d670!important;
  background-size: 100% 100%;
  width: 2049px;
  height: 364px;
  margin-left: -1024.5px;
  z-index: -1
}

.footer-contact-us .title {
  text-align: center;
  color: #fff
}

.footer-contact-us .btns {
  text-align: center;
  margin-top: 40px
}

.footer-contact-us .btns a {
  margin: 0 12px
}

@media (max-width:767.98px) {
  .footer-contact-us {
    height: 186px
  }

  .footer-contact-us::after {
    background-image: url(/assets/images/contact/contact-footer-h5.svg)
  }

  .footer-contact-us .btns {
    margin-top: 25px
  }

  .footer-contact-us .btns a {
    margin: 0 6px
  }
}