@charset "utf-8";


/*========================================================================================
namlongsoft.com
========================================================================================*/
/*   Font 
=========================================================================================*/
/* Genral 
========================================================================================*/
* { margin:0; padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }   
* html .clearfix { height:1%; }
.clearfix { display:block; }

.pull-left { float:left}
.pull-right { float:right}

body{
  font:16px/1.3 'Lato', sans-serif;
  color: #fff;
  font-weight: 400;
  background-color: #1a1a1a !important;
  position: relative;
}
:focus { outline:none;}
img { vertical-align:top;max-width: 100%}
p {}
ol,ul{list-style:none;}
a { text-decoration: none;color: #202020;}
a:hover {text-decoration: none;}
textarea { resize: none; }
img ,button ,a{
  transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
}
strong {
  font-weight: 700
}
em {font-weight: 300}
/*  Button
================================*/
button{
  border:0;
  background: none;
  vertical-align: middle;
}
.container {padding: 0 30px;max-width: 1120px;margin: auto;}
html ,body{width: 100%;height:100%;}
/* END Genral 
========================================================================================*/

/* Animation
========================================================================================*/
@-webkit-keyframes simpleFade {
  0% {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-ms-keyframes simpleFade {
    0% {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes simpleFade {
  0% {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.slide .head-1 h1 {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay-text .head-1 h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
#wra-creative figure ,.box-product-pd ,.client-bx ,.gee-img ,
.translate-left ,.translate-right{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#wraSpot aside.detail img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay-text .box-product-pd ,
.delay-text .translate-left ,
.delay-text .translate-right{
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.delay-text #wra-creative figure ,
.delay-text .box-product-pd ,
.delay-text .client-bx ,
.delay-text .gee-img ,
.delay-text #wraSpot aside.detail img ,
.delay-text .translate-left ,
.delay-text .translate-right{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.client-container  #wra-creative figure ,
.client-container .box-product-pd ,
/*.client-container .client-bx ,*/
.client-container .gee-img ,
.client-container #wraSpot aside.detail img ,
.client-container .translate-left ,
.client-container.translate-right{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*.delay-text .head-1 h1{
  -webkit-animation: simpleFade .2s ease-in-out .1s 1;
  -ms-animation: simpleFade .2s ease-in-out .1s 1;
  animation: simpleFade .2s ease-in-out .1s 1;
  visibility: visible;
}
*/
/* Pic gif
=============================*/
.img-png-pd {
  display:inline-block;
  opacity: 1;
  transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
-o-transition: all .5s ease-in;
}
.img-gif-pd {
  display: none;
  opacity: 0;
  transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
-o-transition: all .5s ease-in;
}
.loadgif .img-png-pd ,.ss-circle-deco .img-png-pd{
  display: none;
  opacity: 0;
}
/* .customer-container .container #marking .img-png-pd, */
.customer-container .container #marking .img-gif-pd{
  display: inline-block;
  opacity: 1;
}
.loadgif .img-gif-pd ,.ss-circle-deco .img-gif-pd{
  display: inline-block;
  opacity: 1;
}
.loadgif .relative .img-png-pd {
  opacity: 0;
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.img-strategy .absolute {
  width: 300%;
  left: -100%;
}
.img-strategy .img-gif-pd {
  margin-top: -21%
}
.fig-exe {
  margin-top: -45px;
  text-align: left;
}
.fig-exe .img-exe1 {
  margin-left: -40px;
}
.fig-exe .img-exe2 {
  margin: 10px auto 15px;
  display: block;
}
/* scroll-down-arrow
======================*/
.scroll-next-arrow {
  height: 50px;
  width: 25px;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  background: rgba(33, 33, 33, 0);
  -webkit-transition: opacity 1s 0;
  -moz-transition: opacity 1s 0;
  -o-transition: opacity 1s 0;
  transition: opacity 1s 0;
  cursor: pointer;
  color: #fff;
}

.scroll-next-arrow > span {
  font-size:11px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  width: 120px;
  white-space: nowrap;
  height: 18px;
  left: -50px;
  bottom: 0;
  text-align: center;
  z-index: 10;
  text-shadow: 1px 1px 1px rgba(2,3,5,.75);
}
.scroll-next-arrow .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 25px;
  display: block;
}
.scroll-next-arrow .arrow:before {
  content:"";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -2px;
  width: 0;
  border-left: 2px solid #ccda2b;
  z-index: 1;
  pointer-events: none;
}
.scroll-next-arrow .arrow:after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 2.5px;
  border-left: 2px solid #ccda2b;
  border-bottom: 2px solid #ccda2b;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}

.scroll-next-arrow .arrow {
  -webkit-animation: arrow 1s ease-in-out infinite;
  -moz-animation: arrow 1s ease-in-out infinite;
  -o-animation: arrow 1s ease-in-out infinite;
  animation: arrow 1s ease-in-out infinite;
}
@-webkit-keyframes arrow {
  0% {
    bottom: 26px;
  }

  50% {
    bottom: 40px;
  }

  100% {
    bottom: 26px;
  }
}

@-moz-keyframes arrow {
  0% {
    bottom: 26px;
  }

  50% {
    bottom: 40px;
  }

  100% {
    bottom: 26px;
  }
}

@-o-keyframes arrow {
  0% {
    bottom: 26px;
  }

  50% {
    bottom: 40px;
  }

  100% {
    bottom: 26px;
  }
}

@keyframes arrow {
  0% {
    bottom: 26px;
  }

  50% {
    bottom: 40px;
  }

  100% {
    bottom: 26px;
  }
}
.width-sl {
  -webkit-animation: width-sl 2.5s linear 1;
  -moz-animation: width-sl 2.5s linear 1;
  -o-animation: width-sl 2.5s linear 1;
  animation: width-sl 2.5s linear 1;
}
@-webkit-keyframes width-sl {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}

@-moz-keyframes width-sl {
  0% {
    width: 0%
  }
  100% {
    width: 101%;
  }
}

@-o-keyframes width-sl {
  0% {
    width: 0%
  }
  100% {
    width: 101%;
  }
}

@keyframes width-sl {
  0% {
    width: 0%
  }
  100% {
    width: 101%;
  }
}
.scroll-prev-arrow {
  position: fixed;
  z-index: 99;
  display: block;
  left: 10px;
  top: 14px;
  margin: auto;
  background: rgba(33, 33, 33, 0);
  color: #ccda2b
}
.scroll-prev-arrow.arrow-top {
  margin-left: -21px;
  left: 50%;
  top: 67px;
  transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
}



.open-all .scroll-prev-arrow {
  z-index: 0
}

.play-btn {
  width: 110px;
  height: 110px;
  border: 5px solid ;
  color: #fff;
  background-color: #fe0000;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 10;
  top:40%;
  left: 50%;
  margin-left: -55px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  line-height: 100px;
  transition:All .7s ease;
  -webkit-transition:All .7s ease;
  -moz-transition:All .7s ease;
  -o-transition:All .7s ease;
  cursor: pointer;
}
.play-btn .caret-1 {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 12px;
  vertical-align: middle;
  border-left: 30px solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.play-btn:hover {
  transform: rotate(360deg) scale(1.12, 1.12) ;
  -webkit-transform: rotate(360deg) scale(1.12, 1.12) ;
  -moz-transform: rotate(360deg) scale(1.12, 1.12) ;
  -o-transform: rotate(360deg) scale(1.12, 1.12) ;
  -ms-transform: rotate(360deg) scale(1.12, 1.12) ;
}

/* header
========================================================================================*/
#header {background-color: #000;position: fixed;width: 100%;z-index: 99999;top:0;}
#header.box-shadow {
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.5);
-moz-box-shadow: 0 6px 10px rgba(0,0,0,.5);
box-shadow: 0 6px 10px rgba(0,0,0,.5);
}
.navbar-head {height: 60px;}
.menu-fixel {
  position: fixed;
  width: 100%;
  height: 60px;
  top:-60px;
  left: 0;
  z-index: 2;
  text-align: right;
  padding-right: 15px;
  background: #000
}
.open-all .menu-fixel {
  top:0;
}
.bg-colse-nav #close {
  position: relative;
  cursor: pointer;
  top:10px;
}
.collapsed-menu-button {
  width: 26px;
  height: 22px;
  position: absolute;
  z-index: 11;
  top:0;
  left: 50%;
  margin-top: 19px;
  margin-left: -13px;
  border-top: 4px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
  cursor: pointer;
  -moz-transition: width 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), height 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), margin 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9);
  -o-transition: width 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), height 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), margin 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9);
  -webkit-transition: width 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), height 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), margin 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9);
  transition: width 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), height 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9), margin 0.24s cubic-bezier(0.1, 0.3, 0.8, 0.9);
}
.collapsed-menu-button .center-line {
  width: 100%;
  height: 4px;
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  margin-top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), left 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), opacity 0.2s 0.075s;
  -o-transition: -o-transform 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), left 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), opacity 0.2s 0.075s;
  -webkit-transition: -webkit-transform 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), left 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), opacity 0.2s;
  -webkit-transition-delay: 0s, 0s, 0.075s;
  transition: transform 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), left 0.14s cubic-bezier(0.1, 0.3, 0.8, 0.9), opacity 0.2s 0.075s;
}
.collapsed-menu-button .menu-text {
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  position: relative;
  font-weight: 700;
  top: 1px;
  line-height: 12px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
   display: block;
}
.collapsed-menu-button .menu-text-mask {
  height: 0px;
  width: 100%;
  background-color: rgba(255,255,255,.1);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -moz-transition: height 0.24s 0.1s, width 0.2s 0.24s;
  -o-transition: height 0.24s 0.1s, width 0.2s 0.24s;
  -webkit-transition: height 0.24s, width 0.2s;
  -webkit-transition-delay: 0.1s, 0.24s;
  transition: height 0.24s 0.1s, width 0.2s 0.24s;
}
.collapsed-menu-button:hover .center-line ,
.open-all .collapsed-menu-button .center-line{
  transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.collapsed-menu-button:hover .menu-text ,
.open-all .collapsed-menu-button .menu-text{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.5s 0.3s;
  -o-transition: opacity 0.5s 0.3s;
  -webkit-transition: opacity 0.5s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.5s 0.3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

.collapsed-menu-button:hover .menu-text-mask ,
.open-all .collapsed-menu-button .menu-text-mask {
  height: 18px;
  width: 0;
}

#logo {float: left;margin-top: 7px;margin-left: 25px}
.link-contact {float: right;margin-top: 17px;margin-right: 17px;}
.link-contact .colored-1 {
  color: #fff;font-weight: 700;font-size: 11px;height: 26px;line-height: 18px;
  border-top: 4px solid ;border-bottom: 4px solid ;
  -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;
  transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
}
.link-contact .colored-1:hover {color: #ccda2b;}
#search-box{float: right;width: 25.5%;position: relative;padding: 17px 10px}
#search-box .open-search {
  position: absolute;
  left: 50%;
  top:12px;
  transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -webkit-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
}
#search-box .btn-search{left: 0;position: absolute;top:12px;}
#search-box input {font-family:inherit;color:inherit;border:0;background:transparent;width: 100%;height: 26px;line-height:26px;display: block;font-size: 16px;padding-left:24px;}
#search-box input:focus {color: #000}
#wrap-search {
  position: fixed;
  z-index: 9999;
  right: 0;
  width: 0;
  top:0;
  background: #fff;
  color: #bbb;
  overflow-x:hidden;
}
.js-sea-head #search-box #wrap-search {width: 100%; padding: 0 10px;overflow-y:auto }
.eff-search {height: 60px;display: table;width: 100%;}
.eff-search>div {display: table-cell;vertical-align: middle;}
.place-search {width:70%;position: relative;padding: 17px 10px;padding-right: 4%}
.event-click {text-align: right}
.event-click li{display:inline-block;vertical-align: middle;padding:0 8px;}
.btn-src-detail {padding: 0 !important}
#search-box paper-icon-button{display: block;}
.js-sea-head .scroll-prev-arrow {z-index: 1}

html.js-search ,html.js-search body{height: 100%;overflow: hidden;}
.js-search #wrap-search{height: 100%;top:0 !important;}
.js-search .close-search {display: block;}
.js-search .wrap-detail-search {display: block;}
.close-search {margin-left: auto;display: table;color: #000;display: none;margin-top: 5px;margin-bottom: -7px}
.wrap-detail-search {color: #000;display: none;margin-top: 50px;}
.wrap-detail-search .wrap {margin: 0 -40px;}
.wrap-detail-search .item {width: 50%;float: left;padding:30px 40px;overflow: hidden;line-height: 1.2 }
.wrap-detail-search .item figure {max-width: 174px;margin-right: 30px;}
.wrap-detail-search .item img {max-width: 100%}
.wrap-detail-search .descrip {overflow: hidden;}
.wrap-detail-search .descrip a {display: inline-block;color: #000;margin-top: 20px;text-transform: uppercase;border-bottom: 1px dotted transparent;line-height: 1.2}
.wrap-detail-search .descrip a:hover {border-bottom: 1px dotted}



.progressbar {background-color: #7862ab;height: 8px;overflow: hidden;width: 100%;display: table;}
.progressbar li {text-indent: -9999em;height: 8px;cursor: pointer;display: table-cell;width: 1%;}
.progressbar li.active {background-color: #ccda2b}

/* Main-page
=========================================================================*/
#main-page {padding-top: 68px;}

/* ========Heading=========*/
.head-1 h1{
  font-family:'Six Caps';
  font-size: 104px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 2px 3px 5px rgba(2,3,5,.75);
  line-height: 1;
  margin-bottom: 25px;
}
/* =========slide==========*/
.slide {
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position:top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 67px;
}
.bg-white {
  background-color: #fff;
  color: #1a1a1a;
}
.box-table-cell {
  display: table-cell;
  vertical-align: middle;
}
#slide1 {
  border-bottom: 4px solid #1a1a1a;
  /*background-image: url(../img/img-slide1.jpg) !important;*/
}
#slide2 {
  /*background-image: url(../img/img-slide2.jpg) !important;*/
}
article.slide a{
  color: #fff;
}
#wra-creative .head-1 h1 {
  font-size: 125px;
}
#wra-creative figure {
  margin-bottom: 70px;
}

#wra-business {
  font-size: 25px;
  font-weight: 300;
}

#wra-business .detail {
  max-width: 880px;
  margin:0 auto;
  padding-top: 15px;
}

