	@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-family: "Be Vietnam Pro", sans-serif;
}
button,
input,
select,
textarea {
  outline: none !important;
}
html,
body,
div,
span,
h3,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  border: 0;
  font-style: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
}

.navbar .navbar-collapse ul.navbar-nav li a {
  font-weight: 500;
}
.bp_menu_hor_logo img {
  width: 90px;
  height: auto;
}
.header {
    position: relative;
    padding: 10px;
}
.header .input-group .btn {
  padding: 10px;
  background: #5ba4f6;
  border: none;
}
.slide__home .swiper-slide img {
  object-fit: unset;
}
.slide__home .swiper-wrapper {
  height: auto;
}
.intro__text-slide {
  color: white;
  font-size: 32px;
  letter-spacing: 1.8px;
  font-weight: 600;
  line-height: 1.4;
  width: 90%;
}
.intro__text-slide .number__discount-slide {
  color: black;
  font-weight: 600;
  font-size: 28px;
}
.intro__text-slide p:nth-child(2) {
  font-size: 24px;
}
.intro__text-slide button {
  background: #5ba4f6;
  border: none;
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
}
.text_slide_right,
.text_slide_left {
  bottom: unset;
  top: 30%;
}
.intro__text-slide .buy__now-home {
  background: #333333;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: black;
  border-radius: 50%;
  color: white !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}
.category__widget img {
  height: 230px;
  width: 100%;
  transition: all 0.3s linear;
}
.category__widget:hover img {
  transform: scale(1.1);
}
.widget-banner .banner-content-inner h5 {
  margin: 0;
  color: #333;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
}

