@charset "UTF-8";
/************
 Reset
************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35); }

html {
  height: 100%;
  min-height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, Microsoft Sans Serif,  sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: hidden; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

input, button {
  outline: none;
  border: 0;
  border-radius: 0; }

ul, ol, li {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

.overflow-auto {
  overflow: auto; }

.parallux {
  height: 600px; }

.parallux-mobile {
  background-color: #eee;
  background-image: url("../img/home2.jpg");
  background-size: cover;
  background-position: left center;
  max-height: 736px; }

.member-ship .parallux, .member-ship .parallux .parallux-bg {
  height: 480px !important;
  max-height: 680px !important; }

.parallux .parallux-bg .parallux-inner .text p {
  font-size: 22px; }

.parallux .parallux-bg .parallux-inner.bg-header {
  background-color: #eee;
  background-image: url("../img/home.jpg");
  background-size: cover;
  background-position: left center; }

.member-ship .parallux .parallux-bg .parallux-inner.bg-header {
  background-image: url("../img/back2.jpg"); }

.member-ship .parallux-mobile {
  background: url("../img/back3.jpg");
  background-size: cover;
  background-position: left center; }

.m-s-content {
  position: absolute;
  top: 80px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.header {
  position: absolute;
  top: 0;
  line-height: 70px;
  height: 70px;
  z-index: 999;
  width: 100%;
  transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -ms-transition: background 1s;
  -moz-transition: background 1s; }
  .header:hover {
    background: rgba(0, 0, 0, 0.5); }
  .header .left {
    float: left; }
    .header .left img {
      height: 60px; }
  .header .right {
    float: right;
    font-size: 13px; }
    .header .right a {
      text-decoration: none;
      color: #fff;
      margin: 0 10px;
      cursor: pointer; }
      .header .right a.active {
        color: rgba(7, 78, 46, 0.8); }
      .header .right a:last-child {
        padding-right: 0;
        margin-right: 0; }
        .header .right a:last-child.active {
          padding-right: 0.185rem; }
      .header .right a:hover {
        color: rgba(7, 78, 46, 0.8); }
  .header.fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    transition: all 2s;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }
    .header.fixed .right a {
      color: #333; }
      .header.fixed .right a.active {
        color: rgba(7, 78, 46, 0.8); }
      .header.fixed .right a:hover {
        color: rgba(7, 78, 46, 0.8); }

.darkMessageModule {
  height: 180px;
  background: #000;
  text-align: center; }

.darkMessage {
  color: #fff;
  padding: 0 20px;
  font-size: 35px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.pa-s-content {
  position: absolute;
  text-align: right;
  top: 50%;
  width: auto;
  right: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  animation: fade-in;
  /*动画名称*/
  animation-duration: 1.5s;
  /*动画持续时间*/
  -webkit-animation: fade-in 1.5s;
  /*针对webkit内核*/ }

.pa-top {
  color: #fff;
  font-size: 35px;
  text-align: center;
  margin-bottom: 12px; }

.pa-divide {
  text-align: center;
  margin: 0 0 0 -15px;
  color: #fff;
  background: #fff;
  width: 30px;
  height: 1px;
  left: 50%; }

.pa-divide.m20 {
  margin: 20px 0 20px -15px; }

.pa-content {
  font-size: 15px;
  padding: 30px;
  float: right;
  width: 480px;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 40px; }

.pa-content p {
  margin-bottom: 20px; }

.co-working {
  padding-bottom: 55px; }

.co-working img {
  width: calc(50% - 15px);
  margin-top: 60px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%; }

.co1 {
  margin-left: 12px; }

.co2 {
  margin-left: 18px; }

.co-title {
  font-size: 30px;
  margin: 65px 0 20px 0; }

.co-subTitle {
  font-size: 22px;
  margin-bottom: 20px; }

.co-content {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px; }

.fadeInAnimation {
  animation: fade-in;
  /*动画名称*/
  animation-duration: 1.5s;
  /*动画持续时间*/
  -webkit-animation: fade-in 1.5s;
  /*针对webkit内核*/ }

.zoomInAnimation {
  animation: zoomIn;
  /*动画名称*/
  animation-duration: 1.5s;
  /*动画持续时间*/
  -webkit-animation: zoomIn 1.5s;
  /*针对webkit内核*/ }

