/*-----------------------------------------------------------------------------------

CSS INDEX
===================

1.0.0 Theme Default CSS (body, link color, section etc)
2.0.0 Home CSS
2.1.0 Header CSS
2.2.0 Nav CSS
2.3.0 Slider CSS
2.4.0 Content CSS
2.4.1 Best/Featured Products CSS
2.4.2 New Products CSS
2.4.3 Product By Category CSS
2.4.4 News CSS
2.4.5 Best News CSS
2.4.6 News By Category CSS
2.4.7 Slide News CSS
2.4.8 Partner CSS
2.5.0 Left - Right Sidebar CSS
2.5.1 Nav CSS
2.5.2 Advertisement CSS
2.5.3 Video CSS
2.5.4 Statistic CSS
2.5.5 Search Bar CSS
2.5.6 Viewest Products CSS
2.5.7 Selling Products CSS
2.5.8 Slide Image CSS
2.5.9 News CSS
2.5.10 Exchange Rate CSS
2.5.11 Maps CSS
2.5.12 Download CSS
2.5.13 Link CSS
2.5.14 Newsletter CSS
2.5.15 Google Translate CSS
2.5.16 Register CSS
2.5.17 Support Online CSS
2.5.18 Nav By Category CSS
2.5.19 Facebook Plugin CSS
2.5.20 Focus News CSS
2.5.21 Date Now CSS    
3.0 Footer CSS
4.0 Shop CSS
5.0 Shop Detail CSS
6.0 Blog CSS
7.0 Blog Detail CSS
8.0 Contact CSS
9.0 Cart CSS
10.0 Checkout CSS
11.0 404 CSS

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Pacifico|Wendy+One&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap&subset=vietnamese");
@charset "utf-8";

/*----------------------------------------*/
/*  1.0  Theme default CSS
/*----------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, img, embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
a {
  color: #282828;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
body *{
  transition: 0.1s linear width; 
}
p {
  padding: 0;
  margin: 0px 0px 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
}
ol, ul, li {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body{
  /*background-image: url("/uploads/images/bg-vwd.png")!important;*/
  background:#fff;
  

}
body, body.class_body {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fff;
}
.bg-white {background: #fff;}
.no-padding {padding: 0 !important;}
#content {background: #f3f3f3;}
.widget {clear: both;}
.space-base {margin-bottom: 45px;}
.aw-blog-read-more {
  display: block;
  color: #282828;
  font: 500 12px/1.55 Tahoma, "Trebuchet MS", sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}
.price-box {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.price-box p {
  margin: 0;
  display: inline-block;
}
.price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 10px;
}
.meta-post {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}
.block-title, .page-title, .relatived-product-title, .relatived-post-title {
  margin-bottom: 20px;
  position: relative;
}

#products-grid .same-height.row li.item.product-item.col-md-12.col-sm-3.col-xs-6 {
    width: 25%;
}

.block-title h3, .block-title .h3, .page-title.product-category h2, .page-title.post-category h2, .relatived-product-title .h3, .relatived-post-title .h3, .video-widget .h3 {
  background: transparent!important ;
  text-align: center;
  font-size: 25px;
  color: #cdba1e;
  text-transform: capitalize;
  padding: 18px 25px;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  margin-top: 80px;
  position: relative;
}


.block-title h3:before, .block-title .h3:before, .page-title.product-category h2:before, .page-title.post-category h2:before, .relatived-product-title .h3:before, .relatived-post-title .h3:before, .video-widget .h3:before{
  background: url("/uploads/background/Decoration.png") no-repeat center; 
  background-size: 25% 100%;
  opacity: 1;
  content: " ";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-title h3 a, .block-title .h3 a {color: #cdba1e;}

/*----------------------------------------*/
/* 2.0 Home CSS
/*----------------------------------------*/
/* 2.1.0 Header CSS
/* ====================================== */
#top {
  background-color: #fff;
  min-height: 40px;
}
#top .container {padding: 0 20px;}
#top .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-repeat: repeat-x;
}
.product-item-info {
    border: 1px solid #e3e3e3;
}
#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {color: #444;}
#top-links .dropdown-menu a {text-shadow: none;}
#top-links .dropdown-menu a:hover {
  color: #FFF;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
}
#top-links {padding-top: 6px;}
#top-links a + a {margin-left: 15px;}

/* 2.2.0 Nav CSS
/* ====================================== */
.navbar-container .navbar {
  min-height: 1px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.navbar-container .navbar-m { overflow: hidden;}
.navbar-container .navbar-m .header a {
  background: #bf0a0b;
  display: block;
  padding: 14px 15px 13px 45px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  width: 15%;
  margin: auto;
  border-radius: 90px;
}
.navbar-container .navbar-m .header a:before {
  position: absolute;
  top: 16px;
  left: 15px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: "";
}
.navbar-container .navbar-m .header a:after {
  position: absolute;
  top: 22px;
  left: 15px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.navbar-container .navbar-m ul {display: none;}

/* 2.3.0 Slider CSS
/* ====================================== */

/* 2.4.0 Content CSS
/* ====================================== */
/* 2.4.1 Best/Featured Products CSS
/* 2.4.2 New Products CSS
/* 2.4.3 Product By Category CSS
/* -------------------------------------- */

.products-grid .product-item {
  margin-bottom: 20px;
  margin-top: 20px;
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px;
  position: relative;
}

.product-item-details .product-item-description {
  color: #8c5f5f;
  margin-bottom: 10px;
}
.products-grid .item .button-holder {
  padding: 0 10px 15px;
}
.products-grid .item .button-holder button {
  color: #fff; 
  overflow: visible;
  width: auto;
  padding: 0 5px 0 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.products-grid .item .button-holder button i {
  display: inline-block;
  text-align: center;
  width: auto;
  line-height: 34px;
  background-color: #ccc;
  color: #222;
  font-size: 14px;
  padding: 0px 10px;
}

/* 2.4.4 News CSS
/* 2.4.5 Featured News CSS
/* 2.4.6 News By Category CSS
/* 2.4.7 Slide News CSS
/* -------------------------------------- */

.block-post {
  position: relative;
  list-style: none!important;
  background: #fff;
}
.block-post.block-first-post .block-post-img {
  margin-bottom: 20px;
  position: relative;
}
.block-post.block-first-post .block-post-img img {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  opacity: .9;
  width: 100%;
}
.block-post.block-first-post .block-post-content {
  padding-bottom: 20px;
}
.block-post.block-first-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post {
  padding-bottom: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.block-post.block-other-post .block-post-img {
  margin: 0;
  position: absolute;
  width: 110px;
  line-height: 0;
  overflow: hidden;
}
.block-post.block-other-post .block-post-content {
  margin-left: 125px;
  min-height: 74px;
}
.block-post.block-other-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post .post-description {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

/* 2.4.4 News CSS
/* -------------------------------------- */

.news-wrap .block-post.block-other-post {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 0px;
}
.news-wrap .block-post.block-other-post:nth-child(2n) {padding-left: 0;}

/* 2.5.0 Left - Right Sidebar CSS
/* ====================================== */

#left-sidebar, #right-sidebar {z-index: 2;}
.single-widget {
  background: #fff;
  margin-bottom: 30px;
}
/*.single-widget .section-title {
background: #f90;
font-size: 16px;
text-transform: uppercase;
color: #fff;
width: 100%;
padding: 16px 20px;
cursor: pointer;
position: relative;
}*/
.single-widget .section-title a {color: #fff;}
.single-widget .content-widget {padding: 10px 20px;}

/* 2.5.1 Nav CSS
/* 2.5.18 Nav By Category CSS
/* -------------------------------------- */

.single-widget .content-widget ul {} 
.single-widget .content-widget > ul {} 
.single-widget .content-widget ul li {
  position: relative;
  border-bottom: 1px solid #f0f0f026;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #313131;
}
.single-widget .content-widget > ul > li {} 
.single-widget .content-widget ul li:last-child {border-bottom: 0px;}
.single-widget .content-widget ul li a {} 
.single-widget .content-widget > ul > li > a {} 
.single-widget .content-widget ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #FFF;
}
.single-widget .content-widget ul > li:hover > ul {display: block;}


/* 2.5.2 Advertisement CSS
/*----------------------------------------*/
.qcc1 img { max-width:125px; float:right;}
.qcc2 img { max-width:125px; float:left;}
#floating_banner_left, #floating_banner_right {
  text-align:left; 
  position:absolute; 
  overflow:hidden; 
  top: 0px; 
  left: 0px; 
  width: auto; 
  border: 0px solid #000;
}
#floating_banner_right {text-align: right;}

/* 2.5.3 Video CSS
/*----------------------------------------*/

/* 2.5.4 Statistic CSS
/*----------------------------------------*/

/* 2.5.5 Search Bar CSS
/* 2.5.14 ewsletter CSS
/*----------------------------------------*/

.search-widget form, .newsletter-widget form {position: relative;}
.search-widget input[name="k"], .newsletter-widget input[name="v"] {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  border-radius: 5px !important;
}
.search-widget button[name="s"], .newsletter-widget button {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 2px 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* 2.5.6 Viewest Products CSS
/* 2.5.7 Selling Products CSS
/* 2.5.9 News CSS
/*----------------------------------------*/

.single-widget .content-widget .product-item,
.single-widget .content-widget .post-item {
  text-transform: none;
}
.product-item .ma-item, .post-item .ma-item {
  margin-bottom: 10px;
}
.ma-item .products-images .product-image img {
  max-width: 63px;
}
.ma-item .post-images .post-image img {
  max-width: 83px;
}
.ma-item .products-des, .ma-item .post-des {
  margin-left: 95px;
}
.ma-item .products-des .product-name, .ma-item .post-des .post-name {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}
.ma-item .products-des .product-name a, .ma-item .post-des .post-name a {
  padding-top: 5px;
  font-size: 14px;
}
.ma-item .products-des .price-box {
  color: #F00;
  font-size: 14px;
  line-height: 1.4;
}
.ma-item .products-des .price-box p {
  margin: 0;
  display: block;
  font-size: 13px;
}
.ma-item .products-des .price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 12px;
}
.ma-item .post-des p {
  font-size: 12px;
  line-height: 1.4;
}

/* 2.5.8 Slide Image CSS
/*----------------------------------------*/

.single-widget .content-widget.slide-widget ul li {border-bottom: 0px;}

/* 2.5.10 Exchange Rate CSS
/*----------------------------------------*/

.exchange-rate-widget table { width: 100%;}
.exchange-rate-widget table th, .exchange-rate-widget table td {text-align: center;}

/* 2.5.11 Map CSS
/*----------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* 2.5.12 Download CSS
/*----------------------------------------*/

.download-widget a {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.download-widget a:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.download-widget a i {margin-right: 7px;}

/* 2.5.13 Link CSS
/*----------------------------------------*/

/* 2.5.15 Google Translate CSS
/*----------------------------------------*/

/* 2.5.16 Register CSS
/*----------------------------------------*/

/* 2.5.17 Support Online CSS
/*----------------------------------------*/

.agent-small {margin: 0px 0px 15px;}
.agent-small-title {margin-bottom: 5px;}
.agent-small-inner {
  display: table;
  width: 100%;
}
.agent-small-image {
  display: table-cell;
  width: 76px;
}
.agent-small-image-inner {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 50px;
  transition: color 0.15s linear 0s;
}
.agent-small-image img {
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.agent-small-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top;
}
.agent-small:last-child .agent-small-content {
  border-bottom: 0px;
}
.agent-small-yahoo, .agent-small-skype, .agent-small-tel {
  font-size: 12px;
  line-height: 22px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.agent-small-yahoo {background-image: url("uploads/icon/yahoo2.png");}
.agent-small-skype {background-image: url("uploads/icon/skype.png");}
.agent-small-tel {background-image: url("uploads/icon/Phone.png");}

/* 2.5.19 Facebook Plugin CSS
/*----------------------------------------*/

/* 2.5.20 Focus News CSS
/*----------------------------------------*/

/* 2.5.21 Date Now CSS
/*----------------------------------------*/
.clock {
  cursor: pointer;
  padding: 5px;
  width: 40%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  text-align: center;
  font-weight: bold;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
}
#clock {
  float: left;
  background-color: #000000;
  color: #00FF33;
  font-size: 20px;
  margin-bottom: 5px;
}
.datetime {
  text-align: center;
  margin: 8px 0;
}

/* 2.5.22 Statistic CSS
/*----------------------------------------*/
.wrap_total {width: 100%;}
.wrap_total .total{
  text-align: center;
  padding: 10px 0;
}
.wrap_total .label{
  display: block;
  position: relative;
  height: 24px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 10px;
  text-indent: 25px;
  line-height: 1.4;
}
.wrap_total .label:before {
  content: " ";
  width: 16px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 0px;
  background: url(uploads/icon/default-icon-total.png) no-repeat;
}
.wrap_total .online:before {background-position: -192px 0;}
.wrap_total .today:before {background-position: -160px 0;}
.wrap_total .week:before {background-position: -128px 0;}
.wrap_total .month:before {background-position: -96px 0;}
.wrap_total .total:before {background-position: -0 0;}
.wrap_total .value {
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
}
.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9 {
  width: 15px;
  height: 20px;
  background: url(uploads/icon/default-digit.png) no-repeat top left;
  text-indent: -999em;
  display: inline-block;
}
.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}
.sty_table_rv th {
  height: 28px;
  padding: 5px;
  background: url("uploads/icon/content_box_title.png") repeat-x scroll 0% 0% #EDEDED;
  border: 1px solid #C8C8C8;
  color: #242424;
}

/*----------------------------------------*/
/* 3.0 Footer CSS
/*----------------------------------------*/

#site-footer {
  position: relative; /* Cần để tạo lớp phủ */
  background-color: #d1b12e;
  border-top: 5px solid #e8e195;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 30px 50px;
}

#site-footer::after {
  content: ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.1); /* Màu xám với opacity 50% */
}
#site-footer .footer-top {margin-bottom: 30px;}
#site-footer .footer-top .footer-block {margin-bottom: 20px;}
#site-footer .footer-widget-title {
  font-size: 1.384em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#site-footer .footer-top .footer-widget-title {
  border-bottom: 2px solid #fff;
  height: 35px;
  margin-bottom: 15px;
  margin-top: 3px;
  padding: 0 0 .67em;
}
#site-footer .footer-top .footer-widget-title>span {
  border-bottom: 2px solid #f90;
  display: inline-block;
  height: 35px;
  padding: 0;
}
#site-footer .footer-bottom {
  min-height: 50px;
  background: transparent;
  font-size: 11px;
  line-height: 50px;
}
#site-footer .footer-bottom *{
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
#site-footer .footer-bottom a:hover {color: #fff;}

/*----------------------------------------*/
/*  4.0 Shop CSS
/*----------------------------------------*/

.page-title.product-category h2 {}

/*----------------------------------------*/
/*  5.0 Shop Detail CSS
/*----------------------------------------*/

.product-view, .product-view .primary_block {margin-bottom: 30px;}
.product-left-column {min-height: 380px;}
.product-center-column {} 
.product-right-column {} 
.product-left-column #image-block {
  position: relative;
  padding: 0px;
}
.product-left-column #image-block .zoomWrapper, .product-left-column #image-block img {margin: auto;} 
#views_block {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
div#image-block {
    border: 1px solid #e3e3e3;
}
#thumbs_list {
  position: relative;
  padding: 0px 29px;
 border: 1px solid #e3e3e3;
}
#thumbs_list #thumblist {
  list-style-type: none;
  padding: 0px 1px;
  margin: 0px;
  overflow: hidden;
  position: static;
}
#thumbs_list .thumb_item {
  border: 1px solid transparent;
  margin-bottom: 2px;
}
#thumbs_list .thumb_item:hover {border-color: #e5d88b;}
#thumbs_list .thumb_item img {
  max-width: 100%;
  margin: auto;
  height: 116px;
  object-fit: cover;
  padding: 3px;
}
#thumbs_list .owl-prev, #thumbs_list .owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  font-size: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: #FFF;
  border-radius: 50%;
}
#thumbs_list .owl-next {
  right: 0;
  left: auto;
}
#thumbs_list .owl-prev:before, #thumbs_list .owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 100%;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  color: #000;
  text-shadow: none;
}
#thumbs_list .owl-prev:before {content: "f104" !important;}
#thumbs_list .owl-next:before {content: "f105" !important;}
.socialsharing_product {margin-top: 20px;}
.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.quantity_wanted_p button.btn.adtocart {
  color: #8e0102;
  font-weight: 500;
  background-color: #e5d88b;
  border-color: transparent;
  transition: 0.1s linear all;
      margin-left: 5px;
    margin-top: -5px;
  font-size: 17px;
}


