body{
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.container{
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.full-section{
    position: relative;
    width: 100%;
    display: flex;
    align-items:  center;
    height: 100vh;
}

.half-section{
    height: 65vh;
}

.full-height{
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255, .8);
	opacity: 1;
}

#vinasia-header{
    background: linear-gradient(rgba(0,0,0, 0.20) 0%, rgba(0,0,0, 0.10) 100%), url(../img/bg2.jpg);
    background-position: center !important;
}

.first-section-container{
    text-align: center;
    margin-top: 30px;
}

.logo-container{
    position: relative;
    margin: 0 auto;
    width: 200px;
}

.logo-container img{
    width: 100%;
}

.var-highlight {
    color: #C0AD60;
  }
  
  .string-highlight {
    color: rgba(253, 149, 90, 0.8);
  }
  
  #typewriter {
    font-size: 4em;
    margin: 0;
    font-weight: bold;
    font-family: courier, courier new, serif;
  }

  .typer-blink{
      display: inline-block;
      position: relative;
      top: 2px;
      left: 8px;
      width: 25px;
      height: 35px;
      background: #000;
      -webkit-animation: blink 500ms linear infinite alternate;
      animation: blink 500ms linear infinite alternate;
  }
  
  @-webkit-keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.module-header{
    margin-bottom: 30px;
}

.module-header span{
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #c51c1c;
    /* text-shadow: 12px 12px 5px #ddd; */
}

#second-section{
    position: relative;
    clear: both;
    background: url(../img/vinasia-ai-advancing-your-business-footer-bg.jpg);
}

.second-section-content{
    width: 100%;
    padding: 70px;
    text-align: center;
    line-height: 1.5;
    font-size: 30px;
    color: #4FC1E9;
}

.footer{
    position: relative;
    width: 100%;
}

.modules-container{
    position: relative;
    width: 100%;
}

.modules-container p{
    font-size: 22px;
    line-height: 1.5;
}

.container-content{
    padding: 70px 0;
}

.group-photo-container{
    position: relative;
}

.group-photo{
    position: relative;
    float: left;
    width: 16.66%;
    cursor: pointer;
}

.group-photo img{
    width: 100%;
    vertical-align: middle;
}

.group-photo-detail{
  position: absolute;
  bottom: -60%;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0, .6);
  transition: .1s ease;
}

.group-photo:hover .group-photo-detail{
  bottom: 0;
}

.group-photo-detail-name{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-weight: bold;
}

.photo-title-open{
    font-size: 25px;
    margin-bottom: 50px;
}

.photo-title-close{
    font-size: 25px;
    margin-top: 50px;
}

.tab-wrapper{
    position: relative;
    background: #eee;
    padding: 50px 0;
}

.tab-container {
  position: relative;
}