.box-pillar {
  padding: 30px 0 0;
  font-size: 25px;
  font-weight: 300;
}
.box-pillar aside {
  max-width: 740px;
  margin:0 auto;
}
.box-pillar ul li {
  display: inline-block;
  padding: 15px;
  margin-top: 10px;
}
.box-product-pd {
  font-weight: 300;
}
.box-product-pd .head-list {
  margin-top: 80px
}
.box-product-pd .head-list h1 {
  font-size: 58px;
  margin-bottom: 15px;
}
.box-product-pd .head-list h2 {
  font-size: 25px;
  margin: auto;
  /*max-width: 180px;*/
}
.box-product-pd>.col {
  float: left;
  width: 33.33%;
  position: relative;
}
.col-pull {
  right: 33.33%;
}
.col-push{
  left: 33.33%;
}
.box-product-pd>.col h4{}
.box-product-pd>.col p {
  line-height: 1.64;
  padding: 0 13%;
  padding: 0 2%;
}
.box-product-pd>.col img {
  max-width: 100%
}
#slide6 img{
  margin-left: -40px;
}
#slide8 img{
  max-height: 640px;
}
.box-product-pd .img-design {
  margin-top: -30px
}
.box-product-pd .head-s2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.64;
}
.box-product-pd .pd-list-menu {
  line-height: 1.64;
}
.execution{
  margin-top: 20px
}
.execution .col p strong {
  display: block;
  font-weight: bold;
  margin-top: 25px;
}
.execution .col p strong:first-child {
  margin-top: 0
}
.client-bx {
  min-height: 270px
}
/*
.client-bx {
  min-height: 270px
}
*/
#wra-compani .client-bx {
  min-height: 200px
}
#wra-compani .client-bx.gee-logo {
  min-height: 100px
}
/* ===== Video =====*/

#video-owl {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slide10 #video-owl{
  max-height: 720px;
  max-height: 555px;
}
#video-owl img {
  width: 100%;
}
#team-photo .owl-buttons>div,
#video-owl .owl-buttons>div {
  width: 58px;
  height: 90px;
  margin-top: -45px;
  background-color: rgba(0,0,0,.5);
  background-position: center;
  background-repeat: no-repeat;
}
#slide10 .owl-prev,
#slide10 .owl-next{
  display: none;
}
#team-photo .owl-buttons .owl-prev,
#video-owl .owl-buttons .owl-prev{
  background-image: url(../img/arrowLeft.png);
  left: 0;
}
#team-photo .owl-buttons .owl-next ,
#video-owl .owl-buttons .owl-next {
  background-image: url(../img/arrowRight.png);
  right: 0 ;
}
#video-owl .owl-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 3%;
  left: 0;
  display: none
}
#video-owl .owl-page {
  width: 28px;
  height: 28px;
  background: #abb6c2;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 4px;
}
#video-owl .owl-page.active {
  background: #fff
}
.caption-vd {
  position: absolute;
  width: 100%;
  top:25%;
  font-weight: 300
}

#slide10 .caption-vd{
  display: none;
}
.caption-vd h1 {
  font-size: 57px;
  margin-bottom: 15px
}
.caption-vd h2 {
  font-size: 25px;
}

.bg-white h1 {
  text-shadow: 0px 0px 0px rgba(2,3,5,.75);
}
#wraSpot aside.detail {
  font-size: 25px;
  max-width: 720px;
  margin: auto;
  font-weight: 300
}
#wraSpot aside.detail span {
  font-weight: bold;
  display: block;
}