.widget-banner .banner-content-inner h3 {
  margin: 5px 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #5ba4f6;
}
.link-bottom a {
  color: #fff;
  background-color: #121212;
  border-color: #050505;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1.71;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
}
.category__widget {
  position: relative;
  overflow: hidden;
}
.banner-content-inner {
  position: absolute;
  top: 30%;
  left: 5%;
}
.product__list-home .cls_price_number,
.product__list-home .cls_unit_price {
  color: #5ba4f6;
  font-size: 16px;
  font-weight: 700;
}
.product__list-home .bp_content_product {
  text-align: center;
}
.product__list-home .product_title {
  transform: translateY(0px);
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}
.product__list-home .cls_price_text,
.product__list-home .bp_pd_info,
.product__list-home .product-quantity,
.product__list-home .cls_old_price_text,
.product__list-home .bp_group_quantity {
  display: none;
}
.product__list-home .bp_cls_group_price {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.product__list-home .cls_old_price,
.product__list-home .bp_cls_old_price .cls_unit_price {
  font-size: 13px;
  color: #b2b2b2;
}
@media (min-width: 1200px) {
  .widget-banner .banner-content-inner h3 {
    font-size: 24px;
  }
}
.product__list-home > p,
.blog__top > p {
  text-align: center;
  text-transform: none;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  /* position: relative; */
  color: #5ba4f6;
  margin: 20px 0;
}
.product__list-home > h3,
.blog__top > h3 {
  text-align: center;
  font-size: 30px;
  padding: 0;
  margin: 5px 0;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 40px;
}
.product__list-home .bp_product_item {
  position: relative;
  margin-bottom: 15px;
}
.product__list-home .bp_cls_shopping_form {
  position: absolute;
  /*background-color: #fff;*/
  display: flex;
  transition: all 0.5s ease 0s;
  /*width: 90%;*/
  justify-content: center;
  overflow: hidden;
  z-index: 5;
  left: 0;
  opacity: 0;
  bottom: 0;
  right: 0;
}
.product__list-home .bp_product_item:hover .bp_cls_shopping_form {
  bottom: 80px;
  opacity: 1;
  visibility: visible;
}
.product__list-home .btnAddAction,
.product__list-home .btnAddToCart {
  font-size: 16px;
  /* width: 100%; */
  /* height: 100%; */
  border: none;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #000;
  padding: 15px 20px;
  background-color: #fff;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
}
.product__list-home form {
  display: flex;
}
.product__list-home .btnAddAction:hover,
.product__list-home .btnAddToCart:hover {
  background: #5ba4f6;
  color: #fff;
}
.footer {
  background: #333;
}
.footer .row {
  padding: 40px 0;
}
.footer__item h3 {
  font-size: 16px;
  color: #fff;
}
.footer__item p {
  color: #aaa;
  font-weight: 300;
  margin-top: 15px;
  font-size: 14px;
}
.footer__social {
  padding-top: 20px;
  display: flex;
  gap: 10px;
}
.footer__social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  color: #000;
  background: #eaeff4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__kit-home {
  background: #f4f9ff;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 30px 0px 0px 0px;
}
.cls_content_hot_news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.blog__kit-home .news_title a {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.blog__kit-home .bp_news_sub p {
  padding: 30px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 200;
}
.blog__kit-home .bp_news_more {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #5ba4f6;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 30px 12px 30px;
  margin-top: 30px;
}
.bp_cls_cart_quantity {
  font-size: 10px;
  color: #fff;
  background-color: #5ba4f6 !important;
  top: 15% !important;
}
.blog__top .bp_hot_news_img {
  position: relative;
  height: 100%;
}
.blog__top .list-categories {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.blog__top .list-categories a {
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.8;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background-color: #000;
  letter-spacing: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
}
.blog__top .news_title a {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  display: block;
}
.blog__top .bp_news_sub p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  color: gray;
}
.blog__top .bp_news_more {
  color: #fff;
  background-color: #5ba4f6;
  border-color: #5ba4f6;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 25px;
  line-height: 1.71;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
}
.product__list-home .bp_btn_action_cart {
  display: flex;
}
.phan_trang a,
.phan_trang span b.item_page_active {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 6px 15px;
  min-width: 40px;
  margin-right: 5px;
  transition: all 0.2s ease-in-out 0s;
  background: #f0f2f9;
}
.phan_trang span b.item_page_active {
  color: #fff;
  background: #5ba4f6;
}
.phan_trang .bp_cls_next {
  padding: 6px 9px;
}
.wp-block-heading,
.widget-title {
  position: relative;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 25px;
  font-size: 20px;
  padding-block-end: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-block-start: 0;
  letter-spacing: 0.5px;
  text-align: left;
}
.wp-block-heading::before,
.widget-title::before {
  background-color: #5ba4f6;
  content: "";
  position: absolute;
  width: 50px;
  left: 0;
  height: 2px;
  bottom: -1px;
}
.menu_option > ul {
  border: none;
}
.menu__product-main {
  padding: 20px;
  height: 50%;
  border: 1px solid #ebebeb;
}
.menu__product-main .menu_option ul li a {
  transition: all 0.2s ease-in-out 0s;
  color: #333;
  font-size: 14px;
}
.breadcrumb > li + li:before {
  color: #333;
}
.breadcrumb a + a:before,
.breadcrumb a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  content: " > ";
  padding: 0 5px;
}
.breadcrumb a,
.breadcrumb > li {
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb .active {
  color: aliceblue;
}
.bread-title {
  font-size: 32px;
  margin: 0 0 5px;
  text-transform: capitalize;
  font-weight: 600;
}
.text_slide {
  top: 45%;
  bottom: unset;
}
.goal-breadscrumb {
  margin: 0 0 60px;
  background-color: #f4f9ff;
}
.goal-breadscrumb .wrapper-breads {
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.goal-breadscrumb .bread-title {
  font-size: 30px;
  margin: 0 0 5px;
  text-transform: capitalize;
  font-weight: 600;
}
.goal-breadscrumb ol {
  justify-content: center;
}
.goal-breadscrumb .breadcrumb .active {
  color: #5ba4f6;
}
#contact_button #sub_mit {
  color: #fff;
  background-color: #5ba4f6;
  margin-bottom: 0;
  font-weight: 600;
  border-color: #5ba4f6;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 1.2px;
  padding: 8px 25px;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
#contact_reset,
.product__list-home .bp_pd_sub {
  display: none;
}
.product_meta {
  padding-top: 30px;
  margin-top: 30px;
  line-height: 1.1;
  overflow: hidden;
  clear: both;
  border-top: 1px solid #ebebeb;
  color: #000;
}
.product_meta > * {
  display: block;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0 0 8px;
}
.product_meta .sku {
  color: #b3b7c8;
}
.product_meta a {
  color: #5ba4f6 !important;
  transition: all 0.3s ease-in-out 0s;
}
.product_meta > *:last-child {
  margin: 0;
}
.goal-social-share {
  margin-top: 15px;
}
.goal-social-share span {
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
.goal-social-share a {
  margin-right: 20px;
  display: inline-block;
  color: #b3b7c8;
  font-size: 15px;
}
.bp_pd_details_tab,
.product__detail .cls_price_text,
.product__list-home .cls_product_sub {
  display: none;
}
.product__detail .product_title {
  font-size: 30px;
  margin: 0;
  font-weight: 300;
}
.product__detail .cls_price_number,
.product__detail .cls_unit_price {
  color: #5ba4f6;
  font-weight: 700;
  font-size: 24px;
}
.product__detail .bp_cls_group_price {
  padding: 20px 0;
}

.product__detail .btndown,
.product__detail .btnup {
  background: #f0f2f9;
  padding: 7px 18px;
  border: none;
}
.product__detail .product-quantity {
  border: 1px solid #ebebeb;
  padding: 6px;
  text-align: center;
  margin: 0 10px;
}
.product__detail .btndown:hover,
.product__detail .btnup:hover {
  background: #5ba4f6;
  color: white;
}
.product__detail .bp_btn_action_cart {
  display: block;
  margin: 20px 0;
}

.product__detail .btnAddToCart,
.product__detail .btnAddAction {
  border-color: #ddd;
  display: block;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 400;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 8px 25px;
  font-size: 14px;
  line-height: 1.71;
  transition: all 0.3s ease-in-out 0s;
}
.product__detail .btnAddAction {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #5ba4f6, #5ba4f6);
  color: #fff;
}
.product__detail .btnAddToCart {
  color: #5ba4f6;
  font-weight: 700;
  margin: 20px 0;
}
.product__detail .bp_pd_store {
  color: gray;
  font-size: 13px;
}
.product__detail .swiper-slide img {
  border: 1px solid #ccc;
}
.product__list-home .product_title {
  text-align: center;
}

.posted_in {
  margin: 15px 0;
}

.search__blog,
.catogory__blog,
#m_1374 {
  padding: 20px 30px 20px;
  margin: 0 0 30px;
  text-align: left;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.search__blog #dv_search input {
  font-size: 15px;
  border-right: 0;
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #636363;
  height: 43px;
  padding: 12px 30px;
  line-height: 1.8;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.search__blog #dv_search input:focus {
  border: none;
  box-shadow: none;
}
.search__blog #submit_seach {
  border-left: 0;
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #000;
  border-width: 1px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  height: 43px;
}
.catogory__blog .menu_option ul li:first-child {
  padding-top: 0;
}
.catogory__blog .menu_option ul li a {
    color: #333;
    font-size: 14px;
}
.catogory__blog .menu_option ul li {
  padding: 15px 0;
  line-height: 1;
  position: relative;
  border-bottom: 1px dashed #ebebeb;
}
.catogory__blog .menu_option ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  top: -1px;
  background-color: #ebebeb;
  line-height: 1;
}
.catogory__blog .menu_option ul li > span {
  display: unset;
}
.bp_tag_item_link {
  text-transform: capitalize;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 13px !important;
  display: inline-block;
  float: left;
  padding: 5px 18px;
  transition: all 0.3s ease 0s;
  background: #f2f3f5;
  color: #333;
}
.bp_tag_item_link:hover {
  background: black;
  color: white;
}