.tab-tabs {
  list-style: none;
  width: 25%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

.tab-link {
  width: 100%;
  padding: 20px 15px;
  cursor: pointer;
  color: white;
  font-size: 14px;
}

.tab-link-mobile {
  display: none;
}

.tab-link p {
  position: relative;
  font-size: 18px;
}

.tab-link img {
  vertical-align: middle;
  margin: 0px 10px 0px 15px;
}

.solution-big-label{
  font-size: 24px;
  font-weight: bold;
}


  
  @media (min-width: 551px) {
    .tab-link-current {
      background-color: white !important;
      color: black !important;
    }
    .tab-link:hover {
      background-color: white !important;
      color: black !important;
    }
  }
  
  #tab-phone {
    background-color: rgb(58, 66, 80);
  }
  
  #tab-shy {
    background-color: rgb(72, 80, 95);
  }
  
  #tab-deals {
    background-color: rgb(85, 100, 115);
  }
  
  #tab-homework {
    background-color: rgb(100, 118, 136);
  }
  
  #tab-rewards {
    background-color: rgb(115, 135, 156);
  }
  
  #tab-retail {
    background-color: rgb(129, 152, 175);
  }
  
  .tab-content {
    width: 75%;
    height: 100%;
    min-height: 355px;
    margin-left: 25%;
    display: none;
    padding: 30px;
    background-color: white;
    border-top: white solid 1px;
  }

  .tab-content h1{
    color: #6588c7;
    /* text-shadow: 8px 8px 5px #ddd; */
  }

  .tab-content p{
      font-size: 18px;
      line-height: 1.5;
  }
  
  .tab-content-current {
    display: inherit;
  }

  .tab-content-container{
    position: relative;
    padding-left: 325px;
  }
  
  .tab-content-container img{
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
  }

  @media (max-width: 890px) {
    .tab-tabs {
      width: 20%;
    }
    .tab-link img {
      margin: 0px;
    }
    .tab-content {
      margin-left: 20%;
      width: 80%;
    }
  }

  @media(max-width: 320px){
    .second-section-content{
      padding: 15px !important;
      font-size: 14px !important;
    }

    .second-section-caption{
      font-size: 14px !important;
    }
  }
  
  @media (max-width: 550px) {
    #second-section{
        background: url(../img/vinasia-ai-advancing-your-business-footer-bg-mobile.jpg);
    }
    .tab-container {
      height: auto;
      min-width: 230px;
      display: flex;
      flex-direction: column;
    }
    .tab-tabs {
      display: none;
    }
    .tab-link-mobile {
      display: inline-block;
      width: 100%;
      padding: 15px;
    }
    .tab-link p {
      width: 195px;
      margin: 0 auto;
      text-align: left;
    }
    .tab-link span {
      display: inline;
      font-size: 14px;
    }
    .tab-link img {
      width: 32px;
      margin-right: 10px;
    }
    .tab-content-current {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 30px;
      display: inline-block;
      order: 1;
    }
    .tab-content h1 {
      margin-top: 0px !important;
      font-size: 24px;
    }
    .tab-content p {
      font-size: 12px;
      line-height: 18px;
    }
    .tab-content h3 {
      font-size: 14px;
    }

    .tab-content-container{
      width: 100%;
      padding-left: 0;
    }

    .tab-content-container img{
      position: relative;
      width: 100%;
      margin-bottom: 20px;
    }

    .tab-content-container p{
      line-height: 1.5;
    }

    .group-photo-detail{
      padding: 2px 10px;
      bottom: 0;
    }

    .group-photo-detail-name{
      font-size: 12px;
      margin-bottom: 0;
    }

    .group-photo-detail-job{
      font-size: 12px;
    }

    .msc-logo{
      width: 60px !important;
    }

    .contact-container{
      background: #fff !important;
    }
  }

  #msform{
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    max-width: 505px;
    position: relative;
  }
  #msform fieldset{
    border: 0 none;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  
  #msform fieldset:not(:first-of-type){
    display: none;
  }
  
  #msform input, #msform textarea{
    padding: 15px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    color: #2C3E50;
    font-size: 14px;
    transition: .3s ease;
  }
  
  #msform .action-button{
    position: absolute;
    bottom: 0;
    right:0;
    width: 160px;
    height: 45px;
    background: #0eb157;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif !important;	
  }

  #msform .action-button:hover, #msform .action-button:focus{
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  }

  .contact-container{
    background: url(../img/vinasia-ai-advancing-your-business-contactus.jpg);
    background-size: cover;
  }

  .contact-item{
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.5;
  }

  .contact-item h2{
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #c51c1c;
  }

  .msc-logo{
    width: 150px;
  }

  .building-img{
    width: 15%;
  }

  @media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1){
    .group-photo-detail{
      padding: 5px;
      bottom: 0 !important;
    }

    .group-photo-detail-name{
      font-size: 14px;
      margin-bottom: 0;
    }

    .group-photo-detail-job{
      font-size: 10px;
    }

    .msc-logo{
      width: 90px;
    }

    #second-section{
      background: url(../img/vinasia-ai-advancing-your-business-footer-bg-mobile.jpg);
    }

    .second-section-content{
      font-size: 26px;
    }
  }

  @media(max-width: 1024px){
    .container-content{
      padding: 70px;
    }
    .contact-container{
      background-size: cover;
      background-position: center;
    }

    .tab-content{
      min-height: 410px;
    }

    
  }

  @media(min-width: 768px){
    #building-7{
      display: none;
    }
  }

  @media(max-width: 768px){
    .tab-content-container img{
      position: relative;
      width: 100%;
      margin-bottom: 20px;
    }

    .tab-content-container{
      padding: 0;
    }
  }

  @media(max-width: 767px){
    #vinasia-header{
      background-position: center !important;
      background-size: cover !important;
    }

    #building-2, #building-3, #building-4, #building-5, #building-6{
      display: none;
    }

    .building-img{
      width: 48%;
    }

    .header-mobile-container{
      padding: 10px !important;
    }
    
    .container-content{
      padding: 40px 30px;
    }

    #typewriter{
      font-size: 2.8em;
      line-height: 1;
    }

    .typer-blink{
      display: none;
    }

    #second-section{
      background-size: cover;
    }

    .second-section-content{
      font-size: 16px;
      padding: 30px;
    }

    #msform input, #msform textarea{
      width: 100%;
      padding-left: 10px;
      border-radius: 0px;
      text-align: center;
    }

    #msform .action-button{
      position: relative;
      width: 100%;
      border-radius: 0px;
    }

    .module-header{
      margin-bottom: 15px;
    }

    .module-header span{
      font-size: 30px;
    }

    .modules-container p{
      font-size: 16px;
    }

    .group-photo{
      width: 50%;
    }

    .tab-wrapper{
      padding: 0;
    }

    .solution-big-label{
      font-size: 20px;
    }
  }

  .mobile-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .9);
    z-index: 1;
    display: none;
  }

  ul.mobile-menu{
    padding: 15px 25px;
    margin: 0;
    margin-top: 25px;
  }

  ul.mobile-menu li{
    list-style-type: none;
    padding: 15px 0;
    font-size: 18px;
  }

  ul.mobile-menu li a{
    color: #fff;
  }

  .logo-list{
    width: 15px;
  }

  .close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
  }

  .close-btn img{
    width: 100%;
  }

  .noScroll{
    overflow: hidden;
  }

  .contact-item{
    font-size: 16px;
    margin-top: 35px;
  }

  .contact-item h2{
    font-size: 18px;
  }

  .second-section-caption{
    font-size: 16px; 
    margin-top: 15px; 
    color: #ccc;
  }