@import url(http://fonts.googleapis.com/css?family=Roboto%3A400%2C900%2C700%2C500%2C300);
/* Reset */

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  border: none;
  outline: none;
  /* -webkit-box-sizing: border-box; */
  /* -moz-box-sizing: border-box; */
  /* box-sizing: border-box; */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent
}

body {
  line-height: 1.5
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

html, body { width:100%; height: 100%; }
/* @font-face {
    font-family: 'rsuregular';
    src: url('../fonts/rsu-regular/rsu_regular-webfont.eot');
    src: url('../fonts/rsu-regular/rsu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rsu-regular/rsu_regular-webfont.woff') format('woff'),
         url('../fonts/rsu-regular/rsu_regular-webfont.ttf') format('truetype'),
         url('../fonts/rsu-regular/rsu_regular-webfont.svg#rsuregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */
body { margin:0; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:14px; color:#555; background:#fff; }
a {
  color: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #d70a0a;
}

h1, h2, h3, h4, h5, h6
  {
  padding:15px 0 10px 0;
  line-height:1.2;
  font-family:'rsuregular', Arial, Helvetica, sans-serif;
  font-weight:normal;
  }
/* h1 { font-size:36px; } */
h2 {
  font-size: 30px;
}

h3 {
  /* font-size: 27px; */
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

p {
  padding: 15px 0;
}

/* -------------------- */
/* ------------------ */
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.dotter.active {
  background-color: #717171 !important;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.dotter {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  display: -webkit-inline-box;
  padding: 10px 0 0 0;
  display: inline-block;
}

.tags li {
  float: left;
}

.tag {
  background: #e8e8e8;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #e8e8e8;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #d70a0a;
  color: white;
}

.tag:hover::after {
  border-left-color: #d70a0a;
}

.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 100px;
}

@media only all and (max-width: 1366px) {
  .black-ribbon {
    width: 60px;
  }
}

@media only all and (max-width: 460px) {
  .black-ribbon {
    width: 40px;
  }
}

.stick-left {
  left: 0;
}

.stick-right {
  right: 0;
}

.stick-top {
  top: 0;
}

.stick-bottom {
  bottom: 0;
}

/* #container { width:100%; overflow: hidden; background:#fff; } */
.Privacy-home {
  padding: 20px;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #2a2a2ade;
  text-align: center;
  z-index: 9
}

/*Landing*/
.enter {
  position: fixed;
  width: 100%;
  height: 71px;
  text-align: center;
  bottom: 0;
  z-index: 9;
}

.enter .link {
  margin-top: -10px;
}

.enter .link a {
  padding: 10px 30px;
  line-height: 60px;
  color: #fff;
  background: #d70a0a;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.enter .link a:hover {
  background: #555;
}

.tf_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

.tf_bg img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: none;
}

.tf_loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0px 0px -30px;
  width: 60px;
  height: 60px;
  background: #fff url(/images/loader.gif) no-repeat center center;
  z-index: 999;
  opacity: 0.7;
}

/**/
header {
  float: right;
  position: relative;
  height: 80px;
  border-bottom: 1px solid #d70a0a
}

/*nav.dropdown > ul { width: 100%;text-align: center; }
nav.dropdown > ul > li { display: inline-block; margin-left: -4px; }
nav.dropdown > ul > li > a { padding: 0.5em 0.45em; }
nav.dropdown > ul > li:first-child { margin-left: 0; }*/
nav.dropdown ul {
  margin: 0;
  padding: 0;
}

nav.dropdown li {
  float: left;
  position: relative;
  height: 100%;
  line-height: 82px;
}

nav.dropdown li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
  background: #fff;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
}

/*nav.dropdown li a:visited { color: #d70a0a; border-bottom: 2px solid #d70a0a; background: #fff; }*/
nav.dropdown li a:hover {
  color: #fff;
  background: #d70a0a;
}

nav.dropdown li a.current {
  color: #d70a0a;
  border-bottom: 2px solid #d70a0a;
  background: #fff;
}

nav.dropdown li.menusearch {
  display: none;
}

nav.dropdown>ul ul {
  display: none;
  position: absolute;
  width: 125px;
  background: #d70a0a;
  top: 100%;
  z-index: 9;
}

nav.dropdown>ul ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  vertical-align: top;
  line-height: normal;
}

nav.dropdown>ul ul li a {
  display: block;
  padding: 8px 20px 6px 20px;
  color: #fff;
  background: #d70a0a;
  font-size: 16px;
}

nav.dropdown li:hover>ul {
  display: block;
  min-width: 220px;
}

nav.dropdown>ul ul li a {
  display: block;
  padding: 8px 20px 6px 20px;
  color: #fff;
  background: #d70a0a;
  font-size: 16px;
}

nav.dropdown>ul ul li a:hover {
  background: #a90c0d;
}

nav.dropdown>ul ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d70a0a;
  left: 0;
  top: -2px;
  z-index: 10;
}

nav.dropdown>ul ul:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  pointer-events: none;
  border-bottom-color: #d70a0a;
  border-width: 8px;
}

/*All*/
section {
  float: left;
  width: 100%;
  background: #fff;
  /*border:1px solid #eee;*/
}

.container {
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

/*Top Bar*/
.topbar {
  width: 100%;
  color: #fff;
  background: url(../images/bg-head.png) no-repeat center center;
}

.topbar-warp {
  display: table;
  width: 100%;
  height: 30px;
}

.topbar-right {
  float: right;
  position: relative;
  overflow: hidden;
}

.topbar-right li {
  float: left;
  position: relative;
  height: 30px;
  line-height: 22px;
  border-right: 1px solid #b70c0e;
}

.topbar-right li:first-child {
  border-left: 1px solid #b70c0e;
}

.topbar-right li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.topbar-right li a:hover {
  background: #a90c0d;
}

.topbar-right li a.eng {
  line-height: 24px;
}

.topbar-right .fa {
  font-size: 20px;
}

/*Header*/
.header-warp {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #d70a0a
}

/* .logo { float:left; } */
/* .logo h1 { float:left; padding:15px 0; } */
/* .logo h1 a { display:block; width:160px; height:50px; text-indent:-99999px; background:url(../images/logo.png) no-repeat center center; background-size:contain; } */
.nav {
  float: right;
  position: relative;
  height: 80px;
}

.nav li {
  float: left;
  position: relative;
  height: 100%;
  line-height: 82px;
}

.nav li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
  background: #fff;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
}

.nav li a:hover {
  color: #fff;
  background: #d70a0a;
}

.nav li a.current {
  color: #d70a0a;
  border-bottom: 2px solid #d70a0a;
  background: #fff;
}

.nav li a.search {
  color: #fff;
  background: #161a1e;
}

.nav ul ul {
  visibility: hidden;
  display: none;
  position: absolute;
  width: 100%;
  background: #d70a0a;
  top: 100%;
  left: 0;
  z-index: 9;
}

.nav li:hover ul {
  visibility: visible;
  display: block;
  min-width: 220px;
}

.nav ul ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d70a0a;
  left: 0;
  top: -2px;
  z-index: 10;
}

.nav ul ul:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  pointer-events: none;
  border-bottom-color: #d70a0a;
  border-width: 8px;
}

.nav ul ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  vertical-align: top;
  line-height: normal;
}

.nav ul ul li a {
  display: block;
  padding: 8px 20px 6px 20px;
  color: #fff;
  background: #d70a0a;
  font-size: 16px;
}

.nav ul ul li a:hover {
  background: #a90c0d;
}

.nav-mobile {
  display: none;
  visibility: hidden;
  float: right;
  position: relative;
  height: 80px;
}

.nav-mobile li {
  float: left;
  position: relative;
  height: 100%;
  line-height: 82px;
}

.nav-mobile li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
  background: #fff;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
}

.nav-mobile li a:hover {
  color: #fff;
  background: #d70a0a;
}