.socialsharing_product ul li .btn {
  padding: 7px 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 12px;
  color: #777;
  background: #fff;
}
.socialsharing_product ul li .btn-facebook:hover {
  background-color: #435F9F;
  color: #fff;
}
.socialsharing_product ul li .btn-facebook i {color: #435F9F;}
.socialsharing_product ul li .btn-facebook:hover i {color: #fff;}
.socialsharing_product ul li .btn-twitter:hover {
  background-color: #00AAF0;
  color: #fff;
}
.socialsharing_product ul li .btn-twitter i {color: #00AAF0;}
.socialsharing_product ul li .btn-twitter:hover i {color: #fff;}
.socialsharing_product ul li .btn-google-plus:hover {
  background-color: #E04B34;
  color: #fff;
}
.socialsharing_product ul li .btn-google-plus i {color: #E04B34;}
.socialsharing_product ul li .btn-google-plus:hover i {color: #fff;}
.socialsharing_product ul li .btn-pinterest:hover {
  background-color: #CE1F21;
  color: #fff;
}
.socialsharing_product ul li .btn-pinterest i {color: #CE1F21;}
.socialsharing_product ul li .btn-pinterest:hover i {color: #fff;}
.product-center-column h1 {
  margin: 10px 0px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.product-center-column .category {
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  text-transform: none;
  line-height: 28px;
  color: #e7de92;
}
.product-center-column .category a {
  display: inline-block;
  color: #e7de92;
  transition: 0.1s linear all; 
}
.product-center-column .category a:hover{
  color: #fff; 
  transition: 0.1s linear all; 
}
.product-center-column .product-description {
  line-height: 16px;
  margin-bottom: 15px;
  padding: 6px 0px;
  font-size: 13px;
  color: #fff; 
  width: 80%;
}
.product-center-column .product-description p {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.product-center-column .old-price {
  font-size: 16px;
  font-weight: 300;
  color: #b1b1b1;
  text-decoration: line-through;
  margin-right: 30px;
}
.product-center-column .price {
  font-size: 23px;
  font-weight: 500;
  color: #8e0102;
}
.product-center-column .quantity_wanted_p {
  width: 100%;
  margin: 20px 0;
}
.product-center-column .quantity-selector {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 30px;
  min-width: 60px;
  font-weight: 600;
}
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-center-column .js-qty {
  float: left;
  margin-bottom: 0px;
}
.control-quantity {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.control-quantity.control-minus {
  left: 0;
  border-right: 1px solid #E5E5E5;
}
.control-quantity.control-add {
  right: 0;
  border-left: 1px solid #E5E5E5;
}
.control-quantity.control-minus, .control-quantity.control-add {
  background-color: #d1b12e;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
}
.js-qty input[type="text"] {
  color: #8e0102;
  font-weight: 700; 
  display: block;
  background: #FFF;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 32px;
  padding: 0px 25px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.product-center-column .adtocart. .product-center-column .adtocart2 {
  display: block;
  border-radius: 90px;
  float: left;
  margin-left: 12px;
  padding: 0px 29px;
  background: #fff;
  color: #8e0102;
  text-transform: capitalize;
  height: 38px;
  line-height: 32px;
  border-bottom: 0px solid #ff6000;
  margin-bottom: 20px;
  transition: 0.1s linear all; 
}
.product-center-column .adtocart:hover, .product-center-column .adtocart2:hover{
  background: #e5d88b;
  box-shadow: 0px 5px 10px 0px #21212130;
  transform: translateY(-2px);
  transition: 0.1s linear all; 
}
.product-center-column .adtocart .fa, .product-center-column .adtocart2 .fa{
  margin-left: 10px;
  margin-right: 0px;
}
.product-center-column #AddToCartText {
  font-weight: 500;
  font-size: 12px;
  padding: 0px 10px;
}
.product-detail-tab {
  background: white;
  padding: 20px;
}
.them-vao-gio {
    display: contents;
}
button.addcart {
 color: #fff;
    font-weight: 500;
    background-color: #d1b12e;
    border-color: transparent;
    transition: 0.1s linear all;
    opacity: 1;
    font-size: 17px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 2px;
}
.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.nav-tabs, .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-bottom: 0px solid #f0f0f026;
}
.nav-tabs .nav-tab-item {
  width: auto;
  margin: 0 5px 0 0;
}
.nav-tabs li a {
  font-size: 15px;
  font-weight: 500; 
  color: #dabc6d;
  line-height: 22px;
  transition: 0.1s linear all; 
}
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #999999;
  border: 0;
  height: 40px;
  padding: 10px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-bottom: 2px solid;
}
.nav-tabs .nav-tab-item .switch:visited {
  text-decoration: none;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
}
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}
.nav-tabs .active.nav-tab-item .switch {
  font-weight: 700;
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}
.nav-tabs .nav-tab-item.active .switch {
  color: #282828;
}
.nav-tabs .nav-tab-item .switch:visited,
.nav-tabs .nav-tab-item .switch:hover,
.nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item.active .switch,
.nav-tabs .nav-tab-item.active .switch:focus,
.nav-tabs .nav-tab-item.active .switch:hover {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: #282828;
}
.product-view .nav-tab-content {
  padding: 15px 0 0;
}
.relatived-product-title {}
.relatived-product-title .h3 {}

/*----------------------------------------*/
/*  6.0 Blog CSS
/*----------------------------------------*/

.postWrapper {
  padding-bottom: 25px;
  clear: both;
}
.page-title.post-category h2 {}
.postTitle {margin-bottom: 15px;}
.postTitle .post-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.postContent {padding-bottom: 10px;}

/*----------------------------------------*/
/*  7.0 Blog Detail CSS
/*----------------------------------------*/

.entry-title {
  font-size: 30px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  color: #d1b12e; /* màu đỏ */
}
.post-meta, .post-author {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-meta i.fa-calendar-o {
  font-size: 12px;
  top: -1px;
  position: relative;
  margin-right: 4px;
}
.post-meta li {
  padding-left: 1px;
  padding-right: 1px;
}
.post-meta li, .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.post-meta > li {
  display: block;
  white-space: nowrap;
}
.single-post-page .entry-header .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0px;
}
.post-author-avatar {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border: none;
}
.post-date a {color: #9B9B9B;}
.entry-header .socialsharing_product {margin-bottom: 30px;}
.entry-content .single-post-image {margin-bottom: 30px;}

.relatived-post-title {}
.relatived-post-title .h3 {}
.relatived-post-details .small-title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.relatived-post-details .post-small-content {font-size: 13px;}

/*----------------------------------------*/
/* 8.0 Contact CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 9.0 Cart CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 10.0 Checkout CSS
/*----------------------------------------*/

.order-result {
  text-align: center;
  font-size: 15px;
}
.order-result .title-m {
  font-size: 30px;
  font-weight: bold;
  color: #e5d88b;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-result .str {
  font-size: 18px;
  font-weight: bold;
}
.order-result .info {padding-top: 10px;}
.order-result .info .idcode {
  background: #ce0001;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  vertical-align: top;
}
.order-result .info .idcode strong {
  font-size: 30px;
  display: block;
  font-weight: normal;
}
.order-result .info .desc {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.order-result .button {margin: 30px 0;}
.orderdetail-container {padding: 20px 15px;}
.order-title {
  margin: 0 0 22px;
  font-size: 13px;
}
.headline__label, .headline__value {
  display: inline-block;
  line-height: 1.3;
}
.headline__label {
  margin: 0 0 .3em;
  font-size: .86em;
  text-transform: uppercase;
}
.list-inline__2:before {
  content: "|";
  display: inline-block;
  margin: 0 1.23em;
  color: #e0e0e0;
}
.customer-detail {
  margin: 20px 0 10px;
  text-align: justify;
}
.customer-detail .customer-detail__item {
  font-size: 12px;
  line-height: 1.5;
  color: #6f6f6f;
  padding-right: 20px;
}
.customer-detail__header {
  padding: 0 0 .3em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
}
.product-brief__image {
  max-width: 75px;
  max-height: 75px;
}

/*----------------------------------------*/
/* 11.0.0 404 CSS
/*----------------------------------------*/

body.error404 {
  background-image: url("uploads/background/page404bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: center -100px;
  background-size: 100% auto;
  color: #fff;
}
body.error404 .respone {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
body.error404 a {
  color: #fff;
}
body.error404 a:hover {
  color: #f90;
}
body.error404 .page-404 {
  color: #fff;
  float: left;
  margin-top: 495px;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
}
body.error404 .page-404 h3 {
  color: #fff;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 45px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
body.error404 .page-404 label {
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  margin: 0;
}
.accordion .section-title:after {
  content: "f055";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 10px;
  left: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
}

/** Ad foot **/
.foot { clear: both }
.chuyende {position: fixed;bottom: -1px;right: 0px;z-index:100;}
.chuyende img {max-width: 250px;}
.chuyende .tenchuyende {font: bold 12px "Tahoma";text-align: center;color:#FFFFFF;height: 15px;cursor: pointer;}
.chuyende .tenchuyende .nut, .chuyende .tenchuyende .NutHien {
  float: right;
  background-image: url("/uploads/others/button.gif");
  background-position: -30px 0;
  height: 15px;
  width: 30px;
}
.chuyende .tenchuyende .NutHien {
  display: none;
  background-image: url("/uploads/others/button.gif");
  background-position: -60px 0;
}
#divchuyende{color:#FFFFFF}
#an {visibility:hidden; display: none; }

/** box language **/
.box_laguage {top: 0px; position: absolute;}
#goog-gt-tt {display: none !important;}
.goog-te-banner-frame {display: none !important;}
.goog-te-menu-value:hover {text-decoration: none !important;}
body {top: 0 !important;}
#google_translate_element2 {display: none!important;}

/** CUSTOM **/
.zoomContainer {
  z-index: 9;
  display:none!important;
}


/** Zidan **/
.video-widget .video-grid iframe{
  height: 460px;
}
.camon,dis-sao{display: none;}
.camon.cam-on {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/************************************************** hugo *****/
/************************************************** hugo *****/
.contact-wrap .contact-info {
  color: #000000;
}

.video_img img {
  height: 73px;
  width: 100%;
  object-fit: cover;
}

/* ẩn ngày tháng */
.slide-news-wrap .meta_date, .new-product-wrap .meta_date, .featured-wrap .meta_date, .product-by-category-wrap3 .meta_date{
  display: none!important ;
}


/* top */
#top{
  padding: 20px 0;
}
#top > div {
  border: 1px solid #ffffff5e;
  border-top: 0;
  border-bottom: 0;
  max-height: 85px;
  height: 126px;
}
#top > div:first-child{
  border-left: 0px solid #ffffff5e;
}
#top > .pull_center img { 	/* logo */
  margin: auto;
  max-height: 100%;
  width: AUTO;
  height: auto;
  max-width: 100%;
}
#top .name, #top .slogan {
  color: #d1b12e;
  white-space: nowrap;
  font-size: 2em;
}
#top .name{
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  text-transform: uppercase; 

}
#top .slogan{
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 29px;
  line-height: 23px;
  font-weight: 700;
}
#top .list-inline > li:not(:last-child) * {
  color: #fff;
}
#top .pull_left, #top .list-inline {
  text-align: center;
}

.mn_shop, .langu > ul, li.langu ul > li{
  display: inline-block;
}
.langu .mn_shop:hover * {
  color: #e7df93!important;
  transition: 0.1s linear all; 
}
#top li.langu ul > li {

}
#top li.langu ul > li img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
#top .list-inline > li i {
  font-size: 15px;
  margin-right: 5px;
}
#top .list-inline .hotline {
  margin-left: 20px;
  background-image: linear-gradient(to top, #d1b12e, #d1b12e);
  border-radius: 90px;
  padding: 2px 19px;
  box-shadow: 0px 5px 10px 0px #21212130;
  transition: 0.1s linear all; 
}
#top .list-inline .hotline:hover{
  background-image: linear-gradient(to top, #f0f0f0, #f0f0f0);
  box-shadow: 0px 5px 10px 0px #21212100;
  transform: translateY(1px);
  transition: 0.1s linear all; 
}
#top .list-inline .hotline  *{
  color: #fff!important ; 
  font-weight: 700; 
}

/* thanh tìm kiếm search */
#top .mn_search {
  width: 95%;
}
.mn_search .single-widget {
  background: transparent;
  margin-bottom: 10px;
}
.search-widget input[name="k"], .newsletter-widget input[name="v"],.newsletter-widget input[name="n"],.newsletter-widget input[name="p"] {
  border: 1px solid #eae69a;
  box-shadow: 0px 0px 5px 0px #eae69a;
  color: #fff;
  padding: 6px 10px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 30px !important;
}


/*css input placeholder */
#top ::-webkit-input-placeholder { /* Chrome */
  color: #b8b8b8;
}
#top #top :-ms-input-placeholder { /* IE 10+ */
  color: #b8b8b8;
}
#top ::-moz-placeholder { /* Firefox 19+ */
  color: #b8b8b8;
  opacity: 1;
}
#top :-moz-placeholder { /* Firefox 4 - 18 */
  color: #b8b8b8;
  opacity: 1;
}

/* css focus input*/
#top input[type=text] {
  background: transparent;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
#top input[type=text]:focus
{
  border-bottom: 1px solid #fff !important;
  outline:unset;
}


/* menu main */
.navbar-container{
  background: linear-gradient(to top, #d1b12e, #d1b12e); 
  padding-bottom: 5px;
}
.navbar-container .navbar > ul {
  display: flex;
  justify-content: center;
}
.navbar-container .navbar > ul > li ul{
  box-shadow: 0px 1px 2px 1px #21212130; 
}
.navbar-container .navbar-d li:hover > ul > li {
  background: #e5d88b;
}
.navbar-container .navbar-content{
  background: transparent; 
}
.navbar-d > ul > li.active > a, .navbar-d > ul > li:hover > a{
  color: #ffffff;
  transition: 0.1s linear all; 
}
.navbar-d > ul > li > a {
  padding: 12px 15px;
  color:#ffffff;

}
.navbar-d ul ul li:hover > a, .navbar-d ul ul li a:hover{
  color: #8e0102;
  padding-left: 10px;
  font-weight: 700; 
  transition: 0.2s linear all; 
}


/* lúc cuộn */
#top_scroll{

}
#top_scroll .mn_search .single-widget {
  width: 100%;
}
#top_scroll #top .navbar-content{
  box-shadow: 0px 1px 2px 1px #21212130;
}
#top_scroll #top {
  padding: 10px 0;
  height: auto;
}
#top_scroll #top > div {
  width: 33.33%;
}
#top_scroll #top > div:not(:first-child) {
  height: 80px;
  display: flex;
  align-items: center;
}
#top_scroll .fa-search{
  position: absolute;
  top: 9px;
  right: 15px;
}
#top_scroll #top ul.list-inline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#top_scroll #top .list-inline>li {
  width: 100%;
  margin: auto;
}
#top_scroll #top .list-inline .hotline {
  background: #ff9900;
  border-radius: 90px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#top_scroll #top .list-inline .mn_shop a{
  color: #fff; 
  transition: 0.1s linear all; 
}
#top_scroll #top .list-inline .mn_shop:hover *{
  color: #e7df93; 
  transition: 0.1s linear all;   
}

#top_scroll #top .list-inline .hotline {
  background-image: linear-gradient(to top, #d0a04e, #eae69a);
  box-shadow: 0px 5px 10px 0px #21212130;
  transition: 0.1s linear all; 
}
#top_scroll #top .list-inline .hotline:hover{
  background-image: linear-gradient(to top, #f0f0f0, #f0f0f0);
  box-shadow: 0px 5px 10px 0px #21212100;
  transform: translateY(1px);
  transition: 0.1s linear all; 
}
#top_scroll #top .list-inline .hotline  *{
  color: #2f0e0d!important ; 
  font-weight: 700; 
}


/* video */
.single-widget.video-widget, .news-wrap.slide_news, .best-news-wrap{
  background: transparent!important ; 
}
.single-widget.video-widget li.nav-tab-item{
  background: transparent; 
}
.single-widget.video-widget li.nav-tab-item, .single-widget.video-widget li.nav-tab-item .video_name{
  transition: 0.1s linear all; 
}
.single-widget.video-widget li.nav-tab-item:hover{
  background: url("/uploads/background/bg-content.jpg") no-repeat; 
  box-shadow: 0px 1px 2px 1px #21212130; 
  transition: 0.2s linear background; 
}

.single-widget.video-widget li.nav-tab-item:hover a{
  color: #4f250d; 
  transition: 0.1s linear all; 
}
.single-widget.video-widget li.nav-tab-item:hover .video_name{
  margin-top: 15px;
  transition: 0.2s linear all; 
}

/* GIỚI THIỆU THƯƠNG HIỆU */
.slide-news-wrap .block-content .product-item{
  margin-top: 20px;
}
.slide-news-wrap .product-item .product-top img{
  height: auto!important ;
}

/* TIN TỨC MỚI - SLIDE */

