.all_menu_bottom {
  /* padding: 10px 0 10px 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.diachi_header {
  color: #ffb912;
  font-size: 15px;
}
.catagory-title {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #1e487b;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 0px 0px 20px;
  margin: 0;
  position: relative;
  display: block;
  background: #fff;
}
.bars {
  padding-top: 11px;
  margin: 0px 9px 0 0;
  width: 15px;
  float: left;
}
.bars span {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #1e487b;
  display: block;
  box-shadow: none;
}
.catagory {
  position: relative;
  cursor: pointer;
}
.timkiem_giohang {
  float: left;
  width: calc(100% - 110px);
}
.shopping_cart {
  float: right;
  position: relative;
}
.btn-shopping-cart .top_cart {
  position: relative;
}
.btn-shopping-cart .top_cart .icon-c {
  background-color: #ffb912;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
}
.btn-shopping-cart .top_cart .icon-c i {
  font-size: 18px;
  color: #fff;
}
.btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  color: #fff;
  margin-left: 15px;
  margin-top: 13px;
}
.btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: left;
  line-height: 100%;
  font-weight: 700;
}
.btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: -6px;
  left: 27px;
  font-size: 12px;
  color: #1e487b;
  background-color: #fff;
}
.menu_km a {
  min-width: auto !important;
}
.menu_km li {
  width: 33%;
}
.catagory:hover .catagory-list__fix {
  opacity: 1;
  visibility: visible;
}
.all_slide {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
.lmh_top_banner_lg {
  width: 75%;
  padding-right: 10px;
}
.lmh_top_banner_sm {
  width: 25%;
}
.item_img_ani a::before,
.item_img_ani a {
  display: block;
  position: relative;
  overflow: hidden;
}
.item_img_ani a::before,
.item_img_ani a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}
.item_img_ani a:hover::before,
.item_img_ani a:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}
.all_nhomhangthuongmua{padding-top: 28px;}
.all_nhomhangthuongmua .item {
  text-align: center;
  opacity: 0.9;
  padding: 5px;
}
.all_nhomhangthuongmua .item p {
  color: #555;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
h3.modtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-list .product-layout {
  transition: all 0.5s ease 0s;
}
.products-list .product-layout .product-item-container {
  background-color: #fff;
  /* margin: 0 0 30px 0; */
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.products-list .product-layout .product-item-container .left-block {
  position: relative;
  overflow: hidden;
}
.product-image-container.second_img {
  position: relative;
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.product-image-container.second_img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.product-image-container.second_img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.label-new, .label-sale {
  text-align: center;
  background-color: #1e487b;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  width: 45px;
  line-height: 10px;
  position: absolute;
  top: 20px;
  z-index: 2;
  margin-bottom: 5px;
}
.label-sale {
  right: 20px;
}
.label-new {
  background-color: #53d542;
  left: 20px;
  line-height: 20px;
}
.product-item-container .right-block {
  clear: both;
  padding: 12px 12px 0px 12px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.item .caption h4 {
  display: flex;
  width: 100%;
}
.item .caption h4 a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 45px;
  line-height: 1.6;
  width: 100%;
}
.product-item-container .right-block .price {
  margin-bottom: 0;
  margin: 0 0 10px 0;
  color: #1e487b;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  height: 50px;
  overflow: hidden;
}
.price .price-new, .price span.price {
  color: #f83a3a;
  font-size: 18px;
  font-weight: 600;
}
.caption .price span.price {
  font-size: 20px;
  color: #1e487b;
}
.price .price-old {
  line-height: 20px;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.price-percent {
  color: #f56a15;
  font-weight: 600;
}
.btn-cooponline {
  color: #1e487b;
  border-radius: 5px;
  height: 35px;
  width: 80%;
  font-size: 14px;
}
.btn-cooponline-border {
  border: #1e487b 1px solid;
}
.control-dv.prev-dv,.control-dv.next-dv {
  background-color: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  float: left;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  font-size: 14px;
  color: #e9e9e9;
  margin-bottom: 0;
}
.deals-more {
  display: flex;
  align-items: center;
}
.deals-more a {
  /* margin-right: 20px; */
  font-size: 20px;
  color: #000;
}
.wrap_hot {
  background: #1e487b;
  padding-top: 0 !important;
}
.control-dv{margin-left: 15px;}
.wrap_hot h3.modtitle{color: #fff;}
.wrap_hot .control-dv{color: #fff;}
.wrap_hot .deals-more a{color: #fff;}
.lmh-groups-btn {
  padding-bottom: 20px;
}
.product-item-container:hover .left-block .product-image-container.second_img .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.product-item-container:hover .left-block .product-image-container.second_img .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.wrap_deal h3.modtitle{
  /* border-bottom: 2px solid #eee;
    margin-bottom: 20px; */
}
.all_img_banner_bottom .banner1, .all_img_banner_bottom .banner3 {
  width: 25%;
}
.all_img_banner_bottom .banner1, .all_img_banner_bottom .banner2, .all_img_banner_bottom .banner3 {
  float: left;
}
.all_img_banner_bottom .b1 {
  margin-bottom: 10px;
}
.all_img_banner_bottom > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.all_img_banner_bottom > div img{
  width: 100%;
}
.all_img_banner_bottom .banner2 {
  width: 50%;
  padding: 0px 10px;
  text-align: center;
}
.all_img_banner_bottom_des {
  position: relative;
  display: flex;
}
.all_doitac {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 30px 20px;
  position: relative;
  margin: 0 10px;
  margin-bottom: 30px;
}
.doitac{
  text-align: center;
  opacity: 0.4;
  transition: all .5s;
}
.doitac:hover{
  opacity: 1;
}
.control-social {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control-social i {
  color: #e9e9e9;
}
.prev-social {
  left: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.next-social {
  right: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.footer-top{
  background-color: #1e487b;
  padding: 37px 0;
}
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter .title-block {
  position: relative;
  color: #fff;
  width: 40%;
  padding-left: 70px;
  margin-top: 17px;
}
.newsletter .block_content {
  width: 60%;
}
.newsletter .title-block:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f1d8";
  font-size: 40px;
  position: absolute;
  top: -12px;
  left: 0;
  font-weight: 300;
}
.newsletter .title-block .page-heading {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.newsletter .title-block .promotext {
  font-size: 14px;
}
.block_content .signup {
  display: block;
  margin-top: 11px;
  padding-left: 45px;
  margin-bottom: 15px;
}
.block_content .signup .form-group {
  position: relative;
  display: block;
}
.block_content .signup .form-group .input-box {
  background-color: #fff;
  vertical-align: top;
  padding-right: 120px;
  border-radius: 4px;
}
.block_content .signup .form-group .input-box input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-shadow: none;
  padding: 0 0 0 20px;
  border: none;
  background-color: #fff;
  color: #555;
  font-size: 14px;
}
.block_content .signup .form-group .subcribe input {
  border: 0 none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  text-transform: capitalize;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ffb912;
}
.block_content .signup .form-group .subcribe {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter-footer1 {
  width: 93%;
  margin: auto;
}
.title_footer {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ffb912;
  text-transform: uppercase;
}
.mxh {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mxh a {
  background: #1e487b;
  height: 100%;
  display: block;
  padding: 0 20px;
  border-radius: 5px;
  transition: all 0.5s;
}
.mxh a:hover{
  box-shadow: 0 5px 15px 0 #000;
}
.mxh img {
  filter: invert(93%) sepia(1%) saturate(0%) hue-rotate(195deg) brightness(380%) contrast(100%);
}
.all_menu_footer a {
  color: #000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.noidung_footer_bottom .logo_footer img {
  max-width: 180px;
  margin-bottom: 20px;
}
.product-item-container {
  position: relative;
  background: #fff;
}
h3.title-category {
  font-size: 18px;
  color: #222;
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
}
.banner_sp {
  margin: 25px 0;
}
.title-category:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #1e487b;
  bottom: -2px;
  left: 0;
  transition: width 1s;
}
.title-category_sp::after{content: none;}
.control-thuongmua {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control-thuongmua i {
  color: #e9e9e9;
}
.all_nhomhangthuongmua {
  position: relative;
  width: 98%;
  margin: auto;
}
.prev-thuongmua {
  left: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.next-thuongmua {
  right: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.control-danhmucsp {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control-danhmucsp i {
  color: #e9e9e9;
}
.prev-danhmucsp {
  left: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.next-danhmucsp {
  right: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.product_page_price .price-new, .product_page_price span.price {
  color: #1e487b;
  font-size: 20px;
  font-weight: 700;
}
.product_page_price .price-old {
  line-height: 20px;
  padding: 0;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.muangay2 {
  background: #1e487b;
  border-radius: 0;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 16px;
}
label.attr-label-pro-detail {
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 0;
}
.quantity_all {
  margin-right: 15px;
  background: #eee;
  display: flex;
  align-items: center;
  padding: 5px;
}
.title_csbh {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}
.all_quantity_addcart {
  display: flex;
  align-items: center;
}
.header-cachtop {
  background: #fff;
  padding: 5px 0;
}
.name_dv {
  color: #1e487b;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0 5px 0;
}
.excerpt {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.post-info {
  padding: 0 0 7px 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}
.post-info a{
  color: #1e487b;
}
.label-hot{
  position: absolute;
  top: -10px;
  left: 70px;
  height: auto;
}
.img_hot{position: relative;}
.all_img_hot a {
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.all_img_hot {
  position: relative;
}
.menu_mobile{display: none;}
.muangay2{cursor: pointer;}
.all-products-list{
  position: relative;
  margin-top: 28px;
  border-top: 1px solid #1e487b;
}
.all-products-list .modtitle {
  position: absolute;
  left: 50%;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 2;
}
.all-products-list .modtitle h3 {
  background: #e9f3ff;
  color: #1e487b;
  padding: 7px 7px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #1e487b;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-products-list .modtitle h3::before{
  content: "";
  box-sizing: border-box;
  border: 0 solid #f4f6f9;
  border-top-color: transparent;
  border-right-color: #1e487b;
  border-top-width: 16px;
  border-right-width: 9px;
  top: -1px;
  left: -9px;
  position: absolute;
}
.all-products-list .modtitle h3::after{
  content: "";
  box-sizing: border-box;
  border: 0 solid #f4f6f9;
  border-top-color: transparent;
  border-left-color: #1e487b;
  border-top-width: 16px;
  border-left-width: 9px;
  top: -1px;
  right: -9px;
  position: absolute;
}
.all-products-list .products-list {
  background: #fff;
  padding-top: 28px;
}
.diachi_footer i {
  color: #1e487b;
  margin-right: 5px;
}
.diachi_footer {
  margin-bottom: 8px;
}
.iframe_footer iframe {
  width: 100%;
  height: 200px;
}
ul.all_menu_footer {
  list-style: disc;
  margin-left: 20px;
}
ul.all_menu_footer li {
  margin-bottom: 8px;
}
ul.all_menu_footer li::marker{
  color: #ffb912;
}
ul.all_menu_footer a {
  color: #555;
}