/*
Designed by Moc Romadoni

.-.     .-.  .------.   .------.
|  \   /  | |   ||   | |   ||___|
|    v    | |   ||   | |   | ___
|   | |   | |   ||   | |   ||   |
'---' '---'  '------'   '------'

for Sobat Teknologi
2019
*/
body {
  font-family: 'Heebo', sans-serif;
  color: #2E2F30;
  font-weight: 300;
  font-size: .9rem;
  overflow-x: hidden;
}

body a, body .link {
  cursor: pointer;
  color: #05B79B;
  position: relative;
}

body a:hover, body a:active, body a:focus, body .link:hover, body .link:active, body .link:focus {
  color: #05B79B;
  text-decoration: none;
}

/*body a:before, body a:after, body .link:before, body .link:after {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 0%;*/
/*  height: 2px;*/
/*  border-radius: 8px;*/
/*  background: #05B79B;*/
/*  position: absolute;*/
/*  left: 0%;*/
/*  bottom: 0;*/
/*  transition: 0.2s ease-in-out;*/
/*  -webkit-transition: 0.2s ease-in-out;*/
/*  -moz-transition: 0.2s ease-in-out;*/
/*  -o-transition: 0.2s ease-in-out;*/
/*}*/

body a:after, body .link:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

body a:hover:before, body .link:hover:before {
  width: 100%;
}

body a:hover:after, body .link:hover:after {
  width: 100%;
}

body a.on-dark-bg:before, body .link.on-dark-bg:before {
  background: #ffffff;
}

body a.on-dark-bg:after, body .link.on-dark-bg:after {
  background: #05B79B;
}

body a.active:before, body a.active:after, body .link.active:before, body .link.active:after {
  width: 100% !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h4 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.6rem;
}

.container-lg {
  max-width: 1260px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0px 18px;
}

.container-lg.container-sm {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .container-lg {
    padding: 0px 24px;
  }
}

.container-sm {
  max-width: 960px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0px 18px;
}

@media screen and (max-width: 767px) {
  .container-sm {
    padding: 0px 24px;
  }
}

.inline-block {
  display: inline-block;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #05B79B;
}

.bg-green {
  background-color: #05B79B;
  color: #ffffff !important;
}

.bg-grey {
  background-color: #D8DBDE;
}

.bg-light-grey {
  background-color: #EEEFF2;
}

.font-medium {
  font-weight: 400;
}

.bold, .font-bold {
  font-weight: 700;
}

.medium-typeface {
  font-size: 1.36rem;
}

.large-typeface {
  font-size: 3rem;
}

.font-small {
  font-size: .8rem;
}

.w-80 {
  width: 80%;
}

.social-media {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: block;
}

.social-media.social-media-index {
  position: absolute;
  top: 510px;
  left: 32px;
  display: block;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .social-media {
    left: 24px;
  }
}

.social-media ul {
  margin: 0;
  padding: 0;
  display: block;
}

.social-media ul li {
  display: inline-block;
  list-style: none;
}

.social-media ul li a img {
  width: 18px;
  margin-right: 20px;
}

.social-media ul li a:before, .social-media ul li a:after {
  content: none;
}

.special-separator {
  display: inline-block;
  margin: 48px auto;
  width: 180px;
  height: 4px;
  background: #05B79B;
  border-radius: 10px;
}

@media screen and (max-width: 540px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 540px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.card.card-custom-1 {
  margin-top: -40px;
  border: 0px;
  margin-bottom: 90px;
}

.card.card-custom-1 .card-body {
  padding: 80px 40px;
}

.card.card-custom-1 .special-separator {
  margin-top: 0px;
}

.card.card-custom-2 {
  margin-top: -55px;
  border: 0px;
  margin-bottom: 50px;
}

.card.card-custom-2 .card-body {
  padding: 0px 24px;
}

.card.card-hover {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.card.card-hover:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.card.card-hover.shadow-lg:hover {
  -webkit-box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
}

.main-logo .main-logo-image {
  width: 180px;
  display: block;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 50px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  background-image: url("../images/logo-kunkunvr-white.png");
}

.main-logo .main-logo-image.active {
  background-image: url("../images/logo-kunkunvr-3-small.png");
}

.main-logo.footer-logo img {
  width: 180px;
  margin-bottom: 48px;
}

.toggle-button-wrap, .toggle-button-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .toggle-button-wrap, .toggle-button-mobile {
    display: block;
  }
}

.toggle-button {
  height: 36px;
  width: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  cursor: pointer;
}

.toggle-button .toggle-button--inner {
  display: block;
  height: 2px;
  width: 60%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}

.toggle-button .toggle-button--inner:before, .toggle-button .toggle-button--inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background: #ffffff;
  height: 2px;
}