.products-grid .product-item-info{
  transition: 0.3s linear all; 
}
.products-grid .product-item-info:hover{
  background: #d0a04e;
  box-shadow: 0px 5px 10px 0px #21212130;
  transition: 0.2s linear background; 
}
.product-item-info .product-top .meta_date {
  background: #fff;
  color: #8e0102;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  padding: 3px;
  border: 2px solid #8e0102;
  width: 60px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: -15px;
  transition: 0.1s linear all; 
}
.product-item-info .product-top .meta_date span{
  font-size: 17px;
}
.product-item-info:hover .product-top .meta_date{
  background: #b10203; 
  color: #fff; 
  border: 2px solid #b10203;
  box-shadow: 0px 1px 2px 1px #21212130; 
  transition: 0.1s linear all; 
}
/* tiêu đề tin tức */
.product-item-info .product-name{
  text-align: center;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item-info .product-name a{
  color: #fff; 
  transition: 0.1s linear all; 
}
.products-grid .product-item-info:hover .product-name a{
  color: #2f0e0d; 
  transition: 0.1s linear all; 
}



/* TIN TỨC MỚI */ 
.news-wrap.slide_news{

}
.news-wrap.slide_news .block-content .product-item-info .product-top img, .best-news-wrap .block-content .product-item-info .product-top img{
  padding: 4px;
  border: 2px solid #e8e195;
}
.news-wrap.slide_news .block-content .product-item-info .product-name, .best-news-wrap .block-content .product-item-info .product-name{
  text-align: left;
}
.news-wrap.slide_news .block-content .product-item-info .product-name a, .best-news-wrap .block-content .product-item-info .product-name a{
  line-height: 23px;
}
.news-wrap.slide_news .block-content .product-item-info .product-item-description, .best-news-wrap .block-content .product-item-info .product-item-description{
  color: #8c5f5f;
  transition: 0.1s linear all; 
}
.news-wrap.slide_news .block-content .product-item-info:hover .product-item-description, .best-news-wrap .block-content .product-item-info:hover .product-item-description{
  color: #212121;
  transition: 0.1s linear all; 
}
.news-wrap.slide_news .block-content .product-item .product-top a:before, .best-news-wrap .block-content .product-item .product-top a:before, .slide-news-wrap .block-content .product-item .product-top a:before{ 
  display: none;
}
.news-wrap.slide_news .block-content .product-item .product-item-info, .best-news-wrap .block-content .product-item .product-item-info, .slide-news-wrap .block-content .product-item .product-item-info{
  overflow: inherit;
}

/* nút slide */

.products-grid > div .owl-nav.disabled {
  display: block !important;
}

.owl-theme .owl-nav [class*=owl-]{
  background: #d1b12e;
  padding: 4px 7px;
  padding-top: 5px;
  border: 2px solid #fff;
  transition: 0.1s linear all; 
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: #212121; 
  transition: 0.1s linear all; 
}
.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

/* SẢN PHẨM */
.new-product-wrap .product-top, .featured-wrap .product-top, .product-by-category-wrap3 .product-top, .product-page .product-top, .relatived-product .product-top{
  position: relative;
}
.new-product-wrap .product-top:before, .featured-wrap .product-top:before, .product-by-category-wrap3 .product-top:before, .product-page .product-top:before, .relatived-product .product-top:before{
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  border: 2.2px solid #FFF;
  z-index: 11000000000000000000000000000;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: 2;
}

.item.product-item.col-md-12.col-sm-12.col-xs-12 .product-item-info .product-top {
  border: 2.2px solid #FFF;
}
/* nút XEM TẤT CẢ */
a.more {
  background: #d0a04e;
  color: #fff; 
  padding: 10px 20px;
  text-transform: uppercase;
  position: absolute;
  right: 1%;
  top: 0;
  border: 1px solid #d0a04e;
  transition: 0.1s linear all; 
}
a.more:hover{
  background: transparent;
  color: #d0a04e; 
  border: 1px solid #d0a04e;
  transition: 0.1s linear all; 
}
/**********/

.block-content .product-item, .product-page .product-item, .relatived-product .product-item{
  margin-top: 0;
  position: relative;
  transition: 0.1s linear all; 
}
.block-content .product-item .product-item-info, .product-page .product-item .product-item-info, .relatived-product .product-item .product-item-info{
  overflow: hidden;
}
.block-content .product-item .product-item-info:hover .product-top img, .product-page .product-item .product-item-info:hover .product-top img, .relatived-product .product-item .product-item-info:hover .product-top img{
  filter: blur(1px);
  transition: 0.1s linear all; 
}
.block-content .product-item .product-item-info:hover .product-top, .product-page .product-item .product-item-info:hover .product-top, .relatived-product .product-item .product-item-info:hover .product-top{
  position: relative;
  transition: 0.1s linear all; 
}
.block-content .product-item .product-top a:before, .product-page .product-item .product-top a:before, .relatived-product .product-item .product-top a:before{
  background-color: #000;
  opacity: 0;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.5s linear all; 
}
.block-content .product-item .product-item-info:hover .product-top a:before, .product-page .product-item .product-item-info:hover .product-top a:before, .relatived-product .product-item .product-item-info:hover .product-top a:before{
  z-index: 1;
  opacity: 0.8;
}
.block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img {
  width: 100%;
  height: 217px;
  .height: 420px;
  object-fit: cover; 
  transition: 0.1s linear all; 
}
.class_body_t.products .product-page .product-item .product-top img{
  height: auto;
}
.block-content .product-item .product-item-details, .product-page .product-item .product-item-details, .relatived-product .product-item .product-item-details{
  text-align: center;
}
.block-content .product-item .product-item-info:hover .product-name a, .product-page .product-item .product-item-info:hover .product-name a, .relatived-product .product-item .product-item-info:hover .product-name a{
  color: #fff; 
}
.block-content .product-item .product-item-info:hover .price-box p.old-price, .product-page .product-item .product-item-info:hover .price-box p.old-price, .relatived-product .product-item .product-item-info:hover .price-box p.old-price{
  color: #910102;  
  font-size: 12px;
}
/* giá cũ */
.block-content .product-item .product-item-info .price-box p.sell-price, .product-page .product-item .product-item-info .price-box p.sell-price, .relatived-product .product-item .product-item-info .price-box p.sell-price{
  color: #fff; /* vàng */
  transition: 0.1s linear all; 
}
/* giá mới */
.block-content .product-item .product-item-info:hover .price-box p.sell-price, .product-page .product-item .product-item-info:hover .price-box p.sell-price, .relatived-product .product-item .product-item-info:hover .price-box p.sell-price{
  color: #ffffff;
  font-weight: 700;
  transition: 0.1s linear all; 
}

/* nút thêm vào giỏ */
.block-content .product-item .button-holder, .product-page .product-item .button-holder, .relatived-product .product-item .button-holder{
  width: 100%;
  opacity: 0.5;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: -35%;
  transform: translateX(-50%);
  text-align: center;
  transition: 0.2s linear all; 
  z-index: 3;
}
.block-content .product-item .product-item-info:hover .button-holder, .product-page .product-item .product-item-info:hover .button-holder, .relatived-product .product-item .product-item-info:hover .button-holder{
  opacity: 1;
  left: 50%;
  transition: 0.3s linear all; 
}
.block-content .product-item .button-holder button, .block-content .product-item .button-holder button:focus,
.product-page .product-item .button-holder button, .product-page .product-item .button-holder button:focus, .relatived-product .product-item .button-holder button, ..relatived-product .product-item .button-holder button:focus{
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s linear all; 
}
.block-content .product-item .button-holder button i, .product-page .product-item .button-holder button i, .relatived-product .product-item .button-holder button i{
  background: #fff;
  transition: 0.1s linear all; 
}
/*.block-content .product-item .button-holder button:hover, .block-content .product-items > .product-item .button-holder button:hover i, .product-page .product-item .button-holder button:hover, .product-page .product-items > .product-item .button-holder button:hover i, .relatived-product .product-item .button-holder button:hover, .relatived-product .product-items > .product-item .button-holder button:hover i {
background: #d0a04e; 
color: #fff; 
transition: 0.1s linear all; 
}*/
.block-content .product-item .button-holder button:hover, .product-page .product-item .button-holder button:hover, .relatived-product .product-item .button-holder button:hover {
  background: #d0a04e; 
  color: #fff; 
  transition: 0.1s linear all; 
}

/* TRANG CHI TIẾT SẢN PHẨM */
.box-price div {
  display: inline;
}

/* THÊM VÀO GIỎ HÀNG */
.product-center-column button#addcart {
  color: #fff;
  font-weight: 500;
  background-color: #d1b12e;
  border-color: transparent;
  transition: 0.1s linear all;
  opacity: 1;
  font-size: 17px;
}
.product-view {
    padding-top: 15px;
}
.single-product-page.container {
    background: #fff;
}

/* đánh giá */
.danh-gia {
  display: inline-flex;
  width: 50%;
  margin-top: 20px;
  margin-left: 15px;
  transition: 0.1s linear all; 
}
.item-danhgia {
  width: 100%;
}
.item-danhgia > div {
  padding: 0;
}
.item-danhgia > div * {
  color: #e5d88b;
}
.item-danhgia > div:nth-child(1) {
  width: 25%;
  text-align: left;
}
.item-danhgia fieldset.rating {
  width: 32%;
}
.dis-sao{
  display: none;
}
.rating:not(:checked) > label{
  color: #fff; 
}
.rating > label:before{

}
.item-danhgia .btn-primary{
  color: #8e0102;
  font-weight: 500; 
  background-color: #e5d88b;
  border-color: transparent;
  border-radius: 90px;
  transition: 0.1s linear all; 
}
.item-danhgia .btn-primary:hover{
  background-color: #8e0102;
  color: #fff; 
  box-shadow: 0px 5px 10px 0px #21212130;
  transform: translateY(-2px);
  transition: 0.1s linear all; 
}

.row.product-collateral.primary_block > div{
  float: left;
}


/* Hình sản phẩm */
.product-left-column #image-block img{
  height: 435px!important ;
  object-fit: cover; 
}
/* bình luận */
.single-product-page .product-detail-tab {
  background: transparent; 
  padding: 0;
}
.product-detail-tab > .nav-tab-content {
  padding: 20px;
  color: #212121; 
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch, .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .nav-tabs .nav-tab-item:not(.disabled) .switch:hover{
  background: #e5d88b;
  border-bottom-color: #282828;
  color: #8e0102;
  padding: 10px 20px;
}
.single-product-page .nav-tabs .nav-tab-item .switch{
  color: #fff; 
}

/* sản phẩm liên quan */
.relatived-product{
  margin-bottom: 50px;
}
.name {
    line-height: 90px;
}
/* Footer */
#site-footer .title_ft{
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#site-footer .content_ft form p {
  padding: 0;
}

.content_ft > div > span {
  line-height:1.5em;
}

.content_ft > div > span > i {
  text-align: center;
  width: 20px;
}

#site-footer .form-control {
  border-radius: 5px;
  width: 70%;
  margin: auto;
  background-color: #ffffff91;
  border: 2px solid #fff;
  color: #8e0102;
}
#site-footer .footer-top > div {
  text-align: center;
}
#site-footer .showr .content_ft ul {
  text-align: left;
  padding-left: 25%;
}
.footer-center a, #site-footer .showr .content_ft ul a, ul#tree a{
  color: #ffffff; 
  font-weight: 500; 
  transition: 0.1s linear all; 
  font-size: 14px;
  line-height: 1.7;
}
#site-footer .showr .content_ft ul a:hover, ul#tree a:hover, .footer-center a:hover{
  color: #fff;  
  transition: 0.1s linear all; 
}
#site-footer input[type=submit] {
  background: #8e0102;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px; 
  text-align: center;
  float: none!important;
  transition: 0.1s linear all; 
}
#site-footer input[type=submit]:hover{
  background: #8e010250;
  color: #ffffff;
  transition: 0.1s linear all; 
}
#site-footer .content_ft form div:last-child p{
  width: 100%;
}

.footer-center {
  padding-top: 30px;
  border-top: 1px solid #e8e195;
}

.footer-center > div:first-child {
  width: 15%;
}
.footer-center > div:nth-child(2){
  width: 35%;
}
/* fanpage */
.footer-center > div:nth-child(3){
  overflow: hidden;
}
.footer-center > div:nth-child(3){
  width: 20%;
}




/* BACK TO TOP */
i.fa.fa-angle-up{
  font-size: 0px;
}
#k-button-to-top {
  display: inline-block;
  background-color:#d1b12e;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  border: 1px solid #fff;
}
#k-button-to-top i:before {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

#k-button-to-top:hover {
  cursor: pointer;
  background-color: #181510;
  border-color: #ffffffdb;
  color: #ffffffdb;
}
#k-button-to-top:hover i:before{
  color: #ffffffdb;
}
#k-button-to-top:active {
  background-color: #555;
}
#k-button-to-top.show {
  opacity: 1;
  visibility: visible;
  margin: 0;
  bottom: 100px;
}
a.show:hover{
  text-decoration: underline;
}
/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}


/* TRANG BÀI VIẾT */

.relatived-post.space-base.bg-white{
  background: transparent;
}
.category-posts li, .fave_relatived_post {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
  clear: unset;
}
.fave_relatived_post {
  margin-bottom: 30px;
}
.category-posts li > div, .fave_relatived_post {
  background: #d1b12e; 
  padding: 15px 0!important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  transition: 0.3s linear all;
}
.category-posts li > div:hover, .fave_relatived_post:hover {
  /*background: url("/uploads/background/bg-content.jpg"); */
  background: #d2a755; 
  -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  -ms-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  transform: translateY(-2px);
  transition: 0.3s linear all;
}
.category-posts li > div .post-details {
  padding: 20px 0;
}
.category-posts li > div .post-image img{
  height: 233px;
  width: 233px;
  object-fit: cover;
  border: 2px solid #fff;
}
.category-posts li > div .post-details .post-description{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* tiêu đề bài viết */
.category-posts li > div > .post-details .post-header a, .fave_relatived_post .small-title a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8e0102; /* màu đỏ */
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.1s linear all;
}
.category-posts li > div:hover .post-details .post-header a, .fave_relatived_post:hover .small-title a {
  color: #fff;
  transition: 0.1s linear all;
}
/* mô tả bài viết */
.category-posts li > div:hover > .post-details .post-description, .fave_relatived_post:hover .relatived-post-desc{
  color: #fff;
  transition: 0.1s linear all; 
}
/* nút xem tiếp */
.category-posts li > div > .post-details .postContent a, .fave_relatived_post .post-small-content a{
  text-decoration: unset;
  float: right;
  color: #8e0102; /* màu đỏ */
  padding: 5px 20px;
  transition: 0.2s linear all;
}
.category-posts li > div:hover .post-details .postContent a, .fave_relatived_post:hover .post-small-content a {
  background: #8e0102; /* màu đỏ */
  color: #fff;
  transition: 0.1s linear all;
}
.relatived-post .fave_relatived_post img {
  height: 120px!important ;
  width: 300px!important ;
  object-fit: cover;
}


/* NÚT PHÂN TRANG */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #000000;
  cursor: default;
  background-color: #e5d88b;
  border-color: #e5d88b;
}
.pagination>li>a, .pagination>li>span{
  color: #000000;
}

/* TRANG LIÊN HỆ */
/*****************/
.contact-wrap.space-base {
  padding-bottom: 0;
}

.contact-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-wrap .block-content, .widget.widget-static-block.bg-white{
  background: transparent; 
}
.contact-wrap .maps, .contact-wrap .contact{
  padding: 20px;
  box-shadow: 0px 5px 10px 0px #21212130;
  background: #d1b12e; 
}
.contact-wrap .maps{
  margin-right: 20px;
}
.contact-wrap .maps iframe {
  min-height: 284px;
}
.contact-wrap .contact {
  width: 40%;
}
.contact-wrap .form-control {
  border-radius: 0;
  width: 100%;
}
/*.contact-wrap .col-md-6, .contact-wrap .col-md-9{
width: 100%;
}*/
.contact-wrap .form-control:focus {
  border-color: #fcd424;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.captcha-test {
  padding-right: 0;
}
.contact-wrap .contact-form input[type="submit"]{
  background-color: #8e0102;
  width: 100%;
  border-radius: 0;
  border: 1px solid #8e0102;
  transition: 0.1s linear all; 
}
.contact-wrap .contact-form input[type="submit"]:hover{
  background-color: #630001;
  transition: 0.1s linear all; 
}

/* TRANG CHI TIẾT BÀI VIẾT */
.single-post-page .post-wrapper.bg-white {
  background: #ffffff;
}
.block-content .product-item .product-item-details, .product-page .product-item .product-item-details, .relatived-product .product-item .product-item-details {
    background: #d1b12e;
}