.butnav-mini {
  display: none;
  visibility: hidden;
}

.hide-but {
  display: none !important;
}

.show-but {
  display: block;
}

.show-navi, .close-navi, .show-navisub, .close-navisub {
  cursor: pointer;
}

.hide-all {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.show-all {
  display: block;
  visibility: visible;
  opacity: 1;
}

.butnav-sub {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  top: 0;
  bottom: 0;
}

.butnav-sub .fa {
  font-size: 20px;
  width: 20px !important;
}

.navbar-toggle {
  background: #3d356f;
  margin-top: 22px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

/*Search*/
.warpsearch {
  float: left;
  width: 100%;
  padding: 5px 0 2px 0;
}

.warpsearch .box {
  float: left;
  width: 100%;
}

.warpsearch .box input[type="text"] {
  float: left;
  width: 80%;
  height: 60px;
  padding: 10px;
  border: 1px solid #eee;
}

.warpsearch .box input[type="submit"], .warpsearch .box input[type="button"] {
  float: right;
  display: block;
  width: 20%;
  height: 60px;
}

.warpsearch .maxh {
  height: 400px;
}

/*Search*/
.allsearch {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.allsearch .box {
  float: left;
  position: relative;
  width: 100%;
}

.allsearch .box input[type="text"] {
  float: left;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 1px solid #eee;
}

.allsearch .box input[type="submit"], .allsearch .box input[type="button"] {
  position: absolute;
  width: 200px;
  height: 60px;
  margin: 0;
  background-color: #d70a0a;
  background-image: none;
  text-indent: inherit;
  z-index: 1;
  right: 0;
}

.allsearch .box input[type="submit"]:hover, .allsearch .box input[type="button"]:hover {
  background-image: none;
  background-color: #a90c0d;
}

.allsearch .maxh {
  height: 400px;
}

/*Banner*/
/* .banner { display:block; position:relative; width:100%; overflow:hidden; } */
.banner img {
  width: 100%;
}

#owl-head-banner .item img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-mobile {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-mobile img {
  width: 100%;
}

#owl-head-banner-mobile .item img {
  display: block;
  width: 100%;
  height: auto;
}

/*Short Link*/
.short-link {
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #eee;
}

.short-link li {
  float: left;
  width: 20%;
  text-align: center;
}

.short-link li span {
  display: inline-table;
  width: 80px;
  height: 80px;
  background: #d70a0a;
  text-align: center;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.short-link li a {
  color: #555;
}

.short-link li a:hover {
  color: #d70a0a;
}

.short-link li a .fa {
  color: #fff;
}

.short-link .fa {
  display: table-cell;
  font-size: 36px;
  vertical-align: middle;
}

/*Home Colum Prduct & News*/
.colum-product-news {
  float: left;
  width: 100%;
  padding: 20px 0 30px 0;
}

.colum-product-news h3 {
  color: #d70a0a;
}

.colum-product-news li.box {
  float: left;
  position: relative;
  width: 50%;
}

.colum-product-news .new-products {
  float: left;
  position: relative;
  width: 100%;
  padding: 20px 5px;
  border: 1px solid #eee;
  overflow: hidden;
}

.colum-product-news .new-products h5 {
  min-height: 95px;
}

#owl-home-product .item {
  margin: 0 3px;
  padding: 0 10px;
}

#owl-home-product .item img {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

#owl-home-product .owl-controls {
  width: auto;
  bottom: 0;
}

.colum-product-news .new-vdo {
  float: left;
  width: 100%;
}

.colum-product-news .new-vdo li {
  float: left;
  position: relative;
  width: 50%;
  padding-left: 20px;
}

.colum-product-news .new-vdo .lastes-news {
  float: left;
  width: 100%;
}

.colum-product-news .new-vdo .lastes-news h4 {
  padding: 15px 18px 8px 18px;
}

.colum-product-news .new-vdo .lastes-news dl {
  float: left;
  position: relative;
  width: 100%;
  min-height: 373px;
  max-height: 373px;
  background: #f8f8f8;
}

.colum-product-news .new-vdo .lastes-news dl a {
  display: block;
}

.colum-product-news .new-vdo .lastes-news img {
  max-width: 100%;
}

.colum-product-news .new-vdo .lastes-news p {
  position: relative;
  padding: 0 18px 15px 18px;
  cursor: move;
  overflow: hidden;
}

.colum-product-news .new-vdo .lastes-vdo {
  float: left;
  width: 100%;
  padding: 10px;
  background: #d70a0a;
}

.colum-product-news .new-vdo .lastes-vdo iframe {
  height: 198px;
}

.colum-product-news .new-vdo .mini-banner {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.colum-product-news .new-vdo .mini-banner img {
  max-width: 100%;
}

#owl-mini-banner .item img {
  display: block;
  width: 100%;
  height: auto;
}

/*Navigation Page*/
.navigation {
  float: left;
  width: 100%;
  padding: 20px 0;
  color: #aaa;
}

.navigation li {
  float: left;
  height: 20px;
}

.navigation li:first-child span {
  display: inline-block;
  min-width: 50px;
  max-width: 100px;
  padding-bottom: 2px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation li:last-child {
  float: right;
  height: 20px;
}

.navigation li:last-child .fa {
  font-size: 16px;
}

.navigation .fa {
  padding: 0 5px;
  font-size: 16px;
}

/*Colum */
.colum-25 {
  float: left;
  width: 25%;
}

.colum-75 {
  float: left;
  width: 75%;
}

.colum-100 {
  float: left;
  width: 100%;
}

/*Product Page*/
.title-photo {
  float: left;
  width: 100%;
  height: 260px;
  border-bottom: 1px solid #d70a0a;
}

.title-bg-product {
  background: url(../images/bg-title-product.jpg) no-repeat center center;
}

.title-img-product {
  width: 100%;
  height: 100%;
  background: url(../images/title-product-full.png) no-repeat center bottom;
  background-size: auto 100%;
}

.title-photo-mini {
  float: left;
  width: 100%;
  height: 160px;
  background: #ccc
}

.title-bg-promotion {
  background: url(../images/bg-title-promotion.png) no-repeat center center;
}

.title-bg-all {
  background: url(../images/bg-title-all.png) no-repeat center top;
}

/*Product First*/
.colum-product-first-new {
  float: left;
  width: 100%;
  padding: 0 0 20px 30px;
}

.colum-product-first-new h3 {
  color: #d70a0a;
}

.colum-product-first-new .first-new-products {
  float: left;
  position: relative;
  width: 900px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.colum-product-first-new .first-new-products ul {
  margin-left: -20px;
}

.colum-product-first-new .first-new-products h5 {
  min-height: 68px;
}

.colum-product-first-new ul.title {
  float: left;
  position: relative;
  width: 100%;
}

.colum-product-first-new ul.title li {
  float: left;
}

.colum-product-first-new ul.title li:last-child {
  float: right;
  display: inline-table;
  padding-top: 8px;
}

.colum-product-first-new ul.title li .search-product {
  display: inline-table;
  vertical-align: middle;
  margin-right: 0;
}

.colum-product-first-new ul.title li .search-product .search {
  display: inline-table;
  position: relative;
}

.colum-product-first-new ul.title li .search-product .search input[type="submit"], .search input[type="button"] {
  position: absolute;
  right: 5px;
  width: 26px;
  height: 26px;
  margin: 7px 0 0 0;
  padding: 5px;
  border: none;
  background: url(../images/icon-search.png) no-repeat center center;
  text-indent: -99999px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.colum-product-first-new ul.title li .search-product .search input[type="submit"]:hover, .search input[type="button"]:hover {
  background: url(../images/icon-search-two.png) no-repeat center center;
}

.colum-product-first-new ul.title li .search-product .formsearch {
  width: 180px;
  height: 40px;
  padding: 10px 30px 8px 8px;
}

.colum-product-first-new ul.title li .group-product {
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}

.colum-product-first-new ul.title li .sort-product {
  display: inline-table;
  vertical-align: middle;
}

#owl-first-new-product .item {
  margin: 0;
  padding-left: 20px;
}

#owl-first-new-product .item img {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

#owl-first-new-product .owl-controls {
  width: auto;
  bottom: -20px;
}

.colum-product-first-best {
  float: left;
  width: 100%;
  padding: 0 0 20px 30px;
}

.colum-product-first-best h3 {
  color: #d70a0a;
}

.colum-product-first-best .first-best-products {
  float: left;
  position: relative;
  width: 900px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.colum-product-first-best .first-best-products ul {
  margin-left: -20px;
}

.colum-product-first-best .first-best-products h5 {
  min-height: 68px;
}

#owl-first-best-product .item {
  margin: 0;
  padding-left: 20px;
}

#owl-first-best-product .item img {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

#owl-first-best-product .owl-controls {
  width: auto;
  bottom: -20px;
}

