	img {
  max-width: 100%;
}
.top-header {
  background: #4caf50;
}
a {
  color: #121212;
}
.menu-header {
  background: #3e8e41;
  padding: 10px 0;
}
.owl-dots {
  display: none;
}
#carousel_fav {
  position: relative;
  overflow: hidden;
}
.bp_nav_link {
    display: block;
}
.owl-nav {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s ease;
}
.owl-nav button {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid !important;
}

#carousel_fav:hover .owl-nav {
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
}
.navbar .dropdown-toggle:after {
  color: #fff;
}
#dv_search {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transition: all 0.3s ease;
  max-width: 500px;
}
.bp-text-search {
  border: none;
}
.bp-text-search:focus {
  border: none;
  box-shadow: none;
}
#submit_seach {
  background-color: #3e8e41;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 7px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.header .navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
  color: #ffffff;
  text-decoration: none;
  padding: 0px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .navbar-expand-lg .navbar-nav .bp_sub_menu a {
  color: #121212;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.header .navbar ul.navbar-nav > li {
  padding: 15px 20px;
}
.bp_hor_menu_icon {
  font-size: 10px;
}

.contact-info {
  text-align: right;
  margin-right: 20px;
}

.hotline {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.phone-numbers {
  color: #ffffff;
  font-size: 14px;
}

.bp_cls_cart_item button {
  background-color: #3e8e41;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}

.bp_cls_cart_item button:hover {
  background-color: #357935;
  transform: translateY(-2px);
}
.bp_cls_icon_cart {
  font-size: 18px;
}
.bp_frm_search_product {
  display: flex;
  justify-content: end;
}
.bp_product_item .row {
  margin: 0;
}
.bp_news_info {
  display: none;
}
.product-sidebar .bp_cls_shopping_form {
  display: none;
}
.product-sidebar .bp-product-link-details {
  display: none;
}
.product-sidebar .bp-group-button-qv-wl {
  display: none;
}
.product-sidebar .bp_discount_percent {
  display: none;
}
.product-sidebar .bp_cls_old_price {
  display: none;
}
.product-sidebar {
  border: 1px solid #e1e1e1;
  padding: 20px;
}
.product-sidebar .product_title {
  font-weight: 400;
}
.product-sidebar .product_title a {
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-sidebar .cls_img_product_focus {
  padding: 0;
}
.product-sidebar .cls_content_product_focus {
  padding-right: 0;
}
.side-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.product-main {
  padding: 20px;
}
.product-main .owl-stage-outer {
  padding: 5px;
}
.slide-product {
  margin-bottom: 30px;
}
.product-main .swiper-button-prev,
.product-main .swiper-button-next {
  display: none;
}
.bp-group-button-qv-wl {
  display: none;
}
.blog-list .bp_img_news {
  padding: 0;
}
.blog-list .bp_img_news img {
  padding: 0;
  border-radius: 0;
}
.blog-list .bp_block_item {
  margin-bottom: 20px;
}
.footer {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 40px 0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.footer-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.footer-section h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}

.footer-section p,
.footer-section li {
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-info-footer li {
  display: flex;
  align-items: flex-start;
}

.footer-section .logo {
  max-width: 140px;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-menu li a:hover {
  padding-left: 5px;
  color: #e0e0e0;
}

.footer-form {
  display: flex;
  flex-direction: column;
}

.footer-form input,
.footer-form textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.footer-form textarea {
  resize: none;
  height: 80px;
}

.footer-form button {
  padding: 10px 20px;
  background-color: white;
  color: #4caf50;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

.footer-form button:hover {
  background-color: #e8f5e9;
}

.footer-bottom {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.footer-bottom p {
  width: fit-content;
  margin: auto;
  position: relative;
  padding-top: 20px;
}
.footer-bottom p:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.footer form input {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}
.footer .bp-btn-send {
  padding: 10px 20px;
  background-color: white;
  color: #4caf50;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}
.phan_trang,
#paging {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.item_page,
.item_page_active,
.bp_cls_next,
.bp_cls_prev {
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid rgb(119, 119, 119);
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(119, 119, 119);
}
.item_page_active {
  border-color: #27ae60;
  background-color: #27ae60;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .header .dropdown:hover > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 10px;
  }

  .header .bp_sub_menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }

  .header .navbar ul.dropdown-menu li {
    padding: 0;
  }
  .header .navbar ul.dropdown-menu li a {
    transition: 0.7s;
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
  }
  .header .navbar ul.dropdown-menu li:hover {
    background-color: transparent;
  }
  .header .navbar ul.dropdown-menu li a:hover {
    padding-left: 35px;
    color: #4caf50;
    background-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  .info-header {
    display: none;
  }
  .bp_cls_cart_item {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .top-header {
    padding: 10px 0;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #121212!important;
  }
  .navbar .dropdown-toggle:after {
    color: #121212;
  }
  .header .navbar ul.navbar-nav > li {
    padding: 10px 15px;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
  }
  .navbar ul.navbar-nav li.dropdown ul {
    position: unset;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
    .bp-sidebar-menu {
        width: 98% !important;
        overflow-y: scroll;
    }
}