#slide12 {
  background-image: url(../img/img-slide3.jpg) !important;
}
#box-gee {
  font-weight: 300;
}
#box-gee figure {
  font-weight: bold;
  font-size: 25px;
  max-width: 450px;
  margin: auto;
}
#box-gee figcaption {
  margin-top: 20px
}
#box-gee aside {
  line-height: 1.64;
  max-width: 900px;
  margin: 20px auto
}
#box-gee h3 {
  font-weight: bold;
  font-size: 25px;
}
#box-gee h3 span {
  color: #0093ad
}
.link-pdm .color-1 {
  color: #0093ad;
  font-weight: 700;
  font-size: 14px;
  height: 29px;
  line-height: 21px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
}
#box-gee .link-pdm {
  display: inline-block;
  margin-top: 25px;
}

#intrigued {
  
}
#intrigued .link-pdm .color-1{
  color: #cbdb2a;
  min-width: 180px;
  margin: 25px;
}
/*
.client-bx li {
  display: inline-block;
  line-height: 90px;
  height: 90px;
  padding: 0px 15px;
  width: 16%
}
*/
#slide17 h2{
  color: #a2a2a2;
}
.client-bx li {
  display: inline-block;
  line-height: 100px;
  /*height: 100px;*/
  height: 102px;
  padding: 0px 1%;
}
#slide13 .client-bx li {
  width: 20%;
  float: left;
}
.client-bx-1 li{
  width: 20%;  
}
.client-bx-2 li{
  width: 22%;  
}
.client-bx-3 li{
  width: 16%;  
}
.client-bx li img {
	vertical-align: middle;
	height: auto;
    width: auto;
    max-height: 100px;

}
#wra-compani {
  max-width: 1120px;
  margin:0 auto 0;
}
#wra-compani h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #a3a3a3;
}
.starup {
  position: relative;
  z-index: 1;
  display: table;
  margin: auto;
  padding-top: 80px;
}
.starup img {
  position: absolute;
  z-index: -1;
  top:0;
}
.starup-img {
  left: 0;
}
.company-img {
  right: -10px
}

#contact-page {
  padding: 60px 0 115px;
  position: relative;
}

.box-social {
  padding: 50px 0
}
.social {
  padding: 5px 0;
}
.social a ,.social p {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  color: #bebaba;
  margin: 2px 9px;
}
.social p {
  margin-left: 0 !important;
  margin-right: 20px
}
.link-page-pd .link-pdm .color-1 {
  color: #cbdb2a;
  min-width: 75px;
  height: 37px;
  line-height: 27px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  margin: 7px 0
}

.box-vcards ,.form-contact{
  width: 51.5%;
}
.box-vcards {
  position: relative;
}
#btn-cached {
  position: absolute;
  display: block;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: #b7b7b7 8px solid;
  text-align: center;
  line-height: 62px;
  left: 50%;
  top:50%;
  margin-left: -39px;
  margin-top: -39px;
  color: #bebaba;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#btn-cached.rotate {
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  transform: rotate(720deg);
  color: #fff;
  background: #b7b7b7;
  border-color: #fff
}
#icon-cached::shadow #icon {
  width: 50px;
  height: 50px;
  margin: 0;
}
.box-vcards .wrap {
  margin:0 -5px;
}
.box-vcards .column {
  float: left;
  width: 50%;
  padding:0 5px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.box-vcards .te-flip {
  -webkit-animation: flip3 1s ease-in-out forwards;
  -moz-animation: flip3 1s ease-in-out forwards;
  -o-animation: flip3 1s ease-in-out forwards;
}
@-webkit-keyframes flip3{
  0% {
    -webkit-transform: rotate3d(0,1,0,0);
  }
  50% {
    -webkit-transform: rotate3d(0,1,0,-90deg);
  }
  100% { 
    -webkit-transform: rotate3d(0,1,0,0deg); 
  }
}
@-moz-keyframes flip3{
  0% {
    -moz-transform: rotate3d(0,1,0,0);
  }
  50% {
    -moz-transform: rotate3d(0,1,0,-90deg);
  }
  100% { 
    -moz-transform: rotate3d(0,1,0,0deg); 
  }
}
@-o-keyframes flip3{
  0% {
    -o-transform: rotate3d(0,1,0,0);
  }
  50% {
    -o-transform: rotate3d(0,1,0,-90deg);
  }
  100% { 
    -o-transform: rotate3d(0,1,0,0deg); 
  }
}
.box-vcards .column.active {
  float: right;
}
.vcard {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.vcard>img {
  width: 100%;
  height: auto;
}
.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  background: rgba(255,255,255,.75);
  top:0;
  left: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.vcard .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  color: #1a1a1a;
  font-size: 21px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.vcard .info .tab-cell {
  display: table;
  width: 100%;
  height: 100%;
}
.vcard figure {
  display: table-cell;
  vertical-align: middle;
}
.vcard h2 {
  margin-top: 10px
}
.vcard:hover .spinner ,
.active .vcard .spinner{
  border: 10px solid rgba(255,255,255,.75);
  background: transparent;
}
.vcard:hover .info ,
.active .vcard .info{
  color: #fff;
  text-shadow: 1px 2px 3px rgba(2,3,3,.75);
}
.box-map ,.address-ctn{
  width: 48.5%
}
.address-ctn {
  padding-left: 25px;
  font-size: 14px;
  padding-top: 15px;
}
.address-ctn header>div {
  max-width: 75%;
  line-height: 0.9
}

.address-ctn hgroup.active {
  opacity: 1;
  display: block;
}
.address-ctn hgroup {
  opacity: 0;
  display: none;
}
.address-ctn hgroup h2 {
  font-size: 20px;
  margin-bottom: 10px
}
.address-ctn hgroup h3 {
  font-size: 14px;
}
.address-ctn a{
  color: inherit;
}
.link-map{
  color: #fff;
  border-bottom:1px dashed transparent;
}
.link-map:hover {
  border-bottom: 1px dashed
}
.box-address {
  margin: 35px -15px 0;
  padding-bottom: 15px
}
.box-address .col {
  width: 50%;
  float: left;
  padding:0 12px;
  color: #616161;
  transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
-o-transition: all .5s ease-in;
}
.box-address .col.active {
  color: #fff;
}
.form-contact {
  margin-top: 20px;
  border:10px solid #b7b7b7;
  background: #fff;
  padding: 10px 7px;
  position: relative;
}
.form-contact>.wrap {

}
.col-fpd{
  float: left;
  width: 50%;
  padding: 5px;
}
.form-group-pd {
  background: #e1e1e1;
  padding: 12px 10px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400
}
.form-group-pd paper-input {
  width: 100%;
  line-height: 20px;
  padding: 5px;
}
.form-group-pd paper-checkbox ,.form-group-pd label span{
  display: inline-block;
  vertical-align: middle;
}
.form-group-pd label span {
  margin-left: 8px
}
.full-popup {
  display: block;
  position: absolute;
  top:-25px;
  right: -10px;
  color: #fff;
  background: #b7b7b7;
  width: 38px;
  height: 38px;
}


.rfp__inner {
  margin: 0 -5px;
  background: #000;
  padding: 25px 35px 35px;
  position: relative;
}
#close-rfp {
  position: absolute;
  top:20px;
  right: 20px;
}
.rfp__inner .head-form-popup {
  max-width: 240px;
  padding-right: 45px;
  width: 24%
}
.rfp__inner .head-form-popup h1{
  font-size: 41px;
  font-weight: normal;
  line-height: 1.05
}
#form-ctn {
  width: 76%
}
#form-ctn .wrap {
  margin: 0 -4px;
}
#form-ctn .col-fpd {
  padding: 4px;
}
#form-ctn .column-1 {
  width: 66.7%;
  float: left;
  padding: 0 4px;
}
#form-ctn .column-2 {
  width: 33.3%;
  float: left;
  padding:0 4px;
}
#form-ctn .column-2 .col-fpd {
  width: 100%
}
#form-ctn .span {
  display: block;
  min-height: 54px;
  text-indent: -999em;
}
.text-center {
  text-align: center;
}
.box-gee-small {
  position: relative;
  margin: 5px 0;
  text-align: center;
}
.box-gee-small figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  padding: 15px
}
.box-gee-small .pos-bot {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}
#form-ctn .vertical {
  margin: 5px 0 18px;
  min-height: 265px
}

