@font-face {
    font-family: 'anton-regular';
    src: url('../fonts/anton-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'nimbussan';
    src: url('../fonts/nimbussan.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-bold';
    src: url('../fonts/roboto-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Notoserif-bold';
    src: url('../fonts/notoserif-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald-regular';
    src: url('../fonts/oswald-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-medium';
    src: url('../fonts/oswald-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-light';
    src: url('../fonts/oswald-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-semibold';
    src: url('../fonts/oswald-semibold.ttf') format('truetype');
}
.container-fluid {
  max-width: 1920px;
}
@media (min-width: 1920px) {
    body {
        box-shadow: 0 5px 5px #ddd;
    }  
}

.container-fluid > .row > div:last-child {
  padding-right: 0;
}

.container-fluid > .row > div:first-child {
  padding-left: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
}

body {
  font-size: 14px;
  line-height: 1.7em;
  max-width: 1920px;
  margin: auto;
  overflow:  hidden;
  box-shadow: 0 5px 5px #ddd;
  position: relative;
}

.header-top {
  z-index: 11;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #ddd;
}

.header-mid {
  position: relative;
  width: 100%;
  z-index: 1;
}
.header-mid.navbar-fixed-top {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 5px #ddd;
    max-width:  1920px;
    margin:  auto;
}
.header-bottom {
  background-color: #333;
}

.header-bottom .menu-footer-vertical {
  padding: 10px;
}
.homepage-news p.desc-blogs {
    height: 46px;
}
.header-bottom .menu-footer-vertical > .list-fan-page > li {
  margin-bottom: 0;
}

.header-bottom .menu-footer-vertical .list-fan-page {
  float: right;
}

.clear-both {
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.padding-t-10 {
  padding-top: 10px !important;
}

.padding-t-30 {
  padding-top: 30px !important;
}

.padding-t-50 {
  padding-top: 50px !important;
}
.padding-b-10 {
  padding-bottom: 10px !important;
}


.padding-b-30 {
  padding-bottom: 30px !important;
}

.padding-b-50 {
  padding-bottom: 50px !important;
}


.padding-t-15 {
  padding-top: 15px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-15 {
  margin-bottom: 15px !important;
}

.margin-t-10 {
  /* margin-top: 10px !important; */
}

.vertical-middle {
  vertical-align: middle !important;
}

.button-nav {
  width: 44px;
  height: 44px;
  position: relative;
  float: left;
  display: block;
  margin: 0;
  cursor: pointer;
  margin-left: 6px;
}

.button-nav:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #2d7eaf;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.button-nav:after {
  content: '';
  width: 30px;
  height: 10px;
  border-top: 2px solid #2d7eaf;
  border-bottom: 2px solid #2d7eaf;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-nav {
  width: 270px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  left: -300px;
  top: 0;
  z-index: 9999;
  box-shadow: 10px 5px 22px rgba(0, 0, 0, .3);
}

.box-nav.open {
  left: 0;
  transition: 0.2s all ease;
}

.black-drop {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  display: none;
}

.black-drop.open {
  display: block;
}

.title-category {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 0 15px;
  line-height: 46px;
  margin: 0;
  position: relative;
  background: #a07936;
}

.change-desktop {
  height: 40px;
  background: #e3e3e3;
  width: 100%;
  margin-top: 20px;
}

.change-desktop a {
  line-height: 40px;
  text-align: center;
  display: block;
  color: #333;
}

.name-suggestion .mark {
  padding: 0;
  text-decoration: underline;
  background: none;
  font-weight: normal;
}

.xzoom-lens-nh .xzoom-lens {
  border: none !important;
  max-height: 100%;
  max-width: 100%;
}

.item-available .img {
  width: 36px;
  text-align: center;
}

.item-available .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.zoomWindowContainer .zoomWindow {
  border: 0 !important;
  background-color: #FFF;
}

.list-meta-product > li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}

.list-meta-product > li > a {
  color: #383838;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  line-height: 25px;
  background: #fff;
}

.list-meta-product > li > a:hover {
  color: #fff;
  border-color: #a07936;
  background: #a07936;
}

.list-meta-product > li > a.active {
  color: #fff;
  border-color: #a07936;
  background: rgba(237, 28, 36, 0.57);
}

#register-modal .form-group {
  height: 40px;
  clear: inherit;
}

#frm-profile .form-group {
  position: relative;
  min-height: 45px;
}

#frm-profile .form-group > div {
  position: relative;
  height: 40px;
}

.modal .modal-header {
  padding: 10px;
}

.modal-header .modal-title {
  font-size: 25px;
}

.account-user .dropdown-menu {
  border-radius: 0;
}

.has-error .result-validate .form-control-feedback {
  top: -40px;
}

.has-success .result-validate .form-control-feedback {
  top: -35px;
}

.wrap-avatar-member > img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  position:  relative;
  top: -2px;
}

.list-download .media-heading {
  line-height: 17px;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.product-left-right .media-left {
    width: 33%;
    padding-top: 35%;
    position:  relative;
    margin-right: 15px;
}
.media-body h4.media-title-video {
  margin-top: 0;
  margin-bottom: 5px;
}

.file-download .file-name {
  max-height: 35px;
  line-height: 17px;
  overflow: hidden;
}

.col-sm-1 > .item-download .description-list-file {
  display: none;
}

.col-sm-1 > .item-download .file-name {
  display: none;
}

.col-sm-1 > .item-download .btn-download span {
  display: none;
}

.col-sm-1 > .item-download .btn-download i {
  font-size: 20px !important;
}

.col-sm-1 > .item-download .file-download i {
  font-size: 20px !important;
}

.col-sm-3 > .item-download .description-list-file {
  display: none;
}

.col-sm-3 > .item-download .file-name {
  display: none;
}

.col-sm-3 > .item-download .btn-download span {
  display: none;
}

.col-sm-3 > .item-download .btn-download i {
  font-size: 20px !important;
}

.col-sm-3 > .item-download .file-download i {
  font-size: 20px !important;
}

.col-sm-4 > .item-download .description-list-file {
  display: none;
}

.col-sm-4 > .item-download .file-name {
  display: none;
}

.col-sm-4 > .item-download .btn-download span {
  display: none;
}

.col-sm-4 > .item-download .btn-download i {
  font-size: 20px !important;
}

.col-sm-4 > .item-download .file-download i {
  font-size: 20px !important;
}

.box-right-download .media {
  margin: 0 0 20px 0;
}

.short_intro p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.welcome .box_content {
  margin-top: 50px;
}

.tabs-block .tab-content {
  min-height: 100px;
}

.select2-container .select2-choice .select2-arrow b {
  background: url(../images/select2.png) no-repeat 4px 7px !important;
}

.item-product .img {
  background-size: cover !important;
}
.item-product .img img {position: relative;top: 0;object-fit: cover;height: 100%;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden;transition-duration: 0.8s;-webkit-transition-duration: 0.8s;}

.img-blogs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-80 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nhslider .item_block {
  /* margin-bottom: 45px; */
}

.banner-img.col-1 > div {
  padding-right: 0;
  padding-left: 0;
}

.style-view-1 .img {
  min-height: 155px;
}

.bg-cart .nav-tabs a {
  text-transform: uppercase;
  font-size: 16px;
}

.list-shipping-address .address-option {
  cursor: pointer;
  z-index: 99;
  ox-sizing: border-box;
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.list-shipping-address .address-option:hover {
  border: 1px solid #9ca643;
}

.list-shipping-address .address-option.active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
  border: 1px solid #9ca643;
}

.address-option p {
  margin-bottom: 0;
}

.address-option p b {
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.3;
}

.box-cart-left > .card {
  background: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
.box-cart-left > .card .form-control, .box-cart-left > .card .chosen-container-single .chosen-single {
  height: 50px;
  font-size: 16px;
  border-radius: 3px;
}
.box-cart-left > .card .chosen-container-single .chosen-single div  {
  height: 50px;
  font-size: 16px;
  border-radius: 3px;
  padding-top: 13px;
}
.box-cart-left > .card .chosen-container-single .chosen-single span{
  height: 50px;
  line-height:  50px;
}
.box-cart-right-cont .delete-order {
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}

.shoppingcart-box .list {
  max-height: 400px;
}

.fancybox-gallery:hover .image-hover {
  opacity: 0.65;
  background-color: #a07936;
}

.nav-tabs-03.nav-tabs > li.active > a {
  background-color: #a07936;
}

.nav-tabs-03.nav-tabs > li.active > a:focus {
  background-color: #a07936;
}

.nav-tabs-03.nav-tabs > li.active > a:hover {
  background-color: #a07936;
}

.box-step ul li.active .demo-icon {
  background-color: #a07936;
}

.nav_title li a::before {
  background-color: #a07936;
}

.title_style2 h3::after {
  background-color: #a07936;
}

.opticon-select li:hover .btn-ver {
  background-color: #a07936;
}

.opticon-select li.active .btn-ver {
  background-color: #a07936;
}

.list-bank li label:before {
  background-color: #a07936;
}

.box-style-1 .demo-icon:before {
  color: #a07936;
}

.bottom-download span {
  color: #a07936;
}

.cart-order .dropdown-toggle span.number {
  color: #a07936;
}

.view-style .btn-view.active {
  color: #c7c7c7;
  border-color: #a07936;
  background-color: #a07936;
}

.nav li.active a {
  color: #a07936;
}

.nav_desktop ul li.sub-menu-style2 ul li a:hover {
  color: #a07936;
}

.nav_desktop ul li.sub-menu-style2:hover ul li a:hover {
  color: #a07936;
}

.nav_desktop ul li:hover ul li a:hover {
  color: #a07936;
}

.title-product a:hover {
  color: #a07936;
}

.newsletter .btn-default {
  color: #a07936;
}

.btn-icon:hover {
  color: #a07936;
  border-color: #a07936;
}

.wapper.open {
  left: 270px;
  position: absolute;
  width: 100%;
}

/*Slider*/

.mighty-slider {
  height: 47vw;
  overflow: hidden;
  max-height: 700px;
}

.mighty-slider .frame {
  width: 100%;
  height: 100%;
}

.mighty-slider .frame .slide_element {
  height: 100%;
}

.mighty-slider .frame .slide_element > div {
  float: left;
  height: 100%;
  overflow: hidden;
}

.mighty-slider .frame .mSCover img {
  max-width: none;
}

.mighty-slider .credit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  line-height: normal;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.7) 0 1px 0px;
  color: #CCC;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 4px;
  white-space: nowrap;
  z-index: 1002;
  text-transform: uppercase;
}

.mighty-slider .credit a {
  color: #FFF;
  font-weight: 400;
}

.mighty-slider .infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 30%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 20px;
  z-index: 1002;
}

.mighty-slider .infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  left: 90px;
  right: auto;
  opacity: 0;
}

.mighty-slider .infoBlock2 {
  top: 90px;
  left: 100px;
}

.mighty-slider .infoBlock h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
  color: inherit;
  text-align: left;
}

