@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);

@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

@import '../fonts/font-awesome.css';

@import 'photoswipe.css';

@import 'tmMultimediaGallery.css';

@font-face {   font-family: SourceHanSansCN-Normal; /*�����˵���������������*/   src: url('SourceHanSansCN-Normal.otf'); /*����������ļ�·��*/ } 
@font-face {   font-family: PT_Sans; /*�����˵���������������*/   src: url('PT_Sans.ttf'); /*����������ļ�·��*/ } 
/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

img {
    display: block;
    border: 0px;
    max-width: 100%;
}
/*------ template stylization ------*/
body {
  overflow: hidden;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #3e454c;
}
p {
  margin-bottom: 18px;
  font-family:'PT_Sans','PT Sans';
}
address {
  color: #ffffff;
  margin: 1px 0 25px;
  line-height: 24px;
}
h2 {
  font: 200 100px 'Maven Pro', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-transform: lowercase;
  letter-spacing: -2px;
  margin: 7px 0px 4px 0px;
  padding: 10px 0px 0px 0px;
}

h2.big {
  font-size: 161px;
  line-height: 1em;
  letter-spacing: -2px;
  margin: 31px 0px 91px 0px;
  padding: 0px 0px 0px 0px;
}
.aboutus {
    color:#ffffff;
    text-align:justify;
}

.aboutus01 {
    font-family:SourceHanSansCN-Normal;
}
.aboutus02 {
    color: #90a2ac;
    text-align: justify;
}

h3 {
  font: 300 16px 'PT_Sans','PT Sans','Maven Pro', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}
