@charset "UTF-8";
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/gotham-book-webfont.eot");
  src: url("../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg#gotham_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamLight';
  src: url("../fonts/gotham-light-webfont.eot");
  src: url("../fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamExlight';
  src: url("../fonts/gotham-xlight-webfont.eot");
  src: url("../fonts/gotham-xlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-xlight-webfont.woff2") format("woff2"), url("../fonts/gotham-xlight-webfont.woff") format("woff"), url("../fonts/gotham-xlight-webfont.ttf") format("truetype"), url("../fonts/gotham-xlight-webfont.svg#gotham_extralightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #f44336;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #e3242b;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.list-nostyle, .header ul, .navbar-nav, .dropdown-menu, .social-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.color-red, .color-primary {
  color: #f44336;
}

.slidesjs-container, .slidesjs-control {
  height: 100%;
  z-index: 1;
}

.slidesjs-control > a {
  height: 100%;
}

.slidesjs-pagination {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.slidesjs-pagination-item {
  display: inline-block;
}

.slidesjs-pagination-item > a {
  display: inline-block;
  background: #999;
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-transition: background .5s , border .5s;
  transition: background .5s , border .5s;
}

.slidesjs-pagination-item > a.active {
  background-color: transparent;
  border-color: #e3242b;
}

.icon, [class^="sprite-"] {
  display: inline-block;
  overflow: hidden;
  text-indent: 300px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.icon-logo {
  background-image: url(../images/zeteon-logo.png);
  /*width: 135px;
  height: 30px;  */
  margin-top:-15px;
  background-size: auto 100%;
}

.icon-logo-zoetel {
    width: 60px;
    height: 60px;
	margin-top: 10px;
    background-size: auto 100%;
}
[class^="sprite-"] {
  background-image: url(../images/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  [class^="sprite-"] {
    background-image: url(../images/sprite@2x.png);
    background-size: 140px  160px;
  }
  .icon-logo{
    background-image:url(../images/logo@2x.png);
    background-size:94px 17px;
  }
}

.icon-video {
  content: url(../images/icon_video.png);
  vertical-align: middle;
  display: inline-block;
}

.sprite-user {
  background-position: -45px 0;
  width: 30px;
  height: 40px;
}

.sprite-usered {
  background-position: -45px -40px;
  width: 30px;
  height: 40px;
}

.sprite-search {
  background-position: -5px 0;
  width: 30px;
  height: 40px;
}

.icon-lt, .icon-fb, .icon-tw, .icon-ytb {
  width: 47px;
  height: 47px;
  background-image: url("../images/social-1.png");
  background-size: 188px 94px;
}

.icon-lt {
  background-position: 0 0;
}

.icon-fb {
  background-position: -47px 0;
}

.icon-tw {
  background-position: -94px 0;
}

.icon-ytb {
  background-position: -141px 0;
}

.sprite-service {
  height: 40px;
  width: 40px;
  background-position: -40px -80px;
}

.sprite-press {
  height: 40px;
  width: 40px;
  background-position: 0px -80px;
}

.sprite-arrow {
  width: 7px;
  height: 4px;
  background-position: -122px -68px;
  margin-left: 2px;
}
.sprite-farrow{
  width:7px;
  height:4px;
  background-position:-91px -98px;
  margin-left:2px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sprite-arrdown {
  width: 20px;
  height: 20px;
  background-position: -80px -60px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 5px;
  background-color: #000;
  background: #fff;
  height: 45px;
  z-index: 1000;
}

.navbar-toggle {
  display: none;
}

.brand {
  position: relative;
  margin-left: -15px;
  margin-top: 10px;
  float: left;
  z-index: 2;
}

.brand a {
  padding: 0 15px;
  display: inline-block;
  line-height: 45px;
  height: 45px;
}

.navbar-nav {
  font-size: 0;
}

.navbar-nav > li {
  display: inline-block;
  vertical-align: top;
  height: 45px;
}

.navbar-nav > li.active > a {
  color:#000080;
}

.navbar-nav > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight:900;
  color: #ffcc00;
  padding: 0 12px;
  line-height: 45px;
  height: 45px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #000080;
}

.navbar-nav > li > a:hover .sprite-user, .navbar-nav > li > a:focus .sprite-user {
  background-position: -45px -40px;
}

.navbar-nav > li > a:hover .sprite-search, .navbar-nav > li > a:focus .sprite-search {
  background-position: -5px -40px;
}

.navbar-page {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.navbar-page > li > a {
  font-size: 16px;
  padding: 0 35px;
}

.navbar-right {
  position: relative;
  float: right;
  z-index: 2;
  background:#fff;
}

.navbar-right .caret {
  color: #9c9c9c;
}

.dropdown-user .caret {
  margin-left: -5px;
  margin-right: 5px;
}

.header .navbar-lright {
  margin-right: -15px;
}

.inline-nav {
  position: relative;
}

.dropdown:hover > a {
  color: #000080;
}

.dropdown:hover > a .sprite-arrdown {
  background-position: -100px -60px;
}

.dropdown:hover > a .caret {
  color: #e3242b;
}

.dropdown-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  overflow: hidden;
  z-index: 0;
  border: 1px solid rgba(236, 236, 236, 0.98);
  border-radius: 2px;
}

.inline-nav .dropdown-box {
  min-width: 120px;
}

.dropdown-menu {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 0px;
}

.dropdown-menu a {
  color: #000;
  white-space: nowrap;
  display: block;
  padding: 0 24px;
}

.dropdown-menu a:hover {
  color: #e3242b;
  text-decoration: none;
  background: transparent;
}

.dropdown-menu li.active a {
  color: #e3242b;
  text-decoration: none;
  background: transparent;
}

.dropdown-right .dropdown-box {
  left: auto;
  right: 0;
}

.dropdown-right .dropdown-box .dropdown-menu {
  text-align: right;
}

.product-list {
  padding: 0px 30px;
  list-style: none;
  font-size: 16px;
  white-space: nowrap;
}

.product-list > li {
  display: inline-block;
  vertical-align: top;
  padding: 30px 50px;
}

.product-series > a {
  display: inline-block;
}

.product-series > a:hover {
  text-decoration: none;
}

.product-series-title {
  font-size: 16px;
  color: #888888;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
}

.product-series-classify {
  text-align: left;
  line-height: 25px;
}

.product-series-classify li {
  height: 28px;
  line-height: 28px;
}

.product-series-classify a {
  display: block;
  color: #000;
}

.product-series-classify a:hover {
  color: #e3242b;
  text-decoration: none;
}

@-webkit-keyframes menuScaleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes menuScaleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.navbar-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 60px;
}

.navbar-search .btn-navbar-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  padding: 0;
  background: none;
  border: none;
}

.sprite-enter {
  height: 60px;
  width: 60px;
  background-position: -80px 0;
}

.input-search {
  background: rgba(236, 236, 236, 0.6);
  color: #000;
  border: none;
  width: 100%;
  height: 60px;
  padding: 15px 60px 15px 30px;
  font-size: 20px;
  text-align:left;
}

.input-search::-moz-placeholder {
  color: #555;
  opacity: 1;
}

.input-search:-ms-input-placeholder {
  color: #555;
}

.input-search::-webkit-input-placeholder {
  color: #555;
}

.input-search:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.banner-large {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-large .banner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.banner-large .banner:nth-child(even) {
  background-color: #fff;
}

.banner-home {
  height: 758px;
}

.banner-home .slidesjs-pagination {
  bottom: 30px;
}

.banner-product {
  height: 622px;
}

.banner-support {
  height: 460px;
}

.promos {
  list-style: none;
  margin: 0;
  padding: 0;
}

.promos li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 3px;;
  float: left;
  width: 25%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color:#EFEFEF;
}

.promos li a {
  display: block;
  height: 200px;
  font: 0/0 a;
  color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #f2f2f2;
}

.promos > li:not(:last-child) {
  border-right: 1px solid #fff;
}

.social-section {
  position: relative;
  background: #f2f2f2;
  min-height: 325px;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.social-section p {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  z-index: 2;
  font-size: 18px;
}

.social-list li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  z-index: 1;
}

.social-list a {
  display: block;
}

.social-list a span:hover {
  -webkit-animation: socialHover .25s ease-out both;
          animation: socialHover .25s ease-out both;
}

.social-list .social-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 0;
  background-color: #f2f2f2;
  -webkit-transition: .25s;
  transition: .25s;
}

.social-list .icon-lt:hover {
  background-position: 0 -47px;
}

.social-list .icon-fb:hover {
  background-position: -47px -47px;
}

.social-list .icon-tw:hover {
  background-position: -94px -47px;
}

.social-list .icon-ytb:hover {
  background-position: -141px -47px;
}

.social-list .lt:hover ~ .social-bg {
  background-color: #ea252b;
}

.social-list .fb:hover ~ .social-bg {
  background-color: #3b5997;
}

.social-list .tw:hover ~ .social-bg {
  background-color: #00acee;
}

.social-list .ytb:hover ~ .social-bg {
  background-color: #de192a;
}

@-webkit-keyframes socialHover {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes socialHover {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

.section-header {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 20px;
}

.filter-section {
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 0 30px;
  margin-bottom: 0px;
}

.product-header {
  font-size: 26px;
}

.product-filter {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}

.product-filter .filter-name {
  width: 100px;
  color: #888888;
  font-weight: normal;
  height: 30px;
  float: left;
  line-height: 30px;
}

.product-filter ul {
  display: block;
  padding-left: 100px;
}

.product-filter ul li {
  display: inline-block;
  float: left;
  width: 150px;
  height: 30px;
  padding: 4px 0;
}

.product-filter ul li a {
  color: #333;
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
}

.product-filter ul li a.active {
  color: #f44336;
}

.product-card {
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #fff;
  cursor: pointer;
  position: relative;
  padding: 50px 0px 0;
  -webkit-transition: border 0.15s ease-in;
  transition: border 0.15s ease-in;
}

.product-card:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -4px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  border-right: 1px solid #efefef;
  z-index: 1;
}

.product-card .product-thumb {
  max-width: 100%;
  max-height: 216px;
}

.product-card .product-name {
  font-size: 20px;
  color: #333;
  line-height: 70px;
  height: 70px;
  margin: 0 5px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: line-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: line-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-card .product-hover {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: 2;
  overflow: hidden;
  height: 40px;
}

.product-card .product-hover .hover {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: #f44336;
  text-align: center;
  padding: 0 15px;
  -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-card:hover {
  text-decoration: none;
  border: 3px solid #efefef;
}

.product-card:hover:after {
  right: -3px;
}

.product-card:hover .product-name {
  line-height: 30px;
}

.product-card:hover .product-hover > .hover {
  display: block;
  top: 0px;
}

.product-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  height: 300px;
}

.tab-bar {
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
}

.tab-bar > li {
  display: inline-block;
  height: 50px;
  padding-right: 40px;
}

.tab-bar > li > a {
  display: inline-block;
  color: #000;
  line-height: 48px;
  -webkit-transition: border 0.2s ease,color 0.2s ease;
  transition: border 0.2s ease,color 0.2s ease;
}

.tab-bar > li > a:hover, .tab-bar > li > a:focus {
  color: #f44336;
  text-decoration: none;
}

.tab-bar > li.active > a {
  color: #f44336;
  border-bottom: 3px solid #f44336;
  margin-bottom: -1px;
}

.tab-content {
  position: relative;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.country-a {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 70px 0px 0px 0px;
}

.main-content a {
  text-decoration: none;
  color: #000;
}

.country-name {
  font-size: 18px;
}

.country-a:hover img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.country-a:hover h4 {
  color: red;
}

.country-a img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

/* footer */
.footer {
  border-top: 1px solid #d9d9d9;
  color: #000000;
  margin-top: 60px;
}

.social-section + .footer {
  margin-top: 0;
  border-top: none;
}

.footer-service {
  padding: 40px 0;
}

.footer-info {
  padding: 50px 0;
}

.footer-min {
  display: none;
}

/*Footer*/
.footer-service {
  background: #87898d;
}

.footer-service label {
  margin-bottom: 0px;
}

.service-info > input[type=checkbox] {
  display: none;
}

.service-info > label > .title {
  font-size: 12px;
  color: #fff;
}

.list-info {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-info li {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.list-info li a {
  color: #dcdcdc;
}

.contact-tel, .contact-chat {
  padding-top: 10px;
  padding-bottom: 20px;
  clear: both;
  line-height: 16px;
}

.service-mail {
  padding-top: 10px;
  padding-bottom: 20px;
}

.contact-tel > span {
  float: left;
  margin: -2px 2px;
}

.contact-title, .contact-content {
  white-space: nowrap;
}

.contact-title {
  margin-bottom: 0;
  color: #dcdcdc;
  font-size: 12px;
}

.contact-content {
  color: #dcdcdc;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.contact-content:hover {
  color: #fff;
}

/*Footer Info*/
.footer-info {
  background: #87898d;
}

.footer-info .brand {
  float: left;
  padding: 8px 0;
}

.footer-info .brand > img {
  width: 214px;
  height: 24px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/*Email Subscriptions*/
#subscribe_form {
  display: block;
  margin: 0 auto;
  max-width: 520px;
}

#subscribe_form p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.input-subscribe, .btn-subscribe {
  height: 26px;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 12px;
  border: none;
}

.input-subscribe {
  background-color: #fff;
  color: #888;
}

.input-subscribe:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.btn-subscribe {
  width: 100px;
  color: #fff;
  background-color: #313235;
  margin-left: 10px;
  font-size: 12px;
  height: 26px;
}

.btn-subscribe:hover, .btn-subscribe:focus, .btn-subscribe:active:focus, .btn-subscribe.active:focus {
  background-color: #222;
  outline: none;
}

.f-icon {
  margin-top: 10px;
}

.f-icon span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 15px 0 3px;
}

.f-icon ul {
  list-style: none;
  padding-left: 0;
}

.f-icon ul li {
  float: left;
}

.f-icon ul > li:not(:first-child) {
  padding-left: 15px;
}

.f-icon .sprite-lt, .f-icon .sprite-fb, .f-icon .sprite-tw, .f-icon .sprite-vd {
  width: 21px;
  height: 21px;
  margin: 0px;
}

.f-icon .sprite-lt {
  background-position: -10px -132px;
}

.f-icon .sprite-fb {
  background-position: -52px -132px;
}

.f-icon .sprite-tw {
  background-position: -89px -132px;
}

.f-icon .sprite-vd {
  background-position: -119px -132px;
}

#goTopBtn {
  position: fixed;
  bottom: 40px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: url(../images/go_to_top.png) center no-repeat;
  cursor: pointer;
  display: none;
  opacity: 0.8;
  z-index: 1001;
}

#goTopBtn:hover {
  opacity: 1;
}

.product-nav-bar {
  position: absolute;
  height: 56px;
  width: 100%;
  background-color: rgba(252, 252, 252, 0.85);
  left: 0;
  right: 0;
  padding: 0 2%;
  z-index: 999;
  box-shadow: 0 1px 2px rgba(0,0,0,.10);
}

.product-nav-bar.fixtop {
  position: fixed;
  top: 0;
  background-color: rgba(252, 252, 252, 0.85);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.product-nav-bar .dropdown-toggle {
  display: none;
}

.product-nav-bar .product-name {
  float: left;
  font-size: 28px;
  padding: 0 0;
  height: 56px;
  line-height: 56px;
  margin: 0;
  cursor: pointer;
  color: #000;
}

.product-nav-bar .product-name img {
  margin-top: -2px;
}

.product-nav li {
  display: inline-block;
  float: left;
}

.product-nav li a:not(.btn) {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 20px;
  color: #4e4e4f;
}

.product-nav li a:not(.btn):hover, .product-nav li a:not(.btn):focus {
  color: #e3242b;
  background-color: transparent;
}

.product-nav li.active > a:not(.btn) {
  color: #e3242b;
  background-color: transparent;
}

.product-nav li .btn-buy {
  color: #fff;
  background-color: #f44336;
  background-image: -webkit-linear-gradient(90deg, #E3242B 0%, #FF2121 100%);
  background-image: -ms-linear-gradient(90deg, #E3242B 0%, #FF2121 100%);
  border: 0;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 12px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: 0px 1px 0px #BA181E;
          box-shadow: 0px 1px 0px #BA181E;
}

.product-nav li .btn-buy:active, .product-nav li .btn-buy.active {
  -webkit-box-shadow: 0px 1px 0px #BA181E, inset 0 3px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 0px #BA181E, inset 0 3px 2px rgba(0, 0, 0, 0.15);
}

.product-nav li .btn-buy:hover, .product-nav li .btn-buy:focus, .product-nav li .btn-buy:active, .product-nav li .btn-buy.active {
  color: #fff;
  text-decoration: none;
  background-color: #e3242b;
  background-image: -webkit-linear-gradient(90deg, #E11E1F 0%, #BD1D22 100%);
  background-image: -ms-linear-gradient(90deg, #E11E1F 0%, #BD1D22 100%);
}

.product-nav li .btn-buy.btn-dis {
  background: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none !important;
  cursor: default !important;
}

#product_dropdown {
  position: relative;
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
}

body.modal-open {
  overflow: hidden !important;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1020;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-white {
  background: #fff;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url(../images/close.svg);
  background-size: 30px 60px;
  background-repeat: no-repeat;
  z-index: 100;
}

.modal-header > .modal-close {
  top: 15px;
  height: 20px;
  width: 20px;
  background-size: 20px 40px;
}

.modal-close:hover {
  background-position: 0 -30px;
}

.modal-header > .modal-close:hover {
  background-position: 0 -20px;
}

.modal-float {
  height: 50%;
  position: relative;
  z-index: -1;
}

.modal-content {
  position: relative;
  clear: both;
  max-width: 100%;
  margin: 50px auto;
  min-height: 300px;
  width: 700px;
}

.modal-float + .modal-content {
  margin: 0 auto;
}

.modal-header {
  position: relative;
  height: 50px;
  font-size: 18px;
  padding: 11px 10px;
  background: #fff;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.modal-body {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 2px 2px;
}

.card {
  display: block;
  text-align: center;
  margin: 20px 0;
  background-color: #fff;
  padding: 10px;
}

.card-img {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

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

.card .caption {
  color: #4e4e4f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card:hover .caption {
  color: #f44336;
}

.card .caption > .title {
  font-size: 18px;
}

.card .caption > .descripe {
  font-size: 14px;
}

.shadow-style {
  border: 1px solid #e7e7e7;
}

@media (max-width: 1599px) {
  .header {
    padding-left: 0;
    padding-right: 0;
    height: 45px;
  }
  .brand a {
    line-height: 45px;
    height: 45px;
  }
  .navbar-nav > li {
    height: 45px;
  }
  .navbar-nav > li > a {
    line-height: 45px;
    height: 45px;
  }
  .navbar-right > li > a {
    padding: 0 10px;
  }
  .navbar-page > li > a {
    font-size: 15px;
    padding: 0 25px;
  }
  .banner-home {
    height: 652px;
  }
  .banner-home .slidesjs-pagination {
    bottom: 20px;
  }
  .banner-product {
    height: 520px;
  }
  .banner-support {
    height: 385px;
  }
  .social-section {
    font-size: 22px;
    min-height: 340px;
  }
}

@media (max-width: 1199px) {
  .header {
    height: 45px;
  }
  .brand a {
    line-height: 45px;
    height: 45px;
  }
  .brand .icon-logo {
    width: 83px;
    height: 15px;
    background-size: auto 15px;
  }
  .navbar-nav > li {
    height: 45px;
  }
  .navbar-nav > li > a {
    line-height: 45px;
    height: 50px;
  }
  .navbar-page > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
  .navbar-right > li > a {
    font-size: 13px;
    padding: 0 8px;
  }
  .banner-home {
    height: 652px;
  }
  .banner-home .slidesjs-pagination {
    bottom: 15px;
  }
  .banner-product {
    height: 390px;
  }
  .banner-support {
    height: 290px;
  }
  .social-section {
    font-size: 22px;
    min-height: 340px;
  }
  .social-section p {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .product-nav-bar {
    height: 50px;
  }
  .product-name-margin {
    left:100px
  }
  .product-nav-bar .product-name {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
  }  
  .product-nav li a:not(.btn) {
    font-size: 14px;
    padding: 18px 13px;
  }
  .product-nav li .btn-buy {
    margin-top: 10px;
    padding: 4px 16px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    margin-top: 0;
  }
  .brand {
    margin-left: 0;
  }
  .brand a {
    padding: 0;
    line-height: 45px;
    height: 45px;
  }
  .brand .icon-logo {
    width: 78px;
    height: 14px;
    background-size: auto 14px;
  }
  .navbar-nav > li {
    height: 45px;
  }
  .navbar-nav > li > a {
    line-height: 45px;
    height: 45px;
  }
  .navbar-page > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
  .navbar-right > li > a {
    font-size: 13px;
    padding: 0 5px;
  }
  .navbar-toggle {
    display: block;
    float: left;
    padding: 14px 15px;
    margin-left: -15px;
  }
  .navbar-toggle span {
    -webkit-transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #ffcc00;
    width: 20px;
    height: 2px;
    display: block;
  }
  .navbar-toggle span:not(.bottom) {
    margin-bottom: 5px;
  }
  .menu-on .navbar-toggle .top {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .menu-on .navbar-toggle .bottom {
    -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
  .menu-on .navbar-toggle .mid {
    opacity: 0;
  }
  .menu-on .navbar-toggle span {
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
  }
  .navbar-toggle {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .navbar-collapse {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    max-height: -webkit-calc(100% - 50px);
    max-height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 40px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-animation: menuScaleDown 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            animation: menuScaleDown 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .navbar-page {
    position: relative;
    text-align: left;
  }
  .navbar-page > li:not(:last-child) {
    border-bottom: 1px solid #555;
  }
  .navbar-page > li, .navbar-page > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .navbar-page .dropdown .dropdown-box, .navbar-page .dropdown .sprite-arrdown {
    display: none;
  }
  .navbar-search {
    display: block !important;
    top: 0px;
    height: 40px;
  }
  .navbar-search .input-search {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 40px;
    padding: 9px 40px 9px 15px;
    font-size: 16px;
  }
  .navbar-search .btn-navbar-search {
    height: 40px;
    width: 40px;
  }
  .navbar-search .sprite-enter {
    height: 40px;
    width: 40px;
    background-position: -90px -10px;
  }
  body.menu-on .navbar-collapse {
    display: block;
  }
  .search-toggle {
    display: none;
  }
  .banner-home {
    height: 652px;
  }
  .banner-home .slidesjs-pagination {
    bottom: 10px;
  }
  .banner-product {
    height: 320px;
  }
  .banner-support {
    height: 240px;
  }
  .social-section {
    font-size: 20px;
    min-height: 280px;
  }
  .social-section p {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .promos li {
    border-top: none;
  }
  .footer-service {
    padding: 0;
  }
  .service-info {
    border-bottom: 1px solid #9E9D9D;
    background: #87898d;
    overflow: hidden;
  }
  .service-info label {
    display: block;
    margin-bottom: 0;
    background: #87898d;
    cursor: pointer;
    z-index: 3;
  }
  .service-info label .title {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
  }
  .service-info label .title:after {
    content: "+";
    float: right;
    padding: 0px 15px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    -webkit-transform: rotate(0deg) scale(0.9);
        -ms-transform: rotate(0deg) scale(0.9);
            transform: rotate(0deg) scale(0.9);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-backface-visibility: hidden;
  }
  .service-info .list-info {
    margin-top: -1px;
    padding: 0 15px;
    max-height: 0px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    -webkit-backface-visibility: hidden;
  }
  .service-info ul > li {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -120px, 0);
            transform: translate3d(0, -120px, 0);
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    transition: opacity 0.2s linear, transform 0.2s linear;
    transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-backface-visibility: hidden;
  }
  .service-info input:checked + label > .title:after {
    -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  .service-info input:checked ~ ul {
    max-height: 150px;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .service-info input:checked ~ ul li {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .service-info .list-info > li > a {
    line-height: 20px;
  }
  .service-contact {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact-tel, .contact-chat {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-tel > span, .contact-chat > span {
    display: none;
  }
  .footer-info {
    padding: 25px 0;
  }
  #subscribe_form {
    margin-left: 0;
  }
  #subscribe_form p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
  }
  #goTopBtn {
    height: 40px;
    width: 40px;
  }
  .product-nav-bar {
    height: 45px;
  }
  .product-nav-bar .product-name {
    padding: 0;
    height: 45px;
    line-height: 45px;
  }
  .product-name > img {
    height: 30px;
    width: auto;
    margin-top: 0;
  }
  #product_dropdown {
    left: auto;
    right: 0;
    text-align: center;
  }
  .product-nav-bar .dropdown-toggle {
    display: block;
    font-size: 15px;
    line-height: 45px;
  }
  .product-nav-bar .product-nav li {
    display: block;
    float: none;
  }
  .product-nav-bar .product-nav li .btn-buy {
    margin: 5px auto;
    max-width: 110px;
    font-size: 14px;
    padding: 4px 0;
  }
  .product-nav-bar .product-nav li > a:not(.btn-buy) {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .product-nav-bar .product-nav li.active > a:not(.btn-buy), .product-nav-bar .product-nav li:active > a:not(.btn-buy) {
    background: #fff;
  }
  #product_dropdown {
    position: absolute;
    display: none;
    padding: 5px 0;
    background: #fff;
    min-width: 130px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .pull-right:hover > a {
    color: #e3242b;
  }
  .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    overflow-y: auto;
    background: #fff;
  }
  .promos li {
    width: 50%;
  }
  .promos li:first-child, .promos li:nth-child(2) {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .promos li a {
    height: 200px;
  }
  .footer-service .service-mail {
    padding-bottom: 30px;
  }
  .footer-service .service-contact {
    border-bottom: 1px solid #9E9D9D;
  }
}

@media (max-width: 767px) {
  .modal-header {
    text-align: left;
  }
  .filter-section {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .product-header {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-filter {
    margin-bottom: 5px;
  }
  .product-filter .filter-name {
    float: none;
    display: block;
  }
  .product-filter > ul {
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .product-filter {
    text-align: left;
    font-size: 14px;
  }
  .product-filter > ul > li > a {
    padding: 0 2px;
    line-height: 20px;
  }
  .product-filter > ul > li {
    width: auto;
    min-width: 40px;
    text-align: center;
    margin: 5px 5px;
    padding: 5px;
    font-size: 13px;
    background-color: #f5f5f5;
  }
  .product-card {
    padding-top: 20px;
  }
  .product-card .product-name {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }
  .product-card .product-hover {
    height: 30px;
  }
  .product-card .product-hover .hover {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .banner-home {
    height: 330px;
  }
  .banner-product {
    height: 200px;
  }
  .banner-support {
    height: 155px;
  }
  .promos li {
    width: 50%;
  }
  .promos li:first-child, .promos li:nth-child(2) {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .promos li a {
    height: 200px;
  }
  .social-section {
    font-size: 15px;
    min-height: 200px;
    line-height: 2;
  }
  .social-section p {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .social-section .social-list li:not(.social-bg) {
    margin-left: 5px;
    margin-right: 10px;
  }
  .social-section .social-list a span {
    width: 40px;
    height: 40px;
    background-image: url("/images/social-1.png");
    background-size: 160px 80px;
  }
  .social-section .social-list .icon-lt {
    background-position: 0 0;
  }
  .social-section .social-list .icon-fb {
    background-position: -40px 0;
  }
  .social-section .social-list .icon-tw {
    background-position: -80px 0;
  }
  .social-section .social-list .icon-ytb {
    background-position: -120px 0;
  }
  .social-section .social-list .icon-lt:hover {
    background-position: 0 -40px;
  }
  .social-section .social-list .icon-fb:hover {
    background-position: -40px -40px;
  }
  .social-section .social-list .icon-tw:hover {
    background-position: -80px -40px;
  }
  .social-section .social-list .icon-ytb:hover {
    background-position: -120px -40px;
  }
  .footer-info {
    padding: 15px 0;
  }
  #subscribe_form p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
  }
  #subscribe_form .btn-subscribe {
    width: auto;
  }
  #goTopBtn {
    bottom: 60px;
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 480px) {
  .banner-home {
    height: 260px;
  }
  .banner-home .slidesjs-pagination {
    bottom: 5px;
  }
  .banner-product {
    height: 200px;
  }
  .banner-support {
    height: 100px;
  }
  .promos li a {
    height: 165px;
  }
}

.snow-drop {
  top: 0px;
  width: 100%;
  height: 1px;
  position: fixed;
  z-index: 99999;
}

.div {
  position: fixed;
  z-index: 1;
}

@-webkit-keyframes mysonwscale {
  0% {
    bottom: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5) rotate(0deg);
            transform: scale(0.5) rotate(0deg);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.5) rotate(80deg);
            transform: scale(0.5) rotate(80deg);
  }
  100% {
    -webkit-transform: scale(0.5) rotate(0deg);
            transform: scale(0.5) rotate(0deg);
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 0;
  }
}

@keyframes mysonwscale {
  0% {
    bottom: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5) rotate(0deg);
            transform: scale(0.5) rotate(0deg);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.5) rotate(80deg);
            transform: scale(0.5) rotate(80deg);
  }
  100% {
    -webkit-transform: scale(0.5) rotate(0deg);
            transform: scale(0.5) rotate(0deg);
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 0;
  }
}

.roll {
  position: absolute;
  opacity: 0;
  -webkit-animation: mysonwscale 5s;
          animation: mysonwscale 5s;
}

/*# sourceMappingURL=maps/main.css.map */