/* - General ------------------------------------------------------- */

section {
  max-width: 100%;
  overflow-x: hidden;
}
/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 300px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -100px;
}

/* top line LOADER */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #F44C67;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height:5px;
}

/* Global Styles */
body,html {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px){
  body, html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  font-family: 'San Francisco Text', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  /*line-height: 1.8;*/
  color: #1d6354;
  overflow-x: hidden;
  margin: auto;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}

.clearlist, .clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

::-moz-selection{ color: #fff;  background:#29282b; }
::-webkit-selection{ color: #fff;   background:#29282b; }
::selection{ color: #fff;   background:#29282b; }

a{
  color: #999;
  text-decoration: none;
}
a:hover{
  color: #29282b;
  cursor: pointer;
}
a:hover,a:focus{
  -moz-outline: none;
  outline: none;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'San Francisco Text', sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #1d6354;
  letter-spacing: 1px;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}
.img-responsive{
  margin: 0 auto;
  width: auto;
}
.section{
  padding:100px 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.relative{
  position: relative;
}
.bold{
  font-weight: 400;
}
.hint{
  color: #999;
  font-size: 13px;
}
/* title Section */
.titleSection{
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}

.titleSection h2{
  font-size: 60px;
  margin: 0 0 20px;
  font-weight: bold;
}

.titleSection h3 {
  font-size: 18px;
  margin: 0 auto 40px;
  font-weight: lighter;
  max-width: 70%;
}

.titleSection p{
  max-width: 400px;
  margin: 0 auto;
}
/* line */
.coloredLine{
  margin:20px auto 0px;
  width: 40px;
  border-bottom: 1px solid #eee;
}
/* buttons */
.btn-new{
  max-width: 250px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background: #F44C67;
  display: inline-block;
  padding: 15px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-family: 'San Francisco Text', sans-serif;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  border: none;
}
.btn-new:hover,.btn-new:focus{
  background: #FC647B;
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* margin spaces */
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space80 {
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space100 {
  margin-bottom: 100px;
}

/* Header and nav --------------------------------------------------- */
.logo{
  display:inline-block;
}
.logo img{
  max-width: 100%;
}
.sticky-navigation {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background:transparent;
  border: none;
  padding:10px 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  top:0px;
}
.NavBg{
  background:rgba(255,255,255,0.9);
}
.nav-logo{
  padding: 0px 15px;
  height: 50px;
  overflow: hidden;
}
.nav-logo:focus{
  outline: none;
}
.nav-logo img{
  height: 70%;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-nav {
  float: left;
  margin: 0px !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navbar-nav li a {
  padding: 5px;
  line-height: 30px;
  font-size: 11px;
  color: #999;
  position: relative;
  background: transparent !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.navbar-nav li a:focus{
  outline: none;
}
.navbar-nav li.active a,.navbar-nav li a:hover {
  color:#29282b;
}
.navbar-toggle{
  padding: 5px 10px;
  margin-right: 10px;
}

.navbar-toggle .fa-times {
  display: none;
}
/* intro ---------------------------------------------------------------- */

#intro{
  background: #f1f1f1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  height: 100vh;
}

#intro .intro-mobile {
  opacity: 0;
  pointer-events: none;
}

#intro .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

#intro h1 {
  font-size: 26px;
  margin: 0 0 20px;
}

#intro h3 {
  font-size: 15px;
  margin: 0 0 60px;
}

#intro p strong, #faq p strong {
  font-size: 24px;
}

.downloads, .intro {
  margin: 0 0 10px;
  text-align: center;
  font-size: 0;
}

.downloads a img {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.downloads a {
  margin: 3px;
  display: inline-block;
}

.downloads a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.intro-mobile {
  position: absolute;
  left: 0px;
  bottom:-250px; /* negative value of section bottom padding */
  max-width: 50%;
}

@media screen and (max-width: 320px){
  #intro h1 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  #intro h3 {
    font-size: 15px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px){
  #intro {
    text-align: center;
  }

  #intro .container {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.85);
  }

  #intro .content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px){
  #intro{
    background-position: -10% 100%;
    background-size: auto 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #intro h1 {
    font-size: 35px;
    margin: 0 0 20px;
  }

  #intro h3 {
    font-size: 22px;
    margin: 0 0 60px;
  }
}

@media screen and (min-width: 767px) and (max-width: 768px){
  #intro{
    background-position: -120% 100%;
  }

  #intro .content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  #intro{
    background-position: 10% 100%;
  }
}

