﻿@media (min-width: 475px) and (max-width: 767px) {
  .col-xm-1,
  .col-xm-2,
  .col-xm-3,
  .col-xm-4,
  .col-xm-5,
  .col-xm-6,
  .col-xm-7,
  .col-xm-8,
  .col-xm-9,
  .col-xm-10,
  .col-xm-11,
  .col-xm-12 {
    float: left;
  }
  .col-xm-12 {
    width: 100%;
  }
  .col-xm-11 {
    width: 91.66666667%;
  }
  .col-xm-10 {
    width: 83.33333333%;
  }
  .col-xm-9 {
    width: 75%;
  }
  .col-xm-8 {
    width: 66.66666667%;
  }
  .col-xm-7 {
    width: 58.33333333%;
  }
  .col-xm-6 {
    width: 50%;
  }
  .col-xm-5 {
    width: 41.66666667%;
  }
  .col-xm-4 {
    width: 33.33333333%;
  }
  .col-xm-3 {
    width: 25%;
  }
  .col-xm-2 {
    width: 16.66666667%;
  }
  .col-xm-1 {
    width: 8.33333333%;
  }
  .col-xm-pull-12 {
    right: 100%;
  }
  .col-xm-pull-11 {
    right: 91.66666667%;
  }
  .col-xm-pull-10 {
    right: 83.33333333%;
  }
  .col-xm-pull-9 {
    right: 75%;
  }
  .col-xm-pull-8 {
    right: 66.66666667%;
  }
  .col-xm-pull-7 {
    right: 58.33333333%;
  }
  .col-xm-pull-6 {
    right: 50%;
  }
  .col-xm-pull-5 {
    right: 41.66666667%;
  }
  .col-xm-pull-4 {
    right: 33.33333333%;
  }
  .col-xm-pull-3 {
    right: 25%;
  }
  .col-xm-pull-2 {
    right: 16.66666667%;
  }
  .col-xm-pull-1 {
    right: 8.33333333%;
  }
  .col-xm-pull-0 {
    right: auto;
  }
  .col-xm-push-12 {
    left: 100%;
  }
  .col-xm-push-11 {
    left: 91.66666667%;
  }
  .col-xm-push-10 {
    left: 83.33333333%;
  }
  .col-xm-push-9 {
    left: 75%;
  }
  .col-xm-push-8 {
    left: 66.66666667%;
  }
  .col-xm-push-7 {
    left: 58.33333333%;
  }
  .col-xm-push-6 {
    left: 50%;
  }
  .col-xm-push-5 {
    left: 41.66666667%;
  }
  .col-xm-push-4 {
    left: 33.33333333%;
  }
  .col-xm-push-3 {
    left: 25%;
  }
  .col-xm-push-2 {
    left: 16.66666667%;
  }
  .col-xm-push-1 {
    left: 8.33333333%;
  }
  .col-xm-push-0 {
    left: auto;
  }
  .col-xm-offset-12 {
    margin-left: 100%;
  }
  .col-xm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xm-offset-9 {
    margin-left: 75%;
  }
  .col-xm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xm-offset-6 {
    margin-left: 50%;
  }
  .col-xm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xm-offset-3 {
    margin-left: 25%;
  }
  .col-xm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xm-offset-0 {
    margin-left: 0;
  }
}
footer {
  padding-top: 60px;
  background-image: url('../Images/footer_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
footer > .container > .row:after {
  content: '';
  display: block;
  margin: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .col-lg-1 {
  clear: both;
}
@media (min-width: 768px) {
  footer .col-lg-1 {
    clear: none;
  }
}
.footer-mailForm .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.footer-mailForm .content {
  margin-bottom: 10px;
}
.footer-mailForm .form-control {
  padding-left: 20px;
  float: left;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
}
.footer-mailForm .form-control:focus,
.footer-mailForm .form-control:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.footer-mailForm .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
}
.footer-mailForm .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}
.footer-mailForm .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
}
.footer-mailForm .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}
.footer-mailForm .button {
  background-color: #fff;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
  width: 120px;
  display: inline-block;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 0;
}
.footer-mailForm .button:hover,
.footer-mailForm .button:focus {
  text-decoration: none;
  outline: none;
  background-color: #ddd;
}
@media (min-width: 768px) {
  .footer-mailForm .content:after {
    content: '';
    clear: both;
    display: block;
  }
  .footer-mailForm .form-control {
    width: 75%;
    float: left;
  }
  .footer-mailForm .button {
    float: right;
    width: 23%;
  }
}
.footer-address {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .footer-address {
    padding: 0 40px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-width: 0;
  }
}
.footer-address .name {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-size: 17px;
}
.footer-address .info {
  line-height: 1.8em;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  list-style: none;
  padding-left: 0;
}
.footer-menu {
  font-size: 13px;
  color: #333;
  margin: 0 0 30px;
}
.footer-menu:after {
  content: '';
  clear: both;
  display: block;
}
@media (min-width: 768px) {
  .footer-menu {
    margin: 0 15px 30px;
  }
}
@media (min-width: 1200px) {
  .footer-menu {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-width: 0;
    border-bottom-width: 0;
  }
}
.footer-menu ul {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}
@media (min-width: 1200px) {
  .footer-menu ul {
    margin: 0 25px;
  }
}
.footer-menu .title {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 10px;
}
@media (min-width: 1200px) {
  .footer-menu .title {
    margin: 30px 0 10px;
  }
}
.footer-menu a {
  color: #000;
}
.footer-menu li {
  position: relative;
  padding: 10px 0;
}
.footer-menu li + li:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}
.footer-socialbar {
  text-align: center;
}
.footer-socialbar .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #EE9F38;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  margin: 10px 20px 10px 0;
}
@media (min-width: 768px) {
  .footer-socialbar .fa {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer-socialbar a {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-socialbar a:first-child {
    margin-top: 50px;
  }
}
#footerMap {
  width: 100%;
  height: 253px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 2px #000000;
  -moz-box-shadow: 2px 2px 2px #000000;
  box-shadow: 2px 2px 2px #000000;
}
.copyright {
  padding-top: 20px;
  padding: 12px 0;
  color: #000;
}
header {
  background-color: #fff;
}
@media (min-width: 768px) {
  header {
    background: url('../Images/layout/header-background.png') no-repeat center;
    background-size: cover;
    height: 210px;
    margin-bottom: 40px;
  }
}
header .fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
header .fixed .navbar {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
}
header .fixed .searchBar {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar {
  height: 70px;
  background-color: #fff;
  border-width: 0;
}
@media (min-width: 768px) {
  .navbar {
    height: 70px;
  }
}
.navbar .nav a:hover .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.navbar .nav .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    height: 70px;
  }
}
.navbar .navbar-brand img {
  max-height: 100%;
}
.navbar .navbar-header {
  position: relative;
}
.navbar .navbar-toggle {
  position: absolute;
  height: 40px;
  background-color: transparent;
  margin: auto;
  float: none;
  left: 15px;
  top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-color: transparent;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #999;
  width: 22px;
  transition: all 0.2s;
}
.navbar .navbar-toggle .icon-bar:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar .navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar .navbar-toggle .icon-bar:nth-child(4) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-child(4) {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar .navbar-collapse {
  text-align: left;
  background-color: #fff;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    height: 70px !important;
  }
}
.navbar .navbar-nav {
  float: none;
  margin-left: 0;
  vertical-align: middle;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    width: 660px;
  }
}
.navbar .navbar-nav:after {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  content: '';
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li {
    float: none;
    display: inline-block;
    *display: inline;
  }
}
.navbar .navbar-nav > li > a {
  text-align: center;
  color: #000;
  padding: 10px 0;
  margin: 0;
  min-width: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .navbar-nav > li > a:first-child > a {
  padding-left: 0;
  margin-left: 0;
}
.navbar .navbar-nav > li > a:last-child > a {
  padding-right: 0;
  margin-right: 0;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #EE9F38;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #EE9F38;
  background-color: transparent;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #EE9F38;
}
@media (max-width: 768px) {
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #EE9F38;
    background-color: transparent;
  }
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #EE9F38;
    background-color: transparent;
  }
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-width: 0;
}
.navbar .navbar-collapse.in {
  overflow-y: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .navbar {
    margin-top: 180px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .navbar .navbar-toggle {
    outline: none;
  }
  .navbar .navbar-collapse {
    margin: 0 -15px;
    padding: 0;
    height: 100vh !important;
  }
  .navbar .navbar-collapse li {
    margin: 5vh 0;
  }
  .navbar .navbar-brand {
    display: block;
    text-align: center;
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    width: 220px;
    text-align: center;
  }
}
.navbar .navbar-toggle {
  z-index: 100;
}
.navbar .actionBar {
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  height: 20px;
  width: 95px;
}
@media (min-width: 992px) {
  .navbar .actionBar {
    width: 150px;
  }
}
.navbar .actionBar .fa {
  color: #333;
  font-size: 20px;
  padding: 0 10px;
}
.navbar .actionBar .fa-phone {
  border-right: 1px solid #333;
}
.navbar .shoppingCart {
  position: relative;
  padding: 7px;
}
.navbar .shoppingCart img {
  width: 30px;
}
.navbar .shoppingCart span {
  position: absolute;
  background-color: #EE9F38;
  color: #fff;
  top: -5px;
  right: 15px;
  display: inline-block;
  line-height: 1em;
  padding: 2px;
}
.navbar .searchBar {
  background-color: #fff;
  bottom: -43px;
  padding: 5px 5px 5px 15px;
  position: absolute;
  z-index: -1;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .navbar .searchBar {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  }
}
.navbar .searchBar input {
  height: 34px;
  margin: 1%;
  padding-left: 10px;
  width: 98%;
}
@media (min-width: 768px) {
  .navbar .searchBar input {
    width: 320px;
  }
}
#js-fixed .navbar-brand {
  margin-top: -10px;
}
@media (min-width: 768px) {
  #js-fixed .navbar-brand {
    margin-top: 0;
  }
}
.index-about {
  margin: 50px 0;
}
.index-about .description {
  text-align: justify;
  color: #999;
}
.index-about .s-title {
  color: #FAAC30;
}
.index-about .s-title:after {
  background-color: #FAAC30;
}
.index-about .actionBar {
  margin: 30px 0;
}
.index-about .button {
  line-height: 50px;
  height: 50px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #999;
  display: inline-block;
  color: #000;
}
.index-about .button:hover,
.index-about .button:focus {
  text-decoration: none;
  color: #fff;
  background-color: #555;
}
.index-about .imgList {
  display: inline-block;
  float: right;
}
.index-about .imgList .img {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-left: 10px;
  margin-right: -5px;
}
.index-about .imgList .img img {
  width: 100%;
  height: 100%;
}
.index-about .img img {
  max-width: 100%;
}
.index-filed {
  margin: 50px 0 80px;
  background: url('../Images/Test/Dự án/5.png') no-repeat;
  background-size: cover;
}
.index-filed:after {
  display: block;
  content: "";
  clear: both;
}
.index-filed .title {
  background-color: #FAAC30;
  height: 10px;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.index-filed .title span {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  -webkit-box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.6);
  background-color: #FAAC30;
  width: 100%;
}
@media (min-width: 768px) {
  .index-filed .title span {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .index-filed .title span {
    width: 25%;
  }
}
.index-filed .fieldItem {
  background: repeating-linear-gradient(-45deg, rgba(13, 42, 84, 0.95), rgba(13, 42, 84, 0.95) 1px, rgba(13, 42, 84, 0.92) 1px, rgba(13, 42, 84, 0.92) 3px) ;
  height: 400px;
  float: left;
  text-align: center;
  padding: 70px 5px 50px;
  width: 100%;
}
@media (min-width: 500px) {
  .index-filed .fieldItem {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .index-filed .fieldItem {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .index-filed .fieldItem {
    padding: 70px 15px 50px;
  }
}
.index-filed .fieldItem + .fieldItem {
  border-left: 1px solid #999;
}
.index-filed .fieldItem:hover,
.index-filed .fieldItem:focus {
  background: repeating-linear-gradient(-45deg, rgba(198, 122, 0, 0.96), rgba(198, 122, 0, 0.96) 2px, rgba(178, 109, 0, 0.98) 2px, rgba(178, 109, 0, 0.98) 3px) ;
}
.index-filed .img {
  position: relative;
  height: 60px;
  margin: 20px 0;
}
.index-filed .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.index-filed .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  max-width: 200px;
  margin: 7px auto;
  color: #fff;
}
.index-filed .description {
  line-height: 1.4em;
  max-width: 200px;
  margin: 0 auto;
  color: #aaa;
  font-size: 13px;
}
.index-filed .button {
  margin: 20px auto;
  display: block;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  max-width: 200px;
}
.index-filed .button:hover,
.index-filed .button:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.index .s-newsItem .button {
  background-color: #EEE1D8;
}
.s-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  color: #000;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.s-title:after {
  left: 0;
  width: 50px;
  bottom: -5px;
  content: '';
  height: 2px;
  background-color: #000;
  position: absolute;
}
.link:hover,
.link:focus {
  color: #EE9F38;
  text-decoration: none;
}
.s-breadcrumb {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .s-breadcrumb {
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .s-breadcrumb {
    margin: 0 0 80px;
  }
}
.s-breadcrumb .fa {
  margin-right: 5px;
  font-size: 20px;
}
.s-breadcrumb a {
  text-transform: none;
  font-weight: normal;
}
.s-breadcrumb li {
  display: inline-block;
  color: #EE9F38;
  font-weight: bold;
  text-transform: uppercase;
}
.s-breadcrumb li + li:before {
  content: '/';
  margin: 0 5px;
}
.s-news {
  margin: 50px 0 0;
  padding: 100px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.s-news .sideImg img {
  max-width: 100%;
}
.s-newsLastest {
  padding: 10px;
  background-color: #EEE1D8;
  margin-bottom: 20px;
}
.s-newsLastest .content {
  padding: 0 20px;
}
.s-newsLastest .img {
  display: block;
  position: relative;
  padding-bottom: 75%;
}
.s-newsLastest .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.s-newsLastest .name {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 5px;
  color: #000;
}
.s-newsLastest .description {
  font-size: 13px;
  color: #333;
}
.s-newsLastest .button {
  color: #9E5B26;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  margin: 8px 0;
}
.s-newsItem {
  overflow: hidden;
}
.s-newsItem .img {
  width: 30%;
  height: 90px;
  position: relative;
  display: block;
  float: left;
}
.s-newsItem .img img {
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.s-newsItem .content {
  margin-left: 30%;
  overflow: hidden;
  width: 70%;
  padding-left: 15px;
}
.s-newsItem + .s-newsItem {
  margin-top: 20px;
}
.s-newsItem .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.s-newsItem .date {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.s-newsItem .button {
  padding: 3px 20px;
  background-color: #d8d8d8;
}
.s-newsItem .button:hover,
.s-newsItem .button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #999;
}
.s-productItem {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  margin: 15px 0;
}
.s-productItem:hover,
.s-productItem:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.s-productItem:hover .des,
.s-productItem:focus .des {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.s-productItem:after {
  content: '';
  clear: both;
  display: block;
}
.s-productItem .img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 66%;
}
.s-productItem .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.s-productItem .des {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.s-productItem .name {
  margin: 10px 10px 5px;
  font-size: 14px;
  height: 2.4em;
}
.s-productItem .name:hover a,
.s-productItem .name:focus a {
  color: #EE9F38;
  text-decoration: none;
}
.s-productItem .price {
  color: #EE9F38;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
  margin: 5px 0 15px 10px;
  float: left;
  display: inline-block;
}
.s-productItem .button {
  margin: 5px 10px 15px 5px;
  border: 1px solid #999;
  padding: 0 10px;
  display: inline-block;
  float: right;
}
.s-productItem .button:hover,
.s-productItem .button:focus {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}
.s-pageBar {
  margin: 20px 0;
  text-align: center;
}
.pagination {
  display: inline-block;
}
.pagination > li > a {
  color: #999;
  padding: 0;
  background-color: transparent;
  border-width: 0;
  border-bottom: 2px solid #999;
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.pagination > .active > a {
  background-color: transparent;
  color: #EE9F38;
  border-bottom-color: #EE9F38;
}
.s-categoryList {
  display: table;
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  width: 100%;
}
.s-categoryList .img {
  display: table-row;
  text-align: center;
}
.s-categoryList .img img {
  max-width: 100%;
}
.s-categoryList .title {
  display: table-row;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
}
.s-categoryList .categoryItem {
  display: table-row;
}
.s-categoryList .categoryItem a {
  display: table-cell;
  border-bottom: 1px dotted #000;
  vertical-align: middle;
}
.s-categoryList .categoryItem a:hover,
.s-categoryList .categoryItem a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.s-categoryList .categoryItem:last-child a {
  border-bottom-width: 0;
}
.s-categoryList.yellow {
  height: 576px;
  background-color: #FAAC30;
}
.s-categoryList.yellow .title {
  height: 30px;
  line-height: 30px;
}
.s-categoryList.yellow .categoryItem a {
  color: #000;
}
.s-categoryList.yellow .categoryItem a:hover,
.s-categoryList.yellow .categoryItem a:focus {
  color: #FAAC30;
}
.s-categoryList.blue {
  height: 600px;
  padding-bottom: 40px;
  color: #fff;
  background-color: #EE9F38;
}
.s-categoryList.blue li:first-child {
  background-color: #EE9F38;
}
.s-categoryList.blue .title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.s-categoryList.blue .categoryItem a {
  color: #fff;
}
.s-categoryList.blue .categoryItem a:hover,
.s-categoryList.blue .categoryItem a:focus {
  color: #fff;
}
.s-product {
  margin: 100px 0;
}
.s-product .row {
  margin: 0 -10px;
}
.s-product .row > div {
  padding: 0 10px;
}
.s-product .m-title {
  margin-bottom: 15px;
}
.s-product .category {
  float: left;
}
@media (min-width: 550px) {
  .s-product .category {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .s-product .category {
    width: 20%;
  }
}
.s-product .productTitle {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  font-size: 26px;
}
.s-product .productTitle:after {
  content: '';
  height: 2px;
  width: 70px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.s-product .productList {
  float: left;
  width: 100%;
}
@media (min-width: 550px) {
  .s-product .productList {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .s-product .productList {
    width: 80%;
  }
}
.s-product .control {
  width: 60px;
  float: right;
  position: relative;
  height: 30px;
}
.s-product .control .left,
.s-product .control .right {
  top: 10px;
  line-height: 24px;
  text-shadow: none;
}
.s-product .control .left {
  padding-right: 2px;
}
.s-product .control .right {
  padding-left: 2px;
}
.s-product .carousel-control {
  height: 27px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 27px;
  width: 27px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: none;
  background-color: transparent;
  color: #999;
  border: 1px solid #999;
}
.s-product .carousel-control span {
  position: static;
}
.s-content {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 992px) {
  .s-content {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .s-content {
    padding: 40px 60px;
  }
}
.s-newsArticle {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-newsArticle .title {
  color: #fff;
  position: relative;
  margin: 50px 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.s-newsArticle .title:after {
  bottom: -10px;
  position: absolute;
  width: 60px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  background-color: #fff;
}
.s-newsArticle .item {
  margin: 30px 0 20px;
}
.s-newsArticle .img {
  position: relative;
  padding-bottom: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 10px 0;
  border: 8px solid rgba(255, 255, 255, 0.3);
}
.s-newsArticle .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.s-newsArticle .img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.s-newsArticle .name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px auto;
  width: 200px;
  text-align: center;
  height: 2.6em;
  line-height: 1.3em;
}
.s-newsArticle .name a {
  color: #fff;
  display: block;
}
.s-newsArticle .name a:hover,
.s-newsArticle .name a:focus {
  text-decoration: none;
}
.s-newsArticle .buttonViewMore {
  display: inline-block;
  margin: 7px 0;
  width: 180px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  border: 1px dotted #fff;
}
.s-newsArticle .buttonViewMore:hover,
.s-newsArticle .buttonViewMore:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.s-feature {
  margin: 110px 0 80px;
}
.s-featureItem {
  margin: 10px 0;
}
.s-featureItem .img {
  position: relative;
  padding-bottom: 100%;
}
.s-featureItem .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.s-featureItem .title {
  padding: 10px 0;
  border-bottom: 1px solid #999;
  text-align: center;
  margin: 0 auto;
  max-width: 240px;
  font-size: 16px;
  color: #555;
}
.s-featureItem .title b {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.s-featureItem .description {
  max-width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  color: #555;
}
body {
  background-color: #f2f2f2;
  color: #000;
}
a {
  color: #000;
}
a:hover,
a:focus {
  color: #777;
  text-decoration: none;
}
.d-static {
  position: static;
}
.partner {
  background: url('../Images/layout/background-partern.png') repeat;
}
.partner .brand-bar {
  text-align: center;
  margin: 30px -3%;
}
.partner .brand-bar .brand {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  margin: 30px 1%;
  text-align: center;
}
.partner .brand-bar .brand img {
  width: 100%;
}
@media (min-width: 768px) {
  .partner .brand-bar {
    text-align: center;
    margin: 30px -3%;
  }
  .partner .brand-bar .brand {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    margin: 30px 1%;
    text-align: center;
  }
  .partner .brand-bar .brand img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    padding: 10px;
    width: 20%;
  }
}
.row.no-space {
  margin: 0 0 50px;
}
.row.no-space > div {
  padding: 0;
}
.row.no-space > div:first-child {
  z-index: 1;
}
.row.no-space > div:last-child {
  z-index: 0;
}
.projectsIndex-projectItem {
  text-align: center;
  margin-bottom: 30px;
}
.projectsIndex-projectItem .img img {
  width: 100%;
}
.projectsIndex-projectItem .name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.projectsIndex-projectItem .des {
  color: #333;
}
.projectsIndex-projectItem .button {
  background-color: #ddd;
  display: inline-block;
  font-style: italic;
  padding: 5px 30px;
  margin: 10px 0;
}
.projectsIndex nav {
  margin: 20px 0 10px;
  text-align: center;
}
.newsDetail-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px;
  color: #333;
}
.newsDetail-date {
  font-style: italic;
  color: #777;
  margin-bottom: 30px;
}
.buildIndex .s-news {
  padding: 20px 0;
  margin: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}
.buildIndex .s-news .s-title {
  display: none;
}
.search-searchBar {
  margin: -50px 0 10px;
}
.search-searchBar .title {
  font-size: 20px;
  font-weight: bold;
}
.search-searchBar .input-group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-searchBar .input-group button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .ani-left {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  .ani-right {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  .ani-bottom {
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  .ani-fade {
    opacity: 0;
  }
  .ani-small {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  .ani-top {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}
.in-view {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.in-view.t0 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.in-view.t-1 {
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.in-view.t-2 {
  -webkit-transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
.in-view.t-3 {
  -webkit-transition: all 0.5s 1.5s;
  -o-transition: all 0.5s 1.5s;
  -moz-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
.in-view.t-4 {
  -webkit-transition: all 0.5s 2s;
  -o-transition: all 0.5s 2s;
  -moz-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
#carouselMain {
  margin-bottom: 30px;
  background-color: #fff;
}
#carouselMain .carousel-control {
  height: 46px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 46px;
  width: 46px;
  text-align: center;
  background-image: none;
  background-color: #d0d0d0;
  color: #333;
}
#carouselMain .carousel-control span {
  position: static;
}
#carouselMain .carousel-control.left {
  left: 0;
}
#carouselMain .carousel-control.right {
  right: 0;
}
#carouselMain .carousel-control.left,
#carouselMain .carousel-control.right {
  opacity: 1;
  font-size: 26px;
}
@media (min-width: 992px) {
  #carouselMain {
    position: relative;
  }
  #carouselMain:before,
  #carouselMain:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    width: 48%;
    top: 50%;
    max-width: 700px;
    background: #777;
    -webkit-box-shadow: 0 20px 10px #777;
    -moz-box-shadow: 0 20px 10px #777;
    box-shadow: 0 20px 10px #777;
  }
  #carouselMain:before {
    left: 100px;
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  #carouselMain:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 100px;
  }
}
@media (min-width: 1200px) {
  #carouselMain .carousel-control.left {
    left: -46px;
    -webkit-box-shadow: inset -3px 0 5px -2.5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -3px 0 5px -2.5px rgba(0, 0, 0, 0.5);
    box-shadow: inset -3px 0 5px -2.5px rgba(0, 0, 0, 0.5);
  }
  #carouselMain .carousel-control.right {
    right: -46px;
    -webkit-box-shadow: inset 3px 0 5px -2.5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 3px 0 5px -2.5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 3px 0 5px -2.5px rgba(0, 0, 0, 0.5);
  }
}
.about {
  padding-bottom: 50px;
}
.about-info .img {
  margin-bottom: 10px;
}
.about-info .img img {
  max-width: 100%;
}
.about-info .number {
  background: url('../Images/layout/info-background.png') no-repeat center;
  background-size: 90%;
  position: relative;
  padding-bottom: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.about-info .number span {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  margin: auto;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.about-info .title {
  text-transform: uppercase;
  text-align: center;
  margin: 6px;
}
.about-info .addressInfo {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #999;
  text-align: center;
  font-size: 12px;
}
.about-info .addressInfo img {
  margin: 3px 0;
}
.about-info .addressInfo span {
  margin: 3px 0;
  display: block;
}
.about-infoDes {
  margin: 20px 0;
  padding: 10px 0 80px;
  color: #777;
}
.about-infoDes h1 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
}
.about-relatedNews {
  background-color: #dfdfdf;
  -webkit-box-shadow: inset 0 4px 30px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 4px 30px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 4px 30px -15px rgba(0, 0, 0, 0.5);
}
.about-relatedNews h3 {
  text-transform: uppercase;
  font-size: 30px;
  padding: 10px;
  margin: 80px 0 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.about-relatedNews h3:after {
  content: '';
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: #000;
  position: absolute;
}
.about-relatedNews .content {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}
.about-relatedNews .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-relatedNews .description {
  color: #777;
}
.about-relatedNews .btnViewMore {
  display: inline-block;
  margin: 20px 0;
  border: 1px solid #999;
  padding: 7px 20px;
}
#responsiveGallery-container {
  min-height: 500px;
}
.responsiveGallery-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsiveGallery-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #bbb;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.responsiveGallery-btn img {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  margin: auto;
  width: 20px;
}
.responsiveGallery-btn_prev {
  left: 1%;
}
.responsiveGallery-btn_prev img {
  top: 12px;
  left: 12px;
}
.responsiveGallery-btn_next {
  right: 1%;
}
.responsiveGallery-btn_next img {
  bottom: 12px;
  right: 12px;
}
.responsiveGallery-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-left: 1%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  padding-top: 100%;
  /*用padding撑开容器高度*/
}
@media (min-width: 992px) {
  .responsiveGallery-wrapper {
    padding-top: 75%;
    /*用padding撑开容器高度*/
  }
}
@media (min-width: 1200px) {
  .responsiveGallery-wrapper {
    padding-top: 52%;
    /*用padding撑开容器高度*/
  }
}
.responsiveGallery-item {
  position: absolute;
  left: 33%;
  top: 0;
  z-index: 0;
  display: block;
  width: 20%;
  /*默认显示5个*/
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.responsiveGallery-item:not(.active):before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 560px) {
  .responsiveGallery-item {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .responsiveGallery-item {
    width: 33.33%;
    /*此宽度下显示3个*/
  }
}
@media (max-width: 560px) {
  .responsiveGallery-wrapper {
    width: 60%;
  }
  .responsiveGallery-item {
    width: 100%;
    /*最终显示1个，但上条样式决定其宽度为窗口宽度的60%*/
  }
  .responsiveGallery-wrapper {
    padding-top: 80%;
    /*相应调整容器高度*/
  }
  .responsiveGallery-btn {
    width: 8%;
  }
}
.responsivGallery-link {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.responsivGallery-pic {
  width: 100%;
  height: auto;
}
.w-responsivGallery-info {
  width: 80%;
  margin: 0 auto;
  padding-top: 5%;
  text-align: center;
  color: #fff;
}
.responsivGallery-name {
  font-size: 1.25em;
}
.responsivGallery-position {
  padding-top: 4%;
  font-size: 0.875em;
  line-height: 1.3;
}
.productCateList-img img {
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .productCateList-img img {
    position: absolute;
  }
}
.productCateList-cateList .cateList {
  padding: 40px 0;
  background-color: #D9D9D9;
  margin-bottom: 30px;
  text-align: center;
}
.productCateList-cateList .description {
  padding: 0 20px;
  border-left: 1px solid #999;
  margin-bottom: 40px;
}
.productCateList-cateList .description h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
}
.productCateList-cateList .description p {
  color: #777;
}
.categoryItem {
  position: relative;
  padding-bottom: 60px;
}
.categoryItem-img {
  margin-bottom: 22px;
  text-align: center;
}
.categoryItem-img img {
  max-width: 100%;
}
.categoryItem-cateList {
  margin-top: 22%;
  margin-bottom: 20px;
}
.categoryItem-cateList:after {
  content: '';
  clear: both;
  display: block;
}
.categoryItem-cateList img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid #fdfdfd;
}
.categoryItem-cateList a {
  display: block;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .categoryItem-cateList a {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .categoryItem-cateDes {
    position: absolute;
    right: 0;
    top: 50px;
    width: 70%;
    padding-left: 15px;
  }
}
.categoryItem-cateDes .content {
  padding-right: 15px;
}
.categoryItem-cateDes .content:after {
  content: '';
  clear: both;
  display: block;
}
@media (min-width: 1200px) {
  .categoryItem-cateDes .content {
    width: 877px;
  }
}
.categoryItem-cateDes .img {
  width: 22%;
  float: left;
  display: none;
}
@media (min-width: 992px) {
  .categoryItem-cateDes .img {
    display: block;
  }
}
.categoryItem-cateDes .info {
  float: right;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .categoryItem-cateDes .info {
    border-left: 1px solid #555;
    padding-right: 0;
    width: 70%;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .categoryItem-cateDes .info {
    width: 78%;
  }
}
.categoryItem-cateDes .info img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .categoryItem-cateDes .info img {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .categoryItem-cateDes .info img {
    max-width: 100px;
  }
}
.categoryItem-cateDes .item {
  background-color: #A2DBF6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .categoryItem-cateDes .item {
    -webkit-border-radius: 150px 0 0 150px;
    -moz-border-radius: 150px 0 0 150px;
    border-radius: 150px 0 0 150px;
  }
}
.categoryItem-cateDes .title {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .categoryItem-cateDes .title {
    font-size: 28px;
  }
}
.categoryItem .nav:after {
  content: '';
  clear: both;
  display: block;
}
.categoryItem .pagination {
  float: right;
}
.productDetail-productInfo {
  margin-bottom: 20px;
}
.productDetail-productSlider {
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
}
.productDetail-productSlider .moveBtn {
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 38px;
  position: absolute;
  left: 50px;
  right: 10px;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  color: transparent;
  font-size: 38px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 499px) {
  .productDetail-productSlider .moveBtn {
    display: none !important;
  }
}
@media (min-width: 500px) {
  .productDetail-productSlider .moveBtn {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetail-productSlider .moveBtn {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .productDetail-productSlider .moveBtn {
    display: block;
  }
}
.productDetail-productSlider .moveBtn:hover,
.productDetail-productSlider .moveBtn:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.productDetail-productSlider .moveTop {
  top: -15px;
  color: #000;
}
.productDetail-productSlider .moveTop .fa {
  line-height: 1em;
}
.productDetail-productSlider .moveBot {
  bottom: -15px;
  display: none;
  color: #000;
}
.productDetail-productSlider .imgCurrent {
  position: relative;
  padding-bottom: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.productDetail-productSlider .imgCurrent img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.productDetail-productSlider .listImg {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0 -3%;
  padding-left: 0;
  text-align: center;
}
.productDetail-productSlider .img {
  cursor: pointer;
  margin: 15px 3%;
  display: inline-block;
  white-space: nowrap;
  width: 43%;
  padding: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 125px;
}
.productDetail-productSlider .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
@media (min-width: 500px) {
  .productDetail-productSlider .imgCurrent {
    width: 64%;
    padding-bottom: 64%;
  }
  .productDetail-productSlider .listImg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 0;
    width: 38%;
    list-style: none;
    margin: 0;
    padding-left: 40px;
  }
  .productDetail-productSlider .img {
    white-space: normal;
    display: block;
    width: auto;
    height: auto;
    margin: 15px;
    padding-bottom: 93%;
  }
}
@media (min-width: 768px) {
  .productDetail-productSlider .imgCurrent {
    width: 100%;
    padding-bottom: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .productDetail-productSlider .listImg {
    position: static;
    width: auto;
    margin: 0 -17px;
    padding-left: 0;
  }
  .productDetail-productSlider .img {
    display: inline-block;
    white-space: nowrap;
    height: 125px;
    width: 40%;
    margin: 15px;
    padding: 0;
  }
  .productDetail-productSlider .img:hover,
  .productDetail-productSlider .img:focus {
    position: relative;
    overflow: hidden;
  }
  .productDetail-productSlider .img:hover:before,
  .productDetail-productSlider .img:focus:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .productDetail-productSlider .img:hover:hover:before,
  .productDetail-productSlider .img:focus:hover:before {
    -webkit-animation: animation-shine 0.7s;
    -o-animation: animation-shine 0.7s;
    -moz-animation: animation-shine 0.7s;
    animation: animation-shine 0.7s;
  }
}
@media (min-width: 992px) {
  .productDetail-productSlider .imgCurrent {
    width: 67%;
    padding-bottom: 64%;
  }
  .productDetail-productSlider .listImg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 0;
    width: 38%;
    padding-left: 40px;
    margin: 0;
  }
  .productDetail-productSlider .img {
    display: block;
    white-space: normal;
    height: auto;
    width: auto;
    padding-bottom: 94%;
  }
}
@media (min-width: 1200px) {
  .productDetail-productSlider .img {
    padding-bottom: 92%;
  }
}
.productDetail-productInfoDes {
  position: relative;
  padding-bottom: 30px;
  margin: 0 0 30px;
}
.productDetail-productInfoDes .contactPrice {
  position: absolute;
  top: 0;
  right: 0;
}
.productDetail-productInfoDes .name {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #ED4248;
  margin: 10px 100px 0 0;
}
.productDetail-productInfoDes .code {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 40px;
  font-weight: bold;
}
.productDetail-productInfoDes .standout {
  color: #ED4248;
}
.productDetail-productInfoDes .description {
  margin: 30px 0;
}
.productDetail-productInfoDes .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.productDetail-productInfoDes .main-socialBar {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}
.productDetail-productInfoDes .fa-facebook {
  background-color: #3B5998;
}
.productDetail-productInfoDes .fa-twitter {
  background-color: #01D6D6;
}
.productDetail-productInfoDes .fa-skype {
  background-color: #00ABEB;
}
.productDetail-productInfoDes .fa-youtube {
  background-color: #DB4437;
}
.productDetail-socialBar .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px 0;
  margin-right: 10px;
  text-align: center;
  width: 29px;
  font-size: 19px;
  color: #fff;
}
.productDetail .s-product {
  background-color: #fff;
  margin: 0;
  padding: 80px 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.newsIndex-lastNewsItem {
  overflow: hidden;
  position: relative;
}
.newsIndex-lastNewsItem .img {
  width: 45%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.newsIndex-lastNewsItem .img img {
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.newsIndex-lastNewsItem .content {
  margin-left: 45%;
  overflow: hidden;
  width: 55%;
  padding-left: 15px;
}
.newsIndex-oldNewsItem {
  overflow: hidden;
  display: table-row;
}
.newsIndex-oldNewsItem .img {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.newsIndex-oldNewsItem .img img {
  max-width: 100%;
}
.newsIndex-oldNewsItem .content {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding-left: 15px;
}
.newsIndex-title {
  background-color: #d9d9d9;
  border-left: 4px solid #EE9F38;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: bold;
  color: #777;
  margin-bottom: 20px;
}
.newsIndex-title .sliderCtr {
  width: 60px;
  float: right;
}
.newsIndex-title .left,
.newsIndex-title .right {
  display: block;
  float: left;
  font-size: 20px;
  text-align: center;
}
.newsIndex-title .left {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
.newsIndex-title .right {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}
.newsIndex-newsList {
  padding-bottom: 40px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.newsIndex-lastestNews {
  padding-bottom: 40px;
}
.newsIndex-lastNewsItem {
  margin-bottom: 20px;
}
.newsIndex-lastNewsItem .title {
  margin: 5px 0 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.newsIndex-lastNewsItem .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.newsIndex-lastNewsItem .description {
  line-height: 1.2em;
}
.newsIndex-lastNewsItem .fa {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
}
.newsIndex-lastNewsItem .button {
  color: #999;
}
.newsIndex-lastNewsItem .button .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 10px;
  line-height: 18px;
}
.newsIndex-lastNewsItem .socialBar {
  width: 150px;
  float: right;
}
.newsIndex-lastNewsItem .socialBar .fa {
  margin-left: 5px;
  color: #fff;
}
.newsIndex-lastNewsItem .socialBar .fa-facebook {
  background-color: #3B5998;
}
.newsIndex-lastNewsItem .socialBar .fa-skype {
  background-color: #00ABEB;
}
.newsIndex-lastNewsItem .socialBar .fa-twitter {
  background-color: #01D6D6;
}
.newsIndex-lastNewsItem .socialBar .fa-google-plus {
  background-color: #DB4437;
}
.newsIndex-oldNews {
  padding-bottom: 20px;
}
.newsIndex-oldNewsItem .date {
  font-style: italic;
}
.newsIndex-oldNewsItem .title {
  text-transform: uppercase;
  margin: 5px 0 15px;
  font-weight: bold;
  font-size: 14px;
}
.newsIndex-oldNewsItem .title a {
  color: #333;
}
.newsIndex-oldNewsItem .button {
  color: #EE9F38;
  font-weight: bold;
}
.newsIndex-oldNewsItem .img {
  padding-bottom: 10px;
}
.newsIndex-oldNewsItem .content {
  padding-bottom: 10px;
  vertical-align: middle;
}
.newsIndex-img {
  padding-bottom: 40px;
}
.newsIndex-img img {
  width: 100%;
}
.newsIndex .s-feature {
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
.contact {
  padding: 0 0 30px;
}
.contact-map {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.contact-addressInfo .img {
  margin-bottom: 20px;
}
.contact-addressInfo .img img {
  width: 100%;
}
.contact-addressInfo .title {
  margin: 40px 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-addressInfo .des {
  margin-bottom: 20px;
  font-size: 13px;
  color: #777;
}
.contact-addressInfo .info {
  font-size: 13px;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}
.productIndex-cateContent {
  margin-bottom: 100px;
  display: none;
  height: 250px;
}
.productIndex-cateContent:after {
  content: '';
  clear: both;
  display: block;
}
.productIndex-cateContent:first-child {
  display: block;
}
.productIndex-cateContent > .img {
  position: relative;
  padding-bottom: 20%;
  width: 20%;
  margin-left: 10%;
  float: left;
}
.productIndex-cateContent > .img img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
}
.productIndex-cateContent .content {
  float: right;
  width: 50%;
  margin-right: 10%;
  margin-top: 50px;
  padding-left: 10px;
  border-left: 2px solid #FF8812;
  margin-bottom: 20px;
}
.productIndex-cateContent .title {
  font-size: 25px;
  font-weight: bold;
  color: #FF8812;
  margin: 0 0 15px;
}
.productIndex-cate {
  position: relative;
}
@media (min-width: 768px) {
  .productIndex-cate {
    margin-top: 50%;
  }
}
.productIndex-cate .product {
  position: absolute;
  top: -60%;
  left: 0;
  right: 0;
}
.productIndex-cate .product > div {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.productIndex-cate .product > div .left,
.productIndex-cate .product > div .right {
  position: absolute;
}
.productIndex-cate .product > div:nth-child(1) .right {
  right: 0;
}
.productIndex-cate .product > div:nth-child(1) .left {
  right: 25%;
}
.productIndex-cate .product > div:nth-child(2) .right {
  left: 0;
}
.productIndex-cate .product > div:nth-child(2) .left {
  left: 25%;
}
.productIndex-cate .product > div:nth-child(3) .right {
  left: 0;
}
.productIndex-cate .product > div:nth-child(3) .left {
  left: 25%;
}
.productIndex-cate .product > div:nth-child(4) .right {
  left: 0;
}
.productIndex-cate .product > div:nth-child(4) .left {
  left: 25%;
}
.productIndex-cate .product > div:nth-child(5) .right {
  left: 0;
}
.productIndex-cate .product > div:nth-child(5) .left {
  left: 25%;
}
.productIndex-cate .product > div:nth-child(6) .right {
  right: 0;
}
.productIndex-cate .product > div:nth-child(6) .left {
  left: 0;
}
.productIndex-cate .productIndex-allroom {
  max-width: 100%;
}
.productIndex-cate .buttonViewDetail {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 10px;
  right: 0;
  top: -50px;
  position: absolute;
  border-width: 0;
  background-color: #FF8812;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.productIndex-cate .buttonViewDetail:hover,
.productIndex-cate .buttonViewDetail:focus {
  opacity: .9;
}
.productIndex-cate .kitchent,
.productIndex-cate .livingRoom,
.productIndex-cate .garden,
.productIndex-cate .office,
.productIndex-cate .bedRoom,
.productIndex-cate .bathRoom {
  position: absolute;
  z-index: 1;
}
.productIndex-cate .kitchent .room2 img,
.productIndex-cate .livingRoom .room2 img,
.productIndex-cate .garden .room2 img,
.productIndex-cate .office .room2 img,
.productIndex-cate .bedRoom .room2 img,
.productIndex-cate .bathRoom .room2 img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.productIndex-cate .kitchent img,
.productIndex-cate .livingRoom img,
.productIndex-cate .garden img,
.productIndex-cate .office img,
.productIndex-cate .bedRoom img,
.productIndex-cate .bathRoom img {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.productIndex-cate .kitchent img.shadow,
.productIndex-cate .livingRoom img.shadow,
.productIndex-cate .garden img.shadow,
.productIndex-cate .office img.shadow,
.productIndex-cate .bedRoom img.shadow,
.productIndex-cate .bathRoom img.shadow {
  z-index: 5;
}
.productIndex-cate .kitchent img.room,
.productIndex-cate .livingRoom img.room,
.productIndex-cate .garden img.room,
.productIndex-cate .office img.room,
.productIndex-cate .bedRoom img.room,
.productIndex-cate .bathRoom img.room {
  width: 30px;
  cursor: pointer;
  visibility: visible;
}
@media (min-width: 768px) {
  .productIndex-cate .kitchent img.room,
  .productIndex-cate .livingRoom img.room,
  .productIndex-cate .garden img.room,
  .productIndex-cate .office img.room,
  .productIndex-cate .bedRoom img.room,
  .productIndex-cate .bathRoom img.room {
    display: none;
  }
}
.productIndex-cate .kitchent .buttonViewDetail,
.productIndex-cate .livingRoom .buttonViewDetail,
.productIndex-cate .garden .buttonViewDetail,
.productIndex-cate .office .buttonViewDetail,
.productIndex-cate .bedRoom .buttonViewDetail,
.productIndex-cate .bathRoom .buttonViewDetail {
  visibility: hidden;
}
.productIndex-cate .kitchent.active,
.productIndex-cate .livingRoom.active,
.productIndex-cate .garden.active,
.productIndex-cate .office.active,
.productIndex-cate .bedRoom.active,
.productIndex-cate .bathRoom.active {
  z-index: 0;
}
@media (min-width: 768px) {
  .productIndex-cate .kitchent.active .buttonViewDetail,
  .productIndex-cate .livingRoom.active .buttonViewDetail,
  .productIndex-cate .garden.active .buttonViewDetail,
  .productIndex-cate .office.active .buttonViewDetail,
  .productIndex-cate .bedRoom.active .buttonViewDetail,
  .productIndex-cate .bathRoom.active .buttonViewDetail {
    visibility: visible;
  }
  .productIndex-cate .kitchent.active .img-shadow,
  .productIndex-cate .livingRoom.active .img-shadow,
  .productIndex-cate .garden.active .img-shadow,
  .productIndex-cate .office.active .img-shadow,
  .productIndex-cate .bedRoom.active .img-shadow,
  .productIndex-cate .bathRoom.active .img-shadow {
    visibility: visible;
  }
  .productIndex-cate .kitchent.active .shadow,
  .productIndex-cate .livingRoom.active .shadow,
  .productIndex-cate .garden.active .shadow,
  .productIndex-cate .office.active .shadow,
  .productIndex-cate .bedRoom.active .shadow,
  .productIndex-cate .bathRoom.active .shadow {
    z-index: 0;
  }
  .productIndex-cate .kitchent.active .room2,
  .productIndex-cate .livingRoom.active .room2,
  .productIndex-cate .garden.active .room2,
  .productIndex-cate .office.active .room2,
  .productIndex-cate .bedRoom.active .room2,
  .productIndex-cate .bathRoom.active .room2 {
    height: 100%;
  }
  .productIndex-cate .kitchent.active .room2 img,
  .productIndex-cate .livingRoom.active .room2 img,
  .productIndex-cate .garden.active .room2 img,
  .productIndex-cate .office.active .room2 img,
  .productIndex-cate .bedRoom.active .room2 img,
  .productIndex-cate .bathRoom.active .room2 img {
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -moz-transition: transform 1s;
    transition: transform 1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@media (min-width: 768px) {
  .productIndex-cate .kitchent:hover .room2 img,
  .productIndex-cate .livingRoom:hover .room2 img,
  .productIndex-cate .garden:hover .room2 img,
  .productIndex-cate .office:hover .room2 img,
  .productIndex-cate .bedRoom:hover .room2 img,
  .productIndex-cate .bathRoom:hover .room2 img,
  .productIndex-cate .kitchent:focus .room2 img,
  .productIndex-cate .livingRoom:focus .room2 img,
  .productIndex-cate .garden:focus .room2 img,
  .productIndex-cate .office:focus .room2 img,
  .productIndex-cate .bedRoom:focus .room2 img,
  .productIndex-cate .bathRoom:focus .room2 img,
  .productIndex-cate .kitchent.active .room2 img,
  .productIndex-cate .livingRoom.active .room2 img,
  .productIndex-cate .garden.active .room2 img,
  .productIndex-cate .office.active .room2 img,
  .productIndex-cate .bedRoom.active .room2 img,
  .productIndex-cate .bathRoom.active .room2 img,
  .productIndex-cate .kitchent:hover img.shadow,
  .productIndex-cate .livingRoom:hover img.shadow,
  .productIndex-cate .garden:hover img.shadow,
  .productIndex-cate .office:hover img.shadow,
  .productIndex-cate .bedRoom:hover img.shadow,
  .productIndex-cate .bathRoom:hover img.shadow,
  .productIndex-cate .kitchent:focus img.shadow,
  .productIndex-cate .livingRoom:focus img.shadow,
  .productIndex-cate .garden:focus img.shadow,
  .productIndex-cate .office:focus img.shadow,
  .productIndex-cate .bedRoom:focus img.shadow,
  .productIndex-cate .bathRoom:focus img.shadow,
  .productIndex-cate .kitchent.active img.shadow,
  .productIndex-cate .livingRoom.active img.shadow,
  .productIndex-cate .garden.active img.shadow,
  .productIndex-cate .office.active img.shadow,
  .productIndex-cate .bedRoom.active img.shadow,
  .productIndex-cate .bathRoom.active img.shadow {
    visibility: visible;
  }
}
.productIndex-cate .kitchent {
  bottom: 47%;
  left: 16%;
  width: 29%;
  height: 32%;
  -moz-transform: skew(-54deg, 26deg);
  -ms-transform: skew(-54deg, 26deg);
  -o-transform: skew(-54deg, 26deg);
  -webkit-transform: skew(-54deg, 26deg);
  transform: skew(-54deg, 26deg);
}
.productIndex-cate .kitchent img.shadow {
  -moz-transform: skew(54deg, -26deg);
  -ms-transform: skew(54deg, -26deg);
  -o-transform: skew(54deg, -26deg);
  -webkit-transform: skew(54deg, -26deg);
  transform: skew(54deg, -26deg);
  margin-top: 8%;
  margin-left: 2%;
  width: 106%;
}
.productIndex-cate .kitchent img.room {
  -moz-transform: skew(54deg, -26deg);
  -ms-transform: skew(54deg, -26deg);
  -o-transform: skew(54deg, -26deg);
  -webkit-transform: skew(54deg, -26deg);
  transform: skew(54deg, -26deg);
  left: 48%;
  bottom: 29%;
}
.productIndex-cate .kitchent .room2 {
  -moz-transform: skew(54deg, -26deg);
  -ms-transform: skew(54deg, -26deg);
  -o-transform: skew(54deg, -26deg);
  -webkit-transform: skew(54deg, -26deg);
  transform: skew(54deg, -26deg);
}
.productIndex-cate .kitchent .room2 img {
  left: -2%;
  bottom: 14%;
  width: 70%;
}
.productIndex-cate .kitchent .room2 .buttonViewDetail {
  left: -31%;
  bottom: 297%;
}
.productIndex-cate .livingRoom {
  bottom: 26%;
  left: 37%;
  width: 35%;
  height: 28%;
  -moz-transform: skew(-54deg, 18deg);
  -ms-transform: skew(-54deg, 18deg);
  -o-transform: skew(-54deg, 18deg);
  -webkit-transform: skew(-54deg, 18deg);
  transform: skew(-54deg, 18deg);
}
.productIndex-cate .livingRoom img.shadow {
  -moz-transform: skew(54deg, -18deg);
  -ms-transform: skew(54deg, -18deg);
  -o-transform: skew(54deg, -18deg);
  -webkit-transform: skew(54deg, -18deg);
  transform: skew(54deg, -18deg);
  margin-top: -2%;
  margin-left: 13%;
  width: 78%;
}
.productIndex-cate .livingRoom img.room {
  -moz-transform: skew(54deg, -18deg);
  -ms-transform: skew(54deg, -18deg);
  -o-transform: skew(54deg, -18deg);
  -webkit-transform: skew(54deg, -18deg);
  transform: skew(54deg, -18deg);
  left: 44%;
  bottom: 35%;
}
.productIndex-cate .livingRoom .room2 {
  -moz-transform: skew(54deg, -18deg);
  -ms-transform: skew(54deg, -18deg);
  -o-transform: skew(54deg, -18deg);
  -webkit-transform: skew(54deg, -18deg);
  transform: skew(54deg, -18deg);
}
.productIndex-cate .livingRoom .room2 img {
  left: 16%;
  width: 100%;
  bottom: 32%;
}
.productIndex-cate .livingRoom .room2 .buttonViewDetail {
  left: 40%;
  bottom: 304%;
}
.productIndex-cate .garden {
  bottom: 23%;
  left: 74%;
  width: 12%;
  height: 18%;
  z-index: 2;
  -moz-transform: skew(-54deg, 28deg);
  -ms-transform: skew(-54deg, 28deg);
  -o-transform: skew(-54deg, 28deg);
  -webkit-transform: skew(-54deg, 28deg);
  transform: skew(-54deg, 28deg);
}
.productIndex-cate .garden img.shadow {
  -moz-transform: skew(54deg, -29deg);
  -ms-transform: skew(54deg, -29deg);
  -o-transform: skew(54deg, -29deg);
  -webkit-transform: skew(54deg, -29deg);
  transform: skew(54deg, -29deg);
  margin-top: 8%;
  margin-left: -26%;
  width: 112%;
}
.productIndex-cate .garden img.room {
  -moz-transform: skew(54deg, -29deg);
  -ms-transform: skew(54deg, -29deg);
  -o-transform: skew(54deg, -29deg);
  -webkit-transform: skew(54deg, -29deg);
  transform: skew(54deg, -29deg);
  left: 10%;
  bottom: 20%;
}
.productIndex-cate .garden .room2 {
  -moz-transform: skew(54deg, -29deg);
  -ms-transform: skew(54deg, -29deg);
  -o-transform: skew(54deg, -29deg);
  -webkit-transform: skew(54deg, -29deg);
  transform: skew(54deg, -29deg);
}
.productIndex-cate .garden .room2 img {
  left: -120%;
  bottom: 25%;
  width: 260%;
}
.productIndex-cate .garden .room2 .buttonViewDetail {
  left: -93%;
  bottom: 711%;
}
.productIndex-cate .office {
  bottom: 14%;
  left: 61%;
  width: 14%;
  height: 8%;
  -moz-transform: skew(-54deg, 30deg);
  -ms-transform: skew(-54deg, 30deg);
  -o-transform: skew(-54deg, 30deg);
  -webkit-transform: skew(-54deg, 30deg);
  transform: skew(-54deg, 30deg);
  z-index: 0;
}
.productIndex-cate .office img.shadow {
  -moz-transform: skew(54deg, -30deg);
  -ms-transform: skew(54deg, -30deg);
  -o-transform: skew(54deg, -30deg);
  -webkit-transform: skew(54deg, -30deg);
  transform: skew(54deg, -30deg);
  margin-top: -4%;
  margin-left: 15%;
  width: 63%;
}
.productIndex-cate .office img.room {
  -moz-transform: skew(54deg, -30deg);
  -ms-transform: skew(54deg, -30deg);
  -o-transform: skew(54deg, -30deg);
  -webkit-transform: skew(54deg, -30deg);
  transform: skew(54deg, -30deg);
  left: 34%;
  bottom: -3%;
}
.productIndex-cate .office .room2 {
  -moz-transform: skew(54deg, -30deg);
  -ms-transform: skew(54deg, -30deg);
  -o-transform: skew(54deg, -30deg);
  -webkit-transform: skew(54deg, -30deg);
  transform: skew(54deg, -30deg);
}
.productIndex-cate .office .room2 img {
  left: -5%;
  bottom: -68%;
  width: 155%;
}
.productIndex-cate .office .room2 .buttonViewDetail {
  left: 32%;
  bottom: 1757%;
}
.productIndex-cate .bedRoom {
  bottom: 52%;
  left: 60%;
  width: 43%;
  height: 23%;
  -moz-transform: skew(-54deg, 25deg);
  -ms-transform: skew(-54deg, 25deg);
  -o-transform: skew(-54deg, 25deg);
  -webkit-transform: skew(-54deg, 25deg);
  transform: skew(-54deg, 25deg);
}
.productIndex-cate .bedRoom img.shadow {
  -moz-transform: skew(54deg, -25deg);
  -ms-transform: skew(54deg, -25deg);
  -o-transform: skew(54deg, -25deg);
  -webkit-transform: skew(54deg, -25deg);
  transform: skew(54deg, -25deg);
  margin-top: -2%;
  margin-left: 8%;
  width: 67%;
}
.productIndex-cate .bedRoom img.room {
  -moz-transform: skew(54deg, -25deg);
  -ms-transform: skew(54deg, -25deg);
  -o-transform: skew(54deg, -25deg);
  -webkit-transform: skew(54deg, -25deg);
  transform: skew(54deg, -25deg);
  left: 43%;
  bottom: 25%;
}
.productIndex-cate .bedRoom .room2 {
  -moz-transform: skew(54deg, -25deg);
  -ms-transform: skew(54deg, -25deg);
  -o-transform: skew(54deg, -25deg);
  -webkit-transform: skew(54deg, -25deg);
  transform: skew(54deg, -25deg);
}
.productIndex-cate .bedRoom .room2 img {
  left: 10%;
  width: 80%;
  bottom: -30%;
}
.productIndex-cate .bedRoom .room2 .buttonViewDetail {
  left: -53%;
  bottom: 440%;
}
.productIndex-cate .bathRoom {
  bottom: 79%;
  left: 41%;
  width: 25%;
  height: 15%;
  -moz-transform: skew(-54deg, 27deg);
  -ms-transform: skew(-54deg, 27deg);
  -o-transform: skew(-54deg, 27deg);
  -webkit-transform: skew(-54deg, 27deg);
  transform: skew(-54deg, 27deg);
}
.productIndex-cate .bathRoom img.shadow {
  -moz-transform: skew(54deg, -27deg);
  -ms-transform: skew(54deg, -27deg);
  -o-transform: skew(54deg, -27deg);
  -webkit-transform: skew(54deg, -27deg);
  transform: skew(54deg, -27deg);
  margin-top: 6%;
  margin-left: 5%;
  width: 78%;
}
.productIndex-cate .bathRoom img.room {
  -moz-transform: skew(54deg, -27deg);
  -ms-transform: skew(54deg, -27deg);
  -o-transform: skew(54deg, -27deg);
  -webkit-transform: skew(54deg, -27deg);
  transform: skew(54deg, -27deg);
  left: 40%;
  bottom: 19%;
}
.productIndex-cate .bathRoom .room2 {
  -moz-transform: skew(54deg, -27deg);
  -ms-transform: skew(54deg, -27deg);
  -o-transform: skew(54deg, -27deg);
  -webkit-transform: skew(54deg, -27deg);
  transform: skew(54deg, -27deg);
}
.productIndex-cate .bathRoom .room2 img {
  left: 3%;
  bottom: 22%;
  width: 80%;
}
.productIndex-cate .bathRoom .room2 .buttonViewDetail {
  left: -12%;
  bottom: 462%;
}
.error {
  text-align: center;
  text-transform: uppercase;
  padding: 70px 0 150px;
}
.error .errorName {
  font-size: 50px;
}
.error p {
  font-size: 20px;
}
.error .buttonHome {
  background-color: #EE9F38;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  padding: 0 30px;
}
.error .buttonHome:hover,
.error .buttonHome:focus {
  text-decoration: none;
  background-color: #ffb34c;
}
@media (min-width: 768px) {
  .error {
    padding: 100px 0 150px;
  }
  .error .errorName {
    font-size: 100px;
  }
  .error p {
    font-size: 30px;
  }
}
.codeBar {
  margin: 10px 0;
  height: 36px;
}
.codeBar .has-feedback {
  margin: 0;
  float: right;
  width: 47%;
  height: 48px;
}
.codeBar input {
  margin-top: 0;
}
.capcha {
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  padding: 6px 12px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.capchaImage {
  float: left;
  width: 38%;
  height: 34px;
  margin-top: 10px;
}
.refresh-captcha {
  float: left;
  width: 10%;
  max-width: 25px;
  margin-top: 16px;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none;
}
.has-feedback {
  position: relative;
}
.has-feedback.has-error:after {
  content: attr(data-error);
  display: block;
  padding: 2px 0;
  font-size: 12px;
  color: #ff3a3a;
  background-color: rgba(255, 255, 255, 0.5);
}
.alert-icon {
  position: absolute;
  right: 5px;
  top: 6px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  width: 0;
  -webkit-transition: width 0.5s;
  /* Safari */
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.has-error .alert-icon {
  width: 34px;
  display: none;
  background: url('../Images/Icon/ic_uncheck_2.png') no-repeat 100%;
}
.reresh {
  margin-top: 16px;
}
.has-success .alert-icon {
  width: 34px;
  background: url('../Images/Icon/ic_check.png') no-repeat 100%;
}
.codebar {
  margin-bottom: 30px;
}
.codebar .has-feedback {
  text-align: right;
}
.codebar .has-feedback input {
  text-align: left;
}
.codebar .has-feedback:after {
  clear: both;
  display: inline-block;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}