.rfp {
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 100%;
  max-width: 1060px;
  margin:210px auto 0;
  z-index: 4;
  transition:all 0.5s cubic-bezier(0.75, -0.2, 0.23, 1.5) 0s;
  -moz-transition:all 0.5s cubic-bezier(0.75, -0.2, 0.23, 1.5) 0s;
  -webkit-transition:all 0.5s cubic-bezier(0.75, -0.2, 0.23, 1.5) 0s;
  -o-transition:all 0.5s cubic-bezier(0.75, -0.2, 0.23, 1.5) 0s;
  -ms-transition:all 0.5s cubic-bezier(0.75, -0.2, 0.23, 1.5) 0s;
}
.js--rfp-active .rfp {
  top: 0%;
  position: absolute;
}
#banner-jobs {
  max-height:500px;
  overflow: hidden;
}
#banner-jobs figure {
  position: relative;
}
#banner-jobs img{
  width: 100%;
  height: auto;
  margin-top: -16%;
}
#banner-jobs figcaption {
  position: absolute;
  width: 100%;
  top: 30%;
}
#banner-jobs figcaption h1 {
  font-weight: 300;
  font-size: 58px;
  text-shadow: 1px 2px 3px rgba(2,3,3,.75);
  margin-bottom: 15px;
}
#banner-jobs figcaption h3 {
  font-size: 25px;
  text-shadow: 1px 1px 2px rgba(2,3,3,.75);
}
#wrap-jobs {
  background: #fff;
  color: #000;
}
.box-jobs-pd {
  max-width: 875px;
  margin:-12% auto 0;
  position: relative;
  background: #fff;
  padding: 50px 0 150px;
}
.box-jobs-pd .column {
  padding:0 35px;
  width: 50%;
  float: left;
  transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
}
.box-jobs-pd .column.active {
  width: 100%;
  margin-bottom: 20px
}
.box-jobs-pd .column.max-w{
  width: 100%;
}
.box-jobs-pd .item {
  margin-bottom: 20px;
}
.box-jobs-pd .item h2 {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  padding: 7px 20px;
  width: 100%;
}
.box-jobs-pd .active .item h2 {
  width: 50%;
  background: transparent;
  color: #000
}
.box-jobs-pd .item .apply {
  display: none;
}
.box-jobs-pd .item .apply a {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 30px;
  padding: 7px 15px;
}
.box-jobs-pd .item .apply span {
  line-height: 26px;
  padding: 7px 0;
}
.box-jobs-pd .active .item .apply {
  display: block;
}
.box-jobs-pd .aside {
  padding:25px 20px;
}
.box-jobs-pd .aside .descrip {
  min-height: 80px
}
.box-jobs-pd .active .aside .descrip ,.box-jobs-pd .max-w .aside .descrip{
  min-height: inherit;
}
.box-jobs-pd .aside .detail {
  display: none;
  margin-top: 15px
}
.box-jobs-pd .active .aside .detail {
  display: block;
}
.box-jobs-pd .aside .read-more {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px dashed transparent;
  cursor: pointer;
}
.box-jobs-pd .active .aside .read-more {
  display: none;
}
.box-jobs-pd .aside .read-more:hover {
  border-bottom: 1px dashed
}

#photo-pdm {
  padding-top: 80px;
}
#photostack-1 {
  height: 520px;
}

.bubble {
  font-weight: 300;
  padding: 20px 0 50px
}
.bubble h1 {
  font-size: 58px;
  max-width: 750px;
  margin:10px auto 25px;
  line-height: 1.1
}
.bubble h1 span {
  font-style: italic;
}
.bubble p {
  font-style: italic;
  line-height: 1.4
}
.bubble .img-gif-pd {
  max-height: 353px;
  width: auto;
}
#team-slide img {
  width: 100% !important;
  height: auto !important;
}
#team-slide #wrap-sync1 {
  text-align: center;
  background: #000
}
#team-slide #wrap-sync1 img {
  width: auto !important;
  max-height: 550px;
}
#team-slide .owl-pagination {
  text-align: center;
  padding: 37px 0 33px;
}
#team-slide .owl-page {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #808080;
}
#team-slide .owl-page.active {
  background: #fff
}
#sync2 {
  text-align: center;
  white-space: nowrap;
}
#sync2 .owl-wrapper{
  margin: auto
}
#sync2 .owl-item{
  display: inline-block;
  vertical-align: middle;
}
#sync2 figure {
  opacity: .7
}
#sync2 .synced figure {
  opacity: 1
}
#get-know  {
  padding: 35px 0 100px
}
#get-know > .container {
  max-width: 1180px
}
.head-know {
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
  padding: 45px 0
}
#get-know .info-user {
  width: 35%;
  padding-left: 35px;
}
#get-know .info-user h2 {
  font-size: 25px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(2,3,3,.75);
}
#get-know .info-user h2 strong {
  display: block;
}
#get-know .info-user h2 .name {
  text-transform: capitalize;
}
#get-know .info-user h2 i {
  font-style: italic;
  font-weight: 300;
  display: inline-block;
  margin-top: 35px;
}
.worth-pd hgroup {
  padding: 25px 0
}
.worth-pd hgroup h1 {
  font-family: 'Six Caps';
  font-size: 104px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 25px;
  text-shadow: 4px 6px 2px #000;
  display: inline-block;
  vertical-align: middle;
}
.worth-pd hgroup h4 {
  font-weight: 300;
  font-style: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 60%
}
.worth-pd p {
  font-weight: 300;
  margin-top: 45px;
}
.pd-list-gr {
  font-weight: bold;
}
.pd-list-gr li {
  padding: 4px 0
}
.pd-list-gr span {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  width: 49.5%
}
.pd-gress paper-progress {
  height: 23px;
  width: 100%;
}
.pd-gress paper-progress::shadow #progressContainer{
  background-color: transparent;
  height: 23px;
}
.pd-gress paper-progress::shadow #activeProgress {
  background-color: #cbdb2a;
}

.ia-container {
  width: 62.5%
}

.address-user {
  /*background: #555;*/
  margin-right: -30px;
  text-align: center;
  padding: 13px 0;
  margin-top: 30px
}
.address-user li {
  display: inline-block;
  vertical-align: middle;
  padding:2px 10px;
}
.address-user li img {
  height: 31px;
  width: auto;
}
.address-user li span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 16px
}
.address-user li .text {
  padding: 0 15px;
  color: #fff
}
.info-user {
  opacity: 0;
  -webkit-transform: translate3d(-70%, 0, 0);
  -ms-transform: translate3d(-70%, 0, 0);
  transform: translate3d(-70%, 0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.animate .info-user {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animate .pd-gress paper-progress {
  -webkit-animation: width-sl .8s linear 1;
  -moz-animation: width-sl .8s linear 1;
  -o-animation: width-sl .8s linear 1;
  animation: width-sl .8s linear 1;
}

.mobi-block {
  display: none;
  line-height: 1.6;
}
.top-margin {
  margin-top: 25px;
}
#video-owl video {
  width: 100%;
  height: auto;
}
#video-owl .vjs-control-bar{
  display: none
}
.video-box {
  position: relative;
}
.video-box-small {
  position: relative;
  max-width: 186px
}
.play-btn-defaults ,.play-btn-small{
  width: 75px;
  height: 75px;
  line-height: 64px;
  border: 5px solid ;
  color: #fff;
  background-color: #fe0000;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 10;
  top:50%;
  left: 50%;
  margin-left: -37.5px;
  margin-top: -37.5px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  transition:All .7s ease;
  -webkit-transition:All .7s ease;
  -moz-transition:All .7s ease;
  -o-transition:All .7s ease;
  cursor: pointer;
}
.play-btn-small {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  line-height: 40px;
}
.play-btn-defaults .caret-1 ,.play-btn-small .caret-1 {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 20px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.play-btn-small .caret-1 {
  border-width: 13px 0 13px 13px;
  margin-left: 5px
}
.play-btn-defaults:hover ,.play-btn-small:hover{
  transform: rotate(360deg) scale(1.12, 1.12) ;
  -webkit-transform: rotate(360deg) scale(1.12, 1.12);
  -moz-transform: rotate(360deg) scale(1.12, 1.12) ;
  -o-transform: rotate(360deg) scale(1.12, 1.12) ;
  -ms-transform: rotate(360deg) scale(1.12, 1.12) ;
}


#team-slide .owl-wrapper-outer ,#blog-slide .owl-wrapper-outer{
  max-height: 600px
}
#sync2 figure {
  max-height: 180px;
}

.mbYTP_wrapper {top:0;z-index: 11}