@media screen and (min-width: 1200px) {
  #intro {
    background-position: 20% 100%;
    background-size: auto 80%;
  }
}

/* screenshots ---------------------------------------------------------------- */
#screenshots {
  position: relative;
  padding: 100px 30px 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#screenshots:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, transparent , #f9f9f9);
  background: -o-linear-gradient(bottom, transparent, #f9f9f9);
  background: -moz-linear-gradient(bottom, transparent, #f9f9f9);
  background: linear-gradient(to bottom, transparent , #f9f9f9);
}
.screenshot-image{
  /*background:url("../images/bg.jpg") no-repeat top center scroll #fff;*/
  /*-webkit-background-size: 100%;*/
  /*-moz-background-size: 100%;*/
  /*-o-background-size: 100%;*/
  /*background-size: 100%;*/
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*background-size: cover;*/
  /*width: 100%;*/
}

.downloadNumber{
  background: #f44c67;
  color: #fff;
  display: inline-block;
  padding:10px 30px;
  font-size:24px;
}

#screenshots .lazy {
  margin: 0 auto 30px;
}

#screenshots h2 {
  font-size: 50px;
  margin: 0 0 60px;
}
.slider-3d{
  /*margin-top: -580px;*/
  padding-bottom:200px;
  /*cursor: pointer;*/

}
.slider-3d > div{
  margin: 0 auto;
  /*-webkit-transform: translateX(-50%);*/
  /*-moz-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*-o-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  /*pointer-events: none;*/
  /*width: 100% !important;*/
  overflow: hidden;
}

.allinone_carousel.sweet {
  /*width: 100% !important;*/
  /*left: 50% !important;*/
  /*-webkit-transform: translateX(-50%);*/
  /*-moz-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*-o-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
}

.allinone_carousel.sweet .elementTitle{
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  color: #555;
  font-family: 'San Francisco Text', sans-serif;
  font-weight: 300;

}

.allinone_carousel.sweet .bottomNav {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.allinone_carousel.sweet .contentHolderUnit{
  -moz-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
}

.slider-3d:hover .allinone_carousel.sweet .bannerControls, .slider-3d:hover .allinone_carousel.sweet .bannerControls > div {
  display: block !important;
}

.allinone_carousel.sweet .bannerControls {
  /*width: 80vw;*/
  /*-webkit-transform: translateX(-50%);*/
  /*-moz-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*-o-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
}

.allinone_carousel.sweet .bannerControls > div {
  /*display: block !important;*/
}

.mycanvas {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #screenshots {
    /*background-size: cover;*/
  }

  #screenshots h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .allinone_carousel.sweet .elementTitle {
    font-size: 24px;
  }

  .allinone_carousel img {
    /*max-width: 90vw;*/
  }

  .allinone_carousel.sweet .contentHolderUnit {
    box-shadow: none;
  }

  .allinone_carousel.sweet .bottomNav {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  #screenshots {
    background-attachment: fixed;
  }
}

/* overview ---------------------------------------------------------------- */
#overview{
  background: #f9f9f9;
  text-align: center;
}
.bigIcon{
  color: #F44C67;
  font-size: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #overview .content img {
    max-width: 90%;
    margin-bottom: 30px;
  }
}

/* features ---------------------------------------------------------------- */
#features{
  /*background:#f1f1f1;*/
  border-top: 1px solid #eee;
  text-align: center;
}
.leftFeatures,.rightFeatures{
  margin-top: 50px;
}

/* share ---------------------------------------------------------------- */
#hieuPu{
  /*background:url("../images/Hieppu_1280x720_V.png") no-repeat top left #F45368;*/
  text-align: center;
  padding: 0;
}
#hieuPu h2{
  font-size:50px;
}
#shareE{
  background:url("../images/Hieppu_1280x720_E.png") no-repeat top left #F45368;
  min-height: 720px;
  text-align: center;
}
#shareE h2{
  font-size:50px;
}
.shareIcons{
  font-size: 24px;
}
.jssocials-share-link{
  color: #fff;
  padding: 0.8em 1em;
  min-width: 110px;
}
.jssocials-share-link.jssocials-share-link-count{
  padding-top: 0.5em;
}