h4 {
  font: 300 30px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  letter-spacing: -1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
h3 > a,
h4 > a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 > a:hover,
h4 > a:hover {
  color: #ECA105;
  text-decoration: none;
}
.fontStyle1 {
  font: 600 15px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  color: #6d757f;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  /*-----------  MENU  ------------------------------------------------------------*/

}
#mainNav {
  display: none;
}
.mainNav {
  position: relative;
  display: block;
  z-index: 20;
}
.mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  height: 33%;
  margin: 0px;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
}
.mainNav > ul li.third {
  width: 34%;
}
.mainNav > ul li a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainNav > ul li a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: 600 90px/1em 'Maven Pro', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: lowercase;
  text-align: right;
  padding: 14% 17% 10% 0;
  text-align: center;
  padding: 10% 5%;
}
.mainNav > ul li a > div:first-child {
  background: #3e454c;
}
.mainNav > ul li a > div:first-child:before,
.mainNav > ul li a > div:first-child:after {
  content: '';
  position: absolute;
  display: block;
  background: #4b5158;
  z-index: 1;
}
.mainNav > ul li a > div:first-child:before {
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.mainNav > ul li a > div:first-child:after {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.mainNav > ul li a > div:first-child + div {
  border: none;
  background-color: #F6A500;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainNav > ul li a > div span {
  position: relative;
  display: block;
  font: 24px/1em 'Maven Pro','Noto Sans CJK', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9fa2a6;
  letter-spacing: -1px;
  /*text-transform: uppercase;*/
  margin: 9px 0px 0px 0px;
}
.mainNav > ul li a > div.bg1,
.mainNav > ul li a > div.bg2,
.mainNav > ul li a > div.bg3,
.mainNav > ul li a > div.bg4,
.mainNav > ul li a > div.bg5,
.mainNav > ul li a > div.bg6,
.mainNav > ul li a > div.bg7,
.mainNav > ul li a > div.bg8,
.mainNav > ul li a > div.bg9 {
  background: center transparent;
  background-size: cover;
}
.mainNav > ul li a > div.bg1 {
  background-image: url(../img/page3_pic1.jpg);
}
.mainNav > ul li a > div.bg2 {
  background-image: url(../img/page3_pic2.jpg);
}
.mainNav > ul li a > div.bg3 {
  background-image: url(../img/page3_pic3.jpg);
}
.mainNav > ul li a > div.bg4 {
  background-image: url(../img/page3_pic4.jpg);
}
.mainNav > ul li a > div.bg5 {
  background-image: url(../img/page3_pic5.jpg);
}
.mainNav > ul li a > div.bg6 {
  background-image: url(../img/page3_pic6.jpg);
}
.mainNav > ul li a > div.bg7 {
  background-image: url(../img/page3_pic7.jpg);
}
.mainNav > ul li a > div.bg8 {
  background-image: url(../img/page3_pic8.jpg);
}
.mainNav > ul li a > div.bg9 {
  background-image: url(../img/page3_pic9.jpg);
}
.mainNav > ul li.hover {
  z-index: 10;
}
.mainNav > ul li.active > a > div > span,
.mainNav > ul li.sfHover > a > div > span,
.mainNav > ul li:hover > a > div > span {
  text-decoration: none;
}
.mainNav > ul li.active > a,
.mainNav > ul li.sfHover > a,
.mainNav > ul li:hover > a {
  text-decoration: none;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mainNav > ul li.active > a > div:first-child,
.mainNav > ul li.sfHover > a > div:first-child,
.mainNav > ul li:hover > a > div:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainNav > ul li.active > a > div:first-child + div,
.mainNav > ul li.sfHover > a > div:first-child + div,
.mainNav > ul li:hover > a > div:first-child + div {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/*-----------  menu end  --------------------------------------------------------*/
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  height: 141px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 21;
  text-align:center;
  padding:0;
  margin:0 auto;
}
h1 {
  position: relative;
  float: left;
  width: 216px;
  height: 70px;
  margin: 35px 0px 36px 65px;
}
h1 a > img.img-responsive {
  margin: 0 auto;
  width: 100%;
}
.copyright {
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  color: #3e454c;
 
  margin: 61px 0px 20px 50%;
}

.copyright a {
  color: #3e454c;
}
.soc_links {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: right;
}
.soc_links li {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  width: 195px;
  height: 141px;
  overflow: hidden;
}
.soc_links li a {
  position: relative;
  display: block;
  width: 195px;
  height: 141px;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
.soc_links li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #3e454c;
  z-index: 1;
}
.soc_links li a + span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #4b5158;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc_links li a:hover {
  background-position: center bottom;
}
.soc_links li a:hover + span {
  top: 0px;
}
.soc_links li.facebook > a {
  background-image: url(../img/soc_icon1.png);
}
.soc_links li.googleplus > a {
  background-image: url(../img/soc_icon2.png);
}
.soc_links li.twitter > a {
  background-image: url(../img/soc_icon3.png);
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content > div {
  display: block;
  position: relative;
}
#other_pages {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: -100%;
  top: 0;
  height: 0;
}
#other_pages > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #3e454c;
}
#other_pages > div > div {
  padding-top: 20px;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  bottom: 131px;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 600 16px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #272c30;
  text-transform: uppercase;
  background: #ffffff;
  padding: 18px 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;

  text-decoration: none;
}
.btn.btn-link {
  border: none;
  border-radius: 0;
  font: 600 21px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  padding: 0px;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link.btn-lg {
  text-transform: lowercase;
  font-weight: 300;
  font-size: 70px;
  letter-spacing: 0px;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #ECA105;
  background: transparent;
  text-decoration: none;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
  height: 38px;
  padding: 9px 14px;
  background: #4b5158;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  background: #4b5158;
}
.badge {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

  text-align: center;
}
/* end bootstrap classes */
.closeIcon {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 44px;
  height: 44px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon.closeIconGallery {
  top: 0;
  right: 0;
}
.closeIcon.closeIconGallery:after {
  background: url(../img/close_icon_2.png) left center no-repeat;
}
.closeIcon.closeIconGallery:hover:after {
  background: url(../img/close_icon_2.png) right center no-repeat;
}
.closeIcon:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) left center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
.closeIcon:hover:after {
  background: url(../img/close_icon.png) right center no-repeat;
}
.list1 {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0px;
}
.list1 li {
  margin-bottom: 38px;
  overflow: hidden;
}
.list1 li span.badge {
  float: left;
  margin: 3px 24px 0px 0px;
}
.list1 li > div h4 {
  margin-bottom: 10px;
}
.list1 li > div p {
  margin-bottom: 10px;
}
.color1 {
  color: #ffffff;
}
.color2,
.color2:hover {
  color: #ECA105;
}
.width1 {
  display: inline-block;
  width: 94px;
}
.g_map {
  position: relative;
  display: block;
  margin: 5px 0px 10px;
  width: 474px;
  height: 486px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #4b5158 !important;
}
#form1 {
 padding-left:15px;

}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  background: #4b5158;
}
#form1 .success-message {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 10px 14px 8px;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #4b5158;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 ._placeholder {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  height: 38px;
  padding: 9px 14px;
  background: #4b5158;
}
#form1 textarea {
  width: 100%;
  height: 155px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 38px;
  margin-bottom: 24px;
  overflow: hidden;
  float: left;
  width: 48%;
}
#form1 label.labelMargin {
  margin-right: 4%;
}
#form1 label.message {
  width: 100% !important;
}
#form1 span.error,
#form1 span.empty {
  position: absolute;
  text-align: right;
  font-size: 10px;
  color: #ECA105;
  width: 200px;
  top: -30px;
  right: 18px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 .btns {
  padding: 0;
  margin: -8px 0px 0px 0px;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 21px;
}
#form1 ._placeholder.focused {
  opacity: .5;
}
#form1 ._placeholder.hidden {
  display: none;
}
#form1 .invalid span.error {
  top: -5px;
}
#form1 .ok span.error {
  display: none;
}
#form1 .empty span.empty {
  top: -5px;
}
#form1.success .success-message {
  top: 0;
}
/* search */
#search {
  position: relative;
  margin: 47px 0px 20px 0px;
  width: 100%;
  overflow: hidden;
}
#search > input {
  width: 100%;
  height: 56px;
  padding: 18px 14px;
  float: left;
}
#search > a {
  float: left;
}
.search_result {
  color: #ECA105;
  font-size: 12px;
}
.search_result:first-child {
  font-size: 14px;
}
.search_title {
  position: relative;
  top: 2px;
}
.search_title a {
  text-decoration: underline;
}
#search_list li {
  margin-bottom: 20px;
}
/* classes-helpers */
.padding1 {
  padding: 33px 0px 0px 0px;
}
.padding2 {
  padding: 0px 0px 18px 0px;
}
.margin1 {
  margin: 4px 30px 0px 0px;
}
.margin2 {
  margin: 35px 0px 20px 0px;
}
.margin3 {
  margin: 0px 0px 24px 0px;
}
.margin4 {
  margin: 0px 0px 32px 0px;
}
.margin5 {
  margin: 7px 0px 38px 0px;
}
.margin6 {
  margin: -65px 0px 55px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.box {
  overflow: hidden;
}
.container {
  position: relative;
}
/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}
html.desktop #form1 label {
  width: 46%;
}
html.desktop #form1 label.labelMargin {
  margin-right: 8%;
}
html.desktop #search {
  width: 467px;
}
html.desktop #search > input {
  width: 352px;
  height: 56px;
}
@media (max-width: 1024px) {
  h2.big {
    font-size: 80px;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 650px) {
  .margin1 {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: none;
  }
  h2.big {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .btn.btn-link.btn-lg {
    font-size: 40px;
  }
  .list1 li {
    margin-bottom: 10px;
  }
  .list1 li h4 {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #other_pages > div > div {
    padding-top: 50px;
  }
  .closeIcon {
    top: -30px;
  }
  .mainNav > ul li a > div {
    font-size: 70px;
    text-align: right;
    padding: 14% 17% 10% 0;
  }
  .mainNav > ul li a > div span {
    font-size: 21px;
  }
    .margin1 {
        width: auto;
        margin: 4px 30px 0px 0px;
        float: none;
    }

    .margin2 {
        width: auto;
        margin: 4px 0px 0px 30px;
        float: none;
    }

  h2.big {
    font-size: 161px;
    margin-bottom: 91px;
  }
}
/* tablet version changes */
html.tablet h2.big {
  font-size: 90px;
  margin: 0px 0px 40px 0px;
}
html.tablet .btn.btn-link.btn-lg {
  font-size: 40px;
}
html.tablet .margin2 {
  margin: 0px 0px 30px 0px;
}
html.tablet footer h1 {
  margin-left: 15px;
}
html.tablet footer .soc_links li {
  width: 85px;
}
html.tablet footer .soc_links li a {
  background-position: -55px top;
}
html.tablet footer .soc_links li a:hover {
  background-position: -55px bottom;
}
html.tablet footer .copyright {
  margin-right: 30px;
}
html.tablet #nextButton,
html.tablet #prevButton {
  width: 44px;
  height: 44px;
}
html.tablet #nextButton > span,
html.tablet #prevButton > span {
  background-size: 200%;
}
/* mobile version changes */
html.mobile body {
  overflow-y: visible;
  background: #ffffff;
}
html.mobile .margin6 {
  margin-top: -40px !important;
}
html.mobile .mobile-only {
  display: block;
}
#mobile-wrap #mobile-header {
  background: #ffffff;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  display:none;
}
#mobile-wrap #mobile-header h1 {
  display: inline-block;
  margin: 10px 10px 0 10px;
}
#mobile-wrap #mobile-content {
  position: relative;
  background: #3e454c;
}
#mobile-wrap #mobile-content > div {
  display: block;
}
#mobile-wrap #mobile-content h2 {
  font-size: 52px;
  margin: 0px 10px 14px;
  padding-top: 20px;
}
#mobile-wrap #mobile-content h2.big {
  margin-top: 0px;
  margin-bottom: 30px;
}
#mobile-wrap #mobile-content h3 {
  font-size: 16px;
}
#mobile-wrap #mobile-content .margin2 {
  margin: 0px 0px 30px 0px;
}
#mobile-wrap #mobile-content #form1 ._placeholder {
  margin-left: 0;
}
#mobile-wrap #mobile-content #form1 .success-message {
  width: 100%;
  padding: 40px 14px 41px;
}
#mobile-wrap #mobile-content #form1 label {
  width: 100% !important;
  margin-right: 0 !important;
}
#mobile-wrap #mobile-content .mainNav ul li {
  width: 100%;
  height: 250px;
}
#mobile-wrap #mobile-content .list1 li > div {
  overflow: hidden;
}
#mobile-wrap #mobile-content .list1 li h4 {
  margin-top: 7px;
}
#mobile-wrap #mobile-footer {
  background: #ffffff;
}
#mobile-wrap #mobile-footer .copyright {
  margin: 15px 0;
  float: left;
}

