﻿@import url(../../../fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}
ul.nav.navbar-nav li:last-child .dropdown-toggle {
 
}
ul.nav.navbar-nav > li > a .fa-angle-down {
 
}
#particles-js {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1; /* ubah dari nilai tinggi (mis. 999) ke 1 agar tidak menutup menu */
  width:100%;
  height:760px;
}
section.main {
  margin-top: 0px;
  background: linear-gradient(#fff, #fefefe);
}
.carousel-inner2 {
  height: 760px;
}
.carousel-inner2:before {
  background: #53C0D5 url(../images/main/main_slide01_temp.jpg) no-repeat center / cover;
  content: '';
  width: 100%;
  height: 760px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.main_txt {
  height: 760px;
  display: table;
}

.main_txt .txtC {
  display: table-cell;
  vertical-align: middle;
}

.main_txt .txtC h2 {
  position: relative;
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  font-family: 'poppins';
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 75px;
  margin-top: 90px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.main_txt h2 span {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 35px;
  font-weight: 600;
  font-family: 'poppins';
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #fff;
  display: block;
  margin-bottom: 11px
}
.main_txt .txtC h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px
}

.main_txt p {
  color: #fff;
}

.main_txt p.text {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 27px;
  word-break: keep-all
}
.main_txt p.text span {
  font-weight: 700
}

.main_txt p.text2 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.36px;
  color: #fff;
  margin-bottom: 0
}

.main_txt img {
  margin-top: 90px;
}

/* animation */
.anim-wrap {
  display: none;
  width: 100%;
  min-width: 1920px;
  height: 890px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.bg-color-1 {
  background-color: #5fefa4;
}
.bg-color-2 {
  background-color: #53C0D5;
  animation-delay: 0.5s;
}
.border-color-1 {
  border: 10px solid #5fefa4;
}
.border-color-2 {
  border: 5px solid #53C0D5;
}

.anim-spread {
  position: relative;
  width: 80px;
  height: 80px;
}
.anim-spread div:nth-child(1) {
  left: 40px;
  top: 0px;
  -webkit-animation-name: spread; /* Safari 4.0 - 8.0 */
  animation-name: spread;
}
.anim-spread div:nth-child(2) {
  left: 60px;
  top: 10px;
  -webkit-animation-name: spread2; /* Safari 4.0 - 8.0 */
  animation-name: spread2;
}
.anim-spread div:nth-child(3) {
  left: 70px;
  top: 30px;
  -webkit-animation-name: spread3; /* Safari 4.0 - 8.0 */
  animation-name: spread3;
}
.anim-spread div:nth-child(4) {
  left: 65px;
  top: 50px;
  -webkit-animation-name: spread4; /* Safari 4.0 - 8.0 */
  animation-name: spread4;
}
.anim-spread div:nth-child(5) {
  left: 50px;
  top: 65px;
  -webkit-animation-name: spread5; /* Safari 4.0 - 8.0 */
  animation-name: spread5;
}
.anim-spread div:nth-child(6) {
  left: 30px;
  top: 70px;
  -webkit-animation-name: spread6; /* Safari 4.0 - 8.0 */
  animation-name: spread6;
}
.anim-spread div:nth-child(7) {
  left: 10px;
  top: 60px;
  -webkit-animation-name: spread7; /* Safari 4.0 - 8.0 */
  animation-name: spread7;
}
.anim-spread div:nth-child(8) {
  left: 0px;
  top: 40px;
  -webkit-animation-name: spread8; /* Safari 4.0 - 8.0 */
  animation-name: spread8;
}
.anim-spread div:nth-child(9) {
  left: 5px;
  top: 20px;
  -webkit-animation-name: spread9; /* Safari 4.0 - 8.0 */
  animation-name: spread9;
}
.anim-spread div:nth-child(10) {
  left: 20px;
  top: 5px;
  -webkit-animation-name: spread10; /* Safari 4.0 - 8.0 */
  animation-name: spread10;
}
.anim-spread div {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

/* Standard syntax */
@keyframes spread {
  0% {
    left: 40px;
    top: 0px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread2 {
  0% {
    left: 60px;
    top: 10px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread3 {
  0% {
    left: 70px;
    top: 30px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread4 {
  0% {
    left: 65px;
    top: 50px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread5 {
  0% {
    left: 50px;
    top: 65px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread6 {
  0% {
    left: 30px;
    top: 70px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread7 {
  0% {
    left: 10px;
    top: 60px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread8 {
  0% {
    left: 0px;
    top: 40px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread9 {
  0% {
    left: 5px;
    top: 20px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}
@keyframes spread10 {
  0% {
    left: 20px;
    top: 5px;
  }
  100% {
    left: 35px;
    top: 35px;
  }
}

.anim-border {
  position: relative;
}
.anim-border div {
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-name: border; /* Safari 4.0 - 8.0 */
  animation-name: border;
}
@keyframes border {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.anim-rotate {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-name: rotate; /* Safari 4.0 - 8.0 */
  animation-name: rotate;
}
.anim-rotate div {
  position: absolute;
  top: 15px;
  width: 40px;
  height: 10px;
  border-radius: 5px;
}
.anim-rotate div:last-child {
  transform: rotate(90deg);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anim-up {
  width: 50%;
  height: 600px;
}
.anim-up div {
  position: absolute;
  width: 50px;
  height: 12px;
  border-radius: 6px;
  transform: rotate(45deg);
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-duration: 3s;
  -webkit-animation-name: up; /* Safari 4.0 - 8.0 */
  animation-name: up;
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes up {
  0% {
    top: 400px;
    left: 400px;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}

.anim-zigzag div,
.anim-zigzag2 div {
  width: 35px;
  height: 7px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.anim-zigzag div:nth-child(1) {
  transform: rotate(-77deg);
  -webkit-animation-name: zigzag; /* Safari 4.0 - 8.0 */
  animation-name: zigzag;
}
.anim-zigzag div:nth-child(2) {
  transform: rotate(-12deg);
  left: 11px;
  top: 11px;
  -webkit-animation-name: zigzag2; /* Safari 4.0 - 8.0 */
  animation-name: zigzag2;
}
.anim-zigzag div:nth-child(3) {
  transform: rotate(-77deg);
  left: 22px;
  top: 22px;
  -webkit-animation-name: zigzag3; /* Safari 4.0 - 8.0 */
  animation-name: zigzag3;
}
.anim-zigzag div:nth-child(4) {
  transform: rotate(-12deg);
  left: 33px;
  top: 33px;
  -webkit-animation-name: zigzag4; /* Safari 4.0 - 8.0 */
  animation-name: zigzag4;
}

@keyframes zigzag {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(-77deg);
  }
}
@keyframes zigzag2 {
  0% {
    transform: rotate(-77deg);
  }
  100% {
    transform: rotate(-12deg);
  }
}
@keyframes zigzag3 {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(-77deg);
  }
}
@keyframes zigzag4 {
  0% {
    transform: rotate(-77deg);
  }
  100% {
    transform: rotate(-12deg);
  }
}
.anim-zigzag2 div:nth-child(1) {
  transform: rotate(-12deg);
  -webkit-animation-name: zigzag21; /* Safari 4.0 - 8.0 */
  animation-name: zigzag21;
}
.anim-zigzag2 div:nth-child(2) {
  transform: rotate(-77deg);
  left: 11px;
  top: 11px;
  -webkit-animation-name: zigzag22; /* Safari 4.0 - 8.0 */
  animation-name: zigzag22;
}
.anim-zigzag2 div:nth-child(3) {
  transform: rotate(-12deg);
  left: 22px;
  top: 22px;
  -webkit-animation-name: zigzag23; /* Safari 4.0 - 8.0 */
  animation-name: zigzag23;
}
.anim-zigzag2 div:nth-child(4) {
  transform: rotate(-77deg);
  left: 33px;
  top: 33px;
  -webkit-animation-name: zigzag24; /* Safari 4.0 - 8.0 */
  animation-name: zigzag24;
}

@keyframes zigzag21 {
  0% {
    transform: rotate(-77deg);
  }
  100% {
    transform: rotate(-12deg);
  }
}
@keyframes zigzag22 {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(-77deg);
  }
}
@keyframes zigzag23 {
  0% {
    transform: rotate(-77deg);
  }
  100% {
    transform: rotate(-12deg);
  }
}
@keyframes zigzag24 {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(-77deg);
  }
}

.anim-fade-color {
  position: relative;
  width: 100%;
  height: 100%;
}
.anim-fade-color div {
  border-radius: 50%;
  position: absolute;
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.fade-1 {
  -webkit-animation-name: fade1; /* Safari 4.0 - 8.0 */
  animation-name: fade1;
}
.fade-2 {
  -webkit-animation-name: fade2; /* Safari 4.0 - 8.0 */
  animation-name: fade2;
}
@keyframes fade1 {
  0% {
    background: #53C0D5;
  }
  100% {
    background: #5fefa4;
  }
}
@keyframes fade2 {
  0% {
    background: #5fefa4;
  }
  100% {
    background: #53C0D5;
  }
}

.anim-fade-color div:nth-child(1) {
  width: 26px;
  height: 26px;
  top: 255px;
  left: 52px;
}
.anim-fade-color div:nth-child(2) {
  width: 13px;
  height: 13px;
  bottom: 92px;
  left: 208px;
}
.anim-fade-color div:nth-child(3) {
  width: 26px;
  height: 26px;
  bottom: 40px;
  left: 590px;
}
.anim-fade-color div:nth-child(4) {
  width: 13px;
  height: 13px;
  top: 490px;
  left: 140px;
}
.anim-fade-color div:nth-child(5) {
  width: 13px;
  height: 13px;
  top: 562px;
  left: 390px;
}
.anim-fade-color div:nth-child(6) {
  width: 13px;
  height: 13px;
  bottom: 285px;
  left: 275px;
}
.anim-fade-color div:nth-child(7) {
  width: 22px;
  height: 22px;
  bottom: 340px;
  left: 285px;
}
.anim-fade-color div:nth-child(8) {
  width: 20px;
  height: 20px;
  bottom: 260px;
  left: 350px;
}
.anim-fade-color div:nth-child(9) {
  width: 13px;
  height: 13px;
  bottom: 295px;
  left: 330px;
  -webkit-animation-duration: 1.1s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.1s;
}
.anim-fade-color div:nth-child(10) {
  width: 10px;
  height: 10px;
  bottom: 255px;
  left: 320px;
  -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.3s;
}
.anim-fade-color div:nth-child(11) {
  width: 6px;
  height: 6px;
  bottom: 325px;
  left: 352px;
  -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.2s;
}
.anim-fade-color div:nth-child(12) {
  width: 8px;
  height: 8px;
  bottom: 362px;
  left: 360px;
  -webkit-animation-duration: 1.4s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.4s;
}
.anim-fade-color div:nth-child(13) {
  width: 8px;
  height: 8px;
  bottom: 375px;
  left: 150px;
  -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.5s;
}

.pos-aa {
  position: absolute;
  left: 35px;
  bottom: 145px;
}
.pos-ab {
  position: absolute;
  left: 415px;
  bottom: 60px;
}
.pos-ac {
  position: absolute;
  left: 160px;
  bottom: 318px;
}
.pos-ad {
  position: absolute;
  left: 90px;
  bottom: 88px;
}
.pos-ae {
  position: absolute;
  left: 490px;
  bottom: 235px;
}
.pos-af {
  position: absolute;
  left: 95px;
  top: 360px;
}
.pos-ag {
  position: absolute;
  top: 815px;
  left: 295px;
}
.pos-ah {
  position: absolute;
  top: 520px;
  left: 40px;
}
.pos-ai {
  position: absolute;
  bottom: 210px;
  left: 210px;
}

.pos-ba {
  position: absolute;
  top: 120px;
  right: 110px;
}
.pos-bb {
  position: absolute;
  top: 177px;
  right: 400px;
}
.pos-bc {
  position: absolute;
  top: 217px;
  right: 330px;
}
.pos-bd {
  position: absolute;
  top: 345px;
  right: 105px;
}
.pos-be {
  position: absolute;
  top: 460px;
  right: 520px;
}
.pos-bf {
  position: absolute;
  top: 38px;
  right: 142px;
}
.pos-bg {
  position: absolute;
  top: 340px;
  right: 270px;
}
.pos-bh {
  position: absolute;
  bottom: 175px;
  right: 410px;
}
.pos-bi {
  position: absolute;
  top: 170px;
  right: 290px;
}
.pos-bj {
  position: absolute;
  top: 100px;
  right: -610px;
}
.pos-bk {
  position: absolute;
  top: 210px;
  right: -880px;
}
.pos-bl {
  position: absolute;
  top: 290px;
  right: -720px;
}
.pos-bm {
  position: absolute;
  top: 45px;
  right: 560px;
}
.pos-bn {
  width: 644px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.anim-down {
  width: 50%;
}
.anim-down div {
  position: absolute;
  width: 50px;
  height: 12px;
  border-radius: 6px;
  transform: rotate(45deg);
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-duration: 3s;
  -webkit-animation-name: down; /* Safari 4.0 - 8.0 */
  animation-name: down;
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes down {
  0% {
    top: -300px;
    left: -300px;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    opacity: 0;
  }
}

.pos-bn.anim-fade-color div:nth-child(1) {
  width: 26px;
  height: 26px;
  top: 150px;
  left: 0;
}
.pos-bn.anim-fade-color div:nth-child(2) {
  width: 13px;
  height: 13px;
  bottom: 595px;
  left: 515px;
}
.pos-bn.anim-fade-color div:nth-child(3) {
  width: 22px;
  height: 22px;
  bottom: 820px;
  left: 220px;
}
.pos-bn.anim-fade-color div:nth-child(4) {
  width: 13px;
  height: 13px;
  top: 76px;
  left: 421px;
}
.pos-bn.anim-fade-color div:nth-child(5) {
  width: 13px;
  height: 13px;
  top: 442px;
  left: 520px;
}
.pos-bn.anim-fade-color div:nth-child(6) {
  width: 12px;
  height: 12px;
  bottom: 318px;
  left: 548px;
}
.pos-bn.anim-fade-color div:nth-child(7) {
  width: 22px;
  height: 22px;
  bottom: 414px;
  left: 572px;
}
.pos-bn.anim-fade-color div:nth-child(8) {
  width: 20px;
  height: 20px;
  bottom: 352px;
  left: 494px;
}
.pos-bn.anim-fade-color div:nth-child(9) {
  width: 12px;
  height: 12px;
  bottom: 378px;
  left: 528px;
}
.pos-bn.anim-fade-color div:nth-child(10) {
  width: 10px;
  height: 10px;
  bottom: 395px;
  left: 490px;
  -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.3s;
}
.pos-bn.anim-fade-color div:nth-child(11) {
  width: 6px;
  height: 6px;
  bottom: 365px;
  left: 562px;
  -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.2s;
}
.pos-bn.anim-fade-color div:nth-child(12) {
  width: 8px;
  height: 8px;
  bottom: 352px;
  left: 596px;
  -webkit-animation-duration: 1.4s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.4s;
}
.pos-bn.anim-fade-color div:nth-child(13) {
  width: 8px;
  height: 8px;
  bottom: 614px;
  left: 508px;
  -webkit-animation-duration: 1.1s; /* Safari 4.0 - 8.0 */
  animation-duration: 1.1s;
}

/* what we do */
div.yellowBar {
  border-bottom: none;
  margin: 10px auto 63px;
  background:linear-gradient(85deg, #10d88b, 60%, #40ccec);

}

section.whatwedo {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

section.whatwedo .container {
  max-width: 1400px;
  width: 100%
}
section.whatwedo .container ul {
  overflow: hidden;
  padding-left: 0;
  margin: 0 auto 50px;
}

section.whatwedo .container ul li {
  float: left;
  width: 50%;
  list-style: none;
}
section.whatwedo .container ul li:nth-child(2) {
  padding: 20px 30px
}
section.whatwedo .container ul.reverse li {
  float: right;
  text-align: right
}
section.whatwedo .container ul li img {
  width: 100%;
  height: 400px;
  object-fit: cover
}

section.whatwedo .container ul li h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.77px;
  color: #1f2627;
  margin-bottom: 88px;
  margin-top: 0
}
section.whatwedo .container ul li h4 span {
  font-weight: 500
}

section.whatwedo .container ul li h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #53c0d5;
  padding-top: 23px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative
}
section.whatwedo .container ul li h5::after {
  content: '';
  display: block;
  width: 1.5px;
  height: 20px;
  background: #9f9f9f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 7px
}
section.whatwedo .container ul.reverse li h5::after {
  left: auto;
  right: 7px
}

section.whatwedo .container ul li p {
  font-size: 16px;
  line-height: 1.63;
  color: #1f2627;
  margin-bottom: 0
}

.wide-area {
  width: 100%;
  height: 504px;
  background: #000;
  position: relative;
  margin-top: 40px;
}

.wide-area::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 504px;
  background: url(../images/main/main_wide_area.jpg) no-repeat center / cover;
  opacity: .7
}

.wide-area p {
  position: relative;
  color: #fff;
  text-align: center
}
.wide-area .text1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.65px;
  margin-bottom: 35px;
  padding-top: 173px
}
.wide-area .text2 {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
/*   font-family: NotoSansCJKsc; */
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.58px;
  margin-bottom: 0
}

.clfix:after{content:"";display:block;clear:both;}

/* news */
.borderNoRound {
  border: 1px solid rgba(19, 149, 80, 0.2);
  width: 100%;
  -webkit-box-shadow: 2px 5px 15px 0 rgba(19, 145, 80, 0.1);
  box-shadow: 2px 5px 15px 0 rgba(19, 145, 80, 0.1);
}

div.liContWrap {
  margin: 33px 20px 13px;
}

div.liContWrap h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #07745c;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

div.liContWrap p {
  font-weight: 400;
  padding-top: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.14px;
  color: #666;
}

div.liContWrap div.date {
  padding-top: 0;
}

p.btnMore {
  font-size: 14px;
  font-weight: 600;
  line-height: 3;
  color: #53C0D5;
}

/* Footer */
ul.ulBottomMenu2 li.subT > a {
  font-size: 16px;
  line-height: 1.125;
  color: #1d3220;
}

.service-wrap{
  padding-top:120px;
}
.service-wrap .container {
  padding: 0;
  margin-right: auto;
    margin-left: auto;
    width: 970px;
}
.service-wrap .container ul{
 
  padding: 0
}
.service-wrap .container ul li{
  
  text-align: center;
  list-style-type: none;
}

.service-wrap .container ul li img {
  width: 100%;
  height: 450px;
  object-fit: cover
}
.service-wrap .container ul li h4{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.77px;
  color: #1f2627;
  margin: 25px 0
}
.service-wrap .container ul li h4 span {
  font-weight: 500
}
.service-wrap .container ul li h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #53c0d5;
  margin-bottom: 9px;
  margin-top: 0;
  padding-top: 30px;
  position: relative
}
.service-wrap .container ul li h5::after {
  content: '';
  display: block;
  width: 1.5px;
  height: 20px;
  background: #9f9f9f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 50%
}
.service-wrap .container ul li p{
  font-size: 16px;
  line-height: 1.63;
  color: #1f2627;
  margin-bottom: 97px
}

.tech-lisence {
  background: #f0f0f0;
  padding: 80px 0 135px;
  text-align: center
}
.tech-lisence > div {
  max-width: 1000px;
  margin: 0 auto
}
.tech-lisence > div h2 {
    font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-align: center;
  color: #1f2627;
  margin-top: 0;
  margin-bottom: 17px
}
.tech-lisence > div h3 {
    font-size: 16px;
  line-height: 1.63;
  text-align: center;
  color: #1f2627;
  margin-top: 0;
  margin-bottom: 23px
}
.tech-lisence .ci-list {
  display: flex;
  padding: 68px 0;
  justify-content: space-between;
  align-items: center
}
.tech-lisence .ci-list img:nth-child(1) {
  width: 120px
}
.tech-lisence .ci-list img:nth-child(2) {
  width: 130px;
/*   height: 42px */
}
.tech-lisence .ci-list img:nth-child(3) {
  width: 87px;
/*   height: 69px */
}
.tech-lisence .ci-list img:nth-child(4) {
  width: 58px;
/*   height: 72px */
}
.tech-lisence .ci-list img:nth-child(5) {
  width: 72px;
/*   height: 75px */
}
.tech-lisence .ci-list img:nth-child(6) {
  width: 60px;
/*   height: 88px */
}
.tech-lisence .ci-list img:nth-child(7) {
  width: 52px;
/*   height: 95px */
}

.tech-lisence .docs {
  width: 100%
}

.business {
  padding: 125px 0 160px
}
.business .container {
  padding: 0
}
.business .container ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex
}
.business .container ul.reverse {
  flex-direction: row-reverse
}
.business .container ul:nth-child(1) {
  background: #53c0d5
}
.business .container ul:nth-child(2) {
  background: #ea489f
}
.business .container ul:nth-child(3) {
  background: #3045c8
}
.business .container ul:nth-child(4) {
  background: #34c06d
}

.business .container ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.business .container ul li:nth-child(2) {
  padding: 36px
}
.business .container li img {
  width: 100%;
  height: 400px;
  object-fit: cover
}
.business .container ul li h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.83px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0
}
.business .container ul li h3 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}
.business .container ul li p {
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 0
}


@media screen and (max-width: 1000px) {

.service-wrap .container {
    width: 100%;
	}
.service-wrap .container ul{
    width:100%;
    margin:0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 770px) {
  .container {
    width: 100%;
    
  }
  .business .container {
  padding-left: 20px;
  padding-right: 20px;
	}
  .news .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media screen and (max-width: 767px) {
  ul.nav.navbar-nav li:last-child .dropdown-toggle {
    border: 1px solid #fff
  }
  section.whatwedo {
    padding: 53px 0 0;
  }
  section.whatwedo .container ul {
    padding: 0 5px
  }
    section.whatwedo .container ul.reverse li,
    section.whatwedo .container ul li {
    width: 100%;
    margin-bottom: 14px;
    text-align: center;
  }

  section.whatwedo .container ul li:nth-child(1) {
    padding: 0 20px;
  }
  
  section.whatwedo .container ul li:nth-child(2) {
    padding: 0;
    margin-bottom: 0;
  }
  section.whatwedo .container ul li img {
    height: 165px;
  }
  section.whatwedo .container ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  section.whatwedo .container ul li h5 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  section.whatwedo .container ul.reverse li h5::after,
  section.whatwedo .container ul li h5::after {
    left: 50%;
    margin-left: -7px;
    width: 1px;
    height: 12px;
    top: 5px;
  }
  section.whatwedo .container ul li p {
   font-size: 13px;
  }
  .wide-area {
    margin-top: 0;
    height: 240px;
  }
  .wide-area::before {
    height: 240px;
}
  .wide-area .text1 {
    padding-top: 72px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .wide-area .text2 {
    font-size: 16px;
    padding: 0 22px;
/*     width: 300px; */
    margin: 0 auto;
  }

  .main_txt,
  div.carousel {
    height: 100%;
  }

  div.carousel {
    padding: 40px 0;
  }
  .main_txt img {
    display: none;
  }
  .main_txt h4 {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .main_txt .txtC {
    height: 400px;
  }
  .main_txt h4,
  .main_txt h4 span {
    font-size: 26px;
    word-break: keep-all;
  }

  .main_txt p.text2 {
    font-size: 15px;
    word-break: keep-all;
  }

  .main_txt p.text {
    font-size: 17px;
    line-height: 1.33;
    word-break: keep-all;
    margin: 0 auto 27px ;
    width: 200px;
  }

  .main_txt p.text2 img {
    display: none;
  }

  h2.sectionTitle {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }

  div.divVideo {
    display: block !important;
    padding: 0 0 0 0;
  }

  div.divVideoExp {
    padding: 0 15px;
  }

  div.divVideoExp h2 {
    word-break: keep-all;
    font-size: 18px;

    font-style: normal;
    font-stretch: normal;
    line-height: 1.89;
    letter-spacing: -0.2px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  div.divVideoExp p.txt1 {
    font-family: Poppins;
    font-size: 14px;

    line-height: 1.43;
    text-align: left;
    color: rgba(29, 50, 32, 0.8);
  }

  div.divVideoExp p.txt2 {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: -0.1px;
    color: rgba(29, 50, 32, 0.8);
    margin-bottom: 0;
  }

  section.mov .container {
    padding: 87px 0;
  }

  section.news {
    padding: 80px 0;
  }

  div.liContWrap h4 {
    font-size: 18px;
  }

  div.liContWrap p {
    font-size: 13px;
    line-height: 1.69;
  }
  .carousel-inner2,
  .carousel-inner2:before {
    height: 540px;
  }
  .main_txt .txtC h2 {
    margin-top: 145px;
    font-size: 52px;
  }
  .main_txt .txtC h2::after {
    width: 24px;
    height: 3px;
    bottom: -14px;
    margin-left: -12px;
  }
  .main_txt h2 span {
    font-size: 20px;
  }

  section.mov .container .clfix:first-child{
    margin-bottom:0px;
  }
  .service-wrap{
    padding: 56px 0 0;
  }
    .service-wrap .container ul li{
    float:none;
    width:100%;
    margin-bottom:10px;
  }

  .service-wrap .container ul li h4{
    font-size:18px;
    width: 200px;
    word-break: keep-all;
    margin: 14px auto 0;
  }
  .service-wrap .container ul li h5 {
    font-size: 14px;
    padding: 18px 30px 0;

  }
  .service-wrap .container ul li h5::after {
    width: 1px;
    height: 12px;
    top: 5px;
  }
  .service-wrap .container ul li img {
    height: 165px;
  }
  .service-wrap .container ul li p{
    font-size:13px;
    margin-bottom: 45px;
    padding: 0 10px;
    word-break: keep-all;
  }
  .service-wrap .container ul li a{
    width:100%
  }
  .tech-lisence {
    padding: 33px 0 40px;
  }
  .tech-lisence > div h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tech-lisence > div h3 {
    font-size: 12px;
    line-height: 2;
  }
  .tech-lisence .ci-list {
    display: block;
    padding: 0 15px 10px
  }
  
  .tech-lisence .ci-list img {
    margin: 0 16px 20px;
  }
  .tech-lisence .ci-list img:nth-child(1) {
    width: 66px
  }
  .tech-lisence .ci-list img:nth-child(2) {
    width: 70px;
    height: 19px
  }
  .tech-lisence .ci-list img:nth-child(3) {
    width: 45px;
    height: 32px
  }
  .tech-lisence .ci-list img:nth-child(4) {
    width: 30px;
    height: 33px
  }
  .tech-lisence .ci-list img:nth-child(5) {
    width: 34px;
    height: 35px
  }
  .tech-lisence .ci-list img:nth-child(6) {
    width: 28px;
    height: 39px
  }
  .tech-lisence .ci-list img:nth-child(7) {
    width: 27px;
    height: 44px
  }
  .tech-lisence .docs {
    padding: 0 33px;
  }

  .business {
    padding: 27px 0 78px;
  }
  .business .container ul.reverse,
  .business .container ul {
    flex-direction: column;
    margin-bottom: 21px;
  }
  .business .container ul li {
    width: 100%;
  }
  .business .container ul li:nth-child(2) {
    padding: 18px 23px;
  }
  .business .container li img {
    height: 230px;
  }
  .business .container ul li h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .business .container ul li h3 span{
    font-size: 14px;
  }
  .business .container ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  section.whatwedo .container ul li {
    width: 98%;
  }
}

/* Mobile menu fix */
#particles-js { z-index: 1 !important; }

