@font-face {
  font-family: 'Futura';
  src: url("font/Futura Light Condensed Regular.otf");
  font-weight: normal; }

html, body {
  margin: 0;
  height: 100%;
  min-width: 480px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  background: #fff;
  color: #004785; }

body, input, button {
  font: 400 20px 'Arial Narrow', "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #004785;
  user-select: none; }

img {
  max-width: 100%;
  height: auto; }

.sub {
  font-size: 55%; }

.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
  display: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3 {
  margin-top: 0;
  font-family: 'Futura';
  /*"Open Sans Condensed"*/
  line-height: 1.2em; }

h2 {
  font-size: 2.4em; }

h3 {
  font-size: 1.5em;
  font-weight: normal; }

h4 {
  font-size: 1em;
  margin-top: 0; }

ul {
  padding-left: 1em;
  list-style-type: none; }

ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1em;
  background: url(images/bullet.png) no-repeat center center;
  position: absolute;
  margin-left: -1em; }

ul li ul {
  padding-left: 0.5em; }

ul li ul li::before {
  background: none;
  content: '-';
  margin-left: -0.5em; }

p {
  line-height: 1.2em;
  margin-top: 0; }

section {
  min-height: 600px;
  position: relative; }

main {
  height: 100%; }

.main {
  height: 100%; }

.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover; }

.menu-toggle {
  float: right;
  display: none; }

.menu {
  float: right; }

.navbar {
  height: 75px;
  background-color: #FFF; }

.nav {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 20px; }

.nav li {
  float: left;
  margin-right: 20px; }

.nav li::before {
  display: none;
  background: none; }

.nav li:last-child {
  margin-right: 0px; }

.menu-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.menu-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #004785;
  margin-bottom: 6px; }

.menu-toggle .icon-bar:last-child {
  margin-bottom: 0px; }

.container {
  width: 100%;
  height: 100%; }

.navbar .container {
  width: 100%;
  height: 75px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 1000; }

.row {
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: hidden; }

section > .row,
section > .container > .row {
  max-width: 1180px;
  padding: 15px 30px; }

.col-2 {
  float: left;
  width: 50%;
  padding: 0 25px;
  min-height: 1px; }

.col-2 .col-2 {
  padding: 0; }

.col-2 ul.col-2 {
  padding-left: 1em; }

.ilist .col-2 {
  padding-right: 1em; }

.col-l {
  float: left;
  width: 50%;
  height: inherit;
  padding-right: 15px; }

.col-r {
  float: right;
  width: 50%;
  height: inherit;
  padding-left: 15px; }

.bluebox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005faf+0,003267+100 */
  background: #005faf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005faf 0%, #003267 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #005faf 0%, #003267 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005faf 0%, #003267 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005faf', endColorstr='#003267',GradientType=0 );
  /* IE6-9 */
  padding: 22px 28px;
  color: #FFF;
  font-size: 0.95em; }

.bluebox ul li {
  margin-bottom: 1em; }

.blue ul li::before,
.bluebox ul li::before {
  background-image: url(images/bullet-white.png); }

.blue {
  background-color: #003065;
  background-clip: content-box;
  color: #FFF; }

.blue::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  background: url(images/blue-bar.png) center top no-repeat;
  background-size: contain; }

.simg {
  width: 100%;
  height: auto; }

.tb {
  display: table;
  width: 100%;
  height: 100%; }

.tc {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.btn {
  display: block;
  height: 58px;
  line-height: 55px;
  border: 1px solid #004785;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Futura'; }

.footer {
  position: relative;
  color: #FFF; }

.footer.blue::before {
  background-image: url(images/footer.png); }

.footer > .row {
  max-width: 1180px;
  padding: 0 30px; }

.footer > .row:nth-child(1) {
  padding-top: 70px; }

.footer a {
  color: #FFF; }

.hint {
  font-size: 75%; }

.logo {
  width: 226px;
  height: 35px;
  background: url(images/logo.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 30px; }

#home {
  height: 600px; }

#home .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/concept.jpg) no-repeat center center;
  background-size: cover; }

#home .content {
  padding: 0 30px;
  width: 100%;
  max-width: 1126px;
  top: 50%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%); }

#home h1 {
  font-size: 75px;
  color: #FFF;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0;
  width: 48%; }

#home .btn {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #FFF;
  width: auto;
  margin-top: 30px;
  font-size: 36px;
  height: 64px;
  line-height: 62px; }

#intro {
  padding: 100px 0 0 0; }

#bf-concept {
  padding-top: 60px; }

#services-intro .row {
  padding-top: 110px;
  padding-bottom: 130px;
  max-width: 900px; }