.colum-product-first-recomm {
  float: left;
  width: 100%;
  padding: 0 0 40px 20px;
}

.colum-product-first-recomm h3 {
  color: #d70a0a;
}

.colum-product-first-recomm .first-recomm-products {
  float: left;
  position: relative;
  width: 900px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.colum-product-first-recomm .first-recomm-products ul {
  margin-left: -20px;
}

.colum-product-first-recomm .first-recomm-products h5 {
  min-height: 68px;
}

#owl-first-recomm-product .item {
  margin: 0;
  padding-left: 20px;
}

#owl-first-recomm-product .item img {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

#owl-first-recomm-product .owl-controls {
  width: auto;
  bottom: -20px;
}

/*Page Product*/
.sub-product {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}

.sub-product li {
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.sub-product li:last-child {
  border-bottom: 1px solid #eee;
}

.sub-product li.head {
  position: relative;
  padding: 0 15px 0 15px;
  font-size: 18px;
  line-height: 18px;
  border-top: 1px solid #d70a0a
}

.sub-product li a {
  display: block;
}

.sub-product li a.current {
  color: #d70a0a;
}

.sub-product li .group {
  position: relative;
  width: 100%;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.sub-product li .hg {
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
}

.sub-product li .hg .fa {
  font-size: 14px;
}

.sub-product li span {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #d70a0a;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.sub-product li .fa {
  width: 12px;
  margin-right: 8px;
}

.sub-product ul ul li {
  float: left;
  position: relative;
  width: 100%;
  padding: 6px 0 0 20px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.sub-product ul ul li:last-child {
  border-bottom: none;
}

.sub-product ul ul li span {
  background: #eee;
  color: #777
}

.sub-product ul ul li .fa {
  width: auto;
  margin-right: 5px;
}

.product-des {
  float: left;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.product-des p {
  padding: 0 0 5px 0;
}

.product-des p span {
  float: right;
}

.product-des p span b {
  color: #d70a0a
}

/*List Product*/
.product-list {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 0 20px 30px;
}

.product-list h3 {
  color: #d70a0a;
}

.product-list ul.title {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.product-list ul.title li {
  float: left;
}

.product-list ul.title li:last-child {
  float: right;
  display: inline-table;
  padding-top: 8px;
}

.product-list ul.title li .search-product {
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}

.product-list ul.title li .search-product .search {
  display: inline-table;
  position: relative;
}

.product-list ul.title li .search-product .search input[type="submit"], .search input[type="button"] {
  position: absolute;
  right: 5px;
  width: 26px;
  height: 26px;
  margin: 7px 0 0 0;
  padding: 5px;
  border: none;
  background: url(../images/icon-search.png) no-repeat center center;
  text-indent: -99999px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-list ul.title li .search-product .search input[type="submit"]:hover, .search input[type="button"]:hover {
  background: url(../images/icon-search-two.png) no-repeat center center;
}

.product-list ul.title li .search-product .formsearch {
  width: 180px;
  height: 40px;
  padding: 10px 30px 8px 8px;
}

.product-list ul.title li .group-product {
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}

.product-list ul.title li .sort-product {
  display: inline-table;
  vertical-align: middle;
}

.product-list .list {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-list .list ul {
  margin-left: -20px;
}

.product-list .list h5 {
  min-height: 68px;
}

.product-list .list li {
  position: relative;
  display: inline-block;
  width: 210px;
  margin: 20px -4px 20px 20px;
  vertical-align: top;
}

.product-list .list img {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

.product-detail {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 0 20px 30px;
}

.product-detail h3 {
  color: #d70a0a;
}

.product-detail h4 {
  color: #d70a0a;
  padding: 0px;
  font-size: 24px !important;
}

.product-detail ul.pic-des {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.product-detail ul.pic-des li {
  float: left;
  position: relative;
  width: 50%;
}

.product-detail ul.pic-des li:first-child {
  display: inline-table;
  vertical-align: bottom;
  text-align: center;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

.product-detail ul.pic-des li:first-child img {
  display: block;
  margin: 0 auto;
  min-width: inherit;
  max-width: 100%;
  height: auto;
}

.product-detail ul.pic-des .butposition {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 111;
}

.product-detail ul.pic-des .view360 {
  float: left;
  margin-left: 6px;
}

.product-detail ul.pic-des .view360 a {
  display: block;
  padding: 7px 10px 4px 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  cursor: pointer;
}

.product-detail ul.pic-des .view360 a:hover {
  border: 1px solid #d70a0a;
}

.product-detail ul.pic-des .tipdoc {
  float: left;
  margin-left: 6px;
}

.product-detail ul.pic-des .tipdoc a {
  display: block;
  padding: 7px 10px 4px 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  cursor: pointer;
}

.product-detail ul.pic-des .tipdoc a:hover {
  border: 1px solid #d70a0a;
}

.product-detail ul.pic-des .photo360 {
  position: absolute;
  width: 640px;
  height: 640px;
  background: #fff;
}

.product-detail-des {
  float: left;
  width: 100%;
  padding: 10px 0 0 30px;
}

.product-detail-des p {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.product-detail-des p span {
  float: right;
}

.product-detail-des p span b {}

.product-detail-des p span a.show-price {
  cursor: pointer;
}

.product-detail-des p span b.memberprice {
  color: #d70a0a;
  font-size: 18px;
}

.product-detail-des p.member-price {
  display: none;
  float: left;
}

.product-detail-des p.member-price input[type="text"], .product-detail-des p.member-price input[type="password"] {
  background: #f9f9f9;
  width: 208px;
}

.product-detail-des p.member-price input[type="button"] {
  margin-top: 5px;
  background: #777;
  border: 1px solid #777;
}

.product-detail-des p.member-price input[type="button"]:hover {
  background: #555;
  border: 1px solid #555;
}

.product-detail-buy {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 30px 0 20px 30px;
  color: #d70a0a;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
}

.product-detail-buy span {
  float: right;
}

.product-detail-buy dt {
  float: left;
  width: 50%;
  height: 40px;
  margin: 0 0 10px 0;
}

.product-detail-buy dt span.baseline {
  float: left;
  line-height: 44px;
}

.product-detail ul.detail {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.product-detail .product-relate-box {
  width: 868px;
  padding: 10px 0;
  overflow: hidden;
}

.product-detail .product-relate-box ul {
  margin-left: -15px;
}

#owl-relate-product .item {
  margin: 0;
  padding-left: 15px;
}

#owl-relate-product .item img {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

#owl-relate-product .owl-controls {
  width: auto;
  bottom: 0;
}

.gallery-crow {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 30px;
  vertical-align: top;
  overflow: hidden;
}

.photo-gallery {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.photo-gallery img {
  display: block;
  width: 100%;
}

.navi-sub {
  display: block;
}

.boxetc {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px 15px 15px;
  border: 1px solid #eee;
  border-top: 1px solid #d70a0a;
}

.boxetc h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.list-full {
  float: left;
  position: relative;
  width: 100%;
}

.list-full ul {
  margin-left: -20px;
}

.list-full h3 {
  color: #d70a0a;
  border-bottom: 1px solid #eee;
}

.list-full h4 {
  min-height: 100px;
  padding: 15px 18px 10px 18px;
  background: #f8f8f8;
}

.list-full li {
  position: relative;
  display: inline-block;
  width: 295px;
  margin: 20px -4px 20px 20px;
  vertical-align: top;
}

.list-full li img {
  max-width: 100%;
  min-width: 100%;
}

.promotion-detail {
  float: left;
  width: 100%;
}

.promotion-detail h3 {
  color: #d70a0a;
  border-bottom: 1px solid #eee;
}

.promotion-detail small {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
}

.promotion-detail ul {
  padding: 20px 0;
  text-align: center;
}

.promotion-detail img {
  max-width: 100%;
  min-width: 100%;
}

.three-list {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 0 30px 30px;
}

.three-list h3 {
  color: #d70a0a;
}

.three-list h4 {
  padding: 50px 0 0 0;
}

.three-list h4.name {
  padding: 30px 0 0 0;
}

.three-list .list {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.three-list .list ul {
  margin-left: -30px;
}

.three-list .list h4 {
  padding: 15px 18px 8px 18px;
}

.three-list .list p {
  padding: 0 18px 15px 18px;
}

.three-list .list li {
  position: relative;
  display: inline-block;
  width: 280px;
  min-height: 360px;
  margin: 20px -4px 20px 30px;
  vertical-align: top;
  background: #f8f8f8;
}

.three-list .list img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/bg-product.png) no-repeat center center;
  background-size: 100% auto;
}

.three-list .list-two {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.three-list .list-two ul {
  margin-left: -30px;
}

.three-list .list-two h4 {
  padding: 15px 0 8px 0;
}

.three-list .list-two p {
  padding: 0 0 15px 0;
}

.three-list .list-two li {
  position: relative;
  display: inline-block;
  width: 435px;
  min-height: 360px;
  margin: 20px -4px 20px 30px;
  vertical-align: top;
  background: #fff;
}

.three-list .list-two img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/bg-group.png) no-repeat center center;
  background-size: 100% auto;
}

.three-list .vdo {
  position: absolute;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #d70a0a;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.three-list .vdo .fa {
  padding: 8px 0 0 2px;
}

.three-list .address li {
  min-height: 280px;
  background: none;
}

.three-list .address li h4 {
  padding-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d70a0a;
}

.three-list .address li h4, .three-list .address li p {
  padding-left: 0;
  padding-right: 0;
}

.three-list ul.title {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.three-list ul.title li {
  float: left;
}

.three-list ul.title li:last-child {
  float: right;
  display: inline-table;
  padding-top: 8px;
}

.three-list ul.title li .group-product {
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}

.three-list ul.title li .sort-product {
  display: inline-table;
  vertical-align: middle;
}

.three-list small {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
}

.three-list .detail {
  float: left;
  width: 100%;
}

.three-list .detail h5 {
  font-size: 23px;
}

.three-list .detail h6 {
  padding: 0;
  font-size: 19px;
}

.three-list .detail ul.address {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.three-list .detail li {
  float: left;
  position: relative;
}

.three-list .detail ul.address li:first-child {
  width: 60%;
  padding-right: 15px;
}

.three-list .detail ul.address li:last-child {
  width: 40%;
  padding-left: 15px;
}

.three-list .detail ul.twocolum {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.three-list .detail ul.twocolum li {
  float: left;
  position: relative;
  width: 50% !important;
  min-height: inherit;
}

.three-list .detail .viewgallery {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}

.three-list .detail .viewgallery a {
  display: block;
  padding: 7px 10px 4px 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  cursor: pointer;
}

.three-list .detail .viewgallery a:hover {
  border: 1px solid #d70a0a;
}

.three-list .detail .viewgallery .group-rel {
  display: none;
  visibility: hidden;
  height: 0;
}

.three-list .detail img {
  min-width: 100%;
  max-width: 100%;
}

.three-list .detail iframe {
  padding-top: 15px;
  height: 550px;
}

.three-list .detail .map {
  padding: 20px 0 15px 0;
}

.three-list .detail .chairman {
  width: 100%;
  min-height: 480px;
  padding-top: 30px;
  text-align: center;
}

.three-list .detail .chairman img {
  min-width: inherit;
  max-width: inherit;
  width: auto !important;
}

.three-list .detail ul.plan11 {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 5px;
}

.three-list .detail ul.plan11:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.three-list .detail ul.plan11 li {
  position: relative;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.three-list .detail ul.plan11 li span {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  border: 3px solid #d70a0a;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.three-list .detail ul.plan11 li:nth-child(odd) p {
  float: right;
  position: relative;
  width: 45%;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.three-list .detail ul.plan11 li:nth-child(odd) p:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 1px;
  background: #eee;
  margin: auto;
  left: -10%;
  top: 0;
  bottom: 0;
}

.three-list .detail ul.plan11 li:nth-child(odd) p:hover {
  border: 1px solid #d70a0a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.three-list .detail ul.plan11 li:nth-child(odd) p:hover:before {
  background: #d70a0a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.three-list .detail ul.plan11 li:nth-child(even) p {
  float: left;
  position: relative;
  width: 45%;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.three-list .detail ul.plan11 li:nth-child(even) p:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 1px;
  background: #eee;
  margin: auto;
  right: -10%;
  top: 0;
  bottom: 0;
}

.three-list .detail ul.plan11 li:nth-child(even) p:hover {
  border: 1px solid #d70a0a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.three-list .detail ul.plan11 li:nth-child(even) p:hover:before {
  background: #d70a0a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.three-list .detail ul.desdetail {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.three-list .detail ul.desdetail .toptab {
  padding-top: 20px;
}

.three-list .detail ul.desdetail-normal {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.three-list .detail ul.desdetail-normal h4 {
  padding-top: 15px;
}

.three-list .detail ul.faq {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.three-list .detail ul.faq li {
  float: left;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 100px;
}

.three-list .detail ul.faq .q {
  position: absolute;
  width: 100px;
  height: 50px;
  text-align: center;
  left: 0;
}

.three-list .detail ul.faq li:nth-child(odd) {
  font-weight: bold;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

/*.three-list .detail ul.faq li:nth-child(odd):before { content:''; position:absolute; width:100px; height:1px; background:#d70a0a; left:0; top:0; }*/
.three-list .detail ul.faq li:nth-child(even) {
  margin-bottom: 20px;
  background: #fcfcfc
}

/*.three-list .detail ul.faq li:nth-child(even):before { content:''; position:absolute; width:100px; height:1px; background:#d70a0a; left:0; bottom:0; }*/
.contact-form {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.contact-form h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.contact-form li {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: top;
}

.contact-form li.right {
  margin: 0;
}

.contact-form p {
  padding: 15px 0 5px 0;
}

.contact-form input[type="text"] {
  width: 95%;
  padding: 12px;
  border: 1px solid #eee;
}

.contact-form textarea {
  width: 100%;
  height: 228px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #eee;
}

.contact-form input[type="submit"], .contact-form input[type="button"] {
  width: 180px;
  margin-top: 15px;
  padding: 10px 5px;
  color: #fff;
  background: #d70a0a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.3s ease;
}

.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover {
  background: #a90c0d;
}

.contact-form input[type="submit"]:focus, .contact-form input[type="button"]:focus {
  border: none !important;
}

.contact-form .cen {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.contact-form .short {
  width: 232px !important;
}

.contact-form .capt {
  display: inline-block;
  width: 180px;
  margin: 0 10px 0 0;
  padding: 9px;
  background: #f0f0f0;
  border: 1px solid #f1f1f1;
  text-align: center;
}

.contact-form input, textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form input:focus, textarea:focus {
  border: 1px solid #b9bfc3 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.smartweb-three {
  position: relative;
  width: 100%;
}

div.smartweb-three ul {
  margin-left: -15px;
}

div.smartweb-three li {
  width: 33.3333%;
  padding: 0 0 0 15px;
}

div.smartweb-three li h6 {
  padding-top: 20px !important;
}

div.smartweb-three img {
  min-width: 100%;
  max-width: 100%;
}

.crowstar {}

.crowstar li:first-child {
  float: left;
  width: 30%;
}

.crowstar li:last-child {
  float: left;
  width: 70%;
  padding-left: 20px;
}

.crowstar li img {
  min-width: inherit;
  max-width: 100%;
}

.level-milionaire {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 10px;
  right: 10px;
  z-index: 2;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.icon-centurion {
  background: #fff url(../images/icon-centurion.png) no-repeat center center;
  background-size: 70%;
}

.icon-platinum {
  background: #fff url(../images/icon-platinum.png) no-repeat center center;
  background-size: 90%;
}

.icon-gold {
  background: #fff url(../images/icon-gold.png) no-repeat center center;
  background-size: 60%;
}

.icon-silver {
  background: #fff url(../images/icon-silver.png) no-repeat center center;
  background-size: 60%;
}

.date-programe {
  float: right;
  position: relative;
  margin-top: -6px;
}

.date-programe i {
  position: absolute;
  height: 23px;
  margin: auto;
  right: 110px;
  top: 0;
  bottom: 0;
}

.career-download {
  float: right;
  position: relative;
  margin-top: -6px;
}

.country {
  width: 100%;
}

.country h3 {
  border-bottom: 1px solid #eee;
  color: #d70a0a;
}

.country ul.num {
  float: left;
  width: 100%;
  vertical-align: middle;
  padding: 60px 0;
  background: url(../images/bg-flag.png) no-repeat center center;
}

.country ul.num li {
  float: left;
  width: 33.3333%;
  padding: 15px 0;
  text-align: center;
}

.country ul.num .th {
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/flag-th.png) no-repeat center top;
}

.country ul.num .in {
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/flag-in.png) no-repeat center top;
}

.country ul.num .la {
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/flag-la.png) no-repeat center top;
}

.country ul.num .vi {
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/flag-vi.png) no-repeat center top;
}

.country ul.num .ca {
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/flag-ca.png) no-repeat center top;
}

.country ul.num .my {
  display: inline-block;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/flag-my.png) no-repeat center top;
}

.search-page {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.search-page h3 {
  border-bottom: 1px solid #eee;
  color: #d70a0a;
}

.search-page ul.list {
  width: 100%;
}

.search-page ul.list li {
  float: left;
  width: 100%;
}

.search-page ul.list li p {
  padding-top: 0;
}

.more-click-show {
  cursor: pointer;
}

.more-click-detail {
  display: none;
}

/*Price Range */
.range {
  float: left;
  width: 100%;
}

.range p {
  padding: 0;
}

.range input[type="text"] {
  float: left;
  width: 100%;
  margin: 15px 0 10px 0;
  padding: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: #d70a0a !important;
  font-size: 18px;
  background: rgba(255, 255, 255, 0);
}

.range input[type="text"]:focus {
  border: none !important;
}

.range input[type="submit"] {
  width: 100%;
  background: #777;
  border: 1px solid #777;
  color: #fff;
}

.range input[type="submit"]:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}

.ui-widget-header {
  border: none;
  background: #777;
}

/*Short Support*/
.short-support {
  display: table;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  border-top: 1px solid #eee
}

.short-support .list {
  float: left;
  position: relative;
  width: 100%;
}

.short-support .list li {
  float: left;
  position: relative;
  width: 24%;
  text-align: center;
  border-right: 1px solid #eee
}

.short-support .list li:first-child a {
  cursor: default;
}

.short-support .list li:last-child {
  border-right: none;
}

.short-support .list li a {
  display: block;
}

.short-support .list li a .fa {
  font-size: 32px;
  color: #777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.short-support .list li a:hover .fa {
  color: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Follow Us*/
.followus {
  display: table;
  width: 100%;
  padding: 20px 0;
  background: #f8f8f8;
}

.followus .list {
  float: left;
  position: relative;
  width: 100%;
}

.followus .list li {
  float: left;
  position: relative;
  width: 50%;
}

.followus .list li a {
  display: block;
}

.followus .list li p {
  padding: 0 0 15px 0;
}

.followus .list li span {
  display: inline-block;
  margin-right: 20px;
}

.followus .list li span .fa {
  padding-right: 5px;
  font-size: 40px;
  vertical-align: middle;
}

.followus .list li span .fa.fb {
  color: #44619d;
}

.followus .list li span .fa.yt {
  color: #d70a0a;
}

.followus .list input[type="text"] {
  width: 310px;
  height: 40px;
}

.followus .list input[type="button"], .followus .list input[type="submit"] {
  background: #777;
  border: 1px solid #777;
}

.followus .list input[type="button"]:hover, .followus .list input[type="submit"]:hover {
  background: #555;
  border: 1px solid #555;
}

/*Footer*/
.footer {
  float: left;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  background: #c40101 url(../images/bg-footer.png) no-repeat top center;
}

.footer .list {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d70a0a
}

.footer .list li {
  float: none;
  display: inline-block;
  width: 15.55%;
  margin-right: -4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  vertical-align: top;
}

.footer .list li:last-child {
  padding-right: 0;
}

.footer .list li h4 {
  padding-bottom: 8px;
  color: #fff;
}

.footer .list li h4 a {
  display: block;
  color: #fff;
}

.footer .list p {
  padding: 2px 0;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.footer .list a {
  color: #ffcaca;
}

.footer .list a:hover {
  color: #fff;
}

.footer .list .home {
  color: #fff;
}

.footer .copy {
  float: left;
  width: 100%;
  border-top: 1px solid #a90c0d;
}

.footer .copy p {
  padding-bottom: 0;
}

.footer .copy p span {
  float: right;
}

.footer .copy .fa {
  color: #fff;
  font-size: 22px;
}

/*Ads*/
.ads {
  position: fixed;
  width: 320px;
  height: 340px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ads .box {
  position: relative;
  width: 320px;
  height: 3200px;
}

.ads .box img {
  display: block;
}

.ads .close-ads {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background: #777;
  cursor: pointer;
}

.ads .close-ads .fa {
  padding-top: 3px;
}

.hide-ads {
  bottom: -320px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Pagination*/
.pointpage {
  float: left;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

.pointpage a {
  display: inline-block;
  margin: 0 2px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  border: 1px solid #eee;
}

.pointpage a:hover {
  border: 1px solid #ddd;
}

.pointpage a.prev {
  float: left;
  margin-left: 0;
  cursor: pointer;
}

.pointpage a.prev:hover {}

.pointpage a.next {
  float: right;
  margin-right: 0;
}

.pointpage a.next:hover {}

.pointpage a.last {
  width: auto;
}

.pointpage span {
  display: inline-block;
  margin: 0 2px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  border: 1px solid #d70a0a;
}

.pointpage .none-border {
  border: none;
  padding-left: 0;
}

.pointpage .none-border a:hover {
  border: nene;
}

/* Tabs */
.tab-content {
  width: 100%;
}

.tab-content img {
  min-width: 100%;
  max-width: 100%;
}

.inner {
  width: 100%;
}

.tabs {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.tabs li {
  float: left;
  position: relative;
  height: 40px;
  margin: 0px 2px 0px 0;
  padding: 0;
}

.tabs li a {
  display: block;
  height: 40px;
  padding: 0 20px;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}

.tabs li a:hover {
  color: #d70a0a;
}

.tabs li.active a, .tabs li.active a:hover {
  border: 1px solid #eee;
  border-top: 1px solid #d70a0a;
  border-bottom: 1px solid #fff;
}

.tabs li.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.tab_container {
  overflow: hidden;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.tab_content {
  margin: 10px 20px;
  font-size: 14px;
  /* 20 - border */
}

.tab_content h2 {
  position: relative;
  font-size: 18px;
}

.tab_content h2:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #d70a0a;
  left: 0;
  bottom: 0;
}

.tab_content img {
  max-width: 100%;
}

/*Element*/
/* ::selection { color:#fff; background: #e02222; } */
::-moz-selection {
  color: #fff;
  background: #e02222;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input[type="button"], input[type="submit"], button.button_sub {
  -webkit-appearance: none;
  padding: 5px 30px 9px;
  color: #fff;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-size: 19px;
  background: #d70a0a;
  border: 1px solid #d70a0a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="button"]:hover, input[type="submit"]:hover {
  background: #a90c0d;
  border: 1px solid #a90c0d;
}

input[type="text"], input[type="password"], select#quantity {
  -webkit-appearance: none;
  padding: 0 10px;
  border: 1px solid #eee;
  font-size: 14px;
}

input, textarea {
  -webkit-appearance: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #d70a0a !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea.txt_area {
  width: 100%;
  min-height: 20%;
}

input[type=file]:focus,
input[type=file]:hover,
input[type=checkbox]:focus,
select:focus, select:hover {
  border: 1px solid #d70a0a !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=file],
input[type=checkbox],
select {
  -webkit-appearance: none;
  color: #555;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label {
  cursor: pointer;
}

select.selector {
  -webkit-appearance: none;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
}

input[type=radio].css-radio {
  display: none;
}

input[type=radio].css-radio+label.css-label2 {
  display: inline-block;
  padding-left: 30px;
  height: 25px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio].css-radio:checked+label.css-label2 {
  background-position: 0 -40px;
}

.css-label2 {
  margin: 0 15px 0 0;
  font-weight: bold;
  width: auto;
  background: url(../images/radio-off-on.png) no-repeat;
}

.link-but {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 5px 20px;
  text-align: center;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  font-size: 19px;
  line-height: 34px;
  cursor: pointer;
  background: #d70a0a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but:hover {
  color: #fff;
  background: #a90c0d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but-three {
  display: inline-block;
  height: 40px;
  padding: 5px 10px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but-three:hover {
  color: #fff;
  background: #d70a0a;
  border: 1px solid #d70a0a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but-one {
  display: block;
  width: 200px;
  height: 40px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #555;
  background: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but-one:hover {
  color: #fff;
  background: #d70a0a;
  border: 1px solid #d70a0a;
}

.link-but-two {
  display: inline-block;
  width: 200px;
  height: 40px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  background: #d70a0a;
  border: 1px solid #d70a0a;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but-two:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}

.link-but-four {
  display: block;
  height: 40px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-family: 'rsuregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #555;
  background: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-but-four:hover {
  color: #fff;
  background: #d70a0a;
  border: 1px solid #d70a0a;
}

.title-underline {
  position: relative;
}

.title-underline:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #d70a0a;
  left: 0;
  bottom: 0;
}

.width-full {
  width: 100%;
}

.width-200 {
  width: 200px;
}

.width-300 {
  width: 300px;
}

.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #fff;
}

.mn {
  margin: 0 !important;
}

.mr {
  margin-right: 0 !important;
}

.ml {
  margin-left: 0 !important;
}

.mt {
  margin-top: 0 !important
}

.mb {
  margin-bottom: 0 !important;
}

.pn {
  padding: 0 !important;
}

.pr {
  padding-right: 0 !important;
}

.pl {
  padding-left: 0 !important;
}

.pt {
  padding-top: 0 !important;
}

.pb {
  padding-bottom: 0 !important;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.bb {
  border-bottom: none !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.img-circle {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.img {
  width: 100%;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #d70a0a;
}

.text-green {
  color: #12a840;
}

.text-yellow {
  color: #f9c828;
}

.text-glay {
  color: #999;
}

.text-redtwo {
  color: #eb2123;
}

.bg-blue {
  background: #578ebe;
}

.bg-blue-two {
  background: #3f79ac;
}

.bg-redd {
  background: #e92120;
}

.bg-red {
  background: #d70a0a;
}

.bg-red-two {
  background: #d04746;
}

.bg-purple {
  background: #8775a7;
}

.bg-purple-two {
  background: #745e9c;
}

.bg-green {
  background: #44b6ae;
}

.bg-green-two {
  background: #30aba2;
}

.bg-green2 {
  background: #7fbb5b;
}

.bg-green2-two {
  background: #64a83b;
}

.bg-gray {
  background: #bbb;
}

.bg-gray-two {
  background: #eee;
}

.bg-yellow {
  background: #dfc356;
}

.bg-yellow-two {
  background: #d2b43e;
}

.bg-pink {
  background: #eb6fb5;
}

.bg-pink-two {
  background: #df50a1;
}

.bg-pink2 {
  background: #cc5688;
}

.bg-pink2-two {
  background: #c4327d;
}

.bg-sky {
  background: #59d4df;
}

.bg-sky-two {
  background: #3fc0cc;
}

.bg-orange {
  background: #f3994d;
}

.bg-orange-two {
  background: #ee842a;
}

.bg-white {
  background: #fff;
}

.table-one {
  width: 100%;
  padding-bottom: 10px;
}

.table-one table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border: 1px solid #eee;
}

.table-one tr:nth-of-type(odd) {
  background: #f8f8f8;
}

.table-one thead {
  border: 1px solid #eee;
}

.table-one th {
  background: #eee;
  font-weight: bold;
  text-align: center !important;
}

.table-one td, th {
  padding: 6px;
  border: 1px solid #eee;
  text-align: left;
}

.table-one td:nth-of-type(1) {
  text-align: center;
}

.table-one td:nth-of-type(2) {
  text-align: center;
}

.table-one td:nth-of-type(3) {}

.table-two {
  width: 100%;
  margin: 25px 0 30px 0;
  padding: 0;
  border: 1px solid #eee;
}

.table-two table {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.table-two table a {
  display: inline-block;
  text-decoration: underline;
}

/*.table-two table tr:hover { background:#f5f5f5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}*/
.table-two tr td {
  text-align: center;
}

.table-two tr:last-child td:last-child {}

.table-two table tr:first-child td:first-child {}

.table-two table tr:first-child td:last-child {}

.table-two tr:last-child td:first-child {}

.table-two tr:hover td {}

.table-two tr:nth-child(odd) {
  background-color: #fafafa;
}

.table-two tr:nth-child(even) {
  background-color: #fff;
}

.table-two td {
  text-align: center;
  padding: 6px;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  font-size: 12px;
}

.table-two tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.table-two tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.table-two tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.table-two tr:first-child td {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  background: #eaeaea;
  border: 0px solid #e5e5e5;
  border-width: 0px 0px 1px 1px;
}

.table-two tr:first-child a {
  color: #555;
}

.table-two tr:first-child:hover td {}

.table-two tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.table-two tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

.table-two .bank {
  margin: 0 8px;
}

.table-two .columspan {
  display: inline-block;
  margin: 0 0px 0 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

td.table-banks {
  padding: 0 0 10px 0;
}

/*Features Table*/
.table-price {
  width: 100%;
}

.features-table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 0;
}

.features-table td {
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  /* white-space: nowrap;*/
  text-align: center;
}

.features-table td h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

/*-----------------------Body*/
.features-table tbody td {
  width: 150px;
  text-align: center;
}

.features-table tbody td:first-child {
  width: auto;
  text-align: left;
}

.features-table td:nth-child(2), .features-table td:nth-child(3) {
  background: #fcfcfc;
  border-right: 1px solid #f2f2f2;
}

.features-table td:nth-child(4) {
  background: #f7f7f7;
}

/*-----------------------Header*/
.features-table thead td {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top: 1px solid #f2f2f2;
}

.features-table thead td:first-child {
  border-top: none;
}

/*-----------------------Footer*/
.features-table tfoot td {
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 1px solid #f2f2f2;
}

.features-table tfoot td:first-child {
  border-bottom: none;
}

.features-table .price {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.features-table p {
  padding: 0;
}

.middle-line {
  display: inline-block;
  vertical-align: middle;
}

/* Media Screen ==========================================================*/
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px), (max-width: 960px) {
  .container {
    width: 960px;
  }

  .logo h1 a {
    width: 120px
  }

  nav.dropdown li a {
    padding: 0 12px;
  }

  .colum-product-news .new-products {
    min-height: 338px;
  }

  #owl-home-product .item {
    margin: 0 3px 3px 3px
  }

  .colum-product-news .new-vdo .lastes-news dl {
    min-height: 338px;
    max-height: 338px;
  }

  .colum-product-news .new-vdo .lastes-news p {
    height: 100px;
  }

  .colum-product-news .new-vdo .lastes-news p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background: #f8f8f8;
    z-index: 1;
    bottom: 0;
  }

  .product-list ul.title li:last-child {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }

  .product-list .list li {
    width: 216px;
  }

  .product-list ul.title li .search-product .formsearch {
    width: 370px;
  }

  .product-detail-des p.member-price input[type="text"], .product-detail-des p.member-price input[type="password"] {
    width: 100%;
  }

  .product-detail-des p.member-price input[type="text"] {
    margin-bottom: 5px;
  }

  .product-detail .product-relate-box {
    width: 660px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 688px;
  }

  .product-detail-buy dt {
    width: 100%;
  }

  .product-detail-buy span {
    float: left;
    width: 100%;
  }

  .list-full li {
    width: 225px;
  }

  .three-list .list ul {
    margin-left: -15px;
  }

  .three-list .list li {
    width: 220px;
    margin: 20px -4px 20px 15px;
  }

  .three-list .detail iframe {
    height: 434px;
  }

  .three-list .list-two li {
    width: 330px;
  }

  .three-list .detail ul.address li:first-child {
    width: 100%;
  }

  .three-list .detail ul.address li:last-child {
    width: 100%;
    padding-left: 0;
  }

  .contact-form .short {
    width: 132px !important
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 12px;
  }

  h4, .product-detail h4 {
    font-size: 19px !important;
  }

  header {
    float: none;
  }

  .container {
    width: 720px;
  }

  .logo h1 a {
    width: 160px;
  }

  nav.off_canvas li.shortsearch {
    display: none;
  }

  nav.dropdown li.menusearch {
    display: block;
  }

  .sub-product {
    display: none;
  }

  .sub-product.show-in-mobile {
    display: contents !important;
  }

  .sub-product li.head {
    cursor: pointer;
  }

  .butnav-sub {
    display: block;
  }

  .navi-sub {
    display: none;
  }

  .navisub-show {
    display: block !important;
  }

  .navisub-none {
    display: none;
  }

  .warpsearch .box input[type="text"] {
    width: 100%;
  }

  .warpsearch .box input[type="submit"], .warpsearch .box input[type="button"] {
    width: 100%;
  }

  .colum-25 {
    float: left;
    width: 100%;
  }

  .colum-75 {
    float: left;
    width: 100%;
  }

  .colum-product-first-new, .colum-product-first-best, .colum-product-first-recomm {
    padding-left: 0;
  }

  .boxetc {
    display: none;
  }

  .colum-product-news li.box {
    width: 100%;
  }

  .colum-product-news .new-products {
    margin-bottom: 20px;
  }

  .colum-product-news .new-vdo li:first-child {
    padding-left: 0;
    padding-right: 10px;
  }

  .colum-product-news .new-vdo li:last-child {
    padding-left: 10px;
  }

  .colum-product-news .new-vdo .lastes-news dl {
    min-height: 403px;
    max-height: 403px;
  }

  .colum-product-news .new-vdo .lastes-news p {
    height: 58px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 720px;
  }

  .product-list {
    padding-left: 0;
  }

  .product-list .list ul {
    margin-left: -15px;
  }

  .product-list .list li {
    width: 230px;
    margin: 20px -4px 20px 15px;
  }

  /*.product-list ul.list li { width:230px; }*/
  .product-list ul.title li .search-product .formsearch {
    width: 400px;
  }

  .product-detail {
    padding-left: 0;
  }

  .product-detail .product-relate-box {
    width: 690px;
  }

  .list-full ul {
    margin-left: -15px;
  }

  .list-full li {
    width: 230px;
    margin: 20px -4px 20px 15px;
  }

  .three-list {
    padding-left: 0;
  }

  .three-list .list li {
    width: 230px;
  }

  .three-list .detail ul.address li:first-child {
    padding-right: 0;
  }

  .three-list .detail li:first-child {
    width: 100%;
    padding-right: 0;
  }

  .three-list .detail li:last-child {
    width: 100%;
    padding-left: 0;
  }

  .three-list .detail .viewgallery {
    right: 10px
  }

  .three-list .detail iframe {
    height: 450px;
  }

  .three-list .list-two li {
    width: 345px;
  }

  div.smartweb-three li {
    width: 33.3333% !important;
    padding: 0 0 0 15px !important;
  }

  .contact-form li {
    width: 100%;
  }

  .contact-form input[type="text"] {
    width: 100%;
  }

  .followus .list input[type="text"] {
    width: 200px;
  }

  .footer .list li {
    width: 33.3333%;
  }

  .footer .list li:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px), (max-width: 736px) {
  .container {
    width: 600px;
  }

  /* .banner {
    display: none;
  } */

  .banner-mobile {
    display: block;
  }

  .short-link li {
    width: 25%;
  }

  .short-link li:last-child {
    display: none;
  }

  .navigation li:first-child {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .title-img-product {
    width: 100%;
    height: 100%;
    background: url(../images/title-product-full.png) no-repeat center bottom;
    background-size: 100% auto;
  }

  .title-photo {
    height: 200px;
  }

  .colum-product-news .new-vdo .lastes-news dl {
    min-height: 373px;
    max-height: 373px;
  }

  .colum-product-news .new-vdo .lastes-news p {
    height: 80px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 600px;
  }

  .product-list .list li {
    width: 190px;
  }

  .product-list ul.title li .search-product .formsearch {
    width: 280px;
  }

  .product-detail ul.pic-des .view360 {
    display: none;
  }

  .product-detail .product-relate-box {
    width: 570px;
  }

  .list-full li {
    width: 190px;
  }

  .three-list .list li {
    width: 190px;
  }

  .three-list .detail iframe {
    height: 380px;
  }

  .three-list .detail .chairman {
    min-height: inherit;
  }

  .three-list .detail .chairman img {
    min-width: 100%;
    max-width: 100%;
  }

  .three-list .detail ul.twocolum li {
    width: 100% !important;
    padding-right: 0;
  }

  .three-list .detail ul.twocolum li:first-child {
    padding-bottom: 50px;
  }

  .three-list .detail ul.twocolum li:last-child {
    padding-left: 0;
  }

  .three-list .list-two li {
    width: 285px;
  }

  .table-price {
    width: 100%;
    overflow-x: scroll;
  }

  .country ul.num li {
    width: 100%;
    padding: 20px 0;
  }

  .short-support .list li {
    width: 49%;
  }

  .short-support .list li:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }

  .short-support .list li:nth-child(2) {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    border-right: none;
  }

  .short-support .list li:nth-child(3), .short-support .list li:nth-child(4) {
    padding-top: 10px;
  }

  .followus .list input[type="text"] {
    width: 80%;
    margin-bottom: 10px;
  }

  .footer .list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .footer .list li h4 {
    display: block;
    border-bottom: 1px solid #d70a0a;
    border-top: 1px solid #a90c0d
  }

  .footer .list li:last-child h4 {
    border-bottom: none;
  }

  .footer .list li h4.home {
    border-top: none;
  }

  .footer .list li .pt20 {
    padding-top: 8px;
  }

  .navfooter {
    display: none;
  }

  .show-footer {
    display: block;
  }
}

@media screen and (max-width: 480px), (max-width: 568px) {
  .container {
    width: 420px;
  }

  .short-link li {
    width: 50%;
  }

  .navigation li:first-child {
    width: 200px;
  }

  .colum-product-news .new-vdo li {
    width: 100%;
    padding: 0 !important;
  }

  .colum-product-news .new-vdo li:first-child {
    margin-bottom: 15px;
  }

  .colum-product-news .new-vdo .lastes-news dl {
    min-height: 453px;
    max-height: 453px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 420px;
  }

  .product-list .list ul {
    margin-left: -20px;
  }

  .product-list .list li {
    width: 200px;
    margin: 20px -4px 20px 20px;
  }

  .product-list ul.title li .search-product {
    float: left;
    width: 100%;
  }

  .product-list ul.title li .search-product .search {
    float: left;
    width: 100%;
  }

  .product-list ul.title li .sort-product {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .product-list ul.title li .sort-product .chosen-container {
    width: 100% !important;
  }

  .product-list ul.title li .group-product {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .product-list ul.title li .group-product .chosen-container {
    width: 100% !important;
  }

  .product-list ul.title li .search-product .formsearch {
    width: 100%;
  }

  .three-list ul.title li .group-product {
    width: 100%;
  }

  .three-list ul.title li .sort-product {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .three-list ul.title li .sort-product {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .three-list ul.title li .sort-product .chosen-container {
    width: 100% !important;
  }

  .three-list ul.title li .group-product .chosen-container {
    width: 100% !important;
  }

  .three-list ul.title li:last-child {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }

  .product-detail ul.pic-des li {
    width: 100%;
  }

  .product-detail-des {
    padding-left: 0;
  }

  .product-detail-buy {
    padding-left: 0;
    padding-bottom: 0;
  }

  .product-detail .product-relate-box {
    width: 390px;
  }

  .list-full ul {
    margin-left: -20px;
  }

  .list-full li {
    width: 200px;
    margin: 20px -4px 20px 20px;
  }

  .three-list .list ul {
    margin-left: -20px;
  }

  .three-list .list li {
    width: 200px;
    margin: 20px -4px 20px 20px;
  }

  .three-list .relate li:last-child {
    display: none;
  }

  .three-list .detail iframe {
    height: 280px;
  }

  .three-list .address li {
    min-height: inherit;
  }

  .three-list .list-two li {
    width: 420px;
  }

  div.smartweb-three li {
    width: 100% !important;
    padding: 0 0 0 15px !important;
  }

  .crowstar li:first-child {
    width: 100%;
  }

  .crowstar li:last-child {
    width: 100%;
    padding-left: inherit;
  }

  .crowstar li img {
    min-width: 100%;
    padding-bottom: 15px;
  }

  .table-one {
    overflow-x: scroll;
  }

  .table-one table {
    min-width: 600px;
  }

  .followus .list li {
    width: 100%;
  }

  .followus .list input[type="text"] {
    width: 100%;
  }

  .followus .list input[type="button"], .followus .list input[type="submit"] {
    width: 100%;
  }

  li.pic-con {
    margin: 0px !important;
    width: 100% !important;
    padding: 2px 0px 2px 20px;
    background: #ffffff00 !important;
  }
}

@media screen and (max-width: 414px) {

  /*iPhone 6 Plus*/
  .container {
    width: 360px;
  }

  .navigation li:first-child {
    width: 180px;
  }

  .colum-product-news .new-vdo .lastes-news dl {
    min-height: 403px;
    max-height: 403px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 360px;
  }

  .product-list .list li {
    width: 170px;
  }

  .product-detail .product-relate-box {
    width: 328px;
  }

  .list-full li {
    width: 360px;
  }

  .three-list .list li {
    width: 360px;
  }

  .three-list ul.title li:last-child {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .three-list ul.title li .sort-product {
    width: 100%;
  }

  .three-list ul.title li .sort-product .chosen-container {
    width: 100% !important;
  }

  .three-list .list-two li {
    width: 360px;
  }

  .three-list .detail ul.plan11 {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 5px;
  }

  .three-list .detail ul.plan11:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eee;
    z-index: 0;
    margin: inherit;
    left: 20px;
    z-index: 1;
  }

  .three-list .detail ul.plan11 li {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .three-list .detail ul.plan11 li span {
    margin: auto;
    left: 5px;
    top: 0;
    bottom: 0;
    right: inherit;
  }

  .three-list .detail ul.plan11 li:nth-child(odd) p {
    width: 85%;
  }

  .three-list .detail ul.plan11 li:nth-child(odd) p:before {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    background: #eee;
    margin: auto;
    left: -10%;
    top: 0;
    bottom: 0;
  }

  .three-list .detail ul.plan11 li:nth-child(even) p {
    float: right;
    width: 85%;
  }

  .three-list .detail ul.plan11 li:nth-child(even) p:before {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    background: #eee;
    margin: auto;
    left: -10%;
    top: 0;
    bottom: 0;
    right: inherit;
  }

  .contact-form .short {
    width: 166px !important;
  }

  .allsearch .box input[type="submit"], .allsearch .box input[type="button"] {
    width: 120px;
  }

  .hide414 {
    display: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 375px) {

  /*iPhone 6*/
  .container {
    width: 340px;
  }

  .logo h1 a {
    width: 120px
  }

  .short-support h3 {
    font-size: 19px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 340px;
  }

  .product-list .list li {
    width: 340px;
  }

  .product-detail .product-relate-box {
    width: 310px;
  }

  .list-full li {
    width: 340px;
  }

  .three-list .list-two li {
    width: 340px;
  }

  .contact-form .capt {
    width: 100%;
    margin-right: 0;
  }

  .contact-form .short {
    width: 100% !important;
  }
}

@media screen and (max-width: 360px) {

  /*Galaxy*/
  .container {
    width: 320px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 320px;
  }

  .product-list .list li {
    width: 320px;
  }

  .product-detail .product-relate-box {
    width: 290px;
  }

  .list-full li {
    width: 320px;
  }

  .three-list .list li {
    width: 320px;
  }

  .three-list .detail iframe {
    height: 210px;
  }

  .three-list .list-two li {
    width: 320px;
  }
}

@media screen and (max-width: 320px) {

  /*iPhone 5*/
  .container {
    width: 280px;
  }

  .colum-product-first-new .first-new-products, .colum-product-first-best .first-best-products, .colum-product-first-recomm .first-recomm-products {
    width: 280px;
  }

  .product-list .list li {
    width: 280px;
  }

  .product-detail .product-relate-box {
    width: 250px;
  }

  .list-full li {
    width: 280px;
  }

  .three-list .list li {
    width: 280px;
  }

  .three-list .list-two li {
    width: 280px;
  }
}

.editor {
  float: left;
  width: 100%;
}

.editor ul {
  padding-left: 20px;
  padding-bottom: 20px;
}

.editor ul li {
  list-style: circle;
}

.editor ol {
  padding-left: 20px;
  padding-bottom: 20px;
}

.editor ol li {
  list-style: decimal;
}

.editor img {
  display: inline-block;
  min-width: inherit;
  max-width: 100%;
  width: auto;
  height: auto;
}

.editor a {
  display: inline-block;
}

.clear-list li {
  list-style: none !important;
}

.class-icon {
  display: inline-block;
  vertical-align: middle;
}
