/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.laha_veticalmenu {
  width: 280px;
  padding-right: 15px;
  position: relative;
}
.laha_veticalmenu.lh_hide ul#mega_menu {
  visibility: hidden;
}
.laha_veticalmenu.lh_hide ul#mega_menu > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0;
}
.laha_veticalmenu.lh_hide.active ul#mega_menu {
  visibility: visible;
}
.laha_veticalmenu.lh_hide.active ul#mega_menu > li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: white;
}
.laha_veticalmenu #mega-menu-title {
  cursor: pointer;
  margin: 0;
  padding: 13px 15px;
  font-size: 14px;
  text-transform: uppercase;
  background: #FF0000;
  color: #fff;
  font-weight: 600;
  line-height: 1.6em;
}
.laha_veticalmenu #mega-menu-title i {
  font-size: 18px;
  top: 3px;
  left: -3px;
}
.laha_veticalmenu .lh_box__menu {
  position: absolute;
  background: white;
  width: calc(100% - 15px);
}
.laha_veticalmenu .lh_box__menu ul {
  list-style: none;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li {
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li:before {
  content: "";
  width: 0;
  height: 100%;
  background: transparent;
  left: 0;
  position: absolute;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li.menu-item-has-children > a > i {
  opacity: 1;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li i {
  min-width: 20px;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li i.lh_icon {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 12px;
  opacity: 0;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li a {
  padding: 10px 20px;
  line-height: 1.6em;
  margin: 0;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  display: block;
  border-right: none;
  list-style: none;
  color: black;
  z-index: 1;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > a {
  border-top: 1px solid #1d2129;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li:hover:before {
  background: #8b8b8b7d;
  width: 100%;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li:hover > a {
  color: #ffffff;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li:hover > .sub-menu {
  opacity: 2;
  visibility: visible;
  left: 100%;
  z-index: 1;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li:hover > .sub-menu > li {
  position: relative;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li:hover > .sub-menu > li:hover > a {
  color: #ffffff;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu {
  cursor: pointer;
  position: absolute;
  left: 110%;
  background: #34495e;
  width: calc(100%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  -webkit-box-shadow: 0 0 2px 1px #2a2a2a;
  -moz-box-shadow: 0 0 2px 1px #2a2a2a;
  box-shadow: 0 0 2px 1px #2a2a2a;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li {
  margin: 0;
  background: white;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-bottom: 1px solid #2c3e50;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li a:before {
  content: "";
  width: 0;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li a:hover {
  color: #ffffff;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li a:hover:before {
  width: 100%;
  background: #31629f;
  z-index: -1;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li:hover > .sub-menu {
  opacity: 2;
  visibility: visible;
  left: 100%;
  z-index: 1;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li:hover > .sub-menu > li {
  position: relative;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu li:hover > .sub-menu > li:hover > a {
  color: #ffffff;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu > li > ul.sub-menu {
  cursor: pointer;
  position: absolute;
  left: 110%;
  background: #34495e;
  width: calc(100%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 2px 1px #2a2a2a;
  -moz-box-shadow: 0 0 2px 1px #2a2a2a;
  box-shadow: 0 0 2px 1px #2a2a2a;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  border-bottom: 1px solid #2c3e50;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
  content: "";
  width: 0;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #ffffff;
}
.laha_veticalmenu .lh_box__menu ul#mega_menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover:before {
  width: 100%;
  background: #31629f;
  z-index: -1;
}

.header-wrapper.stuck .laha_veticalmenu.lh_home ul#mega_menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header-wrapper.stuck .laha_veticalmenu.lh_home ul#mega_menu > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0 !important;
}
.header-wrapper.stuck .laha_veticalmenu.lh_home.active ul#mega_menu {
  visibility: visible;
  opacity: 1;
}
.header-wrapper.stuck .laha_veticalmenu.lh_home.active ul#mega_menu > li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 44px !important;
}

main#main {
  background: url("images/bgimg.jpg");
}

.laha_header .img_hotline {
  position: absolute;
  top: 10px;
  left: -38px;
}
.laha_header .img_hotline i {
  font-size: 24px;
  color: #34495e;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-wrapper form.searchform {
  padding: 0.26em;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-wrapper form.searchform input {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-wrapper form.searchform button {
  width: 60px;
  font-size: 12px;
  height: 33px;
}
.header-wrapper ul.nav-spacing-xlarge > li {
  margin: 0 20px;
}

.laha_header .text_hotline {
  display: block;
  font-weight: 600;
  color: #34495e;
  font-size: 13px;
}
.laha_header .phone-order {
  color: #34495e;
  font-weight: bold;
  font-size: 16px;
}

.hover_collection a:before {
  position: absolute;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.hover_collection a:after {
  z-index: 2;
  position: absolute;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hover_collection:hover a:before,
.hover_collection:hover a:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a.button.header-cart-link {
  font-size: 1em;
}

.section_like_product .lh_box_product__typeone {
  border-right: 1px solid #f5f5f5;
}
.section_like_product .lh_box_product__typeone:hover a:before {
  opacity: 1;
}
.section_like_product .lh_box_product__typeone:hover .lh_popup {
  top: 50%;
  opacity: 1;
}
.section_like_product span.lh_price__sales {
  background: #ffba00;
  font-size: 11px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
  padding: 0;
}
.section_like_product .product_typeone__cotent {
  background: #ffffff;
  padding: 15px;
}
.section_like_product .product_typeone__cotent h4, .section_like_product .product_typeone__cotent span.amount {
  color: #ff0304;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  font-weight: 700;
  margin: 0;
}
.section_like_product .product_typeone__cotent span.lh_price__sale span.amount {
  text-decoration: line-through;
  font-size: 13px;
  color: #959595;
  display: inline-block;
  line-height: 20px;
  font-weight: 400;
  margin-right: 10px;
}
.section_like_product h2.title-head {
  margin: 0;
  font-size: 18px;
  background: #34495e;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 238px;
  font-weight: 600;
  position: relative;
  top: 0;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 222px;
  text-transform: uppercase;
  float: left;
}
.section_like_product h2.title-head.has-padding {
  padding-left: 45px;
}
.section_like_product h2.title-head img {
  position: absolute;
  left: 15px;
  top: 10px;
}
.section_like_product h3.title {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 44px;
}
.section_like_product .tab_border {
  position: relative;
  height: 45px;
  background: #fff;
  padding: 0;
  border-top: 2px solid #34495e;
  display: inherit;
  text-align: right;
}
.section_like_product .tab_border .tab:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid #34495e;
}
.section_like_product .tab_border .active:before {
  width: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #34495e;
  z-index: 1;
}
.section_like_product .tab_border .active a {
  color: #34495e;
}
.section_like_product .tab_border a {
  padding: 0 15px;
  font-weight: 600;
  line-height: 43px;
  font-size: 14px;
  color: #555;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section_like_product .tab_border a:hover {
  color: #ffffff;
  background: #006699;
}
.section_like_product .tab_border .lh_view__all {
  cursor: pointer;
  padding: 0 15px;
  font-weight: 600;
  line-height: 43px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #34495e;
}
.section_like_product .tab_border .lh_view__all:hover {
  color: #2a2a2a;
}
.section_like_product .box_product__left {
  width: 218px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.section_like_product .box_product__left:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section_like_product .box_product__left img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.section_like_product .box_product__left:hover:before {
  opacity: 1;
  z-index: 1;
}
.section_like_product .box_product__left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section_like_product div.box_product__right {
  width: 100%;
  padding-top: 20px;
}
.section_like_product div.box_product__right .row {
  margin: 0;
}
.section_like_product .padding-small {
  padding: 0;
}
.section_like_product .lh_starrating {
  margin-bottom: 0;
}
.section_like_product .star-rating {
  margin: 0;
  height: 23px;
  line-height: 23px;
  font-size: 11px;
}
.section_like_product .star-rating:before {
  color: #34495e;
  font-size: 11px;
  text-shadow: 0 0;
}
.section_like_product .star-rating span {
  font-size: 11px;
}
.section_like_product .star-rating span:before {
  color: #34495e;
}
.section_like_product .product_typeone__image {
  background: #ffffff;
  position: relative;
}
.section_like_product .product_typeone__image img {
  height: 210px;
  object-fit: contain;
}
.section_like_product .product_typeone__image > a {
  display: block;
}
.section_like_product .product_typeone__image > a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section_like_product .lh_popup {
  opacity: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section_like_product .lh_popup a {
  padding: 8px 15px;
  background: #34495e;
  color: #ffffff;
  font-size: 12px;
}
.section_like_product .laha-product-item .owl-nav button {
  position: absolute;
  top: 50%;
  right: 0;
  height: 43px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.section_like_product .laha-product-item .owl-nav button.owl-prev {
  left: 0;
}
.section_like_product .laha-product-item .owl-nav button.owl-prev span {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.section_like_product .laha-product-item .owl-nav button.owl-next {
  right: 0;
}
.section_like_product .laha-product-item .owl-nav button.owl-next span {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.section_like_product .laha-product-item .owl-nav button span {
  font-size: 22px !important;
  background-color: #eee;
  color: #34495e;
  padding: 6px 8px 10px;
  margin: 0;
  line-height: 1em !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section_like_product .laha-product-item .owl-nav button:hover span {
  background: #34495e;
  color: #ffffff;
}
.section_like_product .laha-product-item .owl-dots {
  display: none;
}

section.section.lh_padding-0 {
  padding: 0;
}

h3.lh_subtitle {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  padding: 25px 0 15px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  color: #34495e;
  text-transform: uppercase;
}
h3.lh_subtitle:before {
  width: 80px;
  height: 2px;
  background: #34495e;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section-laha-blog-container {
  padding-bottom: 40px;
}
.section-laha-blog-container .box_blog_decription .lh_cotent p {
  z-index: 999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #707070;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
}
.section-laha-blog-container .box_blog_decription .lh_cotent p i {
  margin-right: 10px;
  color: #34495e;
}
.section-laha-blog-container .box_blog_decription h2.title {
  margin: 5px 0;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.section-laha-blog-container .box_blog_decription h2.title a {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.section-laha-blog-container .lh_box_blog {
  border: 1px solid #eeeeee;
  padding: 15px;
  background: #ffffff;
}
.section-laha-blog-container .lh_box_blog img {
  height: 225px;
  object-fit: cover;
}

div.form-lh {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0;
  padding-top: 47px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
div.form-lh input[type=email] {
  max-width: 430px;
  width: 100%;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  box-shadow: none;
  outline: none;
}
div.form-lh input[type=email]::placeholder {
  font-size: 14px;
}
div.form-lh input[type=submit] {
  border-radius: 3px;
  padding: 10px 35px;
  line-height: normal;
  font-size: 15px;
  background: #ffba00;
  color: #fff;
  margin-right: 0;
  margin-left: 10px;
}

.padding_bottom0 .col {
  padding-bottom: 0;
}

div.footer-widgets {
  padding: 40px 0 20px;
}
div.footer-widgets span.widget-title {
  font-size: 16px;
  text-transform: capitalize;
}
div.footer-widgets h4.title-menu4.icon_none_first {
  font-size: 14px;
  line-height: 1.7em;
}
div.footer-widgets a, div.footer-widgets ul, div.footer-widgets li, div.footer-widgets .item {
  font-size: 14px;
}

#shop-sidebar {
  font-size: 14px;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 1px #eeeeee;
  -moz-box-shadow: 0 0 5px 1px #eeeeee;
  box-shadow: 0 0 5px 1px #eeeeee;
}
#shop-sidebar span.widget-title {
  color: #363636;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  background: transparent;
  margin-bottom: 20px;
}
#shop-sidebar span.widget-title:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #34495e;
  left: 0;
}
#shop-sidebar .widget .is-divider {
  display: none;
}
#shop-sidebar .widget .toggle i {
  top: 1px;
  font-size: 1em;
}

div.product-small.box {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 1px #eeeeee;
  -moz-box-shadow: 0 0 5px 1px #eeeeee;
  box-shadow: 0 0 5px 1px #eeeeee;
}
div.product-small.box .box-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}
div.product-small.box .box-image:before {
  background: #fff;
  content: "";
  height: 855px;
  left: -345px;
  opacity: 0.2;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  width: 50px;
  z-index: 1;
}
div.product-small.box .box-text {
  position: relative;
  width: 100%;
  font-size: 0.9em;
  padding: 15px;
}
div.product-small.box .box-text .product-title {
  min-height: 42px;
}
div.product-small.box .box-text span.amount {
  font-size: 15px;
  color: #ff0304;
}
div.product-small.box:hover .box-image:before {
  left: 130%;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-widget-layered-nav-list__item--chosen.chosen a {
  color: #34495e;
}

.lh_starrating {
  margin-bottom: 10px;
}
.lh_starrating .star-rating {
  font-size: 11px;
}

h5.post-title.is-large {
  min-height: 42px;
  color: #31629f;
}

.box-blog-post .is-divider {
  display: none;
}

.product-info {
  font-size: 14px;
}
.product-info .lh_contact__product a {
  font-size: 20px;
  padding: 5px 35px;
  display: inline-block;
  border: 1px solid #34495e;
  margin: 5px 0;
  color: #ffffff;
  background: #34495e;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-info .lh_contact__product a:hover {
  border: 1px solid #111111;
  background: #111111;
}
.product-info h1 {
  color: #363636;
  line-height: 30px;
  font-weight: 400;
  padding-top: 10px;
}
.product-info .is-divider.small {
  opacity: 0;
  display: none;
}
.product-info .product-short-description {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 15px;
}
.product-info .product-short-description p {
  margin: 0;
  line-height: 1.7em;
}
.product-info .product-short-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-info .product-short-description ul li {
  margin: 0;
}
.product-info .group-status {
  color: #2a2a2a;
  display: inline-block;
}
.product-info .group-status .first_status .status_name {
  color: #34495e;
}
.product-info span.space {
  width: 20px;
  text-align: center;
  line-height: 1.4em;
}
.product-info .group-rate {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-info .group-rate .lh_starrating {
  margin-bottom: 0;
}
.product-info .group-rate span.first_status {
  margin-right: 5px;
}
.product-info span.amount {
  color: #34495e;
}

button.button.buy_now_button {
  margin-bottom: 14px;
  font-size: 14px;
  color: #f9f9f9;
  background: #d7102c;
}

.woocommerce-product-rating {
  display: none;
}

.lh_category_image a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-filter: sepia(0);
  filter: sepia(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lh_category_image a:hover img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

a.lh_button_xemngay {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50px;
  left: 50px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.lh_button_xemngay span {
  box-shadow: 1px 1px #3F536E, 3px 3px #3F536E, 5px 5px #3F536E, 7px 7px #3F536E, 9px 9px #3F536E;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: solid #323232 0px;
  padding: 8px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #28a85c;
}
a.lh_button_xemngay span:hover {
  -webkit-box-shadow: 0 0 black;
  -moz-box-shadow: 0 0 black;
  box-shadow: 0 0 black;
  background: red;
}
a.lh_button_xemngay:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  right: 0;
  height: 43px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-prev span {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.owl-nav button.owl-next {
  right: -1px;
}
.owl-nav button.owl-next span {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.owl-nav button span {
  font-size: 22px !important;
  background-color: #eee;
  color: #34495e;
  padding: 6px 8px 10px;
  margin: 0;
  line-height: 1em !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.owl-nav button:hover span {
  background: #34495e;
  color: #ffffff;
}

.owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.owl-dots button {
  width: 16px;
  height: 16px;
  background: #ffffff !important;
  margin: 0 5px;
  font-size: 0 !important;
  border-radius: 50%;
  border: 3px double #979797 !important;
}
.owl-dots button.active {
  border-color: #34495e !important;
}

.box_contact__fixed {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 99;
}
.box_contact__fixed .mobile_call_fixed {
  position: relative;
  text-align: right;
}
.box_contact__fixed .mobile_call_fixed .line {
  margin: 10px 0;
}
.box_contact__fixed .mobile_call_fixed a:hover span {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.box_contact__fixed .mobile_call_fixed img {
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_contact__fixed .mobile_call_fixed span {
  font-size: 12px;
  background-color: #0277bd;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.box_contact__fixed .mobile_call_fixed span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-color: transparent transparent transparent #0277bd;
  border-width: 5px;
  border-style: solid;
  left: 100%;
}

div.laha_popup__form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.laha_popup__form h3 {
  font-size: 20px;
  text-align: center;
}
div.laha_popup__form input, div.laha_popup__form textarea {
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.laha_popup__form input[type=submit] {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
div.laha_popup__form input[type=submit]:hover {
  opacity: 1;
}

#popupform {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.lh_box__brands {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.lh_box__brands h4 {
  display: inline-block;
  color: #000000;
  max-width: 125px;
}
.lh_box__brands img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #eeee;
}
.lh_box__brands a {
  margin: 5px;
  max-width: 120px;
}

.product_meta .sku_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product_meta .sku_wrapper .sku {
  display: inline-block;
  padding-left: 5px;
}
.product_meta .sku_wrapper .item {
  font-size: 13px;
  padding: 5px;
  margin: 5px;
  border: 1px solid;
  display: inline-block;
}

.lh_box__sidebarfilter {
  border: 1px solid #34495e;
  padding: 20px;
}
.lh_box__sidebarfilter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lh_box__sidebarfilter ul li {
  position: relative;
  cursor: pointer;
}
.lh_box__sidebarfilter ul li .fa-caret-up {
  opacity: 0;
}
.lh_box__sidebarfilter ul li .fa-caret-down {
  opacity: 1;
}
.lh_box__sidebarfilter .box_child_lv2 {
  display: none;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #34495e;
}
.lh_box__sidebarfilter .box_child_lv2 li {
  padding-left: 20px;
  position: relative;
}
.lh_box__sidebarfilter .box_child_lv2 li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #999;
  left: 0;
  top: 8px;
}
.lh_box__sidebarfilter i {
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lh_box__sidebarfilter .child_lv1 a {
  font-size: 14px;
  color: #252531;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 15px;
  outline: 0;
}
.lh_box__sidebarfilter .child_lv1.active > a {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 15px;
  outline: 0;
  color: #34495e;
}
.lh_box__sidebarfilter .child_lv1.active > a .fa-caret-up {
  opacity: 1;
}
.lh_box__sidebarfilter .child_lv1.active > a .fa-caret-down {
  opacity: 0;
}
.lh_box__sidebarfilter .child_lv1.active .box_child_lv2 {
  display: block;
  margin-bottom: 30px;
}

.post-sidebar span.widget-title {
  background: #bf2931;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 8px 10px;
  display: block;
  line-height: 1.7em;
}
.post-sidebar span.widget-title:before {
  content: "";
  border-color: #bf2931 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0;
  top: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.post-sidebar .is-divider {
  opacity: 0;
}
.post-sidebar .tz-recent-w {
  padding-left: 0;
  padding-right: 0;
}
.post-sidebar .tz-recent-w ul li .tz-recent-content a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
  text-decoration: none;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-sidebar .tz-recent-w ul li img {
  float: left;
  width: 70px;
  height: auto;
  margin-right: 10px;
}
.post-sidebar .tz-recent-date {
  color: #34495e;
  font-style: italic;
}

.tz-recent-w ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.tz-recent-w ul li:before {
  content: none;
}

.tz-recent-w ul li:after {
  content: "";
  display: block;
  clear: both;
}

.tz-recent-w ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.tz-recent-w ul li img {
  float: left;
  width: 77px;
  height: auto;
  margin-right: 15px;
}

.tz-recent-w ul li .tz-recent-content a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 4px;
}

.tz-recent-w.tz-recent-grid ul li {
  margin: 0 10px 10px 0;
  padding: 0;
  border: none;
  float: left;
  position: relative;
}

.tz-recent-w.tz-recent-grid ul li:nth-child(3n+1) {
  clear: both;
}

.tz-recent-w.tz-recent-grid ul li img {
  margin: 0;
}

.tz-recent-grid ul.tz-recent-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tz-recent-w.tz-recent-grid ul li .tz-recent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tz-recent-w.tz-recent-grid ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.tz-recent-w.tz-recent-grid ul li:hover .tz-recent-overlay {
  width: 100%;
}

.tz-recent-w.tz-recent-grid ul li:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tz-recent-w.tz-recent-grid ul:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 850px) {
  div.large-5item {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (min-width: 1100px) {
  div.large-5item {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (max-width: 1199px) {
  .section_like_product .product_typeone__image img {
    width: 100%;
  }
  .section_like_product .product_typeone__cotent {
    padding: 10px;
  }
  .section_like_product .product_typeone__cotent h4, .section_like_product .product_typeone__cotent span.amount {
    margin: 0;
  }
  .section_like_product .box_product__left {
    display: none;
  }
  .section_like_product div.box_product__right {
    width: 100%;
  }
  .section_like_product h2.title-head {
    width: 226px;
  }

  .tab_border a, .tab_border .lh_view__all {
    padding: 0 10px;
  }
}
@media (max-width: 1140px) {
  .laha_veticalmenu {
    width: 245px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li a {
    padding: 10px 15px;
    line-height: 1.6em;
    font-size: 12px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li i {
    min-width: 16px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li i.lh_icon {
    top: 12px;
    font-size: 10px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu ul.sub-menu li a {
    padding: 8px 10px;
  }
  .laha_veticalmenu #mega-menu-title {
    padding: 10px 15px;
    font-size: 14px;
  }

  .header-wrapper ul.nav-spacing-xlarge > li {
    margin: 0 12px;
  }

  .section_like_product h2.title-head {
    width: 100%;
    text-align: center;
  }

  .section-laha-blog-container .box_blog_decription .lh_cotent p {
    font-size: 13px;
  }
}
@media (max-width: 993px) {
  .laha_veticalmenu {
    width: 230px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li a {
    padding: 11px 15px;
    line-height: 1.6em;
    font-size: 12px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li i {
    min-width: 16px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li i.lh_icon {
    top: 12px;
    font-size: 10px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu ul.sub-menu li a {
    padding: 8px 10px;
  }
  .laha_veticalmenu #mega-menu-title {
    padding: 11px 15px;
    font-size: 13px;
  }

  .header-wrapper ul.nav-spacing-xlarge > li {
    margin: 0 12px;
  }
}
@media (max-width: 888px) {
  .laha_veticalmenu {
    width: 215px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li a {
    padding: 8px 10px;
    line-height: 1.6em;
    font-size: 11px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li i {
    min-width: 16px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu > li i.lh_icon {
    top: 12px;
    font-size: 10px;
  }
  .laha_veticalmenu .lh_box__menu ul#mega_menu ul.sub-menu li a {
    padding: 8px 10px;
  }
  .laha_veticalmenu #mega-menu-title {
    padding: 9px 15px;
    font-size: 13px;
  }

  .header-wrapper ul.nav-spacing-xlarge > li {
    margin: 0 10px;
    font-size: 14px;
  }

  .section_like_product .product_typeone__cotent h4, .section_like_product .product_typeone__cotent span.amount {
    font-size: 14px;
  }
}
@media (max-width: 849px) {
  .section_like_product .padding-small {
    padding: 0 10px 20px;
  }
  .section_like_product h2.title-head {
    width: 100%;
    font-size: 16px;
    position: relative;
  }
  .section_like_product .tab_border {
    -webkit-box-pack: unset;
    -moz-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
  }
  .section_like_product .tab_border a {
    font-size: 13px;
    padding: 0 8px;
  }
  .section_like_product h3.title {
    height: 100%;
  }

  .off-canvas-right div.mfp-content {
    width: 100%;
  }

  .section-laha-blog-container .lh_box_blog {
    padding: 10px 10px 20px;
  }

  .section-laha-blog-container .box_blog_decription h2.title {
    font-size: 16px;
  }

  div.form-lh {
    padding-top: 30px;
    -webkit-box-pack: unset;
    -moz-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
  }
}
@media (max-width: 575px) {
  div.form-lh {
    padding-top: 20px;
  }

  .section_like_product .tab_border {
    height: 100%;
  }
  .section_like_product .tab_border a, .section_like_product .tab_border .lh_view__all {
    font-size: 12px;
    padding: 0 5px;
  }
  .section_like_product div.box_product__right {
    padding-top: 10px;
    overflow: hidden;
  }
  .section_like_product h3.title {
    font-size: 12px;
  }
  .section_like_product .padding-small {
    padding: 0 5px 10px;
  }
  .section_like_product.lh_slide .tab_border {
    padding-right: 0 !important;
  }

  div.form-lh input[type=submit] {
    padding: 5px 15px;
    font-size: 15px;
  }

  .section_like_product h2.title-head {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .section_like_product .tab_border a {
    line-height: 30px;
  }

  h3.lh_subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lh_mbhide {
    display: none;
  }

  div.col {
    padding-bottom: 15px;
  }

  .lh_mbshow {
    display: block !important;
  }

  .section_like_product .product_typeone__cotent span.lh_price__sale span.amount {
    font-size: 11px;
    margin-right: 5px;
  }

  .section-laha-blog-container .box_blog_decription .lh_cotent p {
    font-size: 12px;
    line-height: 1.6em;
  }
}
@media (max-width: 340px) {
  .section_like_product .product_typeone__cotent {
    padding: 5px;
  }

  .section_like_product h3.title {
    font-size: 12px;
  }
}
/**
# General
-----------------------------------------------------------------------------*/
.section-laha-category {
  background: white;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ececec;
  padding-bottom: 30px;
}
.section-laha-category h4 {
  list-style: none;
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: 1.7em;
  padding: 5px 0;
  border-bottom: 1px dashed #ececec;
}
.section-laha-category h2 {
  padding: 10px;
  font-size: 18px;
}

.section-laha-product-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-laha-product-container .mg-0 .owl-item {
  margin-top: 0;
}
.section-laha-product-container .mg-0 > h2 {
  display: none;
}
.section-laha-product-container .owl-item {
  height: 465px;
  margin-top: 100px;
}
.section-laha-product-container .owl-item .lh_box_product {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section-laha-product-container .owl-item.active.center {
  position: relative;
  z-index: 1;
}
.section-laha-product-container .owl-item.active.center .lh_box_product {
  top: -45px;
  background: #bf162e;
  padding: 10px;
  transform: scale(1.15);
  position: relative;
  z-index: 1;
}
.section-laha-product-container .owl-item.active.center .lh_box_product .lh_cotent h2 a {
  color: #ffffff;
}
.section-laha-product-container .owl-item.active.center .lh_box_product .lh_cotent p {
  color: #ffffff;
}
.section-laha-product-container .owl-item.active.center .lh_box_product .lh_cotent h3 span {
  color: yellow;
}
.section-laha-product-container .owl-item.active.center .lh_box_product .btn {
  margin-top: 10px;
  height: 52px;
}
.section-laha-product-container .lh_box_product {
  background: #ffff;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 2px;
}
.section-laha-product-container .lh_box_product:hover .btn {
  margin-top: 10px;
  height: 52px;
}
.section-laha-product-container h2.title {
  font-size: 14px;
  margin: 0;
}
.section-laha-product-container h2.title a {
  font-weight: bold;
  color: black;
}
.section-laha-product-container h3 {
  margin: 0;
}
.section-laha-product-container h3 span {
  color: red;
  font-size: 14px;
}
.section-laha-product-container .lh_cotent {
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  position: relative;
  width: 100%;
  font-size: 0.9em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.section-laha-product-container .lh_cotent p {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
}
.section-laha-product-container .lh_cotent .btn {
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 0;
}
.section-laha-product-container .lh_cotent .btn a {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  background: #ffdd15;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 7px;
  border-color: #ffdd15;
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
}
.section-laha-product-container > h2 {
  position: absolute;
  top: 40px;
  font-size: 20px;
  color: #ffffff;
}
.section-laha-product-container .owl-nav button {
  position: absolute;
  padding: 0 !important;
  margin: 0;
  color: #ffffff;
  bottom: 45%;
}
.section-laha-product-container .owl-nav button.owl-prev {
  left: 0;
}
.section-laha-product-container .owl-nav button.owl-next {
  right: 0;
}
.section-laha-product-container .owl-nav button span {
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 30px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #ffffff;
}
.section-laha-product-container .owl-dots {
  text-align: center;
}
.section-laha-product-container .owl-dots button span {
  background: #ffdd15 !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section-laha-product-container .owl-dots button.active span {
  background: #bf162e !important;
}
.section-laha-product-container .laha-product-items {
  min-height: 450px;
}

.hiden {
  display: none;
}

.lh_footer__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

a.facebook_bg {
  background: #3b5998;
}

a.google_bg {
  background: #dd4b39;
}

a.youtube_bg {
  background: #ff0000;
}

@media (min-width: 992px) {
  .section-laha-product-container .laha-product-items {
    height: 440px;
  }
}
@media (max-width: 575px) {
  .section-laha-category-container img {
    width: 100%;
  }

  .section-laha-product-container .owl-item {
    height: auto;
    margin-top: 0;
  }
  .section-laha-product-container .lh_cotent {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  .section-laha-product-container .lh_cotent .btn {
    height: auto;
    margin-top: 10px;
  }
}
.laha_contact_type2 {
  position: fixed;
  right: 15px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}
.laha_contact_type2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.laha_contact_type2 ul > li a {
  border: none;
  padding: 5px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
  margin: 0;
}
.laha_contact_type2 i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}
.laha_contact_type2 i.ticon-heart {
  background: url("images/wpfast-icon-map.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.laha_contact_type2 i.ticon-zalo-circle2 {
  background: url("images/wpfast-icon-zalo.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.laha_contact_type2 i.ticon-messenger {
  background: url("images/wpfast-icon-messenger.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.laha_contact_type2 i.ticon-chat-sms {
  background: url("images/wpfast-icon-sms.jpg") no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}
.laha_contact_type2 i.icon-phone-w {
  background: url("images/wpfast-icon-phone.png") no-repeat;
  background-size: contain;
}
.laha_contact_type2 .chat_animation, .laha_contact_type2 .phone-mobile {
  display: none;
}

.hotlinefix {
  position: fixed;
  bottom: 100px;
  left: 60px;
  z-index: 99;
}
.hotlinefix .phone {
  width: 220px;
  background: #FFF;
  border-radius: 39px;
  left: -30px;
  top: -29px;
  position: absolute;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hotlinefix .phone .swift-in-viewport {
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.hotlinefix .phone .swift-in-viewport a {
  font-style: inherit;
  color: #F00;
  text-shadow: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 66px;
  margin-left: 70px;
}
.hotlinefix .circle-hotline {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #F00;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3px;
  margin-left: -3px;
}
.hotlinefix .circle-hotline span {
  margin: 12px;
  display: inline-block;
  line-height: 0;
}
.hotlinefix .circle-hotline:before, .hotlinefix .circle-hotline:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F00;
}
.hotlinefix .circle-hotline:after {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.hotlinefix .circle-hotline:before {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.hotlinefix .circle-hotline img {
  width: 50px;
  max-width: 100%;
  height: auto;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .laha_contact_type2 {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }
  .laha_contact_type2 li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }
  .laha_contact_type2 ul > li a {
    padding: 0;
    margin: 0 auto;
  }
  .laha_contact_type2 .chat_animation, .laha_contact_type2 .phone-mobile {
    display: block;
  }
  .laha_contact_type2 li .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
  }
  .laha_contact_type2 li .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
  }
  .laha_contact_type2 .btn_phone_txt {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
  }

  .hotlinefix {
    display: none;
  }

  .lh_box_sectionthree p i {
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
  }
}
/*# sourceMappingURL=style.css.map */
