	.breadcrumb .breadcrumb-item:not(:last-child){
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: unset;
}
.breadcrumb {
    justify-content: center;
}
.text_slide  {
    display: none;
}
.breadcrumb-main .breadcrumb-item.active{
        background-color: #7FC6A4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 60px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.breadcrumb-main  {
    margin-top: -55px;
    position: relative;
    z-index: 3;
}
.bp_img_product {
    height: auto;
}
.product-detail {
    padding: 100px 0;
}
.bp_pd_details_tab {
    display: none;
}
.bp-group-button-qv-wl {
    display: none;
}
.bp_lbl_product_more  {
    display: none;
}
.bp-category-name {
    display: none;
}
.bp_lbl_product_value a {
        background-color: #00533b;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 41px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: fit-content;
}
.bp_product_more_item {
    order: 1;
}
.bp_content_product {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}


.bp_pd_sub {
    display: none;
}
.product-other .bp-more-lbl-vl {
    display: none;
}
.product-other .bp-product-link-details {
    display: none;
}
.product-other .product_title {
    margin-top: 10px;
    text-align: center;
}
.product-other .product_title a {
        color: #121212;
    font-weight: 500;
    font-size: 18px;
}
.product-other > p {
       font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: #0b2b43;
    position: relative;
    padding-bottom: 10px;
    width: fit-content;
    margin-bottom: 40px;
}
.product-other > p:before {
        content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #7fc6a4;
}
.product-detail-main {
    margin-bottom: 20px;
}
.product-other .cls_img_product_focus img {
    height: 200px;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .product_title {
        margin-top: 20px;
    }
    .cls_product_sub p {
        font-size: 14px;
    }
    .product-other .cls_img_product_focus img {
        height: auto;
    }
}
