.all_menu_bottom {
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catagory-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.bars {
  height: 15px;
  width: 20px;
  margin-right: 10px;
}
.bars svg {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  fill: #000;
}
.catagory {
  position: relative;
  cursor: pointer;
}
.timkiem_giohang {
  width: 35%;
}

.catagory:hover .catagory-list__fix {
  /* opacity: 1;
  visibility: visible; */
}
.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 .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: 700;
  line-height: 1.1;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #008816;
  text-transform: uppercase;
}
.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 a{
  overflow: hidden;
}
.product-image-container a img{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    transition: all 0.5s;
}
.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;
  width: 100%;
}
.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: #008816;
  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: 15px;
  font-weight: 600;
  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: #008816;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  height: 50px;
  overflow: hidden;
}
.price .price-new, .price span.price {
  color: #008816;
  font-size: 18px;
  font-weight: 700;
}
.caption .price span.price {
  font-size: 20px;
  color: #008816;
}
.price .price-old {
  line-height: 20px;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.price-percent {
  color: #008816;
}
.btn-cooponline {
  color: #008816;
  border-radius: 5px;
  height: 35px;
  width: 80%;
  font-size: 14px;
}
.btn-cooponline-border {
  border: #008816 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.control-dv{
  /* 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;
  z-index: 9;
  position: absolute;
  top: 25%;
}
.control-dv i{font-weight: 400;}
.prev-dv {
  margin-left: 15px;
  left: -20px;
  justify-content: flex-start;
}
.next-dv {
  margin-right: 15px;
  right: -20px;
  justify-content: flex-end;
}
.deals-more {
  display: flex;
  align-items: center;
}
.deals-more a {
  /* margin-right: 20px; */
  font-size: 20px;
  color: #000;
}
.wrap_hot {
  background: #008816;
  margin-bottom: 30px;
}
.control-dv{}
.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;
}

.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%;
  border-radius: 5px;
}
.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-radius: 3px;
  padding: 30px 0;
  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: #000;
  font-weight: 400;
}
.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: #FFEA00;
  padding: 45px 0;
}
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter .title-block {
  position: relative;
  color: #000;
  width: 40%;
  padding-left: 70px;
}
.newsletter .block_content {
  width: 60%;
}
.newsletter .title-block:before {
  content: "";
  background: url(../images/email.png);
  position: absolute;
  left: 0;
  font-weight: 300;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(0%) sepia(89%) saturate(2797%) hue-rotate(10deg) brightness(42%) contrast(0%);
}
.newsletter .title-block .page-heading {
  font-size: 20px;
  line-height: 1.8;
  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: flex;
  width: 100%;
}
.block_content .signup .form-group .input-box{
  margin-right: 10px;
}
.block_content .signup .form-group .input-box {
  background-color: #fff;
  vertical-align: top;
  border-radius: 4px;
  width: 49%;
}
.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;
  border-radius: 0;
}
.block_content .signup .form-group .subcribe input {
  border: 0 none;
  color: #fff;
  font-weight: 400;
  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: #006d11;
}
.newsletter-footer1 {
  width: 93%;
  margin: auto;
}
.title_footer {
  font-size: 17px;
  margin: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.title_footer.title_2 {
  margin-top: 50px;
}
.mxh {
  margin-bottom: 20px;
}
.all_menu_footer a {
  color: #5B5B5B;
}
.all_menu_footer {
  font-weight: 400;
  font-size: 14px;
}
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 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
}
.banner_sp {
  margin: 25px 0;
}
.title-category:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #008816;
  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: #000;
  font-weight: 400;
}
.all_nhomhangthuongmua {
  position: relative;
  width: 98%;
  margin: auto;
}
.prev-thuongmua {
  left: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  justify-content: flex-start;
}
.next-thuongmua {
  right: -20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  justify-content: flex-end;
}

.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: #202020;
  font-size: 24px;
  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: #008816;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.muangay2 a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
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: 22px;
  font-weight: 500;
  line-height: 1.1;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: #202020;
  letter-spacing: -.5px;
}
.all_quantity_addcart {
  display: flex;
  align-items: center;
}
.header-cachtop {
  background: #FFEA00;
}
.name_dv {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-top: 15px;
  width: calc(100% - 40px - 10px);
}
.dichvu .inner-box {
  display: flex;
  align-items: center;
}
.dichvu .inner-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo_news {
  width: 40px;
}

.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: #008816;
}
.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: 700;
  position: relative;
}
.all_img_hot {
  position: relative;
}
.muangay2{cursor: pointer;}
.products-list {
  position: relative;
}
.item_slider img {
  width: 100%;
}
.all_ngonngu li{
  position: relative;
}
.all_ngonngu li a{color: #000;font-weight: 300;}
.all_ngonngu li.active a{font-weight: 600;}
.all_ngonngu li:nth-child(1){
  padding-right: 10px;
  margin-right: 10px;
}
.all_ngonngu li:nth-child(1)::before{
  content: '';
  background: #000;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}