.mighty-slider .infoBlock p {
  font-size: 16px;
  font-weight: 300;
  margin: 4px 0 0;
}

.mighty-slider .infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.sk-cube-grid {
  width: 60px;
  height: 60px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #de4a4a;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0% {
    transform: scale3D(1, 1, 1);
  }

  70% {
    transform: scale3D(1, 1, 1);
  }

  100% {
    transform: scale3D(1, 1, 1);
  }

  35% {
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0% {
    transform: scale3D(1, 1, 1);
  }

  70% {
    transform: scale3D(1, 1, 1);
  }

  100% {
    transform: scale3D(1, 1, 1);
  }

  35% {
    transform: scale3D(0, 0, 1);
  }
}

.ajax-loading-icon {
  top: 35%;
  left: 47%;
  position: absolute;
}

.warp-loading-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.warp-loading-all {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.warp-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
}

.breadcrumb a {
    color: #808080;
    font-weight: 500;
}

.wrap-suggestion {
  background: #fff;
  width: 35%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.wrap-suggestion .item-suggestion {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 10px;
}

.wrap-suggestion .item-suggestion:last-child {
  border-bottom: none;
}

.wrap-suggestion .item-suggestion.ui-state-focus {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #f0f0f0;
  color: #333;
  font-weight: normal;
  margin: 0;
}

.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
  border-bottom: none;
}

.wrap-cart-modal .modal-content {
  border-radius: 0;
}

.wrap-cart-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a07936;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  opacity: 1;
  z-index: 1;
}

.wrap-cart-modal .text-modal {
  margin-bottom: 5px;
}

.wrap-cart-modal .product-name-modal {
  font-size: 17px;
  padding-right: 20px;
  font-weight: normal;
}

.wrap-cart-modal .price-modal {
  color: #a07936;
  font-size: 16px;
  font-weight: bold;
}

.wrap-cart-modal .price-sale-modal {
  display: inline;
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 13px;
}

.button-modal .btn {
  border-radius: 0;
}

.button-modal .continue-shopping {
  background: #a07936;
}

.related-modal-cart {
  height: 70px;
}

.item-reldated {
  width: 50px;
  height: 70px;
}

.item-reldated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  padding: 1px;
}

.image-cart-modal {
  border: 1px solid #ddd;
  padding: 1px;
}

.image-cart-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-related {
  padding: 0 30px;
}

.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\eaa5';
  font-size: 20px;
  line-height: 70px;
  display: block;
}

.slider-related.owl-theme .owl-buttons div.owl-next:before {
  content: '\eaa6';
  font-size: 20px;
  line-height: 70px;
  display: block;
}

.slider-related .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  width: 25px;
  height: 70px;
  text-align: center;
  opacity: 1;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.slider-related .owl-controls .owl-buttons div.owl-next {
  right: 0;
  width: 25px;
  height: 70px;
  text-align: center;
  opacity: 1;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.item-suggestion .warp-img-suggestion {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}

.item-suggestion .name-suggestion {
  font-size: 15px;
  margin-bottom: 5px;
}

.item-suggestion .price-suggestion {
  margin-bottom: 0;
}

.item-suggestion .price-well {
  margin-right: 10px;
  color: #a07936;
  font-size: 16px;
  font-weight: bold;
}

.item-suggestion .price-sale {
  text-decoration: line-through;
  opacity: 0.7;
  color: #333;
  display: inline;
}

.item-suggestion img.img-suggestion {
  height: 100%;
  width: auto;
}

.slider-thumb {
  border-top: none;
  border-bottom: none;
}

.slider-thumb.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\eaa5';
}

.slider-thumb.owl-theme .owl-buttons div.owl-next:before {
  content: '\eaa6';
}

.slider-thumb .owl-controls {
  margin: 0;
}

.slider-thumb .owl-wrapper-outer {
  padding: 0;
}

.slider-thumb .item {
  margin: 0 10px;
  cursor: pointer;
  /* border: 1px solid #ddd; */
  padding: 0px;
  border-radius: 3px;
}

.slider-thumb .item.active .img-thumb-product {
  border: 1px solid #a07936;
  border-radius: 3px;
}

.slider-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* border: none !important; */
}

.thub-image {
  /* padding: 0; */
  margin-top: 30px;
}