@media (max-width: 1200px) {
    .aboutus03 {
        display:none;
    }
  .mainNav > ul li a > div {
    font-size: 70px;
    text-align: right;
    padding: 14% 17% 10% 0;
  }
  .mainNav > ul li a > div span {
    font-size: 21px;
  }
}

@media (max-width: 1219px) {
    .aboutus03 {
        display:none;
    }
}

/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */

.h4lable {
    font-size:30px;
    color: #90a2ac;
    margin:15px 0 34px 0;
}

.d3Name {
   font-size:24px;
   color:#F7A700;
   font-weight:bold; 
   padding:35px 0 5px 0;
   margin:0;
}
.d3Post {
    font-size:18px;
   color:#90a2ac;
   font-weight:bold; 
   padding:0 0 5px 0;
   margin:0;
}
.d3bar {
    padding:3% 0 3% 0;
}
.d3contact {
    font-size:24px;
    font-family:'PT_Sans','PT Sans';
}
.d3contact1 {
    font-size:16px;
    
    font-family:'PT_Sans','PT Sans';
}

.d3contact2 {
   
    color:#fff;
    font-family:'PT_Sans','PT Sans';
}
.d3contact2 a{
    color:#ECA105;
}
.d3contact2 a:hover{
    color:#fff;
}
.mapname {
    width:100%;
    color:#fff;
    text-align:center;
}
.map01 {
    cursor:pointer;
}
.brandingimg {
    margin-bottom:55px;
}