a#link-box-detail {
    color: #d1b12e;
}
li.nav-tab-item-vumd {
    text-align: center;
    font-size: 20px;
  border-bottom: 1px solid #000;
}
/* TRANG GIỎ HÀNG */
.cart-wrap .block-content {
  background: #e5d88b;
  border: 2px solid #8e0102;
}
.cart-wrap .block-content *{
  color: #212121; 
}
/* dòng tiêu đề bảng */
.cart-wrap .shopping-cart-table thead th {
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #8e0102;
  border-bottom: 1px solid #8e0102;
}
/* nội dung bảng */
.cart-wrap .shopping-cart-table tbody td{
  border-right: 1px solid #8e0102;
  border-bottom: 1px solid #8e0102;
}

/* cuối bảng */
.cart-wrap .shopping-cart-table tfoot > tr > td{
  border-top: 0px solid #e8e8e8; 
}
.cart-wrap .shopping-cart-table tfoot > tr:first-child{
  border-bottom: 1px solid #8e0102;
}

.cart-wrap .form-control {
  border: 1px solid #e5d88b;
  border-radius: 90px;
}
.cart-wrap .block-content .fa {
  color: #fff;
}
.cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(4), .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5){
  text-align: center;
}
.cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(4) *, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) *{
  color: #8e0102; 
}
.cart-wrap .btn-default, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success{
  border-color: transparent;
  padding: 5px 20px;
  transition: 0.1s linear all; 
}
.cart-wrap .btn-default:hover, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success:hover{
  background-color: #8e0102;
  color: #fff!important ;
  box-shadow: 0px 5px 10px 0px #21212130;
  transform: translateY(-2px);
  transition: 0.1s linear all; 
}
.cart-wrap .btn-default:hover *, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success:hover *{
  color: #fff!important ;
  transition: 0.1s linear all; 
}
.cart-wrap .btn-default{
  background-color: #fff;
  border-radius: 90px;
  transition: 0.1s linear all; 
}
.cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success .fa{
  color: #fff!important ; 
  border-radius: 90px;
  transition: 0.1s linear all; 
}
.cart-wrap .table{
  margin-bottom: 0;
}
.cart-wrap .shopping-cart-table tfoot > tr:nth-child(2){

}

/* TRANG ĐẶT HÀNG */
.checkout-wrap .checkout-content * {
  color: #212121;
}
.checkout-content .panel-info>.panel-heading {
  color: #8e0102;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #e5d88b;
  border-color: #e5d88b;
}
.checkout-content .panel-info>.panel-heading a, .checkout-content input#submit{
  color: #fff;
  background: #8e0102;
  text-transform: uppercase; 
  padding: 7px 20px;
  border-radius: 90px;
  border: 0px solid #e8e8e8; 
  transition: 0.1s linear all; 
}
.checkout-content .panel-info>.panel-heading a:hover{
  background: #fff; 
  color: #8e0102; 
  transition: 0.1s linear all; 
}
.checkout-content .form-control, .checkout-content input#submit {
  border-radius: 90px;
}
.checkout-content input#submit:hover{
  background: #ec0002; 
  color: #fff; 
  transition: 0.1s linear all; 
}

/* TRANG ĐẶT HÀNG THÀNH CÔNG */
.checkout-wrap *{
  color: #fff; 
}
.button-holder a {
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
}


@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #k-button-to-top {
    margin: 15px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/* End B-T-Top */

/** Layout Responsive **/
@media (min-width: 768px) {
  .navbar-container .navbar-m {display: none;}
}
@media (min-width: 991px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1920px) {
  #top > div img {
    margin: auto;
    width: 16%;
  }
  .block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img{
    object-fit: cover; 
  }
} 

@media (max-width: 768px) {
  #products-grid .same-height.row li.item.product-item.col-md-12.col-sm-3.col-xs-6 {
    width: 50%;
  }
  
  .row.product-collateral.primary_block > div {
    width : 100%;
  }
  #top > div img {
    width: 43%;
  }
  /* TRANG CHI TIẾT BÀI VIẾT */
  .relatived-post.space-base .relatived-image-wrap {
    width: 100%;
  }

  .relatived-post.space-base .relatived-post-details {
    width: 100%;
    margin-top: 10px;
  }
  .category-posts li, .fave_relatived_post{
    margin-bottom: 20px!important ;
  }


  /* TRANG BÀI VIẾT */
  .category-posts li > div .post-image img {
    height: 130px;
  }
  .category-posts li > div .post-details {
    padding: 10px 0;
  }
  .postContent .post-description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* TRANG LIÊN HỆ */
  .contact-wrap .contact {
    width: 100%;
    margin-top: 30px;
  }
  .form-control-wrap.fc-captcha input[type="text"] {
    width: 87%!important ;
  }
  .contact-wrap .contact-form input[type="submit"] {
    width: 20%;
    margin-right: 3px;
    margin-top: 10px;
  }

  /* hoa văn dưới tiêu đề */
  .block-title h3:before, .block-title .h3:before, .page-title.product-category h2:before, .page-title.post-category h2:before, .relatived-product-title .h3:before, .relatived-post-title .h3:before, .video-widget .h3:before{
    background-size: 35% 100%;
  }
  /* Menu ngang chạy ngang */
  .mm-menu.mm-theme-dark {
    background: #d1b12e;
    border-color: rgba(0,0,0,.15);
    color: #fff;
    font-weight: 700;
  }
  .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    color: #fff;
  }
  .mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgb(0, 0, 0);
  }
  .mm-listview .mm-next {
    background: #8e0102;
  }
  .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: #fdfdfd;
  }
  /* header */
  #top .slogan{
    font-size: 20px;
  }
  #top .name {
    font-size: 23px;
  }
  #top .list-inline .hotline{
    width: 75%;
    margin-left: 0;
    margin-top: 5px;
  }
  .mn_search .single-widget .content-widget {
    padding: 0px 20px;
  }
  #top input[type=text]{
    height: 26px;
  }

  /* SẢN PHẨM */
  /*.new-product-wrap .ad_left {
  width: 25%;
  float: left;
}
  .new-product-wrap .block-content {
  WIDTH: 75%;
  float: left;
}*/
  .new-product-wrap .ad_left, .featured-wrap .ad_right {
    display: none;
  }
  .block-content .product-item {
    padding: 10px;
  }
  .block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img {
    height: 150px;
  }
  .products-grid .product-item-info .product-item-details {
    padding: 5px;
  }
  .product-item-info .product-name a{
    font-size: 14px;
  }
  /* giá cũ */
  .price-box p.old-price{
    margin-right: 0;
    width: 100%;
  }
  /* thêm giỏ hàng */
  .products-grid .item .button-holder button{
    font-size: 0;
    padding: 0;
  }
  .block-content .product-item .button-holder, .product-page .product-item .button-holder, .relatived-product .product-item .button-holder{
    top: 60px;
  }
  .block-content .product-items > .product-item .button-holder button:hover i, .product-page .product-items > .product-item .button-holder button:hover i, .relatived-product .product-items > .product-item .button-holder button:hover i {
    background: #d0a04e; 
    color: #fff; 
    transition: 0.1s linear all; 
  }

  /* nút chuyển slider */
  .owl-theme .owl-nav{
    top: 20%;
  }

  /* footer */
  #site-footer .footer-top .form_ft, #site-footer .footer-top .showr {
    width: 50%;
  }
  #site-footer .form-control{
    width: 100%;
  }
  .footer-center > div{
    width: 50%!important ;
    margin-bottom: 50px!important;
  }

  .navbar-container .navbar-d {display: none;}
  .navbar-container .navbar-m {display: block;}
}


@media (max-width: 480px) {
  .block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img {

  }

  #top > div img {
    width: 30%;
  }
  /* TRANG BÀI VIẾT */
  .category-posts li > div .post-details {
    padding: 10px;
  }
  .category-posts li, .fave_relatived_post {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .category-posts li > div > .post-details .post-header a, .fave_relatived_post .small-title a{
    font-size: 15px;
    line-height: 19px;
  }



  /* menu main */
  #top .pull_right {
    margin-top: 30px;
  }
  #top .mn_search {
    width: 77%;
  }
  .navbar-container .navbar-m .header a{
    width: 30%;
    height: 32px;
    padding: 8px 0px 8px 45px;
  }

  .navbar-container{
    height: 40px;
  }
  .navbar-container .navbar-m .header a:before{
    top: 9px;
  }
  .navbar-container .navbar-m .header a:after{
    top: 15px;
  }

  /* lúc cuộn */

  #top_scroll  .navbar-container .navbar-m {
    overflow: unset;
  }
  #top_scroll > div{
    max-height: 85px;
    border: 1px solid #ffffff2b;
  }
  #top_scroll .pull_right {
    margin-top: 0;
  }
  #top_scroll .name {
    font-size: 11px;
  }
  #top_scroll .slogan {
    font-size: 17px;
    line-height: 19px;
  }
  #top_scroll #top {
    padding: 5px 0;
  }
  #top_scroll #top > div:not(:first-child){
    padding: 5px;
  }
  #top_scroll .fa-search {
    top: 8px;
    right: 10px!important ;
    font-size: 15px!important ;
  }
  #top_scroll #top .list-inline .hotline *{
    font-size: 10px;
  }
  #top_scroll #top .list-inline .hotline {
    padding: 5px 0px;
    width: 90%;
  }
  .mn_search .single-widget .content-widget {
    padding: 0;
  }
  #top_scroll #top ul.list-inline {
    position: unset;
    transform: unset;
  }

  /* hoa văn dưới tiêu đề */
  .block-title h3:before, .block-title .h3:before, .page-title.product-category h2:before, .page-title.post-category h2:before, .relatived-product-title .h3:before, .relatived-post-title .h3:before, .video-widget .h3:before{
    background-size: 70% 100%;
  }

  /* video */
  .nav-tab-content.tab-content {
    height: auto;
    overflow: hidden;
  }
  .video-widget .video-grid iframe {
    height: 220px;
  }
  .single-widget.video-widget li.nav-tab-item, .single-widget.video-widget li.nav-tab-item .video_name {

  }
  .video_img {
    padding-right: 0;
  }
  .nav-tabs li a {
    font-size: 12px;
    line-height: 19px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .new-product-wrap .block-content, .featured-wrap .block-content{
    margin-top: 70px;
  }
  /* nút xem tất cả */
  a.more{
    right: 50%;
    transform: translateX(50%);
    top: 78px;
  }

  /* footer */
  #site-footer .footer-top .form_ft, #site-footer .footer-top .showr, #site-footer .form-control{
    width: 100%;
  }

  .footer-center > div,.footer-top > div{
    width: 100%!important ;
    margin-bottom: 30px!important;
  }
  #site-footer .showr .content_ft ul {
    padding-left: 0;
  }

  /* TRANG LIÊN HỆ */
  .form-control-wrap.fc-captcha input[type="text"] {
    width: 71%!important;
  }
  .contact-wrap .contact-form input[type="submit"] {
    width: 30%;
    padding: 0;
  }


  /* đánh giá */
  .danh-gia, .item-danhgia > * {
    width: 100%;
    transition: 0.1s linear all;
  }
  .item-danhgia > div:nth-child(1){
    width: 100%!important ;
    transition: 0.1s linear all;
  }
  .item-danhgia fieldset.rating, .item-danhgia .btn-primary {
    width: 47%;
  }
}

@media (max-width: 320px) {

}


/* HU Outline Inward */

.slide-news-wrap .products-grid .product-item-info {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.slide-news-wrap .products-grid .product-item-info:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 2px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.slide-news-wrap .products-grid .product-item-info:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/*-----------hieu ung lac qua lac lai------------------*/
@keyframes shake2 {
  0%, 100% {
    -webkit-transform: translate3d(0,0,0);
    -moz-animation: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-10px,0,0);
    -moz-animation: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  50% {
    -webkit-transform: translate3d(10px,0,0);
    -moz-animation: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

#top > div img:hover{  
  animation: 0.8s shake2 ease-in-out;
  -webkit-animation: 0.8s shake2 ease-in-out;
  -moz-animation: 0.8s shake2 ease-in-out;
}


.mobile-only {display: none;}
@media (max-width: 767px) {
  .mobile-only {display: block;}
  .pc-only {display: none;}
}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 160px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 130px;
  width: 130px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.1;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 35px;
  top: 35px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 1;
  transform-origin: 50% 50% 0;
  z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #608727; /* xanh lá hover */
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #e6140f; /* đỏ */
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #608727;} /* cam hover */

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: #e6140f;} /* đỏ */

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle 
{ background-color: #547622;} /* viền xanh hover */
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #d2130e;} /* đỏ đậm */

/* vị trí nút */
#suntory-alo-phoneIcon{
  left: -20px;
  bottom: -20px;
  transition: 0.1s linear all; 
}
#zalo{
  left: -20px; 
  bottom: 73px;
  transition: 0.1s linear all; 
}
#fb{
  left: -20px;
  bottom: 164px;
  transition: 0.1s linear all; 
}
#mail{
  left: -20px;
  bottom: 255px;
  transition: 0.1s linear all; 
}

/*** nút ZALO **/
#zalo .suntory-alo-ph-img-circle { background-color: #fff;} /* trắng */
#zalo .suntory-alo-ph-circle {
  border-color: #028fe3; /* xanh dương */
  opacity: 1;
}
#zalo.suntory-alo-hover .suntory-alo-ph-circle, #zalo:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* CAM hover */
  opacity: 1;
}
#zalo.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill{
  background-color: #028fe3;
}
#zalo.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill{
  background-color: #ff5722;
}
#zalo.suntory-alo-hover .suntory-alo-ph-img-circle, #zalo:hover .suntory-alo-ph-img-circle { 
  background-color: #fff; /* viền trắng hover */
} 

#zalo svg path:first-child {
  fill: #028fe3; /* xanh dương */
  transition: 0.1s linear all; 
}
#zalo:hover svg path:first-child{
  fill: #ff5722;
  transition: 0.1s linear all; 
}
#zalo svg path:last-child {
  fill: #fff; /* trắng */
  transition: 0.1s linear all; 
}

#zalo:hover path {
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}


/*** nút FACEBOOK **/
#fb.suntory-alo-hover .suntory-alo-ph-circle, #fb:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* CAM hover */
  opacity: 1;
}
#fb .suntory-alo-ph-circle {
  border-color: #3b5998; /* xanh dương */
  opacity: 1;
}
#fb.suntory-alo-hover .suntory-alo-ph-circle-fill, #fb:hover .suntory-alo-ph-circle-fill { background-color: #ff5722;} /* xanh lá hover */
#fb .suntory-alo-ph-circle-fill, #fb #svg_fb_icon > g:first-child > path:first-child { background-color: #3b5998;} /* xanh dương */
#fb .suntory-alo-ph-img-circle { background-color: #fff;} /* trắng */
#fb.suntory-alo-hover .suntory-alo-ph-img-circle, #fb:hover .suntory-alo-ph-img-circle 
{ background-color: #fff;} /* viền trắng hover */

#fb #svg_fb_icon{
  width: 100%;
  height: 100%;
}
#fb #svg_fb_icon > g:last-child > path:last-child{
  fill: #fff; /* trắng */
  transition: 0.1s linear all; 
}
#fb:hover #svg_fb_icon > g:first-child > path:first-child, #fb:hover #svg_fb_icon > g:last-child > path:first-child {
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}

/*** nút MAIL **/
#mail .suntory-alo-ph-circle-fill, #mail #svg_mail_icon > g > g:first-child > path{ background-color: #df4b38;} /* cam đỏ */
#mail .suntory-alo-ph-img-circle{ background-color: #fff;} /* viền trắng */
#mail #svg_mail_icon{
  width: 100%;
  height: 100%;
}
#mail #svg_mail_icon > g > g:last-child > path:last-child{
  fill: #fff; /* trắng */
  transition: 0.1s linear all; 
}
#mail:hover #svg_mail_icon > g > g:first-child > path{
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}
#mail:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* cam */
  opacity: 1;
}


@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.6) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px!important;
  line-height: 48px!important;
  padding-left: 12px;
  color: #fff;
}
.phone-pc {
  background: #e6140f; /* màu đỏ */
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 65px;
  left: 98px;
  position: relative;
  width: 160px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.suntory-alo-phone:hover .phone-pc { background: #608727;}
.show-phone {
  visibility: visible;
  opacity: 1;
  width: 200px;
}

@media(max-width: 480px){
  #suntory-alo-phoneIcon, #zalo, #fb, #mail{
    bottom: -40px!important ;
    transition: 0.1s linear all; 
  }
  #zalo {
    left: 55px;
    transition: 0.1s linear all; 
  }
  #fb{
    left: 130px;
    transition: 0.1s linear all; 
  }
  #mail{
    left: 205px;
    transition: 0.1s linear all; 
  }
  .suntory-alo-ph-img-circle i{
    font-size: 26px!important;
    line-height: 43px!important;
  }
  .suntory-alo-ph-circle {
    height: 100px;
    width: 100px;
    left: 23px;
    top: 23px;
  }
  .suntory-alo-ph-circle-fill {
    width: 75px;
    height: 75px;
    left: 35px;
    top: 35px;
  }
  .suntory-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    left: 50px;
    top: 50px;
  }
