img {
  max-width: 100%;
  height: auto;
}
a {
  color: #111;
}
a:hover,
a:focus,
a:active,
.form-search .select-box > .select-module > a:hover,
.main .main-title > ul > li > a:hover,
.main .main-title > ul > li > a:focus,
.menu-bottom li > a:hover,
.menu-bottom li > a:active {
  color: #222;
  text-decoration: none;
  outline: none;
}
body {
  font-size: 13px;
  font-weight: 300;
  background-color: #f6f6f6;
  color: #000000;
}
/* ############ Other ############ */
.dd-wrap {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  list-style: none;
  text-align: center;
}
.dd-wrap > .dd {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 25%;
}
.dd-wrap > .dd > .dd-link > img {
  max-width: 100%;
}
.dd-wrap > .dd > .dd-link:hover > img {
  filter: url(grayscale.svg);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.dd-wrap > .dd > .dd-main {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  min-width: 180px;
  background-color: #fff;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.cart-mini .gotop_default {
  display: none !important;
}
.goto_arrow {
  background-image: url("../images/goto_arrow.png");
  width: 34px;
  height: 49px;
}
.line-stand {
  display: inline-block;
  height: 13px;
  border-left: 1px solid #000;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}
.icon-default {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.icon-16 {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.icon-24 {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 4px;
}
.icon-32 {
  width: 28px;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: -4px;
}
.fa-square {
  font-size: 6px;
  line-height: 17px;
  padding: 0 1px;
  vertical-align: middle;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 10px;
}
.pagination_wrap {
  clear: both;
  text-align: right;
  padding: 10px;
}
.pagination {
  margin: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #222;
  border-color: #222;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.alert {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination > li > a,
.pagination > li > span {
  border-color: #dddddd;
  color: #808080;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #808080;
}
.no-padding {
  padding: 0px !important;
}
.modal-header {
  padding: 10px 15px !important;
  min-height: inherit !important;
}
.modal-header .modal-title {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.modal-content {
  font-weight: 300;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
  max-width: 100% !important;
}
.main .main-content > .detail-product .shop button {
  color: #222;
}
.irs-slider,
.irs-bar,
.irs-from,
.irs-to,
.irs-single {
  background: #222;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: #222;
}

.headding-cart ul li a span {
  color: #222;
  font-size: 12px;
}
.headding-cart ul li a.active span,
.headding-cart ul li a:hover span {
  color: #fff;
}
.form-check-order-mini .btn-kiemtra,
a.view-all-cart,
.headding-cart ul li a.active,
.headding-cart ul li a:hover,
.quick-view-product .actions button,
.quick-view-product .information .sold-out,
.sp-cart .discount {
  background-color: #222;
}
.quick-view-product .actions button:hover,
.quick-view-product .actions button:focus,
.form-check-order-mini .btn-kiemtra:hover,
a.view-all-cart:hover {
  color: #fff;
  background-color: #d04412;
}
.cart-mini {
  right: -40px;
}
.cart-mod-wrap {
  float: right;
  padding: 0 20px;
  text-align: right;
}
.cart-mod,
.click-cart {
  position: fixed;
  top: 50%;
  right: 0;
  height: 36px;
  width: 36px;
  background: #ec008c;
  text-align: center;
  line-height: 38px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1110;
  overflow: hidden;
  color: #fff;
}
.cart-mod i,
.click-cart i {
  color: #fff;
  font-size: 20px;
  margin-top: -2px;
  vertical-align: middle;
}
.cart-mod .number-cart,
.click-cart .number-cart {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  padding: 2px;
  color: #fff;
}
.cart-mod > .cart-mod-info {
  min-width: 70px;
  text-align: left;
}
.cart-mod > .cart-mod-info > span {
  float: left;
  font-size: 12px;
}
.cart-mod > .cart-mod-info > .cart-mod-name {
  display: block;
  float: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-mod-img {
}
.cart-mod-img img {
  width: 44px;
  margin-right: 0;
}
.cart-mod-text {
  margin-left: 10px;
}
.cart-mod .number-cart {
  margin-right: 5px;
}
div.img-catalogs {
  border-top: 1px solid #222;
  margin-top: 5px;
  padding-top: 5px;
}
div.hotline {
  background: rgba(0, 0, 0, 0) url("../images/icon-hotline.png") no-repeat
    scroll left center / 40px auto;
  float: right;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 25px;
  padding-left: 50px;
}
div.hotline a {
  font-size: 24px;
  font-weight: bold;
  color: red;
}
ul.socialList {
  float: right;
}
.socialList li {
  float: left;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.socialList li a {
  font-size: 26px;
}
.socialList li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-radius: 25px;
  line-height: 40px;
}
.socialList li a i.fa-facebook {
  color: #354c8c;
  border-color: #354c8c;
}
i.fa-twitter {
  color: #3d8cc7;
  border-color: #3d8cc7;
}
i.fa-google-plus {
  color: #cc3837;
  border-color: #cc3837;
}
i.fa-youtube {
  color: #b50303;
  border-color: #b50303;
}
/*
############ Main ############
*/
.detail-product .col-left {
  width: 80%;
}
.col-left {
  width: 80%;
  float: left;
}
.col-center {
  width: 20%;
  float: left;
  padding: 0;
}
.col-right {
  width: 20%;
  padding-left: 0;
  padding-right: 0px;
  float: right;
}
.content {
  clear: both;
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
#home .content {
  margin-top: 0;
}
.main {
  width: 100%;
  float: left;
  margin-top: 15px;
}
#page_product_detail .main-content {
  background-color: #fff;
}
.main_inner {
  background-color: #fff;
}
.main_inner .container {
  width: auto;
  padding: 0;
}
.main .main-content {
  position: relative;
}
#home .main .main-content {
  padding: 0;
  background-color: #fff;
}
.main .main-title,
.main .main-content .related-title {
  position: relative;
  text-align: left;
  padding: 5px 0px 5px 0px;
  border-top: 3px solid #222;
  background-color: #fff;
}
.main_inner .main-title {
  display: none;
  margin-top: 15px;
}
.main .main-title:after,
.main .main-content .related-title:after {
  content: "";
  display: block;
  clear: both;
}
.main .main-title:before,
.main .main-content .related-title:before {
}
.main .main-title > h1,
.main .main-title > h2,
.main .main-content .related-title > h2 {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  background-color: #ec008c;
  text-transform: uppercase;
  z-index: 1;
}
.main .main-title > h1:after,
.main .main-title > h2:after,
.main .main-content .related-title > h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  /*background-color: #222;*/
}
.main .main-title > h1 > a,
.main .main-title > h2 > a {
  color: #fff;
}
.main .main-title > ul {
  float: left;
  overflow: hidden;
  margin-left: 10px;
}
.main .main-title > ul > li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin: 5px 0;
  cursor: pointer;
  text-align: right;
}
.main .main-title > ul > li > a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 0 10px;
}
.main .main-title > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #222;
  display: none;
}
.main .main-title > ul > li > a:hover,
.main .main-title > ul > li > a:focus {
  color: #fff;
  background-color: #222;
}
.main .main-title > ul > li > a:hover:after,
.main .main-title > ul > li > a:focus:after {
  display: block;
}
.main .main-title > ul > li > .line-stand {
  margin: 0 10px;
  display: none;
}
.main .main-title > .ul-category > li:last-child > .line-stand {
}
.product_home .main-title {
}
.product_home .main-title > h2 {
}
.product_home .main-title > h2:after {
  content: none;
}
.main .style_title {
  position: relative;
  z-index: 2;
  float: left;
  width: 20%;
  height: 587px;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(245, 245, 245, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1 );
}
.main .style_content {
  float: left;
  width: 80%;
}
.main .style_title > ul {
  float: none;
  padding: 10px 0;
}
.main .style_title > ul > li {
  display: block;
  padding: 0 10px;
}
.main .style_title > ul > li > a {
  border-bottom: 1px solid #d9d9d9;
  line-height: 30px;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .style_content .grid-product,
.main .style_content .grid-product > * {
  padding: 0;
}
.main .style_content .grid-product .item > .frame {
  margin-left: -1px;
  border-left: 1px solid #e3e1e1;
  border-right: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
}
.product_background {
  padding: 0;
}

.main_category {
}
.main_category .main-title {
  background-image: none;
  border-bottom: 1px solid #000;
  padding: 0;
  text-align: left;
}

.main_category .main-title > h2 {
  text-align: left;
  padding: 0;
}

.main_category .main-title:before {
  display: none;
}

.main_category .main-content .grid-item {
}
.main_category .main-content > .grid-news,
.main_category .main-content > .grid-album,
.main_category .main-content > .grid-video {
  padding: 0;
}
.main_category .grid-product {
  padding: 5px;
  margin: 0;
}
.main_category .grid-product .item {
}
.tab-content {
  background-color: #fff;
  padding: 10px;
}
.tab-content img {
  max-width: 100% !important;
  height: auto !important;
}
/*
############ Navbar Top ############
*/
.toolbar {
  border-radius: 0px;
  margin: 0px;
  padding: 0px 10px;
  background-color: #aad27d;
  color: #fff;
  border-bottom: 1px solid #bded87;
}
.toolbar-login {
  float: right;
  margin: 0;
  line-height: 30px;
}

.toolbar-login > li {
  list-style: none;
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
}
.toolbar-login > li:after {
  content: "|";
  display: inline-block;
  margin: 0px 10px 3px;
  font-size: 12px;
  line-height: 15px;
  vertical-align: middle;
}
.toolbar-login > li:last-child:after {
  content: none;
}
.toolbar-login > li > a {
  color: #fff;
}
.toolbar-login > li > a:hover {
  color: #333;
}
.toolbar-login > li {
  height: auto;
  font-style: italic;
  line-height: inherit;
  text-transform: uppercase;
}
.toolbar-login > li:last-child {
  margin-right: 0px;
  border-right: 0;
}
.toolbar-login > li b {
  font-weight: 500 !important;
  font-style: normal;
}
.toolbar-login > li a {
  font-style: normal;
}

/*
############ Header ############
*/
.header {
  width: 100%;
  float: left;
  background: #ffffff; /*url(../images/bg-head.png) no-repeat;*/
}
.banner-top {
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.banner-top #logo_wrap img {
  max-height: 125px;
  text-align: center;
}
/*
############ Banner ############
*/
.banner img {
  display: inline-block;
}
.banner {
  margin-left: 10px;
  float: left;
  width: 28.5%;
  margin-top: 8px;
  /*clear: both;*/
  overflow: hidden;
}

.banner:after {
  content: "";
  display: block;
  clear: both;
}

.row5:before {
  display: table;
  content: "";
}
.row5:after {
  clear: both;
}
.row5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row5 [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row6 [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
.banner .row {
  margin-right: -10px;
  margin-left: -10px;
}
.banner .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.banner .banner-item {
  display: block;
  padding: 5px;
}
.banner .banner-img {
  background-position: top center;
  background-size: cover;
  height: 200px;
  display: block;
  margin-bottom: 10px;
}
.banner .banner-img img {
  opacity: 0;
}
.banner .banner-img-x2 {
  height: 410px;
}

.banner > a {
  position: relative;
  display: block;
}
.banner img {
  width: 100%;
}
.slick-banner img,
.img-cat img {
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.img-cat {
  margin: 10px;
}
.banner_partner {
}
.chromeframe {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffff00;
  color: #000;
  height: 25px;
  line-height: 25px;
  padding: 0.2em 0;
  text-align: center;
}

#timeoutsess {
  display: none;
}

#timeoutsess a {
  color: #0000ff;
}
.banner .banner-border {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.banner .banner-border:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
.banner-r-detail {
  float: left;
}
/*
############ Slideshow ############
*/
.slideshow {
  width: 100%;
  float: left;
}
.slideshow .container {
  position: relative;
  width: auto;
  padding: 0;
}
.slideshow .carousel-caption {
  font-size: 16px;
}
.slideshow .carousel-caption h3 a {
  color: #fff;
}
.slideshow .carousel-indicators {
  bottom: 10px;
  margin-bottom: 0px;
}

.slick-slider {
  position: relative;
  display: block;
  overflow: hidden;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-img {
  position: relative;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: top center;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-controls.slick-hidden {
  display: none;
}
.slick-caption {
  position: absolute;
  bottom: 12%;
  left: 6%;
  width: 300px;
  max-height: 340px;
  background-color: #fff;
  padding: 0 10px 10px;
  border-radius: 2px;
}
.slick-caption h3 {
  background: url("../images/caption.png") no-repeat center top;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #beb2a6;
}
.slick-caption span {
  display: block;
  padding: 0 10px;
}
/* Dots */
.slick-dots {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: 0;
  display: block;
  padding: 8px 15px 2px;
  border-radius: 8px 8px 0 0;
  background-color: rgba(219, 126, 21, 0.7);
  list-style: none;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #222;
  border: 2px solid #fff;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background-color: rgba(219, 126, 21, 0.7);
}
.slick-dots li button {
  font-size: 0;
  color: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
}

.slick-loading .slick-list {
  background: url("../images/slick_load.gif") no-repeat center;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 48px;
  height: 48px;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  z-index: 2;
  cursor: pointer;
  outline: 0 !important;
  /* opacity: 0.8; */
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}
.slick-prev {
  background: url("../images/prev.png") no-repeat center;
  background-size: cover;
  left: 8%;
}

.slick-next {
  background: url("../images/next.png") no-repeat center;
  background-size: cover;
  right: 8%;
}
.slick-prev:hover,
.slick-next:hover {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
  filter: inherit;
  opacity: 1;
}
/* slick change */
.slick-block .frame {
  height: 306px !important;
}
.slick-product,
.slick-brand {
  overflow: visible;
}
.slick-brand {
  padding: 5px;
}
.slick-product {
  padding: 0 15px;
}
.slick-product .item {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.slick-controls {
  position: absolute;
  top: -51px;
  right: 17px;
  width: 36px;
  height: 36px;
  background-image: none;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  color: #888;
}
.slick-controls:hover {
  background-color: #222;
  color: #fff;
}
.slick-controls > i {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.slick-controls.s-prev {
  right: 55px;
}
.slick-controls.s-next {
  text-indent: 1px;
}

.slick-product2 {
  overflow: visible;
}
.slick-product2 .slick-controls.s-prev {
  left: 0;
}
.slick-product2 .slick-controls.s-next {
  right: -1px;
}

.slick-full {
  white-space: nowrap;
  max-height: 380px;
  overflow: visible;
}
.slick-full .slick-list {
}
.slick-banner {
  padding: 15px 0;
}
.slick-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 60px;
  overflow: hidden;
}
.slick-nav .slick-img {
  margin: 5px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.slick-nav .slick-img img {
  border-radius: 4px;
}
.slick-nav .slick-img:hover img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
/*
############ Main ############
*/

.list-category {
  list-style: none;
  margin: 10px;
  padding: 5px 0px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.list-category > li {
  padding: 0;
}
.list-category > li .img {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
.list-category > li .img > img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  border-radius: 3px;
}

.list-category > li > h2 {
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 0;
}

.list-category > li a {
  float: left;
  width: 100%;
  line-height: 30px;
  text-indent: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.main .main-content > .filter {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}
.main .main-content > .filter > div {
  padding: 0;
}
.main .main-content > .filter .form-inline > select {
  min-width: 200px;
  border-radius: 0;
}
.main .main-content > .filter div > span.fa {
  font-size: 24px;
  color: #999;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 5px;
}
.main .main-content > .filter div > span.fa.active {
  color: #222;
}

.grid img {
  width: 100%;
  max-width: 100%;
}
.grid {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
.grid-shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.grid .grid-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.grid .grid-image {
  display: block;
  background-size: cover;
  background-color: #eee;
}
.grid .grid-image img {
  opacity: 0;
}
.grid .grid-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.grid .grid-caption h3,
.grid .grid-main h3 {
  margin-top: 0px;
  font-size: 14px;
  line-height: 18px;
}
.grid .grid-caption,
.grid .grid-caption .grid-text,
.grid .grid-caption p {
  color: #fff;
}
.grid .grid-caption .grid-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.grid .grid-caption > *:last-child {
  margin: 0;
}
.grid .grid-main {
  text-align: justify;
  padding: 10px 0 0;
}
.grid .grid-main a {
  font-size: 14px;
  text-transform: uppercase;
}
.grid .grid-main h3 > a {
  height: 36px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  text-align: left;
}
.grid .grid-main p {
  color: #807f7f;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.grid .grid-main .grid-time {
  display: block;
  font-size: 12px;
  color: #888;
}

.grid-overlay:hover .overlay-wrap,
.grid-opacity .overlay-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.grid-square .overlay-wrap {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
}
.grid-square:hover .overlay-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.grid-square .grid-caption {
  background-color: transparent;
}

.grid-overlay:hover .grid-caption,
.grid-opacity:hover .grid-caption {
  background-color: transparent;
}

.grid-opacity .overlay-wrap,
.grid-opacity .grid-caption,
.grid-square .grid-caption {
  opacity: 0;
}
.grid-opacity:hover .overlay-wrap,
.grid-opacity:hover .grid-caption,
.grid-square:hover .grid-caption {
  opacity: 1;
}

.grid-full:hover .grid-caption {
  height: 100%;
  top: 0;
  bottom: auto;
}

.grid-overlay .overlay-top,
.grid .grid-caption-top {
  top: -120%;
  bottom: auto;
}
.grid-overlay:hover .overlay-top,
.grid:hover .grid-caption-top {
  top: 0;
  bottom: auto;
}

.grid-overlay .overlay-bottom,
.grid .grid-caption-bottom {
  top: auto;
  bottom: -120%;
}
.grid-overlay:hover .overlay-bottom,
.grid:hover .grid-caption-bottom {
  top: auto;
  bottom: 0;
}

.grid-overlay .overlay-left,
.grid .grid-caption-left {
  left: -120%;
}
.grid-overlay:hover .overlay-left,
.grid:hover .grid-caption-left {
  left: 0;
}

.grid-overlay .overlay-right,
.grid .grid-caption-right {
  left: auto;
  right: -120%;
}
.grid-overlay:hover .overlay-right,
.grid:hover .grid-caption-right {
  left: auto;
  right: 0;
}

.grid .grid-caption-center {
  top: 20%;
  bottom: auto;
  opacity: 0;
}
.grid:hover .grid-caption-center {
  top: 45%;
  opacity: 1;
}
.grid-horizontal-wrap {
  padding: 5px 0;
}
.grid-horizontal-scroll {
  background-color: #fff;
}
.grid-horizontal-scroll .grid-horizontal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.grid-horizontal {
  background-color: #fff;
  height: 368px;
}
.grid-horizontal .grid-wrap {
  float: left;
  width: 30%;
  height: 150px;
  padding: 0 10px 0 0;
  position: relative;
  overflow: visible;
}
.grid-horizontal .grid-image {
  height: 100%;
}
.grid-horizontal .grid-main {
  text-align: left;
  float: left;
  width: 70%;
  padding: 0;
}

.grid-news .grid-horizontal {
  margin: 0 0 20px !important;
  padding-bottom: 5px;
}

.grid-horizontal .grid-main h3 > a {
  padding: 0;
}

.grid-horizontal .grid-main p {
  color: #beb2a6;
  padding-right: 10px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.grid-zoom:hover .grid-image {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 1;
}

.transition {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* grid */
.main .main-content > .grid-news,
.main .main-content > .grid-album {
  padding: 0;
  margin: 0 20px;
}

#home .main .main-content > .grid-news,
#home .main .main-content > .grid-album {
  padding: 0;
  margin: 0 2px;
}

.main .main-content > .grid-video {
  padding: 5px;
  margin: 0px;
}

#home .main .main-content > .grid-video {
  padding: 0 2px;
}
.list-news {
  margin: 0 5px;
}
.list-news .grid-item {
  padding: 0 5px;
}
.grid-news .grid .grid-image {
  border: 1px solid #ececec;
}
.grid-news .grid .grid-main h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eae9e9;
}
.grid-news .grid .grid-main a:hover {
  color: #222;
}

.grid-album .grid-item {
  padding: 10px;
}
.main_inner .grid-album .grid-item {
  padding: 5px;
}
.grid-news .grid-item {
  padding: 10px;
}
.grid-video .grid-item {
  padding: 10px;
}
.main_inner .grid-video .grid-item {
  padding: 5px;
}
.grid-album .overlay-wrap,
.album .overlay-wrap {
  background-image: url("../images/camera.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.grid-video .grid .overlay-wrap,
.video .grid .overlay-wrap {
  background-image: url("../images/play.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-video .grid .grid-main a {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  color: #000;
  text-transform: initial;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.grid-video .grid:hover .grid-main a {
  color: #fff;
}
.grid-album .text-right,
.grid-video .text-right,
.grid-news .text-right {
  margin: 0;
}

.news-image {
  background-size: cover;
  background-position: center;
}
.news-image img {
  opacity: 0;
}

.grid-product {
  padding: 0;
}
.product_category .grid-product {
  border-top: 1px solid #e2e2e2;
}
.grid-product .row {
  margin: 0;
}
.product_home .grid-product {
}
.grid-product.custom-fix {
  float: none;
  width: auto;
  position: relative;
  margin: 0;
  border-top: 1px solid #e2e2e2;
}
.grid-product.custom-fix:after {
  content: "";
  display: block;
  clear: both;
}
.grid-product .item {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.grid-product .item:nth-child(4n) {
  border-right: 0;
}
.product_category .grid-product .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.grid-product .item > .frame {
  background-color: #fff;
  position: relative;
  padding: 10px;
}
.grid-product .item > .frame .frame-border {
}
.grid-product .item:last-child > .frame {
  border-right: 0;
}
.grid-product .item > .frame:after {
  content: "";
  display: block;
  clear: both;
}
.grid-product .item > .frame .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.grid-product .item > .frame .img img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.grid-product .item > .frame h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0;
  height: 18px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.grid-product .item > .frame .box-price .price,
.grid-product .item > .frame .box-price .old-price {
  float: left;
  width: 50%;
  height: 18px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
}
.grid-product .item > .frame .price,
.grid-product .item > .frame .old-price {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
}
.grid-product .item > .frame .price {
  display: block;
  color: #e73859;
  margin: 0;
  padding: 0 10px;
  font-size: 18px;
  height: 45px;
  line-height: 24px;
}
.grid-product .item > .frame .old-price {
  display: inline-block;
  color: #a2a2a2;
  text-decoration: line-through;
  padding: 0 10px;
  font-size: 14px;
  height: 24px;
  line-height: 35px;
}
.grid-product .item > .frame .price-only {
  width: 100%;
  text-align: center;
}
.grid-product .item > .frame .info_other {
  display: none;
}
.grid-product .item > .frame .action {
  margin-top: 5px;
  height: 22px;
}
.grid-product .info {
  display: none;
}

.product_action {
  opacity: 0;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.product_action a {
  display: inline-block;
}
.product_action a > span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
  background-color: rgba(255, 0, 129, 0.8);
  color: #fff;
}
.product_action a > span:hover {
  color: #fff;
  background-color: rgba(0, 184, 255, 0.8);
}
.product_action a > span > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  background-color: rgba(139, 195, 74, 0.75);
}
.product_action a:hover > span > i {
  background-color: #222;
}
.grid-product .item > .frame:hover .product_action {
  opacity: 1;
  top: 45%;
}
.frame-product {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.frame-product:after {
  content: "";
  display: block;
  clear: both;
}
.frame-product > .item {
  border-right: 1px solid #e6eae6;
  border-bottom: 1px solid #e6eae6;
}
.frame-product > .item:nth-child(4n) {
  border-right: 0;
}
.frame_overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: rgba(255, 0, 224, 0.1);
  z-index: 0;
}
.frame_overlay > span {
  color: #333;
}
.frame_center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-product .item > .frame:hover .frame_overlay {
  opacity: 1;
}

.grid-product .item > .frame .action > button,
.list-product .item > .frame .action > button {
  color: #fff;
  border-radius: 0px;
  background-color: #222;
}
.grid-product .item > .frame .action > button:hover,
.list-product .item > .frame .action > button:hover {
  background-color: #038cd0;
}
.grid-product .item > .frame .action > .sold-out,
.list-product .item > .frame .action > .sold-out {
  background-color: #dd4814;
  color: #fff;
  line-height: 22px;
  padding: 0px 7px;
  display: inline-block;
  border-radius: 0px;
  font-weight: 400;
}
.list-product {
  margin: 0px;
}
.list-product:after {
  content: "";
  display: block;
  clear: both;
}
.list-product .item {
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  float: left;
}
.list-product .item:last-child {
  border-bottom: 0px;
}
.list-product .item > .frame {
  position: relative;
  overflow: hidden;
}
.list-product .item > .frame .img {
  position: relative;
  padding: 10px;
  width: 30%;
  float: left;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin-right: 15px;
}
.list-product .item > .frame .img > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.list-product .item > .frame .img > a > img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.list-product .item > .frame h3 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
}
.list-product .item > .frame > .frame-box span {
  display: inline-block;
  color: #eb0000;
  font-size: 15px;
  margin-right: 15px;
}
.list-product .item > .frame .old-price {
  font-size: 13px;
  line-height: 17px;
  color: #999;
  text-decoration: line-through;
  margin-left: 15px;
}
.list-product .item > .frame .info_other {
  margin-top: 10px;
}
.list-product .item > .frame .info_other > .line > span {
  font-size: 13px;
  color: #333;
  margin-right: 15px;
}
.list-product .item > .frame .info_other > .info {
}
.list-product .item > .frame .action {
  position: absolute;
  top: 0px;
  right: 0px;
}

.frame-box {
  padding-bottom: 5px;
  text-align: center;
}
.list-product .frame-box {
  text-align: left;
  color: #222;
  font-size: 16px;
  line-height: 17px;
}
.list-product .frame_overlay {
  display: none;
}

.list-product .frame-btn {
  display: none;
}
.frame-btn {
  text-align: center;
  padding-bottom: 10px;
}
.frame-btn a {
  padding: 7px 15px;
  font-family: serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #808080;
  color: #fff;
}
.frame-btn a:hover {
  background-color: #222;
}

.item > .frame span.percent {
  position: absolute;
  background-color: #f74136;
  border-radius: 0 0 8px 0;
  top: 0;
  left: 0;
  width: 42px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}

.item > .frame span.percent > span {
  display: inline-block;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0;
}

.item > .frame span.new {
  position: absolute;
  background-color: #ef4036;
  border-radius: 0 0 8px 0;
  top: 0;
  right: 0;
  width: 42px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}

.item > .frame span.new > span {
  display: inline-block;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0;
}
.related-video.row,
.related-album.row .related-news.row {
  margin: 0;
}
.related-video ul,
.related-album ul,
.related-news ul {
  padding: 10px;
}
.detail-product > .related-product {
  clear: left;
}
.padding-10 {
  padding: 0 10px;
}
.padding-15 {
  padding: 0 15px;
}
.padding-5 {
  padding: 0 5px;
}
.bg-gainsboro {
  background-color: #c0c0c0;
}
.margin-bottom-lg {
  margin-bottom: 15px;
}
.margin-bottom-lg a {
  color: #1352ff;
}
.detail-product > .related-product > .related-title {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  clear: left;
}
.detail-product > .related-product > ul {
  margin-bottom: 0px;
}
.detail-product > .related-product > ul > li {
  padding: 3px 0px;
}
.detail-product > .related-product > .grid-product {
  padding: 0 15px;
  margin-bottom: 15px;
}

.main .main-content > .grid-category-option {
  padding: 0;
  margin: 0 -10px;
}
.main .main-content > .grid-category-option > .item {
  padding: 10px;
}
.main .main-content > .grid-category-option > .item > .frame {
}
.main .main-content > .grid-category-option > .item > .frame > .img {
  width: 100%;
  position: relative;
}
.main .main-content > .grid-category-option > .item > .frame > .img img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-height: 100%;
}
.main .main-content > .grid-category-option > .item > .frame > h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 5px 0px 0px 0px;
  height: 35px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.grid-brand {
  padding: 0;
  background-color: #fff;
}
.product_category .grid-brand {
  padding: 0 5px;
  margin: 0;
  clear: both;
}
.grid-brand .item {
  padding: 10px;
}
.grid-brand .item > .frame {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e6eae6;
}
.grid-brand .item > .frame .img {
  width: 100%;
  position: relative;
}
.grid-brand .item > .frame .img img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-height: 100%;
  width: auto;
}

.main .main-content .related-news > .grid-news {
  padding: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
.grid-news > .item {
  padding: 5px;
}

.grid-news > .item > .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.grid-news > .item > .img img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
.grid-news > .item > h3 {
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0px;
  height: 36px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.grid-news > .item > p {
  margin: 0px;
  height: 53px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.detail-album,
.detail-news,
.detail-video {
  padding: 10px;
}
.detail-album > .title-album,
.detail-news > .title-news,
.detail-video > .title-video {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 5px;
}
.detail-album > .content-album,
.detail-news > .content-news,
.detail-video > .content-video {
  line-height: 20px;
}
.detail-album > .content-album > .full-content *,
.detail-news > .content-news > .full-content *,
.detail-video > .content-video > .full-content * {
  max-width: 100%;
}
.detail-album > .info-album,
.detail-news > .info-news,
.detail-video > .info-video {
  color: #b6b6b6;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 12px;
}
.detail-album > .info-album > span,
.detail-news > .info-news > span,
.detail-video > .info-video > span {
  margin-right: 15px;
}
.detail-album > .info-album > span:last-child,
.detail-news > .info-news > span:last-child,
.detail-video > .info-video > span:last-child {
  margin-right: 0px;
}
.detail-album > .content-album > .short-content,
.detail-video > .content-video > .short-content {
  margin-top: 15px;
}
.detail-album > .content-album > .full-content,
.detail-video > .content-video > .full-content {
  margin-top: 15px;
  display: none;
}
.detail-album > .content-album > .short-content > .more-content,
.detail-album > .content-album > .full-content > .less-content,
.detail-video > .content-video > .short-content > .more-content,
.detail-video > .content-video > .full-content > .less-content {
  clear: both;
  margin-top: 15px;
  display: block;
}
.detail-album > .tags-album,
.detail-news > .tags-album,
.detail-album > .tags-album {
  padding: 10px;
  margin-top: 15px;
  background-color: #f5f5f5;
}
.detail-album > .related-album {
  margin: 0px -10px;
  padding: 5px;
}
.detail-album > .related-album > .related-title {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.detail-album > .related-album > .item > h3 {
  margin-bottom: 0px;
}
.detail-album > .related-album > ul {
  margin-bottom: 0px;
}
.detail-album > .related-album > ul > li {
  padding: 3px 0px;
}
.main .main-content .wait-ajax {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}
.main .main-content .wait-ajax i.fa {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  color: #000;
}

/*
############ Menu Top ############
*/
.menu-top,
.menu-top-default {
  margin-bottom: 0;
  background-color: #f6f6f6;
  z-index: 1000;
}
.menu-top .container {
}
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted,
.sm-clean a.highlighted {
  background-color: transparent;
}
.sm-clean-vertical a span.sub-arrow,
.sm-clean ul a span.sub-arrow {
  border-color: transparent transparent transparent #fff;
}
.sm-clean-vertical li li a span.sub-arrow {
  border-color: transparent transparent transparent #555;
}
#main-sm-menu {
  padding: 0;
  background-color: #76624e;
  -moz-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.7);
}
#main-sm-menu > li:after {
  content: "";
  background: #222;
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
#main-sm-menu > li:hover:after {
  height: 100%;
}
#main-sm-menu > li > a {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-family: serif;
  font-size: 13px;
  color: #fff;
  line-height: 50px;
  padding: 0 30px;
  border-right: 1px solid #ddd;
}
#main-sm-menu > li > a:hover {
  background-color: transparent;
}
#main-sm-menu > li:last-child > a {
  border: 0;
}
#main-sm-menu > li ul {
  min-width: 220px !important;
  border-bottom: 4px solid #808080;
}
#menu-button {
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.ddmenu_left {
  float: left;
  width: 20%;
  height: 40px;
  position: relative;
}
.ddmenu_wrap {
  float: left;
  width: 80%;
  position: relative;
  padding-left: 8px;
}
.ddmenu_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.ddmenu_btn {
  display: none;
  background-color: #ffffff;
  padding: 10px 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #848484;
  text-align: right;
  cursor: pointer;
  margin-right: -39px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.ddmenu_btn > span {
  padding: 7px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
}
.ddmenu,
.ddmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ddmenu {
  float: left;
  position: relative;
  width: 100%;
  display: block !important;
}
.ddmenu > li > ul {
  position: absolute;
  top: 100%;
  z-index: 1099;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #333333;
  display: none;
  left: 0;
  padding: 0;
  min-height: 200px;
  background: rgba(234, 194, 85, 0.8) none repeat scroll 0 0;
  width: 250px;
}
.ddmenu > li {
  display: inline-block;
  border-left: 1px solid #ffffff;
  position: relative;
  text-align: left;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.ddmenu > li:first-child {
}
.ddmenu li a {
  display: block;
  text-decoration: none;
  white-space: normal;
}
.ddmenu > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
}
.ddmenu > li > a > i {
  font-size: 16px;
  vertical-align: text-bottom;
}
.ddmenu > li:first-child > .line-stand {
  display: none;
}
.ddmenu > li > a > .ddcaret {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.05);
}
.ddmenu > li > a > .ddcaret > span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid\9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.ddmenu > li:hover > a,
.ddmenu > li.current > a {
  color: #fff;
}

/* submenu */
.ddmenu > li > ul > li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-left: medium none;
  float: none;
  line-height: 40px;
  margin: 0;
  min-height: 0;
  padding: 0 0 0 10px;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.ddmenu > li > ul > li a {
  color: #fff;
  line-height: 20px;
}
.ddmenu ul li a:hover {
  color: #222;
}
.ddmenu > li > ul > li > a {
  position: relative;
  font-size: 13px;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.ddmenu > li > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #222;
}
.ddmenu > li > ul > li li {
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 0px;
  -moz-transition: padding 150ms ease-out 0s;
  -ms-transition: padding 150ms ease-out 0s;
  -o-transition: padding 150ms ease-out 0s;
  -webkit-transition: padding 150ms ease-out 0s;
  transition: padding 150ms ease-out 0s;
}
.ddmenu > li > ul > li li:hover {
  padding-left: 15px;
}
.ddmenu > li > ul > .ddmenu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.ddmenu > li > ul > .ddmenu_bg > span {
  display: block;
  height: 100%;
  background-position: top right;
  background-size: auto auto;
  background-repeat: no-repeat;
}

/*
############ Menu Bottom ############
*/
.menu-bottom .line-stand {
  border-color: #ffffff;
  height: 15px;
}
.menu-bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #222;
}
.menu-bottom .container {
}
.menu-bottom ul {
  margin: 0px;
  padding: 0px;
  background-color: #222;
}
.menu-bottom li {
  display: inline-block;
  min-height: 38px;
  line-height: 38px;
  list-style: none;
  vertical-align: middle;
}
.menu-bottom li > a {
  display: inline-block;
  color: #fff;
  padding: 0px 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.menu-bottom li.li-fix {
  margin-right: 0px;
}
.menu-bottom li:last-child > .line-stand {
  display: none;
}
.menu-bottom li > a.current,
.menu-bottom li > a:hover {
  background-color: transparent;
  color: #000;
}

.menu-bottom-list {
  background-color: #fff;
  border-top: 3px solid #ec008c;
}

.menu-bottom-list .container {
  padding: 0;
}
.menu-bottom-list ul {
  float: left;
  width: 100%;
  padding: 0;
}

.menu-bottom-list-ul {
}
.menu-bottom-list-ul > li {
  min-height: 32px;
  line-height: 32px;
  list-style: none;
}
.menu-bottom-list-ul > li > a .icon-16 {
  filter: url(grayscale.svg);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.menu-bottom-list-ul > li > a:hover .icon-16 {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  filter: inherit;
}
.menu-bottom-list-ul > li > a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #333;
}
.menu-bottom-list-ul > li > a:hover {
  color: #222;
}

.menu-bottom-list-ul > li > a > i {
  color: #a2a2a2;
  font-size: 8px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}
.menu-bottom-list-ul > li li {
  display: block;
  line-height: 28px;
  min-height: 0;
  padding: 0;
}
.menu-bottom-list-ul > li li:first-child {
  margin-top: 5px;
}
.menu-bottom-list-ul > li li > a {
  color: #555;
  border-bottom: 1px dashed #eaeaea;
  display: block;
}
.menu-bottom-list-ul > li li > a:hover {
  color: #222;
}
.menu-bottom-list-ul > li li > a i {
  margin: 0 5px 0 3px;
}
/*
############ Menu Vertical ############
*/

.sm-vertical > li ul {
  min-width: 220px !important;
  z-index: 1002;
}
.sm-vertical li {
  border-bottom: 0 !important;
}
.sm-vertical > li {
  border-top: 1px solid #fff;
}
.sm-vertical a:focus {
  background-color: #fff;
}
.sm-vertical > li ul a {
  color: #606060;
}
.sm-vertical > li ul a:hover:before,
.sm-vertical > li a:hover {
  color: #222;
  background-color: transparent;
}
.sm-vertical > li a {
  color: #fff;
  font-size: 13px;
}
.sm-vertical > li:last-child a {
  border-bottom: 0 !important;
}
.sm-vertical > li > a {
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
}

/*
############ User ############
*/
.form-user label {
  font-weight: 300;
}
.form-user .required {
  color: #d9534f;
  font-weight: 600;
}
.form-user .form-group:last-child {
  margin-bottom: 0px;
}
.form-user .form-group > div:first-child {
  margin-bottom: 15px;
}
.form-user-wait,
.form-user-error {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  display: none;
}
.form-user-error {
  color: #d9534f;
}
.form-user .error-text {
  color: #d9534f;
  margin-top: 3px;
  display: block;
  font-size: 13px;
  font-weight: 300;
  display: none;
}
.form-user .error-code {
  float: left;
  margin-left: 15px;
}
.form-user-success {
  font-size: 15px;
}
.form-user #captcha_code {
  cursor: pointer;
}
.form-user input[type="checkbox"] {
  margin-right: 3px;
}
.form-user .form-group {
  margin-bottom: 10px;
}
.form-user a {
  margin-left: 10px;
}
div.sitename {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
div.sitename h3 {
  margin: 10px 0;
  font-size: 16px;
}
/* ############ Form Search ############ */
.form-search-btn {
  font-size: 16px;
  cursor: pointer;
}
.form-search {
  border: 0.3px solid #f4847e;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}
.form-search > form {
  float: left;
  width: 100%;
  background-color: #fff;
}
.form-search select,
.form-search select:hover,
.form-search select:focus,
.form-search input,
.form-search input:hover,
.form-search input:focus,
.form-search button,
.form-search button:hover,
.form-search button:focus {
  float: left;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
  background: transparent;
}
.form-search select {
  width: auto;
}
.form-search input {
  width: 100%;
  padding-left: 155px;
  padding-right: 40px;
  color: #555;
}

.form-search button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ec008c;
  border-color: transparent !important;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 10px;
}
.form-search button:hover,
.form-search button:focus {
  background-color: #00aeef;
  color: #fff;
}
.form-search button > i {
}
.search-result {
  position: absolute;
  top: 30px;
  left: 0px;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 0px;
  padding: 0px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.search-result li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
}
.search-result li:hover {
  background-color: #f5f5f5;
}
.search-result li:last-child {
  border-bottom: 0px;
}
.search-result li a {
  display: block;
}
.search-result li .price {
  color: #eb0000;
  font-weight: 300;
  float: right;
}
.search-result li .quantity {
  color: #999;
  font-weight: 300;
  float: right;
  font-size: 12px;
  display: none;
}
.search-wait {
  position: absolute;
  top: 7px;
  right: 40px;
  font-size: 18px;
  color: #999;
  display: none;
}
.search-message {
  margin: 10px 0;
  font-size: 15px;
}
#result {
  display: none;
}
/* Update css search */
.form-search-wrap {
  padding: 20px 0 10px 0;
}
.form-search select {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  float: left;
  background-color: #f8f8f8;
  width: 150px;
  text-align: left;
}
.form-search select > option {
  float: left;
  color: #999;
  padding: 5px 10px;
  width: 100%;
}
.form-search select > option {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 5px 10px;
  color: #444;
}
.form-search select > option:hover {
  color: #222;
}

/*############ button ############*/
.btn-wrap {
  float: right;
  text-align: center;
  padding: 0 15px;
  line-height: 40px;
}
.btn-style {
  display: inline-block;
  background: #fff;
  border: 1px solid #e3d4c1;
  padding: 8px 40px;
  color: #000;
  z-index: 1;
  position: relative;
}
.btn-style:before {
  content: "";
  position: absolute;
  background: #222;
  height: 100%;
  width: 0%;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-style:hover {
  color: #fff;
}
.btn-style:hover:before {
  content: "";
  width: 100%;
  text-align: center;
  padding-right: 40px;
}
.btn-primary {
  background-color: #ec008c;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #008dd3;
  border-color: transparent;
  color: #fff;
}
/*
.main .main-content > .detail-product .actions button{
	background-color: #ca181f;
}

.main .main-content > .detail-product .actions button:hover,
.main .main-content > .detail-product .actions button:focus{
	background-color: #D04412;
}
*/

/*############ footer ############*/
footer {
  clear: both;
  background: transparent;
}
.footer_content {
  padding-top: 10px;
}
.footer_menu {
  min-height: 190px;
  padding-top: 10px;
}
.footer_form {
  padding-top: 10px;
}
.res-mail-bottom:after {
  content: "";
  display: block;
  clear: both;
}

.res-mail-bottom label,
.form_label {
  display: block;
  min-height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.res-mail-bottom .icon-16,
.form_label .icon-16 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.res-mail-bottom label i,
.form_label i {
  color: #a7a5a5;
  font-size: 8px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}
.form-res-mail {
  text-align: left;
}
.form-res-mail .form-group {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  margin-left: 0;
  float: left;
  margin-right: 0;
}
.form-res-mail .form-group .form-control {
  margin-bottom: 5px;
  border-radius: 0;
}
.form-res-mail .form-group .form-control:focus {
  outline: 0;
  border-color: #222;
  box-shadow: none;
}
.form-res-mail .btn {
  margin-bottom: 5px;
  border-radius: 3px;
  vertical-align: text-bottom;
  float: left;
  min-width: 70px;
}
.form_social {
  padding-left: 2px;
}
.form_social > a {
  display: inline-block;
  font-size: 20px;
}
.form_social > a:hover {
  opacity: 0.8;
}
.menu-left li.cap1 {
  margin-bottom: 15px;
}

.menu-left li img {
  width: 100%;
}
.menu-left li a.has-submenu {
  background-color: #222;
  padding: 10px;
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.menu-left li a.has-submenu span {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-left li ul.sub {
  padding: 0 10px;
}
.menu-left li ul.sub li a {
  padding: 7px 0;
  display: block;
  text-transform: uppercase;
  color: #111;
}
.menu-left li ul.sub li a:hover {
  color: red;
}
/*############ reponsive ############*/
@media (max-width: 991px) {
  .ddmenu_left {
    display: none;
  }
  .col-right,
  .col-center {
    display: none;
  }
  .col-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .detail-product .col-left {
    width: 100%;
  }
  .grid-product .item:nth-child(4n) {
    border-right: 1px solid #e2e2e2;
  }
  .grid-product .item:nth-child(3n) {
    border-right: 0;
  }
  /*Slide*/
  .slick-full .slick-img {
    height: 360px;
  }
  .slick-full .slick-prev,
  .slick-full .slick-next,
  .slick-controls,
  .slick-caption {
    display: none !important;
  }

  /*Main*/
  .main .col-right {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main .style_title {
    width: 30%;
  }
  .main .style_content {
    width: 70%;
  }
  .product_background {
    display: none;
  }

  .frame-product > .item:nth-child(4n) {
    border-right: 1px solid #e6eae6;
  }
  .frame-product > .item:nth-child(3n) {
    border-right: 0;
  }

  /*Banner*/
  .banner .banner-img,
  .banner .banner-img-x2 {
    height: 300px;
  }

  /*Form Search*/
  .form-search-wrap {
    padding: 10px 0;
  }
  .form-search {
    float: none;
    margin: 0 auto;
  }

  /*Footer*/
  .footer_menu {
    border: 0;
  }
}

@media (max-width: 767px) {
  .grid-product .item:nth-child(3n) {
    border-right: 1px solid #e2e2e2;
  }
  .grid-product .item:nth-child(2n) {
    border-right: 0;
  }

  .frame-product > .item:nth-child(3n) {
    border-right: 1px solid #e6eae6;
  }
  .frame-product > .item:nth-child(2n) {
    border-right: 0;
  }
  /*Cart*/
  .cart-mod-wrap {
    float: left;
  }
  /*Slide*/
  .slick-full .slick-img {
    height: 200px;
  }
  .slick-banner,
  .slick-nav {
    display: none;
  }

  /*menu-top*/
  /*.ddmenu_btn{display: block;}*/
  .ddmenu_toggle .ddmenu_btn {
    margin-right: 0;
  }
  .ddmenu_wrap {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .ddmenu > li > .line-stand {
    display: none;
  }
  .ddmenu > li {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
  }
  .ddmenu > li:first-child {
    border-top: 0;
    margin-left: 0;
  }
  .ddmenu > li > a {
    display: block;
    line-height: 40px;
    color: #333;
    padding: 0 15px;
  }
  .ddmenu > li > a:hover {
    color: #fff;
    background-color: #222;
  }
  .ddmenu > li > a > i {
    display: none;
  }
  .ddmenu li.active > a:before,
  .ddmenu li.active > a:after,
  .ddmenu li:hover > a:before,
  .ddmenu li:hover > a:after {
    content: none;
  }

  .ddmenu > li > ul {
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: none;
    padding: 10px 15px;
  }
  .ddmenu > li > ul > .ddmenu_bg {
    display: none;
  }

  .ddmenu > li > ul > li {
    display: block;
    width: auto;
  }

  .ddmenu > li > a > .ddcaret {
    display: block;
  }

  .menu-top {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0 !important;
    min-height: 40px !important;
    padding: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -265px;
    width: 265px;
    height: 100%;
    background-color: #eee;
    overflow: inherit;
  }
  .ddmenu_toggle {
    left: 0 !important;
    overflow: auto;
  }
  .menu-top .container {
    padding: 0;
  }

  #main-sm-menu > li > a {
    padding: 0 15px !important;
    line-height: 40px;
  }

  /*other*/
  .form-user #captcha_code {
    margin-top: 23px;
    margin-left: -15px;
    margin-bottom: 2px;
  }
  .main .main-content > .filter .form-inline > select {
    margin-bottom: 5px;
  }
  .dd-wrap,
  #logo_wrap {
    text-align: center;
  }

  .slideshow {
    margin: 0 0 10px;
  }
}

@media (max-width: 600px) {
  /*Main*/
  .main .style_title {
    display: none;
  }
  .main .style_content {
    width: 100%;
  }
  .menu-bottom {
    display: none;
  }
}

@media (max-width: 480px) {
  .slick-full .slick-img {
    height: 120px;
  }

  /*Banner*/
  .banner .banner-img,
  .banner .banner-img-x2 {
    height: 200px;
  }
}

#myBtn {
  float: right;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 140px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(255, 51, 153); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 10px 10px 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 20px; /* Increase font size */
}

#myBtn:hover {
  background-color: #ec008c; /* Add a dark-grey background on hover */
}

.help-block {
  padding-left: 15px;
  color: #000000;
}

.form-horizontal .control-label {
  text-align: left;
  padding-bottom: 5px;
}

.sale {
  position: absolute;
  display: inline-block;
  width: 65px;
  padding: 0 2px 0 10px;
  line-height: 25px;
  background: url(https://choviettot.com/template/frontend/images/icon/discount.svg)
    no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  vertical-align: text-top;
  margin-left: 10px;
  vertical-align: 4px;
}

#video-container iframe {
  width: 100%;
}

#page-bodyhtml img {
  height: auto !important;
}