.service {
  padding-top: 50px;
  background: #074E2E;
  background: -moz-linear-gradient(top, #2E8B57 0%, #074E2E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2E8B57), color-stop(100%, #074E2E));
  background: -webkit-linear-gradient(top, #2E8B57 0%, #074E2E 100%);
  background: -o-linear-gradient(top, #2E8B57 0%, #074E2E 100%);
  background: -ms-linear-gradient(top, #2E8B57 0%, #074E2E 100%);
  background: linear-gradient(to bottom, #2E8B57 0%, #074E2E 100%);
  background: rgba(7, 78, 46, 0.8); }

.img-wrapper {
  padding: 10px;
  background: #fff; }

.service img {
  width: 100%; }

.se-title {
  text-align: center;
  color: #fff;
  font-size: 30px; }

.se-content {
  text-align: center;
  font-size: 16px;
  color: #fff; }

.sc-title {
  text-align: left;
  color: #fff;
  font-size: 18px; }

.sc-content {
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 24px; }

#service2, #service3, #service4 {
  padding: 20px 0; }

.card img {
  width: 100%; }

.card .row {
  margin: 0 -8px; }

.card .row .col-xs-12 {
  padding: 0 8px; }

.card-wrapper {
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px #dfdfdf;
  -webkit-box-shadow: 0 0 10px #dfdfdf;
  box-shadow: 0 0 10px #dfdfdf;
  background: #f9f9f9; }

.ca-title {
  padding: 20px 28px 0 28px;
  font-size: 18px; }

.ca-content {
  font-size: 13px;
  padding: 0 30px 20px 30px; }

.ca-line {
  text-align: center;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px dotted #EFEFEF; }

.near-img-wrapper.row {
  margin-left: -10px;
  margin-right: -10px; }

.near-img-wrapper .col-xs-6 {
  padding-right: 10px;
  padding-left: 10px; }

.near {
  background: #000;
  color: #fff;
  padding: 50px 0 20px 0; }

.near img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s; }

.zoom {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.zoomOverlay {
  position: absolute;
  text-align: center;
  color: #222;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center; }

.zoomOverlay div {
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s; }

.zoomClass {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  zoom: 1.2; }

.contact-us {
  background-image: url("../img/contact.jpg");
  background-size: cover;
  background-position: left center;
  padding: 80px 0 100px 0; }

.word-wrapper1 {
  width: 90%; }

.word-wrapper1, .word-wrapper2 {
  background: rgba(18, 18, 18, 0.3);
  color: #fff;
  padding: 30px; }

textarea {
  resize: none; }

.m-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto; }

.con-title, .n-title, .card-title, .m-title {
  text-align: center;
  font-size: 30px;
  color: #fff; }

.con-content, .n-content, .card-content, .m-content {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-bottom: 40px; }

.card {
  padding: 80px 15px 100px 15px; }
  .card .pa-divide {
    background: #222; }
  .card .card-title, .card .card-content {
    color: #222; }

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1; }

.ms-right {
  padding-left: 108px;
  color: #fff; }
  .ms-right .ms-title {
    color: #23918F;
    font-size: 25px;
    margin-bottom: 5px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08); }
  .ms-right .ms-content {
    margin-bottom: 20px;
    font-size: 15px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); }

.description {
  color: #000;
  font-size: 24px;
  padding: 80px 15px; }

.our-address, .word-title {
  font-size: 17px;
  margin-bottom: 15px; }

.address, .word-title2 {
  line-height: 25px;
  font-size: 13px; }

.word-wrapper2 input {
  width: 100%;
  height: 37px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.2s background linear;
  -moz-transition: 0.2s background linear;
  -o-transition: 0.2s background linear;
  -ms-transition: 0.2s background linear;
  transition: 0.2s background linear; }

.word-wrapper2 input:focus, .word-wrapper2 textarea:focus {
  background: rgba(0, 0, 0, 0.85);
  color: #fff; }

.word-wrapper2 textarea {
  width: 100%;
  letter-spacing: 0.5px;
  height: 195px;
  padding: 10px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.2s background linear;
  -moz-transition: 0.2s background linear;
  -o-transition: 0.2s background linear;
  -ms-transition: 0.2s background linear;
  transition: 0.2s background linear; }

.send {
  background: rgba(7, 78, 46, 0.8);
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  -webkit-transition: 0.2s background linear;
  -moz-transition: 0.2s background linear;
  transition: 0.2s background linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none;
  width: auto;
  text-decoration: none;
  color: #fff; }

.send:hover, .send:focus {
  background: #000;
  text-decoration: none;
  color: #fff; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  /*初始状态 透明度为0*/
  40% {
    opacity: 0; }
  /*过渡状态 透明度为0*/
  100% {
    opacity: 1; }
  /*结束状态 透明度为1*/ }
@-webkit-keyframes fade-in {
  /*针对webkit内核*/
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    -o-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation: bounceInRight 2s;
  animation: bounceInRight;
  animation-duration: 2s;
  /*动画持续时间*/ }

@-webkit-keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  animation: bounceInLeft;
  animation-duration: 2s;
  /*动画持续时间*/
  -webkit-animation: bounceInLeft 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px; }

.sk-wave .sk-rect {
  background-color: #074e2e;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@media all and (max-width: 767px) {
  .parallux-mobile.b2 {
    min-height: 580px; }

  .forEn .parallux-mobile.b2 {
    min-height: 688px; }

  .pa-content {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    float: none; }

  .card {
    padding-left: 15px;
    padding-right: 15px; }

  .member-ship .parallux, .member-ship .parallux .parallux-bg {
    height: 682px !important; }

  .m-s-content {
    top: 36px;
    width: 100%; }

  .word-wrapper1 {
    width: 100%;
    background: rgba(18, 18, 18, 0.2); }

  .description {
    font-size: 22px; }

  .pa-top, .darkMessage {
    font-size: 30px; }

  .pa-content {
    padding: 25px; } }
#headerContent {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: rgba(255, 255, 255, 0.95); }

.navbar {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 88;
  background: none;
  border: none; }
  .navbar.fixed {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    transition: all 2s;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }
    .navbar.fixed:hover {
      background: rgba(255, 255, 255, 0.95); }
  .navbar.open {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999; }
    .navbar.open:hover {
      background: rgba(255, 255, 255, 0.95); }
  .navbar:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -ms-transition: background 1s;
    -moz-transition: background 1s; }

.navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px; }

.xs-header {
  line-height: 70px; }
  .xs-header .left {
    float: left;
    width: 100px;
    padding-left: 15px; }
  .xs-header img {
    height: 50px; }

.RMB {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px; }

.ca-price {
  padding: 14px 0;
  text-align: center;
  height: 80px; }
  .ca-price > div {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold; }
  .ca-price > p {
    font-size: 14px;
    line-height: 16px;
    color: #074e2e; }

.zoomOverlay div {
  color: #074e2e; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #074e2e; }

.ms-left {
  float: left;
  line-height: 110px;
  width: 80px;
  text-align: right; }
  .ms-left img {
    width: 68px; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none; }

.bottom {
  background: #333;
  padding: 20px 0;
  color: #fff;
  text-align: center; }
  .bottom p {
    font-size: 12px;
    line-height: 15px;
    margin: 8px 0 0 0; }
  .bottom img {
    width: 76px; }

@media all and (min-width: 1500px) {
  .header .right {
    font-size: 15px; }

  .pa-content {
    width: 500px;
    font-size: 17px; }

  .bottom p {
    font-size: 14px;
    line-height: 20px; }

  .bottom img {
    width: 90px; } }
@media all and (max-width: 992px) {
  #sc1, #sc5, #sc9 {
    padding-top: 20px; } }
@media all and (min-width: 768px) and (max-height: 991px) {
  .member-ship .parallux, .member-ship .parallux .parallux-bg {
    height: 600px !important; }

  .ms-left {
    line-height: 80px; } }
@media all and (max-height: 520px) and (max-width: 520px) {
  .pa-top, .darkMessage {
    font-size: 25px; }

  .se-title, .card-title, .m-title, .n-title, .con-title {
    font-size: 22px; }

  .pa-content {
    font-size: 13px;
    padding: 20px;
    margin-top: 30px; }

  .darkMessageModule {
    height: 140px; }

  .co-title {
    font-size: 24px;
    margin: 45px 0 15px 0; }

  .co-subTitle {
    font-size: 20px; }

  .co-content {
    font-size: 14px; }

  .co-working img {
    margin-top: 20px; }

  .description {
    font-size: 16px;
    padding: 40px 15px; }

  .se-content {
    font-size: 13px; }

  .sc-title {
    font-size: 16px; }

  .sc-content {
    font-size: 12px;
    line-height: 20px; }

  .card-content, .m-content, .n-content, .con-content {
    font-size: 13px; }

  .card {
    padding: 40px 15px 50px 15px; }

  .service {
    padding-top: 40px; }

  .card-wrapper {
    margin-bottom: 5px; }

  .ms-right .ms-title {
    font-size: 22px; }

  .ms-right .ms-content {
    font-size: 13px; }

  .ms-left {
    line-height: 70px; }

  .ms-left img {
    width: 50px; }

  .address, .word-title2 {
    font-size: 12px; } }
section.show-error, section.show-success {
  height: 70px;
  line-height: 70px;
  width: 100%;
  position: fixed;
  background: rgba(243, 64, 67, 0.7);
  z-index: 9999;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: none;
  color: #fff; }

section.show-success {
  background: rgba(7, 78, 46, 0.7); }

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