@charset "UTF-8";
/* Configs Import */
/*************** Background-Style ****************/
/*************** Text Style ***************/
.main-title {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  margin: 18px 0;
  padding: 0 10px;
  letter-spacing: 2px; }

.sub-title-wrap {
  padding: 0 10px; }
  .sub-title-wrap .sub-title {
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    margin: 18px 0;
    padding: 0 10px;
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    background-color: #f4f4f4;
    padding: 0 20px 0 0; }

.separator {
  width: 100%;
  border-top: 1px solid #999;
  margin: 25px 0; }

.tag {
  margin-bottom: 5px;
  position: absolute;
  left: 25px;
  right: 45px;
  bottom: 0;
  color: white;
  font-size: 15px; }

.picks .sub-picks-group .sub-picks {
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    max-height: 240px;
}

video {
  width: 100%;
  height: 100%;
}

.video-container  {
  position: relative;
  width: 100%;
  overflow: hidden;
      height: 100%;
}

.video-cover video {
  object-fit: contain;
}

.video-cover video {
  object-fit: scale-down;
}

.video-fit-cover video {
  object-fit: cover;
}

.video-fill video {
  object-fit: fill;
}

.layout-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(calc(20% - 15px), 1fr));
    grid-auto-rows: 240px;
}
.grid-large {
    width: 100%;
    grid-row-end: span 2;
    border-radius: 5px;
    position: relative;
    grid-column-end: span 2;
}
.grid-small {
    width: 100%;
    grid-row-end: span 1;
    position: relative;
}
.sub-picks-content.effect-bubba {
    background: #333366;
	position: relative;
	    height: 100%;
	    width: 100%;
}
.sub-picks-content.effect-bubba .fa {
    font-size: 16px;
    color: white;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.sub-picks-content.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.sub-picks-content figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-bubba:hover figcaption::before, 
.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.effect-bubba figcaption::before, 
.effect-bubba figcaption::after {
    position: absolute;
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba:hover figcaption::before, 
.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.effect-bubba figcaption::before, 
.effect-bubba figcaption::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.sub-picks-content .tag {
    position: absolute;
    bottom: 0;
    left: 25px;
}
.effect-bubba:hover .video-fit-cover{
	opacity: 0.3;
}
.effect-bubba:hover img{
	opacity: 0.3;
}

.effect-bubba:hover figcaption > p {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.effect-bubba figcaption > p {
    width: 100%;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0 40px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 1px;
    font-size: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}
.grid .sub-picks-content .tag {
    position: absolute;
    bottom: 0;
    left: 12px;
}
@media only screen and (max-width: 768px) {
	.main-title {
		margin-left: 20px;
	} 
	.picks .sub-picks-group .sub-picks {
    padding: 0 5px;
    margin-bottom: 10px;
}
.grid-large,.grid-small {


}
.layout-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 0px), 1fr));
    grid-auto-rows: auto;
}
}
@media only screen and (max-width: 414px) {
  .main-title {
    font-size: 15px;
    margin: 15px 0 12px 20px; }

  .sub-title-wrap .sub-title {
    font-size: 15px; }

  .separator {
    margin: 23px 0; } }
/*************** Layout Style ***************/
.ui-loader {
  display: none; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.col-md-15 {
  width: 20%;
  position: relative;
  min-height: 1px;
  float: left;
  padding: 0 10px; }

.visible-mobile {
  display: none; }

@media only screen and (max-width: 1440px) {
  .col-md-15 {
    width: 25%; } }
@media only screen and (max-width: 1280px) {
  .col-md-15 {
    width: 33.333333%; } }
@media only screen and (max-width: 768px) {
  .col-md-15 {
    width: 50%; }

  .sub-page .row {
    margin-right: 0;
    margin-left: 0; }

  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; } }
@media only screen and (max-width: 414px) {
  .col-md-15 {
    width: 100%;
    padding: 0 25px; } }
/*************** Hover Style ***************/
.box-shadow {
  box-shadow: 10px 10px 30px -5px #888888;
  -webkit-box-shadow: 10px 10px 30px -5px #888888;
  -moz-box-shadow: 10px 10px 30px -5px #888888; }

/*************** Common Style ***************/
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Bosun';
  background-color: #f4f4f4;
  position: relative; }

a {
  color: #707070;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #707070;
    text-decoration: none; }

ul {
  margin: 0; }

/*************** Sub Page Style ***************/
.sub-page .sub-title-wrap,
.careers .sub-title-wrap,
.services .sub-title-wrap {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .sub-page .sub-title-wrap,
  .careers .sub-title-wrap,
  .services .sub-title-wrap {
    margin-left: 30px; }

  .services .sub-title-wrap.two-lines {
    margin-bottom: 18px; }
    .services .sub-title-wrap.two-lines h2 {
      margin-right: 40px; } }
/*************** Video Player Style ***************/
.youtube-container {
  display: block;
  width: 100%;
  max-width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block; }

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto; }

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../assets/img/icon/play-btn.png") no-repeat; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.slick-prev, .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8); }

.slick-prev {
  left: 15px; }

.slick-next {
  right: 20px; }

.slick-prev:before, .slick-next:before {
  opacity: 1; }

.slick-prev:before {
  content: url("../assets/img/icon/prev-btn.png"); }

.slick-next:before {
  content: url("../assets/img/icon/next-btn.png"); }

.slick-dotted.slick-slider {
  margin-bottom: 40px; }

.slick-dots {
  bottom: -35px; }

/*************** Mobile Cover Style ***************/
.mobile-cover-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  .mobile-cover-wrap .mobile-cover-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: table;
    color: white;
    z-index: 10; }
    .mobile-cover-wrap .mobile-cover-view .mobile-cover-title {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .mobile-cover-wrap .mobile-cover-view .mobile-cover-title h1 {
        font-size: 35px;
        letter-spacing: 2px; }
      .mobile-cover-wrap .mobile-cover-view .mobile-cover-title p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 5px;
        text-transform: uppercase;
        margin-top: 30px;
        padding: 0 30px; }
  .mobile-cover-wrap .mobile-cover-img {
    background-color: black; }
    .mobile-cover-wrap .mobile-cover-img img {
		width: 100%;
		height: 100vh;
		opacity: 0.5;
		object-fit: cover;
	  }

/*************** Preparation Page Style ***************/
.preparation-wrap {
  width: 100vw;
  height: 89vh;
  display: table; }
  .preparation-wrap .preparation-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preparation-wrap .preparation-content img {
      width: 40px;
      margin-bottom: 20px; }
    .preparation-wrap .preparation-content h1, .preparation-wrap .preparation-content h2 {
      color: #707070; }
    .preparation-wrap .preparation-content h1 {
      font-family: 'Archive';
      font-size: 30px; }
    .preparation-wrap .preparation-content h2 {
      font-size: 17px; }

@media only screen and (max-width: 768px) {
  .preparation-wrap {
    height: 83vh;
    margin: 0; }
    .preparation-wrap .preparation-content {
      padding: 0 30px; }

  .preparation .footer {
    position: fixed;
    bottom: 0; } }
@media only screen and (max-width: 414px) {
  .preparation-wrap {
    height: 70vh; }

  .mobile-cover-wrap .mobile-cover-img img {
    position: relative;
    width: 120%;
    left: -10%; } }
@media only screen and (max-width: 320px) {
  .preparation-wrap {
    height: 65vh; }
    .preparation-wrap .preparation-content h1 {
      font-size: 25px; }
    .preparation-wrap .preparation-content h2 {
      font-size: 15px; }

  .mobile-cover-wrap .mobile-cover-view .mobile-cover-title h1 {
    font-size: 30px; } }
@media only screen and (max-width: 320px) and (max-height: 480px) {
  .mobile-cover-wrap .mobile-cover-img img {
    width: 100%;
    left: 0; } }
@font-face {
  font-family: Archive;
  src: url(../assets/fonts/Archive.eot);
  src: local(ΓÇ╗), url(../assets/font/Archive.woff) format("woff"); }
@font-face {
  font-family: Bosun;
  src: url(../assets/fonts/Bosun.eot);
  src: local(ΓÇ╗), url(../assets/font/Bosun.woff) format("woff"); }
/* Initial Layout Import */
.home .header {
  display: none; }

.side-header-detect-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: none; }