.box-jobs-pd .form-control {
  line-height: 1.33;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  height: 36px;
  padding: 7px 12px;
  width: 100%;
  max-width: 350px;
  margin-top: 5px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.box-jobs-pd textarea.form-control {
  height: auto !important;
  max-width: 500px
}
.box-jobs-pd .form-control:focus {
  -webkit-box-shadow: 0 0 7px #7961ab;
  box-shadow: 0 0 7px #7961ab;
}
.box-jobs-pd form p {
  margin-bottom: 15px
}
.box-jobs-pd .btn-apply{
  background: #fff;
  color: #7961ab;
  line-height: 20px;
  padding: 6px 25px;
  display: inline-block;
  border: 2px solid #7961ab;
  border-radius: 4px;
}
.box-jobs-pd .btn-apply:hover {
  color: #fff;
  border-color: transparent;
  background-color: #7961ab
}


.fig-exe .img-exe1 {
opacity: 0;
-webkit-transform: translate3d(-350%, -100%, 0);
-ms-transform: translate3d(-350%,-100%, 0);
transform: translate3d(-350%,-100%, 0);
-webkit-transition: all 0.7s ease;
transition: all 1s ease;
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.fig-exe .img-exe2 {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fig-exe .img-exe3{
opacity: 0;
-webkit-transform: translate3d(350%, 100%, 0);
-ms-transform: translate3d(350%, 100%, 0);
transform: translate3d(350%, 100%, 0);
-webkit-transition: all 1s ease;
transition: all 1s ease;
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.delay-text .translate-left,
.delay-text .translate-right {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.loadgif .execution .fig-exe .img-exe1 ,
.loadgif .execution .fig-exe .img-exe2 ,
.loadgif .execution .fig-exe .img-exe3 {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.box-product-pd.execution {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body {
  overflow-x: hidden
}
.execution .img-gif-pd {
  opacity: 1;
  display: inline-block;
}

.wrap-tagline {
  max-width: 1024px;
  margin:auto;
  display: table;
  width: 100%
}
.tagline-left ,.tagline-right{
  display: table-cell;
  vertical-align: top;
  padding: 35px 25px;
  font-weight: 300;
  line-height: 1.2;
}
.tagline-left {
  width: 40%;
  border-right: 1px solid ;
}
.tagline-left aside ,.tagline-right aside{
  margin: auto;
  text-align: left;
  display: table;
}
.tagline-right {
  width: 60%
}
.tag-fsize-75 {
  font-size: 75px;
  line-height: .7
}
.tag-fsize-68 {
  font-size: 68px;
  line-height: .7
}
.tag-fsize-62 {
  font-size: 62px;
  line-height: .7
}
.tag-fsize-60 {
  font-size: 60px;
  line-height: .85
}
.tag-fsize-50 {
  font-size: 50px;
  line-height: 1
}
.tag-fsize-35 {
  font-size: 35px;
  line-height: 1.1
}
.tag-fsize-30 {
  font-size: 30px;
  line-height: 1.15
}
.tag-fsize-25 {
  font-size: 25px;
  line-height: 1.15
}
.tag-fsize-24 {
  font-size: 24px;
  line-height: 1.15
}
.tag-fsize-23 {
  font-size: 23px;
  line-height: 1
}
.tag-fsize-20 {
  font-size: 20px;
}
.tag-rotate {
  text-align: center;
  margin-top: -20px;
  transform: translate(50%, 50%) ;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
}
.tag-rotate span{
  display: inline-block;
  transform: rotate(-90deg) translate(-50%,10%) ;
  -webkit-transform: rotate(-90deg) translate(-50%,10%);
  -moz-transform: rotate(-90deg) translate(-50%,10%);
  -o-transform: rotate(-90deg) translate(-50%,10%);
  -ms-transform: rotate(-90deg) translate(-50%,10%);
}

#sell-seen h2{
  font-size: 25px;
  font-weight: bold;
  padding: 50px 0 10px;
}
#sell-seen h2:first-child{
  padding-top: 0
}
#sell-seen .client-bx {
  min-height: 180px;
  min-height: 140px;
}
#marking h2{
  font-size: 25px;
  font-weight: bold
}
#marking figure>img{
  width: 320px;
}
#marking aside{
  font-weight: 300;
  margin-top: 20px
}
#marking aside span{
  display: block;
}

.marphmallow {
  background: url(../img/gif/cloud-gif.gif) no-repeat center;
  font-size: 24px;
  font-weight: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay-text .marphmallow{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.marphmallow aside strong{
  display: block;
}
.marphmallow aside figure img {
  margin: 20px 0 15px;
  max-width: 75%;
  height: auto !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay-text .marphmallow aside figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.marphmallow-container .marphmallow aside figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#eff-modal {
    position: relative;
    z-index: 111;
    visibility: hidden;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.55, -0.2, 0.23, 1.25) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.55, -0.2, 0.23, 1.25) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.55, -0.2, 0.23, 1.25) 0s;
    -o-transition: all 0.4s cubic-bezier(0.55, -0.2, 0.23, 1.25) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.55, -0.2, 0.23, 1.25) 0s;
 }
 #eff-modal.js-active {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    visibility: visible;
 }

 .visible-desktop {
  display: none;
 }
 .visible-mobi{
  display: inline-block;
 }
 .digital-content{
  max-width: 740px;
  margin: 0 auto;
  overflow: hidden;
  width: 76%;
 }
 .digitalLeft{
  float: left;
  width: 15%;
 }
 .digitalRight{
  float: left;
 }
 #slide5 .digitalRight{
  width: 67%;  
 }
 #slide7 .digitalRight{
  width: 68%;  
 }
 #slide9 .digitalRight{
  width: 70%;  
 }
 .digitalRight p{
  font-size: 16px;
  margin-top: 25px;
  text-transform: uppercase;
 }
  #slide4 .col-left,
  #slide6 .col-left{
    margin-top: 100px;
  }
  #slide6 .col-middle,
  #slide4 .col-middle{
    margin-top: 100px;
  }
  #slide8 .col-left{
    margin-top: 250px;
  }
  #slide8 .head-list{
    margin-top: 100px;
  }
  .footerVideo{
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 95px;
    position: absolute;
    bottom: 0px;
  }
  .footerVideo a{
    color: #fff;
    font-size: 20px;    
  }
/* Responsive
=========================================================================*/
@media (min-width: 1025px) {
  .ser-preview {
    padding-right: 3px;
  }
  #fc-slideshow{
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    right: 0;
 }
 #fc-slideshow.js-active{
    right: 7px;
    width: auto;
 }
}
@media (min-width: 900px) {
  .digital-content{
    width: 53%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #logo {margin-left: 10%}
  .visible-desktop {
    display: inline-block;
 }
 .visible-mobi{
    display: none;
 }
}
@media (max-width: 1024px){
  /*
  .wrap-detail-search .wrap: {
    margin: 0 -30px;
  }
  .wrap-detail-search .item {
    padding:15px 20px;
  }
  .wrap-detail-search .item figure {
    margin-right: 15px
  }
  */
  #banner-jobs img {
    margin-top: 0
  }
  .slide{
    background-attachment: scroll !important;
  }
  .ia-container {

  }
  #get-know .info-user {
    width: 36%;
    padding-left: 0;
  }
  .address-user li {
    padding: 2px 5px
  }
  .da-thumbs li.item-thumb figure ,#sync3 figure{
    overflow: hidden;
  }
  .da-thumbs li.item-thumb figure img ,#sync3 figure img{
    width: auto;
    max-width: inherit;
    margin: 0 -30%;
  }
  .fc-slideshow{
    height: auto;
    max-height: 100%
  }
  #fc-slideshow .fc-slides img, #fc-slideshow .fc-flip img{
    height: auto;
  }
  .fc-flip {
    position: relative;
  }
  .pape-pmd1 {
    right: 0 !important
  }
  .ser-preview{
    padding-left: 3px;
  }
}

@media (max-width: 979px ){
  #nav-main li .diffe-img {
    top:110%;
    width: 100%;
    max-width: inherit;
  }
  #nav-main li .diffe-img img {
    width: 100%;
  }
  .wrap-detail-search .item  {
    width: auto;
    float: none;
  }
  #contact-page {
    padding-bottom: 50px
  }
  .box-social {
    padding: 30px 0;
  }
  .social a, .social p {
    margin-left: 5px;
    margin-right: 5px;
  }
  .contact-mobi {
    width: 90%;
    margin: auto
  }
  .box-vcards, .form-contact ,
  .box-map, .address-ctn {
    width: auto;
    float: none !important;
  }
  .box-map {
    margin-top: 10px;
  }
  .box-map>img {
    width: 100%;
  }
  .address-ctn {
    padding-left: 0;
  }
  .js--rfp-active .rfp {
    bottom: 0;
    background: #000;
    margin-top: 67px;
    left: -30px;
    right: -30px;
    padding: 0 30px;
  }
  .rfp__inner {
    padding:50px 35px 35px;
    margin: 0;
  }
  .rfp__inner .head-form-popup {
    width: 50%;
  }
  #close-rfp {
    right: -15px;
  }
  #form-ctn {
    float: none;
    width: 100%;
  }
  #form-ctn .input-wrap .column-1{
    float: right;
    width: 50%;
  }
  #form-ctn .input-wrap .column-2 {
    float: none;
    width: auto;
    clear: both;
  }
  #form-ctn .col-fpd {
    width: auto;
    float: none;
  }
  #form-ctn .input-wrap .column-2 .col-fpd {
    float: left;
    width: 50%
  }
  #form-ctn .last-w2 {
    display: none;
  }
  #form-ctn .column-1 ,#form-ctn .column-2{
    width: auto;
    float: none;
  }
  .box-gee-small {
    margin: 35px auto
  }

  .head-know {
    padding: 30px 0 35px
  }
  #get-know .info-user ,.ia-container {
    float: none !important;
    width: auto;
  }
  #get-know .info-user{
    padding-top: 15px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .address-user  {
    margin:20px -30px
  }
  .worth-pd hgroup {
    padding: 20px 0 10px
  }
  .worth-pd ul {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
  }
  .worth-pd p{
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    margin:10px 0;
    padding-left: 4%
  }
  .blog-dialog {
    padding-right: 0;
  }
  .close-dialog {
    color: #000
  }
  .social-log h4 {
    display: none;
  }
  .frame-side-log {
    position: absolute;
    width:230px;
    left: 0;
    top:0;
  }
  .side-log ,.social-log{
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .mobi-block {
    display: block;
    margin-bottom: 10px;
  }
  .text-module {
    display: none !important
  }
  .wrap-pd1 .col-pd-6 {
    float: none;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px
  }
  .wrap-cell-pd2>div.div-img {
    min-width: inherit;
  }
  .even-img li{
    display: inline-block;
    width: auto;
    padding:5px 3.5px
  }
  .wrap-cell-pd2 ,.vertical-tp .even-img{
    margin-top: 8px;
  }
  .wrap-video-btm .col-vd {
    padding: 0 20px
  }
  
  .box-dialog {
    width: 80%
  }
  #marking aside span {
    display: inline;
  }
  .marking {
    line-height: 1.8
  }
}

