        @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a {
  color: #121212;
}
.header {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.header-top {
  background: linear-gradient(to right, #2f348d, #04b7ce, #8ac640);
}
.language-selector {
  display: flex;
  align-items: center;
}

.lang-toggle {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.lang-toggle a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.lang-toggle a.active {
  font-weight: bold;
}

.lang-toggle .divider {
  color: #fff;
}

.flag-icon {
  width: 16px;
  height: 12px;
  margin-right: 5px;
}
.header .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .row > * {
  padding: 0;
}

.search-button i {
  font-size: 20px;
}
.header .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: block;
  border-radius: 0;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 50px;
  color: white;
  font-family: Arial, sans-serif;
}
.search-form form {
  position: fixed;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  transition: 0.5s;
  border-radius: 5px;
}
.header #dv_search {
  width: 100%;
  height: 60px;
  color: rgb(37, 37, 37);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 30px;
  padding: 5px 5px 5px 20px;
  background: rgb(255, 255, 255);
}
.header #dv_search input:nth-child(2) {
  font-size: 20px;
  margin-right: 10px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.header #submit_seach {
  font-size: 20px;
  width: 50px;
  color: rgb(255, 255, 255);
  height: 50px;
  background-color: rgb(196, 162, 90);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 50%;
}
.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.overlay .search-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transform: translateX(100%);
}
.overlay.block .search-layer {
  transform: translateX(0px);
}
.overlay.block .search-layer:nth-child(1) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
.overlay.block .search-layer:nth-child(2) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out 0.3s;
}
.overlay.block .search-layer:nth-child(3) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.9s ease-in-out 0.6s;
}
.overlay.block {
  opacity: 1;
  visibility: visible;
}
.action-button {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.contact-info {
  display: flex;
  align-items: center;
}

.time,
.phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
}
.time {
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.phone {
  padding-left: 12px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.8em;
}

.social-links a {
  color: white;
  text-decoration: none;
}

.social-links a:hover {
  opacity: 0.8;
}
.main-header {
  padding: 10px 0;
}
.header-logo img {
  width: 120px;
}
.header-menu {
  background: #57a83c;
}
.header-menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.header .bp_cls_cart_item button {
  background-color: #f44336;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
}
.bp_cls_icon_cart {
  font-size: 18px;
}
.header .header-cart {
  display: flex;
  justify-content: end;
}
.header .bp_frm_search_product {
  display: flex;
  justify-content: center;
}
.header .bp_frm_search_product #dv_search {
  position: relative;
  max-width: 400px;
}
.header .bp_frm_search_product #dv_search input {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.09);
  background-position: 99% 50%;
  color: currentColor;
  border: none;
  padding: 0.25rem 0.5rem;
}

.header .input-group-btn {
  position: absolute;
  top: 3px;
  right: 6px;
}
.header .input-group-btn button {
  background: transparent;
  border: none;
  color: currentColor;
}

.header .navbar ul.navbar-nav > li {
  padding: 10px 20px;
}

.fcta-zalo-ben-trong-nut {
  bottom: 15px;
}
div.fcta-zalo-mess {
  bottom: 10px;
  background: #f44336;
}
div.fcta-zalo-mess a {
  color: #fff;
}
.fcta-zalo-vi-tri-nut {
  bottom: 5px;
}
.bp_product_item .row {
  margin: 0;
}
.section-top {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  gap: 20px;
}