/*-----------------------------------------------------------------------------------

CSS INDEX
===================

1.0.0 Theme Default CSS (body, link color, section etc)
2.0.0 Home CSS
2.1.0 Header CSS
2.2.0 Nav CSS
2.3.0 Slider CSS
2.4.0 Content CSS
2.4.1 Best/Featured Products CSS
2.4.2 New Products CSS
2.4.3 Product By Category CSS
2.4.4 News CSS
2.4.5 Best News CSS
2.4.6 News By Category CSS
2.4.7 Slide News CSS
2.4.8 Partner CSS
2.5.0 Left - Right Sidebar CSS
2.5.1 Nav CSS
2.5.2 Advertisement CSS
2.5.3 Video CSS
2.5.4 Statistic CSS
2.5.5 Search Bar CSS
2.5.6 Viewest Products CSS
2.5.7 Selling Products CSS
2.5.8 Slide Image CSS
2.5.9 News CSS
2.5.10 Exchange Rate CSS
2.5.11 Maps CSS
2.5.12 Download CSS
2.5.13 Link CSS
2.5.14 Newsletter CSS
2.5.15 Google Translate CSS
2.5.16 Register CSS
2.5.17 Support Online CSS
2.5.18 Nav By Category CSS
2.5.19 Facebook Plugin CSS
2.5.20 Focus News CSS
2.5.21 Date Now CSS    
3.0 Footer CSS
4.0 Shop CSS
5.0 Shop Detail CSS
6.0 Blog CSS
7.0 Blog Detail CSS
8.0 Contact CSS
9.0 Cart CSS
10.0 Checkout CSS
11.0 404 CSS

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Pacifico|Wendy+One&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap&subset=vietnamese");
@charset "utf-8";

/*----------------------------------------*/
/*  1.0  Theme default CSS
/*----------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, img, embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
a {
  color: #282828;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
body *{
  transition: 0.1s linear width; 
}
p {
  padding: 0;
  margin: 0px 0px 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
}
ol, ul, li {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body{
  /*background-image: url("/uploads/images/bg-vwd.png")!important;*/
  background:#fff;
  

}
body, body.class_body {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fff;
}
.bg-white {background: #fff;}
.no-padding {padding: 0 !important;}
#content {background: #f3f3f3;}
.widget {clear: both;}
.space-base {margin-bottom: 45px;}
.aw-blog-read-more {
  display: block;
  color: #282828;
  font: 500 12px/1.55 Tahoma, "Trebuchet MS", sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn {
    border-radius:none !important;}

.price-box {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.price-box p {
  margin: 0;
  display: inline-block;
}
.price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 10px;
}
.meta-post {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}
.block-title, .page-title, .relatived-product-title, .relatived-post-title {
  margin-bottom: 20px;
  position: relative;
}

#products-grid .same-height.row li.item.product-item.col-md-12.col-sm-3.col-xs-6 {
    width: 25%;
}

.block-title h3, .block-title .h3, .page-title.product-category h2, .page-title.post-category h2, .relatived-product-title .h3, .relatived-post-title .h3, .video-widget .h3 {
  background: transparent!important ;
  text-align: center;
  font-size: 25px;
  color: #cdba1e;
  text-transform: capitalize;
  padding: 18px 25px;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  margin-top: 80px;
  position: relative;
}


.block-title h3:before, .block-title .h3:before, .page-title.product-category h2:before, .page-title.post-category h2:before, .relatived-product-title .h3:before, .relatived-post-title .h3:before, .video-widget .h3:before{
  background: url("/uploads/background/Decoration.png") no-repeat center; 
  background-size: 25% 100%;
  opacity: 1;
  content: " ";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-title h3 a, .block-title .h3 a {color: #cdba1e;}

/*----------------------------------------*/
/* 2.0 Home CSS
/*----------------------------------------*/
/* 2.1.0 Header CSS
/* ====================================== */
#top {
  background-color: #fff;
  min-height: 40px;
}
#top .container {padding: 0 20px;}
#top .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-repeat: repeat-x;
}
.product-item-info {
    border: 1px solid #e3e3e3;
}
#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {color: #444;}
#top-links .dropdown-menu a {text-shadow: none;}
#top-links .dropdown-menu a:hover {
  color: #FFF;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
}
#top-links {padding-top: 6px;}
#top-links a + a {margin-left: 15px;}

/* 2.2.0 Nav CSS
/* ====================================== */
.navbar-container .navbar {
  min-height: 1px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.navbar-container .navbar-m { overflow: hidden;}
.navbar-container .navbar-m .header a {
  background: #bf0a0b;
  display: block;
  padding: 14px 15px 13px 45px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  width: 15%;
  margin: auto;
  border-radius: 90px;
}
.navbar-container .navbar-m .header a:before {
  position: absolute;
  top: 16px;
  left: 15px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: "";
}
.navbar-container .navbar-m .header a:after {
  position: absolute;
  top: 22px;
  left: 15px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.navbar-container .navbar-m ul {display: none;}

/* 2.3.0 Slider CSS
/* ====================================== */

/* 2.4.0 Content CSS
/* ====================================== */
/* 2.4.1 Best/Featured Products CSS
/* 2.4.2 New Products CSS
/* 2.4.3 Product By Category CSS
/* -------------------------------------- */

.products-grid .product-item {
  margin-bottom: 20px;
  margin-top: 20px;
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px;
  position: relative;
}

.product-item-details .product-item-description {
  color: #8c5f5f;
  margin-bottom: 10px;
}
.products-grid .item .button-holder {
  padding: 0 10px 15px;
}
.products-grid .item .button-holder button {
  color: #fff; 
  overflow: visible;
  width: auto;
  padding: 0 5px 0 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.products-grid .item .button-holder button i {
  display: inline-block;
  text-align: center;
  width: auto;
  line-height: 34px;
  background-color: #ccc;
  color: #222;
  font-size: 14px;
  padding: 0px 10px;
}

/* 2.4.4 News CSS
/* 2.4.5 Featured News CSS
/* 2.4.6 News By Category CSS
/* 2.4.7 Slide News CSS
/* -------------------------------------- */

.block-post {
  position: relative;
  list-style: none!important;
  background: #fff;
}
.block-post.block-first-post .block-post-img {
  margin-bottom: 20px;
  position: relative;
}
.block-post.block-first-post .block-post-img img {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  opacity: .9;
  width: 100%;
}
.block-post.block-first-post .block-post-content {
  padding-bottom: 20px;
}
.block-post.block-first-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post {
  padding-bottom: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.block-post.block-other-post .block-post-img {
  margin: 0;
  position: absolute;
  width: 110px;
  line-height: 0;
  overflow: hidden;
}
.block-post.block-other-post .block-post-content {
  margin-left: 125px;
  min-height: 74px;
}
.block-post.block-other-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post .post-description {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

/* 2.4.4 News CSS
/* -------------------------------------- */

.news-wrap .block-post.block-other-post {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 0px;
}
.news-wrap .block-post.block-other-post:nth-child(2n) {padding-left: 0;}

/* 2.5.0 Left - Right Sidebar CSS
/* ====================================== */

#left-sidebar, #right-sidebar {z-index: 2;}
.single-widget {
  background: #fff;
  margin-bottom: 30px;
}
/*.single-widget .section-title {
background: #f90;
font-size: 16px;
text-transform: uppercase;
color: #fff;
width: 100%;
padding: 16px 20px;
cursor: pointer;
position: relative;
}*/
.single-widget .section-title a {color: #fff;}
.single-widget .content-widget {padding: 10px 20px;}

/* 2.5.1 Nav CSS
/* 2.5.18 Nav By Category CSS
/* -------------------------------------- */

.single-widget .content-widget ul {} 
.single-widget .content-widget > ul {} 
.single-widget .content-widget ul li {
  position: relative;
  border-bottom: 1px solid #f0f0f026;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #313131;
}
.single-widget .content-widget > ul > li {} 
.single-widget .content-widget ul li:last-child {border-bottom: 0px;}
.single-widget .content-widget ul li a {} 
.single-widget .content-widget > ul > li > a {} 
.single-widget .content-widget ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #FFF;
}
.single-widget .content-widget ul > li:hover > ul {display: block;}


/* 2.5.2 Advertisement CSS
/*----------------------------------------*/
.qcc1 img { max-width:125px; float:right;}
.qcc2 img { max-width:125px; float:left;}
#floating_banner_left, #floating_banner_right {
  text-align:left; 
  position:absolute; 
  overflow:hidden; 
  top: 0px; 
  left: 0px; 
  width: auto; 
  border: 0px solid #000;
}
#floating_banner_right {text-align: right;}

/* 2.5.3 Video CSS
/*----------------------------------------*/

/* 2.5.4 Statistic CSS
/*----------------------------------------*/

/* 2.5.5 Search Bar CSS
/* 2.5.14 ewsletter CSS
/*----------------------------------------*/

.search-widget form, .newsletter-widget form {position: relative;}
.search-widget input[name="k"], .newsletter-widget input[name="v"] {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  border-radius: 5px !important;
}
.search-widget button[name="s"], .newsletter-widget button {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 2px 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* 2.5.6 Viewest Products CSS
/* 2.5.7 Selling Products CSS
/* 2.5.9 News CSS
/*----------------------------------------*/

.single-widget .content-widget .product-item,
.single-widget .content-widget .post-item {
  text-transform: none;
}
.product-item .ma-item, .post-item .ma-item {
  margin-bottom: 10px;
}
.ma-item .products-images .product-image img {
  max-width: 63px;
}
.ma-item .post-images .post-image img {
  max-width: 83px;
}
.ma-item .products-des, .ma-item .post-des {
  margin-left: 95px;
}
.ma-item .products-des .product-name, .ma-item .post-des .post-name {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}
.ma-item .products-des .product-name a, .ma-item .post-des .post-name a {
  padding-top: 5px;
  font-size: 14px;
}
.ma-item .products-des .price-box {
  color: #F00;
  font-size: 14px;
  line-height: 1.4;
}
.ma-item .products-des .price-box p {
  margin: 0;
  display: block;
  font-size: 13px;
}
.ma-item .products-des .price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 12px;
}
.ma-item .post-des p {
  font-size: 12px;
  line-height: 1.4;
}

/* 2.5.8 Slide Image CSS
/*----------------------------------------*/

.single-widget .content-widget.slide-widget ul li {border-bottom: 0px;}

/* 2.5.10 Exchange Rate CSS
/*----------------------------------------*/

.exchange-rate-widget table { width: 100%;}
.exchange-rate-widget table th, .exchange-rate-widget table td {text-align: center;}

/* 2.5.11 Map CSS
/*----------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* 2.5.12 Download CSS
/*----------------------------------------*/

.download-widget a {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.download-widget a:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.download-widget a i {margin-right: 7px;}

/* 2.5.13 Link CSS
/*----------------------------------------*/

/* 2.5.15 Google Translate CSS
/*----------------------------------------*/

/* 2.5.16 Register CSS
/*----------------------------------------*/

/* 2.5.17 Support Online CSS
/*----------------------------------------*/

.agent-small {margin: 0px 0px 15px;}
.agent-small-title {margin-bottom: 5px;}
.agent-small-inner {
  display: table;
  width: 100%;
}
.agent-small-image {
  display: table-cell;
  width: 76px;
}
.agent-small-image-inner {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 50px;
  transition: color 0.15s linear 0s;
}
.agent-small-image img {
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.agent-small-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top;
}
.agent-small:last-child .agent-small-content {
  border-bottom: 0px;
}
.agent-small-yahoo, .agent-small-skype, .agent-small-tel {
  font-size: 12px;
  line-height: 22px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.agent-small-yahoo {background-image: url("uploads/icon/yahoo2.png");}
.agent-small-skype {background-image: url("uploads/icon/skype.png");}
.agent-small-tel {background-image: url("uploads/icon/Phone.png");}

/* 2.5.19 Facebook Plugin CSS
/*----------------------------------------*/

/* 2.5.20 Focus News CSS
/*----------------------------------------*/

/* 2.5.21 Date Now CSS
/*----------------------------------------*/
.clock {
  cursor: pointer;
  padding: 5px;
  width: 40%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  text-align: center;
  font-weight: bold;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
}
#clock {
  float: left;
  background-color: #000000;
  color: #00FF33;
  font-size: 20px;
  margin-bottom: 5px;
}
.datetime {
  text-align: center;
  margin: 8px 0;
}

/* 2.5.22 Statistic CSS
/*----------------------------------------*/
.wrap_total {width: 100%;}
.wrap_total .total{
  text-align: center;
  padding: 10px 0;
}
.wrap_total .label{
  display: block;
  position: relative;
  height: 24px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 10px;
  text-indent: 25px;
  line-height: 1.4;
}
.wrap_total .label:before {
  content: " ";
  width: 16px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 0px;
  background: url(uploads/icon/default-icon-total.png) no-repeat;
}
.wrap_total .online:before {background-position: -192px 0;}
.wrap_total .today:before {background-position: -160px 0;}
.wrap_total .week:before {background-position: -128px 0;}
.wrap_total .month:before {background-position: -96px 0;}
.wrap_total .total:before {background-position: -0 0;}
.wrap_total .value {
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
}
.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9 {
  width: 15px;
  height: 20px;
  background: url(uploads/icon/default-digit.png) no-repeat top left;
  text-indent: -999em;
  display: inline-block;
}
.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}
.sty_table_rv th {
  height: 28px;
  padding: 5px;
  background: url("uploads/icon/content_box_title.png") repeat-x scroll 0% 0% #EDEDED;
  border: 1px solid #C8C8C8;
  color: #242424;
}

/*----------------------------------------*/
/* 3.0 Footer CSS
/*----------------------------------------*/

#site-footer {
  position: relative; /* Cần để tạo lớp phủ */
  background-color: #d1b12e;
  background-size: cover;
  border-top: 5px solid #e8e195;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 30px 50px;
}

#site-footer::after {
  content: ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.1); /* Màu xám với opacity 50% */
}
#site-footer .footer-top {margin-bottom: 30px;}
#site-footer .footer-top .footer-block {margin-bottom: 20px;}
#site-footer .footer-widget-title {
  font-size: 1.384em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#site-footer .footer-top .footer-widget-title {
  border-bottom: 2px solid #fff;
  height: 35px;
  margin-bottom: 15px;
  margin-top: 3px;
  padding: 0 0 .67em;
}
#site-footer .footer-top .footer-widget-title>span {
  border-bottom: 2px solid #f90;
  display: inline-block;
  height: 35px;
  padding: 0;
}
#site-footer .footer-bottom {
  min-height: 50px;
  background: transparent;
  font-size: 11px;
  line-height: 50px;
}
#site-footer .footer-bottom *{
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
#site-footer .footer-bottom a:hover {color: #fff;}

/*----------------------------------------*/
/*  4.0 Shop CSS
/*----------------------------------------*/

.page-title.product-category h2 {}

/*----------------------------------------*/
/*  5.0 Shop Detail CSS
/*----------------------------------------*/

.product-view, .product-view .primary_block {margin-bottom: 30px;}
.product-left-column {min-height: 380px;}
.product-center-column {} 
.product-right-column {} 
.product-left-column #image-block {
  position: relative;
  padding: 0px;
}
.product-left-column #image-block .zoomWrapper, .product-left-column #image-block img {margin: auto;} 
#views_block {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
div#image-block {
    border: 1px solid #e3e3e3;
}
#thumbs_list {
  position: relative;
  padding: 0px 29px;
 border: 1px solid #e3e3e3;
}
#thumbs_list #thumblist {
  list-style-type: none;
  padding: 0px 1px;
  margin: 0px;
  overflow: hidden;
  position: static;
}
#thumbs_list .thumb_item {
  border: 1px solid transparent;
  margin-bottom: 2px;
}
#thumbs_list .thumb_item:hover {border-color: #e5d88b;}
#thumbs_list .thumb_item img {
  max-width: 100%;
  margin: auto;
  height: 116px;
  object-fit: cover;
  padding: 3px;
}
#thumbs_list .owl-prev, #thumbs_list .owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  font-size: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: #FFF;
  border-radius: 50%;
}
#thumbs_list .owl-next {
  right: 0;
  left: auto;
}
#thumbs_list .owl-prev:before, #thumbs_list .owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 100%;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  color: #000;
  text-shadow: none;
}
#thumbs_list .owl-prev:before {content: "f104" !important;}
#thumbs_list .owl-next:before {content: "f105" !important;}
.socialsharing_product {margin-top: 20px;}
.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.quantity_wanted_p button.btn.adtocart {
  color: #8e0102;
  font-weight: 500;
  background-color: #e5d88b;
  border-color: transparent;
  transition: 0.1s linear all;
  margin-left: 20px;
  font-size: 17px;
}