.thub-image .item:hover img {
  border: 1px solid #a07936;
}

.thub-image .item.active img {
  border: 1px solid #a07936;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
  font-size: 25px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev {
  top: 15px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
  top: 15px;
}

.xzoom-preview {
  background: #fff !important;
  border: 0 !important;
}

.advanced-product .ui-state-default {
  border: 1px solid;
  background: #fff;
  border-color: #fff;
  border-radius: 50px;
  top: -7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}


.advanced-product .ui-state-hover {
  background: #383838;
  cursor: pointer;
}
select#other-sort {
    height: 38px;
}

i.demo-icon.icon-th-4 {
    left: 9px;
}

i.demo-icon.icon-th-large-3 {
    left: 9px;
}
.advanced-product .ui-state-active {
  background: #383838;
  cursor: pointer;
}

.advanced-product .box-left {
  margin-bottom: 10px;
}

input:hover, input:focus {
    outline: none;
    /* max-width: 100%; */
    -moz-transition: all 500ms ease;
    /* -webkit-transition: all 500ms ease; */
    -o-transition: all 500ms ease;
    /* transition: all 500ms ease; */
    -moz-backface-visibility: hidden;
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
    /* transition-duration: 0.8s; */
    /* -webkit-transition-duration: 0.8s; */
    /* -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
}

input {
    max-width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}

.keyword-filter {
  border-radius: 5px;
  border-width: 1px;
  padding: 7px 20px;
  width: 100%;
  max-width: 700px;
  font-weight: normal;
  font-size: 13px;
  height: 41px;
  color: #7d7d7d;
  border-radius:  0;
}
.advanced-product .nav_title {
  margin-bottom: 10px;
}

.advanced-product .ui-slider .ui-slider-range {
  background: #f2e4cc;
}
.advanced-product .ui-slider {
  height: 6px;
  top: 10px;
}

.a-row label {
  display: inline;
  color: #888;
  font-weight: 400;
}

.a-row .selection {
  font-weight: 700;
}

.product-available {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.product-available .item-available:hover {
  background: #f3f3f3;
}

.product-available .item-available .num-quantity {
  padding: 0 5px;
  line-height: 25px;
}

.product-available .item-available .price-well {
  font-size: 14px;
  color: #333;
  text-shadow: 0 2px 0 #e9e9e9;
}

.product-available .item-available .price-before {
  font-size: 12px;
  height: 17px;
}

.description-product-detail {
  padding: 0;
}

.description-product-detail ul {
  list-style: none;
}

.description-product-detail li {
  list-style: none;
}

.zoomLens {
  width: 100px !important;
  height: 100px !important;
}

.form-group {
  position: relative;
  min-height: 40px;
}

.form-group .icon-required {
  position: absolute;
  top: 4px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #a94442;
}

#order-list .btn-primary {
  background-color: #428bca !important;
  border-color: #428bca;
  color: #fff;
}

#order-list .btn-pink {
  background-color: #d6487e !important;
  border-color: #d6487e;
  color: #fff;
}

#order-list .btn-grey {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0;
  color: #fff;
}

.captcha-input {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 10px 5px;
  margin-top: 3px;
  border-radius: 5px;
}
form#frm-send-contact .txt-upper {
    border-radius: 5px;
    box-shadow:  none;
    border: none;
}
.btn-reload-captcha {
  color: #383838;
  line-height: 35px;
  font-size: 18px;
}

.nh-video-item .more-blogs {
  margin: 5px 0;
  color: #383838;
}

.nh-video-item .title-video-item {
  font-size: 20px;
  color: #383838;
  margin: 5px 0;
}

.nh-video-item .image-hover i[class*=icon-] {
  opacity: 0.5;
}
.nh-video-item .image-hover i[class*=icon-]:before {
  margin: 0;
}
.result-validate {
  position: relative;
  clear: both;
  font-size: 12px;
}

.file-input .file-caption {
  height: 38px;
}

.file-input .file-actions {
  display: none;
}

.file-input .file-upload-indicator {
  display: none;
}


.bottom-detail-product .tab-content {
  padding: 15px;
  /* margin-bottom: 20px; */
  line-height: 2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.display-theme-1 {
  display: block;
}

.display-theme-2 {
  display: none;
}

.mSCover {
  background-size: cover !important;
}

.nav-right .btn-show-search {
  font-size: 14px !important;
  line-height: 64px;
  width: 50px;
  height: 61px;
  position: relative;
  display: block;
  text-align: center;
}

.nav-right .item-dropdown:hover {
}

.nav-right > .box-search-mobile > .btn-show-search {
  margin: 0;
  padding: 0;
}

.box-product-style2 .nav_title li {
  padding: 0 15px 0 0;
  float:  none;
  display:  inline-block;
}

.box-product-style2 .nav_title li a {
  text-transform: inherit;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  display:  inline;
}

.box-product-style2 .nav_title li a.pdropcap:first-letter {
  font-size: 16px;
  color: #383838;
  font-weight: normal;
  text-transform: lowercase;
  display: block;
  padding: 8px 20px !important;
  position: relative;
}

.box-product-style2 .nav_title li a::before {
  display: none;
}

.box-product-style2 h3:before {
  background-color: #a07936;
}

.box-product-style2 .tab-product .nav_title {
  border: none;
  margin: 15px 0;
  display: block !important;
  text-align:  center;
}

.hotline-box {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 30px 10px 0;
}

.hotline-box i {
  font-size: 199%;
  color: #fedc00;
  margin-right: 20px;
  vertical-align: top;
}

@font-face {
  font-family: MyriadPro-Regular;
  src: url(../fonts/myriadpro-regular-webfont.eot);
  src: url(../fonts/myriadpro-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/myriadpro-regular-webfont.woff) format('woff'), url(../fonts/myriadpro-regular-webfont.ttf) format('truetype'), url(../fonts/myriadpro-regular-webfont.svg#MyriadPro-Regular) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: MyriadPro-Semibold;
  src: url(../font/MyriadPro-Semibold.otf);
}

@font-face {
  font-family: MyriadPro-bold;
  src: url(../font/MyriadPro-Bold.ttf);
}

@font-face {
  font-family: MyriadPro-BoldCond;
  src: url(../fonts/myriadpro-cond-webfont.eot);
  src: url(../fonts/myriadpro-cond-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/myriadpro-cond-webfont.woff) format('woff'), url(../fonts/myriadpro-cond-webfont.ttf) format('truetype'), url(../fonts/myriadpro-cond-webfont.svg#MyriadPro-BoldCond) format('svg');
  font-weight: normal;
  font-style: normal;
}

.bg-main {
}

.nav-tabs-01 .nav-tabs li.active span {
  background-color: #a07936;
}

.nav-tabs-01 .nav-tabs li.active span .demo-icon {
  color: #a07936;
}

.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled {
  color: #a07936;
}

.nav-tabs-01 .nav-tabs li span .demo-icon {
  color: #a07936;
}

.nav-tabs-01 li.active .arrow-left::after {
  border-right-color: #a07936;
  border-right-color: #a07936;
}

.color-main {
  color: #a07936;
}

.title-desc-detail {
  color: #a07936;
}

.btn-primary {
  background-color: #a07936;
  border: 1px solid #a07936;
  color: #fff;
  border-radius: 3px;
  height: 42px;
}

.btn-primary.focus {
  background-color: #ea0009;
  border-color: #ea0009;
}

.btn-primary:focus {
  background-color: #ea0009;
  border-color: #ea0009;
}

.btn-primary:hover {
  background-color: #ea0009;
  border-color: #ea0009;
}

a.btn-primary {
  background-color: #a07936;
  border: 1px solid #a07936;
  color: #fff;
  color: #fff;
}

a.btn-show-search {
  color: #000;
}

.pagination > li > a:focus {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > li > a:hover {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > li > span:focus {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > li > span:hover {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > li.active > a {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > .active > a {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > .active > a:focus {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > .active > a:hover {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > .active > span {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > .active > span:focus {
  background-color: #a07936;
  border-color: #a07936;
}

.pagination > .active > span:hover {
  background-color: #a07936;
  border-color: #a07936;
}

.bg-default {
  background-color: #383838;
}

.btn-default.focus {
  background-color: #e3e3e3;
  border-color: #ea0009;
  color: #ea0009;
}

.btn-default:focus {
  background-color: #e3e3e3;
  border-color: #ea0009;
  color: #ea0009;
}

.btn-default:hover {
  background-color: #e3e3e3;
  border-color: #ea0009;
  color: #ea0009;
}

.jslider .jslider-pointer {
  background: url(../images/jslider.png) no-repeat 0 0;
  background-position: 0 -60px;
}

.jslider .jslider-bg i {
  background: url(../images/jslider.png) no-repeat 0 0;
}

.box-search-mobile {
  float: right;
  margin-right: 15px !important;
}

.box-search-mobile .box-search {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  z-index: 999;
  padding: 20px !important;
  width: 300px;
  left: initial;
}

.box-search-mobile .box-search > .form-inline {
  /* border: none; */
}

.box-search-mobile .box-search > .form-inline > .form-group {
  width: calc(100% - 39px);
}

.box-search-mobile .btn-search {
  right: 0;
  height: 38px;
  background-color: #22b14c;
  border-color: #22b14c;
}
@media (min-width: 768px) and (max-width: 839px) {
    .box-step ul li span {
        display:  block;
        max-width: 150px;
    }
}

@media (min-width: 768px) {
  

  .nav_desktop {
    margin-left: 0;
  }

  .product-detail #nav_detail {
    display: block;
    padding: 0;
  }

  #nav_detail .nav li:first-child a {
    padding-left: 0;
    border-left: none;
  }

  #nav_detail .nav li a {
    color: #aaa;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 300;
    padding: 0 20px;
    position: relative;
  }

  #nav_detail .nav li.active a, #nav_detail .nav li:hover a {
    color: #fff !important;
    background: #a07936;
  }

  #nav_detail .nav li.active a:after, #nav_detail .nav li:hover a:after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    bottom: -10px;
    height: 1px;
    background: #a07936;
  }

  .bottom-detail-product .tab-content {
    padding: 15px;
    /* margin-bottom: 20px; */
  }
}

.item-download {
  height: 150px;
  overflow: hidden;
}

.item-download .media .media-body p {
  height: 40px;
  overflow: hidden;
}

#main_img {
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkbox .level-2 {
  padding-left: 20px;
}

.checkbox .level-3 {
  padding-left: 40px;
}

.checkbox .level-4 {
  padding-left: 60px;
}

.position-relative {
  position: relative;
}

ul.slider-news li {
  list-style: none;
}

ul.main_menu_mega > li > ul {
  position: static;
}

.contacts-list {
  margin: 20px 0;
}

.contact-address-wrap {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.contact-address {
  padding: 5px 15px;
  cursor: pointer;
}

.address-active {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ccc;
}

#add_another_contact {
  margin-top: 15px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  font-size: 14px;
}

.new-contact {
  margin-right: -15px;
  margin-left: -15px;
}

.price-detail-page {
  /* border: none; */
}

.price-detail-page .dvt {
  font-size: 19px;
  color: #202020;
  font-weight: 600;
}

.price-detail-page .price-before {
  text-shadow: none;
  font-size: 14px;
}

.top-detail-product {
  margin-top: 0;
  position: relative;
}

.top-detail-product .code-product {
  margin-bottom: 5px;
  padding: 0;
}

.tag-discount {
  background: #a07936;
  color: #fff;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  position: relative;
}

.tag-discount:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 14px solid #a07936;
  position: absolute;
  top: 0;
  left: -14px;
}

.tag-discount:after {
  content: '';
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
  position: absolute;
  top: 2px;
  right: 92%;
}

.version {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.title-ver {
  margin: 0;
  position: relative;
  line-height: 35px;
}

.btn-ver {
  padding: 2px 5px 0 3px;
  border-radius: 0;
}

.title-name-product {
  margin-bottom: 15px;
  padding: 0;
}

#search-type {
  padding: 0;
  border: none;
  background: #5e5e5e;
  color: #fff;
}

#search-type .dropdown-toggle {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  min-width: 150px;
  display: block;
  font-weight: 300;
}

#search-type .dropdown-toggle .caret {
  color: #fedc00;
}

.status-product {
  /* padding: 0 10px; */
  /* width: auto !important; */
}

.out-of-stock {
  color: #ec353c;
  font-size: 20px;
}

.modal-content {
  border-radius: 0;
}

.title-cart {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  color: #414141 !important;
}

.btn-main {
  border-radius: 0;
  background-color: #a07936;
  border: 1px solid #a07936;
  color: #fff;
}

.btn-main.focus {
  background-color: #ea0009;
  border-color: #ea0009;
}

.btn-main:focus {
  background-color: #ea0009;
  border-color: #ea0009;
}

.btn-main:hover {
  /* background-color: #ea0009; */
  /* border-color: #ea0009; */
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.icon-list-address {
  display: inline-block;
  width: 20px;
}

.list-products-order {
  max-height: 370px;
}

@media (max-width: 767px) {
  .box-step ul li {
    margin-bottom: 15px;
}
  .menu-ft {
    padding: 0;
    margin-bottom: 15px !important;
  }

  .hotline {
    padding: 0;
    margin-top: -50px;
    text-align: right;
  }

  #footer .menu-ft .list-menu-fy {
    display: none;
  }

  #footer .menu-ft h4.title-menu-ft:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    position: absolute;
     right: 0;
    }
    .in-email > .content, .in-email .form-email-news {
        width: 100%;
    }
    .box-product {
        margin-bottom: 30px;
    }
    .box-search > .form-inline > .form-group > .input-group > .form-control {
        width: calc(100% - 50px);
    }
    .box-search > .form-inline > .form-group > .btn-search {
        right: 0px;
    }
}

@media only screen and (max-width: 500px) {
  .gritter-center {
    left: 10% !important;
    right: 10% !important;
  }
}


@media (min-width: 1200px) {
  .box-search .form-inline input.form-control {
    width: 310px;
  }
}

@media (min-width: 992px) {
  .top-product-mon .col-xs-6:nth-child(3n + 1) {
    clear: both;
  }

  .search-product .list-item:nth-child(3n + 1) {
    clear: none;
  }

  .search-product .list-item:nth-child(4n + 1) {
    clear: both;
  }
}

 #menu-button{
    display: none;
}

@media (hover:none) {
    #menu-button{
        color: #fff;
        position: relative;
        height: 50px;
        width: 50px;
        background: #a07936;
        display: block;
        line-height: 50px;
        padding-left: 10px;
        font-size: 22px;
    }
    .menu-vetical.main-menu {
        display: none;
    }
    .item-product.style-view-small:hover{
        display:none;
    }
    .collection-hover-img:hover .collection-img {
    background-color: #f5f5f5;
    }
    .title-blogs-item a:hover {
    color: #383838;
}
}

@media (max-width: 991px) {
  .top-product-mon .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
  
    .in-email > .main-email-news {
        text-align: center;
        width: 100%;
    }
    .choose-bank {
        width: 100%;
    }
    
    div#list-method {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
  .hotline {
    margin: 0;
    text-align: left;
  }

  .dropdown {
    /* float: right; */
  }

  .ab-1-right {
    margin-left: -15px;
    padding-right: 12px !important;
  }

  .ab-1-left {
    padding-right: 0;
    padding-right: 15px;
    margin-left: -5px !important;
  }

  #sub-menu01 li .tab-item {
    padding: 7px 0;
    /* margin-right: -10px; */
  }
}

#cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  line-height: 1;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  display: block;
}

#cssmenu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#cssmenu ul li:hover > ul > li {
  height: auto;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  display: none;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li {
  height: 0;
  transition: height 0.2s ease;
}

#cssmenu ul ul li a {
  padding: 11px 20px;
  width: 250px;
  font-size: 14px;
  background: #e7b000;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}

#cssmenu ul ul li a:hover {
  color: #333;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}

#cssmenu ul ul li:hover > a {
  color: #333;
}

#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  display: none;
}

#cssmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu > ul > li {
  float: none;
}

#cssmenu > ul > li > a {
  padding: 0 20px 0 10px;
  height: 46px;
  font-size: 14px;
  text-decoration: none;
  line-height: 46px;
  color: #333;
  transition: color 0.2s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}

#cssmenu > ul > li:hover > a {
  color: #a07936;
}

#cssmenu > ul > li.active > a {
  color: #a07936;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu li:hover > ul {
  left: auto;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  transition: all 0.25s ease-out;
  display: none;
}

@media all and (max-width: 1920px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (-o-min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-resolution: 192dpi) and (max-width: 1920px), only screen and (min-resolution: 2dppx) and (max-width: 1920px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
  }

  #cssmenu ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul li a {
    width: 100%;
  }

  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu ul ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul ul li a {
    width: 100%;
    padding: 14px 20px 14px 30px;
    font-size: 14px;
    color: #333;
    background: none;
    height: 46px;
  }

  #cssmenu ul ul li a:hover {
    color: #333;
  }

  #cssmenu ul ul li:hover > a {
    color: #333;
  }

  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }

  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul ul li li a {
    padding-left: 50px;
  }

  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }

  #cssmenu #menu-button {
    display: none;
    padding: 25px 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
  }

  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 22px;
    height: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 22px;
    display: block;
    width: 1px;
    height: 11px;
    background: #333;
    z-index: 99;
  }

  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    right: 17px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #333;
    z-index: 99;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu.align-center > ul > li {
    float: none;
    display: block;
  }

  #cssmenu > ul > li {
    float: none;
    display: block;
  }

  #cssmenu > ul > li.has-sub > a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }
}