.index01 {
    position:absolute; bottom:53px;
    background-color:#EBE8E9;
    border-radius:3px;
    padding-top:3px;
    padding-bottom:3px;
    margin-left:5px;
    z-index:999;
}
    .index01 img {
        padding:3px 5px 3px 5px;
    }

.arrow-index {
  margin-left:15px;
  cursor:pointer;
}
.marbutton {
    margin-bottom:0px;
}
.contactd3lab {
    font-size:36px;
    color:#fff;
    
    font-family:'PT_Sans','PT Sans';
}
.contactd3lab01 {
    font-size:21px;
    font-family:'PT_Sans','PT Sans';
}

.contactd3lab02 {
    font-size: 36px;
    color: #fff;
    margin-top:38px;
    text-align:left;
    font-family:'PT_Sans','PT Sans';
}
.d3subtitle {
    font-size:30px;
    color:#fff;
}

.menuButtion {
    position:absolute;
    right:10px;
    top:15px;
    display:inline-block;
    cursor: pointer;
}
.xwcms {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: no-repeat url("../img/menu_button.png") left top;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px 22px;
    background-size: 22px 22px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
.menulanmu {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 2222;
}
.img-responsive01 {
        margin: 10px 10px 0 10px;
}
.colos {
    cursor: pointer;
    position:absolute;
    right:25px;
    top:25px;
    display:inline-block;
}
.colosmenu {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: no-repeat url("../img/close_mouse.png") left top;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px 22px;
    background-size: 22px 22px;
    float: left;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}

.menuButtion:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


.menuButtion1:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.menuButtion {
    display: none;
}
.language {
    padding:15px;
}
.qrcode {
margin-top:5px;text-align:right; font-size:17px;
}
    .language ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        font-size:14px;
    }
 .language ul li {
            float: left;
            text-indent: 2em;
            line-height: 40px;
            width: 92%;
            margin-left: 4%;
            border-bottom: 1px solid #ccc;
            list-style-type: none;
        }

