/* custom boostrap */
h1.header,
h2.header,
h3.header {
  font-weight: bold;
  color: #206120;
  font-size: 21px;
  padding: 10px 0;
  margin: 0;
}
.warper {
  margin-top: 10px;
  background-color: #fff;
}
body.disable-scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
/* header */
header {
  text-align: center;
  overflow: hidden;
  clear: both;
}
header .logo {
  padding: 10px 0;
  height: 100%;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .search .form-search .form-group .form-control.search-field {
  background: transparent;
}
header .search .form-search .btn-search {
  font-size: 0px;
  margin: -3px;
  width: 45px;
  height: 45px;
  padding: 0px;
  border: none;
  background: transparent;
}
header .search .navbar-form {
  position: relative;
}
.cart-header {
  margin-top: 15px;
  padding-top: 30px;
  float: right;
  background: url(../images/cart-bg.png) no-repeat;
  width: 149px;
  height: 63px;
}
.cart-header a#CartToggle {
  padding-left: 15px;
  color: #fff;
}
.cart-name {
  font-style: italic;
  float: right;
  color: #eef700;
  font-size: 9px;
  padding-top: 5px;
  padding-right: 5px;
  font-family: 'Roboto Condensed', "Arial", Helvetica, sans-serif;
}
@media (min-width: 768px) {

}
header .search .hotline {
  font-weight: bold;
  font-size: 15px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 13px;
  padding-top: 0px;
  color: #757575;
}
header .search .hotline span {
  font-size: 12px;
  padding-top: 2px;
  vertical-align: middle;
}
header .search .hotline span:first-child span {
  padding-right: 26px;
  padding-top: 0px;
}
header .search .hotline span.text-green {
  font-size: 14px;
  font-weight: bold;
  color: #206120;
}
header .search .hotline i {
  font-size: 19px;
  vertical-align: middle;
}
header .shopping-cart {
  margin-top: 20px;
  font-size: 12px;
  font-family: 'DINLight';
  font-weight: normal;
  color: #000;
}
header .shopping-cart i {
  color: #1f601f;
  font-size: 15px;
}
header .user {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
header .user i {
  margin-right: 5px;
}
.header-top {
  background: #003606;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}
.header-top a {
  color: #fff;
}
.hotline {
  text-align: left;
}
.user {
  text-align: right;
}
/* menu mobile */
.header-fixed {
  transition: all .4s ease;
  left: 0;
  border-bottom: 1px solid #206120;
  overflow: hidden;
  background-color: transparent;
}
.header-fixed [class*='col-xs-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.header-fixed .container {
  background-color: #fff;
  padding: 5px 25px;
}
.header-fixed .toggle {
  background-color: #fff;
  color: #206120;
  margin-top: 15px;
}
.header-fixed .toggle .icon-bar {
  display: block;
  width: 35px;
  height: 2px;
  background: #206120;
  margin: 0;
  margin-bottom: 5px;
}
.header-fixed .toggle:hover {
  cursor: pointer;
}
.header-fixed .logo {
  padding: 0;
  height: 100%;
  text-align: center;
}
.header-fixed .logo img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.header-fixed .search {
  border-right: 1px solid #206120;
}
.header-fixed .search button {
  text-align: right;
  height: 100%;
  background-color: transparent;
  color: #206120;
  font-size: 25px;
  border: 0px;
  margin-top: 10px;
  outline: none;
}
.header-fixed .search-box {
  padding: 5px 5px;
  background-color: #ccc;
  display: none;
}
.header-fixed .search-box .form-search {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #d1d1d1 !important;
}
.header-fixed .search-box .form-search .form-group {
  float: left;
  width: 94%;
}
.header-fixed .search-box .form-search .form-group .form-control {
  height: 35px;
  padding: 0px 5px;
  border-radius: 0px;
  border: none;
  border-right: 0px solid #d1d1d1 !important;
  box-shadow: none;
  width: 100%;
  font-size: 11px !important;
}
.header-fixed .search-box .form-search .btn-search {
  color: #206120;
  line-height: 35px;
  padding: 0;
  width: 6%;
  border-radius: 0px;
  border: none;
  border-left: none;
  box-shadow: none;
  display: block;
  height: auto;
}
.header-fixed .search-box .navbar-form {
  padding: 0;
}
.header-fixed .shopping-cart {
  margin-top: 7px;
  font-size: 12px;
  font-family: 'DINLight';
  font-weight: normal;
  color: #000;
  position: relative;
  text-align: center;
}
.header-fixed .shopping-cart i {
  color: #1f601f;
  font-size: 20px;
}
.header-fixed .shopping-cart span {
  position: absolute;
  top: 0;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .menu {
    position: fixed;
    width: 240px;
    min-height: 1vh;
    height: 100%;
    top: 0;
    left: -240px;
    transform: translateX(0);
    background-color: #000;
    transition: all .4s ease;
    z-index: 1000;
  }
  .menu li {
    border-bottom: 1px solid #ccc;
  }
  .menu li a {
    color: #fff;
    display: block;
    padding: 10px;
  }
  .menu.active {
    transform: translateX(100%);
  }
  .header-fixed.active {
    left: 240px;
  }
  .toggle {
    display: block;
  }
}
.m-body {
  transition: all .4s ease;
  margin-top: 53px;
}
@media (min-width: 768px) {
  .m-body {
    margin-top: 0;
  }
  .search {
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../images/search-bg.png) no-repeat;
    width: 570px;
    height: 91px;
    padding-top: 26px;
    padding-left: 18px;
  }
}
.nav-active {
  transform: translateX(240px);
}
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}
.loginmodal-container button[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text],
.loginmodal-container input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover,
.loginmodal-container input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}
.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
}
.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
}
.login-help {
  font-size: 12px;
}
/* navigation */
.navigation {
  font-family: "Roboto Condensed", Arial, sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation .navbar {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 0;
  border: 0;
  border-color: rgba(255, 255, 255, 0.9);
}
.navigation .navbar-brand,
.navigation .logo {
  padding: 0;
}
.navigation .navbar-brand img,
.navigation .logo img {
  max-height: 100%;
}
.navigation .navbar-nav > li > a {
  color: #206120;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .navigation .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 13px;
  }
}
.navigation .navbar-default .navbar-nav > li > a:focus,
.navigation .navbar-default .navbar-nav > li > a:hover {
  background-color: #338c41;
  color: #206120;
}
.navigation .navbar-nav > li .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navigation .dropdown-menu > li > a,
.navigation .dropdown-menu > li.open > a {
  color: #206120;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px dashed #ddd;
}
.navigation .dropdown-menu > li:last-child > a,
.navigation .dropdown-menu > li:last-child > a {
  border-bottom: 0px dashed #ddd;
}
.navigation .dropdown-menu > li a:hover {
  background-color: #d9d9d9;
}
.navigation .navbar-default .navbar-nav > .open > a,
.navigation .navbar-default .navbar-nav > .open > a:focus,
.navigation .navbar-default .navbar-nav > .open > a:hover {
  background-color: #d9d9d9;
  color: #206120;
}
.navigation .navbar .navbar-nav {
  width: 100%;
  border-top: 4px solid #338c41;
  background: #d4e7d7;
}
.navigation .dropdown-menu-product li {
  padding: 0;
}
.navigation .dropdown-menu-product li a {
  display: block;
  overflow: hidden;
}
.navigation .dropdown-menu-product li .img,
.navigation .dropdown-menu-product li .title {
  float: left;
}
.navigation .dropdown-menu-product li .img {
  width: 60px;
  height: 60px;
}
.navigation .dropdown-menu-product li .title {
  line-height: 60px;
}
.gallery {
  padding: 15px;
  position: relative;
}
.gallery .header {
  margin-bottom: 20px;
}
.gallery .header h4 {
  line-height: 1em;
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  display: table-cell;
  white-space: pre;
}
.gallery .header .hr-box {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.gallery .header .hr-box .hr-line {
  height: 1px;
  border-top: 1px solid #2a2a2a;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.gallery .custombutton .next,
.gallery .custombutton .prev {
  color: #000;
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.gallery .custombutton .next {
  right: 10px;
}
.gallery .custombutton .prev {
  left: 10px;
}
.gallery .box-content {
  display: block;
  padding: 0px 30px;
}
.gallery .box-content .owl-gallery {
  padding: 0 10px;
}
.gallery .box-content img {
  height: 100px;
}
.slider .slider-button {
  position: relative;
}
.slider .slider-button .prev,
.slider .slider-button .next {
  position: absolute;
  top: 40%;
  z-index: 99;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  font-size: 18px;
}
.slider .slider-button .prev {
  left: 0;
}
.slider .slider-button .next {
  right: 0;
}
.slider .owl-carousel .owl-item img {
  height: 450px;
}
@media (min-width: 500px) and (max-width: 768px) {
  .slider .owl-carousel .owl-item img {
    height: 300px;
  }
}
@media (max-width: 499px) {
  .slider .owl-carousel .owl-item img {
    height: 200px;
  }
}
.about .item {
  position: relative;
}
.about .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about .item:hover .title {
  opacity: 1;
}
.about .owl-carousel .owl-item img {
  height: 250px;
}
.partner .owl-carousel .owl-item img {
  height: 100px;
  border: 1px solid #000;
}
.partner .slider-button .prev,
.partner .slider-button .next {
  top: 15%;
}
.customer {
  min-height: 200px;
  color: #000;
  text-align: center;
  padding: 0;
  position: relative;
}
.customer .customer-button {
  position: relative;
}
.customer .customer-button .prev,
.customer .customer-button .next {
  position: absolute;
  top: 40%;
  z-index: 99;
  cursor: pointer;
}
.customer .customer-button .prev {
  left: 0px;
}
.customer .customer-button .next {
  right: 0px;
}
.customer .customer-slider .item {
  overflow: hidden;
}
.customer .customer-slider .item .img {
  float: left;
  width: 30%;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.customer .customer-slider .item .img img {
  max-width: 100%;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.customer .customer-slider .item .title {
  float: left;
  text-align: left;
  padding: 30px 20px;
  width: 70%;
}
.customer .customer-slider .item .title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* sidebar */
.sidebar {
  padding-right: 0;
  padding-top: 10px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.sidebar .box {
  margin-bottom: 10px;
}
.sidebar .box h3.header {
  background-color: #206120;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  margin: 0;
}
.sidebar .box .box-content {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e6f2f7;
}
.sidebar .box .box-content ul {
  list-style: none;
}
.sidebar .box table tr td {
  padding: 10px;
}
/* product */
.products {
  background-color: rgba(255, 255, 255, 0.7);
  clear: both;
}
.products h1.header,
.products h2.header {
  text-align: center;
  font-weight: bold;
  color: #206120;
  font-size: 21px;
}
.products .item {
	padding: 20px;
}
.products .item-inner,
.product-slider-horizontal .item {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.products .item .title {
	border-top: 1px solid #000;
	margin-top: 10px;
}
.products .item .title:after {
    background: url(../images/product-shadow.png) center no-repeat;
    background-size: cover;
    display: block;
    content: '';
    width: 100%;
    height: 9px;
}
.products .item .img,
.product-slider-horizontal .item .img {
  padding: 0;
  width: 100%;
  margin-right: 5px;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.products .item .img img,
.product-slider-horizontal .item .img img {
  height: 100%;
}
.products .item .img .discription,
.product-slider-horizontal .item .img .discription {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.products .item .img:hover .discription,
.product-slider-horizontal .item .img:hover .discription {
  opacity: 1;
}
.products .item .title h3,
.product-slider-horizontal .item .title h3 {
  height: 35px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 10px  0 10px 0;
}
.products .item .title h3 a,
.product-slider-horizontal .item .title h3 a {
  color: #000;
}
.products .item .title .excerpt,
.product-slider-horizontal .item .title .excerpt {
  height: 40px;
  overflow: hidden;
}

.products .item .box-price,
.product-slider-horizontal .item .box-price {
  float:left;
  padding:0 10px;
}

.products .item .addtocart_button,
.product-slider-horizontal .item .addtocart_button {
  float:right;
  padding:0 10px;
  padding-bottom:10px;
}

.products .item .button_cart,
.product-slider-horizontal .item .button_cart {
  background-color:#fff;
  color:#206120;
  padding:0;
}
.infomation-home h2 {
	margin-top: 0px;
    color: #009933;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}
.infomation-home p {
	font-size: 20px;
}
.xemthem {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.products .item .product-item-price,
.product-slider-horizontal .item .product-item-price {
  color: #206120;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.products .item .product-item-price-old,
.product-slider-horizontal .item .product-item-price-old {
  text-decoration: line-through;
  color: #acacac;
  font-size: 14px;
  line-height: 26px;
}
.products .item .macro,
.product-slider-horizontal .item .macro {
  position: absolute;
  right: 0;
  top: 0;
}
.products .item .price-sale,
.product-slider-horizontal .item .price-sale {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/price-sale.png);
  background-size: 100% 100%;
  width: 60px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.product-slider-vertical ul {
  overflow: hidden;
  width: 100%;
}
.product-slider-vertical .item {
  padding-bottom: 10px;
  overflow: hidden;
}
.product-slider-vertical .item .img {
  padding: 0;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.product-slider-vertical .item .img img {
  width: 100%;
}
.product-slider-vertical .item .title {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.product-slider-vertical .item .title h3 {
  height: 17px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  margin: 0  0 5px 0;
}
.product-slider-vertical .item .title h3 a {
  color: #000;
}
.product-slider-vertical .item .title .excerpt {
  height: 40px;
  overflow: hidden;
}
.product-slider-vertical .item .product-item-price {
  color: #206120;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.product-slider-vertical .item .product-item-price-old {
  text-decoration: line-through;
  color: #acacac;
  font-size: 14px;
  line-height: 26px;
}
.product-slider-horizontal {
  position: relative;
  background-color: #fff;
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  margin: 10px 0;
}
.product-slider-horizontal .wg_pr_btn .next,
.product-slider-horizontal .wg_pr_btn .prev {
  position: absolute;
  top: 45%;
  z-index: 99;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  opacity: 0.1;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.product-slider-horizontal .wg_pr_btn .next {
  right: 0px;
}
.product-slider-horizontal .wg_pr_btn .prev {
  left: 0px;
}
.product-slider-horizontal .wg_pr_btn .next:hover,
.product-slider-horizontal .wg_pr_btn .prev:hover {
  background-color: #206120 !important;
}
.product-slider-horizontal .wg_pr_btn_top .next,
.product-slider-horizontal .wg_pr_btn_top .prev {
  position: absolute;
  top: 10px;
  z-index: 99;
  padding: 4px 10px 0px 10px;
  font-size: 10px;
  color: #fff;
  opacity: 0.1;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.product-slider-horizontal .wg_pr_btn_top .next {
  right: 5px;
}
.product-slider-horizontal .wg_pr_btn_top .prev {
  right: 33px;
}
.product-slider-horizontal .wg_pr_btn_top .next:hover,
.product-slider-horizontal .wg_pr_btn_top .prev:hover {
  background-color: #206120 !important;
}
.product-slider-horizontal .tab-box {
  border-bottom: 2px solid #fff;
}
.product-slider-horizontal .nav-tabs {
  display: inline-block;
  border-bottom: 0;
}
.product-slider-horizontal .nav-tabs > li {
  margin-bottom: -4px;
}
.product-slider-horizontal .nav > li > a {
  padding: 10px 15px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.product-slider-horizontal .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0px 0px 0 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-slider-horizontal .nav-tabs > li > a span {
  display: block;
}
.product-slider-horizontal .nav-tabs > li > a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  width: 0;
  display: inline-block;
}
.product-slider-horizontal .nav-tabs > li.active > a,
.product-slider-horizontal .nav-tabs > li.active > a:focus,
.product-slider-horizontal .nav-tabs > li.active > a:hover {
  border: 0;
  font-size: 34px;
  color: #206120;
}
.product-slider-horizontal .nav-tabs > li.active > a img,
.product-slider-horizontal .nav-tabs > li.active > a:focus img,
.product-slider-horizontal .nav-tabs > li.active > a:hover img {
  opacity: 1;
  width: 100%;
}
@media (min-width: 500px) and (max-width: 768px) {
  .product-slider-horizontal .nav-tabs > li {
    width: 200px;
  }
  .product-slider-horizontal .nav-tabs > li.active > a,
  .product-slider-horizontal .nav-tabs > li.active > a:focus,
  .product-slider-horizontal .nav-tabs > li.active > a:hover {
    font-size: 25px;
  }
}
@media (max-width: 499px) {
  .product-slider-horizontal .nav-tabs > li {
    width: 120px;
  }
  .product-slider-horizontal .nav-tabs > li.active > a,
  .product-slider-horizontal .nav-tabs > li.active > a:focus,
  .product-slider-horizontal .nav-tabs > li.active > a:hover {
    font-size: 20px;
  }
}
.product-slider-horizontal:hover .wg_pr_btn .next,
.product-slider-horizontal:hover .wg_pr_btn_top .next,
.product-slider-horizontal:hover .wg_pr_btn .prev,
.product-slider-horizontal:hover .wg_pr_btn_top .prev {
  opacity: 1;
  background-color: #000000;
}
.products-detail {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 10px;
}
.products-detail .page-child {
  overflow: hidden;
}
.products-detail h1.header {
  display: block;
  font-size: 27px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
.products-detail h1,
.products-detail h2,
.products-detail h3,
.products-detail h4,
.products-detail h5,
.products-detail h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 10px;
}
.products-detail h1 {
  font-size: 25px;
}
.products-detail h2 {
  font-size: 23px;
}
.products-detail h3 {
  font-size: 20px;
}
.products-detail h4 {
  font-size: 18px;
}
.products-detail h5 {
  font-size: 16px;
}
.products-detail h6 {
  font-size: 15px;
}
.products-detail .category-detail {
  color: #999!important;
  font-size: 14px;
  font-weight: 400!important;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}
.products-detail .excerpt-detail {
  overflow-y: auto;
  max-height: 200px;
  margin: 10px 0;
}
.products-detail .box-price-detail {
  padding: 5px;
}
.products-detail .box-price-detail p {
  display: inline-block;
  font-size: 20px;
}
.products-detail .box-price-detail p.price {
  font-weight: bold;
  font-size: 25px;
  color: #FF0000;
}
.products-detail .box-price-detail p.price-old {
  font-weight: 200;
}
.products-detail .gallery-product-img {
  position: relative;
  text-align: center;
}
.products-detail .gallery-product-img img,
.products-detail .gallery-product-img .zoomWrapper {
  max-width: 100%!important;
  height: 350px!important;
}
.products-detail .gallery-product-thum {
  position: relative;
  overflow: hidden;
}
.products-detail .gallery-product-thum .custombutton .next,
.products-detail .gallery-product-thum .custombutton .prev {
  position: absolute;
  top: 35%;
  background-color: rgba(7, 50, 86, 0.68);
  color: #fff;
  line-height: 15px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.products-detail .gallery-product-thum .custombutton .next {
  right: -30px;
  padding: 15px 10px;
}
.products-detail .gallery-product-thum .custombutton .prev {
  left: -30px;
  padding: 15px 10px;
}
.products-detail .gallery-product-thum .gallery-product a {
  padding: 0;
  width: 100%;
  height: 100px;
  margin-right: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  display: block;
  background-color: #efefef;
  opacity: 0.5;
}
.products-detail .gallery-product-thum .gallery-product a.active,
.products-detail .gallery-product-thum .gallery-product a:hover {
  border: 1px solid #206120;
  opacity: 1;
}
.products-detail .gallery-product-thum .gallery-product img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.products-detail .gallery-product-thum:hover .next {
  right: 0px;
}
.products-detail .gallery-product-thum:hover .prev {
  left: 0px;
}
.products-detail .btn-socianetwork {
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 5px 20px;
  color: #777;
  min-width: 100px;
}
.products-detail .btn-socianetwork:hover {
  color: #fff;
}
.products-detail .btn-socianetwork:hover i.fa {
  color: #fff;
}
.products-detail .btn-facebook i.fa {
  color: #7489B8;
}
.products-detail .btn-google i.fa {
  color: #E04B34;
}
.products-detail .btn-twitter i.fa {
  color: #00AAF0;
}
.products-detail .btn-facebook:hover {
  background-color: #7489B8;
}
.products-detail .btn-google:hover {
  background-color: #E04B34;
}
.products-detail .btn-twitter:hover {
  background-color: #00AAF0;
}
.products-detail .nav-tabs > li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products-detail .nav-tabs > li.active > a,
.products-detail .nav-tabs > li.active > a:focus,
.products-detail .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
}
.products-detail .tab-content {
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
}
.products-detail .tab-content > .tab-pane {
  padding: 10px;
}
/* post */
.post .post-list {
  overflow: hidden;
}
.post .post-list .item {
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 200px;
}
.post .post-list .item .img {
  padding: 0;
  overflow: hidden;
}
.post .post-list .item .img img {
  width: 100%;
  vertical-align: top;
  margin: 0 0 0;
}
.post .post-list .item .title h1.header,
.post .post-list .item .title h2.header,
.post .post-list .item .title h3.header {
  margin-top: 0;
  padding-top: 0;
}
.post .post-list .item .title .time {
  padding: 5px 0;
  font-size: 12px;
}
.post .post-list .item .title .time .block {
  padding-right: 5px;
  display: inline-block;
}
.post .post-list .item .title .time i.fa {
  color: #ccc;
  font-weight: bold;
  padding-right: 5px;
}
.post .post-list .item .title .time span {
  color: #9C9C9C;
}
.post .post-list [class*='col-md-'] > .item {
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 500px;
}
.post .post-list [class*='col-md-'] > .item .img {
  padding: 0;
  overflow: hidden;
  height: 200px;
}
.post .post-list [class*='col-md-'] > .item .img img {
  width: 100%;
  vertical-align: top;
  margin: 0 0 0;
}
.post .post-list [class*='col-md-'] > .item .title h1.header,
.post .post-list [class*='col-md-'] > .item .title h2.header,
.post .post-list [class*='col-md-'] > .item .title h3.header {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  padding-top: 0;
}
.post .post-list [class*='col-md-'] > .item .title .time {
  display: none;
  padding: 5px 0;
  font-size: 12px;
}
.post .post-list [class*='col-md-'] > .item .title .time .block {
  padding-right: 5px;
  display: inline-block;
}
.post .post-list [class*='col-md-'] > .item .title .time i.fa {
  color: #ccc;
  font-weight: bold;
  padding-right: 5px;
}
.post .post-list [class*='col-md-'] > .item .title .time span {
  color: #9C9C9C;
}
.post .post-list [class*='col-md-'] > .item .description {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  padding: 10px 0;
}
.post .post-list [class*='col-md-'] > .item .description .description-content {
  height: 60px;
}
.post .page-detail .time {
  padding: 5px 0;
  font-size: 12px;
}
.post .page-detail .time .block {
  padding-right: 10px;
  display: inline-block;
}
.post .page-detail .time i.fa {
  color: #000;
  font-weight: bold;
  padding-right: 5px;
}
.post .page-detail .time span {
  color: #000;
}
.post .page-detail #comment h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 2px solid #206120;
  padding-bottom: 5px;
  color: #206120;
}
.post .page-detail #comment .post-list .item {
  margin-bottom: 5px;
}
.post .page-detail #comment .post-list .item .img {
  height: 60px;
}
.post .page-detail #comment .post-list .item .img img {
  height: 100%;
}
.post .page-detail #comment .post-list .item .title h1.header,
.post .page-detail #comment .post-list .item .title h2.header,
.post .page-detail #comment .post-list .item .title h3.header {
  margin-top: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .page-detail #comment .post-list .item .title h1.header a,
.post .page-detail #comment .post-list .item .title h2.header a,
.post .page-detail #comment .post-list .item .title h3.header a {
  color: #000;
}
.post .page-detail #comment .post-list .item .title .title {
  font-size: 11px;
}
.post-slider-vertical ul {
  overflow: hidden;
}
.post-slider-vertical .item {
  padding-bottom: 10px;
  overflow: hidden;
}
.post-slider-vertical .item .img {
  padding: 0;
  background-color: #efefef;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.post-slider-vertical .item .img img {
  width: 100%;
}
.post-slider-vertical .item .title {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.post-slider-vertical .item .title h3 {
  height: 15px;
  line-height: 20px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0  0 5px 0;
}
.post-slider-vertical .item .title h3 a {
  color: #000;
}
.post-slider-vertical .item .title .excerpt {
  height: 40px;
  overflow: hidden;
}
.post-slider-horizontal .item {
  overflow: hidden;
  margin-bottom: 10px;
}
.post-slider-horizontal .item .img {
  padding: 0;
  overflow: hidden;
  height: 120px;
}
.post-slider-horizontal .item .img img {
  width: 100%;
  vertical-align: top;
  margin: 0 0 0;
}
.post-slider-horizontal .item .title h3 {
  height: 34px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 10px  0 10px 0;
}
.post-slider-horizontal .item .title h3 a {
  color: #000;
}
.post-slider-horizontal .item .title .excerpt {
  height: 40px;
  overflow: hidden;
}
.post-categories-menu .box-content {
  padding: 0 !important;
  border: 1px solid #e6f2f7;
}
.post-categories-menu .panelvmenu {
  border: 0px solid #e6f2f7;
}
.post-categories-menu .panelvmenu a.list-group-item-vmenu {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
.post-categories-menu .panelvmenu a.arrow-sub-vmenu {
  position: relative;
  z-index: 999;
  float: right;
  border-left: 1px solid #ccc;
}
.post-categories-menu .panelvmenu a.arrow-sub-vmenu i {
  position: absolute;
  font-size: 20px;
  top: -42px;
  color: #161616;
  right: 0px;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-left: 1px solid #ccc;
}
.post-categories-menu .panelvmenu a.active {
  font-weight: bold;
}
/* page-child */
.page-child {
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
}
.page-child h1.header-detail,
.page-child h2.header-detail {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.page-child img {
  max-width: 100%;
  height: auto;
}
.page-child .tab-content {
  padding: 10px;
}
.page-child .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-child .nav-tabs > li {
  float: none !important;
}
@media (min-width: 480px) {
  .page-child .nav-tabs > li {
    float: left !important;
  }
}
.page-child .nav-tabs > li.active > a,
.page-child .nav-tabs > li.active > a:focus,
.page-child .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.collection-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.collection-title h1 {
    font-size: 20px;
    color: #333333;
    margin: 0;
    padding: 0;
    font-weight: bold;
    float: left;
    line-height: 45px;
}
.item-inner {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.item-inner .img {
  height: 150px;
  overflow: hidden;
}
.item-inner .img img {
  min-height: 150px;
}
.item-inner .content {
  padding: 5px;
}
.item-inner .content h3 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.item-inner .content .discription {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.item-inner .macro {
  position: absolute;
  right: 0px;
  top: 0px;
}
.item-inner .item-inner-footer {
  margin-top: 5px;
}
.item-inner .box-price {
  color: #d43027;
  font-size: 20px;
  line-height: 45px;
}
.contact-content {
  padding-top: 10px;
}
.contact-content h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-content p {
  font-size: 14px;
}
footer {
/*  background-color: #206120;
  color: #000;
  overflow: hidden;
  margin-top:10px;
  padding-bottom:10px;*/
}
footer p {
	font-size: 16px;
}
footer .title-header h3.header {
	border-bottom: 2px solid #297b48;
	margin-bottom: 15px;
}

@media(min-width:768px) {

}
footer a {
  color: #fff;
}
footer ul {
  padding: 0;
}
.footer-bottom {
  background-color: #000;
  border-top: 1px solid #383636;
  padding: 10px 0;
}
.footer-bottom a {
  color: #fff;
}
.about .title-header, .products-gird .title-header, .news .title-header  {
	text-align: center;
}

/* Mixins */
@media (min-width: 1024px) {
  .container {
    width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
#header{
     border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .products .item .img,
  .product-slider-horizontal .item .img {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  header .search .form-search .form-group .form-control {
    width: 431px;
    height: 45px;
  }
  .news .title-header h3 {
  	background: url(../images/news-title.png) no-repeat;
  	text-transform: uppercase;
    content: '';
    display: inline-block;
    text-align: center;
    background-position: center bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .about .title-header h3, .products-gird  .title-header h3{
    background: url(../images/sanphamchinhhang-title.png) no-repeat;
    text-transform: uppercase;
    content: '';
    display: inline-block;
    min-width: 248px;
    min-height: 155px;
    text-align: center;
    background-position: center;
    padding-top: 80px;
    margin: 10px 0px;
  }
  .products .item .img,
  .product-slider-horizontal .item .img {
    height: 250px;
  }
}
/*hieu css*/
@media (min-width:1200px ){
  .warper .container .post{
    max-width: 980px;
    margin: 0 auto;
  }

}
.eventViewArea.typeB > .titArea .noti {
    background: #444341;
}
.eventViewArea > .titArea {
    position: relative;
    padding-right: 170px;
    margin-bottom: 25px;
}
.eventViewArea > .titArea h3 {
    font-size: 24px;
    color: #2e2c2c;
    line-height: 28px;
}
.eventViewArea > .titArea .noti {
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 10px;
    background: #ad004d;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
}
.eventViewArea > .titArea .date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    color: #707070;
    line-height: 18px;
}
.eventArea h1 {
    padding: 40px 0 60px;
    font-size: 34px;
    line-height: 44px;
    text-transform: capitalize;
    color: #2e2c2c;
    text-align: center;
}
#gnbArea > ul.gnb > li:hover > .subDepthArea{
   display: block;
}
.subDepth1 > .section.on{
  background-color: #800039;
}


.eventArea {position:relative; border-top:1px solid #d8d8d8;}
.eventArea h2 {padding:40px 0 60px; font-size:34px; line-height:44px; color:#2e2c2c; text-align:center;}
.eventArea .sortArea {max-width:1200px; margin:-20px auto 78px; padding-bottom:10px; border-bottom:1px dashed #2f2d2d; text-align:right;}
.eventArea .selecArea {display:inline-block; padding:4px; border:1px solid #2e2c2c; background:#fff;}
 
  .eventListArea {width:1062px; margin:0 auto;}
  .eventListArea > .btnArea {padding-bottom:23px; background:url(/images/icon/arrowD.gif) no-repeat 50% 100%; text-align:center;}
  .eventListArea > .btnArea a {display:inline-block; padding:8px 18px; border:1px solid #d8d8d8; color:#ad004d; font-size:16px; font-weight:300; line-height:18px;}
    #eventList {*zoom:1;}
    #eventList:after {content:""; display:block; clear:both;}
    #eventList .section {float:left; margin:0 40px 30px; width:274px;}
    #eventList .section h3 {height:28px; margin-bottom:1px; line-height:28px; background:#ad004d; color:#fff; font-size:13px; font-weight:300; text-align:center;}
    #eventList .section.typeA h3 {background:#ad004d;}
    #eventList .section.typeB h3 {background:#444341;}
    #eventList .section.typeC h3 {background:#979797;}
    #eventList .section.typeD h3 {background:#b0c716;}
    #eventList .section .thum {width:100%; height:318px;}
    #eventList .section .thum img {width:100%; height:100%;}
    #eventList .section .cont {padding:17px 20px 0; background:#a29d95;}
    #eventList .section .cont .date {display:inline-block; padding-bottom:12px; font-size:11px; font-weight:300px; line-height:16px; color:#fff;}
    #eventList .section .cont p {height:105px; font-size:16px; font-weight:300px; color:#fff; overflow:hidden;}
    #eventList .section .cont .btnArea {padding:17px 0; text-align:right; border-top:1px dashed #ecebea;}
    #eventList .section .cont .btnArea a,
    #eventList .section .cont .btnArea span {font-size:13px; line-height:18px; color:#fff; font-weight:300;}
    #eventList .section .cont .btnArea span:after, 
    #eventList .section .cont .btnArea a:after {content:">"; padding-left:4px; color:#fff; font-size:11px; line-height:18px; font-weight:300;}

  .eventViewArea {max-width:980px; margin:0 auto;}
  .eventViewArea > .titArea {position:relative; padding-right:170px; margin-bottom:25px;} 
  .eventViewArea > .titArea .noti {display:inline-block; padding:0 40px; margin-bottom:10px; background:#ad004d; color:#fff; line-height:28px; font-weight:300;}
  .eventViewArea.typeA > .titArea .noti {background:#ad004d;}
  .eventViewArea.typeB > .titArea .noti {background:#444341;}
  .eventViewArea.typeC > .titArea .noti {background:#979797;}
  .eventViewArea.typeD > .titArea .noti {background:#b0c716;}
  .eventViewArea > .titArea h3 {font-size:24px; color:#2e2c2c; line-height:28px;}
  .eventViewArea > .titArea .date {position:absolute; right:0; bottom:0; font-family:Tahoma, sans-serif; font-size:13px; color:#707070; line-height:18px;}
  .eventViewArea > .thum {position:relative;}
  .eventViewArea > .thum img {width:100%;}
  .eventViewArea > .viewCont {padding:0 0 30px; font-size:14px; color:#7c7c7c; line-height:18px; border-bottom:1px solid #d8d8d8;}
  .eventViewArea > .viewCont div,
  .eventViewArea > .viewCont p,
  .eventViewArea > .viewCont strong,
  .eventViewArea > .viewCont b,
  .eventViewArea > .viewCont span {font-size:inherit; color:inherit; line-height:inherit; font-weight:inherit;}
  .eventViewArea > .viewCont b {font-weight:bold;}
  .eventViewArea .otherList {position:relative;}
    
  .eventViewArea .otherList h3 {padding:40px 0 25px; font-size:24px; line-height:30px; color:#800039; text-align:center;}
  .eventViewArea .otherList h3 a {display:inline-block; font-size:24px; line-height:30px; color:#800039;}
  .eventViewArea .otherList .slideListArea {position:relative; width:948px; height:160px; margin:0 auto; overflow:hidden;}
  .eventViewArea .otherList .slideListArea ul {position:absolute; left:0; top:0; *zoom:1;}
  .eventViewArea .otherList .slideListArea ul:after {content:""; display:block; clear:both;}
  .eventViewArea .otherList .slideListArea ul li {float:left; width:420px; height:160px; margin:0 27px;}
  .eventViewArea .otherList .slideListArea ul li a {position:relative; display:block; width:100%; height:100%; background:#a29d95;}
  .eventViewArea .otherList .slideListArea ul li a strong {display:block; position:absolute; right:0; top:0; padding:0 20px; background:#ad004d; color:#fff; font-size:13px; font-weight:300; line-height:28px;}
  .eventViewArea .otherList .slideListArea ul li.typeA a strong {background:#ad004d;}
  .eventViewArea .otherList .slideListArea ul li.typeB a strong {background:#444341;}
  .eventViewArea .otherList .slideListArea ul li.typeC a strong {background:#979797;}
  .eventViewArea .otherList .slideListArea ul li.typeD a strong {background:#b0c716;}
  .eventViewArea .otherList .slideListArea ul li a .thum {position:absolute; left:0; top:0; width:150px; height:160px; overflow:hidden;}  
  .eventViewArea .otherList .slideListArea ul li a .thum img {width:100%; height:100%;}
  .eventViewArea .otherList .slideListArea ul li a .contArea {position:absolute; right:20px; bottom:0; width:230px;}
  .eventViewArea .otherList .slideListArea ul li a .contArea .cont {height:65px;font-size:16px; line-height:20px; overflow:hidden; color:#fff; font-weight:300;}
  .eventViewArea .otherList .slideListArea ul li a .contArea .date {height:50px; border-top:1px dashed #ecebea; color:#fff; line-height:50px; font-size:12px; font-weight:300;}
  
  .eventViewArea .otherList .btnPrev,  
  .eventViewArea .otherList .btnNext {position:absolute; top:158px; display:block; width:18px; height:30px; text-indent:-3000em; z-index:20;}
  .eventViewArea .otherList .btnPrev {left:0; background:url(/images/icon/arrowL.gif) no-repeat 50% 50%;}  
  .eventViewArea .otherList .btnNext {right:0; background:url(/images/icon/arrowR.gif) no-repeat 50% 50%;}
  
  
  @media all and (max-width:1100px){
  
  
    .eventListArea {width:auto; margin:0 auto;}
    #eventList {text-align:center;}
    #eventList .section {float:none; display:inline-block; margin:0 15px 30px; width:25%;}
    #eventList .section .thum {height:auto;}
  }
  
  @media all and (max-width:1200px){
    .eventArea .sortArea {max-width:none; width:97%;}
  }