@media (max-width: 979px) {
  .mighty-slider {
    height: 400px;
    margin-top: 0;
  }

  .infoBlock {
    min-width: 40%;
  }
}

@media (max-width: 768px) {
  .mighty-slider {
    margin: 0 -20px;
    height: 300px;
  }

  .mighty-slider .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
  }

  .mighty-slider .infoBlock h4 {
    font-size: 14px;
    line-height: 17px;
  }

  .mighty-slider .infoBlock p {
    font-size: 12px;
  }

  .product-detail div#nav_detail {
      background: #eee;
      overflow:  hidden;
  }
}

.mighty-slider .frame {
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.mighty-slider .frame .slide_element {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mighty-slider .frame .slide_element > div {
  float: left;
  height: 100%;
}

.mighty-slider .frame .mSCover img {
  max-width: none;
}

/* Animated layers styles */
.transparent {
  opacity: 0;
}

.titres {
  left: 120px;
  bottom: 140px;
  color: #353535;
  text-transform: uppercase;
  -webkit-transform: translateZ(0px) translateX(-100%);
  transform: translateZ(0px) translateX(-100%);
  z-index: 13;
}

.titres .titrePartie {
  top: auto;
  bottom: 38px;
  text-align: left;
}

.titrePartie > span {
  position: relative !important;
  left: 0;
  display: block;
  float: left;
  clear: both;
  padding: 10px 25px;
  background-color: #fff;
  white-space: nowrap;
  letter-spacing: 6px;
}

.titres .titrePartie span.l1,
.titres .titrePartie span.l2 {
  left: -50px;
}

.titrePartie > span.l1 {
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.titrePartie > span.l2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 10px;
}

.titres .sousTitre {
  position: relative !important;
  left: -50px;
  clear: both;
  float: left;
  font-size: 11px;
  color: #353535;
  line-height: 28px;
  padding: 0 25px;
  background-color: #e4e3e5;
  letter-spacing: 2px;
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .titres .titrePartie {
    top: 58px;
  }

  .titrePartie > span {
    padding: 7px 20px !important;
    letter-spacing: 3px !important;
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

@media screen and (max-width: 959px) {

  .titres {
    left: 0px;
    padding-right: 80px;
    padding-left: 30px;
    bottom: 50px !important;
  }

  .titres .titrePartie {
    top: 58px;
  }

  .titrePartie > span {
    padding: 7px 20px !important;
    letter-spacing: 3px !important;
    font-size: 25px !important;
    line-height: 35px !important;
  }

  .titres .sousTitre {
    right: 60px;
  }
}

@media screen and (max-width: 639px) {

  .titres {
    width: 100%;
    padding-right: 80px;
    padding-left: 30px;
    bottom: 50px !important;
  }

  .titres .titrePartie {
    top: 40px;
  }

  .titrePartie > span {
    padding: 5px 15px !important;
    letter-spacing: 2px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    white-space: inherit !important;
  }

  .titres .titrePartie > span.l1 {
    margin-right: 7px;
  }
}

.mighty-slider .frame .slide_2 .mSCaption,
.mighty-slider .frame .slide_3 .mSCaption,
.mighty-slider .frame .slide_4 .mSCaption {
  left: 50%;
  right: 80px;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0);
  cursor: default;
}

.mighty-slider .frame .paper_h {
  font-size: 64px;
  font-weight: 500;
}

.mighty-slider .frame .paper_p {
  font-size: 34px;
  font-weight: 200;
  line-height: 40px;
}

.mighty-slider .frame .slide_1 .mSVideo {
  display: none !important;
}

.mighty-slider .frame .slide_1 .paper_intro {
  position: absolute;
  left: 80px;
  color: #FFF;
}

.mighty-slider .frame .slide_1 .paper_p {
  font-size: 28px;
  line-height: 34px;
  margin-top: 12px;
}

.mighty-slider .hover {
  bottom: 20px;
  right: auto;
  left: 20px;
  padding: 4px 6px;
  border-radius: 5px;
  line-height: normal;
}


.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.banner.hover-zoom {
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1e3;
}

.banner .banner-image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.banner.hover-zoom .banner-image {
  -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1) 0s;
  -o-transition: all .3s cubic-bezier(.3,.1,.58,1) 0s;
  transition: all .3s cubic-bezier(.3,.1,.58,1) 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1e3;
}

.banner .row {
  position: relative;
  height: 100%;
  z-index: 2;
  max-width: 92.30769em!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.banner .row .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner .row .banner-content.valign-middle {
  bottom: 50%!important;
  top: auto!important;
  -webkit-transform: translateY(50%)!important;
  -moz-transform: translateY(50%)!important;
  -ms-transform: translateY(50%)!important;
  -o-transform: translateY(50%)!important;
}

.banner .row .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner .row .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner .row .banner-content .banner-inner h3 {
  font-size: 280%;
  line-height: 100%;
  margin: 12px 0;
}

.banner .row .banner-content .banner-inner h4 {
  font-size: 200%;
  line-height: 100%;
  margin: 6px 0;
}

.banner .row .banner-content.align-left {
  left: 10%;
  right: auto;
}

.banner .row .banner-content.valign-top {
  top: 10%!important;
  bottom: auto!important;
}

.banner .row .banner-content.align-center {
  text-align: center;
}

.banner .row .banner-content.valign-top {
  top: 10%!important;
  bottom: auto!important;
}

.banner .row .banner-content.align-right {
  right: 10%;
  left: auto;
}

.banner.hover-zoom:hover .banner-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.breadcrumb>li+li:before {
  content: "\002F";
  font-family: FontAwesome;
  color: #000;
  padding: 0 3px;
}

.share-box .share-it {
  float: left;
  font-weight: 700;
  line-height: 50px;
  margin-right: 15px;
}
.sort-by-product .item-dropdown {
    padding:  4px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.title-block h2 {
    font-size:  20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 35px;
}
.title-block h2 .primary-title {
    color: #a07936;
    font-weight: 700;
}
.list-product ul {
    padding-left: 20px;
}

.hot-products .title-block {
    text-align:  center;
}

.about-company-intro-detail {
    padding-top: 25px !important;
    /* padding-bottom: 30px !important; */
}

.hot-products {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    /* padding-top: 30px !important; */
    padding-bottom: 0px !important;
    background-color: #f6f6f6 !important;
}

.hot-products .item-product .content-item {
    background-color: #fff;
    /* border: 1px solid #d7d7d7; */
    /* margin: 5px -10px; */
    /* padding: 15px; */
}

.progress-group span.bar-label {
    font-size: 100%;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -25px;
    text-transform: uppercase;
    z-index: 10;
}

.progress-group .progress {
    position:  relative;
    overflow:  unset;
    margin-top: 50px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.67px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 10px;
    margin-bottom: 80px;
}
.progress-group .progress:last-child {
  margin-bottom: 0;
}
.progress-bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    box-shadow:  none;
}

.progress-group span.bar-number {
    opacity: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -45px;
    right: -15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #666;
    text-align: center;
    line-height: 30px;
    color: #a07936;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}

.about-us-ss-2 .panel.panel-default {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow:  none;
}

.about-us-ss-2 {
    margin-bottom: 25px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background-color: #fafafa !important;
    border-top-color: #ebebeb !important;
    border-top-style: solid !important;
    border-bottom-color: #ebebeb !important;
    border-bottom-style: solid !important;
}

.about-us-ss-1 {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
}

.about-us-ss-2 .panel-default>.panel-heading {
    background: #fcfcfc;
    color: #a07936;
}


.content-with-text > div {
    float:  left;
}

p.content-text {
    float: right;
    width: calc(100% - 35px);
    line-height: 30px;
}

.content-with-text {
    margin-top: 30px;
}

.top-list-blogs-subpage .sort-by-product .item-dropdown {
    border: none;
    font-weight: 600;
    padding: 5px 15px 5px 0;
}

.mighty-slider {
    margin: 0 !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #869791 !important;
}

.product-detail button.navbar-toggle {
    margin: 0;
}


.menu-vetical:hover .nav_desktop {
    display: block;
}

.bs-docs-sidenav span.name {
    width: 30px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    position:  relative;
    top: -3px;
}

.menu-vetical .nav_desktop li a i {
    font-size: 20px;
    position:  relative;
    top: 3px;
    color:  #000;
    font-weight: 700;
}
.menu-vetical .nav_desktop li a:hover i {
    color: #f3b92e;
}

.form-email-news ~ div {
    height: 43px;
    position: relative;
    padding: 15px;
}
.form-email-news ~ div > * {
    position: relative;
    top: -40px !important;
}
.form-control:focus {
    box-shadow: none;
}

@media (hover:none) {  
  .product-detail div#nav_detail {
      background: #eee;
  }
  #nav_detail {
    padding: 0;
  }
  .wsmain .navtext > i {
    display: none;
  }
}



/* Responsive Improvements */
@media (max-width: 767px) {
  .mighty-slider .frame .mSSlide:not(.slide_1) .paper_h {
    font-size: 28px;
  }

  .mighty-slider .frame .mSSlide:not(.slide_1) .paper_p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .coppyright {
    text-align: center;
  }
}


/* Trang chu */

a:hover {
    color: #c6021f;
}

.collection-hover-img:hover .collection-img{
    background-color: #F2E4CC;
}

.ts-imagehover-style2.active .mask, .ts-imagehover-style2.ts-trigger-hover:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    transform: translate(0px,0);
}

.ts-imagehover .content, .ts-imagehover .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.ts-imagehover-style2 .mask {
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(460px,-100px) rotate(180deg);
    -moz-transform: translate(460px,-100px) rotate(180deg);
    -o-transform: translate(460px,-100px) rotate(180deg);
    -ms-transform: translate(460px,-100px) rotate(180deg);
    transform: translate(460px,-100px) rotate(180deg);
    -webkit-transition: all .2s .4s ease-in-out;
    -moz-transition: all .2s .4s ease-in-out;
    -o-transition: all .2s .4s ease-in-out;
    -ms-transition: all .2s .4s ease-in-out;
    transition: all .2s .4s ease-in-out;
}

.ts-imagehover-style2 img {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ts-imagehover .mask .ts-image-hover-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ts-imagehover h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px 5px;
    background: rgba(0,0,0,.8);
    margin: 20px 0 0;
}

.ts-imagefloat-center {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.ts-image-hover-frame {
    max-width: 100%;
    display: block;
}

.ts-image-hover-frame>.ts-fluid-wrapper {
    margin: 0;
    overflow: hidden;
}

.ts-image-hover-frame>.ts-fluid-wrapper>div {
    position: relative;
}
.collection-img{
    margin: 0 auto 0px auto;
    float: none;
    padding: 0px 0px;
    background-color: #f5f5f5;
    object-fit: cover;
    width: 270px;
    height: 270px;
    font-size: 270px;
    line-height: 270px;
    display: inline-block !important;
}

.collection-icon-title{
        width: auto !important;
    color: #000000;
    font-size: 25px;
    font-weight: inherit;
    text-align: center;
}

.collection-content{
        margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}
.collection-detail-wrapper{
    text-align: center;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.heading_title{
    padding-bottom: 20px;
    background: url(../images/line_star.png) no-repeat 50% 100%;
    text-transform: uppercase;
}
.heading_h4_color, h4, .h4 {
    color: #010101;
}

h4, .h4 {
    font-family: 'Arsenal', sans-serif;
}
.homepage-company-intro{
    background: url(../images/home-banner-01.jpg) no-repeat 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    height: 38vw;
    max-height: 560px;
}

/* Trang san pham */

.shop__banner {
    margin: 0 0 50px;
}

.product-category h4.heading_title {
    display: none;
}

.product-category .checkbox {
    margin: 0;
    padding-left: 15px;
}

.sort-by-product:hover .form-control {
    outline: none;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}

.view-style .btn-view:hover {
    color: #c7c7c7;
    border-color: #a07936;
    background-color: #a07936;
}

.btn-shop-cart {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.social-icons ul li {
    float: left;
        padding: 0 !important;
    list-style: none;
    border-width: 0;
}

.social-icons ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    color: #202020;
    padding: 15px 0;
}

.social-icons ul li a:hover {
    background-color: #000;
    color: #fff;
}

.social-icons {
    float:  right;
    height: 100%;
}

span.compare-product-title {
    color: #222;
    font-size: 12px;
    position: relative;
    line-height: 45px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    transition: all 350ms ease;
}

.mini-cart-order span.compare-product-title {
    line-height: 66px;
}

.mini-cart-order span.compare-product-title:before{
    content: "";
    width: 1px;
    height: 20px;
    border-width: 0 0 0 1px;
    position: absolute;
    top: 21px;
    right: auto;
    bottom: auto;
    left: -15px;
    box-sizing: border-box;
    background: #d9d9d9;
    color:  #000;
}

.company-intro-banner {
    text-align:  center;
    margin-top: 60px;
}

.company-intro-description {
    text-align:  center;
    color: #fff;
    margin-top: 30px;
}

input:hover, input:focus {
    /* outline: none; */
    /* -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
}

figcaption.figure-caption {
    margin-top: 15px;
    color: #fff;
}

.title-block {
    margin-bottom: 40px;
    margin-top: 30px;
}

.homepage-news-section .item-blogs .desc-blogs {
    height: 18px;
}

.homepage-news-section .item-blogs.clearfix {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.homepage-news-section .list-item.view-list {
    margin: 0;
}

.homepage-news-section .btn-view-more {
    display:  none;
}

.homepage-news-img {
    padding-bottom: 70px;
    padding-top: 20px;
}

.homepage-news-section .view-list .item-blogs .img-blogs {
    padding-top: 19.4444%;
}

.in-email .heading_title {
    margin-bottom: 55px;
}

.content {
    float:  none;
    text-align:  center;
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
}

.newsletter {
    margin-bottom: 15px;
}

#frm-reg-email .btn-send-reg-email:hover:before {
    background: #fff;
    color: #a07936;
}

.collection-hover-img {
    margin-bottom: 60px;
    text-align:  center;
}

.top-detail-product h1.title-name-product {
    color: #202020;
    font-size: 200%;
    text-transform:  none;
    font-weight:  500;
}

.mightyslider_modern_skin {
    background: #f5f5f5 !important;
}


.btn-cart.btn-pay.btn-add-cart-two:hover {background:  #a07936 !important;border-color:  #a07936 !important;}

.bottom-detail-product #nav_detail .nav li a {
    padding: 10px 20px !important;
    font-weight: normal;
    text-transform: capitalize;
    margin:  0 !important;
    color: #515151;
}

.bottom-detail-product #nav_detail .nav li.active a:after, #nav_detail .nav li:hover a:after{
    display: none;
}

.bottom-detail-product {
    background: #ffff;
    padding: 0;
}

.bottom-detail-product .navbar {
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    min-height:  auto;
    border-radius: 0 !important;
}

.conten_item_quote {
    padding: 80px 35px;
    font-family: georgia;
    font-style: italic;
    font-size: 30px;
    line-height: 2em;
    margin-bottom: 15px;
}

.content_blog .content_blogs.regular_image .wd_item_blog > div {
    height: 100%;
}

.content_infor {
    position: relative;
}

.content_infor:before, .content_blog .conten_item_quote .content_infor:before {
    content: "\201C";
    font-family: "Playfair Display";
    font-size: 150px;
    color: #519aa3;
    font-style: normal;
    position: absolute;
    top: -50px;
    right: auto;
    bottom: auto;
    left: 0;
}

.content_infor a, .content_blog .conten_item_quote .content_infor a {
    font-size: 20px;
    font-style: normal;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -60px;
    left: auto;
    color: #519aa3;
}

.view-list .conten_item_quote {
    padding: 70px 15px;
}

.cate-item.box-blogs .info {
    padding: 15px 30px;
}

.item-blogs .info {
    /* padding: 15px; */
}

h2.widget-title {
    font-size: 133%;
    letter-spacing: 0.5;
    margin: 30px 0 20px;
}
.owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d9d9d9;
}

.top-detail-product .btn-compare {
    color: #000;
    border:  transparent;
    font-size: 16px;
    padding: 15px 0;
}

.top-detail-product .btn-compare:hover {
    color:  #a07936;
}

.product-category .title-block {
    display:none;
}


.owl-theme .owl-controls {
    margin: 20px 0;
    position: static;
    text-align: center;
}

.owl-pagination {
    position:  static;
}
.section-client{
    padding-top: 35px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
}
.action-product-view-list{
    display: none;
}

.product-category .view-list .action-product-view-list{
    display: table;
}
.product-category .view-list .action-product{
    display: none;
}

.action-product-view-list a {
    color: #202020;
    margin: 0 24px 0 0 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform:  uppercase;
    float: left;
    position: relative;
    display: inline-block;
    width: auto !important;
}

.content-item {
    display:  flex;
}

.action-product-view-list .btn-compare {padding: 0;}

.product-category .view-list .hover-action-product:hover .img img {
    margin-top: 0;
}
.action-product-view-list a i {
    padding-right: 5px;
    font-size: 18px;
}
.product-category .view-list .status-product {
    right:  auto;
    left: 25%;
}
.news-detail .heading_title {
    font-size: 133%;
    letter-spacing: 0.5;
    /* margin: 0 0 20px; */
    background:  none;
    padding-bottom: 0;
    text-align: left !important;
    margin-top: 0;
}

.news-detail .title-blogs-item a{
    font-size: 15px !important;
}
.news-detail .detail-post {
    margin-bottom: 50px;
}

.news-detail .block-news .view-list .btn-view-more {
    display:  none;
}

.box-blogs .item-blogs {
    margin-bottom: 15px;
    /* padding: 15px; */
}


.action-product-view-list a:hover {
    color: #a07936;
}

.homepage-news .item-blogs.clearfix {
    display: table;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-bottom:  1px solid #d9d9d9;
}
.homepage-news .btn-view-more{
    display: none;
}
.rb_row_left {
    /* display: table-cell; */
    width: 100px;
    text-align: center;
    text-transform: uppercase;
}

.rb_row_left span:first-child {
    font-size: 140%;
    color: #fff;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background-color: #a07936;
}

.rb_row_left span {
    display: inline-block;
    width: 100%;
    float: left;
}

.rb_row_left span:nth-child(2) {
    font-size: 357%;
    line-height: 1em;
    border-width: 0 1px 1px 1px;
    padding: 10px 5px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #ddd;
}

.homepage-news .list-item.box-blogs.view-list:last-child .item-blogs {border-bottom:  none;}


.sale-advertise-content {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    background-color: #ffffff !important;
}
.single-img {
    width: 100%;
}
.sale-advertise-section {
    margin-top: -20px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-image: url(/uploads/plugin/custom_img/2018-09-10/1536550241-865378700-custom.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    position: relative;
    left: 14.5px;
    box-sizing: border-box;
    width: 100%;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    text-align:  center;
}
.sale-advertise-section .sale-advertise-content {
    max-width: 1170px;
    margin:  auto;
    width: 100%;
}
.item-product-carousel.hover-action-product:hover .action-product {
    margin: 0;
    background: transparent;
}

.item-product-carousel.hover-action-product:hover {
    box-shadow: none !important;
}
.item-product-carousel .price.price-inline {
    float:  left;
}
.item-product-carousel .media-body {
    padding: 5px 15px 5px 0;
    z-index: 2;
    width: calc(66.66% - 15px);
    float:  left;
}
.vc_custom_1464765712303 {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 80px !important;
    background-color: #fff4f6 !important;
    padding-left: 30px;
}

.vc_custom_1464765719947 {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    padding-left: 30px !important;
    padding-right: 30px;
    background-color: #e9f1f2 !important;
}
h2{
    font-size: 20px;
}
.advanced-product .view-list .hover-action-product:hover .img img{
    margin-top: 0;
}

.advanced-product .view-list .hover-action-product:hover .action-product{
    display:  none;
}
.advanced-product .status-product {
    left: 40px;
}
@media only screen and (max-width:1200px){
    .cate-item.box-blogs .info {
      padding: 15px;
  }
    .vc_custom_1464765719947 {
      padding: 15px !important;
  }
  .vc_custom_1464765712303 {
      padding: 15px !important;
  }

    .wsmenu-submenu {
      border: none;
      box-shadow: none;
    }
    .wsmenu-list li:hover > .megamenu {
      background-image: none;
      height: inherit;
  }
    .conten_item_quote {
    font-size: 26px;
    padding: 80px 15px;
}
.news-detail .view-list .item-blogs .img-blogs {
    padding-top: 60%;
}
.homepage-company-intro{
    height: auto;
}
.footer-mid {
  font-size: 14px;
}
.home div#header {
    position:  static;
}

.footer-mid p, .footer-mid .list-menu-fy
 a {
    font-size: 12px;
}
.item-blogs .img-blogs {
    margin-bottom: 0;
}
  .mini-cart-order span.compare-product-title:before {
    display: none;
}
.news-detail .item-blogs {
    padding: 0;
}

.news-detail .view-list .item-blogs .img-blogs {
    width: 50%;
}

.news-detail .title-blogs-item a {
    font-size: 12px !important;
    height: 40px;
}

.news-detail p.more-blogs {
    font-size: 12px;
}
.item-blogs {
     padding-bottom: 0px; 
}
.product-detail button.navbar-toggle {
    display: none;
}
.homepage-news .block-news .row {
    display: flex;
}
.homepage-news-img {
    padding-bottom: 35px;
    padding-top: 20px;
    height: 100%;
}
.single-img {
    object-fit: cover;
    height: 100%;
}
.nav-desktop{
    display: none;
}
.nav-mobile{
    display: block !important;
}
.slider-product.owl-theme .owl-controls .owl-buttons div {
  top: 60%;
}
}
.slider-product.owl-theme .owl-controls .owl-buttons div {
  top: 60%;
}
.nav-mobile{
    display:none ;
}

@media only screen and (max-width:1023px){
    .homepage-news p.desc-blogs {
    height: 45px;
}
    .news-detail .view-list .item-blogs .img-blogs {
    /* padding-top: 100%; */
}
    body{/* font-size: 90%; */}
    .col-sm-3.collection-hover-img {
        clear: none;
    }
    .rb_row_left span:first-child {
        font-size: 240%;
        line-height: 1.2em;
    }
    .rb_row_left span:nth-child(2) {
        line-height: 1em;
    }
    .megamenu {
        left: 0;
    }
    .wstliststy05 li:not(.wstheading) > a:before {
        display: none;
    }



    .wsmenu-list li > .megamenu {
        background-image: none;
        width: 97%;
    }
}

@media only screen and (max-width:767px){
    .box-product-style2 .tab-product .pull-right .hidden-pc{
    }
    .homepage-news .block-news .row {
    display: inline-block;
}
    .product-detail button.navbar-toggle {
    display: inline;
}
    .homepage-news-img {
    padding-bottom: 15px;
}
    .news-detail .view-list .item-blogs .img-blogs {
    padding-top: 38.22222%;
}
    .title-product {
    width: 100%;
}

.product-category .cate-item.list-item.view-list {
    width: 100%;
}

.product-category .view-list .action-product-view-list {
    display: inline-block;
}

.title-product a {
    font-size: 15px;
}

.price {
    float: left;
    margin-bottom: 15px;
}

.footer-mid {
    padding-top: 15px;
}
.textwidget img {
    width: 100%;
}
.sale-advertise-content {
    padding-left: 15px;
    padding-right: 15px;
}
.about-company-intro-detail {
    padding: 15px !important;
}
.progress-group .progress {
    margin-top: 25px;
}
.vc_custom_1464765719947 {
    /* margin-left: 15px; */
    /* width: 92%; */
}
.vc_custom_1464765712303 {
    /* width: 92%; */
}
.news-detail .box-blogs.view-list .info{
    padding: 15px;
}
.product-category .view-list .status-product {
    left: 20%;
}
.item-product-small .status-product {
    right: 10px;
}
.product-left-right .media-left {
    padding-top: 40%;
}
.box-product-style2 .nav_title li {
    float:  left;
}

.box-product-style2 .nav_title li.dropdown.responsivetabs-more {
    float:  right;
}
}
@media only screen and (max-width:888px) and (min-width: 768px){

    .menu-footer-vertical.box-ft {
        padding: 30px 0 0;
    }
    
    .footer-mid .col-sm-3 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:523px){
    .form-group>.input.text {
        margin-top: 10px;
    }
}

.media a.item-action {
    background-color: #fff;
    margin: 0px -2px;
    border:  none;
}

.item-product-carousel .status-product {
    left: 25px;
    right: 0;
}

.item-product-small .status-product {
    top: 10px;
}

.slider-product .owl-controls {
    margin-top:  0;
}

.nav-desktop {
    margin:  inherit;
    float:  none !important;
}

.nav-desktop.navbar-nav>li {
    float: none !important;
}

.mightyslider_modern_skin .mSButtons {
	z-index: 10 !important;
}
.mightyslider_modern_skin .mSPages {
	z-index: 11 !important;
}

.about-content p, .vc_column-inner p {
    text-align: justify !important;
}
.box-blogs.view-list .title-blogs-item a {
    height: 1.35em;
    /* font-size: 30px !important; */
}

.box-blogs.view-list .item-blogs .desc-blogs {
    height: 3.6em;
    /* font-size: 20px; */
}

.box-blogs.view-list a.btn.btn-view-more {
    padding: 5px 10px !important;
}
.note-payment {
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom:  25px;
    margin-left:  15px;
    margin-right: 15px;
}
.note-payment p {
    padding:  10px;
    margin: 0;
}

.content-preview .top-detail-product {
    margin: 0;
}

.content-preview  .product-detail {
    min-height: auto;
}

#preview-product-modal button.close {
    z-index: 1111;
    position:  absolute;
    right: 8px;
    top: 5px;
    font-size: 28px;
}

.content-preview .select-item-product .top-detail-product .box-images {
    width: 40%;
    float: left;
}

.content-preview .select-item-product .top-detail-product .info-product {
    width: 60%;
    float: left;
}

.lg-on div#preview-product-modal {
    opacity: 0;
}

