.holder_banner {
    margin: 3rem 0;
}

    .holder_banner .text-desc {
        margin: auto;
    }

        .holder_banner .text-desc h3 {
            font-weight: 800;
            font-size: 30px;
            line-height: 149%;
            text-align: right;
        }

        .holder_banner .text-desc p {
            font-weight: 500;
            font-size: 14px;
            line-height: 25px;
            text-align: justify;
        }

    .holder_banner .banner_text_bottom {
        margin: 0;
        border: #E1E1E1 solid 1px;
        border-left: 0;
        border-right: 0;
        padding: 1rem 0;
    }

        .holder_banner .banner_text_bottom .row_price {
            display: flex;
            gap: 1rem;
            justify-content: space-between;
            width: 100%;
        }

            .holder_banner .banner_text_bottom .row_price .price {
                text-align: center;
                display: flex;
                flex-direction: column;
                gap: 1rem;
            }

                .holder_banner .banner_text_bottom .row_price .price .old {
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 100%;
                    color: #DB3328;
                    position: relative;
                    margin: auto;
                }

                    .holder_banner .banner_text_bottom .row_price .price .old span {
                    }

                .holder_banner .banner_text_bottom .row_price .price .new {
                    font-weight: 800;
                    font-size: 24px;
                    line-height: 100%;
                    margin: auto;
                }

                    .holder_banner .banner_text_bottom .row_price .price .new span {
                    }

                .holder_banner .banner_text_bottom .row_price .price .old:before {
                    content: "";
                    width: 100%;
                    display: block;
                    height: 3%;
                    background: #DB3328;
                    position: absolute;
                    transform: rotate(-9deg);
                    top: 10px;
                }

            .holder_banner .banner_text_bottom .row_price .img-black {
                margin: auto;
            }

            .holder_banner .banner_text_bottom .row_price .hold-btn {
                margin: auto auto auto 0;
            }

                .holder_banner .banner_text_bottom .row_price .hold-btn .btn {
                    border-radius: 40px;
                    background: #E64225;
                    color: #fff;
                    font-size: 1rem;
                }

.holder_information {
}

    .holder_information .nav-tabs {
        border-bottom: solid 1px #C8C8C8;
    }

        .holder_information .nav-tabs li.nav-item {
        }

            .holder_information .nav-tabs li.nav-item .nav-link {
                color: #303030;
                text-align: center;
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

                .holder_information .nav-tabs li.nav-item .nav-link.active {
                    border-color: #E64225;
                    font-weight: 700;
                }

                .holder_information .nav-tabs li.nav-item .nav-link:hover {
                    background: transparent;
                    cursor: pointer;
                }

    .holder_information .tab-content {
    }

        .holder_information .tab-content .tab-pane {
            padding: 1rem 0;
        }



.holder_information {
}

    .holder_information .nav-tabs {
        border-bottom: solid 1px #C8C8C8;
    }

        .holder_information .nav-tabs li.nav-item {
        }

            .holder_information .nav-tabs li.nav-item .nav-link {
                color: #303030;
                text-align: center;
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

                .holder_information .nav-tabs li.nav-item .nav-link.active {
                    border-color: #E64225;
                    font-weight: 700;
                }

                .holder_information .nav-tabs li.nav-item .nav-link:hover {
                    background: transparent;
                    cursor: pointer;
                }

    .holder_information .tab-content {
    }

        .holder_information .tab-content .tab-pane {
            padding: 1rem 0;
        }

            .holder_information .tab-content .tab-pane p {
                font-size: .9rem;
                line-height: 189%;
                text-align: right;
                vertical-align: middle;
                margin: 0;
            }

                .holder_information .tab-content .tab-pane p span {
                    color: #DB3328;
                }

            .holder_information .tab-content .tab-pane ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .holder_information .tab-content .tab-pane ul li {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 25px;
                    text-align: right;
                    vertical-align: middle;
                }