#services-intro h2 {
  font-size: 3em; }

#services-intro .container.hook {
  height: inherit;
  transform: translateY(-100%);
  margin-top: 100px; }

.services .row {
  height: 100%;
  /*max-width: none; padding: 0 5%;*/
  z-index: 1; }

.services .row .row {
  height: auto;
  padding: 0; }

.services .row.pic {
  width: 100%;
  max-width: none;
  position: absolute;
  padding: 30px 30px 30px 30px;
  top: 0;
  z-index: 0; }

.services .row.pic .col-2 {
  padding: 30px; }

.services .row.hint {
  text-align: right;
  font-size: 60%; }

.services .col-2 {
  vertical-align: middle;
  height: 100%; }

.services ul {
  margin-top: 0; }

.services ul li {
  margin-bottom: 1em; }

.services ul li li {
  margin-bottom: 0; }

.services h4 {
  margin-bottom: 1em; }

.services .ilist {
  padding-right: 15px;
  overflow: hidden;
  padding-bottom: 1em; }

.hook {
  position: fixed !important;
  top: 0; }

.btm {
  position: absolute !important;
  transform: translateY(100%); }

#brand-identity {
  background: #d5e6ee no-repeat;
  background-size: 100% 100%; }

#brand-promotion {
  background: #f2f5fa no-repeat;
  background-size: 100% 100%; }

#brandfolio {
  height: 680px;
  background: url(images/brandfolio-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 78px; }

#brandfolio .row {
  height: 100%;
  max-width: none;
  padding: 0; }

#brandfolio .col-l,
#brandfolio .col-r {
  padding: 0;
  height: 100%;
  text-align: left; }

#brandfolio .pic {
  width: 58%; }

#brandfolio .desc {
  width: 42%; }

#brandfolio .content {
  width: 320px;
  margin: 0 auto; }

.footer .contacts {
  height: 170px; }

.footer .contacts li, .footer .contact {
  line-height: 30px; }

.footer .contacts li {
  margin-bottom: 10px; }

.footer .contact.fb {
  display: inline-block; }

.footer .row1 {
  padding-bottom: 25px; }

.footer .row2 {
  padding-top: 20px;
  padding-bottom: 20px; }

.footer .row1 {
  display: table;
  width: 100%; }

.footer .row1 .col-l,
.footer .row1 .col-r {
  display: table-cell;
  vertical-align: bottom;
  float: none; }

.footer .line {
  border-top: #406790 solid 1px; }

.footer .col-r {
  text-align: right; }

.footer.basic > .row:nth-child(1) {
  padding-top: 20px; }

.footer.basic.blue::before {
  content: none; }

.contacts {
  list-style-type: none;
  padding-left: 0; }

.contact,
ul li.contact {
  line-height: 30px;
  padding-left: 45px;
  position: relative; }

.contact::before,
ul li.contact::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(images/icons.png);
  margin-left: -45px; }

.contact.tel::before {
  background-position: 0px 0px; }

.contact.wechat::before {
  background-position: -30px 0px; }

.contact.email::before {
  background-position: -60px 0px; }

.contact.skype::before {
  background-position: -90px 0px; }

.contact.fb::before {
  background-position: -120px 0px;
  display: inline-block; }

#disclaimer {
  background: url(images/popup.jpg);
  background-size: 100% 100%;
  width: 600px;
  height: 600px;
  padding: 75px 50px 0 50px;
  text-align: left; }

