        .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%;
}
#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 #ff4605;
}
.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;
}
.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;
}
.button-email {
  margin-top: 20px;
  background: #ff4605;
}
.button-email a {
  color: #fff;
}
.button-email:hover {
  background: #ff4605;
  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;
  }
}