.toggle-button .toggle-button--inner:before {
  top: -8px;
}

.toggle-button .toggle-button--inner:after {
  bottom: -8px;
}

.toggle-button.toggle-button--black {
  background: rgba(0, 0, 0, 0.08);
}

.toggle-button.toggle-button--black .toggle-button--inner {
  background: #2E2F30;
}

.toggle-button.toggle-button--black .toggle-button--inner:before, .toggle-button.toggle-button--black .toggle-button--inner:after {
  background: black;
}

.toggle-button.toggle-button--white {
  background: rgba(0, 0, 0, 0.08);
}

.toggle-button.toggle-button--white .toggle-button--inner {
  background: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.toggle-button.toggle-button--white .toggle-button--inner:before, .toggle-button.toggle-button--white .toggle-button--inner:after {
  background: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.toggle-button.toggle-button--white.active .toggle-button--inner {
  background: #2E2F30;
}

.toggle-button.toggle-button--white.active .toggle-button--inner:before, .toggle-button.toggle-button--white.active .toggle-button--inner:after {
  background: #2E2F30;
}

.toggle-button.toggle-close .toggle-button--inner {
  background: transparent;
}

.toggle-button.toggle-close .toggle-button--inner:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggle-button.toggle-close .toggle-button--inner:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-header {
  background: #ffffff;
  width: 100%;
  height: 104px;
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 0px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.main-header.active {
  height: 64px;
}

.main-header .container-flex {
  padding: 0px 32px;
}

.main-header .main-header--inner {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-header .main-header--inner .main-navigation {
    display: none;
  }
}

.main-header .main-header--inner .main-navigation ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.main-header .main-header--inner .main-navigation ul li {
  list-style: none;
  display: inline-block;
  text-align: right;
  font-size: 1rem;
  margin-right: 24px;
}

.main-header .main-header--inner .main-navigation ul li:last-child {
  margin-right: 0px;
}

.main-header .main-header--inner .main-navigation ul li a {
  color: #2E2F30;
  text-decoration: none;
  padding: 8px 0px;
  background: #ffffff;
  border-radius: 6px;
}

.main-header.main-header--transparent {
  background: transparent;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.main-header.main-header--transparent .main-header--inner .main-navigation ul li a {
  color: #ffffff;
  background: transparent;
  padding: 8px 0px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.main-header.main-header--transparent .main-header--inner .main-navigation ul li a:before {
  background: #05B79B;
}

.main-header.main-header--transparent .main-header--inner .main-navigation ul li a:after {
  background: #ffffff;
}

.main-header.main-header--transparent.active {
  background: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.main-header.main-header--transparent.active .main-header--inner .main-navigation ul li a {
  color: #2E2F30;
  text-decoration: none;
  padding: 8px 0px;
  border-radius: 6px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.main-header.main-header--transparent.active .main-header--inner .main-navigation ul li a:before {
  background: #D8DBDE;
}

.main-header.main-header--transparent.active .main-header--inner .main-navigation ul li a:after {
  background: #05B79B;
}

.main-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0;
  background: #05B79B;
  z-index: 9999;
}

.main-header.main-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.mobile-navigation {
  display: block;
  width: 68%;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: -76%;
  bottom: 0;
  z-index: 9999;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-box-shadow: -5px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.mobile-navigation.active {
  right: 0%;
}

.mobile-navigation .mobile-navigation--header {
  width: 100%;
  height: 74px;
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 8px;
}

.mobile-navigation .mobile-navigation--header:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background: #05B79B;
}

.mobile-navigation .mobile-navigation--inner .mobile-navigation--list {
  margin: 0;
  padding: 0;
}

.mobile-navigation .mobile-navigation--inner .mobile-navigation--list li {
  display: block;
  list-style: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #D8DBDE;
  margin-bottom: 12px;
}

.mobile-navigation .mobile-navigation--inner .mobile-navigation--list li a {
  font-size: 1.4rem;
  color: #2E2F30;
}

.mobile-navigation .mobile-navigation--inner .mobile-navigation--list li a:before, .mobile-navigation .mobile-navigation--inner .mobile-navigation--list li a:after {
  content: none;
}

.socmed-list {
  margin: 0;
  padding: 0;
  padding-top: 24px;
}

.socmed-list li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin-right: 16px;
}

.socmed-list li a {
  text-decoration: none;
}

.socmed-list li a img {
  width: 24px;
  opacity: .9;
}

.section {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.section-xsmall {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-medium {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.section-medium.section-pt-small {
  padding-top: 40px;
}

.section.section-medium.section-npt {
  padding-top: 0px !important;
}

.section.section-medium.section-npb {
  padding-bottom: 0px !important;
}

.section.section-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.section-large.section-pt-small {
  padding-top: 40px;
}

.section.section-large.section-npt {
  padding-top: 0px !important;
}

.section.section-large.section-npb {
  padding-bottom: 0px !important;
}

.section .section-title {
  display: block;
  margin-bottom: 70px;
}

.section .section-title h2 {
  font-weight: 400;
}

.section .section-title h4 {
  font-size: 1.3rem;
  font-weight: 300 !important;
}

.section .section-title .large-title {
  font-size: 2.9rem;
}

.section.section-article {
  margin-top: 84px;
}

.section.section-pt-small {
  padding-top: 40px;
}

.section.section-pb-small {
  padding-bottom: 40px;
}

.section.section-npt {
  padding-top: 0px !important;
}

.section.section-npb {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .section.section-center-mobile {
    text-align: center !important;
  }
}

.form-group--custom input {
  padding: 10px 28px;
  font-size: .84rem;
  border-radius: 60px;
}

.button {
  display: inline-block;
  position: relative;
  padding: 10px 28px;
  text-transform: uppercase;
  border: 1px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 2px;
  font-size: .78rem;
  overflow: hidden;
  font-weight: 400;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.button:hover {
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.button.button-sml {
  padding: 8px 24px;
  font-size: .7rem;
}

.button:before, .button:after {
  content: none;
}

.button.button-special {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  color: #ffffff;
  padding-left: 40px;
}

.button.button-special:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #05B79B;
  position: absolute;
  top: 10px;
  left: 16px;
  border-radius: 24px;
}

.button.button-special:hover {
  background: rgba(255, 255, 255, 0.3);
}

.button.button-white-trans {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  color: #ffffff;
}

.button.button-white-trans:hover {
  background: rgba(255, 255, 255, 0.3);
}

.button.button-green {
  background: #05B79B;
  border-color: #05B79B;
  color: #ffffff;
}

.button.button-black-invert {
  background: transparent;
  border-color: #2E2F30;
  color: #2E2F30;
}

.button.button-black-invert:hover {
  background: #05B79B;
  color: #ffffff;
  border-color: #05B79B;
}

.front-hero {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.front-hero:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .front-hero {
    text-align: left;
  }
}

.front-hero.front-hero--small {
  height: 50vh;
}

@media screen and (max-width: 767px) {
  .front-hero.front-hero--small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.front-hero.front-hero--xsmall {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .front-hero.front-hero--xsmall {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.front-hero .content {
  color: #ffffff;
  position: absolute;
  bottom: 70px;
  left: 32px;
}

.front-hero .content h1 {
  font-weight: 400;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .front-hero .content h1 {
    font-size: 1.6rem;
  }
}

.front-hero .content h2 {
  font-weight: 300 !important;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .front-hero .content h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .front-hero .content {
    left: 24px;
  }
}

.client-image {
  width: 80%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .client-image {
    width: 100%;
  }
}

.parallax-window {
  min-height: 120px;
  background: transparent;
  position: relative;
}

.parallax-window:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.news-section .news-post {
  display: block;
  width: 100%;
  min-height: 200px;
  height: 400px;
  margin-bottom: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.news-section .news-post:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(0%, black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, black 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  opacity: .7;
}

.news-section .news-post:hover:before {
  opacity: 1;
}

.news-section .news-post .news-post--content {
  padding: 28px;
  padding-left: 36px;
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.news-section .news-post .news-post--content .news-post--date {
  font-size: .86rem;
  display: block;
  margin-bottom: 6px;
}

.news-section .news-post .news-post--content .news-post--title {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.news-section .news-post .news-post--content .news-post--short-desc {
  font-size: .9rem;
}

.news-section .news-post:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.news-section .news-post.shadow-lg:hover {
  -webkit-box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
}

.news-post:hover > .news-post--content {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.team-card {
  display: block;
  width: 100%;
  background: #ffffff;
  height: auto;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  margin-bottom: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.team-card .team-card--inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 120%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .team-card .team-card--inner {
    padding-top: 90%;
    background-position: top;
  }
}

.team-card .team-card--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  opacity: 0;
}

.team-card .team-card--inner .team-card--content {
  position: absolute;
  display: block;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 99;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

@media screen and (max-width: 540px) {
  .team-card .team-card--inner .team-card--content {
    position: relative;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
}

.team-card .team-card--inner .team-card--content h3 {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .team-card .team-card--inner .team-card--content h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .team-card .team-card--inner .team-card--content p {
    font-size: .8rem;
  }
}

.team-card .team-card--inner .team-card--content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  bottom: -18px;
  background: #05B79B;
  height: 2px;
  width: 0%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.team-card .team-card--inner .team-card--content-2 {
  position: absolute;
  display: block;
  background: #111111;
  padding: 24px;
  padding-bottom: 0px;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: #ffffff;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.team-card .team-card--inner .team-card--content-2 h4 {
  margin-bottom: 24px;
}

.team-card .team-card--inner .team-card--content-2 p {
  margin-bottom: 34px;
}

.team-card:hover {
  -webkit-box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
}

.team-card:hover .team-card--inner:before {
  opacity: .3;
}

.team-card:hover .team-card--content {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

.team-card:hover .team-card--content:after {
  width: 100%;
}

.team-card:hover .team-card--content-2 {
  opacity: 1;
}

.works-container {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  margin-bottom: 36px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.works-container:before, .works-container:after {
  content: none;
}

.works-container .works-container--inner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 58%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.works-container .works-container--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(0%, rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  opacity: .7;
}

.works-container .works-container--inner:after {
  content: 'See Project';
  position: absolute;
  top: 24px;
  left: 24px;
  display: block;
  padding: 8px 24px;
  color: #ffffff;
  background: #05B79B;
  border-radius: 24px;
  font-weight: 400;
  font-size: .84rem;
  opacity: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .works-container .works-container--inner:after {
    opacity: 1 !important;
    padding: 4px 18px;
    font-size: .8rem;
  }
}

.works-container .works-container--inner.locked-work:after {
  content: 'Locked';
  background: #D8DBDE;
  color: #2E2F30;
}

.works-container .works-container--inner .works-container--content {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 99;
  color: #ffffff !important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.works-container .works-container--inner .works-container--content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  bottom: -18px;
  background: #05B79B;
  height: 2px;
  width: 0%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.works-container:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.175) !important;
}

.works-container:hover .works-container--inner:before, .works-container:hover .works-container--inner:after {
  opacity: 1;
}

.works-container:hover .works-container--content {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

.works-container:hover .works-container--content:after {
  width: 30%;
}

footer {
  background-color: #2E2F30;
}

footer .footer-cta {
  color: #ffffff;
  font-size: 1.2rem;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #444647;
  margin-bottom: 40px;
  text-align: center;
}

footer .footer-nav {
  margin: 0;
  margin-bottom: 28px;
  padding: 0;
}

footer .footer-nav li {
  list-style: none;
  display: block;
  position: relative;
  color: #ffffff;
}

footer .footer-nav li.separator {
  margin: 10px 0px;
  height: 1px;
  width: 20%;
  background: #05B79B;
}

footer .footer-nav li.footer-nav--title {
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

footer .footer-nav li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

footer .footer-nav.footer-nav--address {
  padding-right: 36px;
}

.contact-address {
  margin: 0;
  margin-bottom: 28px;
  padding: 0;
}

.contact-address li {
  list-style: none;
  display: block;
  position: relative;
}

.contact-address li.separator {
  margin: 10px 0px;
  height: 1px;
  width: 8%;
  background: #D8DBDE;
}

.contact-address li.footer-nav--title {
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.category-list {
  margin: 0;
  padding: 0;
  padding-bottom: 36px;
}

.category-list li {
  display: inline-block;
  list-style: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 36px 6px;
  margin-bottom: 0px;
}

.category-list li a {
  padding: 10px 20px;
  background: #EEEFF2;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  color: #2E2F30 !important;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.category-list li a:before, .category-list li a:after {
  content: none;
}

.category-list li a:hover {
  background: #05B79B;
  color: #ffffff !important;
}

.category-list li a.active {
  background: #05B79B;
  color: #ffffff !important;
}

.green-line {
  position: relative;
}

.green-line:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  background: #05B79B;
}

.green-line.gl-top:before {
  top: 0;
}

.green-line.gl-bottom:before {
  bottom: 0;
}

.icon-block {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 80px;
  height: 80px;
  background: #D8DBDE;
  border-radius: 100%;
  margin-bottom: 36px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.icon-block img {
  width: 50px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.card-hover:hover .card-body .icon-block {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  background: #05B79B;
}

.card-hover:hover .card-body .icon-block img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.icon-feature {
  height: 60px;
}

.image-for-client {
  display: block;
  width: 100%;
  padding: 60px 0px;
  border-radius: 8px;
  background: #EEEFF2;
}

.image-for-client h4 {
  opacity: .5;
  margin-bottom: 0px;
}

.arr {
  color: #D8DBDE;
  font-size: .8rem;
  display: block;
  margin-top: 0px;
}

.separator-content {
  display: inline-block;
  position: relative;
  margin: 24px 0px;
  height: 2px;
  width: 140px;
  background: #05B79B;
}

.separator-content.separator-content--white {
  background: #ffffff;
}

.pattern-kunkun {
  display: block;
  width: 100%;
}

.bg-motif-kunkun {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url("../images/pattern-kunkun-2.jpg");
}

.scenes-area {
  display: block;
  background-color: #D8DBDE;
  width: 96%;
  height: 480px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .scenes-area {
    width: 100%;
  }
}

.scenes-area .ar-view-button {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  bottom: 12px;
  right: 12px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 99;
}

.scenes-area .ar-view-button img {
  width: 50px;
  display: block;
  margin: 10px 0px 0px 10px;
}

.works-detail--title {
  display: block;
  margin-bottom: 24px;
}

.works-detail--title:before {
  content: attr(data-works-title);
  font-size: .9rem;
  display: block;
  margin-bottom: 12px;
  font-weight: normal;
}

.works-detail--info {
  display: block;
  margin-bottom: 18px;
}

.works-detail--info div {
  margin-right: 18px;
}

.works-detail--info div .share-work-list {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 12px;
}

.works-detail--info div .share-work-list li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.works-detail--info div .share-work-list li a:before, .works-detail--info div .share-work-list li a:after {
  content: none;
}

.works-detail--info div .share-work-list li a img {
  opacity: .5;
  width: 30px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.works-detail--info div .share-work-list li a:hover img {
  opacity: 1;
}

.article-view--title {
  display: block;
  margin-bottom: 60px;
}

.article-view--front-photos {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-color: #D8DBDE;
  margin-bottom: 50px;
}

.article-view--front-photos div {
  display: block;
  padding-top: 54%;
}

.article-view--body {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 40px;
}

.article-view--body p {
  display: block;
  margin-bottom: 1.6rem;
}

.article-view--body p, .article-view--body li {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.thumbnail-section {
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
}

.thumbnail-section .thumbnail-item {
  padding: 8px;
  display: inline-block;
  width: 50%;
  position: relative;
  vertical-align: top;
  white-space: normal;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.thumbnail-section .thumbnail-item.thumbnail-item--full {
  width: 100%;
}

.thumbnail-section .thumbnail-item .thumbnail-item--inner-1 {
  padding-top: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.front-hero--slider {
  display: block;
  position: relative;
  height: 100vh;
}

.front-hero--slider .fh-slider-item {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  height: 100%;
}

.front-hero--slider .fh-slider-item div {
  height: 100vh;
}

.front-hero--slider .fh-slider-item.bg-bottom {
  background-position: bottom !important;
}

.icon-vr-1 {
  width: 48px;
  margin-bottom: 12px;
  display: inline-block;
}

.map-section {
  display: block;
  width: 100%;
  height: 426px;
  overflow: hidden;
}

.map-section .gmap_canvas {
  overflow: hidden;
  background: none;
  width: 100%;
  height: 100%;
}

.map-section .gmap_canvas #gmap_canvas {
  width: 100%;
  height: 440px;
}

.join-team {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.join-team .join-team-button {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #D8DBDE;
  border-radius: 100%;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.join-team .join-team-button:before, .join-team .join-team-button:after {
  content: '';
  position: absolute;
  background: #2E2F30;
  width: 2px;
  height: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.join-team .join-team-button:before {
  left: 25px;
  top: 16px;
}

.join-team .join-team-button:after {
  left: 25px;
  top: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.join-team:hover .join-team-button {
  background: #05B79B;
}

.join-team:hover .join-team-button:before, .join-team:hover .join-team-button:after {
  background: #ffffff;
}

.full-show-up {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
  color: #2E2F30;
  display: none;
}

.full-show-up .join-us-content--inner {
  max-width: 720px;
  padding: 0px 24px;
  margin: 20px auto;
  text-align: center;
}

.full-show-up .join-us-content--inner .current-vacancies {
  margin-bottom: 12px;
}

.full-show-up .join-us-content--inner .current-vacancies:first-child {
  margin-bottom: 0px;
}

.full-show-up .join-us-content--inner .card {
  max-width: 400px;
  width: 400px;
}

@media screen and (max-width: 414px) {
  .full-show-up .join-us-content--inner .card {
    width: 100%;
  }
}

.full-show-up .join-us-content--inner .card .card-body {
  padding: 36px;
}

.full-show-up .close-show-up {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  background: #ffffff;
  top: 24px;
  right: 24px;
  border-radius: 100%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .full-show-up .close-show-up {
    top: 18px;
    right: 18px;
  }
}

.full-show-up .close-show-up:before, .full-show-up .close-show-up:after {
  content: '';
  position: absolute;
  background: #2E2F30;
  width: 2px;
  height: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.full-show-up .close-show-up:before {
  left: 25px;
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.full-show-up .close-show-up:after {
  left: 25px;
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .cta-01 h1 {
    font-size: 1.8rem;
  }
}

.vr-app-download .col-md-3 {
  font-size: 1.1rem;
}

.vr-icon-download {
  display: inline-block;
  height: 70px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .vr-icon-download {
    margin-bottom: 18px;
    height: 90px;
  }
}

.vr-icon-download-badge {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .vr-icon-download-badge {
    margin-top: 18px;
    height: 40px;
  }
}

.footer-home .footer-caption {
  font-size: 1.4rem;
}

.user-login-link {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 4px;
}

.user-login-link ul {
  margin: 0;
  padding: 0;
  display: block;
}

.user-login-link ul li {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

.user-login-link ul li:last-child {
  margin-right: 0px;
}
/*# sourceMappingURL=styles.css.map */