/* Dat custom */
.hero-image-contain {
  position: relative;
  min-height: 720px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.hero-image-contain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: -webkit-linear-gradient(top, #fff, transparent);*/
  /*background: -o-linear-gradient(bottom, #fff, transparent);*/
  /*background: -moz-linear-gradient(bottom, #fff, transparent);*/
  /*background: linear-gradient(to bottom, #fff, transparent);*/
}

.description-hieupu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.description-hieupu span {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d0d8a4;
}

.description-hieupu span ~ span {
  margin-bottom: 0;
}

.hero-image-contain.get-right {
  background-position: right center;
}

.hero-image-contain.get-left {
  background-position: left center;
}

.hero-image-title p {
  color: #b3b3b3;
  margin: 0;
}

.hero-image-title p a {
  display: inline-block;
  color: #1d6354;
  font-weight: 500;
  border-bottom: solid 1px #1d6354;
}

.xtay-background {
  background: #1d6354 !important;
}

@media screen and (max-width: 767px){
  .hero-image-contain {
    background-size: 130%;
  }

  .description-hieupu {
    /*bottom: 15px;*/
    right: 15px;
  }
}

@media screen and (min-width: 768px){
  .hero-image-contain {
    background-attachment: fixed;
  }

  .description-hieupu {
    /*top: 50px;*/
    right: 50px;
  }

  .description-hieupu span {
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #fff;
    margin-bottom: 40px;
    -webkit-text-stroke-width: 2px;
  }
}

/* app-brief1 ---------------------------------------------------------------- */

.left-mob-front{
  position: absolute;
  left: 12%;
  margin: 0px auto;
  top:-40px;
  z-index: 2;
}
.left-mob-back {
  position: absolute;
  left:0px;
  top:-20px;
  z-index: 1;
}
.rightList li{
  padding-bottom: 10px;
  position: relative;
}
.rightList li i{
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 14px;
}
.rightList li span{
  padding-left: 30px;
}
#app-brief1{
  background: #F2F2F2;
}
.right-mob-front{
  position: absolute;
  right: 12%;
  margin: 0px auto;
  top:-40px;
  z-index: 2;
}
.right-mob-back {
  position: absolute;
  right:0px;
  top:-20px;
  z-index: 1;
}

/* Dat custom */
.container {
  max-width: 1080px;
}

.panel-group .panel-default, .panel-group .panel-heading, .panel-group .panel-body {
  border: none !important;
  background-color: #f9f9f9;
}

.panel-group .panel-heading {
  padding: 0;
  background-color: #F4F4F4;
}

.panel-group .panel-heading a, .panel-group .panel-body {
  padding: 30px;
}

.panel-group .panel-body {
  text-align: justify;
}

.panel-group .panel-body li {
  margin-bottom: 10px;
}

.panel-group .panel-default {
  box-shadow: none;
  margin-bottom: 30px;
}

.panel-group .panel-title {
  color: #1d6354;
  font-weight: 600;
}

.panel-group .panel-title a {
  display: block;
  position: relative;
  padding-right: 30px;
}

.panel-group .panel-title a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #1d6354;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view-more-faq {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.view-more-faq a {
  display: inline-block;
  padding: 0 15px;
  color: #1d6354;
  font-weight: bold;
  font-size: 24px;
}

.bottom-invitation {
  margin-bottom: 100px;
}

/* subscription-form ---------------------------------------------------------------- */

#download {
  text-align: center;
  background:url("../images/pattern.png") repeat;
}
.downloadLogo{
  width: 100px;
  display: inline-block;
  position: relative;
  top: -5px;
}

