@import url(http://fonts.googleapis.com/css?family=Exo:300,400,500,600&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500&subset=latin,latin-ext);
/* Mixin */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.transition {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.background-resize {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Template */
html,
body {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
header {
  width: 100%;
  height: 164px;
  border-bottom: 1px solid #ffffff;
  background: #232323;
}
header .top {
  height: 40px;
  border-bottom: 1px solid #323231;
}
header .top ul {
  list-style-type: none;
  margin: 7px 0 0 0;
  padding: 0;
}
header .top .sm {
  float: left;
}
header .top .sm li {
  float: left;
  border-left: 1px solid #323231;
  height: 26px;
  width: 40px;
  text-align: center;
}
header .top .sm li:last-child {
  border-right: 1px solid #323231;
}
header .top .sm li a {
  display: inline-block;
  height: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .top .sm li a.facebook {
  width: 7px;
  background: url("/theme/images/icon-sm.png") 0 5px no-repeat;
}
header .top .sm li a.facebook:hover {
  background: url("/theme/images/icon-sm-hover.png") 0 5px no-repeat;
}
header .top .sm li a.twitter {
  width: 14px;
  background: url("/theme/images/icon-sm.png") -7px 6px no-repeat;
}
header .top .sm li a.twitter:hover {
  background: url("/theme/images/icon-sm-hover.png") -7px 6px no-repeat;
}
header .top .sm li a.googleplus {
  width: 14px;
  background: url("/theme/images/icon-sm.png") -21px 5px no-repeat;
}
header .top .sm li a.googleplus:hover {
  background: url("/theme/images/icon-sm-hover.png") -21px 5px no-repeat;
}
header .top .lang {
  float: right;
}
header .top .lang li {
  float: left;
  border-left: 1px solid #323231;
  height: 26px;
  width: 40px;
  text-align: center;
}
header .top .lang li:last-child {
  border-right: 1px solid #323231;
}
header .top .lang li a {
  font-family: 'Exo', Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 0 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .top .lang li a:hover {
  color: #ffffff;
}
header .bottom {
  height: 123px;
}
header .bottom .logo {
  display: block;
  padding: 30px 0 0 0;
}
header .bottom nav ul {
  float: right;
  margin: 0;
  padding: 48px 0 0 0;
  list-style-type: none;
}
header .bottom nav ul li {
  float: left;
  padding: 0 15px;
}
header .bottom nav ul li:last-child {
  padding: 0 0 0 15px;
}
header .bottom nav ul li a {
  text-decoration: none;
  font-family: 'Exo', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .bottom nav ul li a:hover {
  color: #3b838f;
}
.slider {
  width: 100%;
  min-height: 300px;
  max-height: 590px;
  padding: 0;
}
.banner {
  width: 100%;
  min-height: 300px;
  max-height: 450px;
  padding: 0;
}
.home-product {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}
.home-product ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-product ul li {
  background: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-product ul li:hover {
  z-index: 9999;
  position: relative;
  background: #232323;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.9);
  -moz-box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.9);
  box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.9);
}
.home-product ul li:hover span {
  color: #ffffff;
}
.home-product ul li h1 {
  text-align: center;
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin: 30px 10px 10px 10px;
  color: #3b838f;
}
.home-product ul li span {
  padding: 10px;
  text-align: center;
  display: inline-block;
  color: #5f5f5f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.home-product ul li span h1 {
  display: none;
}
.title {
  height: 290px;
  margin-bottom: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.title h1 {
  padding-top: 60px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 300;
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 55px;
  color: #ffffff;
}
.title h1 span {
  font-weight: 500;
}
.title p {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
}
.about .title {
  background-image: url("/theme/images/about_title.jpg");
}
.about .container {
  margin-bottom: 70px;
}
.about .text {
  font-size: 16px;
  line-height: 22px;
  color: #5f5f5f;
  text-align: center;
  font-weight: 300;
}
.about .text p {
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #3b838f;
}
.contact .title {
  background-image: url("/theme/images/contact_title.jpg");
}
.contact a {
  color: #3b838f;
}
.contact ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contact ul li {
  padding: 10px 0;
}
.contact form textarea {
  resize: none;
}
.contact #map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
.bottom-logo {
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
}
footer {
  background: #232323;
  height: 100px;
}
footer span {
  display: block;
  text-align: center;
  padding: 45px 0 0 0;
  color: #3e3e3e;
}
.banner {
  width: 100%;
  height: 46%;
  max-height: 590px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page h1 {
  font-family: 'Exo', Arial, Helvetica, sans-serif;
  font-size: 35px;
  color: #000000;
  padding: 20px 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.page .content {
  min-height: 400px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.category-text {
  padding-bottom: 30px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}
.category-text h1 {
  text-align: center;
  font-family: 'Exo', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #000000;
  padding: 20px 0 20px 0;
  margin: 0;
  border-bottom: none;
}
.product-list {
  margin-bottom: 30px;
}
.logo-margin {
  margin-top: 40px;
}
.media {
  position: relative;
}
.media .hover {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.media .hover:hover {
  opacity: 1;
}
.media .hover span {
  position: absolute;
  top: 43%;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("/theme/images/icon-zoom-in.png") no-repeat;
}
.news {
  margin-top: 15px;
  margin-bottom: 15px;
}
.factory {
  background: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.factory img {
  margin: 15px 0;
}
.factory p {
  font-size: 13px;
  color: #232323;
  min-height: 80px;
}
.factory:hover {
  background: #232323;
}
.factory:hover p {
  color: #ffffff;
}
.factory:hover img {
  border: 3px solid #ffffff;
}
.panel {
  margin-bottom: 30px !important;
}
.clear {
  clear: both;
}
.container {
  min-width: 970px !important;
}
@media (max-width: 1200px) {
  header .bottom nav ul li a {
    font-size: 15px;
  }
  .home-product ul li h1 {
    font-size: 22px;
  }
  .home-product ul li span {
    font-size: 13px;
  }
  .title {
    height: 250px;
  }
  .title h1 {
    padding-top: 60px;
  }
  .title p {
    font-size: 24px;
  }
}