.arrow-index {
    margin-right:10px;
}

.mosover {
    cursor:pointer;
}


.copyright .arrow-index:hover {
   filter: grayscale(40%); 
}
    .d3logo {
        display:none;
    }

@media (max-width: 480px) {
    .copyright {
        margin: 61px 0px 20px 10%;
        z-index: 9999;
    }

    .mainNav > ul li a > div {
        font-size: 60px;
        text-align: right;
        padding: 14% 17% 10% 0;
    }

        .mainNav > ul li a > div span {
            font-size: 21px;
        }

    .h1company {
        width: 95%;
    }

        .h1company .img-responsive {
            width: 50%;
            float: left;
        }

    .img-responsive01 {
        width: 50%;
        margin-left:25px;
    }

    .menuButtion {
        display: block;
    }

    .g_map {
        width: 380px;
    }

    .mapname {
        text-align: left;
        margin-bottom: 35px;
        margin-left: 27px;
    }

    .qrcode {
        margin-top: 5px;
        text-align: left;
        font-size: 17px;
    }

    .contactd3lab02 {
        margin-top: 5px;
    }

    #mobile-wrap #mobile-footer .copyright {
        margin: 25px 0;
        float: left;
    }

    .contactus {
        margin-bottom: 20px;
    }

    .arrow-index,.mosover {
        z-index: 9999;
        display: none;
    }

    .d3subtitle {
        font-size: 25px;
    }

    .d3logo {
        display:block;
        float:right;
        width:40%;
        position:absolute;
        right:10px;
        width:45px;
        height:45px;
        bottom:15px;
    }
}

@media (max-width: 400px) {
        .g_map {
        width: 320px;
    }
}

.row .clientsImg {
    padding:0;
}
.row .clientsImg img{
    width:50%;
    display: inline-block;
}
.marginbottom {
    padding-bottom:100px;
}

h2.big-1 {
    font-size: 161px;
    margin-bottom: 41px;
}