.side-header {
  position: fixed;
  top: 0;
  right: -356px;
  z-index: 2000;
  font-size: 14px;
  letter-spacing: 3px; }
  .side-header ul.banner-nav {
    position: absolute;
    top: 130px;
    left: -220px; }
    .side-header ul.banner-nav li {
      width: 220px;
      height: 55px;
      margin-bottom: 10px;
      background-color: rgba(51, 51, 102, 0.8); }
      .side-header ul.banner-nav li a {
        display: block;
        color: white;
        padding: 18px; }
      .side-header ul.banner-nav li .fa {
        font-size: 18px;
        margin-right: 15px; }
    .side-header ul.banner-nav .side-nav-open {
      cursor: pointer; }
  .side-header ul.side-nav {
    width: 350px;
    height: 100vh;
    background-color: white; }
    .side-header ul.side-nav li {
      position: relative; }
      .side-header ul.side-nav li a {
        display: block;
        height: 55px;
        line-height: 58px;
        margin: 0 20px;
        border-bottom: 1px solid #707070; }
      .side-header ul.side-nav li ul {
        display: none; }
      .side-header ul.side-nav li ul li a {
        margin-left: 60px; }
      .side-header ul.side-nav li ul li:last-child a {
        padding-left: 40px;
        margin-left: 20px; }
    .side-header ul.side-nav .side-nav-toggle {
      cursor: pointer; }
    .side-header ul.side-nav .side-nav-title {
      position: relative;
      color: white;
      height: 55px;
      padding: 18px 0 0 20px;
      background-color: #333366; }
    .side-header ul.side-nav .icon-plus {
      position: absolute;
      font-size: 25px;
      font-style: normal;
      color: #666;
      top: 10px;
      right: 20px; }
    .side-header ul.side-nav .icon-close {
      color: white;
      transform: rotate(45deg); }

.header {
  padding: 10px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 3px; }
  .header .row {
    border-bottom: 1px solid #999;
    margin: 0 20px;
    padding-bottom: 10px; }
  .header a {
    color: black; }
  .header a:hover {
    color: black;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid black; }

.fixed-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 55px;
  background-color: #f4f4f4; }

.logo {
  width: 180px;
  line-height: 35px;
  padding-left: 0;
  float: left; }
  .logo a:hover {
    border-bottom: 0; }

.main-nav {
  float: left;
  padding-right: 0; }
  .main-nav ul {
    list-style: none; }
    .main-nav ul li {
      display: inline-block;
      margin-right: 5%; }

.single-nav {
  width: auto;
  float: right;
  text-align: right;
  padding-right: 0;
  padding-left: 0; }

.mobile-header {
  width: 100vw;
  height: 50px;
  position: fixed;
  z-index: 100;
  background-color: #f4f4f4;
  border-bottom: 1px solid #999; }
  .mobile-header .row {
    margin: 0; }
    .mobile-header .row div {
      padding: 0; }

.bar-icon {
  line-height: 50px;
  text-align: right;
  float: right; }
  .bar-icon i {
    font-size: 15px;
    color: #707070;
    vertical-align: middle; }

.mobile-logo {
  position: absolute;
  left: 0;
  margin: 0 auto;
  line-height: 50px;
  text-align: left;
  padding-left: 15px !important; }
  .mobile-logo img {
    width: 100px; }

.mobile-single-nav {
  float: right;
  text-align: right;
  line-height: 50px;
  padding-right: 10px; }
  .mobile-single-nav a {
    font-size: 15px;
    vertical-align: middle; }

.mobile-main-nav {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background-color: white;
  z-index: 100; }
  .mobile-main-nav li {
    height: 51px;
    margin: 0 15px;
    border-bottom: 1px solid #999;
    list-style: none; }
    .mobile-main-nav li a {
      line-height: 51px;
      color: #707070;
      display: block; }
    .mobile-main-nav li i {
      color: white;
      line-height: 51px;
      float: right;
      font-size: 15px; }
    .mobile-main-nav li:first-child a {
      display: inline-block; }
  .mobile-main-nav .top-menu {
    background-color: #333366;
    border-bottom: 0;
    padding: 0 15px;
    margin: 0; }
    .mobile-main-nav .top-menu a {
      color: white; }


.image-slide-position{    
	width: 33.333333%;
    display: inline-block;
    padding: 15px;
    float: left;
}
.video-slide-position{
	width: 33.333333%;
    display: inline-block;
    padding: 15px;
    float: left;
}
.desktop-version{
	display:block;
}
.mobile-version{
	display:none;
}
@media only screen and (max-width: 991px) {
  .header {
    font-size: 15px; }

  .logo {
    width: 120px; }

  .main-nav {
    width: 60%;
    padding-left: 0;
    padding-right: 0; }
    .main-nav ul li {
      margin-right: 2%; }

  .single-nav {
    padding-left: 0; } }
.footer {
  margin: 0 20px; }
  .footer .row {
    padding: 15px 0;
    border-top: 1px solid #999; }

.copyright {
  padding-left: 0; }
  .copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: bold; }

.branch-list {
  font-family: 'Archive';
  font-size: 17px; }
  .branch-list ul {
    display: block;
    text-align: center; }
    .branch-list ul li {
      text-decoration: none;
      display: inline-block;
      margin: 0 0.8%; }
      .branch-list ul li a {
        color: black; }
      .branch-list ul li a:hover {
        color: black;
        text-decoration: none; }

.sns-list {
  padding-right: 0; }
  .sns-list ul {
    text-align: right; }
    .sns-list ul li {
      position: relative;
      text-decoration: none;
      display: inline-block;
      margin-left: 8%; }
      .sns-list ul li .fa {
        color: #999;
        font-size: 20px; }
    .sns-list ul li:first-child {
      margin-left: 0; }

@media only screen and (max-width: 1440px) {
  .sns-list ul li {
    margin-left: 6%; } }
@media only screen and (max-width: 1280px) {
  .sns-list ul li {
    margin-left: 4%; }
    .sns-list ul li .fa {
      font-size: 18px; } }
@media only screen and (max-width: 991px) {
  .copyright p {
    text-align: center;
    margin: 5px 0; }

  .branch-list {
    margin: 5px 0; }

  .sns-list ul {
    text-align: center;
    margin: 5px 0; } }
@media only screen and (max-width: 768px) {
  .footer {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f4f4f4; }

  .footer .row {
    padding: 15px 30px; } }
/* Main Content Import */
.video-cover {
  width: 100%;
  position: fixed; }
  .video-cover .video-cover-bg {
    position: absolute;
    width: 100%;
    height: 99.4%;
    background-color: black;
    opacity: 0.3;
    z-index: 10;
    display: block; }
  .video-cover .video-cover-title {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 10; }
    .video-cover .video-cover-title p {
      color: white;
      font-family: 'Bosun';
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 10px 0; }
    .video-cover .video-cover-title img {
      width: 225px; }
  .video-cover #main-image {
    position: relative;
    height: 100vh;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50vh);
    display: none; }
  .video-cover video {
    object-fit: cover;
    height: 100vh;
    display: inline-block; }
  .video-cover .video-info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 20;
    width: 100%;
    display: block; }
    .video-cover .video-info p {
      color: #777;
      position: absolute;
      bottom: 30px;
      left: 40px;
      background-color: white;
      width: 320px;
      padding: 10px;
      display: none; }
  .video-cover .angle-btn {
    z-index: 10; }

video::-webkit-media-controls-start-playback-button {
  display: none !important; }

.content {
  padding: 55px 5px 0 5px;
  margin: 0 0 30px 0; }

.home .content {
  padding: 100vh 0 0 0;
  margin: 0;
  overflow-x: hidden; }

.home .footer {
  background-color: #f4f4f4;
  position: relative;
  margin: 0;
  padding: 0 40px; }

