.logo img {
  max-height: 78px;
}

#collapse-coupon label.col-sm-2.control-label,#collapse-voucher label.col-sm-2.control-label{
  display:none;
} 

@media(max-width: 767px){
  .section-news-owl .blog-image a{
    width: 100%;
  }
  .owl-prev .fa-angle-left, .owl-next .fa-angle-right{
    font-size: 30px;
    top: 20px;
  }
  .owl-next .fa-angle-right{
    left: unset;
    right: 0;
  }
  .blog-image img{
    height: auto;
  }
  .col-100-h #trigger-mobile{
  	border: none;
    background: unset;
  }
  .section_banner_home .box-inner img{
    width: 100%;
    height: auto;
  }
  .section_banner_home .col-md-6.col-xs-12{
    margin: 20px 0;
  }
}   

@media(max-width: 767px){
  .header-bottom{
    position: unset!important;
  }
} 
.section_customer .customer_reviews .wrap_views:before ,
.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content,
.block.newsletter button.subscribe,
footer .back-to-top{
    background-color: var(--shop-color-menu);
} 
.section_product .section-head h2:after{
right:-38px;
}
.header .header-bottom .block-search button,
.header .header-bottom .block-search input{
color:#fff
}
.header .header-bottom .block-search input::placeholder {
  color: white;
  opacity: 1; /* Đảm bảo màu hiển thị đầy đủ */
}

/* Cho Firefox */
.header .header-bottom .block-search input::-moz-placeholder {
  color: white;
  opacity: 1;
}

/* Cho IE 10+ */
.header .header-bottom .block-search input:-ms-input-placeholder {
  color: white;
}