@media (max-width: 768px ){

  .box-product-pd>.col{
    width: auto;
    float: none;
    position: static;
    padding: 10px 0;
  }
  .box-product-pd>.col.col-middle,
  .box-product-pd>.col.col-left{
    margin-top: 0;
  }

  .slide#slide3,
  .slide#slide4,
  .slide#slide6,
  .slide#slide18{
    min-height: inherit;
    height: inherit;
    padding-bottom: 30px;
  }
  .slide#slide4 .img-design{
    margin-top: -50px;
    margin-bottom: -80px;
  }
  .slide#slide6 .img-design{
    margin-top: -120px;
    margin-bottom: -100px;
  }
}
@media (min-width: 767px ){
  #slide10{
    min-height: 720px;
  }
}
@media (max-width: 767px ){
  body{
    height: auto;
  }
  #search-box{width: auto;padding: 11px 5px 0}
  #search-box .open-search{position: static;}
  .link-contact {margin-right: 12%}
  .scroll-prev-arrow ,.scroll-next-arrow {
    display: none
  }
  .slide{
    min-height: 1000px;
    height: 1000px;
    padding-top: 0;
  }
  .slide#slide3,
  .slide#slide4,
  .slide#slide6,
  .slide#slide7,
  .slide#slide8,
  .slide#slide9,
  .slide#slide18{
    min-height: inherit;
    height: inherit;
    padding-bottom: 0px;
  }
  .slide#slide9{
    padding-bottom: 30px;
  }
  #slide8 .head-list{
    margin-top: 0;
  }
   #slide8 .img-design{
    margin-top: -30px;
    margin-bottom: -30px;
   }
  .slide#slide4 .img-design{
    margin-top: -150px;
    margin-bottom: -180px;
  }
  .slide#slide6 .img-design{
    margin-top: -120px;
    margin-bottom: -100px;
  }
  .slide:nth-of-type(1){
    padding-top: 67px !important;
  }
  .slide .head-1 h1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  #wra-creative figure, .box-product-pd, .client-bx, .gee-img ,
  .translate-right, .translate-left ,
  .execution .fig-exe .img-exe1 ,
  .execution .fig-exe .img-exe2 ,
  .execution .fig-exe .img-exe3 
  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slide .img-gif-pd{
    display: inline-block;
    opacity: 1;
    max-width: 100%;
  }
  .slide .img-png-pd {
    display: none;
    opacity: 0;
  }
  .slide .absolute {
    position: static;
    width: 100%;
  }
  .slide .absolute img {
    max-width: 100%;
  }
  .img-strategy .img-gif-pd {
    width: 100%;
    margin-top: 0;
  }
  .box-product-pd .head-list {
    margin-top: 30px
  }
  .box-product-pd>.col{
    width: auto;
    float: none;
    position: static;
    padding: 10px 0;
  }
  .caption-vd {
    top:5%;
  }
  .box-product-pd .head-list h2 {
    max-width: inherit;
  }
  .box-product-pd>.col p{
    padding: 0;
    text-align: justify;
  }
  .fig-exe {
    display: table;
    margin: auto;
  }
  .img-strategy .absolute {
    width: 100%;
    left: 0;
  }
  .starup {
    padding-top: 120px;
  }
  #wra-compani h2{
    position: absolute;
    width: 100%;
    top:-10px;
    left: 0;
  }
  #wra-compani  h2.gee-header{
    position: static;
  }
  .place-search {
    width: auto;
  }
  .ss-row .ss-left, .ss-row .ss-right ,#wraSpot aside.detail img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #video-owl .owl-pagination {
    display: block;
  }
  
  .client-bx li {
    width: 32.5%
  }
  .img-strategy {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ss-left, .ss-right {
    display: block;
    width: auto;
    padding: 80px 0;
  }

  .box-swap .ss-left ,.box-swap .ss-right {
    left: 0;
    right: 0;
  }
  #wrap-page-gee {
    overflow-x: hidden;
  }
  #wrap-page-gee .box-table-cell {
    padding: 0 70px
  }
  .info-gee aside {
    padding-left: 0;
    padding-right: 0;
  }
  .head-ss-row > div {
      position: static;
  }
  .head-ss-row {
    position: relative;
    padding-bottom: 272px;
  }
  .slide .head-ss-row .absolute {
    position: absolute;
    top:100%;
    bottom: auto;
    left: 50%;
  }
  .slide .head-ss-row .ss-right .absolute {
    right: 50%;
    left: auto;
  }
  .box-jobs-pd {
    margin-top:-7%
  }
  #banner-jobs figcaption h1 {
    margin: 15px 0 0
  }
  .box-jobs-pd .column {
    float: none;
    max-width: 395px;
    margin: auto;
    padding: 0 20px;
    width: auto;
  }
  .box-jobs-pd .column.active {
    max-width: 570px;
    padding: 0 15px;
  }
  .box-jobs-pd .active .item h2 {
    float: none !important;
    padding: 10px 0;
    width: auto;
  }
  .box-jobs-pd .item .apply {
    float: none !important;
  }
  .box-jobs-pd .active .aside{
    padding: 20px 0
  }

  .photostack figure {
    width: 65%
  }
  .photostack figure img {
    width: 100%
  }
  .blog-dialog {
    
  }
  .content-log ,.scroll-bar{
    height: auto;
    max-height: inherit;
  }
  .content-log {
    padding: 20px;
  }
  /*.da-thumbs li.item-thumb {
    padding-left: 30%;
  }
  .da-thumbs li.item-thumb .date {
    width: 30%
  }*/
  #nav-blog li  {
    display: table-cell;
    width: 1%;
    text-align: center;
  }
  #nav-blog li a{
    padding-left: 5px;
    padding-right: 5px;
  }

  #nav-service {
    display: none
  }
  #wrap-service-page {
    padding-top: 68px
  }
  .case-papd #header {
    margin-top: 0;
  }
  .js-sea-head .case-papd #wrap-search {
    top:0;
  }
  #wrap-explain>.container {
    padding: 0;
  }
  .caption-explain {
    position: relative;
  }
  .caption-explain h1 {
    display: block;
    margin: 0;
    padding: 35px 10px;
  }
  .pill-3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 15px
  }
  .pill-3 li {
    padding: 0 10px;
  }
  .box-explain {
    padding-bottom: 25%
  }
  #slide-sample .owl-pagination {
    display: block;
  }
  #slide-sample .owl-controls .owl-buttons div {
    display: none !important;
  }
  #slide-sample {
    padding: 17px 0 28px
  }
  #slide-sample .pic {
    width: 35%;
    margin-right: 0;
    padding: 0 15px;
  }
  .info-exp {
    padding: 0 15px;
    line-height: 1.3
  }
  .info-exp .link-pdm .color-1 {
    margin-top: 10px;
  }
  #page-service {
    padding: 0 0 50px;
  }
  .process-bxp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-service {
    padding-left: 133px;
    margin-left: 8px;
  }
  .box-service.fixed .head-bxser {
    margin-left: -133px;
    top:75px;
  }
  .box-module h1 {
    position: static;
    width: auto;
    margin-bottom: 20px
  }
  .box-module h1 span {
    display: inline-block;
  }
  .box-module h1 .prev-top {
    display: none;
  }
  .even-img {
    max-width: 420px
  }
  .box-module-list {
    padding: 0;
    padding-left: 10px;
  }
  .box-module {
    padding: 20px 20px 20px 0;
  }
  .wrap-video-btm .col-vd {
    float: none;
    width: auto;
    max-width: 440px;
    margin: auto;
    padding:5px 20px
  }

  .gee-apply-wr .describes span {
    display: inline;
  }
  .marphmallow aside figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .tagline-left, .tagline-right {
    width: auto;
    display: block;
    border-right: 0;
    padding: 35px 10px
  }
  #wrap-sync1{
    margin-bottom: 15px;
  }
  /*#slide10 .play-btn{
    top: 18%;
  }*/
  #slide10{
    min-height: 333px;
    height: 333px;
  }
  #slide10 #video-owl{
    height: 75%;
  }
  #slide10 .owl-pagination{
    display: none;
  }
  .footerVideo{
    bottom: 0;
  }
  .box-pillar aside.digitalLeft{
    width: 100%;
  }
  #slide5 .digitalRight,
  #slide7 .digitalRight,
  #slide9 .digitalRight{
    width: 100%;
    margin-top: 30px;
  }
  #slide6 img{
    margin-bottom: -100px;
  }
  .play-btn{
    top: 18%;
  }
  #slide11,#slide12,#slide13,#slide16,#slide14{
    min-height: inherit;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #slide8 img{
    max-width: 55%;
  }
}

