	@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  background: linear-gradient(180deg, rgba(237, 234, 221, 0.4) 0%, rgba(255, 204, 204, 0.1) 100%);
}
img {
  max-width: 100%;
}
.header {
  background: #fff;
  position: relative;
  padding: 10px 0;
}
.header #navbarsMenu {
  justify-content: end;
}
.header .navbar-nav > li > a {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header .nav-item a {
  color: #6e6c6c;
  font-size: 13px;
}
.header .bp_toggle_arrow:after,
.header .bp_menu_icon {
  font-size: 12px;
  color: gray;
}
.header .navbar-nav > .nav-item {
  text-transform: uppercase;
}
.about-title {
  text-align: center;
  margin-bottom: 50px;
}
.about-title h2 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}
.about-title h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 80px;
  background: red;
}
.bp_cls_home {
  color: gray;
}

/*Project*/
.project .bp_block_item {
  position: relative;
  margin-bottom: 30px;
}
.project .bp_block_item .row {
  margin: 0;
}
.project .cls_img_hot_news {
  padding: 0;
}
.breadcrumb-item a {
    color: #333333;
}
.project .cls_content_hot_news {
  position: absolute;
  text-align: center;
  /*margin-top: 30px;*/
  top: 50%;
  width: 100%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-in-out;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project .bp_block_item:hover .cls_content_hot_news {
  margin-top: 0;
  opacity: 1;
}
.project .news_title {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
  text-transform: uppercase;
}
.project .news_title a {
  color: #fff;
}
.project .bp_news_more {
  border-radius: 30px;
  background: linear-gradient(79deg, #e41e31 64.69%, rgba(255, 204, 204, 0.7) 102.21%);
  padding: 10px 20px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.project .bp_news_info {
  display: none;
}
.project .cls_img_hot_news img {
  height: 250px;
}
/**/

/*Product*/
.product .bp_cls_shopping_form {
    display: none;
}

.product .product-setting .bp_product_more_item:not(:last-child)  {
    display: none;
}
.product .cls_price_text {
    display: none;
}
.product .bp_cls_price {
    text-align: center;
}
.bp_cls_prev_i,.bp_cls_next_i,.bp_cls_next_i{
    display: none;
}
.bp_cls_group_price {
    display: none;
}
/*Navigation*/

.phan_trang {
    margin-top: 30px;
    text-align: center;
}
.item_page_active {
    background: linear-gradient(180deg, #fb4758 0%, #e41e31 100%);
        border: 1px solid #e41e31;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
}
.item_page {
        background: black;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
}
.bp_cls_next,.bp_cls_prev {
         background: black;
    padding: 10px; 
    color: #fff;
    border-radius: 8px;
    margin: 0 5px;
}
.bp_cls_next:hover,.bp_cls_prev:hover,.item_page:hover {
    color: #fff;
}






/**/



.footer {
  background-image: url("/files_upload/footer.png");
  padding: 50px 0;
  color: #fff;
}
.footer .footer-info h2 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}
.footer .footer-info > p {
  margin-bottom: 20px;
}
.footer .footer-info p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footer .bp_name_category_option {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}
.footer .about-title {
  text-align: left;
  margin-bottom: 30px;
}
.footer .about-title h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.footer .about-title h2:before {
  background: #fff;
  left: 0;
  transform: unset;
  height: 3px;
  width: 40px;
}
.footer .footer-social {
  display: flex;
  gap: 10px;
}
.footer .footer-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.footer .footer-icon img {
  width: 20px;
  height: 20px;
}

.footer .footer-category,
.footer .col-lg-4:nth-child(2) .about-title {
  margin-left: 100px;
}
.fcta-zalo-ben-trong-nut {
  bottom: 10px;
}
.header .bp_sub_menu .bp_nav_link {
    width: 100% !important;
  }
@media screen and (min-width: 992px) {
      .header .navbar-nav > .nav-item > a {
      position: relative;
      padding-bottom: 10px !important;
  }
  .header .navbar-nav > .nav-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; 
    background-color: #a34646;
    transition: width 0.8s ease-in-out;
  }
  .header .navbar-nav > .nav-item.active > a::after {
      transition: unset;
  }
  .header .navbar-nav li:hover > a,.header .navbar-nav .nav-item.active > a {
    color: #a34646;
  }
 
  .header .navbar-nav > .nav-item:hover a::after, .header .navbar-nav > .nav-item.active a::after {
    width: 100%; 
  }
  
  .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 .dropdown:hover > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar ul.dropdown-menu li {
    padding: 10px 20px;
  }
  .dropdown-menu > li:hover > .submenu {
    margin-left: 5px !important;
    opacity: 1 !important;
       visibility: visible;
  }
  .submenu {
       visibility: hidden;
    display: block !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin-left: 20px !important;
    transition: all 0.3s linear;
    border: none;
    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;
  }
}

@media screen and (max-width: 991px) {
  .nav-item a {
    position: relative;
    padding-bottom: 5px !important; /* Đặt khoảng cách dưới thẻ li để nhìn thấy đường kẻ */
  }
  .bp_sub_menu {
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
    border: none;
    padding: 10px 30px;
  }

  .header .submenu {
    padding-left: 10px;
  }
  .footer .footer-category, .footer .col-lg-4:nth-child(2) .about-title {
      margin: 30px 0;
  }
  #menu_hor {
    justify-content: end;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #navbar-ul-menu {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    max-width: 720px;
    margin: auto;
    padding: 10px 25px;
  }
  .navbar ul.navbar-nav > li {
    position: relative;
    padding: 15px 0;
  }
  .navbar ul.navbar-nav > li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  #navbarsMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
  }
  .blog-sidebar {
      display: none;
  }
      .navbar ul.navbar-nav li.dropdown > a {
        width: unset;
    }
        .navbar ul.navbar-nav li.dropdown ul {
        position: unset;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
  #navbar-ul-menu {
    max-width: 540px;
  }
  .project .cls_img_hot_news img {
    height: 150px;
  }
  
}
@media screen and (max-width: 576px) {
  #navbar-ul-menu {
    max-width: 100%;
  }
  .project .news_title {
    font-size: 13px;
  }
  .project .bp_news_more {
    font-size: 12px;
    margin-top: 5px;
  }
 
}
@media screen and (max-width: 456px) {
  .project .cls_img_hot_news img {
    height: 130px;
  }
}
@media screen and (max-width: 370px) {
  .project .cls_img_hot_news img {
    height: 90px;
  }
}