.socialsharing_product ul li .btn {
  padding: 7px 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 12px;
  color: #777;
  background: #fff;
}
.socialsharing_product ul li .btn-facebook:hover {
  background-color: #435F9F;
  color: #fff;
}
.socialsharing_product ul li .btn-facebook i {color: #435F9F;}
.socialsharing_product ul li .btn-facebook:hover i {color: #fff;}
.socialsharing_product ul li .btn-twitter:hover {
  background-color: #00AAF0;
  color: #fff;
}
.socialsharing_product ul li .btn-twitter i {color: #00AAF0;}
.socialsharing_product ul li .btn-twitter:hover i {color: #fff;}
.socialsharing_product ul li .btn-google-plus:hover {
  background-color: #E04B34;
  color: #fff;
}
.socialsharing_product ul li .btn-google-plus i {color: #E04B34;}
.socialsharing_product ul li .btn-google-plus:hover i {color: #fff;}
.socialsharing_product ul li .btn-pinterest:hover {
  background-color: #CE1F21;
  color: #fff;
}
.socialsharing_product ul li .btn-pinterest i {color: #CE1F21;}
.socialsharing_product ul li .btn-pinterest:hover i {color: #fff;}
.product-center-column h1 {
  margin: 10px 0px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.product-center-column .category {
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  text-transform: none;
  line-height: 28px;
  color: #e7de92;
}
.product-center-column .category a {
  display: inline-block;
  color: #e7de92;
  transition: 0.1s linear all; 
}
.product-center-column .category a:hover{
  color: #fff; 
  transition: 0.1s linear all; 
}
.product-center-column .product-description {
  line-height: 16px;
  margin-bottom: 15px;
  padding: 6px 0px;
  font-size: 13px;
  color: #fff; 
  width: 80%;
}
.product-center-column .product-description p {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.product-center-column .old-price {
  font-size: 16px;
  font-weight: 300;
  color: #b1b1b1;
  text-decoration: line-through;
  margin-right: 30px;
}
.product-center-column .price {
  font-size: 23px;
  font-weight: 500;
  color: #8e0102;
}
.product-center-column .quantity_wanted_p {
  width: 100%;
  margin: 20px 0;
}
.product-center-column .quantity-selector {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 30px;
  min-width: 60px;
  font-weight: 600;
}
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-center-column .js-qty {
  float: left;
  margin-bottom: 0px;
}
.control-quantity {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.control-quantity.control-minus {
  left: 0;
  border-right: 1px solid #E5E5E5;
}
.control-quantity.control-add {
  right: 0;
  border-left: 1px solid #E5E5E5;
}
.control-quantity.control-minus, .control-quantity.control-add {
  background-color: #d1b12e;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
}
.js-qty input[type="text"] {
  color: #8e0102;
  font-weight: 700; 
  display: block;
  background: #FFF;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 32px;
  padding: 0px 25px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.product-center-column .adtocart. .product-center-column .adtocart2 {
  display: block;
  border-radius: 90px;
  float: left;
  margin-left: 12px;
  padding: 0px 29px;
  background: #fff;
  color: #8e0102;
  text-transform: capitalize;
  height: 38px;
  line-height: 32px;
  border-bottom: 0px solid #ff6000;
  margin-bottom: 20px;
  transition: 0.1s linear all; 
}
.product-center-column .adtocart:hover, .product-center-column .adtocart2:hover{
  background: #e5d88b;
  box-shadow: 0px 5px 10px 0px #21212130;
  transform: translateY(-2px);
  transition: 0.1s linear all; 
}
.product-center-column .adtocart .fa, .product-center-column .adtocart2 .fa{
  margin-left: 10px;
  margin-right: 0px;
}
.product-center-column #AddToCartText {
  font-weight: 500;
  font-size: 12px;
  padding: 0px 10px;
}
.product-detail-tab {
  background: white;
  padding: 20px;
}
.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.nav-tabs, .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-bottom: 0px solid #f0f0f026;
}
.nav-tabs .nav-tab-item {
  width: auto;
  margin: 0 5px 0 0;
}
.nav-tabs li a {
  font-size: 15px;
  font-weight: 500; 
  color: #dabc6d;
  line-height: 22px;
  transition: 0.1s linear all; 
}
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #999999;
  border: 0;
  height: 40px;
  padding: 10px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-bottom: 2px solid;
}
.nav-tabs .nav-tab-item .switch:visited {
  text-decoration: none;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
}
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}
.nav-tabs .active.nav-tab-item .switch {
  font-weight: 700;
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}
.nav-tabs .nav-tab-item.active .switch {
  color: #282828;
}
.nav-tabs .nav-tab-item .switch:visited,
.nav-tabs .nav-tab-item .switch:hover,
.nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item.active .switch,
.nav-tabs .nav-tab-item.active .switch:focus,
.nav-tabs .nav-tab-item.active .switch:hover {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: #282828;
}
.product-view .nav-tab-content {
  padding: 15px 0 0;
}
.relatived-product-title {}
.relatived-product-title .h3 {}

/*----------------------------------------*/
/*  6.0 Blog CSS
/*----------------------------------------*/

.postWrapper {
  padding-bottom: 25px;
  clear: both;
}
.page-title.post-category h2 {}
.postTitle {margin-bottom: 15px;}
.postTitle .post-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.postContent {padding-bottom: 10px;}

/*----------------------------------------*/
/*  7.0 Blog Detail CSS
/*----------------------------------------*/

.entry-title {
  font-size: 30px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  color: #d1b12e; /* màu đỏ */
}
.post-meta, .post-author {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-meta i.fa-calendar-o {
  font-size: 12px;
  top: -1px;
  position: relative;
  margin-right: 4px;
}
.post-meta li {
  padding-left: 1px;
  padding-right: 1px;
}
.post-meta li, .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.post-meta > li {
  display: block;
  white-space: nowrap;
}
.single-post-page .entry-header .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0px;
}
.post-author-avatar {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border: none;
}
.post-date a {color: #9B9B9B;}
.entry-header .socialsharing_product {margin-bottom: 30px;}
.entry-content .single-post-image {margin-bottom: 30px;}

.relatived-post-title {}
.relatived-post-title .h3 {}
.relatived-post-details .small-title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.relatived-post-details .post-small-content {font-size: 13px;}

/*----------------------------------------*/
/* 8.0 Contact CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 9.0 Cart CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 10.0 Checkout CSS
/*----------------------------------------*/

.order-result {
  text-align: center;
  font-size: 15px;
}
.order-result .title-m {
  font-size: 30px;
  font-weight: bold;
  color: #e5d88b;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-result .str {
  font-size: 18px;
  font-weight: bold;
}
.order-result .info {padding-top: 10px;}
.order-result .info .idcode {
  background: #ce0001;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  vertical-align: top;
}
.order-result .info .idcode strong {
  font-size: 30px;
  display: block;
  font-weight: normal;
}
.order-result .info .desc {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.order-result .button {margin: 30px 0;}
.orderdetail-container {padding: 20px 15px;}
.order-title {
  margin: 0 0 22px;
  font-size: 13px;
}
.headline__label, .headline__value {
  display: inline-block;
  line-height: 1.3;
}
.headline__label {
  margin: 0 0 .3em;
  font-size: .86em;
  text-transform: uppercase;
}
.list-inline__2:before {
  content: "|";
  display: inline-block;
  margin: 0 1.23em;
  color: #e0e0e0;
}
.customer-detail {
  margin: 20px 0 10px;
  text-align: justify;
}
.customer-detail .customer-detail__item {
  font-size: 12px;
  line-height: 1.5;
  color: #6f6f6f;
  padding-right: 20px;
}
.customer-detail__header {
  padding: 0 0 .3em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
}
.product-brief__image {
  max-width: 75px;
  max-height: 75px;
}

/*----------------------------------------*/
/* 11.0.0 404 CSS
/*----------------------------------------*/

body.error404 {
  background-image: url("uploads/background/page404bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: center -100px;
  background-size: 100% auto;
  color: #fff;
}
body.error404 .respone {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
body.error404 a {
  color: #fff;
}
body.error404 a:hover {
  color: #f90;
}
body.error404 .page-404 {
  color: #fff;
  float: left;
  margin-top: 495px;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
}
body.error404 .page-404 h3 {
  color: #fff;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 45px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
body.error404 .page-404 label {
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  margin: 0;
}
.accordion .section-title:after {
  content: "f055";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 10px;
  left: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
}

/** Ad foot **/
.foot { clear: both }
.chuyende {position: fixed;bottom: -1px;right: 0px;z-index:100;}
.chuyende img {max-width: 250px;}
.chuyende .tenchuyende {font: bold 12px "Tahoma";text-align: center;color:#FFFFFF;height: 15px;cursor: pointer;}
.chuyende .tenchuyende .nut, .chuyende .tenchuyende .NutHien {
  float: right;
  background-image: url("/uploads/others/button.gif");
  background-position: -30px 0;
  height: 15px;
  width: 30px;
}
.chuyende .tenchuyende .NutHien {
  display: none;
  background-image: url("/uploads/others/button.gif");
  background-position: -60px 0;
}
#divchuyende{color:#FFFFFF}
#an {visibility:hidden; display: none; }

/** box language **/
.box_laguage {top: 0px; position: absolute;}
#goog-gt-tt {display: none !important;}
.goog-te-banner-frame {display: none !important;}
.goog-te-menu-value:hover {text-decoration: none !important;}
body {top: 0 !important;}
#google_translate_element2 {display: none!important;}

/** CUSTOM **/
.zoomContainer {
  z-index: 9;
  display:none!important;
}


/** Zidan **/
.video-widget .video-grid iframe{
  height: 460px;
}
.camon,dis-sao{display: none;}
.camon.cam-on {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/************************************************** hugo *****/
/************************************************** hugo *****/
.contact-wrap .contact-info {
  color: #000000;
}

.video_img img {
  height: 73px;
  width: 100%;
  object-fit: cover;
}

/* ẩn ngày tháng */
.slide-news-wrap .meta_date, .new-product-wrap .meta_date, .featured-wrap .meta_date, .product-by-category-wrap3 .meta_date{
  display: none!important ;
}


/* top */
#top{
  padding: 20px 0;
}
#top > div {
  border: 1px solid #ffffff5e;
  border-top: 0;
  border-bottom: 0;
  max-height: 85px;
  height: 126px;
}
#top > div:first-child{
  border-left: 0px solid #ffffff5e;
}
#top > .pull_center img { 	/* logo */
  margin: auto;
  max-height: 100%;
  width: AUTO;
  height: auto;
  max-width: 100%;
}
#top .name, #top .slogan {
  color: #d1b12e;
  white-space: nowrap;
  font-size: 2em;
}
#top .name{
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  text-transform: uppercase; 

}
#top .slogan{
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 29px;
  line-height: 23px;
  font-weight: 700;
}
#top .list-inline > li:not(:last-child) * {
  color: #fff;
}
#top .pull_left, #top .list-inline {
  text-align: center;
}

.mn_shop, .langu > ul, li.langu ul > li{
  display: inline-block;
}
.langu .mn_shop:hover * {
  color: #e7df93!important;
  transition: 0.1s linear all; 
}
#top li.langu ul > li {

}
#top li.langu ul > li img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
#top .list-inline > li i {
  font-size: 15px;
  margin-right: 5px;
}
#top .list-inline .hotline {
  margin-left: 20px;
  background-image: linear-gradient(to top, #d1b12e, #d1b12e);
  border-radius: 90px;
  padding: 2px 19px;
  box-shadow: 0px 5px 10px 0px #21212130;
  transition: 0.1s linear all; 
}
#top .list-inline .hotline:hover{
  background-image: linear-gradient(to top, #f0f0f0, #f0f0f0);
  box-shadow: 0px 5px 10px 0px #21212100;
  transform: translateY(1px);
  transition: 0.1s linear all; 
}
#top .list-inline .hotline  *{
  color: #fff!important ; 
  font-weight: 700; 
}

/* thanh tìm kiếm search */
#top .mn_search {
  width: 95%;
}
.mn_search .single-widget {
  background: transparent;
  margin-bottom: 10px;
}
.search-widget input[name="k"], .newsletter-widget input[name="v"],.newsletter-widget input[name="n"],.newsletter-widget input[name="p"] {
  border: 1px solid #eae69a;
  box-shadow: 0px 0px 5px 0px #eae69a;
  color: #fff;
  padding: 6px 10px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 30px !important;
}


/*css input placeholder */
#top ::-webkit-input-placeholder { /* Chrome */
  color: #b8b8b8;
}
#top #top :-ms-input-placeholder { /* IE 10+ */
  color: #b8b8b8;
}
#top ::-moz-placeholder { /* Firefox 19+ */
  color: #b8b8b8;
  opacity: 1;
}
#top :-moz-placeholder { /* Firefox 4 - 18 */
  color: #b8b8b8;
  opacity: 1;
}

/* css focus input*/
#top input[type=text] {
  background: transparent;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
#top input[type=text]:focus
{
  border-bottom: 1px solid #fff !important;
  outline:unset;
}


/* menu main */
.navbar-container{
  background: linear-gradient(to top, #d1b12e, #d1b12e); 
  padding-bottom: 5px;
}
.navbar-container .navbar > ul {
  display: flex;
  justify-content: center;
}
.navbar-container .navbar > ul > li ul{
  box-shadow: 0px 1px 2px 1px #21212130; 
}
.navbar-container .navbar-d li:hover > ul > li {
  background: #e5d88b;
}
.navbar-container .navbar-content{
  background: transparent; 
}
.navbar-d > ul > li.active > a, .navbar-d > ul > li:hover > a{
  color: #912d2e;
  transition: 0.1s linear all; 
}
.navbar-d > ul > li > a {
  padding: 12px 15px;
  color:#8e0204;

}
.navbar-d ul ul li:hover > a, .navbar-d ul ul li a:hover{
  color: #8e0102;
  padding-left: 10px;
  font-weight: 700; 
  transition: 0.2s linear all; 
}


/* lúc cuộn */
#top_scroll{

}
#top_scroll .mn_search .single-widget {
  width: 100%;
}
#top_scroll #top .navbar-content{
  box-shadow: 0px 1px 2px 1px #21212130;
}
#top_scroll #top {
  padding: 10px 0;
  height: auto;
}
#top_scroll #top > div {
  width: 33.33%;
}
#top_scroll #top > div:not(:first-child) {
  height: 80px;
  display: flex;
  align-items: center;
}
#top_scroll .fa-search{
  position: absolute;
  top: 9px;
  right: 15px;
}
#top_scroll #top ul.list-inline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#top_scroll #top .list-inline>li {
  width: 100%;
  margin: auto;
}
#top_scroll #top .list-inline .hotline {
  background: #ff9900;
  border-radius: 90px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#top_scroll #top .list-inline .mn_shop a{
  color: #fff; 
  transition: 0.1s linear all; 
}
#top_scroll #top .list-inline .mn_shop:hover *{
  color: #e7df93; 
  transition: 0.1s linear all;   
}

#top_scroll #top .list-inline .hotline {
  background-image: linear-gradient(to top, #d0a04e, #eae69a);
  box-shadow: 0px 5px 10px 0px #21212130;
  transition: 0.1s linear all; 
}
#top_scroll #top .list-inline .hotline:hover{
  background-image: linear-gradient(to top, #f0f0f0, #f0f0f0);
  box-shadow: 0px 5px 10px 0px #21212100;
  transform: translateY(1px);
  transition: 0.1s linear all; 
}
#top_scroll #top .list-inline .hotline  *{
  color: #fff!important ; 
  font-weight: 700; 
}


/* video */
.single-widget.video-widget, .news-wrap.slide_news, .best-news-wrap{
  background: transparent!important ; 
}
.single-widget.video-widget li.nav-tab-item{
  background: transparent; 
}
.single-widget.video-widget li.nav-tab-item, .single-widget.video-widget li.nav-tab-item .video_name{
  transition: 0.1s linear all; 
}
.single-widget.video-widget li.nav-tab-item:hover{
  background: url("/uploads/background/bg-content.jpg") no-repeat; 
  box-shadow: 0px 1px 2px 1px #21212130; 
  transition: 0.2s linear background; 
}

.single-widget.video-widget li.nav-tab-item:hover a{
  color: #4f250d; 
  transition: 0.1s linear all; 
}
.single-widget.video-widget li.nav-tab-item:hover .video_name{
  margin-top: 15px;
  transition: 0.2s linear all; 
}

/* GIỚI THIỆU THƯƠNG HIỆU */
.slide-news-wrap .block-content .product-item{
  margin-top: 20px;
}
.slide-news-wrap .product-item .product-top img{
  height: auto!important ;
}

/* TIN TỨC MỚI - SLIDE */