/*404*/
.page-four {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
.page-four>.logo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.page-four>div>h1 {
  width: 100%;
  font-size: 160px;
  font-weight: bold;
  line-height: 160px;
}
.page-four>div:nth-child(2) {
  margin-bottom: 50px;
}
.page-four>div:nth-child(2)>p {
  font-weight: 300;
  font-size: 24px;
}
body.page-404 {
    max-width: initial;
    min-height: 100vh;
}

.box-product .box-detail-list-product {
    margin-bottom: 10px;
}
.view-list .action-product-view-list a.item-action.btn-shop-cart {
    border:  none;
}
.view-list .content_infor {
    font-size: 21px;
}

.view-list .content_infor a {
    bottom: -30px;
}
.cate-item.view-list {
    width: 100%;
}
.bottom-detail-product img, .ckeditor-post img {
    height: auto;
}
.bottom-detail-product #nav_detail li.active a {
    color: #a07936;
}
.language-box a.dropdown-toggle {
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    font-family: 'Oswald-medium';
    text-transform: uppercase;
    font-weight: 500;
    transition: all 350ms ease;
}
#footer .box-right.language-box .item-dropdown {
    float: left;
    margin-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .nav-right .btn-show-search {
        font-size: 14px !important;
        line-height: 64px;
        width: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-mid .col-sm-3 {
        width: 50%;
    }
    .footer-mid .col-sm-3:nth-child(2n+1) {
        clear: both;
    }
}