.section-header {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.line {
  height: 1px;
  background: #91c94b;
  flex-grow: 1;
  min-width: 100px;
}

.view-all {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.view-all:hover {
  color: #91c94b;
}
.product #carousel_fav img {
  height: 200px;
  object-fit: cover;
}
.product .bp_cls-click-mua {
  display: none;
}
.product .cls_price_text,
.product .cls_old_price_text {
  display: none;
}
.product #shopping_form {
  margin: 0;
}
.product .product_title a {
  color: black;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product .bp_cls_group_price {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product .cls_old_price,
.product .bp_cls_old_price .cls_unit_price {
  opacity: 0.6;
  font-weight: normal;
  color: #f44336;
  font-size: 14px;
}
.product .bp_cls_old_price > strike {
  display: none;
}
.product .bp-cart-text {
  display: none;
}
.product .bp-icon-cart {
  display: block;
}
.product .btnAddToCart {
  color: #444444;
  font-weight: 400;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 38px;
  padding: 0;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-radius: 50px;
  opacity: 0;
}
.product .item:hover .btnAddToCart {
  bottom: 40%;
  opacity: 1;
}
.product .btnAddToCart:hover {
  background: red;
  color: #fff;
}
.product .card {
  box-shadow: none !important;
  border: 1px solid #e5e7f6 !important;
  border-radius: 0;
}
.product .bp_cls_price .cls_price_number {
  font-size: 14px;
}
.product .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.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: #446084;
  background-color: #446084;
  color: #fff;
}

.bp_cls_cart_item .bp_cart_items_list {
  padding: 10px;
  background: #fff;
  width: 320px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 8px;
}
.bp_cart_items_list .list-group {
  border: none;
}
.bp_cart_items_list .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.bp_checkout_pd_name {
  font-size: 14px;
  margin-bottom: 10px !important;
}
.bp_cart_items_list .list-group-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.bp_cart_items_list .text-left {
  padding: 0;
}
.cart-item-image-checkout {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.bp_short_cart_checkout {
  width: 100%;
  background: #57a83c;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
}
.footer {
  background: linear-gradient(135deg, #4caf50 0%, #2196f3 100%);
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-content {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.company-info {
  flex: 2;
}

.company-info img {
  width: 120px;
  margin-bottom: 10px;
}
.bp_block_item .row {
  margin: 0;
}
.bp_news_info {
  display: none;
}
.sidebar-blog .news_title {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
.sidebar-blog .news_title a {
  color: #334862;
  font-weight: 400;
}
.sidebar-blog .cls_img_hot_news {
  width: 25%;
}
.sidebar-blog .cls_content_hot_news {
  width: 75%;
}
.sidebar-blog .bp_block_item {
  padding: 10px 0 10px;
  border-bottom: 1px solid #ececec;
}
.sidebar-blog .widget-title {
  color: white;
  background-color: #62b446;
  padding: 15px;
  display: block;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
.footer h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.company-details p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6;
}

.products ul,
.support ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products li,
.support li {
  margin-bottom: 12px;
}

.products a,
.support a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}

.products a:hover,
.support a:hover {
  opacity: 0.8;
}

.products a::before,
.support a::before {
  content: "›";
  margin-right: 8px;
  font-size: 16px;
}

.newsletter {
  flex: 1.2;
}

.newsletter form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.newsletter input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.bp-btn-send {
  padding: 12px 25px;
  background: #1a237e;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
form > .bp_form_field {
  margin: 0;
  padding: 0;
}
.bp-btn-send:hover {
  background: #283593;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}

.social-icon img {
  width: 20px;
  height: 20px;
}

.bottom-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
}
.megamenu .container .row {
  background: #08abc8;
}
.bp_megamenu_title {
  color: #fff !important;
  font-size: 14px;
}
.bp_megamenu_title:hover {
  color: gray !important;
}
.nav-link {
  padding: 0 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header .dropdown-menu {
    transition: all 0.3s ease;
  }
  .bp_navbar_ul_menu {
    justify-content: center;
  }
  .header .navbar .dropdown-toggle {
    padding-left: 5px;
  }
  .products ul,
  .support ul {
    padding-left: 25px;
  }
  .footer-column.products h3,
  .footer-column.support h3 {
    margin-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .header-top {
    display: none;
  }
  .header .dropdown-menu {
    margin: 0;
  }
  .megamenu .container .row {
    background: #fff;
  }
  .bp_megamenu_title {
    color: #121212 !important;
  }
  .menu {
    order: -1;
  }
  #nav_menu_hor {
    flex: 0 0 auto;
    width: 25%;
    order: -1;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .header-logo {
    text-align: center;
  }
  .header-menu {
    padding: 15px 0;
  }
  .header .bp_frm_search_product #dv_search {
    max-width: 100%;
  }
  .header .bp_frm_search_product #dv_search input {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.09);
  }
  .header .bp_frm_search_product #dv_search input::placeholder {
    color: #fff;
  }
  .header .input-group-btn button {
    color: #fff;
  }
  .bp-sidebar-menu {
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
  }

  .contact-info {
    flex-direction: column;
    text-align: center;
  }
  .section-title {
    font-size: 20px;
    padding: 0 10px;
  }

  .view-all {
    font-size: 12px;
    display: none;
  }
  .footer-content {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
