@charset "UTF-8";
@font-face {
  font-family: UVNHongHaHep;
  src: url("../fonts/UVNHongHaHep.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNHongHaHep.woff") format("woff"), url("../fonts/UVNHongHaHep.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: UTMHelvetIns;
  src: url("../fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMHelvetIns.woff") format("woff"), url("../fonts/UTMHelvetIns.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: UTMAlterGothic;
  src: url("../fonts/UTMAlterGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAlterGothic.woff") format("woff"), url("../fonts/UTMAlterGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-size: 1em;
  line-height: 1.4;
  margin-top: 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.clb-header {
  clear: both;
  height: 62px;
}

.clb {
  clear: both;
}

.clb5 {
  clear: both;
  height: 5px;
}

.clb10 {
  clear: both;
  height: 10px;
}

.clb20 {
  clear: both;
  height: 20px;
}

.clb30 {
  clear: both;
  height: 30px;
}

.clb40 {
  clear: both;
  height: 40px;
}

.p0 {
  padding: 0;
}

.p75 {
  padding: 0 7.5px;
}

.m-75 {
  margin: 0 -7.5px;
}

.p100 {
  padding: 0px 10px;
}

.m-100 {
  margin: 0px -10px;
}

.p125 {
  padding: 0px 12.5px;
}

.m-125 {
  margin: 0px -12.5px;
}

.p200 {
  padding: 0px 20px;
}

.m-200 {
  margin: 0px -20px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
a:hover, a:focus {
  text-decoration: none;
  color: #eda542;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tdn {
  text-decoration: none;
}

.tdn:hover {
  text-decoration: none;
}

.dtb {
  display: table;
  margin: auto;
}

.dtb .dtc {
  display: table-cell;
  table-layout: fixed;
}

.dtb .dtc.vat {
  vertical-align: top;
}

.dtb .dtc.vam {
  vertical-align: middle;
}

.dtb .dtc.vab {
  vertical-align: bottom;
}

#go_top {
  z-index: 99999;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #eda542;
  -webkit-background-size: 300% auto;
          background-size: 300% auto;
  opacity: 0.7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  line-height: 35px;
  font-size: 25px;
  padding: 0 9.5px;
}

.chat-online {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 110px;
  cursor: pointer;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.dib {
  display: inline-block;
}

.center-item {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
}

img.wi,
.wi img {
  width: initial !important;
}

img.wa,
.wa img {
  width: auto !important;
}

.w1 {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg1 {
  background: #eda542;
}

.c1 {
  color: #eda542;
}

.bg2 {
  background: #2d366f;
}

.c2 {
  color: #2d366f;
}

.bg3 {
  background: #ffcc00;
}

.bg4 {
  background: #242122;
}

.bg-gray {
  background: #cfcfcf;
}

.h170 {
  height: 170px;
}

.h500 {
  height: 500px;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

/*  
// ****************************************************************************
// *                                  header                                  *
// ****************************************************************************
*/
header {
  position: relative;
  z-index: 3;
}

header.fixed,
header .fixed {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: -15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fixed-menu {
  position: absolute;
  width: 100%;
  top: 20px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.qts_head_top {
  font-size: 12px;
  background: #fff;
}

.qts_head_top .img_logo_mb {
  max-height: 60px;
  width: initial;
}

.qts_head_top .top-left {
  padding-top: 3px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.qts_head_top .top-right ul {
  padding: 3px 0;
}

.qts_head_top .top-right ul li {
  display: inline-block;
}

.qts_head_top .top-right ul li:after {
  content: '|';
}

.qts_head_top .top-right ul li:last-child:after {
  content: none;
}

.qts_head_top .top-right ul li a {
  color: #000;
  padding: 0 5px;
}

.qts_head_top .top-right ul li a:hover {
  text-decoration: underline;
}

.qts_head_top .login {
  margin-right: 5px;
}

.qts_head_top .login a {
  color: #000;
}

.qts_head_top .login a:hover {
  text-decoration: underline;
}

.qts_head_mid {
  background: #fff url(../img/hd-bg.png) bottom right no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.qts_head_mid .logo,
.qts_head_mid .hotline-top {
  display: inline-block;
}

.qts_head_mid .logo img,
.qts_head_mid .hotline-top img {
  width: initial;
}

.qts_head_mid .logo,
.qts_head_mid .logo_pc {
  margin: 0;
}

.qts_head_mid .logo img,
.qts_head_mid .logo_pc img {
  position: relative;
  margin-top: 5px;
  margin-left: 63px;
  margin-bottom: 6px;
  margin-right: 0px;
}

.qts_head_mid .name {
  text-align: center;
}

.qts_head_mid .name h1 {
  position: relative;
  display: block;
  top: 0px;
  color: #eda542;
  font-family: 'UTMEremitage', sans-serif;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 0;
}

.qts_head_mid .name .slogan {
  font-family: 'SVN-CiaoBella', sans-serif;
  display: block;
  font-size: 30px;
  color: #db5e0b;
  line-height: 1.35;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
  margin-top: 15px;
}

.qts_head_mid .mid-right {
  text-align: right;
}

.qts_head_mid .mid-right .hotline-mid {
  background: url(../img/i-hl-top.png) left top no-repeat;
  background-position: 0 6px;
  font-family: UTMHelvetIns;
  font-size: 24px;
  color: #ff0000;
  line-height: 1.1;
  padding: 19px 0px 16px 0px;
  padding-left: 40px;
  margin-top: 60px;
}

.qts_head_mid .mid-right .hotline-mid span {
  display: inline-block;
  font-size: 22px;
  padding-left: 15px;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
}

.qts_head_mid .mid-right .social-top {
  margin-top: 4px;
}

.menu-shape {
  background: #eda542;
  -webkit-border-top-left-radius: 100px;
          border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
          border-bottom-left-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
          border-bottom-right-radius: 100px;
  -webkit-box-shadow: -1px 2.5px 0 2.5px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 2.5px 0 2.5px rgba(0, 0, 0, 0.3);
}

.qts_head_bot .menu_bg {
  background: #dad9d7;
  font-family: 'arial';
}

.qts_head_bot .box_search {
  background: #fff;
  display: block;
  float: right;
  width: 0px;
  max-width: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  margin: auto;
  border: 3px solid #eda542;
  -webkit-border-top-left-radius: 100px;
          border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
          border-bottom-left-radius: 100px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.qts_head_bot .box_search.open {
  width: 100%;
}

.qts_head_bot .box_search .input_search,
.qts_head_bot .box_search .butt_search {
  height: 30px;
  border: none;
}

.qts_head_bot .box_search .input_search {
  font-size: 12px;
  border: none;
  background: transparent;
  color: #333;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.qts_head_bot .box_search .input_search::-webkit-input-placeholder {
  color: #333;
  font-style: italic;
}

.qts_head_bot .box_search .input_search::-moz-placeholder {
  color: #333;
  font-style: italic;
}

.qts_head_bot .box_search .input_search:-ms-input-placeholder {
  color: #333;
  font-style: italic;
}

.qts_head_bot .box_search .input_search::-ms-input-placeholder {
  color: #333;
  font-style: italic;
}

.qts_head_bot .box_search .input_search::placeholder {
  color: #333;
  font-style: italic;
}

.qts_head_bot .box_search .input_search:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.qts_head_bot .box_search .icon-search {
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  border: 3px solid #eda542;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.qts_head_bot .box_search .butt_search {
  color: #fff;
  font-size: 12px;
  padding: 0;
  width: 30px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.qts_head_bot .box_search .butt_search:hover, .qts_head_bot .box_search .butt_search:focus {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/*  
// ****************************************************************************
// *                                   main                                   *
// ****************************************************************************
*/
.heading {
  font-family: UTMAlterGothic;
  position: relative;
  font-size: 36px;
  text-align: center;
  color: #2d366f;
  text-transform: uppercase;
  max-width: 100%;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 60px;
}

.heading:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 256px;
  height: 1px;
  background: #ed3337;
}

.heading:after {
  content: url(../img/hding-af.png);
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.heading1, .heading2 {
  position: relative;
  background: #2d366f;
  color: #fff;
  padding: 13px;
  padding-left: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
}

.heading1 img, .heading2 img {
  position: absolute;
  top: 0;
  left: 0;
}

.heading2 {
  padding-left: 7px;
  margin-bottom: 0;
}

.heading-cate {
  font-size: 18px;
  color: #eda542;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ff6f00;
}

.heading-cate span {
  display: block;
  border-bottom: 1px solid #ffd4b2;
  margin-bottom: 1px;
}

.prod {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 30px;
}

.prod:hover {
  -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
}

.prod img {
  width: 100%;
}

.prod h3 {
  font-size: 16px;
  color: #271511;
  height: 38px;
  line-height: 19px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0;
}

.prod h3:hover {
  color: #23527c;
}

.prod .price {
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 10px;
}

.prod h3, .prod .price {
  padding: 0 10px;
}

.sup-banner {
  border: 1px solid #cccccc;
}

.sup-banner .tuvan {
  margin: 0 20px;
}

.sup-banner .tuvan .tv-link {
  margin-top: 10px;
  margin-right: 10px;
}

.sup-banner .tuvan .tv-link img {
  margin-right: 5px;
}

.sup-banner .tuvan .txt {
  font-size: 13px;
  color: #ff0000;
  margin-top: 5px;
  font-family: UVNHongHaHep;
}

.sup-banner .tuvan .txt .red {
  font-family: arial, sans-serif;
  color: #368ad2;
  font-weight: bold;
}

.sup-banner .fb {
  font-family: UVNHongHaHep;
  color: #eda542;
  margin-right: 40px;
  margin-top: 5px;
}

.sup-banner .fb img {
  margin-right: 10px;
}

.arc00 .layout-row {
  overflow: auto;
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #cccccc;
}

.arc00 .layout-row a img {
  width: 20%;
  float: left;
  margin-right: 25px;
}

.arc00 .layout-row a img:hover {
  opacity: 0.85;
}

.arc00 .layout-row h3 {
  margin-top: 0;
}

.arc00 .layout-row h3:hover {
  color: #eda542;
}

.arc00 .layout-row p {
  text-align: justify;
}

.arc00 .layout-row h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

.arc00 .layout-row .more {
  display: inline-block;
  background: #ed1d24;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.arc00 .layout-row .more:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-box-shadow: 0 1px 3px -1px #000;
          box-shadow: 0 1px 3px -1px #000;
}

.arc1 .lvuc {
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arc1 .lvuc:hover {
  -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
}

.arc1 .lvuc img {
  width: 100%;
}

.arc1 .lvuc img:hover {
  opacity: 0.85;
}

.arc1 .lvuc h3 {
  font-family: UTMAlterGothic;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  padding-bottom: 0;
}

.arc1 .lvuc h3:hover {
  color: #eda542;
}

.arc1 .lvuc p {
  color: #fff;
  padding: 15px;
  padding-top: 0;
  height: 125px;
  line-height: 25px;
  overflow: hidden;
}

.arc2 .relative {
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.arc2 .relative:hover img {
 -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.tin img:hover{	
    opacity: 0.75;
}
.arc2 .relative .dp-bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 185px;
  height: 90px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: UTMAlterGothic;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 25px;
  line-height: 1.1;
  padding-bottom: 0;
  margin-bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-bottom: none;
  -webkit-border-top-left-radius: 100px;
          border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
          border-top-right-radius: 100px;
}

.arc3 .tin h3 {
  font-weight: bold;
  padding: 0 15px;
  margin-top: 10px;
}

.arc3 .tin h3:hover {
  color: #eda542;
}

.arc4 .relative .icon {
	display:none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  background: url(../img/i-vid.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.arc4 h3:hover {
  color: #eda542;
}

.arc4 .layout-row {
  overflow: auto;
  margin-bottom: 20px;
}

.arc4 .layout-row a img {
  width: 30%;
  float: left;
  margin-right: 10px;
}

.arc4 .layout-row a img:hover {
  opacity: 0.85;
}

.arc4 .layout-row h3 {
  margin-top: 0;
}

.arc4 .layout-row h3:hover {
  color: #eda542;
}

.arc4 .layout-row p {
  text-align: justify;
}

.arc4 .layout-row .relative {
  float: left;
  width: 30%;
  margin-right: 10px;
}

.arc4 .layout-row .relative img {
  width: 100%;
}

.arc4 .layout-row h3 {
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/* ====================================page cate */
.pr-name {
  color: #fff;
  font-size: 24px;
  font-family: UTMHelvetIns;
}

ul.breadcrumbs-cate {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 3px double #2d366f;
}

ul.breadcrumbs-cate li {
  color: #eda542;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

ul.breadcrumbs-cate li:first-child:before {
  font-family: FontAwesome;
  content: "\f015";
  color: #2d366f;
  margin-right: 5px;
}

ul.breadcrumbs-cate li:after {
  font-family: FontAwesome;
  content: "\f101";
  color: #000;
  position: absolute;
  top: 0;
  right: 0px;
  font-weight: normal;
}

ul.breadcrumbs-cate li:last-child:after {
  content: none;
}

ul.breadcrumbs-cate li a {
  color: #2d366f;
  text-transform: uppercase;
  font-weight: bold;
}

ul.breadcrumbs-cate li a:hover {
  color: #eda542;
}

.qts_mid_content .phantrang ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.qts_mid_content .phantrang ul li {
  display: inline-block;
  margin: 4px;
}

.qts_mid_content .phantrang ul li:hover a,
.qts_mid_content .phantrang ul li.active a {
  background: #ed1d24;
  border-color: #ed1d24;
  color: #fff;
}

.qts_mid_content .phantrang ul li a {
  color: #4e4e4e;
  background: #f2f3f3;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 20px;
}

.pagination li.active a {
  background: #7fc242;
  border-color: #7fc242;
}

.pagination li a {
  color: #000;
}

/* ====================================page detail */
.detail {
  border: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-top: 10px;
}

.detail .name {
  font-family: UVNHongHaHep;
  font-size: 24px;
  color: #2d366f;
}

.detail .contact {
  background: #fe0000 url(../img/de-phone.png) 10px center no-repeat;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin: 20px 0;
}

.detail .contact:hover {
  -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
}

.detail .contact span {
  font-family: UTMHelvetIns;
  font-weight: normal;
  font-size: 18px;
}

.detail .detail-tabs {
  border-bottom: 1px solid #cccccc;
}

.detail .detail-tabs li {
  display: inline-block;
  margin-right: 15px;
  background: #e1e1e1;
}

.detail .detail-tabs li.active a {
  color: #fff;
  background: #016cc6;
}

.detail .detail-tabs li a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px;
}

.detail .tab-content {
  padding: 15px;
  font-size: 12px;
}

.detail .prod-desc {
  margin-bottom: 0px;
  font-size: 16px;
}

.detail .prod-desc .tit {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin: 0 15px;
}

.detail .prod-desc .tit span {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-top: 2px solid #2d366f;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}

.detail .prod-desc .bder {
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: none;
  margin: 0 15px;
}

.detail .prod-desc img {
  display: block;
  padding: 20px 0;
  margin: auto;
}

.detail .prod-desc .comment {
  margin: 0 15px;
}

.lienquan {
  background: #f1f1f1;
}

.lienquan .heading2 {
  text-transform: uppercase;
  color: #eda542;
  text-align: center;
  padding: 10px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAH0lEQVQYV2Ncs2bNfwYGBoaQkBBGGJsRJIAO4LLIKgHRqA4Kl/ft/gAAAABJRU5ErkJggg==);
  background-position: center center;
  background-repeat: repeat-x;
}

.lienquan .heading2 span {
  font-size: 18px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 0 10px;
}

.lienquan img {
  border: 1px solid #cccccc;
  padding: 20px;
  background: #fff;
}

/* 
// ****************************************************************************
// *                                   aside                                  *
// ****************************************************************************
*/
[class^='box'],
[class^='block'] {
  margin-bottom: 25px;
}

[class^='box'] .bder,
[class^='block'] .bder {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin-bottom: 20px;
}

[class^='box'] .bder .bder-content,
[class^='block'] .bder .bder-content {
  padding: 0 10px;
  padding-bottom: 0;
}

.box1 .as-menu {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .box1 .as-menu {
    position: relative;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .box1 .as-menu > li:first-child {
    border-top: none;
  }
  .box1 .as-menu li {
    position: relative;
  }
  .box1 .as-menu li a {
    display: block;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
  }
  .box1 .as-menu li a:hover {
    color: #eda542;
  }
  .box1 .as-menu li.dropdown {
    position: relative;
    z-index: 1;
  }
  .box1 .as-menu li.dropdown:hover > .dropdown-content {
    display: block;
    z-index: 999;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    left: 100%;
  }
  .box1 .as-menu li.dropdown .dropdown-content {
    position: absolute;
    list-style-type: none;
    padding: 0px 0px;
    width: 100%;
    min-width: 100%;
    top: -0px;
    left: -9999px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transform: scale(0.7, 1);
        -ms-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
}

.box1 .as-menu > li {
  padding: 0 10px;
}

.box1 .as-menu > li > a {
  border-bottom: 1px solid #ebebeb;
}

.box1 .as-menu > li:last-child a {
  border-bottom: none;
}

.box1 .as-menu > li:before {
  position: absolute;
  top: 10px;
  left: 5px;
}

.box1 .as-menu li {
  position: relative;
}

.box1 .as-menu li .dropdown-content {
  list-style-type: none;
  padding-left: 0;
  width: initial !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box1 .as-menu li .dropdown-content li {
  border-top: 1px solid #cccccc;
}

.box1 .as-menu li .dropdown-content li:first-child {
  border-top: none;
}

.box1 .as-menu li .dropdown-content li a {
  padding-left: 30px;
  padding-right: 10px;
}

.box1 .as-menu li .dropdown-content li a:before {
  content: '•';
}

.box1 .as-menu li a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #000;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  padding: 14px 0px 12px 30px;
}

.box1 .as-menu li a:before {
  content: url(../img/i-as-bf.png);
  position: absolute;
  top: 14px;
  left: 10px;
}

.box1 .as-menu li a:hover {
  color: #ffcc00;
}

@media (max-width: 991px) {
  .box1 .as-menu {
    position: relative;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .box1 .as-menu > li:first-child {
    border-top: none;
  }
  .box1 .as-menu li {
    position: relative;
  }
  .box1 .as-menu li a {
    display: block;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
  }
  .box1 .as-menu li a:hover {
    color: #eda542;
  }
  .box1 .as-menu li:last-child {
    border-bottom: none;
  }
  .box1 .as-menu li > a {
    border: none;
  }
  .box1 .as-menu li.dropdown {
    position: relative;
    z-index: 1;
  }
  .box1 .as-menu li.dropdown:after {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    padding-top: 3px;
    font-size: 16px;
    padding-left: 50px;
    top: 11px;
    right: 16px;
    right: 1rem;
    color: #333;
    line-height: 20px;
  }
  .box1 .as-menu li.dropdown.is-active:after {
    content: "\f068";
  }
  .box1 .as-menu li.dropdown.is-active > .dropdown-content {
    max-height: 700px;
    padding-left: 10px;
    background: #efefef;
  }
  .box1 .as-menu li.dropdown > a {
    display: inline-block;
  }
  .box1 .as-menu li.dropdown .dropdown-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style-type: none;
    padding-left: 0;
  }
  .box1 .as-menu li.dropdown .dropdown-content li {
    padding-left: 0px !important;
  }
  .box1 .as-menu > li {
    border-top: 1px solid #cccccc;
    padding-left: 0;
    padding-right: 0;
  }
  .box1 .as-menu > li a {
    border: none !important;
  }
  .box1 .as-menu > li ul li {
    border-top: 1px solid #cccccc;
  }
}

.box2 {
  margin-bottom: 20px;
}

.box2 .bder {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0pxpx;
          border-radius: 0pxpx;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.box2 .bder .bder-content {
  padding: 0 10px;
  padding-bottom: 0;
}

.box2 img {
  width: initial;
}

.box2 img.sup {
  width: 100%;
  padding: 10px;
}

.box2 .as-hotline {
  padding: 8px;
  max-width: 200px;
  margin: auto;
}

.box2 .as-hotline .red {
  font-family: UTMHelvetIns;
  font-size: 24px;
  color: #ff0000;
  padding-left: 8px;
}

.box2 .as-hotline .mail {
  font-size: 12px;
  color: #333;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
}

.box2 .as-hotline .tuvan {
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.box2 .as-hotline .tuvan:last-child {
  border-bottom: none;
}

.box2 .as-hotline .tuvan:before {
  content: url("../img/i-tuvan.png");
  position: absolute;
  top: -3px;
  left: 0;
}

.box2 .as-hotline .tuvan .tuvan-text {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.box2 .as-hotline .tuvan .tuvan-text a {
  color: #ff0000;
}

.box2 .as-hotline .tuvan .tuvan-text a:hover {
  text-decoration: underline;
}

.box2 .as-hotline .tuvan .tuvan-text .black {
  color: #000;
}

.box2 .as-hotline .tuvan .tuvan-i {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}

.box2 .as-hotline .tuvan .tuvan-i img {
  width: initial;
  margin-left: 3px;
}

.box3 .bder-content {
  padding: 10px;
}

.box3 .col-md-12 .layout-row {
  border-bottom: 1px dashed #cccccc;
}

.box3 .col-md-12:last-child .layout-row {
  margin-bottom: 0;
}

.box3 .layout-row {
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.box3 .layout-row a img {
  width: 40%;
  float: left;
  margin-right: 10px;
}

.box3 .layout-row a img:hover {
  opacity: 0.85;
}

.box3 .layout-row h3 {
  margin-top: 0;
}

.box3 .layout-row h3:hover {
  color: #eda542;
}

.box3 .layout-row p {
  text-align: justify;
}

.box3 .layout-row h3 {
  font-size: 12px;
  font-weight: bold;
  height: 48px;
  line-height: 16px;
  overflow: hidden;
  margin-bottom: 0;
}

.box3 .layout-row h3:hover {
  color: #23527c;
}

.box3 .time {
  font-size: 12px;
  color: #999;
}

.box3 .more {
  color: #000;
  display: inline-block;
  padding: 10px 15px;
}

.box3 .more:hover {
  color: #23527c;
}

.box4 .bder-content {
  padding: 15px !important;
}

.block1 ul {
  padding: 10px;
}

.block1 ul li {
  padding: 6px 0;
}

.block1 ul li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}

.block1 .orange {
  color: #ff6f00;
}

.block2 {
  margin-bottom: 20px;
}

.block2 .bder {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0pxpx;
          border-radius: 0pxpx;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.block2 .bder .bder-content {
  padding: 0 10px;
  padding-bottom: 0;
}

.block2 .bder-content {
  padding: 10px !important;
}

.block2 img {
  width: initial;
}

.block2 img.sup {
  width: 100%;
}

.block2 .as-hotline {
  padding: 8px;
  max-width: 300px;
  margin: auto;
}

.block2 .as-hotline .red {
  font-family: UTMHelvetIns;
  font-size: 24px;
  color: #ff0000;
  padding-left: 8px;
}

.block2 .as-hotline .mail {
  color: #333;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
}

.block2 .as-hotline .tuvan {
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.block2 .as-hotline .tuvan:last-child {
  border-bottom: none;
}

.block2 .as-hotline .tuvan:before {
  content: url("../img/i-tuvan.png");
  position: absolute;
  top: -3px;
  left: 0;
}

.block2 .as-hotline .tuvan .tuvan-text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.block2 .as-hotline .tuvan .tuvan-text a {
  color: #ff0000;
}

.block2 .as-hotline .tuvan .tuvan-text a:hover {
  text-decoration: underline;
}

.block2 .as-hotline .tuvan .tuvan-text .black {
  color: #000;
}

.block2 .as-hotline .tuvan .tuvan-i {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}

.block2 .as-hotline .tuvan .tuvan-i img {
  width: initial;
  margin-left: 3px;
}

/* 
// ****************************************************************************
// *                                  footer                                  *
// ****************************************************************************
*/
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eae7e7));
  background: -webkit-linear-gradient(#f1f1f1, #eae7e7);
  background: -o-linear-gradient(#f1f1f1, #eae7e7);
  background: linear-gradient(#f1f1f1, #eae7e7);
}

.ft-tit {
  font-size: arial;
  color: #2d366f;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ft-name {
  color: #2d366f;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}

.ft-lead {
  font-size: 14px;
}

.ft-addr,
.ft-hl,
.ft-phone,
.ft-mobi,
.ft-web,
.ft-mail {
  line-height: 2.2;
  font-size: 13px;
}

.qts_footer_top {
  color: #2d366f;
}

.qts_footer_top ul {
  list-style-type: disc;
  padding-left: 15px;
}

.qts_footer_top ul li a {
  display: inline-block;
  position: relative;
  color: #2d366f;
}

.qts_footer_top ul li a:before {
  position: absolute;
  left: 0;
}

.qts_footer_top ul li a:hover {
  color: #eda542;
}

.qts_footer_mid {
  position: relative;
  color: #000;
  font-size: 14px;
  padding: 0px 0 7px;
}

.qts_footer_mid a {
  color: #000;
}

.qts_footer_mid a:hover {
  text-decoration: underline;
}

/* 
// ****************************************************************************
// *                                   slide                                  *
// ****************************************************************************
*/
.slider_main.owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
}

.slider_main.owl-carousel .owl-dots .owl-dot.active span, .slider_main.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #fff;
          box-shadow: 0 0 0px 2px #fff;
}

.slider_tin.owl-carousel .owl-nav {
  width: 23px;
  top: -30px;
  right: 60px;
}

.slider_tin.owl-carousel .owl-nav [class^="owl-"] {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 8px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 20px;
  text-shadow: none;
}

.slider_tin.owl-carousel .owl-nav [class^="owl-"] .fa {
  font-size: 20px;
  color: #555;
}

.slider_tin.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.slider_tin.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

/*==================================================Slider detail=================================================================*/
.gc-icon.gc-icon-download {
  display: none !important;
}

.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-display-area .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  right: 10px;
}

.gc-display-area .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-display-area .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  left: 10px;
}

.gc-display-area .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-icon.gc-icon-enlarge {
  display: none !important;
}

.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
  content: "\f00d" !important;
  font: normal normal normal 25px/1 fontawesome !important;
  color: #fff;
  width: 24px;
  text-align: center;
}

.slider_detail .glass-case ul li {
  border: none;
}

.slider_detail .glass-case img {
  width: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon {
  border: none;
  margin-top: 0px !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: initial;
  height: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon.gc-icon-next-vt:before {
  font-family: Fontawesome;
}

.fixed-hl {
  position: fixed;
  z-index: 4;
  top: 30%;
  right: -200px;
  color: #000;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-hl .fx-hl {
  position: absolute;
  float: left;
  right: 100%;
}

.fixed-hl.mini {
  right: 0px;
  left: auto;
}

.fixed-hl .bar {
  padding: 2px 5px;
}

.fixed-hl .num {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 88px;
  font-size: 24px;
  font-weight: bold;
  color: #ca0000;
}

.fixed-hl .fx-ct {
  min-height: 250px;
  padding: 10px;
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}

.fixed-hl .fx-ct a {
  color: #000;
}

.fixed-hl .fx-ct .txt_sp_fix_nb {
  color: #ff0000;
}

.fixed-hl .group_sp_fix {
  margin-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .fixed-hl {
    display: none;
  }
}

.fixed-hotline {
  padding: 0;
}

.fixed-hotline .close:after {
  font-family: FontAwesome;
  content: "\f00d";
}

.fixed-hotline .close.mini:after {
  content: '+';
}

.fixed-hotline .fixed-content {
  padding: 15px 40px 25px 100px;
}

.btn-call {
  position: fixed;
  top: 50%;
  right: 24px;
  margin-top: -122px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-call.open {
  margin-right: 120px;
}

.btn-call.open .call-content {
  right: 0px;
}

.btn-call .call-btn {
  position: relative;
  top: 8px;
  background: url(../img/hotline.png) no-repeat 0 0;
  width: 52px;
  height: 52px;
  display: block;
  opacity: .8;
  cursor: pointer;
  z-index: 1001;
}

.btn-call .call-content {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 50%;
  right: -150px;
  margin-top: -122px;
  margin-right: -150px;
  width: 150px;
  height: 70px;
  background: #1DDA62;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  opacity: .8;
  z-index: 1000;
}

.btn-call .call-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 26px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .btn-call {
    /*position: fixed;
    top: 50%;
    right: 0px;
    margin-top: -26px;
    z-index: 999;
    bottom: 40px;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;*/
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

.sprite {
  background: url(../img/sprites.png) no-repeat top left;
  display: inline-block;
}

.btn-fb .fb-btn {
  background-position: -116px 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.btn-yt {
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: 6px;
  z-index: 999;
}

.btn-yt .yt-btn:hover {
  background-position: -56px -60px;
}

.btn-yt .yt-btn {
  background-position: -56px 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.btn-fb {
  position: fixed;
  top: 50%;
  right: 24px;
  margin-top: -52px;
  z-index: 999;
}

.btn-fb .fb-btn {
  background-position: -116px 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.btn-skype {
  position: fixed;
  top: 50%;
  right: 24px;
  margin-top: 72px;
  z-index: 999;
}

.btn-skype .skype-btn {
  background-position: -116px -104px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn-skype,
  .btn-fb,
  .btn-yt {
    /*display: none;*/
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++15/11/2017 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++15/11/2017 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++15/11/2017 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++15/11/2017 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++15/11/2017 */
.slider_hot .item {
  padding: 20px 0;
}

.product {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px #f6f6f6;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.product h2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  padding: 0 10px;
}

.product p {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
}

.product .view-more {
  position: absolute;
  left: 50%;
  margin-left: -58px;
  bottom: -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.product:hover .view-more {
  bottom: 8px;
  visibility: visible;
  opacity: 1;
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pro-img {
  display: block;
  text-align: center;
  border-bottom: solid 1px #e1e1e1;
}

.pro-img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 85%;
}

.pro-img img:hover {
  opacity: 0.85;
}


/*=========30/11/2017==========*/
.qts_footer_top_fix {
  font-family: Time new Roman;
  font-size: 18px !important;
}