.clients-wrap {
  padding: 10% 0;
  margin: 0 -25px;
  background-color: #e9e9e9;
  position: relative; }
  .clients-wrap p {
    color: #666;
    font-size: 25px;
    text-align: center; }
  .clients-wrap .clients-list {
    width: 55%;
    margin: 0 auto; }
    .clients-wrap .clients-list li {
      display: inline-block;
      text-align: center;
      width: 32.8%;
      margin: 10px 0; }
      .clients-wrap .clients-list li img {
        width: 100%; }
  .clients-wrap .angle-btn {
    color: #999; }

.picks-current-wrap {
  position: relative;
  background-color: #f4f4f4;
  padding: 0 25px 30px 25px; }

.picks img {
  width: 100%; }
.picks .main-picks {
  width: 40%;
  padding: 0 10px;
  position: relative; }
  .picks .main-picks .tag {
    font-size: 20px; }
  .picks .main-picks .fa {
    font-size: 20px;
    color: white;
    position: absolute;
    right: 25px;
    bottom: 10px; }
  .picks .main-picks.main-picks-group .effect-bubba {
    background: #333366; }
    .picks .main-picks.main-picks-group .effect-bubba img {
      opacity: 1;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .picks .main-picks.main-picks-group .effect-bubba figcaption::before, .picks .main-picks.main-picks-group .effect-bubba figcaption::after {
      position: absolute;
      top: 20px;
      right: 30px;
      bottom: 20px;
      left: 30px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .picks .main-picks.main-picks-group .effect-bubba figcaption::before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    .picks .main-picks.main-picks-group .effect-bubba figcaption::after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    .picks .main-picks.main-picks-group .effect-bubba figcaption > p {
      width: 100%;
      color: white;
      text-align: center;
      margin: 0;
      padding: 0 40px;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      letter-spacing: 1px;
      font-size: 100%;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate(-50%, -25%);
      transform: translate(-50%, -25%); }
  .picks .main-picks.main-picks-group .effect-bubba:hover img {
    opacity: 0.3; }
  .picks .main-picks.main-picks-group .effect-bubba:hover figcaption::before, .picks .main-picks.main-picks-group .effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .picks .main-picks.main-picks-group .effect-bubba:hover figcaption > p {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.picks .sub-picks-group {
  width: 60%; }
  .picks .sub-picks-group .sub-picks {
    overflow: hidden;
    padding: 0 10px;
    position: relative; }
    .picks .sub-picks-group .sub-picks .sub-picks-content .tag {
      position: absolute;
      bottom: 0;
      left: 25px; }
    .picks .sub-picks-group .sub-picks .sub-picks-content figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .picks .sub-picks-group .sub-picks .effect-bubba {
      background: #333366; }
      .picks .sub-picks-group .sub-picks .effect-bubba img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s; }
      .picks .sub-picks-group .sub-picks .effect-bubba figcaption::before, .picks .sub-picks-group .sub-picks .effect-bubba figcaption::after {
        position: absolute;
        top: 20px;
        right: 30px;
        bottom: 20px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      .picks .sub-picks-group .sub-picks .effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
      .picks .sub-picks-group .sub-picks .effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0); }
      .picks .sub-picks-group .sub-picks .effect-bubba figcaption > p {
        width: 100%;
        color: white;
        text-align: center;
        margin: 0;
        padding: 0 40px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        letter-spacing: 1px;
        font-size: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%); }
    .picks .sub-picks-group .sub-picks .effect-bubba:hover img {
      opacity: 0.3; }
    .picks .sub-picks-group .sub-picks .effect-bubba:hover figcaption::before, .picks .sub-picks-group .sub-picks .effect-bubba:hover figcaption::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .picks .sub-picks-group .sub-picks .effect-bubba:hover figcaption > p {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .picks .sub-picks-group .sub-picks .fa {
      font-size: 16px;
      color: white;
      position: absolute;
      right: 20px;
      bottom: 10px; }
    .picks .sub-picks-group .sub-picks .pick-gif {
      position: absolute;
      top: 0;
      right: 10px;
      width: 100%;
      padding-left: 20px;
      display: none; }
  .picks .sub-picks-group .sub-picks:first-child,
  .picks .sub-picks-group .sub-picks:nth-child(2),
  .picks .sub-picks-group .sub-picks:nth-child(3),
  .picks .sub-picks-group .sub-picks:nth-child(4) {
    margin-bottom: 20px; }

.current {
  color: #707070; }
  .current .row {
    margin: 0; }
  .current .current-post {
    margin-bottom: 20px; }
    .current .current-post .current-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .current .current-post .current-small-img {
      height: 161px; }
    .current .current-post .current-big-img {
      height: 262px; }
    .current .current-post .big-box {
      background-color: white;
      position: relative;
      height: 198px; }
    .current .current-post .small-box {
      background-color: white;
      position: relative;
      height: 97px; }
    .current .current-post .box-space-title {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      padding: 0 15px;
      top: 0;
      font-size: 20px; }
    .current .current-post .box-nospace-title {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      padding: 0 15px;
      margin: 0;
      top: 10px;
      font-size: 20px; }
    .current .current-post .box-top-caption {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      padding: 0 15px;
      top: 10px; }
    .current .current-post .box-mid-caption {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      padding: 0 15px;
      bottom: 40px; }
    .current .current-post .box-bottom-caption {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      padding: 0 15px;
      bottom: 0px; }
    .current .current-post .text-left {
      text-align: left; }
    .current .current-post .box-tag {
      position: absolute;
      bottom: 0;
      left: 15px; }
  .current .fa {
    font-size: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 4%; }
  .current .hover-instagram:before {
    background: linear-gradient(left, #584ec9, #d82d7c, #fcc25e);
    background: -webkit-linear-gradient(left, #584ec9, #d82d7c, #fcc25e);
    background: -moz-linear-gradient(left, #584ec9, #d82d7c, #fcc25e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .current .hover-facebook:before {
    background: #29518c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .current .hover-globe:before {
    background: #00aeef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .current p {
    font-size: 14px; }

/* Mobile Only Layout */
.mobile-moving-cover-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1; }
  .mobile-moving-cover-wrap .moving-cover-view {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: table; }
    .mobile-moving-cover-wrap .moving-cover-view .moving-cover-title {
      display: table-cell;
      vertical-align: middle;
      padding: 0 50px;
      text-align: center; }
      .mobile-moving-cover-wrap .moving-cover-view .moving-cover-title img {
        width: 200px; }
      .mobile-moving-cover-wrap .moving-cover-view .moving-cover-title p {
        color: white;
        text-transform: uppercase;
        margin-top: 40px;
        letter-spacing: 5px;
        font-size: 12px;
        line-height: 20px; }
  .mobile-moving-cover-wrap .moving-cover-img {
    position: absolute;
    top: 0;
    left: 0; }
    .mobile-moving-cover-wrap .moving-cover-img img {
      width: auto;
      height: 100vh;
      position: relative; }

.angle-btn {
  color: white;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  opacity: 0.7;
  text-align: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  animation-name: angle-pulse;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  -webkit-animation-name: angle-pulse;
  -webkit-animation-ducation: 0.8s;
  -webkit-animation-iteration-count: infinite; }

@keyframes angle-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7; }
  50% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.7; } }
@-webkit-keyframes angle-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7; }
  50% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.7; } }
/* Responsive */
@media only screen and (max-width: 991px) {
  .clients-wrap .clients-list {
    width: 100%;
    margin: 40px 0; }
    .clients-wrap .clients-list li {
      width: 32.8%; }

  .picks .main-picks {
    width: 100%;
    margin-bottom: 20px; }
  .picks .sub-picks-group {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .home {
    overflow-x: hidden; }

  .document {
    position: relative;
    overflow-x: hidden; }

  .video-cover .video-cover-title {
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .video-cover .video-cover-title img {
      width: 250px; }

  .content {
    padding: 50px 0 0 0;
    margin: 0 0 20px 0; }

  .has-cover {
    width: 100%;
    padding: 0 0 20px 0 !important;
    margin: 100vh 0 0 0 !important;
    background-color: #f4f4f4 !important; }

  .clients-wrap .clients-list li {
    width: 32.5%; }

  .picks-current-wrap {
    padding: 0px; }

  .current .sub-title-wrap {
    margin-left: 20px; } }
@media only screen and (max-width: 500px) {
  .video-cover .video-cover-title img {
    width: 200px; }
  .video-cover .video-cover-title p {
    font-size: 15px; }
  .video-cover .video-info {
    left: 20px;
    bottom: 60px; }
    .video-cover .video-info img {
      width: 25px; }
    .video-cover .video-info p {
      bottom: 20px;
      left: 30px;
      width: 80%; }

  .clients-wrap {
    margin: 0;
    padding-top: 16%; }
    .clients-wrap p {
      font-size: 18px; }
    .clients-wrap .clients-list li {
      width: 49%; }

  .picks .sub-picks-group .sub-picks .effect-bubba figcaption > p {
    font-size: 12px;
    padding: 0 10px; }
  .picks .sub-picks-group .sub-picks .effect-bubba figcaption::before, .picks .sub-picks-group .sub-picks .effect-bubba figcaption::after {
    border: none; } }
@media only screen and (max-width: 414px) {
  .video-cover #main-image {
    display: block; }
  .video-cover video {
    display: none; }
  .video-cover .video-info {
    display: none; }

  .picks .main-picks {
    margin-bottom: 10px; }
    .picks .main-picks .tag {
      font-size: 15px; }
  .picks .sub-picks-group > .row {
    margin-right: -5px;
    margin-left: -5px; }
  .picks .sub-picks-group .sub-picks {
    padding: 0 5px; }
    .picks .sub-picks-group .sub-picks:first-child, .picks .sub-picks-group .sub-picks:nth-child(2), .picks .sub-picks-group .sub-picks:nth-child(3), .picks .sub-picks-group .sub-picks:nth-child(4) {
      margin-bottom: 10px; }

  .current .current-post {
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px #888888;
    -moz-box-shadow: 0px 0px 20px 0px #888888;
    box-shadow: 0px 0px 20px 0px #888888; } }
/* Sub Content Import */
.fixed-content {
  margin: 0 auto; }

/* Campaign List Page */
.campaign-list-wrap {
  margin-top: 25px;
  font-size: 17px;
  text-align: center; }
  .campaign-list-wrap .campaign-item {
    margin-bottom: 30px; }
    .campaign-list-wrap .campaign-item img {
      width: 100%; }
    .campaign-list-wrap .campaign-item .small-box {
      width: 100%;
      height: 90px;
      padding: 0 10px;
      background-color: white;
      display: table; }
      .campaign-list-wrap .campaign-item .small-box p {
        display: table-cell;
        vertical-align: middle; }
  .campaign-list-wrap a {
    color: #707070; }

/* Campaign Sub Page */
.campaign-title-wrap .campaign-title {
  padding-right: 0;
  padding-left: 0; }
  .campaign-title-wrap .campaign-title .main-title {
    padding: 0; }
.campaign-title-wrap .campaign-logo {
  height: 55px;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  position: relative; }
  .campaign-title-wrap .campaign-logo img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.campaign-cover img {
  width: 100%; }

.video-slider-wrap {
  background-color: white;
  padding-bottom: 10px; }
  .video-slider-wrap .video-slider .video-slide {
    text-align: center;
    opacity: 0.6;
    outline: none; }
    .video-slider-wrap .video-slider .video-slide .video-title, .video-slider-wrap .video-slider .video-slide .video-page-num {
      opacity: 0; }
    .video-slider-wrap .video-slider .video-slide .video-title {
      font-size: 18px;
      margin-bottom: 15px; }
    .video-slider-wrap .video-slider .video-slide .video-page-num {
      font-size: 15px;
      margin-top: -10px; }
  .video-slider-wrap .video-slider .slick-current {
    opacity: 1; }
    .video-slider-wrap .video-slider .slick-current .video-title, .video-slider-wrap .video-slider .slick-current .video-page-num {
      opacity: 1; }

.campaigns-cimb .video-slider-wrap .video-slider .video-slide {
  padding: 0 10px; }

.paragraph-content-wrap .paragraph-box {
  background-color: white;
  text-align: center;
  padding: 20px 25px 1px 25px; }
  .paragraph-content-wrap .paragraph-box p {
    font-size: 17px;
    margin-bottom: 20px; }
.paragraph-content-wrap .img-box {
  padding: 0;
  background-color: white;
  text-align: center; }
  .paragraph-content-wrap .img-box img {
    width: 100%; }
.paragraph-content-wrap .video-cover img {
  width: 100%;
  cursor: pointer; }
.paragraph-content-wrap .video-box {
  position: relative;
  padding-bottom: 56.25%;
  padding-right: 0;
  padding-left: 0;
  height: 0;
  overflow: hidden; }
  .paragraph-content-wrap .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cast-wrap div {
  padding: 0; }
.cast-wrap img {
  width: 100%; }

.instagram-wrap .row div {
  margin-bottom: 25px; }
  .instagram-wrap .row div:nth-child(4) {
    clear: both; }
  .instagram-wrap .row div img {
    width: 100%; }

.success-wrap {
  background-color: white;
  color: #707070;
  text-align: center;
  padding: 10px 0 15px 0;
  margin-top: 30px; }
  .success-wrap h3 {
    font-family: 'Archive';
    font-size: 25px;
    margin-bottom: 15px; }
  .success-wrap > p {
    width: 400px;
    margin: 0 auto 25px auto;
    font-size: 15px; }
  .success-wrap ul li {
    margin: 0 20px; }
  .success-wrap ul span {
    font-family: 'Archive';
    font-size: 30px; }
  .success-wrap ul p {
    font-size: 15px; }

.icon-list {
  background-color: white;
  padding: 10px 30px;
  font-size: 17px; }
  .icon-list table tr {
    height: 90px; }
    .icon-list table tr td:last-child {
      padding-left: 30px; }

/* Responsive */
@media only screen and (max-width: 768px) {
  .campaign-list-wrap {
    margin: 10px 0 0 0;
    font-size: 15px; }
    .campaign-list-wrap .row {
      margin-right: -5px;
      margin-left: -5px; }
      .campaign-list-wrap .row > a > div {
        padding-right: 5px;
        padding-left: 5px; }
        .campaign-list-wrap .row > a > div .campaign-item {
          -webkit-box-shadow: 0px 0px 20px 0px #888888;
          -moz-box-shadow: 0px 0px 20px 0px #888888;
          box-shadow: 0px 0px 20px 0px #888888; }

  .campaign-title-wrap {
    padding: 0 20px; }
    .campaign-title-wrap .campaign-title {
      text-align: center; }
      .campaign-title-wrap .campaign-title h2 {
        margin-bottom: 5px; }
    .campaign-title-wrap .campaign-logo {
      height: 40px;
      margin-bottom: 10px; }
      .campaign-title-wrap .campaign-logo img {
        left: 0; }

  .instagram-wrap .row div {
    margin-bottom: 0; }
  .instagram-wrap div {
    padding: 0; }

  .icon-list {
    padding: 20px 20px 0 20px; }
    .icon-list table tr {
      height: auto;
      vertical-align: top; }
      .icon-list table tr td:last-child {
        padding-bottom: 20px; }
    .icon-list img {
      width: 40px;
      padding-bottom: 30px; }

  .paragraph-content-wrap .video-cover {
    display: none; }
  .paragraph-content-wrap .video-box {
    display: block; } }
@media only screen and (max-width: 578px) {
  .success-wrap {
    padding-right: 20px;
    padding-left: 20px; }
    .success-wrap > p {
      width: 100%; }
    .success-wrap ul li {
      display: block; } }
@media only screen and (max-width: 560px) {
  .video-slider-wrap .video-slider .video-slide iframe {
    width: 85%;
    height: 380px; } }
@media only screen and (max-width: 414px) {
  .campaign-list-wrap .campaign-item {
    margin-bottom: 20px; }
  .campaign-list-wrap .row > a > div {
    width: 100%;
    padding: 0 15px; }

  .video-slider-wrap .video-slider .video-slide iframe {
    width: 85%;
    height: 320px; }

  .paragraph-content-wrap .paragraph-box p {
    font-size: 15px; }

  .icon-list {
    font-size: 15px; }

  .instagram-wrap > .row > div {
    width: 50%; }
    .instagram-wrap > .row > div:nth-child(4) {
      clear: none; } }
/* Services Landing Page */
.client-announcement-wrap .client-announcement img {
  width: 100%; }

.services-list {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
  .services-list .service-item {
    margin-bottom: 30px; }
    .services-list .service-item .service-icon {
      position: relative;
      display: inline-block;
      width: 100px;
      height: 100px; }
    .services-list .service-item .service-icon-hover {
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      z-index: -10;
      opacity: 0; }
    .services-list .service-item img {
      width: 100px; }
    .services-list .service-item h3 {
      color: #707070;
      font-size: 16px;
      letter-spacing: 2px;
      margin-top: 25px; }
      .services-list .service-item h3 span {
        position: relative;
        top: -2px; }

/* Services Nav */
.services-nav {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; }
  .services-nav ul li {
    width: 13.8%;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    position: relative; }
    .services-nav ul li::after {
      content: '';
      height: 30px;
      border-right: 1px solid #707070;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .services-nav ul li:last-child::after {
      border: 0; }
    .services-nav ul li a:hover {
      color: #333366; }
  .services-nav .active a {
    color: #333366; }

/* Service Common */
.services-strategy #contact-form .sub-title-wrap {
  margin-top: -30px; }

.service-title-wrap {
  background-color: white;
  text-align: center;
  padding: 10px 20px 10px 20px; }
  .service-title-wrap h3 {
    font-family: 'Archive';
    font-size: 27px;
    margin-bottom: 20px; }
  .service-title-wrap p {
    font-size: 17px; }
  .service-title-wrap img {
    width: 100%; }

.service-content-wrap {
  background-color: white;
  text-align: center;
  padding: 10px 20px 10px 20px; }
  .service-content-wrap h3 {
    font-family: 'Archive';
    font-size: 27px;
    margin-bottom: 20px; }
  .service-content-wrap p {
    font-size: 17px; }
  .service-content-wrap img {
    width: 100%; }

.icon-box-wrap {
  background-color: white;
  text-align: center;
  font-size: 17px;
  padding-top: 30px; }
  .icon-box-wrap h4 {
    font-weight: bold;
    margin: 20px 0; }
  .icon-box-wrap .icon-box {
    padding: 0 25px; }
  .icon-box-wrap .icon-box-extra-caption {
    padding: 20px 20px 10px 20px; }
  .icon-box-wrap .icon-box-img img {
    width: 100%;
    padding: 0 10px; }

.round-slider-wrap {
  background-color: white;
  position: relative; }
  .round-slider-wrap .round-slider {
    width: 100%;
    height: 570px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding-top: 15px; }
    .round-slider-wrap .round-slider .round-slide {
      width: 20%;
      padding: 0;
      margin: 0 -4%; }
      .round-slider-wrap .round-slider .round-slide img {
        width: 100%;
        margin-bottom: 100px;
        -webkit-box-shadow: 0px 3px 25px 0px #999999;
        -moz-box-shadow: 0px 3px 25px 0px #999999;
        box-shadow: 0px 3px 25px 0px #999999; }
    .round-slider-wrap .round-slider .round-current-slide {
      width: 30%;
      z-index: 300;
      position: relative; }
    .round-slider-wrap .round-slider .round-side-slide {
      width: 26%;
      z-index: 200;
      position: relative; }
  .round-slider-wrap .round-btn {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .round-slider-wrap .round-prev-btn {
    left: 2%; }
  .round-slider-wrap .round-next-btn {
    right: 2%; }

.single-image-slider .single-image-slide img {
  width: 100%; }

.sync-slider-wrap {
  background-color: white;
  padding: 0px 15px 25px 15px; }
  .sync-slider-wrap .sync-slide {
    display: none;
    opacity: 0; }
    .sync-slider-wrap .sync-slide .sync-slide-title h3 {
      font-size: 17px;
      text-align: center;
      margin: 25px 0 15px 0; }
    .sync-slider-wrap .sync-slide:first-child {
      display: block;
      opacity: 1; }
  .sync-slider-wrap .sync-thumbnail-list {
    height: 472.5px;
    margin-top: 58px;
    overflow-y: scroll; }
    .sync-slider-wrap .sync-thumbnail-list::-webkit-scrollbar {
      display: none; }
    .sync-slider-wrap .sync-thumbnail-list .sync-thumbnail img {
      width: 100%; }

.album-wrap {
  background-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 10px; }
  .album-wrap img {
    width: 100%; }
  .album-wrap p {
    font-size: 17px;
    text-align: center;
    margin: 25px 25px 0 25px; }
  .album-wrap iframe {
    border: 0; }

/* Location Ninja */
.location-ninja .service-title-wrap {
  margin-top: 25px; }

.service-icon-list {
  margin: 20px 0; }
  .service-icon-list li {
    width: 19%; }
    .service-icon-list li img {
      width: auto; }

.location-ninja .icon-list {
  padding: 20px 30px; }
  .location-ninja .icon-list table {
    width: 100%; }
    .location-ninja .icon-list table tr {
      height: 120px; }
      .location-ninja .icon-list table tr td:first-child {
        width: 12%;
        text-align: center; }
      .location-ninja .icon-list table tr td:last-child {
        padding-left: 15px; }
      .location-ninja .icon-list table tr p {
        margin: 10px 0;
        text-align: center; }
  .location-ninja .icon-list > img {
    width: 100%; }

.location-ninja .single-img-box {
  margin-top: 25px; }

.location-ninja .shadow-img-box img {
  width: 75%; }

.multi-img-box {
  margin: 25px -35px 0 -35px; }
  .multi-img-box div {
    padding: 0 20px; }
    .multi-img-box div img {
      width: 100%; }

.location-ninja .shadow-img-box2 img {
  width: 85%; }

/* Design */
.circle-img-box {
  background-color: white;
  text-align: center; }
  .circle-img-box p {
    font-size: 17px; }

.design .service-title-wrap {
  margin-top: 25px; }
.design .service-content-wrap h4 {
  font-size: 17px;
  margin-top: 10px; }
.design .posting-img-wrap {
  text-align: center;
  background-color: white;
  padding-bottom: 20px; }
  .design .posting-img-wrap img {
    width: 100%; }
  .design .posting-img-wrap .main-box1 {
    width: 42.93%; }
  .design .posting-img-wrap .main-box2 {
    width: 57.07%; }
  .design .posting-img-wrap .sub-box1 {
    width: 45.75%; }
  .design .posting-img-wrap .sub-box2 {
    width: 54.25%; }
.design .circle-img-box p {
  margin: 20px 25px; }

.macbook-wrap {
  position: relative;
  background-color: white; }
  .macbook-wrap .macbook-slider {
    margin: 50px 0; }
    .macbook-wrap .macbook-slider .slick-list {
      padding-top: 2.3% !important;
      padding-bottom: 2.3% !important; }
      .macbook-wrap .macbook-slider .slick-list .slick-track div {
        padding: 0 50px; }
        .macbook-wrap .macbook-slider .slick-list .slick-track div img {
          width: 100%;
          opacity: 0.5;
          -webkit-box-shadow: 3px 3px 10px -2px black;
          -moz-box-shadow: 3px 3px 10px -2px black;
          box-shadow: 3px 3px 10px -2px black; }
      .macbook-wrap .macbook-slider .slick-list .slick-track div:active, .macbook-wrap .macbook-slider .slick-list .slick-track div:focus {
        outline: 0; }
      .macbook-wrap .macbook-slider .slick-list .slick-track .slick-current {
        transform: scale(1.2); }
        .macbook-wrap .macbook-slider .slick-list .slick-track .slick-current img {
          opacity: 1;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
  .macbook-wrap .macbook-view {
    margin: 25px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .macbook-wrap .macbook-view img {
      width: 64.5%;
      display: block;
      margin: 0 auto; }
  .macbook-wrap .macbook-title {
    text-align: center; }
    .macbook-wrap .macbook-title p {
      font-size: 18px;
      padding-top: 3%; }
  .macbook-wrap .slick-prev:before {
    content: url(../assets/img/icon/prev-btn-black.png); }
  .macbook-wrap .slick-next:before {
    content: url(../assets/img/icon/next-btn-black.png); }
  .macbook-wrap .slick-prev {
    left: 20.5%;
    z-index: 10; }
  .macbook-wrap .slick-next {
    right: 21.3%;
    z-index: 10; }

/* Content */
.copywriting .service-title-wrap {
  margin-top: 25px; }
.copywriting .icon-list {
  text-align: center;
  padding-bottom: 20px; }
  .copywriting .icon-list ul {
    list-style: none;
    padding-left: 0; }
    .copywriting .icon-list ul li {
      display: inline-block;
      vertical-align: middle; }
      .copywriting .icon-list ul li img, .copywriting .icon-list ul li p {
        display: inline-block;
        vertical-align: middle; }
      .copywriting .icon-list ul li p {
        font-size: 20px;
        margin-left: 20px;
        margin-bottom: 0; }
      .copywriting .icon-list ul li i {
        font-size: 40px;
        margin: 0 60px;
        color: #999; }
.copywriting .content-social-media img {
  max-width: 100%;
  width: auto; }
.copywriting .content-social-media > .row {
  display: flex; }
  .copywriting .content-social-media > .row .social-media-text .title-indication {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 0; }
.copywriting .shadow-img-box img {
  width: 85%;
  box-shadow: 0px 5px 15px 0px #999999; }
.copywriting .print-content-wrap {
  margin-top: 25px; }
.copywriting .text-quote {
  padding-bottom: 35px; }
  .copywriting .text-quote p {
    padding: 15px 70px 0 70px; }
    .copywriting .text-quote p:before {
      content: url(/assets/img/icon/open-quote.png);
      position: absolute;
      left: 25px;
      top: 0; }
    .copywriting .text-quote p:after {
      content: url(/assets/img/icon/close-quote.png);
      position: absolute;
      right: 25px; }
.copywriting .title-indication {
  font-size: 15px;
  color: #707070; }
.copywriting .print-img-wrap {
  text-align: center; }
  .copywriting .print-img-wrap img {
    width: auto;
    max-width: 100%; }
  .copywriting .print-img-wrap p span {
    color: #707070; }
  .copywriting .print-img-wrap .separator {
    margin-top: 15px;
    margin-bottom: 15px; }
  .copywriting .print-img-wrap.bunting > div:nth-child(2) {
    padding-top: 1.5%; }
  .copywriting .print-img-wrap.brochures > div:nth-child(2) {
    padding-top: 5%; }
  .copywriting .print-img-wrap.pressad > div:nth-child(2) {
    padding-top: 7%; }

/* Video */
.video .service-title-wrap {
  margin-top: 25px; }
.video .service-content-wrap h4 {
  font-size: 17px;
  margin-top: 10px; }
.video .album-wrap {
  margin-top: 0;
  margin-bottom: 0; }
  .video .album-wrap p {
    margin-top: 0;
    margin-bottom: 20px; }
.video .video-logo-wrap {
  padding: 0 10px 25px 10px;
  background-color: white; }
  .video .video-logo-wrap table tr td:first-child {
    padding-right: 25px; }
  .video .video-logo-wrap img {
    max-width: 66px;
    border: 1px solid #ebebeb; }
  .video .video-logo-wrap ul {
    list-style: none;
    padding-left: 0; }
    .video .video-logo-wrap ul li {
      display: inline-block;
      vertical-align: middle; }
    .video .video-logo-wrap ul li:first-child {
      margin-right: 25px;
      margin-bottom: 10px; }
  .video .video-logo-wrap p {
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
    color: #333; }
    .video .video-logo-wrap p span {
      color: #707070;
      margin-bottom: 0;
      font-weight: normal; }

.gif-item-box {
  background-color: white;
  text-align: center;
  padding-bottom: 10px; }
  .gif-item-box img {
    height: 300px;
    border: 1px #eae9e9 solid; }
  .gif-item-box p {
    margin-top: 25px; }

.videos-slider-wrap {
  background-color: white;
  padding: 10px 20px 20px 20px;
  text-align: center; }
  .videos-slider-wrap h4 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 700; }
  .videos-slider-wrap p {
    font-size: 17px; }
  .videos-slider-wrap .video-logo-wrap {
    text-align: left;
    margin: 0;
    padding: 20px 0; }
  .videos-slider-wrap .slick-slide {
    padding: 0 10px; }
    .videos-slider-wrap .slick-slide img {
      width: 100%; }
  .videos-slider-wrap .slick-prev {
    left: -5px;
    top: 25%; }
  .videos-slider-wrap .slick-next {
    right: 0;
    top: 25%; }
  .videos-slider-wrap .slick-dots {
    left: 0; }
  .videos-slider-wrap .slick-prev:before {
    content: url(../assets/img/icon/prev-btn-black.png); }
  .videos-slider-wrap .slick-next:before {
    content: url(../assets/img/icon/next-btn-black.png); }
  .videos-slider-wrap .campaign-videos-slider {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px; }
  .videos-slider-wrap .trending-videos-slider {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px; }

/* Strategy - Video Marketing */
.strategy-video-marketing .row:nth-child(6) {
  margin-bottom: 0; }
  .strategy-video-marketing .row:nth-child(6) p {
    margin-top: 0;
    margin-bottom: 20px; }
  .strategy-video-marketing .row:nth-child(6) .youtube-container {
    margin-top: 25px; }

/* Digital Ad */
.single-img-box div {
  padding: 0; }
.single-img-box img {
  width: 100%; }

.shadow-img-box {
  background-color: white;
  text-align: center; }
  .shadow-img-box div {
    padding: 0; }
  .shadow-img-box img {
    width: 60%;
    margin: 10px 0 30px 0;
    -webkit-box-shadow: 0px 0px 40px 0px #999999;
    -moz-box-shadow: 0px 0px 40px 0px #999999;
    box-shadow: 0px 0px 40px 0px #999999; }

.facebook-advertising .padding-frame {
  padding: 0 5% 25px 5%; }

.google-adwords .single-image-slider-wrap {
  margin-top: 25px; }

.youtube-advertising .album-wrap {
  margin-top: 0;
  margin-bottom: 0; }

/* Responsive */
@media only screen and (max-width: 1200px) {
  .posting-img-wrap .main-box1 {
    width: 43.2% !important; }
  .posting-img-wrap .main-box2 {
    width: 56.8% !important; }

  .macbook-wrap .macbook-slider .slick-list .slick-track div {
    padding: 0 30px; }
  .macbook-wrap .macbook-slider .slick-list .slick-track .slick-current {
    transform: scale(1.1); } }
@media only screen and (max-width: 1024px) {
  .posting-img-wrap .main-box1 {
    width: 43.95% !important; }
  .posting-img-wrap .main-box2 {
    width: 54.05% !important; }

  .copywriting .icon-list ul li p {
    font-size: 17px;
    margin-left: 10px; }
  .copywriting .icon-list ul li i {
    margin: 0 60px; }

  .macbook-wrap .macbook-view {
    top: 30px; }
    .macbook-wrap .macbook-view img {
      width: 47%; }
  .macbook-wrap .macbook-title p {
    font-size: 15px;
    padding-top: 0; }

  .slick-prev {
    left: 26.5%;
    z-index: 10; }

  .slick-next {
    right: 27.5%;
    z-index: 10; }

  .video-logo-wrap ul li {
    display: block !important;
    vertical-align: middle; }
  .video-logo-wrap ul li:first-child {
    margin-right: 25px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 992px) {
  .service-icon-list li {
    -webkit-transform: scale(0.8);
    -mos-transform: scale(0.8);
    transform: scale(0.8); } }
@media only screen and (max-width: 991px) {
  .macbook-wrap .macbook-view {
    top: 12px; }
    .macbook-wrap .macbook-view img {
      width: 77%; }
  .macbook-wrap .slick-prev {
    left: 14%; }
  .macbook-wrap .slick-next {
    right: 15%; } }
@media only screen and (max-width: 768px) {
  .services-list {
    padding: 0 30px; }
    .services-list .service-item {
      width: 33.333333%;
      padding: 0 15px; }
      .services-list .service-item .service-icon {
        width: 70px;
        height: 70px; }
      .services-list .service-item img {
        width: 70px; }
      .services-list .service-item h3 {
        font-size: 12px;
        margin-top: 15px; }

  .location-ninja .service-title-wrap {
    margin-top: 0; }

  .services .main-title {
    margin-left: 30px; }

  .location-ninja .icon-list table tr td {
    vertical-align: middle; }

  .location-ninja .icon-list table tr td:last-child {
    padding: 0 0 10px 15px; }

  .location-ninja .icon-list img {
    padding-bottom: 0; }

  .posting-img-wrap .main-box1 {
    width: 43.95% !important; }
  .posting-img-wrap .main-box2 {
    width: 54.05% !important; }

  .copywriting .icon-list ul li img {
    width: auto;
    padding-bottom: 0; }
  .copywriting .icon-list ul li i {
    margin: 0 30px; }

  .gif-item-box img {
    height: 230px; } }
@media only screen and (max-width: 767px) {
  .macbook-wrap .macbook-slider {
    margin: 10% 0; }
    .macbook-wrap .macbook-slider .slick-list {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      .macbook-wrap .macbook-slider .slick-list .slick-track div {
        padding: 0 2%; }
      .macbook-wrap .macbook-slider .slick-list .slick-track .slick-current {
        transform: scale(1); }
  .macbook-wrap .macbook-view {
    margin: 5% 0; }
    .macbook-wrap .macbook-view img {
      width: 92%; }
  .macbook-wrap .slick-prev {
    left: 3.5%; }
  .macbook-wrap .slick-next {
    right: 4.5%; } }
@media only screen and (max-width: 680px) {
  .service-icon-list li {
    -webkit-transform: scale(0.6);
    -mos-transform: scale(0.6);
    transform: scale(0.6); }

  .location-ninja .icon-list table tr td:first-child {
    width: 16%; }

  .shadow-img-box {
    margin: 0; }

  .multi-img-box {
    margin: 25px 0 0 0; }

  .design .service-title-wrap h4 {
    font-size: 17px;
    margin-top: 10px; }
  .design .posting-img-wrap .main-box1 {
    width: 100% !important; }
  .design .posting-img-wrap .main-box2 {
    width: 100% !important; }
  .design .posting-img-wrap .sub-box1 {
    width: 100%; }
  .design .posting-img-wrap .sub-box2 {
    width: 100%; }

  .copywriting .icon-list ul li {
    display: block; }
    .copywriting .icon-list ul li img, .copywriting .icon-list ul li p {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
    .copywriting .icon-list ul li i {
      transform: rotate(90deg);
      margin: 0 10px 0 0;
      width: 100%; }
  .copywriting .icon-list ul li:last-child p {
    margin-bottom: 0; }
  .copywriting .content-social-media img {
    max-width: 100%;
    width: auto; }
  .copywriting .content-social-media > .row {
    display: block; }
    .copywriting .content-social-media > .row .social-media-text .title-indication {
      position: relative;
      padding: 0 15px;
      left: auto;
      right: auto; }

  .gif-item-box img {
    height: auto;
    width: 100%; } 
	
	.mobile-version{
		display:block;
	}
	.desktop-version{
		display:none;
	}	
}
	
@media only screen and (max-width: 550px) {
  .services-list .service-item {
    width: 50%; }
    .services-list .service-item .service-icon {
      width: 50px;
      height: 50px; }
    .services-list .service-item img {
      width: 50px; }
    .services-list .service-item h3 {
      height: 30px; }
      .services-list .service-item h3 span {
        display: none; }

  .design .posting-img-wrap .main-box1 {
    width: 100%; }
  .design .posting-img-wrap .main-box2 {
    width: 100%; } }
@media only screen and (max-width: 414px) {
  .service-title-wrap p {
    font-size: 15px; }

  .service-icon-list li {
    width: 32%;
    -webkit-transform: scale(0.7);
    -mos-transform: scale(0.7);
    transform: scale(0.7); }

  .multi-img-box div {
    padding: 0 10px; }

  .video .service-title-wrap {
    margin-top: 25px; }
  .video .service-content-wrap h4 {
    font-size: 17px;
    margin-top: 10px; }
  .video .album-wrap {
    margin-top: 0;
    margin-bottom: 0; }
    .video .album-wrap p {
      margin-top: 0;
      margin-bottom: 20px; }

  .macbook-wrap .macbook-slider {
    margin: 11% 0; } }
.people .content {
  overflow-x: hidden; }

.leadership {
  background: #aaaaaa;
  background: -webkit-linear-gradient(#aaaaaa, #eeeeee);
  background: -o-linear-gradient(#aaaaaa, #eeeeee);
  background: -moz-linear-gradient(#aaaaaa, #eeeeee);
  background: linear-gradient(#aaaaaa, #eeeeee); }
  .leadership ul.leaders {
    /*width: 200%;
    margin: 8% 0 2% 0;
    padding: 0 30px; */
	  width: 130%;
    margin: 8% 0 2% 0;
    padding: 0 30px; 
	}
    .leadership ul.leaders li.leader {
      /*width: calc(100% / 21);*/
      width: calc(100% / 14);
      display: inline-block; 
	  }
      .leadership ul.leaders li.leader img {
        width: 100%;
        position: relative; }
      .leadership ul.leaders li.leader .leadership-hover {
        position: absolute;
        color: white;
        font-size: 15px;
        display: none;
        z-index: 50; }
        .leadership ul.leaders li.leader .leadership-hover i {
          position: absolute;
          top: 0;
          left: -20px; }
    .leadership ul.leaders li.object .leadership-hover {
      display: none !important; }

.people .sub-title-wrap {
  padding: 0 50px; }

.people-list {
  padding: 0 50px; }
  .people-list ul li {
    width: 33.3333%;
    display: inline-block;
    text-align: center; }
    .people-list ul li img {
      width: 100%; }
    .people-list ul li .person-data {
      height: 125px;
      padding: 25px 10px 10px 10px;
      overflow: hidden; }
    .people-list ul li p {
      margin: 0;
      font-size: 15px; }
    .people-list ul li .person-name {
      color: black;
      font-weight: 900;
      margin-bottom: 5px; }
    .people-list ul li .person-position {
      color: #999; }

@media only screen and (max-width: 992px) {
  .people-list {
    margin: 0;
    padding: 0 20px; }
    .people-list ul li {
      width: 50%; } }
@media only screen and (max-width: 768px) {
  .leadership {
    position: relative; }
    .leadership ul.leaders {
      /*width: 500%;*/
      width: 370%;
      margin: 15% 0 0 0;
      /*margin-left: -175% !important;*/
      margin-left: -45% !important;
      margin-bottom: 10% !important; 
	  }
      .leadership ul.leaders li.leader .leadership-hover {
        display: none !important; } }
@media only screen and (max-width: 600px) {
  .leadership ul.leaders {
    /*margin: 35% 0 0 0; */
    margin: 28% 0 0 0; 
	}

  .people-list ul li {
    width: 100%; } }
@media only screen and (max-height: 480px) {
  .leadership ul.leaders {
    margin: 10% 0 0 0; } }
/* Career Main Page */
.available-jobs-wrap .available-job {
  position: relative; }
  .available-jobs-wrap .available-job img {
    width: 100%; }
  .available-jobs-wrap .available-job h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 25px;
    text-align: center; }
  .available-jobs-wrap .available-job p {
    position: absolute;
    bottom: 5px;
    right: 35px;
    color: white;
    font-size: 11px; }
  .available-jobs-wrap .available-job:first-child, .available-jobs-wrap .available-job:nth-child(2), .available-jobs-wrap .available-job:nth-child(3), .available-jobs-wrap .available-job:nth-child(4), .available-jobs-wrap .available-job:nth-child(5), .available-jobs-wrap .available-job:nth-child(6), .available-jobs-wrap .available-job:nth-child(7) {
    margin-bottom: 25px; }

.image-slider-wrap .image-slider .image-slide img {
  width: 100%; }
.image-slider-wrap .image-slider .image-slide .image-description {
  padding: 10px;
  background-color: white;
  text-align: center;
  width: 100%;
  height: 90px;
  display: table; }
  .image-slider-wrap .image-slider .image-slide .image-description p {
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle; }
    .image-slider-wrap .image-slider .image-slide .image-description p span {
      color: #666; }
.image-slider-wrap .slick-prev, .image-slider-wrap .slick-next {
  top: 35%; }

.latest-life {
  margin-bottom: 25px; }
  .latest-life img {
    width: 100%; }

.careers .video-slider-wrap .video-slider .video-slide {
  padding: 0 10px; }

/* 16Two Life */
.life .latest-life:nth-child(7), .life .latest-life:nth-child(8), .life .latest-life:last-child {
  margin-bottom: 0; }

.life .available-jobs-wrap {
  margin-bottom: 25px; }

/* Position Pages */
.position-cover {
  margin-top: 20px; }
  .position-cover > div {
    padding: 0;
    position: relative; }
    .position-cover > div > img {
      width: 100%; }
  .position-cover .position-title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-align: center; }
    .position-cover .position-title-wrap h2 {
      font-size: 40px;
      margin-top: 0;
      margin-left: 30px;
      margin-right: 30px; }
    .position-cover .position-title-wrap ul {
      margin-top: 20px;
      margin-bottom: 50px; }
      .position-cover .position-title-wrap ul li {
        padding: 0 20px; }
        .position-cover .position-title-wrap ul li img {
          vertical-align: middle;
          margin-top: -5px;
          margin-right: 10px; }
        .position-cover .position-title-wrap ul li span {
          font-size: 25px;
          vertical-align: middle; }

.paragraph-content-wrap .paragraph-box .disc-list {
  padding-left: 15px;
  text-align: left;
  font-size: 17px;
  color: #707070; }
  .paragraph-content-wrap .paragraph-box .disc-list li {
    margin-bottom: 15px; }
.paragraph-content-wrap .paragraph-box .gray-font {
  color: #707070; }

.white-apply-btn {
  font-size: 25px;
  color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 40px;
  border: 2px solid white; }
  .white-apply-btn:hover {
    color: white; }

.blue-apply-btn {
  font-size: 25px;
  color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 40px;
  border: 2px solid #333366;
  background-color: #333366; }
  .blue-apply-btn:hover {
    color: white; }

.apply-now {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 10px; }

.our-culture-banner {
  margin-top: 25px;
  margin-bottom: 25px; }
  .our-culture-banner .row div {
    position: relative; }
    .our-culture-banner .row div h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      color: white;
      font-size: 20px;
      text-align: center; }
  .our-culture-banner img {
    width: 100%; }

/* Resonsive */
@media only screen and (max-width: 991px) {
  .available-jobs-wrap .available-job {
    margin-bottom: 25px; }
    .available-jobs-wrap .available-job:nth-child(5), .available-jobs-wrap .available-job:last-child {
      margin-bottom: 0; }

  .position-cover .position-title-wrap {
    width: 100%; }
    .position-cover .position-title-wrap h2 {
      font-size: 30px; }
    .position-cover .position-title-wrap ul {
      margin-top: 15px;
      margin-bottom: 25px; }
      .position-cover .position-title-wrap ul li span {
        font-size: 20px; }

  .white-apply-btn, .blue-apply-btn {
    font-size: 20px;
    padding: 10px 20px; }

  .our-culture-banner .row {
    margin: 0; }
    .our-culture-banner .row div {
      padding: 0; } }
@media only screen and (max-width: 768px) {
  .careers .main-title {
    padding-left: 10px; }

  .available-jobs-wrap .row {
    margin: 0; }
  .available-jobs-wrap .available-job {
    padding: 0;
    margin-bottom: 0 !important; }
    .available-jobs-wrap .available-job h3 {
      font-size: 20px; }

  .image-slider-wrap .image-slider .image-slide .image-description p {
    font-size: 15px; }

  .latest-life-wrap {
    margin: 0 0 25px 0; }
    .latest-life-wrap .latest-life {
      padding: 0;
      margin-bottom: 0 !important; }

  .life .latest-life-wrap {
    margin-bottom: 0; }

  .position-cover {
    margin-top: 0; }
    .position-cover div > img {
      position: relative;
      width: 100vh;
      height: 100vh; }

  .paragraph-content-wrap .paragraph-box {
    padding: 20px 30px 1px 30px; }

  .our-culture-banner {
    margin-right: 0;
    margin-left: 0; } }
@media only screen and (max-width: 414px) {
  .available-jobs-wrap {
    margin-bottom: 30px; }
    .available-jobs-wrap .available-job {
      width: 100%; }
      .available-jobs-wrap .available-job h3 {
        font-size: 25px; }

  .latest-life-wrap .latest-life {
    width: 50%; }

  .life .available-jobs-wrap {
    margin-bottom: 45px; }

  .paragraph-content-wrap .paragraph-box .disc-list {
    font-size: 15px; }

  .our-culture-banner .row div h3 {
    font-size: 15px; } }
.location .content {
  overflow: hidden; }

.google-360 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }
  .google-360 .google-360-frame {
    padding: 0 0 0 10px;
    flex: 5; }
    .google-360 .google-360-frame iframe {
      width: 100% !important;
      height: 100% !important; }
  .google-360 .google-360-list {
    padding: 0 10px 0 0;
    flex: 1; }
    .google-360 .google-360-list ul li {
      cursor: pointer; }
    .google-360 .google-360-list img {
      width: 100%; }

.each-location > div {
  height: calc(100vh - 55px);
  padding: 0 10px;
  position: relative;
  background-size: cover; }
  .each-location > div video {
    position: absolute;
    object-fit: cover; }
  .each-location > div .location-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%); }
    .each-location > div .location-title h2, .each-location > div .location-title a {
      color: white; }
    .each-location > div .location-title h2 {
      font-family: 'Archive';
      font-size: 80px;
      margin-bottom: 30px; }
    .each-location > div .location-title a {
      font-size: 15px;
      background-color: #333366;
      padding: 20px 30px 15px 30px;
      border-radius: 15px; }
      .each-location > div .location-title a i {
        padding-left: 10px; }
  .each-location > div .location-address {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(51, 51, 102, 0.7); }
    .each-location > div .location-address p {
      color: white;
      font-size: 15px;
      margin: 20px 0; }
.each-location .hongkong {
  background-image: url("/assets/img/location/hongkong-bg.jpg"); }
.each-location .kl {
  background-image: url("/assets/img/location/kl-bg.jpg"); }
.each-location .manila {
  background-image: url("/assets/img/location/manila-bg.jpg"); }
.each-location .jakarta {
  background-image: url("/assets/img/location/jakarta-bg.jpg"); }
.each-location .florida {
  background-image: url("/assets/img/location/florida-bg.jpg"); }
.each-location .london {
  background-image: url("/assets/img/location/london-bg.jpg"); }

@media only screen and (max-width: 768px) {
  .each-location video {
    display: none; }

  .google-360 {
    display: block; }
    .google-360 .google-360-frame {
      height: calc(100vh - 150px); }
    .google-360 .google-360-list {
      width: 100%;
      overflow-x: scroll; }
      .google-360 .google-360-list ul {
        width: 1000px; }
        .google-360 .google-360-list ul li {
          display: table-cell;
          width: 200px;
          height: 100px; }

  .each-location > div .location-title h2 {
    font-size: 10vw; }
  .each-location > div .location-title a {
    padding: 15px 20px 12px 20px; }
  .each-location > div .location-address p {
    padding: 0 30px; } }
/* resume Main Page */
.resume {
  background-color: #ffffff; }
  @media (min-width: 1200px) {
    .resume .container {
      width: 800px; } }

.form-jobs-wrap .position-title-wrap h2 {
  color: #333366; }
.form-jobs-wrap .position-title-wrap ul {
  margin-top: 20px;
  margin-bottom: 20px; }
  .form-jobs-wrap .position-title-wrap ul li {
    padding: 0 20px; }
    .form-jobs-wrap .position-title-wrap ul li img {
      vertical-align: middle;
      margin-top: -5px;
      margin-right: 10px; }
    .form-jobs-wrap .position-title-wrap ul li span {
      font-size: 25px;
      vertical-align: middle; }

.sub-form-wrap .form-wrap {
  /* enable absolute positioning */
  /* style glyph */
  /* align glyph */
  /* add padding  */
  /* Form Validation */ }
  .sub-form-wrap .form-wrap .form-title {
    color: #333366;
    float: none;
    display: inline-block; }
  .sub-form-wrap .form-wrap .required-1 {
    display: inline-block; }
  .sub-form-wrap .form-wrap .btn-file {
    position: relative;
    overflow: hidden;
    background-color: #333366;
    border-color: #333366;
    color: #fff;
    border-radius: 10px; }
  .sub-form-wrap .form-wrap .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }
  .sub-form-wrap .form-wrap .btn-submit {
    position: relative;
    overflow: hidden;
    background-color: #333366;
    border-color: #333366;
    color: #fff;
    border-radius: 10px;
    float: right; }
  .sub-form-wrap .form-wrap .btn-back {
    position: relative;
    overflow: hidden;
    background-color: #333366;
    border-color: #333366;
    color: #fff;
    border-radius: 10px; }
  .sub-form-wrap .form-wrap .btn-submit input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }
  .sub-form-wrap .form-wrap .form-end {
    border: 1px solid #ccc; }
    .sub-form-wrap .form-wrap .form-end .left {
      float: left;
      margin: 5px 0px 0px -10px; }
    .sub-form-wrap .form-wrap .form-end .date-d {
      width: 80%;
      margin-left: 43px;
      display: -webkit-box;
      padding-left: 7px;
      padding-top: 0px; }
  .sub-form-wrap .form-wrap .inner-addon {
    position: relative; }
  .sub-form-wrap .form-wrap .inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none; }
  .sub-form-wrap .form-wrap .left-addon .glyphicon {
    left: 0px; }
  .sub-form-wrap .form-wrap .right-addon .glyphicon {
    right: 0px; }
  .sub-form-wrap .form-wrap .left-addon input {
    padding-left: 30px; }
  .sub-form-wrap .form-wrap .right-addon input {
    padding-right: 30px; }
  .sub-form-wrap .form-wrap .error {
    display: none;
    margin-left: 10px; }
  .sub-form-wrap .form-wrap .error_show {
    color: red;
    margin-left: 10px; }
  .sub-form-wrap .form-wrap span.error {
    font: bold 11px Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    display: none;
    background: url(../assets/img/careers/arrow_error.png) no-repeat 0 center;
    height: 11px;
    padding: 10px 20px 20px 20px;
    line-height: 1em;
    position: absolute;
    top: 0px;
    right: 0;
    border-right: 1px solid #6c0202;
    z-index: 1; }
  .sub-form-wrap .form-wrap .error input.text-input {
    background-position: 0 -64px; }
  .sub-form-wrap .form-wrap .max {
    display: inline-block; }

.mission {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px; }

#contact-form {
  padding: 5px;
  background-color: #f4f4f4; }
  #contact-form .contact-box {
    background-color: white;
    color: #707070;
    text-align: center;
    padding: 10px 0 15px 0;
    margin-bottom: 20px;
    /* enable absolute positioning */
    /* style glyph */
    /* align glyph */
    /* add padding  */ }
    #contact-form .contact-box .left-pic img {
      width: 100%;
      padding: 10px 10px;
      position: relative; }
    #contact-form .contact-box .right-form {
      padding: 10px 10px;
      position: relative; }
    #contact-form .contact-box .left-label {
      float: left; }
    #contact-form .contact-box .inner-addon {
      position: relative; }
    #contact-form .contact-box .inner-addon .glyphicon {
      position: absolute;
      padding: 10px;
      pointer-events: none; }
    #contact-form .contact-box .left-addon .glyphicon {
      left: 0px; }
    #contact-form .contact-box .right-addon .glyphicon {
      right: 0px; }
    #contact-form .contact-box .left-addon input {
      padding-left: 30px; }
    #contact-form .contact-box .right-addon input {
      padding-right: 30px; }
    #contact-form .contact-box .btn-submit2 {
      width: 100%;
      position: relative;
      overflow: hidden;
      background-color: #333366;
      border-color: #333366;
      color: #fff;
      border-radius: 10px; }
    #contact-form .contact-box .btn-submit2 input[type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block; }
    #contact-form .contact-box input[type=text] {
      border: 1px solid #000;
      border-radius: 1px; }
    #contact-form .contact-box textarea {
      border: 1px solid #000;
      border-radius: 1px; }

@media only screen and (max-width: 768px) {
  #contact-form {
    margin: 0;
    padding: 0;
    width: 100%; } }
.socialcraft h2, .socialcraft h3, .socialcraft h4 {
  font-family: 'Archive'; }
.socialcraft h2 {
  font-size: 30px; }
.socialcraft h3 {
  font-size: 30px;
  text-align: center; }
.socialcraft h4 {
  font-size: 20px; }
.socialcraft .title {
  margin-top: 0;
  margin-bottom: 25px; }
.socialcraft .grey-dark {
  color: #333; }
.socialcraft .grey-light {
  color: #9c9c9c; }
.socialcraft .blue {
  color: #333366; }
.socialcraft .bg-blue {
  background-color: #333366;
  padding-bottom: 55px;
  margin-top: 25px; }
.socialcraft .mobile-signup-button {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1; }
  .socialcraft .mobile-signup-button .form-group {
    margin-bottom: 0; }
  .socialcraft .mobile-signup-button .btn-signup, .socialcraft .mobile-signup-button .btn-signup:active:focus {
    font-size: 18px;
    background-color: #333366;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
.socialcraft .footer {
  overflow: hidden; }
.socialcraft a.fixed-messenger {
  color: #000;
  display: inline-block;
  z-index: 1;
  position: fixed;
  right: 0;
  top: 150px;
  padding: 10px 50px;
  font-size: 17px;
  background-color: rgba(244, 244, 244, 0.7); }
  .socialcraft a.fixed-messenger:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .socialcraft a.fixed-messenger img {
    height: 25px;
    margin-left: 10px; }

.socialcraft-cover {
  background-image: url(../assets/img/socialcraft/cover.jpg);
  background-size: cover;
  height: 60vh;
  background-position: bottom center;
  position: relative;
  margin-left: -5px;
  margin-right: -5px; }
  .socialcraft-cover .socialcraft-cover-title {
    position: absolute;
    top: 34%;
    transform: translate(-50%, -50%);
    left: 50%;
    list-style: none;
    margin-left: 0;
    width: 765px; }
    .socialcraft-cover .socialcraft-cover-title h2, .socialcraft-cover .socialcraft-cover-title h4 {
      text-align: center;
      margin: 0; }
    .socialcraft-cover .socialcraft-cover-title h2 {
      font-size: 42px;
      margin-top: -10px; }
    .socialcraft-cover .socialcraft-cover-title p {
      font-size: 25px;
      margin: 0; }
    .socialcraft-cover .socialcraft-cover-title li {
      display: inline-block;
      padding: 15px 30px;
      vertical-align: middle; }
    .socialcraft-cover .socialcraft-cover-title li:last-child {
      border-left: 2px solid #9c9c9c; }
  .socialcraft-cover .angle-btn {
    left: 10%;
    right: 10%; }

.sc-project-wrap1 p {
  color: #000;
  font-size: 21px;
  text-align: center; }
.sc-project-wrap1 .form-wrap {
  text-align: center;
  margin-bottom: 30px; }
.sc-project-wrap1 .btn-signup, .sc-project-wrap1 .btn-signup:active:focus {
  font-size: 18px;
  background-color: #333366;
  color: #fff;
  border-radius: 0;
  padding: 6px 40px;
  margin-top: 20px; }

.sc-project-wrap2 {
  text-align: center;
  padding-top: 30px; }
  .sc-project-wrap2 .socialcraft-project-icon {
    margin-bottom: 30px; }
    .sc-project-wrap2 .socialcraft-project-icon img {
      width: 220px; }

.sc-do {
  text-align: center; }
  .sc-do .sc-do-item {
    margin-top: 30px; }
  .sc-do h3, .sc-do h4, .sc-do p {
    color: #fff; }
  .sc-do .socialcrafters-do-icon {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 15px; }
    .sc-do .socialcrafters-do-icon img {
      width: 120px; }

.sc-faq {
  padding-bottom: 55px; }
  .sc-faq .panel-group {
    margin-top: 30px;
    margin-bottom: 55px; }
  .sc-faq .panel-group .panel + .panel {
    margin-top: 0; }
  .sc-faq .panel {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .sc-faq .panel.panel-default > .panel-heading {
      background-color: transparent;
      border-color: transparent; }
    .sc-faq .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top: 0; }
    .sc-faq .panel a, .sc-faq .panel a:focus {
      color: #333; }
    .sc-faq .panel a .panel-heading {
      background-image: url(../assets/img/socialcraft/close-accordion.png);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 65px; }
    .sc-faq .panel a.collapsed .panel-heading {
      background-image: url(../assets/img/socialcraft/drops.png);
      background-repeat: no-repeat;
      background-position: right center; }
  .sc-faq .terms-and-conditions {
    text-align: center; }
    .sc-faq .terms-and-conditions p {
      font-size: 16px;
      margin-bottom: 0; }
      .sc-faq .terms-and-conditions p a {
        font-family: 'Archive';
        text-decoration: underline;
        color: #333; }

.be-a-socialcrafter {
  background-image: url(../assets/img/socialcraft/be-a-socialcrafter.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 55px;
  background-attachment: fixed; }
  .be-a-socialcrafter h2 {
    font-family: 'Bosun';
    color: #fff;
    margin-top: 0;
    margin-bottom: 55px; }
  .be-a-socialcrafter .socialcrafter-form {
    border-right: 2px solid #fff;
    padding-right: 15px; }
  .be-a-socialcrafter .socialcrafter-contacts {
    padding-left: 35px;
    padding-top: 55px;
    text-align: center; }
    .be-a-socialcrafter .socialcrafter-contacts h2 {
      margin-bottom: 15px; }
    .be-a-socialcrafter .socialcrafter-contacts ul {
      list-style: none;
      margin-left: 0; }
      .be-a-socialcrafter .socialcrafter-contacts ul li {
        font-family: 'Bosun';
        color: #fff;
        font-size: 16px;
        padding: 15px 25px;
        display: inline-block; }
        .be-a-socialcrafter .socialcrafter-contacts ul li a {
          color: #fff; }
        .be-a-socialcrafter .socialcrafter-contacts ul li img {
          margin-right: 35px;
          width: 50px; }
        .be-a-socialcrafter .socialcrafter-contacts ul li img, .be-a-socialcrafter .socialcrafter-contacts ul li p {
          display: inline-block; }
        .be-a-socialcrafter .socialcrafter-contacts ul li .double-icon {
          display: inline-block;
          margin-right: 35px; }
          .be-a-socialcrafter .socialcrafter-contacts ul li .double-icon img {
            margin-right: 15px; }
  .be-a-socialcrafter .theform {
    font-size: 20px;
    color: #fff; }
    .be-a-socialcrafter .theform .right-form {
      padding-right: 20px; }
      .be-a-socialcrafter .theform .right-form label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: normal; }
    .be-a-socialcrafter .theform .desktop-label {
      display: block; }
      .be-a-socialcrafter .theform .desktop-label label {
        float: right;
        padding-right: 5px; }
    .be-a-socialcrafter .theform .mobile-label {
      display: none; }
      .be-a-socialcrafter .theform .mobile-label label {
        text-align: left;
        padding-right: 0; }
    .be-a-socialcrafter .theform h3 {
      font-size: 40px;
      margin-bottom: 70px; }
    .be-a-socialcrafter .theform .form-group {
      margin-bottom: 15px;
      padding: 0; }
      .be-a-socialcrafter .theform .form-group .form-control {
        display: block;
        width: 100%;
        height: 41px;
        padding: 6px 12px;
        font-size: 20px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -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; }
        .be-a-socialcrafter .theform .form-group .form-control.btn-submit2 {
          background-color: #333366;
          color: #fff;
          border: 1px solid #333366; }
      .be-a-socialcrafter .theform .form-group.radiodiv {
        padding-top: 10px;
        padding-bottom: 13px;
        margin-bottom: 0; }
    .be-a-socialcrafter .theform .ps {
      font-size: 15px;
      font-weight: normal; }
    .be-a-socialcrafter .theform select.form-control {
      background: #fff url("../assets/img/socialcraft/drops.png") no-repeat;
      background-position: right 0px top -12px; }
      .be-a-socialcrafter .theform select.form-control option {
        color: #555; }
    .be-a-socialcrafter .theform select::-ms-expand {
      display: none; }
    .be-a-socialcrafter .theform select {
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
    .be-a-socialcrafter .theform .input-group-addon {
      padding: 6px 32px;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      color: #555;
      text-align: center;
      background-color: #fff;
      border: 1px solid #fff;
      border-right: 1px solid #ccc !important;
      border-radius: 0; }

.sc-terms-modal .modal-header {
  border-bottom: 0; }
  .sc-terms-modal .modal-header .close {
    font-size: 28px;
    opacity: 1; }
.sc-terms-modal .modal-dialog {
  width: 60%;
  max-width: 900px; }
  .sc-terms-modal .modal-dialog h4 {
    margin-left: -10px;
    margin-bottom: 20px; }
  .sc-terms-modal .modal-dialog .modal-body {
    padding: 0 25px 15px 40px; }
    .sc-terms-modal .modal-dialog .modal-body ol li {
      margin: 15px 0; }
      .sc-terms-modal .modal-dialog .modal-body ol li ul {
        list-style: disc; }
        .sc-terms-modal .modal-dialog .modal-body ol li ul li {
          margin: 0 0 0 20px; }
    .sc-terms-modal .modal-dialog .modal-body p {
      margin: 15px 0 15px -15px; }

@media only screen and (max-width: 1024px) {
  .sc-terms-modal .modal-dialog {
    width: 70%; } }
@media only screen and (max-width: 768px) {
  .socialcraft-cover .socialcraft-cover-title {
    width: auto; }
    .socialcraft-cover .socialcraft-cover-title p {
      text-align: center;
      margin-top: 20px; }
    .socialcraft-cover .socialcraft-cover-title li {
      display: block;
      padding: 0 30px; }
    .socialcraft-cover .socialcraft-cover-title li:last-child {
      border-left: 0; }
      .socialcraft-cover .socialcraft-cover-title li:last-child p:last-child {
        margin-top: 0; }

  .sc-project-wrap1 {
    padding-left: 30px;
    padding-right: 30px; }
    .sc-project-wrap1 p {
      font-size: 18px; }

  .be-a-socialcrafter .socialcrafter-form {
    border-right: 0;
    padding-right: 15px; }
  .be-a-socialcrafter .socialcrafter-contacts {
    padding-left: 15px; }
  .be-a-socialcrafter .theform .desktop-label {
    display: none; }
  .be-a-socialcrafter .theform .mobile-label {
    display: block; }

  .sc-terms-modal .modal-dialog .modal-body {
    padding: 0 15px 15px 30px; } }
@media only screen and (max-width: 414px) {
  .socialcraft a.fixed-messenger {
    right: 10px;
    bottom: 30px;
    top: auto;
    border-radius: 50%;
    padding: 10px;
    background-color: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 8px 2px; }
    .socialcraft a.fixed-messenger:hover {
      background-color: #f4f4f4; }
    .socialcraft a.fixed-messenger img {
      margin-left: 0; }
    .socialcraft a.fixed-messenger span {
      display: none; }

  .socialcraft-cover .socialcraft-cover-title p {
    font-size: 5vw; }

  .be-a-socialcrafter .socialcrafter-contacts ul li img {
    width: 30px; }
  .be-a-socialcrafter .socialcrafter-contacts ul li img, .be-a-socialcrafter .socialcrafter-contacts ul li p {
    display: block;
    text-align: center;
    margin: 0 auto; }
  .be-a-socialcrafter .socialcrafter-contacts ul li p {
    margin-top: 15px; }
  .be-a-socialcrafter .socialcrafter-contacts ul li .double-icon {
    display: block;
    text-align: center;
    margin-right: 0; }
    .be-a-socialcrafter .socialcrafter-contacts ul li .double-icon img {
      display: inline-block; }
  .be-a-socialcrafter .theform .radiodiv div {
    padding: 0; } }
.contactus {
  /* enable absolute positioning */
  /* style glyph */
  /* align glyph */
  /* add padding  */ }
  @media (min-width: 1200px) {
    .contactus .container {
      width: 1160px; } }
  .contactus p {
    color: #707070; }
  .contactus .separator-1 {
    width: 1070px;
    border-top: 1px solid #999;
    margin-top: 20px;
    margin-bottom: 45px; }
  .contactus .separator-2 {
    width: 495px;
    border-top: 1px solid #999;
    margin: 10px 0 10px 24px; }
  .contactus .contact-wrap .contact-title-wrap {
    text-align: center;
    color: #333366;
    font-size: 50pt;
    font-family: Archive;
    margin: 180px 0 0px; }
  .contactus .left-form {
    padding: 10px 10px;
    position: relative;
    width: 100%; }
  .contactus .right-content {
    padding: 10px 10px;
    position: relative; }
  .contactus .left-label {
    float: left;
    color: #999; }
  .contactus .inner-addon {
    position: relative; }
  .contactus .inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none; }
  .contactus .left-addon .glyphicon {
    left: 0px; }
  .contactus .right-addon .glyphicon {
    right: 0px; }
  .contactus .left-addon input {
    padding-left: 30px; }
  .contactus .right-addon input {
    padding-right: 30px; }
  .contactus .btn-submit2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333366;
    border-color: #333366;
    color: #fff;
    border-radius: 10px; }
  .contactus .btn-submit2 input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }
  .contactus input[type=text] {
    border: 1px solid #000;
    border-radius: 1px;
    background-color: #f4f4f4; }
  .contactus textarea {
    border: 1px solid #000;
    border-radius: 1px;
    background-color: #f4f4f4; }
  .contactus .conli {
    font-family: 'Bosun';
    font-size: 16px;
    padding: 15px 25px;
    display: inline-block; }
    .contactus .conli .address {
      display: inline-block; }
    .contactus .conli .icon {
      margin-top: -42px;
      margin-right: 20px; }
    .contactus .conli .call {
      display: inline-block;
      margin-left: 20px; }

.privacy_policy_wrap {
  margin: 30px 0;
  padding: 10px 25px;
  background-color: white; }

.privacy_policy_title h2 {
  font-family: Archive;
  color: #333366;
  text-align: center;
  font-size: 27px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999; }

.privacy_policy_sub_title {
  font-family: Archive;
  padding-top: 15px;
  color: #333366;
  text-align: left;
  font-size: 18px; }

.privacy_policy_sub_text {
  font-family: Bosun;
  color: #707070;
  text-align: left;
  font-size: 17px;
  padding: 0 0 0 20px; }

.privacy_policy_sub_text_ul {
  padding: 1% 5%;
  font-family: Bosun;
  color: #707070;
  text-align: left;
  font-size: 17px; }

@media only screen and (max-width: 768px) {
  .privacy_policy_wrap {
    margin: 0; }

  .privacy_policy_sub_title {
    font-size: 17px; }

  .privacy_policy_sub_text,
  .privacy_policy_sub_text_ul {
    font-size: 15px; } }
.error .content {
  height: calc(100vh - 55px);
  position: relative; }

.error-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  .error-content .error-info .error-title {
    border-right: 2px solid #555;
    padding-top: 25px; }
    .error-content .error-info .error-title h1 {
      color: #333366;
      font-family: 'Archive';
      font-size: 200px;
      text-align: center;
      margin: 0; }
  .error-content .error-info .error-caption {
    padding-top: 25px;
    padding-left: 5%; }
    .error-content .error-info .error-caption h2 {
      color: #555;
      font-size: 30px;
      font-family: 'Archive'; }
    .error-content .error-info .error-caption p {
      color: #666;
      font-size: 18px; }
    .error-content .error-info .error-caption p:last-child {
      margin-top: 50px; }
    .error-content .error-info .error-caption a {
      color: #333366; }
  .error-content .error-list {
    margin-top: 80px; }
    .error-content .error-list ul {
      text-align: center; }
      .error-content .error-list ul li {
        width: 19.5%;
        margin-bottom: 25px; }
        .error-content .error-list ul li a {
          text-align: center; }
          .error-content .error-list ul li a img {
            width: 80px;
            display: block;
            margin: 0 auto 10px auto; }
          .error-content .error-list ul li a span {
            font-size: 15px; }
          .error-content .error-list ul li a:hover span, .error-content .error-list ul li a:hover i {
            color: #333366; }

@media only screen and (max-width: 992px) {
  .error-content .error-info .error-title {
    border-right: 0; }
    .error-content .error-info .error-title h1 {
      font-size: 100px; }
  .error-content .error-info .error-caption {
    padding-top: 10px;
    padding-left: 15px;
    text-align: center; }
  .error-content .error-list ul li {
    width: 29.5%; } }
@media only screen and (max-width: 600px) {
  .error .content {
    height: auto; }

  .error-content {
    position: relative;
    top: auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin: 30px 0; }
    .error-content .error-info .error-title h1 {
      font-size: 50px; }
    .error-content .error-info .error-caption {
      padding: 10px 25px 0 25px;
      text-align: center; }
      .error-content .error-info .error-caption h2 {
        font-size: 20px; }
      .error-content .error-info .error-caption p {
        font-size: 15px; }
      .error-content .error-info .error-caption p:last-child {
        margin-top: 20px; }
    .error-content .error-list {
      margin-top: 30px; }
      .error-content .error-list ul li {
        width: 49.4%;
        margin-bottom: 15px; }
        .error-content .error-list ul li a img {
          width: 50px; }
        .error-content .error-list ul li a span {
          font-size: 12px; }
        .error-content .error-list ul li a i {
          font: normal normal normal 12px FontAwesome; }
        .error-content .error-list ul li:last-child {
          float: left; } }
.test .video-cover .video-cover-bg {
  opacity: 0; }

/*# sourceMappingURL=main.css.map */


.speaktous.speaktousopen {
display:inline-block;
background:#25D366;
border-radius:20px;
position:fixed;
bottom:27px;
right:15px;
font-size:13px;
padding:2px 10px;
color:white;
text-decoration:none;
transition:0.3s ease-in-out;
}

.speaktous {
bottom:27px; 
transition:0.3s ease-in-out;
}

.whatsapplink {
font-size:16px;
}

.whatsappcloseicon {
position:absolute;right:-7px;top:-7px;
}

.whatsappbutton {
width:50px;
height:50px;
display:inline-block;
position:fixed;
right:15px;
bottom:59px;
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}

.whatsappdetails.whatsappopen {
display:inline-block;
position:fixed;
right:15px;
bottom:123px;
background:rgba(255,255,255,0.94);
border-radius:5px;
padding:5px;
transition:0.3s ease-in-out;
opacity:1;
}

.whatsappdetails {
display:inline-block;
position:fixed;
right:15px;
bottom:-200px;
background:rgba(255,255,255,0.9);
border-radius:5px;
padding:5px;
transition:0.3s ease-in-out;
opacity:0;
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}

.whatsappdetails a {
display:block;
text-decoration:none;
padding:5px 10px;
background:white;
width:320px;
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
border-radius:5px;
color:#333;
font-weight:500;
line-height:1
}

.whatsappusnow {
position:absolute;top:0;left:0;width:100%;background:#00a884;color:white;font-weight:500;border-top-right-radius:5px;border-top-left-radius:5px; padding:7px 20px; text-align:center;line-height:1.2;
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.2rem;
    }
}