#download hr{
  margin: 80px auto 70px;
}
.downloadtxt{
  margin-top: 70px;
  line-height: 60px;
}
.subscription-form .input-box {
  width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  border: 1px solid #FFF;
  margin: 0px;
}
.bigWord{
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.subscription-form .subscription-success,
.subscription-form .subscription-error {
  display: none;
}

/* contact ----------------------------------------------------------- */
#contact {
  background: #F4F4F4;
  text-align: center;
}
.form-control{
  background: transparent;
  border: 1px solid #ddd;
  height: 50px;
  margin-bottom: 20px;
  padding:10px 20px;
  width: 100%;
  color:#161616;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  box-shadow: none;
}
textarea.form-control{
  height: 100px;
  max-height: 120px;
  resize: none;
  margin-bottom:40px;
  overflow: hidden;
}
.form-control:focus{
  color: #000;
  font-weight: 900;
  border-color: #161616;
  box-shadow: none;
  outline: none;
}
#contactForm .success,#contactForm .error {
  display: none;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}

/* Footer ---------------------------------------------------------- */
footer {
  background:#1d6354;
  /*text-align: center;*/
  padding: 60px 0 0;
  max-width: 100%;
  overflow-x: hidden;
}
footer hr{
  border-color: #181819;
}
footer p{
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
footer p a,footer p a:hover,footer p a:focus {
  color: #fff;
}
.socialList li{
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
.socialList li a{
  display: inline-block;
  color: #fff;
  margin: 0px 20px;
}
.socialList li a span{
  margin-left: 10px;
}
.socialList li a:hover{
  color: #F44C67;
}

/* Dat custom */

.footer-information {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.footer-information h3 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 30px;
}

.footer-information p {
  margin: 0 0 15px;
  font-size: 15px;
}

.footer-information p i{
  width: 25px;
  /*text-align: center;*/
  /*font-size: 16px !important;*/
}

.footer-bct {
  margin-bottom: 30px;
}

.footer-bct img {
  max-width: 200px;
}

.copyright {
  padding: 15px 0;
  text-align: center;
  background-color: #0e4438;
  color: #fff;
  font-size: 12px;
}

.footer-information .fb-page {
  display: inline-block;
  width: 100%;
}

/*Alert result*/

.error-notice {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  background-color: #fff;
  z-index: 1000;
  margin: 100px auto 50px 50% !important;
}

.error-notice .oaerror{
  width: 100%;
  margin: 0;
}

.error-notice .oaerror-item{
  display: inline-block;
  vertical-align: middle;
}

.error-notice .oaerror-item:first-child {
  width: 100px;
  text-align: center;
}

.error-notice .oaerror-item:last-child {
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -o-calc(100% - 120px);
}

.error-notice .oaerror-item p {
  margin: 0 0 15px;
}

.error-notice .oaerror-item p:last-child {
  margin: 0;
}

/* Privacy*/

#privacy .panel-group .panel-heading, #cookie .panel-group .panel-heading{
  padding: 15px 30px;
}

#privacy .panel-group .panel-body ul, #cookie .panel-group .panel-body ul {
  margin-top: 30px;
}

#privacy .panel-group .panel-body ul li, #cookie .panel-group .panel-body ul li {
  margin: 0 0 15px;
}

#privacy .panel-group .panel-body p, #cookie .panel-group .panel-body p{
  margin: 0 0 15px;
}