.popupbox .btnClose {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.popupbox .btnClose::before {
  content: '\2715';
  display: block;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px; }

.authbox {
  background-color: #FFF;
  padding: 50px 50px 30px 50px; }

.authbox .title {
  font-weight: bold;
  margin-bottom: 20px; }

.authbox input {
  line-height: 30px;
  padding: 0px 8px;
  border: 0;
  background-color: #EEE; }

.formtb {
  text-align: left; }

.formtb td {
  padding: 2px; }

.formtb .caption {
  padding-right: 10px; }

.formtb .actions {
  padding-top: 5px; }

.formtb .actions .btn {
  line-height: 38px;
  height: 40px;
  font-size: 1.1em;
  cursor: pointer; }

.error {
  color: red;
  text-align: center;
  margin-top: 10px;
  visibility: hidden;
  transform: translate3d(0, 0, 0); }

.error.show {
  visibility: visible;
  animation: beat 300ms normal forwards; }

@keyframes beat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@media (min-width: 1201px) {
  .services .row {
    max-width: none;
    padding-top: 75px;
    padding-left: 5%;
    padding-right: 5%; } }

@media (max-width: 1500px) {
  .col-2,
  .services .ilist,
  .services .ilist .col-2 {
    height: auto; }
  .ilist {
    float: none;
    width: 100%; }
  .ilist ul {
    margin-bottom: 0; }
  .services h4 {
    margin-bottom: 0.7em; }
  .services ul li {
    margin-bottom: 0.4em; }
  .ilist.locked .col-2 {
    float: left;
    width: 50%; } }

@media (max-width: 1200px) {
  section {
    min-height: auto; }
  .hook {
    position: static !important;
    top: 0; }
  .btm {
    position: static !important;
    transform: none; }
  .ilist {
    float: left;
    width: 50%; }
  .col-2,
  .ilist .col-2 {
    float: left;
    width: 50%; }
  section > .row > .col-2 {
    float: none;
    width: 100%;
    padding: 0; }
  .services {
    height: auto;
    padding-top: 40px; }
  .services .row {
    height: auto; }
  .services .row.pic {
    position: static;
    padding: 30px; }
  .services .col-2.empty {
    display: none; }
  .simg {
    max-width: 720px; }
  .services .row {
    height: auto !important; }
  .services h2 {
    display: none; }
  .row.pic .col-l,
  .row.pic .col-r {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0; }
  #intro {
    padding-top: 60px; }
  #brandfolio {
    height: auto; }
  #brandfolio .row {
    height: auto;
    padding: 30px 0; }
  #brandfolio .pic,
  #brandfolio .desc {
    width: 100%;
    float: none; }
  #brandfolio .pic {
    padding-right: 30px; }
  #brandfolio .desc {
    padding: 30px 0; } }

@media (max-width: 800px) {
  #home h1 {
    font-size: 65px; } }

@media (max-width: 750px) {
  .col-l, .col-r {
    padding: 0; }
  .col-l, .col-r,
  .ilist,
  .ilist.locked {
    float: none;
    width: 100%; }
  .menu-toggle {
    display: block; }
  #intro {
    padding-top: 30px; }
  #intro .col-l,
  #intro .col-r {
    padding-bottom: 30px; }
  .services .ilist {
    padding-right: 0; }
  .ilist .col-2:nth-child(2) {
    padding-right: 0.5em; }
  .ilist .col-2:nth-child(3) {
    padding-left: 1.5em;
    padding-right: 0; }
  .menu {
    height: 0px;
    visibility: hidden;
    position: absolute;
    top: 45px;
    right: 0;
    overflow: hidden;
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .menu.show {
    visibility: visible; }
  .menu .nav {
    position: relative;
    bottom: auto;
    right: auto;
    background-color: #FFF;
    padding: 25px 0px; }
  .menu .nav li {
    float: none;
    margin-right: 0px;
    line-height: 60px;
    padding: 0 20px 0 50px;
    text-align: right;
    font-family: "Open Sans Condensed";
    font-size: 1.5em; } }

@media (max-width: 700px) {
  #home h1 {
    font-size: 55px; }
  #disclaimer {
    width: 460px;
    height: 460px;
    padding: 50px 30px 0 30px;
    font-size: 0.8em; } }

@media (max-width: 600px) {
  #home h1 {
    font-size: 45px; } }

@media (max-width: 480px) {
  p {
    line-height: 1.5em; }
  h3 {
    font-size: 1.6em; }
  section > .row,
  section > .container > .row {
    padding: 15px 20px; }
  .navbar,
  .navbar .container {
    height: 60px; }
  .logo {
    height: 26px;
    left: 20px;
    top: 17px;
    background-size: contain; }
  .menu-toggle {
    margin-top: 11px; }
  .services .row.pic {
    padding: 20px 20px 50px 20px; }
  .services .row.hint {
    text-align: left; }
  #home .content {
    padding: 0 20px; }
  #intro h2 {
    font-size: 1.7em;
    /*font-weight: bold;*/ }
  #services-intro h2 {
    font-size: 2.5em; }
  #services-intro li {
    margin-bottom: 0.5em; }
  #services-intro .row {
    padding-top: 50px;
    padding-bottom: 80px; }
  #brandfolio .desc {
    padding-bottom: 55px; }
  .footer > .row {
    padding-left: 20px;
    padding-right: 20px; }
  .footer .row1,
  .footer .row2 {
    font-size: 0.8em; }
  .footer .row .col-l {
    float: left; }
  .footer .row .col-r {
    float: right; }
  .footer .row1 .col-l {
    width: 50%; }
  .footer .row1 .col-r {
    width: 50%; }
  .footer .row2 .col-l {
    width: 80%; }
  .footer .row2 .col-r {
    width: 20%; }
  #disclaimer p {
    line-height: 1.2em; } }