@media (max-width: 640px ){
  .digitalLeft,
  .digitalRight{
    width: 100%;
  }
   .box-pillar aside.digitalRight{
    margin-top: 20px;
   }
  .slide#slide8 .box-table-cell{
    padding: 0;
  }
}
@media (max-width: 639px ){
  .container{
    padding: 0 15px;
  }
  #logo {
    margin-left: 15px
  }
  #search-box .open-search {
    right: 8px;
  }
  .js-sea-head #search-box #wrap-search {
    padding: 0;
  }
  .eff-search {
    padding: 0 5px
  }
  .close-search {
    margin-top: 0;
    margin-bottom: -10px;
  }
  .wrap-detail-search{
    margin-top: 0;
    padding: 10px 0
  }
  .wrap-detail-search .wrap {
    margin: 0 -15px
  }
  .wrap-detail-search .item {
    padding: 15px
  }
  .wrap-detail-search .item figure {
    margin-right: 15px;
  }
  .open-all #nav-main {
    padding: 70px 15px 20px;
  }
  #nav-main li a paper-item {
    font-size: 40px
  }
  #nav-main li .diffe-img{
    margin-bottom: 30px;
  }
  .contact-mobi {
    width: auto;
  }
  .social p {
    display: block;
  }
  .js--rfp-active .rfp {
    left: -15px;
    right: -15px;
    padding: 0 15px;
  }
  .rfp__inner {
    padding: 35px 10px
  }
  #close-rfp {
    top:0;
  }
  .slide {
    min-height: inherit;
    height: auto;
  }
  .slide .box-table-cell ,#wrap-page-gee .box-table-cell{
    padding: 45px 0;
  }
  #wrap-page-gee .slide {
    overflow: visible;
    display: block;
  }
  #wrap-page-gee .box-table-cell {
    display: block;
  }
  .slide .head-ss-row .absolute {
    top:0px;
  }
  .head-ss-row {
    padding-bottom: 150px
  }
  .ss-row aside {
    max-width: inherit;
  }
  .ss-left, .ss-right {
    padding:20px 15px
  }
  .info-gee aside{
    padding-left: 15px;
    padding-right: 15px;
  }
  .gee-head .head-1 h1 {
    margin: 30px 0 10px 
  }
  #wra-creative figure {
    margin-bottom: 35px;
  }
  .head-1 h1 {
    font-size: 70px !important;
  }
  .box-product-pd .head-list h1 ,.ss-row h2 ,.bubble h1 ,.head-know{
    font-size: 48px !important
  }
  .box-product-pd .img-design {
    /*width: 50%;*/
    width: 100%;
    margin: auto;
  }
  .fig-exe {
    padding-left: 20%
  }
  .box-jobs-pd {
    margin-top: 0;
  }
  .address-user {
    margin-left: -15px;
    margin-right: -15px
  }
  .address-user li {
    display: table-cell;
  }
  .address-user li .text {
    padding: 0 5px
  }
  .blog-dialog {
    padding-left: 30%;
  }
  .frame-side-log {
    width: 30%
  }
  .side-log {
    padding:15px 10px;
    text-align: center;
  }
  .side-log .date {
    font-size: 70px;
    padding: 10px 0 20px
  }
  .scroll-bar .mCSB_container {
    margin-right: 0;
  }
  .content-log {
    padding:20px 15px 20px 10px;
  }
  .video-owl {
    position: relative;
  }
  .avatar-blog img {
    max-width: 100%
  }
  .social-log li {
    padding: 5px 0
  }
  #sync3 figure img {
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: auto;
  }
  #sync3 figure h1 {
    max-width: 80%;
  }
  .head-title-blog h1{
    font-size: 40px;
    margin-top: 5%
  }
  .nav-slide div{
    display: none !important
  }
  #sync4 {
    display: none !important;
  }
  .nav-slide .icon-wrap {
    padding: 8px 0
  }
  #nav-blog li a {
    padding: 0px 5px
  }
  .da-thumbs li.item-thumb figure img{
    height: 150px
  }
  .da-thumbs li.item-thumb figure h1 {
    max-width: 80%;
  }
  .da-thumbs li.item-thumb .date {
    font-size: 70px
  }
  .da-thumbs li.item-thumb figure h2 {
    display: block;
    width: 70%;
    margin: auto;
    padding: 3px 5px;
    text-align: center;
    min-width: inherit;
  }
  #black-top-bl {
    left: 11%
  }
  #black-top-bl a {
    width: 45px;
    height: 45px;
    line-height: 45px
  }
  .ser-preview h1, .box-dialog h1 {
    font-size: 60px
  }
  .tool-view {
    height: 40px;
    padding: 10px 20px;
    line-height: 20px;
  }
  .tool-view .caret-1 {
    width: 40px;
    line-height: 40px;
  }
  .tool-view .caret-1:after {
    border-width: 7px 7px 0 7px;
  }
  .box-dialog .tool-view .caret-1:after {
    border-width: 7px 7px 7px 0 ;
  }
  .detail-log {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 1.6
  }
  .detail-log img {
    max-width: 80%
  }
  #slide10{
    display: block;
  }
  #video-owl {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: visible;
  }
  #video-owl img {
    max-width: 100%
  }
  #video-owl .owl-buttons > div {
    display: none
  }
  .play-btn ,.play-btn:hover{
    transform: scale(.5, .5) translate(-100%, -100%);
    -webkit-transform: scale(.5, .5) translate(-100%, -100%);
    -moz-transform: scale(.5, .5) translate(-100%, -100%);
    -o-transform: scale(.5, .5) translate(-100%, -100%);
    -ms-transform: scale(.5, .5) translate(-100%, -100%);
    margin: 0;
  }
  .caption-vd {
    top:3%;
  }
  .caption-vd h1 {
    font-size: 30px;
    margin-bottom: 2px
  }
  .caption-vd h2 {
    font-size: 21px
  }
  #video-owl .owl-page {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
}
@media (max-width: 558px ){
  #slide-sample img{
    max-width: 75%
  }
  #nav-main li a paper-item, #nav-main li a span {
    font-size: 30px
  }
  .vcard h2 ,#banner-jobs figcaption h3{
    font-size: 21px;
    margin-top: 5px;
  }
  #banner-jobs figcaption h3 {
    font-weight: 300
  }
  .box-pillar ul {
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%
  }
  .box-pillar ul li{
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  #intrigued .link-pdm .color-1 {
    margin: 10px
  }
  .worth-pd hgroup h1 {
    font-size: 80px
  }
  .worth-pd ul ,.worth-pd p{
    width: auto;
    display: block;
    padding-left: 0;
  }
  #team-slide .owl-pagination {
    padding: 15px 0
  }
  .address-user li {
    display: inline-block;
    padding: 3px 10px
  }
  .avatar-blog figcaption h2  {
    font-size: 21px
  }
  #sync3 figure h1 ,.head-title-blog h1{
    font-size: 34px
  }
  #slide-sample .pic {
    float: none;
    width: auto;
    margin-bottom: 30px
  }
  .process-bxp h2 {
    font-size: 30px;
    padding: 20px 0
  }
  .process-bxp {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 15px;
    text-align: justify;
  }
  .form-gee label {
    margin-left: 0;
  }
  .gee-dialog .close-dialog {
    right: 0;
  }
  .black-apply {
    margin-bottom: 15px;
  }
  #marking h2 ,#sell-seen h2{
    font-size: 20px
  }
  .tag-fsize-75 {
    font-size: 50px;
    line-height: .7
  }
  .tag-fsize-68 {
    font-size: 48px;
    line-height: .7
  }
  .tag-fsize-62 {
    font-size: 45px;
    line-height: .7
  }
  .tag-fsize-60 {
    font-size: 43px;
    line-height: .85
  }
  .tag-fsize-50 {
    font-size: 40px;
    line-height: 1
  }
  .tag-fsize-35 {
    font-size: 30px;
    line-height: 1.1
  }
  .tag-fsize-30 {
    font-size: 27px;
    line-height: 1.15
  }
  .tag-fsize-25 {
    font-size: 23px;
    line-height: 1.15
  }
  .tag-fsize-24 {
    font-size: 21px;
    line-height: 1.15
  }
  .tag-fsize-23 {
    font-size: 20px;
    line-height: 1
  }
  .tag-fsize-20 {
    font-size: 18px;
  }
}