#m_s1_990 .bp_block_item {
  margin: 10px 0;
}
.bp_comment_submit {
      color: #fff;
    background-color: #5ba4f6;
    border-color: #5ba4f6;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    border: 1px solid transparent;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.71;
    border-radius: 0;
}
#post-332 {
    font-weight: 400;
    font-size: 14px;
}
.entry-description p:first-child,.entry-description p:nth-child(5) {
    margin: 10px 0;
}
.image-wrapper img {
    width: 100%;
}
#btn-checkout,.needs-validation .btn-primary {
    text-transform: uppercase;
    color: #fff;
    background-color: #5ba4f6;
    border-color: #5ba4f6;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.71;
    transition: all 0.3s ease-in-out 0s;
}
#btn-checkout:hover {
    background-color: black;
    border-color: black;
}
#btn-continue {
    text-transform: uppercase;
    color: #fff;
    background-color: black;
    border-color: black;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.71;
    transition: all 0.3s ease-in-out 0s;
}
#btn-continue:hover {
    background-color: #5ba4f6;
    border-color: #5ba4f6;
}
#btnEmpty {
    display: none;
}
#cart_show #item-price {
    color:#5ba4f6;
    font-weight: 600;
} 
.bp_btn_icon_account {
    display: none;
}
@media screen and (max-width:768px) {
    #navbarsMenu { 
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: rgb(255, 255, 255);
        z-index: 2;
    }
    .swiper-button-next,.swiper-button-prev   {
        display: none !important;
    }
    .text_slide_right {
        right: 0;
        top: 30%;
    }
    .intro__text-slide {
        width: 100%;
        font-size: 16px;
    }
    .text_slide_right .intro__text-slide p:nth-child(1) {
        width: 50%;
        margin-left: auto;
    }
    .text_slide_right .intro__text-slide p:nth-child(2) {
        font-size: 12px;
        width: 50%;
        margin-left: auto;
    }
    .intro__text-slide .number__discount-slide {
        font-size: 14px;
    }
    .intro__text-slide button {
            font-size: 10px;
    margin-top: 10px;
    }
    #m_1362 .bp_block_item  {
        margin: 15px 0;
    }
    .text_slide_left {
        top: 15%;
        right: 0;
    }
    .text_slide_left .intro__text-slide  p:nth-child(1) {
        width: 50%;
        margin-right: auto;
    }
      .text_slide_left .intro__text-slide p:nth-child(2) {
        font-size: 12px;
        width: 50%;
        margin-right: auto;
    }
    .category__widget {
        margin-top: 20px;
    }
}