.products-grid .product-item-info{
  transition: 0.3s linear all; 
}
.products-grid .product-item-info:hover{
  background: #d0a04e;
  box-shadow: 0px 5px 10px 0px #21212130;
  transition: 0.2s linear background; 
}
.product-item-info .product-top .meta_date {
  background: #fff;
  color: #8e0102;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  padding: 3px;
  border: 2px solid #8e0102;
  width: 60px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: -15px;
  transition: 0.1s linear all; 
}
.product-item-info .product-top .meta_date span{
  font-size: 17px;
}
.product-item-info:hover .product-top .meta_date{
  background: #b10203; 
  color: #fff; 
  border: 2px solid #b10203;
  box-shadow: 0px 1px 2px 1px #21212130; 
  transition: 0.1s linear all; 
}
/* tiêu đề tin tức */
.product-item-info .product-name{
  text-align: center;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item-info .product-name a{
  color: #fff; 
  transition: 0.1s linear all; 
}
.products-grid .product-item-info:hover .product-name a{
  color: #2f0e0d; 
  transition: 0.1s linear all; 
}



/* TIN TỨC MỚI */ 
.news-wrap.slide_news{

}
.news-wrap.slide_news .block-content .product-item-info .product-top img, .best-news-wrap .block-content .product-item-info .product-top img{
  padding: 4px;
  border: 2px solid #e8e195;
}
.news-wrap.slide_news .block-content .product-item-info .product-name, .best-news-wrap .block-content .product-item-info .product-name{
  text-align: left;
}
.news-wrap.slide_news .block-content .product-item-info .product-name a, .best-news-wrap .block-content .product-item-info .product-name a{
  line-height: 23px;
}
.news-wrap.slide_news .block-content .product-item-info .product-item-description, .best-news-wrap .block-content .product-item-info .product-item-description{
  color: #8c5f5f;
  transition: 0.1s linear all; 
}
.news-wrap.slide_news .block-content .product-item-info:hover .product-item-description, .best-news-wrap .block-content .product-item-info:hover .product-item-description{
  color: #212121;
  transition: 0.1s linear all; 
}
.news-wrap.slide_news .block-content .product-item .product-top a:before, .best-news-wrap .block-content .product-item .product-top a:before, .slide-news-wrap .block-content .product-item .product-top a:before{ 
  display: none;
}
.news-wrap.slide_news .block-content .product-item .product-item-info, .best-news-wrap .block-content .product-item .product-item-info, .slide-news-wrap .block-content .product-item .product-item-info{
  overflow: inherit;
}

/* nút slide */

.products-grid > div .owl-nav.disabled {
  display: block !important;
}

.owl-theme .owl-nav [class*=owl-]{
  background: #d1b12e;
  padding: 4px 7px;
  padding-top: 5px;
  border: 2px solid #fff;
  transition: 0.1s linear all; 
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: #212121; 
  transition: 0.1s linear all; 
}
.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

/* SẢN PHẨM */
.new-product-wrap .product-top, .featured-wrap .product-top, .product-by-category-wrap3 .product-top, .product-page .product-top, .relatived-product .product-top{
  position: relative;
}
.new-product-wrap .product-top:before, .featured-wrap .product-top:before, .product-by-category-wrap3 .product-top:before, .product-page .product-top:before, .relatived-product .product-top:before{
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  border: 2.2px solid #FFF;
  z-index: 11000000000000000000000000000;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: 2;
}

.item.product-item.col-md-12.col-sm-12.col-xs-12 .product-item-info .product-top {
  border: 2.2px solid #FFF;
}
/* nút XEM TẤT CẢ */
a.more {
  background: #d0a04e;
  color: #fff; 
  padding: 10px 20px;
  text-transform: uppercase;
  position: absolute;
  right: 1%;
  top: 0;
  border: 1px solid #d0a04e;
  transition: 0.1s linear all; 
}
a.more:hover{
  background: transparent;
  color: #d0a04e; 
  border: 1px solid #d0a04e;
  transition: 0.1s linear all; 
}
/**********/

.block-content .product-item, .product-page .product-item, .relatived-product .product-item{
  margin-top: 0;
  position: relative;
  transition: 0.1s linear all; 
}
.block-content .product-item .product-item-info, .product-page .product-item .product-item-info, .relatived-product .product-item .product-item-info{
  overflow: hidden;
}
.block-content .product-item .product-item-info:hover .product-top img, .product-page .product-item .product-item-info:hover .product-top img, .relatived-product .product-item .product-item-info:hover .product-top img{
  filter: blur(1px);
  transition: 0.1s linear all; 
}
.block-content .product-item .product-item-info:hover .product-top, .product-page .product-item .product-item-info:hover .product-top, .relatived-product .product-item .product-item-info:hover .product-top{
  position: relative;
  transition: 0.1s linear all; 
}
.block-content .product-item .product-top a:before, .product-page .product-item .product-top a:before, .relatived-product .product-item .product-top a:before{
  background-color: #000;
  opacity: 0;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.5s linear all; 
}
.block-content .product-item .product-item-info:hover .product-top a:before, .product-page .product-item .product-item-info:hover .product-top a:before, .relatived-product .product-item .product-item-info:hover .product-top a:before{
  z-index: 1;
  opacity: 0.8;
}
.block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img {
  width: 100%;
  height: 217px;
  .height: 420px;
  object-fit: cover; 
  transition: 0.1s linear all; 
}
.class_body_t.products .product-page .product-item .product-top img{
  height: auto;
}
.block-content .product-item .product-item-details, .product-page .product-item .product-item-details, .relatived-product .product-item .product-item-details{
  text-align: center;
}
.block-content .product-item .product-item-info:hover .product-name a, .product-page .product-item .product-item-info:hover .product-name a, .relatived-product .product-item .product-item-info:hover .product-name a{
  color: #fff; 
}
.block-content .product-item .product-item-info:hover .price-box p.old-price, .product-page .product-item .product-item-info:hover .price-box p.old-price, .relatived-product .product-item .product-item-info:hover .price-box p.old-price{
  color: #910102;  
  font-size: 12px;
}
/* giá cũ */
.block-content .product-item .product-item-info .price-box p.sell-price, .product-page .product-item .product-item-info .price-box p.sell-price, .relatived-product .product-item .product-item-info .price-box p.sell-price{
  color: #fff; /* vàng */
  transition: 0.1s linear all; 
}
/* giá mới */
.block-content .product-item .product-item-info:hover .price-box p.sell-price, .product-page .product-item .product-item-info:hover .price-box p.sell-price, .relatived-product .product-item .product-item-info:hover .price-box p.sell-price{
  color: #ffffff;
  font-weight: 700;
  transition: 0.1s linear all; 
}

/* nút thêm vào giỏ */
.block-content .product-item .button-holder, .product-page .product-item .button-holder, .relatived-product .product-item .button-holder{
  width: 100%;
  opacity: 0.5;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: -35%;
  transform: translateX(-50%);
  text-align: center;
  transition: 0.2s linear all; 
  z-index: 3;
}
.block-content .product-item .product-item-info:hover .button-holder, .product-page .product-item .product-item-info:hover .button-holder, .relatived-product .product-item .product-item-info:hover .button-holder{
  opacity: 1;
  left: 50%;
  transition: 0.3s linear all; 
}
.block-content .product-item .button-holder button, .block-content .product-item .button-holder button:focus,
.product-page .product-item .button-holder button, .product-page .product-item .button-holder button:focus, .relatived-product .product-item .button-holder button, ..relatived-product .product-item .button-holder button:focus{
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s linear all; 
}
.block-content .product-item .button-holder button i, .product-page .product-item .button-holder button i, .relatived-product .product-item .button-holder button i{
  background: #fff;
  transition: 0.1s linear all; 
}
/*.block-content .product-item .button-holder button:hover, .block-content .product-items > .product-item .button-holder button:hover i, .product-page .product-item .button-holder button:hover, .product-page .product-items > .product-item .button-holder button:hover i, .relatived-product .product-item .button-holder button:hover, .relatived-product .product-items > .product-item .button-holder button:hover i {
background: #d0a04e; 
color: #fff; 
transition: 0.1s linear all; 
}*/
.block-content .product-item .button-holder button:hover, .product-page .product-item .button-holder button:hover, .relatived-product .product-item .button-holder button:hover {
  background: #d0a04e; 
  color: #fff; 
  transition: 0.1s linear all; 
}

/* TRANG CHI TIẾT SẢN PHẨM */
.box-price div {
  display: inline;
}

/* THÊM VÀO GIỎ HÀNG */
.product-center-column button#addcart {
  color: #fff;
  font-weight: 500;
  background-color: #d1b12e;
  border-color: transparent;
  transition: 0.1s linear all;
  opacity: 1;
  font-size: 17px;
}
.product-view {
    padding-top: 15px;
}
.single-product-page.container {
    background: #fff;
}

/* đánh giá */
.danh-gia {
  display: inline-flex;
  width: 50%;
  margin-top: 20px;
  margin-left: 15px;
  transition: 0.1s linear all; 
}
.item-danhgia {
  width: 100%;
}
.item-danhgia > div {
  padding: 0;
}
.item-danhgia > div * {
  color: #e5d88b;
}
.item-danhgia > div:nth-child(1) {
  width: 25%;
  text-align: left;
}
.item-danhgia fieldset.rating {
  width: 32%;
}
.dis-sao{
  display: none;
}
.rating:not(:checked) > label{
  color: #fff; 
}
.rating > label:before{

}
.item-danhgia .btn-primary{
  color: #8e0102;
  font-weight: 500; 
  background-color: #e5d88b;
  border-color: transparent;
  border-radius: 90px;
  transition: 0.1s linear all; 
}
.item-danhgia .btn-primary:hover{
  background-color: #8e0102;
  color: #fff; 
  box-shadow: 0px 5px 10px 0px #21212130;
  transform: translateY(-2px);
  transition: 0.1s linear all; 
}

.row.product-collateral.primary_block > div{
  float: left;
}


/* Hình sản phẩm */
.product-left-column #image-block img{
  height: 435px!important ;
  object-fit: cover; 
}
/* bình luận */
.single-product-page .product-detail-tab {
  background: transparent; 
  padding: 0;
}
.product-detail-tab > .nav-tab-content {
  padding: 20px;
  color: #212121; 
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch, .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .nav-tabs .nav-tab-item:not(.disabled) .switch:hover{
  background: #e5d88b;
  border-bottom-color: #282828;
  color: #8e0102;
  padding: 10px 20px;
}
.single-product-page .nav-tabs .nav-tab-item .switch{
  color: #fff; 
}

/* sản phẩm liên quan */
.relatived-product{
  margin-bottom: 50px;
}
.name {
    line-height: 90px;
}
/* Footer */
#site-footer .title_ft{
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#site-footer .content_ft form p {
  padding: 0;
}

.content_ft > div > span {
  line-height:1.5em;
}

.content_ft > div > span > i {
  text-align: center;
  width: 20px;
}

#site-footer .form-control {
  border-radius: 5px;
  width: 70%;
  margin: auto;
  background-color: #ffffff91;
  border: 2px solid #fff;
  color: #8e0102;
}
#site-footer .footer-top > div {
  text-align: center;
}
#site-footer .showr .content_ft ul {
  text-align: left;
  padding-left: 25%;
}
.footer-center a, #site-footer .showr .content_ft ul a, ul#tree a{
  color: #fff; 
  font-weight: 500; 
  transition: 0.1s linear all; 
  font-size: 14px;
  line-height: 1.7;
}
#site-footer .showr .content_ft ul a:hover, ul#tree a:hover, .footer-center a:hover{
  color: #fff;  
  transition: 0.1s linear all; 
}
#site-footer input[type=submit] {
  background: #8e0102;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px; 
  text-align: center;
  float: none!important;
  transition: 0.1s linear all; 
}
#site-footer input[type=submit]:hover{
  background: #8e010250;
  color: #ffffff;
  transition: 0.1s linear all; 
}
#site-footer .content_ft form div:last-child p{
  width: 100%;
}

.footer-center {
  padding-top: 30px;
  border-top: 1px solid #e8e195;
}

.footer-center > div:first-child {
  width: 15%;
}
.footer-center > div:nth-child(2){
  width: 35%;
}
/* fanpage */
.footer-center > div:nth-child(3){
  overflow: hidden;
}
.footer-center > div:nth-child(3){
  width: 20%;
}




/* BACK TO TOP */
i.fa.fa-angle-up{
  font-size: 0px;
}
#k-button-to-top {
  display: inline-block;
  background-color:#d1b12e;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  border: 1px solid #fff;
}
#k-button-to-top i:before {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

#k-button-to-top:hover {
  cursor: pointer;
  background-color: #181510;
  border-color: #ffffffdb;
  color: #ffffffdb;
}
#k-button-to-top:hover i:before{
  color: #ffffffdb;
}
#k-button-to-top:active {
  background-color: #555;
}
#k-button-to-top.show {
  opacity: 1;
  visibility: visible;
  margin: 0;
  bottom: 100px;
}
a.show:hover{
  text-decoration: underline;
}
/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}


/* TRANG BÀI VIẾT */

.relatived-post.space-base.bg-white{
  background: transparent;
}
.category-posts li, .fave_relatived_post {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
  clear: unset;
}
.fave_relatived_post {
  margin-bottom: 30px;
}
.category-posts li > div, .fave_relatived_post {
  background: #d1b12e; 
  padding: 15px 0!important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  transition: 0.3s linear all;
}
.category-posts li > div:hover, .fave_relatived_post:hover {
  /*background: url("/uploads/background/bg-content.jpg"); */
  background: #d2a755; 
  -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  -ms-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  transform: translateY(-2px);
  transition: 0.3s linear all;
}
.category-posts li > div .post-details {
  padding: 20px 0;
}
.category-posts li > div .post-image img{
  height: 233px;
  width: 233px;
  object-fit: cover;
  border: 2px solid #fff;
}
.category-posts li > div .post-details .post-description{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* tiêu đề bài viết */
.category-posts li > div > .post-details .post-header a, .fave_relatived_post .small-title a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8e0102; /* màu đỏ */
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.1s linear all;
}
.category-posts li > div:hover .post-details .post-header a, .fave_relatived_post:hover .small-title a {
  color: #fff;
  transition: 0.1s linear all;
}
/* mô tả bài viết */
.category-posts li > div:hover > .post-details .post-description, .fave_relatived_post:hover .relatived-post-desc{
  color: #fff;
  transition: 0.1s linear all; 
}
/* nút xem tiếp */
.category-posts li > div > .post-details .postContent a, .fave_relatived_post .post-small-content a{
  text-decoration: unset;
  float: right;
  color: #8e0102; /* màu đỏ */
  padding: 5px 20px;
  transition: 0.2s linear all;
}
.category-posts li > div:hover .post-details .postContent a, .fave_relatived_post:hover .post-small-content a {
  background: #8e0102; /* màu đỏ */
  color: #fff;
  transition: 0.1s linear all;
}
.relatived-post .fave_relatived_post img {
  height: 120px!important ;
  width: 300px!important ;
  object-fit: cover;
}


/* NÚT PHÂN TRANG */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #000000;
  cursor: default;
  background-color: #e5d88b;
  border-color: #e5d88b;
}
.pagination>li>a, .pagination>li>span{
  color: #000000;
}

/* TRANG LIÊN HỆ */
/*****************/
.contact-wrap.space-base {
  padding-bottom: 0;
}

.contact-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-wrap .block-content, .widget.widget-static-block.bg-white{
  background: transparent; 
}
.contact-wrap .maps, .contact-wrap .contact{
  padding: 20px;
  box-shadow: 0px 5px 10px 0px #21212130;
  background: #d1b12e; 
}
.contact-wrap .maps{
  margin-right: 20px;
}
.contact-wrap .maps iframe {
  min-height: 284px;
}
.contact-wrap .contact {
  width: 40%;
}
.contact-wrap .form-control {
  border-radius: 0;
  width: 100%;
}
/*.contact-wrap .col-md-6, .contact-wrap .col-md-9{
width: 100%;
}*/
.contact-wrap .form-control:focus {
  border-color: #fcd424;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.captcha-test {
  padding-right: 0;
}
.contact-wrap .contact-form input[type="submit"]{
  background-color: #8e0102;
  width: 100%;
  border-radius: 0;
  border: 1px solid #8e0102;
  transition: 0.1s linear all; 
}
.contact-wrap .contact-form input[type="submit"]:hover{
  background-color: #630001;
  transition: 0.1s linear all; 
}

/* TRANG CHI TIẾT BÀI VIẾT */
.single-post-page .post-wrapper.bg-white {
  background: #ffffff;
}
.block-content .product-item .product-item-details, .product-page .product-item .product-item-details, .relatived-product .product-item .product-item-details {
    background: #d1b12e;
}

a#link-box-detail {
    color: #d1b12e;
}
li.nav-tab-item-vumd {
    text-align: center;
    font-size: 20px;
  border-bottom: 1px solid #000;
}
/* TRANG GIỎ HÀNG */
.cart-wrap .block-content {
  background: #e5d88b;
  border: 2px solid #8e0102;
}
.cart-wrap .block-content *{
  color: #212121; 
}
/* dòng tiêu đề bảng */
.cart-wrap .shopping-cart-table thead th {
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #8e0102;
  border-bottom: 1px solid #8e0102;
}
/* nội dung bảng */
.cart-wrap .shopping-cart-table tbody td{
  border-right: 1px solid #8e0102;
  border-bottom: 1px solid #8e0102;
}

/* cuối bảng */
.cart-wrap .shopping-cart-table tfoot > tr > td{
  border-top: 0px solid #e8e8e8; 
}
.cart-wrap .shopping-cart-table tfoot > tr:first-child{
  border-bottom: 1px solid #8e0102;
}

.cart-wrap .form-control {
  border: 1px solid #e5d88b;
  border-radius: 90px;
}
.cart-wrap .block-content .fa {
  color: #fff;
}
.cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(4), .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5){
  text-align: center;
}
.cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(4) *, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) *{
  color: #8e0102; 
}
.cart-wrap .btn-default, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success{
  border-color: transparent;
  padding: 5px 20px;
  transition: 0.1s linear all; 
}
.cart-wrap .btn-default:hover, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success:hover{
  background-color: #8e0102;
  color: #fff!important ;
  box-shadow: 0px 5px 10px 0px #21212130;
  transform: translateY(-2px);
  transition: 0.1s linear all; 
}
.cart-wrap .btn-default:hover *, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success:hover *{
  color: #fff!important ;
  transition: 0.1s linear all; 
}
.cart-wrap .btn-default{
  background-color: #fff;
  border-radius: 90px;
  transition: 0.1s linear all; 
}
.cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success, .cart-wrap .shopping-cart-table tfoot > tr > td:nth-child(5) .btn-success .fa{
  color: #fff!important ; 
  border-radius: 90px;
  transition: 0.1s linear all; 
}
.cart-wrap .table{
  margin-bottom: 0;
}
.cart-wrap .shopping-cart-table tfoot > tr:nth-child(2){

}

/* TRANG ĐẶT HÀNG */
.checkout-wrap .checkout-content * {
  color: #212121;
}
.checkout-content .panel-info>.panel-heading {
  color: #8e0102;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #e5d88b;
  border-color: #e5d88b;
}
.checkout-content .panel-info>.panel-heading a, .checkout-content input#submit{
  color: #fff;
  background: #8e0102;
  text-transform: uppercase; 
  padding: 7px 20px;
  border-radius: 90px;
  border: 0px solid #e8e8e8; 
  transition: 0.1s linear all; 
}
.checkout-content .panel-info>.panel-heading a:hover{
  background: #fff; 
  color: #8e0102; 
  transition: 0.1s linear all; 
}
.checkout-content .form-control, .checkout-content input#submit {
  border-radius: 90px;
}
.checkout-content input#submit:hover{
  background: #ec0002; 
  color: #fff; 
  transition: 0.1s linear all; 
}

/* TRANG ĐẶT HÀNG THÀNH CÔNG */
.checkout-wrap *{
  color: #fff; 
}
.button-holder a {
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
}


@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #k-button-to-top {
    margin: 15px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/* End B-T-Top */

/** Layout Responsive **/
@media (min-width: 768px) {
  .navbar-container .navbar-m {display: none;}
}
@media (min-width: 991px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1920px) {
  #top > div img {
    margin: auto;
    width: 16%;
  }
  .block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img{
    object-fit: cover; 
  }
} 

@media (max-width: 768px) {
  #products-grid .same-height.row li.item.product-item.col-md-12.col-sm-3.col-xs-6 {
    width: 50%;
  }
  
  .row.product-collateral.primary_block > div {
    width : 100%;
  }
  #top > div img {
    width: 43%;
  }
  /* TRANG CHI TIẾT BÀI VIẾT */
  .relatived-post.space-base .relatived-image-wrap {
    width: 100%;
  }

  .relatived-post.space-base .relatived-post-details {
    width: 100%;
    margin-top: 10px;
  }
  .category-posts li, .fave_relatived_post{
    margin-bottom: 20px!important ;
  }


  /* TRANG BÀI VIẾT */
  .category-posts li > div .post-image img {
    height: 130px;
  }
  .category-posts li > div .post-details {
    padding: 10px 0;
  }
  .postContent .post-description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* TRANG LIÊN HỆ */
  .contact-wrap .contact {
    width: 100%;
    margin-top: 30px;
  }
  .form-control-wrap.fc-captcha input[type="text"] {
    width: 87%!important ;
  }
  .contact-wrap .contact-form input[type="submit"] {
    width: 20%;
    margin-right: 3px;
    margin-top: 10px;
  }

  /* hoa văn dưới tiêu đề */
  .block-title h3:before, .block-title .h3:before, .page-title.product-category h2:before, .page-title.post-category h2:before, .relatived-product-title .h3:before, .relatived-post-title .h3:before, .video-widget .h3:before{
    background-size: 35% 100%;
  }
  /* Menu ngang chạy ngang */
  .mm-menu.mm-theme-dark {
    background: #d1b12e;
    border-color: rgba(0,0,0,.15);
    color: #fff;
    font-weight: 700;
  }
  .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    color: #fff;
  }
  .mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgb(0, 0, 0);
  }
  .mm-listview .mm-next {
    background: #8e0102;
  }
  .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: #fdfdfd;
  }
  /* header */
  #top .slogan{
    font-size: 20px;
  }
  #top .name {
    font-size: 23px;
  }
  #top .list-inline .hotline{
    width: 75%;
    margin-left: 0;
    margin-top: 5px;
  }
  .mn_search .single-widget .content-widget {
    padding: 0px 20px;
  }
  #top input[type=text]{
    height: 26px;
  }

  /* SẢN PHẨM */
  /*.new-product-wrap .ad_left {
  width: 25%;
  float: left;
}
  .new-product-wrap .block-content {
  WIDTH: 75%;
  float: left;
}*/
  .new-product-wrap .ad_left, .featured-wrap .ad_right {
    display: none;
  }
  .block-content .product-item {
    padding: 10px;
  }
  .block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img {
    height: 150px;
  }
  .products-grid .product-item-info .product-item-details {
    padding: 5px;
  }
  .product-item-info .product-name a{
    font-size: 14px;
  }
  /* giá cũ */
  .price-box p.old-price{
    margin-right: 0;
    width: 100%;
  }
  /* thêm giỏ hàng */
  .products-grid .item .button-holder button{
    font-size: 0;
    padding: 0;
  }
  .block-content .product-item .button-holder, .product-page .product-item .button-holder, .relatived-product .product-item .button-holder{
    top: 60px;
  }
  .block-content .product-items > .product-item .button-holder button:hover i, .product-page .product-items > .product-item .button-holder button:hover i, .relatived-product .product-items > .product-item .button-holder button:hover i {
    background: #d0a04e; 
    color: #fff; 
    transition: 0.1s linear all; 
  }

  /* nút chuyển slider */
  .owl-theme .owl-nav{
    top: 20%;
  }

  /* footer */
  #site-footer .footer-top .form_ft, #site-footer .footer-top .showr {
    width: 50%;
  }
  #site-footer .form-control{
    width: 100%;
  }
  .footer-center > div{
    width: 50%!important ;
    margin-bottom: 50px!important;
  }

  .navbar-container .navbar-d {display: none;}
  .navbar-container .navbar-m {display: block;}
}


@media (max-width: 480px) {
  .block-content .product-item .product-top img, .product-page .product-item .product-top img, .relatived-product .product-item .product-top img {

  }

  #top > div img {
    width: 30%;
  }
  /* TRANG BÀI VIẾT */
  .category-posts li > div .post-details {
    padding: 10px;
  }
  .category-posts li, .fave_relatived_post {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .category-posts li > div > .post-details .post-header a, .fave_relatived_post .small-title a{
    font-size: 15px;
    line-height: 19px;
  }



  /* menu main */
  #top .pull_right {
    margin-top: 30px;
  }
  #top .mn_search {
    width: 77%;
  }
  .navbar-container .navbar-m .header a{
    width: 30%;
    height: 32px;
    padding: 8px 0px 8px 45px;
  }

  .navbar-container{
    height: 40px;
  }
  .navbar-container .navbar-m .header a:before{
    top: 9px;
  }
  .navbar-container .navbar-m .header a:after{
    top: 15px;
  }

  /* lúc cuộn */

  #top_scroll  .navbar-container .navbar-m {
    overflow: unset;
  }
  #top_scroll > div{
    max-height: 85px;
    border: 1px solid #ffffff2b;
  }
  #top_scroll .pull_right {
    margin-top: 0;
  }
  #top_scroll .name {
    font-size: 11px;
  }
  #top_scroll .slogan {
    font-size: 17px;
    line-height: 19px;
  }
  #top_scroll #top {
    padding: 5px 0;
  }
  #top_scroll #top > div:not(:first-child){
    padding: 5px;
  }
  #top_scroll .fa-search {
    top: 8px;
    right: 10px!important ;
    font-size: 15px!important ;
  }
  #top_scroll #top .list-inline .hotline *{
    font-size: 10px;
  }
  #top_scroll #top .list-inline .hotline {
    padding: 5px 0px;
    width: 90%;
  }
  .mn_search .single-widget .content-widget {
    padding: 0;
  }
  #top_scroll #top ul.list-inline {
    position: unset;
    transform: unset;
  }

  /* hoa văn dưới tiêu đề */
  .block-title h3:before, .block-title .h3:before, .page-title.product-category h2:before, .page-title.post-category h2:before, .relatived-product-title .h3:before, .relatived-post-title .h3:before, .video-widget .h3:before{
    background-size: 70% 100%;
  }

  /* video */
  .nav-tab-content.tab-content {
    height: auto;
    overflow: hidden;
  }
  .video-widget .video-grid iframe {
    height: 220px;
  }
  .single-widget.video-widget li.nav-tab-item, .single-widget.video-widget li.nav-tab-item .video_name {

  }
  .video_img {
    padding-right: 0;
  }
  .nav-tabs li a {
    font-size: 12px;
    line-height: 19px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .new-product-wrap .block-content, .featured-wrap .block-content{
    margin-top: 70px;
  }
  /* nút xem tất cả */
  a.more{
    right: 50%;
    transform: translateX(50%);
    top: 78px;
  }

  /* footer */
  #site-footer .footer-top .form_ft, #site-footer .footer-top .showr, #site-footer .form-control{
    width: 100%;
  }

  .footer-center > div,.footer-top > div{
    width: 100%!important ;
    margin-bottom: 30px!important;
  }
  #site-footer .showr .content_ft ul {
    padding-left: 0;
  }

  /* TRANG LIÊN HỆ */
  .form-control-wrap.fc-captcha input[type="text"] {
    width: 71%!important;
  }
  .contact-wrap .contact-form input[type="submit"] {
    width: 30%;
    padding: 0;
  }


  /* đánh giá */
  .danh-gia, .item-danhgia > * {
    width: 100%;
    transition: 0.1s linear all;
  }
  .item-danhgia > div:nth-child(1){
    width: 100%!important ;
    transition: 0.1s linear all;
  }
  .item-danhgia fieldset.rating, .item-danhgia .btn-primary {
    width: 47%;
  }
}

@media (max-width: 320px) {

}


/* HU Outline Inward */

.slide-news-wrap .products-grid .product-item-info {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.slide-news-wrap .products-grid .product-item-info:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 2px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.slide-news-wrap .products-grid .product-item-info:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/*-----------hieu ung lac qua lac lai------------------*/
@keyframes shake2 {
  0%, 100% {
    -webkit-transform: translate3d(0,0,0);
    -moz-animation: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-10px,0,0);
    -moz-animation: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  50% {
    -webkit-transform: translate3d(10px,0,0);
    -moz-animation: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

#top > div img:hover{  
  animation: 0.8s shake2 ease-in-out;
  -webkit-animation: 0.8s shake2 ease-in-out;
  -moz-animation: 0.8s shake2 ease-in-out;
}


.mobile-only {display: none;}
@media (max-width: 767px) {
  .mobile-only {display: block;}
  .pc-only {display: none;}
}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 160px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 130px;
  width: 130px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.1;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 35px;
  top: 35px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 1;
  transform-origin: 50% 50% 0;
  z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #608727; /* xanh lá hover */
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #e6140f; /* đỏ */
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #608727;} /* cam hover */

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: #e6140f;} /* đỏ */

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle 
{ background-color: #547622;} /* viền xanh hover */
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #d2130e;} /* đỏ đậm */

/* vị trí nút */
#suntory-alo-phoneIcon{
  left: -20px;
  bottom: -20px;
  transition: 0.1s linear all; 
}
#zalo{
  left: -20px; 
  bottom: 73px;
  transition: 0.1s linear all; 
}
#fb{
  left: -20px;
  bottom: 164px;
  transition: 0.1s linear all; 
}
#mail{
  left: -20px;
  bottom: 255px;
  transition: 0.1s linear all; 
}

/*** nút ZALO **/
#zalo .suntory-alo-ph-img-circle { background-color: #fff;} /* trắng */
#zalo .suntory-alo-ph-circle {
  border-color: #028fe3; /* xanh dương */
  opacity: 1;
}
#zalo.suntory-alo-hover .suntory-alo-ph-circle, #zalo:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* CAM hover */
  opacity: 1;
}
#zalo.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill{
  background-color: #028fe3;
}
#zalo.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill{
  background-color: #ff5722;
}
#zalo.suntory-alo-hover .suntory-alo-ph-img-circle, #zalo:hover .suntory-alo-ph-img-circle { 
  background-color: #fff; /* viền trắng hover */
} 

#zalo svg path:first-child {
  fill: #028fe3; /* xanh dương */
  transition: 0.1s linear all; 
}
#zalo:hover svg path:first-child{
  fill: #ff5722;
  transition: 0.1s linear all; 
}
#zalo svg path:last-child {
  fill: #fff; /* trắng */
  transition: 0.1s linear all; 
}

#zalo:hover path {
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}


/*** nút FACEBOOK **/
#fb.suntory-alo-hover .suntory-alo-ph-circle, #fb:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* CAM hover */
  opacity: 1;
}
#fb .suntory-alo-ph-circle {
  border-color: #3b5998; /* xanh dương */
  opacity: 1;
}
#fb.suntory-alo-hover .suntory-alo-ph-circle-fill, #fb:hover .suntory-alo-ph-circle-fill { background-color: #ff5722;} /* xanh lá hover */
#fb .suntory-alo-ph-circle-fill, #fb #svg_fb_icon > g:first-child > path:first-child { background-color: #3b5998;} /* xanh dương */
#fb .suntory-alo-ph-img-circle { background-color: #fff;} /* trắng */
#fb.suntory-alo-hover .suntory-alo-ph-img-circle, #fb:hover .suntory-alo-ph-img-circle 
{ background-color: #fff;} /* viền trắng hover */

#fb #svg_fb_icon{
  width: 100%;
  height: 100%;
}
#fb #svg_fb_icon > g:last-child > path:last-child{
  fill: #fff; /* trắng */
  transition: 0.1s linear all; 
}
#fb:hover #svg_fb_icon > g:first-child > path:first-child, #fb:hover #svg_fb_icon > g:last-child > path:first-child {
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}

/*** nút MAIL **/
#mail .suntory-alo-ph-circle-fill, #mail #svg_mail_icon > g > g:first-child > path{ background-color: #df4b38;} /* cam đỏ */
#mail .suntory-alo-ph-img-circle{ background-color: #fff;} /* viền trắng */
#mail #svg_mail_icon{
  width: 100%;
  height: 100%;
}
#mail #svg_mail_icon > g > g:last-child > path:last-child{
  fill: #fff; /* trắng */
  transition: 0.1s linear all; 
}
#mail:hover #svg_mail_icon > g > g:first-child > path{
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}
#mail:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* cam */
  opacity: 1;
}


@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.6) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px!important;
  line-height: 48px!important;
  padding-left: 12px;
  color: #fff;
}
.phone-pc {
  background: #e6140f; /* màu đỏ */
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 65px;
  left: 98px;
  position: relative;
  width: 160px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.suntory-alo-phone:hover .phone-pc { background: #608727;}
.show-phone {
  visibility: visible;
  opacity: 1;
  width: 200px;
}

@media(max-width: 480px){
  #suntory-alo-phoneIcon, #zalo, #fb, #mail{
    bottom: -40px!important ;
    transition: 0.1s linear all; 
  }
  #zalo {
    left: 55px;
    transition: 0.1s linear all; 
  }
  #fb{
    left: 130px;
    transition: 0.1s linear all; 
  }
  #mail{
    left: 205px;
    transition: 0.1s linear all; 
  }
  .suntory-alo-ph-img-circle i{
    font-size: 26px!important;
    line-height: 43px!important;
  }
  .suntory-alo-ph-circle {
    height: 100px;
    width: 100px;
    left: 23px;
    top: 23px;
  }
  .suntory-alo-ph-circle-fill {
    width: 75px;
    height: 75px;
    left: 35px;
    top: 35px;
  }
  .suntory-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    left: 50px;
    top: 50px;
  }
}