*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "Inter";
}

.section_video {
  position: relative;
  margin-bottom: 40px;
  min-height: 500px;
}
.section_video video {
  width: 100%;
  height: auto;
  display: block;
}
.section_video img.logo {
  width: 274px;
  height: 127px;
  margin-bottom: 40px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.section_video .sv_text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.section_video .sv_text h2 p {
  background: #fff;
  padding: 10px 8px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Inter";
  font-size: 32px;
  color: #AF282F;
  text-transform: uppercase;
  font-weight: 400;
}
.section_video .sv_text h2 p strong {
  font-family: "Inter 18pt";
  font-weight: bold;
}
.section_video .sv_text h2 p.big_text {
  font-size: 96px;
}
.section_video .sv_text h2 p.red_bg {
  background: #AF282F;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 40px;
}
.section_video .sv_text h2 p.red_bg a {
  text-transform: lowercase;
  color: #fff;
}
.section_video .sv_category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section_video .sv_category .svc_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section_video .sv_category .svc_box {
  width: 33.3333333333%;
  border: 2px solid #fff;
}
.section_video .sv_category .card-container {
  perspective: 1000px;
  width: 100%;
  height: 210px;
}
.section_video .sv_category .card-container:hover .card {
  transform: rotateY(180deg);
}
.section_video .sv_category .card-container .card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.section_video .sv_category .card-container .card .card-front,
.section_video .sv_category .card-container .card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  transition: background 0.3s ease;
  padding: 15px;
  height: 210px;
}
.section_video .sv_category .card-container .card .card-front {
  background: transparent;
  color: #000;
}
.section_video .sv_category .card-container .card .card-front h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Inter 18pt";
  text-transform: uppercase;
}
.section_video .sv_category .card-container .card .card-front h3 span {
  background: #fff;
  margin-bottom: 5px;
  padding: 0 5px;
  display: inline-block;
}
.section_video .sv_category .card-container .card .card-back {
  background: #fff;
  transform: rotateY(180deg);
  color: #000;
  display: block;
  height: 210px;
  overflow-y: auto;
}
.section_video .sv_category .card-container .card .card-back span {
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section_video .sv_category .card-container .card .card-back p {
  margin-bottom: 15px;
}
.section_video .sv_category .card-container .card .card-back p i {
  font-size: 14px;
  font-weight: bold;
  font-family: "Inter 18pt";
}
.section_video .sv_category .card-container .card .card-back ul {
  padding-left: 20px;
}
.section_video .sv_category .card-container .card .card-back ul li {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter 18pt";
  margin-bottom: 10px;
}
.section_video .section_tab {
  display: none;
}

.section_two {
  padding: 40px;
  background: url("../images/bg_gray.png") no-repeat top center/cover;
  font-size: 35px;
  font-family: "HelveticaNeueLT Std";
  text-align: center;
  margin-bottom: 40px;
}
.section_two .container {
  max-width: 860px;
  margin: 0 auto;
}

.section_three .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.section_three .toggle_box {
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px dotted #000;
}
.section_three .toggle_box:last-child {
  border-bottom: none;
}
.section_three .toggle_box:last-child .toggle_top {
  border-bottom: 1px dotted #000;
}
.section_three .toggle_top {
  font-size: 48px;
  font-family: "HelveticaNeueLT Std";
  background: url("../images/chevron_down.png") no-repeat right center/48px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 52px;
  padding: 20px 50px 20px 0;
}
.section_three .toggle_top.active {
  background: url("../images/chevron_top.png") no-repeat right center/48px;
}
.section_three .toggle_bottom {
  display: none;
  padding: 10px 0;
  font-size: 32px;
  font-family: "Helvetica";
  font-weight: 500;
  line-height: 42px;
}
.section_three .toggle_bottom p {
  margin-bottom: 20px;
}
.section_three .toggle_bottom p strong {
  font-weight: bold;
}
.section_three .toggle_bottom span {
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 20px;
}
.section_three .toggle_bottom .title {
  background: #A9DD27;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 60px;
}
.section_three .toggle_bottom .title_red {
  background: #AF282F;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 60px;
}
.section_three .toggle_bottom .title_big {
  font-size: 48px;
}
.section_three .toggle_bottom ul {
  padding-left: 20px;
}
.section_three .toggle_bottom ul li {
  margin-bottom: 15px;
}
.section_three .toggle_bottom ul li p {
  padding: 10px;
  margin-top: 10px;
}
.section_three .toggle_bottom ul li p.blue {
  background: #98F3FF;
  border-radius: 10px;
}
.section_three .toggle_bottom ul li p.red {
  background: #AF282F;
  border-radius: 10px;
  color: #fff;
}
.section_three .toggle_bottom ul.custom_one {
  padding-left: 0;
  list-style: none;
}
.section_three .toggle_bottom ul.custom_one li:first-child {
  padding-left: 65px;
}
.section_three .toggle_bottom ul.custom_one li:nth-child(2) {
  padding-left: 65px;
}
.section_three .toggle_bottom ul.custom_one li:nth-child(3) {
  padding-left: 65px;
  background: url("../images/3_white.png") no-repeat left 14px top 18px/32px;
}
.section_three .toggle_bottom ul.custom_one li:nth-child(3)::before {
  background: #AF282F;
}
.section_three .toggle_bottom ul.custom_one li {
  position: relative;
}
.section_three .toggle_bottom ul.custom_one li strong {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 60px;
}
.section_three .toggle_bottom ul.custom_one li strong.red {
  background: #AF282F;
  color: #fff;
}
.section_three .toggle_bottom ul.custom_one li:before {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 60px;
  background: #A9DD27;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section_three .toggle_bottom ul.custom_two {
  padding-left: 0;
  list-style: none;
}
.section_three .toggle_bottom ul.custom_two li:first-child {
  padding-left: 65px;
  background: url("../images/3_white.png") no-repeat left 14px top 18px/32px;
}
.section_three .toggle_bottom ul.custom_two li {
  position: relative;
}
.section_three .toggle_bottom ul.custom_two li strong {
  background: #A9DD27;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 60px;
}
.section_three .toggle_bottom ul.custom_two li strong.red {
  background: #AF282F;
  color: #fff;
}
.section_three .toggle_bottom ul.custom_two li:before {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 60px;
  background: #AF282F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section_three .toggle_bottom ul.custom_three {
  padding-left: 0;
  list-style: none;
}
.section_three .toggle_bottom ul.custom_three li:first-child {
  padding-left: 65px;
  background: url("../images/4.png") no-repeat left 10px top 10px/32px;
}
.section_three .toggle_bottom ul.custom_three li:nth-child(2) {
  padding-left: 65px;
  background: url("../images/5.png") no-repeat left 10px top 10px/32px;
}
.section_three .toggle_bottom ul.custom_three li:nth-child(3) {
  padding-left: 65px;
  background: url("../images/6.png") no-repeat left 10px top 10px/32px;
}
.section_three .toggle_bottom ul.custom_three li:nth-child(4) {
  padding-left: 65px;
  background: url("../images/7.png") no-repeat left 10px top 10px/32px;
}
.section_three .toggle_bottom ul.custom_three li:nth-child(5) {
  padding-left: 65px;
  background: url("../images/8.png") no-repeat left 10px top 10px/32px;
}
.section_three .toggle_bottom ul.custom_three li:nth-child(6) {
  padding-left: 65px;
  background: url("../images/9.png") no-repeat left 10px top 10px/32px;
}
.section_three .toggle_bottom ul.custom_three li {
  position: relative;
}
.section_three .toggle_bottom ul.custom_three li strong {
  background: #A9DD27;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 60px;
}
.section_three .toggle_bottom ul.custom_three li strong.red {
  background: #AF282F;
  color: #fff;
}
.section_three .toggle_bottom ul.custom_three li:before {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 60px;
  background: #A9DD27;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section_three .toggle_bottom strong {
  font-family: "Helvetica";
  font-weight: bold;
}
.section_three .toggle_bottom .tag_wrapper {
  margin-bottom: 30px;
}
.section_three .toggle_bottom .tag_wrapper .tag_box {
  background: #98F3FF;
  border-radius: 5px;
  color: #000;
  font-weight: normal;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 20px;
}
.section_three h2 {
  font-size: 36px;
  font-family: "HelveticaNeueLT Std";
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0;
}
.section_three .world_map {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
.section_three .world_map img {
  width: 100%;
  display: block;
}
.section_three .world_map .dubai {
  position: absolute;
  top: 296px;
  left: 222px;
}
.section_three .world_map .dubai .label {
  top: -125px;
}
.section_three .world_map .hongkong {
  position: absolute;
  top: 230px;
  right: 132px;
}
.section_three .world_map .hongkong .label {
  top: -152px;
}
.section_three .world_map .thailand {
  position: absolute;
  top: 310px;
  right: 266px;
}
.section_three .world_map .thailand .label {
  top: -152px;
}
.section_three .world_map .singapore {
  position: absolute;
  top: 475px;
  right: 238px;
}
.section_three .world_map .singapore .label {
  top: -125px;
}
.section_three .world_map .vietnam {
  position: absolute;
  top: 360px;
  right: 200px;
}
.section_three .world_map .vietnam .label {
  top: -152px;
}
.section_three .world_map .malaysia {
  position: absolute;
  top: 430px;
  right: 254px;
}
.section_three .world_map .malaysia .label {
  top: -152px;
}
.section_three .world_map .mauritius {
  position: absolute;
  bottom: 120px;
  left: 310px;
}
.section_three .world_map .mauritius .label {
  top: -152px;
}
.section_three .world_map .indonesia {
  position: absolute;
  bottom: 177px;
  right: 225px;
}
.section_three .world_map .indonesia .label {
  top: -152px;
}
.section_three .world_map .marker {
  width: 29px;
  height: 42px;
  display: block;
  cursor: pointer;
  background: url("../images/pin_location.png") no-repeat center center/contain;
}
.section_three .world_map .label {
  padding: 10px;
  border-radius: 20px;
  white-space: nowrap;
  position: absolute;
  background: #000;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 10;
}
.section_three .world_map .label h3 {
  font-size: 22px;
  font-family: "Helvetica";
  font-weight: 700;
}
.section_three .world_map .label p {
  margin-bottom: 0;
  font-size: 22px;
}
.section_three .world_map .label p strong {
  font-weight: 700;
}

.section_four {
  padding: 40px 0 80px;
  margin-bottom: 60px;
  background: url("../images/dot.png") repeat center center/20px;
}
.section_four .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section_four .sf_left {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  font-family: "HelveticaNeueMediumExt";
  text-transform: uppercase;
  color: #fff;
  font-size: 55px;
  letter-spacing: 1px;
}
.section_four .sf_right {
  width: calc((100% - 20px) / 2);
  margin-left: 0;
  color: #fff;
  font-family: "HelveticaNeueLT Std";
  font-size: 30px;
}
.section_four .sf_right p {
  line-height: 40px;
  margin-bottom: 40px;
}
.section_four .sf_right .button_wrapper {
  display: flex;
  justify-content: flex-end;
}
.section_four .sf_right .button_wrapper .green_btn {
  background: #A0D911;
  border: 1px solid #54DA71;
  border-radius: 14px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  font-family: "HelveticaNeueMediumExt";
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
}
.section_four .sf_right .button_wrapper .green_btn.border {
  background: #181818;
  color: #A0D911;
}

.section_five {
  width: 100%;
  margin-bottom: 60px;
}
.section_five .container {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section_five .card_box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
}
.section_five .card_box:hover .card_title {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.section_five .card_box img {
  width: 100%;
  display: block;
}
.section_five .card_box:nth-child(4n) {
  margin-right: 0;
}
.section_five .card_box .card_title {
  font-size: 28px;
  font-family: "HelveticaNeueLT Std";
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.partner_slider_ctr {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

.partner_slider {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* Ensures the container fits all content without wrapping */
  animation: marquee 15s linear infinite;
}

.marquee_box_container {
  width: 100%; /* Or the desired viewport width */
  overflow: hidden;
}

.marquee_box_left {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* Ensures the container fits all content without wrapping */
  animation: marqueeright 110s linear infinite;
}
.marquee_box_left p {
  white-space: nowrap;
  color: #0000FF;
}

.marquee_box_right {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* Ensures the container fits all content without wrapping */
  animation: marqueeright 95s linear infinite;
}
.marquee_box_right p {
  white-space: nowrap;
  color: #00B050;
}

.partner_slider:hover {
  animation-play-state: paused;
}

.ps_box {
  flex: 0 0 auto; /* Ensures the container does not grow */
  padding: 0 20px;
}
.ps_box img {
  height: 100px;
  display: block;
}

.section_2020 {
  padding: 80px 0;
  background: #FAFAFA;
}
.section_2020 .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section_2020 .left_box {
  width: 380px;
}
.section_2020 .left_box img {
  width: 100%;
  max-width: 315px;
  display: block;
  margin: 0 auto;
}
.section_2020 .right_box {
  width: calc(100% - 380px);
  padding-left: 160px;
}
.section_2020 .right_box .title_box {
  margin-bottom: 60px;
}
.section_2020 .right_box .title_box:last-child {
  margin-bottom: 0;
}
.section_2020 .right_box h4 {
  font-size: 30px;
  font-family: "HelveticaNeueMediumExt";
}
.section_2020 .right_box h4 span {
  font-size: 76px;
  display: block;
}

.section_startup {
  padding: 60px 0;
  background: #D9D9D9;
}
.section_startup .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  color: #000;
}
.section_startup h3 {
  font-size: 48px;
  font-family: "HelveticaNeueLT Std";
  font-weight: bold;
  margin-bottom: 20px;
}
.section_startup h4 {
  font-family: "Helvetica";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section_startup p {
  font-size: 32px;
  line-height: 48px;
  font-family: "Helvetica";
  margin-bottom: 20px;
}
.section_startup ul {
  padding-left: 40px;
}
.section_startup ul li {
  font-size: 32px;
  line-height: 48px;
  font-family: "Helvetica";
  margin-bottom: 10px;
}
.section_startup .comingsoon_btn {
  font-size: 24px;
  text-decoration: none;
  border-radius: 20px;
  text-transform: uppercase;
  width: 420px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  display: block;
  font-weight: bold;
  background: #A9DD27;
  border: 1px solid #54DA71;
  box-shadow: 0 0 10px #A0D911;
  margin: 0 auto;
}

.section_contact {
  background: url("../images/dot.png") repeat center center/20px;
  padding: 60px 0;
}
.section_contact .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.section_contact h2 {
  color: transparent;
  -webkit-text-stroke: 1px white;
  font-size: 140px;
  line-height: 128px;
  font-family: "HelveticaNeueLT Std";
  font-weight: bold;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.section_contact h2:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.section_contact p {
  font-size: 54px;
  font-family: "HelveticaNeueLT Std";
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.section_contact .btn_wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section_contact .contact_btn {
  border: 1px solid #A0D911;
  font-size: 36px;
  font-family: "HelveticaNeueLT Std";
  color: #A0D911;
  text-decoration: none;
  border-radius: 20px;
  width: 260px;
  height: 66px;
  padding-top: 15px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.section_contact .contact_btn:hover {
  background: #A0D911;
  color: #000;
  transition: background 0.3s ease, color 0.3s ease;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeleft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes marqueeright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.popup_wrapper_intro,
.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.popup_wrapper_intro .overlay,
.popup_wrapper .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.popup_wrapper_intro .popup_box,
.popup_wrapper .popup_box {
  width: 100%;
  padding: 32px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  max-width: 1080px;
}
.popup_wrapper_intro .popup_box img,
.popup_wrapper .popup_box img {
  width: 100%;
  display: block;
}
.popup_wrapper_intro .popup_box .close_btn,
.popup_wrapper .popup_box .close_btn {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../images/carbon_close.png") no-repeat center center/contain;
  cursor: pointer;
}

.popup_wrapper_intro .popup_box {
  background: none;
  padding: 0;
}
.popup_wrapper_intro .popup_box .pb_ctr {
  background: rgba(255, 255, 255, 0.5);
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding: 40px;
  border-radius: 20px;
}
.popup_wrapper_intro .popup_box .list_box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.popup_wrapper_intro .popup_box .list_box:last-child {
  margin-bottom: 0;
}
.popup_wrapper_intro .popup_box .list_box .number {
  font-size: 42px;
  display: block;
  font-family: "HelveticaNeueMediumExt";
  margin-bottom: 15px;
}
.popup_wrapper_intro .popup_box .list_box h3 {
  font-size: 36px;
  font-family: "HelveticaNeueMediumExt";
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.popup_wrapper_intro .popup_box .desc p {
  font-size: 20px;
  font-family: "Helvetica";
  margin-bottom: 15px;
}
.popup_wrapper_intro .popup_box .desc ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.popup_wrapper_intro .popup_box .desc ul li {
  font-size: 22px;
  font-family: "Helvetica";
  margin-bottom: 10px;
  font-weight: normal;
}
.popup_wrapper_intro .popup_box .desc span {
  font-size: 22px;
  font-family: "Helvetica";
  display: block;
  font-weight: normal;
}
.popup_wrapper_intro .popup_box .close_btn {
  width: 30px;
  height: 30px;
  top: 10px;
  text-indent: -9999px;
  background: url("../images/CloseCircle.png") no-repeat center center/contain;
}

footer {
  background: #171717;
  padding: 40px 0;
}
footer .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
footer .container img {
  width: 160px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
footer .container .footer_top {
  border-bottom: 1px solid #fff;
  position: relative;
}
footer .container .footer_top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  padding-left: 200px;
  text-align: right;
  padding-bottom: 10px;
}
footer .container .footer_top ul li {
  width: 33.3333333333%;
  margin-bottom: 15px;
}
footer .container .footer_top ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-family: "Helvetica";
  text-transform: uppercase;
}
footer .container h4 {
  font-family: "Helvetica";
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 40px 0;
}
footer .container .goh_flex {
  display: flex;
  flex-wrap: wrap;
}
footer .container .goh_col {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 30px;
}
footer .container .goh_col:nth-child(4n) {
  margin-right: 0;
}
footer .container .goh_col h5 {
  font-family: "Helvetica";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
footer .container p {
  font-size: 20px;
  line-height: 28px;
  font-family: "Helvetica";
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .container p strong {
  font-weight: bold;
}

@media only screen and (max-width: 1544px) {
  .section_video .sv_text img {
    width: 200px;
    height: auto;
  }
  .section_video .sv_text h2 p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .section_video .sv_text img {
    width: 160px;
    height: auto;
  }
  .section_video .sv_text h2 p {
    font-size: 32px;
  }
  .section_video .sv_text h2 p.big_text {
    font-size: 88px;
  }
  .section_video .sv_text h2 p.red_bg {
    font-size: 20px;
  }
  .section_video .sv_category .card-container {
    height: 170px;
  }
  .section_video .sv_category .card-container .card .card-front {
    height: 170px;
  }
  .section_video .sv_category .card-container .card .card-front h3 {
    font-size: 24px;
  }
  .section_video .sv_category .card-container .card .card-back {
    height: 170px;
  }
  .popup_wrapper_intro .popup_box .list_box .number {
    font-size: 36px;
  }
  .popup_wrapper_intro .popup_box .list_box h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_video .sv_text img {
    width: 140px;
    height: auto;
    margin-bottom: 20px;
  }
  .section_video .sv_text h2 p {
    font-size: 28px;
  }
  .section_video .sv_category .card-container {
    height: 150px;
  }
  .section_video .sv_category .card-container .card .card-front {
    height: 150px;
  }
  .section_video .sv_category .card-container .card .card-front h3 {
    font-size: 20px;
  }
  .section_video .sv_category .card-container .card .card-back {
    height: 150px;
  }
}
@media only screen and (max-width: 1079px) {
  .section_video .sv_text {
    width: 100%;
    left: 0;
    top: 0px;
    text-align: center;
    padding-top: 20px;
  }
  .section_video .sv_text img {
    width: 140px;
    height: 64px;
    margin: 0 auto 10px;
  }
  .section_video .sv_text h2 {
    margin: 0 auto;
  }
  .section_video .sv_text h2 p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  .section_video .sv_category .card-container {
    height: 110px;
  }
  .section_video .sv_category .card-container .card .card-front {
    padding: 10px;
    height: 110px;
  }
  .section_video .sv_category .card-container .card .card-front h3 {
    font-size: 16px;
  }
  .section_video .sv_category .card-container .card .card-back {
    height: 110px;
  }
  .section_two {
    font-size: 26px;
  }
  .section_three .container {
    padding: 0 40px;
  }
  .section_three .toggle_top {
    font-size: 26px;
    line-height: 36px;
    background-size: 36px;
  }
  .section_three .toggle_top.active {
    background-size: 36px;
  }
  .section_three .toggle_bottom {
    font-size: 26px;
    line-height: 36px;
  }
  .section_three .toggle_bottom .title_big {
    font-size: 36px;
  }
  .section_three .toggle_bottom .tag_wrapper .tag_box {
    font-size: 18px;
  }
  .section_four .container {
    padding: 0 40px;
  }
  .section_four .sf_left {
    font-size: 46px;
  }
  .section_four .sf_right p {
    font-size: 22px;
    line-height: 32px;
  }
  .section_five .container {
    padding: 0 40px;
  }
  .section_2020 .container {
    padding: 0 40px;
  }
  .section_2020 .left_box {
    width: 260px;
  }
  .section_2020 .right_box {
    width: calc(100% - 260px);
    padding-left: 40px;
    font-size: 24px;
  }
  .section_startup .container {
    padding: 0 40px;
  }
  .section_startup h3 {
    font-size: 38px;
  }
  .section_contact .container {
    padding: 0 40px;
  }
  .section_contact h2 {
    font-size: 110px;
    line-height: 105px;
  }
  .section_contact p {
    font-size: 42px;
  }
  .section_contact .contact_btn {
    font-size: 30px;
    width: 220px;
  }
  footer .container {
    padding: 0 40px;
  }
  footer .container img {
    width: 120px;
  }
  footer .container h4 {
    font-size: 26px;
  }
  footer .container .footer_top ul {
    padding-left: 200px;
  }
  footer .container .footer_top ul li a {
    font-size: 16px;
  }
  footer .container .goh_col {
    width: calc((100% - 60px) / 3);
    justify-content: center;
    margin-right: 30px;
  }
  footer .container .goh_col:nth-child(3n) {
    margin-right: 0;
  }
  footer .container .goh_col:nth-child(4n) {
    margin-right: 30px;
  }
  footer .container .goh_col h5 {
    font-size: 20px;
  }
  footer .container p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 743px) {
  .section_video {
    display: block;
    padding-top: 100px;
    background: #fff;
  }
  .section_video img.logo {
    width: 140px;
    height: 64px;
    margin: 0 auto 10px;
    filter: grayscale(100%) brightness(0);
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .section_video .sv_text {
    width: 100%;
    position: static;
    text-align: center;
    padding-top: 20px;
    transform: none;
  }
  .section_video .sv_text h2 {
    margin: 0 auto;
  }
  .section_video .sv_text h2 p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section_video .sv_text h2 p.big_text {
    font-size: 36px;
  }
  .section_video .sv_text h2 p.red_bg {
    width: calc(100% - 40px);
    font-size: 16px;
  }
  .section_video .sv_category {
    position: static;
    display: none;
  }
  .section_video .sv_category .card-container {
    height: 110px;
  }
  .section_video .sv_category .card-container .card .card-front {
    padding: 10px;
    height: 110px;
  }
  .section_video .sv_category .card-container .card .card-front h3 {
    font-size: 16px;
  }
  .section_video .sv_category .card-container .card .card-back {
    height: 110px;
  }
  .section_video .section_tab {
    padding: 0;
    margin-bottom: 20px;
    display: block;
  }
  .section_video .section_tab .title {
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    font-family: "Helvetica";
    color: #AF282F;
  }
  .section_video .section_tab .title h2 {
    font-weight: normal;
    font-size: 26px;
  }
  .section_video .section_tab .title br {
    display: none;
  }
  .section_video .section_tab .container .st_box {
    padding: 0 20px;
  }
  .section_video .section_tab .container .st_box h3 {
    font-family: "Inter 18pt";
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #000;
  }
  .section_video .section_tab .container .st_box .normal_text {
    display: block;
    text-transform: uppercase;
  }
  .section_video .section_tab .container .st_box p {
    font-weight: bold;
    font-family: "Inter 18pt";
    margin-bottom: 15px;
  }
  .section_video .section_tab .container .st_box p i {
    font-size: 14px;
  }
  .section_video .section_tab .container .st_box ul {
    padding-left: 20px;
  }
  .section_video .section_tab .container .st_box ul li {
    font-size: 15px;
    font-family: "Inter 18pt";
    font-weight: 500;
    margin-bottom: 15px;
  }
  .section_video .section_tab .st_slider {
    margin-top: 40px;
    margin-bottom: 0 !important;
  }
  .section_video .section_tab .slick-dots {
    top: -50px;
    height: 32px;
  }
  .section_video .section_tab .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 15px;
  }
  .section_video .section_tab .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
  .section_video .section_tab .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background: #000;
  }
  .section_video .section_tab .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
  }
  .section_video .section_tab .slick-dots li button::before {
    display: none;
  }
  .section_video .section_tab .slick-prev {
    background: url("../images/arrow_left.png") no-repeat center/contain;
    text-indent: -9999px;
    top: -45px;
    transform: none;
  }
  .section_video .section_tab .slick-prev::before {
    display: none;
  }
  .section_video .section_tab .slick-next {
    background: url("../images/arrow_right.png") no-repeat center/contain;
    text-indent: -9999px;
    top: -45px;
    transform: none;
  }
  .section_video .section_tab .slick-next::before {
    display: none;
  }
  .section_video .section_tab .list_tab {
    width: 100%;
  }
  .section_two {
    font-size: 26px;
  }
  .section_three .container {
    padding: 0 20px;
  }
  .section_three .toggle_box {
    margin-bottom: 20px;
  }
  .section_three .toggle_top {
    font-size: 22px;
    line-height: 32px;
    background-size: 36px;
  }
  .section_three .toggle_top.active {
    background-size: 36px;
  }
  .section_three .toggle_bottom {
    font-size: 18px;
    line-height: 28px;
  }
  .section_three .toggle_bottom ul.custom_one li:first-child {
    padding-left: 45px;
  }
  .section_three .toggle_bottom ul.custom_one li:nth-child(2) {
    padding-left: 45px;
  }
  .section_three .toggle_bottom ul.custom_one li:nth-child(3) {
    padding-left: 45px;
    background: url("../images/3_white.png") no-repeat left 8px top 12px/24px;
  }
  .section_three .toggle_bottom ul.custom_one li:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .section_three .toggle_bottom ul.custom_two li:first-child {
    padding-left: 45px;
    background: url("../images/3_white.png") no-repeat left 8px top 12px/24px;
  }
  .section_three .toggle_bottom ul.custom_two li:nth-child(2) {
    padding-left: 45px;
  }
  .section_three .toggle_bottom ul.custom_two li:nth-child(3) {
    padding-left: 45px;
  }
  .section_three .toggle_bottom ul.custom_two li:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .section_three .toggle_bottom ul.custom_three li:first-child {
    padding-left: 45px;
    background: url("../images/4.png") no-repeat left 8px top 8px/24px;
  }
  .section_three .toggle_bottom ul.custom_three li:nth-child(2) {
    padding-left: 45px;
    background: url("../images/5.png") no-repeat left 8px top 11px/24px;
  }
  .section_three .toggle_bottom ul.custom_three li:nth-child(3) {
    padding-left: 45px;
    background: url("../images/6.png") no-repeat left 8px top 9px/24px;
  }
  .section_three .toggle_bottom ul.custom_three li:nth-child(4) {
    padding-left: 45px;
    background: url("../images/7.png") no-repeat left 8px top 8px/24px;
  }
  .section_three .toggle_bottom ul.custom_three li:nth-child(5) {
    padding-left: 45px;
    background: url("../images/8.png") no-repeat left 8px top 8px/24px;
  }
  .section_three .toggle_bottom ul.custom_three li:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .section_three .toggle_bottom .title_big {
    font-size: 28px;
  }
  .section_three .toggle_bottom .tag_wrapper .tag_box {
    font-size: 18px;
  }
  .section_three h2 {
    font-size: 24px;
  }
  .section_three .world_map .label h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .section_three .world_map .label p {
    font-size: 12px;
    line-height: 20px;
  }
  .section_three .world_map .label p strong {
    font-size: 12px;
  }
  .section_four .container {
    padding: 0 20px;
  }
  .section_four .sf_left {
    font-size: 46px;
    width: 100%;
    margin-bottom: 20px;
  }
  .section_four .sf_right {
    width: 100%;
  }
  .section_four .sf_right p {
    font-size: 22px;
    line-height: 32px;
  }
  .section_four .sf_right .button_wrapper {
    flex-wrap: wrap;
  }
  .section_four .sf_right .button_wrapper .green_btn {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section_four .sf_right .button_wrapper .green_btn:last-child {
    margin-bottom: 0;
  }
  .section_five .container {
    padding: 0 20px;
  }
  .section_five .card_box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .section_five .card_box:nth-child(4n) {
    margin: 0 auto 20px;
  }
  .section_2020 .container {
    padding: 0 20px;
  }
  .section_2020 .left_box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .section_2020 .left_box img {
    max-width: 260px;
  }
  .section_2020 .right_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    text-align: center;
  }
  .section_2020 .right_box h4 {
    font-size: 28px;
  }
  .section_2020 .right_box h4 span {
    font-size: 42px;
  }
  .section_startup .container {
    padding: 0 20px;
  }
  .section_startup h3 {
    font-size: 30px;
    padding-right: 40px;
  }
  .section_startup h4 {
    font-size: 28px;
  }
  .section_startup p {
    font-size: 18px;
    line-height: 26px;
  }
  .section_startup ul li {
    font-size: 18px;
    line-height: 26px;
  }
  .section_startup .comingsoon_btn {
    font-size: 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .section_contact .container {
    padding: 0 20px;
  }
  .section_contact h2 {
    font-size: 72px;
    line-height: 68px;
  }
  .section_contact p {
    font-size: 30px;
  }
  .section_contact .contact_btn {
    font-size: 24px;
    width: 180px;
    height: 56px;
  }
  .popup_wrapper .popup_box {
    width: calc(100% - 40px);
  }
  .popup_wrapper_intro .popup_box .pb_ctr {
    padding: 20px;
    max-height: calc(100vh - 240px);
  }
  .popup_wrapper_intro .popup_box .list_box .number {
    font-size: 22px;
  }
  .popup_wrapper_intro .popup_box .list_box h3 {
    font-size: 22px;
  }
  .popup_wrapper_intro .popup_box .list_box .desc p {
    font-size: 16px;
  }
  .popup_wrapper_intro .popup_box .list_box .desc ul {
    padding-left: 20px;
  }
  .popup_wrapper_intro .popup_box .list_box .desc ul li {
    font-size: 16px;
  }
  .popup_wrapper_intro .popup_box .close_btn {
    top: -40px;
    filter: brightness(0) invert(1);
  }
  .world_map_ctr {
    overflow: auto;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .world_map_ctr .world_map {
    width: 480px;
  }
  .world_map_ctr .world_map .marker {
    width: 18px;
    height: 26px;
  }
  .world_map_ctr .world_map .dubai {
    top: 150px;
    left: 115px;
  }
  .world_map_ctr .world_map .dubai .label {
    top: -85px;
  }
  .world_map_ctr .world_map .hongkong {
    top: 115px;
    right: 68px;
  }
  .world_map_ctr .world_map .hongkong .label {
    top: -105px;
  }
  .world_map_ctr .world_map .thailand {
    top: 158px;
    right: 138px;
  }
  .world_map_ctr .world_map .thailand .label {
    top: -105px;
  }
  .world_map_ctr .world_map .singapore {
    top: 242px;
    right: 122px;
  }
  .world_map_ctr .world_map .singapore .label {
    top: -85px;
  }
  .world_map_ctr .world_map .vietnam {
    top: 183px;
    right: 104px;
  }
  .world_map_ctr .world_map .vietnam .label {
    top: -105px;
  }
  .world_map_ctr .world_map .malaysia {
    top: 220px;
    right: 132px;
  }
  .world_map_ctr .world_map .malaysia .label {
    top: -105px;
  }
  .world_map_ctr .world_map .mauritius {
    bottom: 62px;
    left: 161px;
  }
  .world_map_ctr .world_map .mauritius .label {
    top: -105px;
  }
  .world_map_ctr .world_map .indonesia {
    bottom: 90px;
    right: 117px;
  }
  .world_map_ctr .world_map .indonesia .label {
    top: -105px;
  }
  .marquee_box_left {
    animation: marqueeright 90s linear infinite;
  }
  .marquee_box_right {
    animation: marqueeright 75s linear infinite;
  }
  footer .container {
    padding: 0 20px;
  }
  footer .container img {
    width: 120px;
    position: static;
    margin-bottom: 40px;
    display: block;
  }
  footer .container h4 {
    font-size: 22px;
    text-align: left;
  }
  footer .container .footer_top ul {
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: left;
  }
  footer .container .footer_top ul li {
    width: 100%;
    text-align: left;
  }
  footer .container .footer_top ul li a {
    font-size: 16px;
  }
  footer .container .goh_col {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
  footer .container .goh_col:nth-child(3n) {
    margin-right: 0;
  }
  footer .container .goh_col:nth-child(4n) {
    margin-right: 0;
  }
  footer .container .goh_col h5 {
    font-size: 20px;
  }
  footer .container p {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */