        .carousel .bp_details_image {
  display: none;
}
.carousel .bp_details_image_thumb {
  height: 100%;
  padding: 0;
}
.carousel .mySwiper .swiper-slide {
  opacity: 1;
}
.carousel img {
  border-radius: 0;
}
.product-carousel .product_title {
  font-size: 39px;
  font-weight: 900;
  line-height: 38px;
}
.bp_img_product {
  height: 420px;
}
.bp-shopping-form {
  display: none;
}
.product_detail-setting {
  padding: 25px 40px 18px;
  background: #f3f5fb;
  border-radius: 12px;
  margin-top: 30px;
  width: 412px;
}
.bp_lbl_product_more {
  font-weight: 700;
}
.product_detail-setting .bp-more-lbl-vl {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-bottom: 15px;
}
.bp_cls_price {
  text-align: right;
}
.bp-group-button-qv-wl {
  display: none;
}
.cls_price_note {
  display: none;
}
.cls_price_text {
  display: none;
}
.button-contact a {
  display: block;
  width: 100%;
}
.product-detail .bp-item-more-icon{
    display: none;
}
.card {
    
    background-image: url("/files_upload/bg-img-01.jpg");
  background-color: rgba(255 255 255 / 0.26);
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease;
  margin: 0 0 11px;
  padding: 15px;
  box-shadow: 0 0 16px 7px rgba(83 20 173 / 0.07);
}
.bp-one-image {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.bp-one-image img {
     transition: all 0.6s ease-in-out;
}
.bp-one-image:hover img {
    
  transform: scale(1.09);
}
.product .cls_price_number,
.product .cls_unit_price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #121212;
  font-family: "Exo 2", sans-serif;
  text-align: right;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: 2px;
}
.card-body {
    background-image: url(/files_upload/bg-img-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    padding: 18px 20px 25px;
    display: flex;
    flex-direction: column;
}
.card-body .bp-item-more-icon {
    display: none;
}
.card-body .product-setting .bp_product_more_item:nth-child(1) .bp_lbl_product_value {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    font-weight: 500;
    color: #252d3d;
    background: #ffffff;
}
#bp_price_sale,
#bp_unit_price {
  font-size: 28px;
  line-height: 44px;
  font-weight: 800;
  color: #ff4605;
}
.button_detail-contact {
  margin-top: 20px;
}
.button_detail-contact .bp_lbl_product_more {
  display: none;
}
.button-contact {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #0f141e;
  padding: 14px 15px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #46d993;
}
.button-contact:hover {
  background: #fff0eb;
}
.button-contact:hover a {
  color: #ff4605;
}
.bp_product_content {
  color: #222732;
  font-size: 16px;
  line-height: 30px;
}
.classic .bp_img_product {
    height: 600px;
}
iframe {
  margin-top: 20px;
  height: 400px !important;
}
.content-detail {
  display: none;
}
.form-agent {
  margin: 40px 0;
  background: #f2f5fb;
}
.bp_form_data {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  min-height: 53px;
  border-radius: 10px;
}
.form-agent form .bp_form_field:nth-child(4) textarea {
  width: 100%;
  height: 160px;
}
.form-agent .bp-btn-send {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 0 solid transparent;
  box-shadow: none;
  padding: 16px 25px;
  vertical-align: top;
  border-radius: 10px;
  background: #ff4605;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.form-agent .bp-btn-send:before {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 1);
  z-index: 1;
}
.form-agent .bp-btn-send:after {
  position: absolute;
  top: 1px;
  right: -50px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50px;
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  opacity: 0;
}
.form-agent .bp-btn-send:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.form-agent .bp-btn-send:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.form-agent .bp-btn-send:hover:after {
  right: 4px;
  opacity: 1;
}
.form-agent h3 {
  color: #222732;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}
.agent-avt img {
  width: 50px;
  border-radius: 50%;
}
.agent-card {
  display: flex;
  justify-content: space-between;
}
.agent {
  width: 75%;

  margin: auto;

  border: 1px solid #e7edf3;
  box-shadow: 1.2px 1.6px 0px 0px rgba(196, 196, 196, 0.24);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 12px;
}
.agent-card,
.agent-contact {
  padding: 30px 37px 33px;
  background: #fff;
  border-radius: 12px 12px 0 0;
}
.agent-contact {
  border-top: 1px solid #e7edf3;
  border-radius: 0 0 12px 12px;
}
.agent-card h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #222732;
  margin: 0;
}
.agent-card .agent-info > p {
  color: #ff4605;
  font-size: 15px;
  line-height: 24px;
}
.agent .location-user {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.location-user i {
  color: #ff4605;
}
.agent-contact .location-user {
  margin: 0;
  margin-bottom: 20px;
}
.product .bp_pd_sub {
  display: none;
}
.product .cls_img_product_focus img {
  height: 180px;
}
.product .cls_content_product_focus {
  background-color: #222733;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 19px 22px;
  border-radius: 0 0 20px 20px;
}
.bp-category-name {
  display: none;
}
.product .product_title {
  margin: 0;
  margin-bottom: 10px;
      font-size: 20px;
    line-height: 32px;
    margin: 0;
    font-weight: 600;
    text-align: left;
}
.product .product_title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product .bp_cls_group_price {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #343b4a;
}
.product .bp_cls_price {
  text-align: left;
}
.product .product-setting-main {
  order: 1;
}
.product .product-setting .bp_product_more_item .bp_lbl_product_value {
  font-size: 14px;
}
.product_other-title h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 40px;
  font-weight: 900;
  color: #222732;
}
.owl-nav,.owl-dots {
    display: none;
}
.button-email {
  margin-top: 20px;
  background: #2970f3;
  border: none;
}
.button-email a {
  color: #fff;
}
.button-email:hover {
  background: #46d993;
  opacity: 0.9;
}
.button-email:hover a {
  color: #fff;
}
.classic .product_title {
  font-size: 30px;
  line-height: 1.3;
  margin: 0;
}
.classic .bp_cls_price {
  text-align: left;
  margin-bottom: 20px ;
}
.classic > nav {
  padding: 30px 0;
}
.classic .product_sub-setting {
  position: relative !important;
  top: 0 !important;
}
.product .cls_img_product_focus img {
  object-fit: cover;
}
.product .bp_product_item {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .form-agent h3 {
    text-align: center;
  }
  .product-carousel .product_sub-setting {
    position: relative !important;
    top: 0 !important;
  }
  .product_sub-setting {
    margin-top: 30px;
  }
  .carousel .bp_img_product {
    height: 250px;
  }
  .agent {
    margin-top: 20px;
  }
  #frm-action-107782 > .bp_form_field:last-child {
    text-align: center;
  }
  .classic .bp_img_product {
      height: 450px;
  }
  .product_detail-setting {
    margin: auto;
    width: 100%;
  }
  .product-carousel .product_title {
    margin-bottom: 10px;
  }
  .bp_cls_price {
    text-align: left;
  }
  .setting-breadcrumb {
    display: flex;
    gap: 10px;
  }
  .setting-breadcrumb .bp_lbl_product_more {
    display: none;
  }
  .setting-breadcrumb .bp_lbl_product_value {
    color: #a7a8a8;
    position: relative;
  }
  .setting-breadcrumb .bp_product_more_item:not(:first-child) .bp_lbl_product_value:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff4605;
    margin-right: 8px;
    vertical-align: middle;
  }
  .bp_product_sub {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-carousel .product_title {
    font-size: 32px;
  }

  .carousel .bp_img_product {
    height: 220px;
  }
  .bp_product_content,
  .bp_product_sub {
    font-size: 14px;
  }
  #frm-action-107782 > .bp_form_field:not(:last-child) {
    width: 100%;
    display: inline-block;
  }
  .bp_form_data {
    width: 100%;
  }
  .agent {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .product .cls_img_product_focus img {
    height: auto;
  }
}
@media screen and (max-width: 456px) {
  .carousel .bp_img_product {
    height: 150px;
  }
  .product .cls_img_product_focus img {
    height: auto;
  }
  .product_detail-setting .bp-more-lbl-vl {
    grid-template-columns: repeat(2, 45%);
  }
  .classic .bp_img_product {
      height: 350px;
  }
}

