        @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
}

a {
  color: #333333;
}
a:hover {
  color: #dc2b09;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*Header*/

.header {
  padding: 15px 0;
}
.header .logo-header img {
  width: 200px;
}
.header .bp_cls_cart_item {
  display: flex;
  width: auto;
}
.header .cart-info h2 {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.header .cart-info p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.header .bp_cls_icon_cart {
  color: #00b9f8;
}
.header .header-hotline p:last-child {
  font-weight: 700;
}
.header input::placeholder,
.header-menu input::placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.header input,
.header-menu input {
  border: none;
  padding: 0;
}
.header input:focus-visible,
.header-menu input:focus-visible {
  border: none;
  outline: none;
}
.header input:focus,
.header-menu input:focus {
  border: none;
  box-shadow: none;
}
.header #dv_search,
.header-menu #dv_search {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  background: #fff;
}
#livesearch_83266 {
  display: none;
}
.offcanvas.offcanvas-end {
  width: 400px;
}
.header #submit_seach,
.header-menu #submit_seach {
  border: none;
  background-color: transparent;
  color: #c3c3c3;
  font-size: 18px;
}
.header .header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .header-contact i {
  color: #dc2b09;
  font-size: 20px;
}
.header .header-hotline a {
  color: #dc2b09;
  font-weight: 700;
}
.header-menu {
  /*padding: 15px 0;*/
  background: #dc2b09;
}

.header-menu .bp_navbar_ul_menu .nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: linear-gradient(355deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 51.5%, rgba(255, 255, 255, 0) 100%);
}
.header-menu .bp_navbar_ul_menu .nav-item:first-child:after {
  content: unset;
}
.header-menu .bp_navbar_ul_menu .nav-item .nav-link {
  color: #f9f9f9;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 0;
}

/*Product*/

.product .container {
  position: relative;
}
.product .bp_product_item {
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(212, 212, 212, 0.4);
  padding: 20px;
}
.product .bp_product_item .row {
  margin: 0;
}

.product .cls_img_product_focus img {
  height: 230px;
  object-fit: cover;
  object-position: center;
}
.product .cls_content_product_focus,
.product .cls_img_product_focus {
  padding: 0;
}
.product .product_title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
}
.product .product_title a {
  color: #333;
}
.product .bp_tab_group {
  margin-top: 30px;
}
.product .bp_ul_tabs {
  justify-content: end;
  margin-right: 100px;
  border: none;
  position: relative;
  z-index: 2;
}
.product_title-tab {
  background: #f9f9f9;
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-new {
  padding: 0;
}
.navbar-toggler {
  background-color: #fff;
}
.product_title-tab h2 {
  background: #d83538;
  padding: 10px 40px 9px 15px;
  color: #fdfdfd;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_title-tab img {
  width: 20px;
}
.product_title-tab h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.product_title-tab h2::before {
  right: -20px;
  border-width: 0px 0 40px 20px;
  border-color: transparent transparent transparent #d83538;
}

.product .nav-tabs .nav-link {
  border: none;
}
.product .nav-tabs .nav-link.active {
  border: none;
  color: #00b9f8;
}
.product .nav-link:hover {
  color: #00b9f8;
}

.link-all a {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

/*Footer*/
.footer {
  background: #252f49;
  background-image: url("/files_upload/map.png");
  background-position: center;
  background-repeat: no-repeat;
}
.footer-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.footer-copyright {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #2a3551;
}
.footer h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer .bp_name_category_option,
.footer .footer-lead .footer-link ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer ul {
  margin-top: 20px;
  padding-left: 0;
}
.footer .bp_category_option_item {
  padding: 5px 0;
}
.footer .bp_category_option {
  display: block;
}
.footer .footer-info > ul > li {
  color: #fff;
  padding: 5px 0;
}
.footer .footer-info  > ul li i {
  margin-right: 10px;
  font-size: 12px;
}
.footer .footer-info  > ul li a {
  color: #fff;
}

.footer .footer-lead ul {
  padding-left: 0;
}
.footer .footer-lead ul li {
  padding: 5px 0;
}
.footer-social ul {
  padding-left: 0;
  display: flex;
  gap: 10px;
}
.footer-social ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .bp_img_category_option {
  display: none;
}
.footer-social ul li:first-child {
  background: #2b4996;
}
.footer-social ul li a {
  color: #fff;
}
.footer-social ul li:nth-child(2) {
  background: #ff0000;
}
.footer-social ul li:nth-child(3) {
  background: #333333;
}
.footer-social ul li:nth-child(4) {
  background: linear-gradient(180deg, #7e36b6 0%, #ed4f70 54.17%, #fd9c3d 100%);
}
.bp_news_info {
  display: none;
}
@media screen and (min-width: 992px) {

  .header-menu .bp_navbar_ul_menu .nav-item:first-child {
 
    background: #252f49;
    padding-left: 25px;
    width: 300px;
  }
  .bp_hor_menu_icon {
    margin-right: 10px;
  }
  .header-menu .bp_navbar_ul_menu .nav-item {
    padding: 10px 25px;
  }
  /*.bp_sub_menu {*/
  /*  display: block;*/
  /*  right: 0;*/
  /*  border: 1px solid #e6e6e6;*/
  /*  padding: 0;*/
  /*  background: #fcfcfc;*/
  /*  border-radius: 0;*/
  /*}*/
  .bp_sub_menu li a {
    padding: 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
  }
  .navbar ul.dropdown-menu li {
    padding: 8px 10px;
  }

}
@media screen and (max-width: 991px) {
    .email {
        display: none;
    }
  .header-menu {
    padding: 10px 0;
  }
  .bp_navbar_ul_menu li:first-child {
    display: none !important;
  }
  #menu_hor {
    justify-content: end;
  }
  .header-menu .bp_navbar_ul_menu .nav-item .nav-link {
    color: #333333;
  }
  .product .bp_product_item {
    margin-bottom: 15px;
  }
  .product_title-tab {
    position: relative;
  }
  .product .bp_ul_tabs {
    margin-right: 0;
  }

  .footer-list {
    grid-template-columns: repeat(2, auto);
  }
  .footer-info,
  .footer-social {
    grid-column: span 2;
  }
  .footer-social {
    text-align: center;
  }
  .footer-social ul {
    justify-content: center;
  }
  .header .header-contact {
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  .product .product_title {
    min-height: 35px;
  }
  .footer-list {
    grid-template-columns: 57%;
  }
}
@media screen and (max-width: 456px) {
  .header-hotline {
    font-size: 13px;
  }
}