/*-------------------------------------------------------------
               THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
  position: fixed;
  top: 100px;
  z-index: 999999;
  height: 100%;
}

.corner {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-border-radius:0px 6px 6px 0px;
  -moz-border-radius:0px 6px 6px 0px;
  border-radius:0px 6px 6px 0px;
  background: url(../images/switcher/corner-open.png);
  position: absolute;
  top: 50px;
  right: -40px;
}

.s-close {
  left: -205px !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.s-open {
  left: 0 !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.corner.expanded {
  background: url(../images/switcher/corner.png);
}

#options {
  width: 205px;
  height:180px;
  background: #fff;
  padding: 0;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.heading {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#options h6 {
  color: #5c5c5c;
  margin-bottom: 10px;
  font-size: 13px;
}

.options-segment {
  margin-bottom: 20px;
}
.color-scheme {
  padding: 0;
}
.color-scheme li {
  float: left;
  list-style: none;
}
.color-scheme a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 4.25px 10px;
}
.colors-sel {
  padding: 20px 25px 15px;
  margin-bottom: 0;
}
.gold a {
  background: url(../images/switcher/3.png);
}
.green a {
  background: url(../images/switcher/7.png);
}
.blue a {
  background: url(../images/switcher/1.png);
}
.red a {
  background: url(../images/switcher/8.png);
}
.pink a {
  background: url(../images/switcher/4.png);
}
.navy a {
  background: url(../images/switcher/6.png);
}
.yellow a {
  background: url(../images/switcher/5.png);
}
.violet a {
  background: url(../images/switcher/2.png);
}
.options-head {
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  line-height: 50px;
}

.version{
  position: fixed;
  left: 0px;
  top: 100px;
  font-size:30px;
  color: #A4C828;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 500;
}
.version:hover,.version:focus{
  color: #B6DD2A;
}
/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .hero-image-contain {
    background-position: top center !important;
  }
}
@media only screen and (max-width : 1200px) {
  .downloadtxt{
    margin-top: 20px;
  }
}
@media only screen and (min-width : 992px) {
  #hieuPu p {
    font-size: 22px;
    margin-top: -10px;
    text-align: right;
    padding-right: 50px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  /*#intro{*/
    /*text-align: center;*/
  /*}*/
  .section{
    padding: 75px 0px;
  }
  .overlay{
    padding-top: 100px;
    padding-bottom: 400px;
  }
  .slider-3d{
    /*margin-top: -380px;*/
    padding-bottom: 100px;
  }
  /*.intro-mobile {*/
    /*position: static;*/
    /*max-width: 300px;*/
  /*}*/
  .phones{
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .left-mob-front{
    right: 0px;
    left: auto;
    max-width: 100%;
    top: 0px;
  }
  .left-mob-back{
    left: -30px;
    max-width: 100%;
    top: 0px;
  }
  .right-mob-front{
    left: 0px;
    right: auto;
    max-width: 100%;
    top: 0px;
  }
  .right-mob-back {
    right: -30px;
    max-width: 100%;
    top: 0px;
  }

  .leftFeatures{
    margin-top: 0px;
    margin-bottom: 50px;
  }
  #features .text-left,#features .text-right{
    text-align: center !important;
  }
  .mg-sm-100{
    margin-bottom: 100px;
  }

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .navbar {
    width: 100vw;
  }
  .nav-logo img {
    height: 30px;
    margin-top: 10px;
  }
  .navbar-header {
    position: relative;
    z-index: 505;
  }
  .navbar-collapse {
    /*max-height: 355px !important;*/
    /*padding-bottom: 15px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*overflow-x: visible;*/
    /*border-top: 1px solid transparent;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    max-height: none !important;
    padding: 70px 0;
    margin: 0 !important;
    text-align: center;
    z-index: 504;
    display: block !important;
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: transform 0.3s 0s;
    -moz-transition: transform 0.3s 0s;
    -ms-transition: transform 0.3s 0s;
    -o-transition: transform 0.3s 0s;
    transition: transform 0.3s 0s;
    background-color: #fff;
  }

  .navbar-collapse.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar-nav{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar-nav li a {
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: solid 1px #eee;
  }

  .navbar-toggle {
    border: none;
    margin: 0;
    height: 50px;
    padding: 0 15px;
  }

  .navbar-toggle i {
    font-size: 30px;
  }

  h1{
    font-size: 30px;
  }
  .subscription-form .input-box {
    margin: 0px auto 20px;
    width: 80%;
  }

  /* Dat custom */
  footer {
    /*text-align: center;*/
    padding: 0;
  }

  .footer-information .col-sm-7 {
    background-color: #0e4438;
    padding: 30px 15px;
    margin-bottom: 30px;
  }

  .footer-information p {
    font-size: 13px;
  }

  .titleSection {
    margin-bottom: 25px;
  }

  .titleSection h2{
    font-size: 30px;
    margin: 0 0 15px;
  }

  .titleSection h3 {
    /*display: none;*/
    max-width: 100%;
  }

  .hero-image-contain {
    min-height: 260px;
  }

  .error-notice {
    margin: 150px auto 0px 50% !important;
  }

  .error-notice .oaerror-item:first-child{
    width: 100%;
    margin: 0 0 30px;
  }

  .error-notice .oaerror-item:last-child{
    width: 100%;
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .downloads a{
    margin: 5px;
  }

  .left-mob-front,.left-mob-back,.right-mob-front,.right-mob-back{
    max-width: 80%;
  }

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none; /* Non-prefixed version, currently
                  supported by Chrome and Opera */
}


/*ESCROW PAGE*/
.title-custom {
  max-width: 50%;
  margin: 0 auto 30px;
  border-bottom: solid 3px #eee;
  padding-bottom: 30px;
  text-align: center;
}

.title-custom h1 {
  margin: 0 0 5px;
}

.title-custom h1 img{
  width: 265px;
}

.title-custom p {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.information-block-row {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 480px) {
  .title-custom {
    max-width: 100%;
  }
}

.information-block {
  border: solid 2px #1d6354;
  border-radius: 10px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: -o-calc(100% - 30px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.information-block .title {
  background-color: #1d6354;
  padding: 15px 0;
}

.information-block .title h3{
  display: inline-block;
  line-height: 20px;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.information-block .title h3 i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
}

.information-block .content {
  padding: 20px 30px;
  min-height: 120px;
}

.information-block .content p * {
  display: inline-block;
}

.information-block .content p{
  color: #000;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}

.information-block .content.custom p{
  margin: 0;
  font-size: 14px;
}

.information-block .content.custom p ~ p {
  margin: 15px 0 0;
}

.information-block .content.custom p * {
  width: 100%;
}

.information-block .content ul {
  margin: 0 0 30px;
  padding: 0;
}

.information-block .content ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 0 0 0 15px;
}

.information-block .content ul li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}

@media screen and (min-width: 481px) {
  .mobile-break {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .information-block .content ul li {
    text-align: justify;
    letter-spacing: 0.5px;
    word-spacing: -0.5px;
  }

  .title-custom {
    margin-top: 30px;
  }

  .title-custom h1 img {
    display: none;
  }

  .information-block .title {
    text-align: center;
  }

  .information-block .title h3 {
    display: inline-block;
    font-size: 12px;
    max-width: 80%;
  }
}

/* FBSTART SECTION*/
.fbstart-section {
  position: relative;
}

.fbstart-section .background, .fbstart-section .background .overlay-fbstart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fbstart-section .background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-top: solid 5px #eee;
  border-bottom: solid 5px #eee;
}

.fbstart-section .background .overlay-fbstart {
  background: rgba(0,188,195,1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, rgba(0,188,195,1), rgba(0,188,195,0.9), rgba(55, 88, 155, 0.9), rgba(55, 88, 155, 1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, rgba(0,188,195,1), rgba(0,188,195,0.9), rgba(55, 88, 155, 0.9), rgba(55, 88, 155, 1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, rgba(0,188,195,1), rgba(0,188,195,0.9), rgba(55, 88, 155, 0.9), rgba(55, 88, 155, 1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(0,188,195,1), rgba(0,188,195,0.9), rgba(55, 88, 155, 0.9), rgba(55, 88, 155, 1)); /* Standard syntax */
}

.fbstart-section .col-xs-12{
  min-height: calc(1/3 * 100vw - 120px);
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

.fbstart-section .align-slider {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}

.fbstart-section .align-slider *:focus {
  outline: none;
}

.fbstart-section .fbstart-item *{
  color: #fff;
}

.fbstart-section .fbstart-item h3 {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}

.fbstart-section .fbstart-item p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.fbstart-section .slick-dots {
  bottom: -50px;
}

.fbstart-section .slick-dots li button:before {
  font-size: 30px;
  color: #ccc;
}


@media screen and (max-width: 767px) {
  .fbstart-section .fbstart-item h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .fbstart-section .fbstart-item p {
    font-size: 18px;
    line-height: 20px;
  }
}

/* FAQs */

.panel-body img {
  width: 100%;
}

/* ABOUT */

.member-item {
  padding: 0 30px 60px;
}

.member-item img {
  border-radius: 50%;
  height: 210px;
  width: 210px;
}

.member-item p {
  text-align: justify;
}

.name {
  font-size: 18px;
  line-height: 50px;
}

.role {
  color: #FFFFFF;
  background-color: #1d6354;
  margin-bottom: 10px;
  display: table-cell;;
  height: 50px;
  width: 1000px;
  vertical-align: middle;
}

#news a {
  color: #1d6354;
}

#news a:hover {
  color: #000;
}

.webapp-maintenance {
  display: none !important;
}

/*a:hover {
  background: #e1f9fc !important;
}
*/