@media (max-width: 480px ){
  .digitalLeft{
    width: 100%;
  }

  #slide5 .digitalRight,
  #slide7 .digitalRight,
  #slide9 .digitalRight{
    width: 100%;
   }
   .digitalRight h4{
      font-size: 19px;
   }
   .play-btn{
    top: 40%;
   }
}
@media (max-width: 479px ){
  .eff-search>div {
    display: block;
  }
  .place-search {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc
  }
  #search-box .btn-search {
    top:2px;
  }
  .event-click li {
    padding: 0 5px;
  }
  #nav-main li .diffe-img figcaption {
    font-size: 45px;
    bottom: 5%;
    line-height: 1;
  }
  .link-contact {
    margin-right: 8%
  }
  .wrap-detail-search .item figure {
    float: none !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wrap-detail-search .descrip a {
    margin-top: 10px;
  }
  .box-social {
    text-align: center;
    padding: 20px 0
  }
  .box-social>div{
    width: auto;
    float: none !important;
  }
  .box-vcards .wrap {
    margin: 0 -2.5px
  }
  .box-vcards .wrap .column{
    padding:0 2.5px;
  }
  #btn-cached {
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    border-width: 3px;
    line-height: inherit;
  }
  #icon-cached::shadow #icon {
    width: 30px;
    height: 30px;
  }
  .vcard figure img {
    height: 110px;
    width: auto;
  }
  .vcard h2 {
    font-size: 16px
  }
  .vcard:hover .spinner, .active .vcard .spinner {
    border-width: 5px
  }
  .address-ctn header>div {
    float: none !important;
    max-width: inherit;
    clear: both;
    padding-top: 10px
  }
  .box-address{
    margin: 20px -15px
  }
  .box-address .col {
    float: none;
    width: auto;
    display: none;
  }
  .box-address .col.active{
    display: block;
  }
  .rfp__inner .head-form-popup {
    float: none;
    width: auto;
    max-width: inherit;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .rfp__inner .head-form-popup h1{
    font-size: 27px
  }
  .col-fpd {
    float: none !important;
    width: auto !important;
  }
  #form-ctn .input-wrap .column-1 {
    width:auto;
    float: none;
  }
  .head-1 h1 ,.ss-row .ss-left h1, .ss-row .ss-right h1{
    font-size: 60px !important;
  }
  .box-product-pd .head-list h1 ,.ss-row h2 
  ,#banner-jobs figcaption h1 ,.bubble h1 ,.gee-finish h1 {
    font-size: 36px !important
  }
  #wra-business ,.box-pillar ,#wraSpot aside.detail 
  ,#box-gee figure ,#box-gee h3 ,.info-gee aside ,
  #wrap-page-gee .slide ,#banner-jobs figcaption h3{
    font-size: 19px
  }
  .box-product-pd .head-list h2 ,.box-product-pd .head-s2 
  ,.info-gee aside h2 ,.title-gee{
    font-size: 21px
  }
  .starup-img {
    width: 35%;
  }
  .company-img {
    width: 52%
  }
  .starup {
    padding-top: 25%
  }
  #wra-compani h2 {
    font-size: 19px
  }
  .fig-exe img{
    width: 65% !important;
  }
  #wrap-page-gee .slide .img-gif-pd {
    max-width: 80%
  }
  .head-ss-row {
    padding-bottom: 0
  }
  #banner-jobs figcaption {
    top:33%;
  }
  #banner-jobs figcaption h3 {
    font-size: 17px;
    margin-top: 0;
  }
  #banner-jobs img {
    margin-top:8%
  }
  .box-jobs-pd .item h2 ,#get-know .info-user h2 {
    font-size: 21px
  }

  .address-user{
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    max-height: 95px;
  }
  .address-user li.email,.address-user li.phone {
    display: block;
    text-align: left;
  }
  .address-user li span {
    width: 33px;
    text-align: center;
    vertical-align: middle;
  }
  .address-user li span.text{
    width: auto !important;
    padding: 0;
    padding-left: 3px
  }
  .address-user li{
    padding: 5px;
    white-space: nowrap;
  }
  .address-user .facebook ,
  .address-user .twitter,
  .address-user .linked {
    position: relative;
    transform: translateY(-100%);
  }
  .address-user .facebook img ,
  .address-user .twitter img,
  .address-user .linked img{
    height: 28px;
    -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  }
  /*
  .address-user .facebook {
    top:2px;
  }
  .address-user .twitter{
    top:35px;
  }
  .address-user .linked{
    bottom: 2px
  }
  */
  .photostack figure {
    width: 90%;
    padding: 20px 20px 5px
  }
  #photostack-1{
    height: 470px
  }
  .pd-list-gr {
    font-size: 14px
  }
  .photo-accor {
    border-width: 0 6px 0 4px
  }
  .photo-accor figure .block-img>img {
    border-width: 2px
  }
  .blog-dialog {
    padding-left: 40%;
  }
  .frame-side-log {
    width: 40%
  }
  #sync3 figure h2 ,.head-title-blog h2{
    padding: 5px
  }
  #sync3 figure h1 , .head-title-blog h1{
    font-size: 28px
  }
  .head-title-blog h1 {
    padding: 15px
  }
  #nav-blog li a {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .da-thumbs li.item-thumb .date {
    font-size: 50px
  }
  .da-thumbs li.item-thumb figure h1 {
    font-size: 24px
  }
  .caption-explain h1 ,.process-bxp h2{
    font-size: 25px;
    padding: 20px 0;
  }
  .head-bxser {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .box-service.fixed .head-bxser{
    margin-left: -85px;
  }
  .box-service {
    padding-left: 85px;
    margin-left: 5px
  }
  .box-module {
    padding-right: 10px;
  }
  .box-module img {
    height:auto !important;
    }
  .box-module h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .box-module h1 span {
    font-size: 50px
  }
  .pill-3 li {
    padding: 0 5px
  }
  .pill-3 li figcaption {
    font-size: 12px
  }
  .ser-preview h1, .box-dialog h1 {
    font-size: 50px
  }
  .play-btn-defaults{
    width: 52px;
    height: 52px;
    margin-top: -26px;
    margin-left: -26px;
    line-height: 40px;
  }
  .play-btn-defaults .caret-1 {
    border-width: 13px 0 13px 13px;
    margin-left: 5px
  }
  .type-product>h1 {
    font-size: 60px;
  }
  .type-product .pro-left {
    padding-right: 20px;
  }
  .type-product .pro-right {
    padding-left: 20px;
  }
  .gee-apply-wr .title-gee-ap {
    font-size: 40px;
    margin: 20px 0 10px
  }
  .gee-apply-wr ,.form-gee h3{
    font-size: 20px;
  }
  .gee-apply-form input {
    font-size: 20px;
    line-height: 24px;
    padding:10px;
    height: 50px;
  }
  .submit-gee {
    font-size: 20px;
    height: 50px;
    border-width: 2px;
    line-height: 46px;
    width: 170px;
  }
  #marking figure>img {
    max-width: 320px;
    width: auto;
  }
  .marphmallow {
    font-size: 18px
  }
  #marking h2 ,#sell-seen h2{
    font-size: 18px
  }
  .tagline-left aside, .tagline-right aside {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  .tagline-right aside p {
    letter-spacing: inherit !important;
  }

   .digitalLeft{
    width: 100%;
   }
   .digitalRight{
    margin-top: 20px;
    width: 100%;
   }
   .digitalRight h4{
      font-size: 19px;
   }
}

@media (max-width: 359px ) {
  #nav-main li .diffe-img figcaption {
    font-size: 40px;
    bottom: 5%;
    line-height: 1;
  }
  #nav-main li a paper-item, #nav-main li a span {
    font-size: 27px
  }
  .open-all .menu-fixel {
    padding-right: 5px
  }
  .link-contact {
    margin-right: 5%
  }
  .vcard figure img {
    height: 90px;
  }
  .vcard h2 {
    font-size: 14px
  }
  .rfp__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .head-ss-row .ss-left, .head-ss-row .ss-right {
    padding: 0 15px;
  }
  .ss-row .ss-right h1 {
    padding-left: 15px;
    margin-left: -17px
  }
  .ss-row .ss-left h1 {
    padding-right: 15px;
    margin-right: -17px
  }
  .caption-vd h1 {
    font-size: 24px;
    margin-bottom: 2px
  }
  .caption-vd h2 {
    font-size: 18px
  }
  .address-user{
    white-space: nowrap;
    overflow: hidden;
  }
  .address-user li {
    padding: 3px
  }
  .address-user li span.text{
    padding-left: 0
  }
  .address-user{
    max-height: 84px;
  }
  .slide .box-table-cell{
    overflow-x:hidden;
  }
  .digitalLeft img{
    width: 30%;
   }
}

@media (max-width: 320px){
  .slide#slide6 .img-design{
    margin-top: -60px;
  }
  .slide#slide4 .img-design{
    margin-top: -100px;
  }
  #slide4 .col-left{
    margin-top: 60px;
  }
  #slide6 img{
    margin-bottom: -60px;
    margin-left: -40px;
  }
  .box-product-pd .head-list{
    margin-top: 0;
  }
  .slide .box-table-cell, #wrap-page-gee .box-table-cell{
    padding: 0;
  }
}
@media (min-height: 769px ) {
  .detail-log {
    min-height: 570px;
  }
}
@media (min-height: 900px ) {
  .detail-log {
    min-height: 660px;
  }
}
@media (max-height: 700px ) and (min-width:767px){
  .marphmallow{
    background-size:auto 96%;
  }
}
.info-exp .link-pdm .color-1:hover {
  color: #ccda2b;
  border-color: #ccda2b;
}
#popup_contact{
  background :black;
  padding: 15% 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  min-height: 100%;
  height: 90%;
  /* margin-top: 70px; */
}
#popup_contact h4{
  font-size: 30px;
}
#popup_contact .social{
  float: none;
}
@media (max-width: 768px ){
  #popup_contact{
    padding: 30% 0;
  }
}
@media (max-width: 640px ){
  #popup_contact{
    padding: 35% 0;
  }
  #popup_contact h4{
    font-size: 20px;
  }
  #overlayContainer.visible #overlayFrame{
    width: 100%!important;
  }
}
@media (max-width: 640px ){
  #popup_contact{
    padding: 40% 5px;
  }
  #popup_contact h4{
    font-size: 20px;
  }
}