.sv-wrapper-2-text {
    line-height: 2;
}

.new-wrapper {
    margin-top: 60px;
}

.new-wrapper-title span {
    color: #1b6aa5;
    margin-right: 3px;
}

.new-wrapper-title {
    font-size: 22px;
    font-weight: 800;
    text-align: right;
    color: #373737;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.new-wrapper-title-2 span {
    color: #249fd5;
    margin-right: 3px;
}

.new-wrapper-title-2 {
    font-size: 22px;
    font-weight: 800;
    text-align: right;
    color: #373737;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 30px;
}

.new-wrapper-title::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    margin-top: 10px;
    margin-right: 10px;
}

.card--service {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.card--service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s;
}

.card--service-img-body {
    position: relative;
    width: 100%;
    height: 205px;
    background-color: #f7f7f7;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border-radius: 5px;
}

.card--service:hover .card--service-img {
    transform: scale(1.1);
}

.card--service-title {
    color: #373737;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.card--service-title:hover {
    color: #1b6aa5;
}

.card--service-link {
    font-size: 14px;
    color: #1b6aa5;
    margin-top: 15px;
    text-align: end;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.card--service-link img {
    width: 18px;
    margin-right: 5px;
}

.blue-wrapper {
    background: #005ba7;
    padding: 60px 0;
    margin-top: 60px;
}


.blue-wrapper-title {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.blue-item-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    background: #efefef;
    border-radius: 14px;
    padding: 10px;
}

.blue-item-title {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.blue-item {
    display: block;
    position: relative;
    transition: 0.3s;
}

.blue-item:hover {
    transform: translateY(-10px);
}

.step-wrapper{
    overflow: hidden;
}

.step-wrapper-title {
    font-size: 22px;
    font-weight: 800;
    color: #373737;
    position: relative;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

.step-wrapper-title span {
    color: #005ba7;
}

.step-item-img {
    width: 100%;
}

.step-item::after {
    content: "";
    background-color: rgb(164 166 169);
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='15 18 9 12 15 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='15 18 9 12 15 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 90px;
    left: -40px;
}

.step-wrapper .col-lg:last-child .step-item::after {
    display: none;
}

.step-item {
    position: relative;
    padding: 10px;
    display: block;
}

.step-item-title {
    color: #666666;
}

.step-item-title span {
    color: #005ba7;
    font-weight: bold;
}

.step-wrap-btn {
    display: flex;
    background: #005ba7;
    border: 1px solid #005ba7;
    margin: auto;
    width: max-content;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    transition: 0.3s;
    margin-top: 15px;
}

.step-wrap-btn:hover {
    background: transparent;
    color: #005ba7;
}

.new-wrapper-text {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.home--banner {
    margin-top: 60px;
}

.home--banner img {
    width: 100%;
}

.slider-box {
    background: #fff;
    padding: 20px;
}

.card-product {
    display: flex;
    flex-direction: column;
    border: 1px solid #d3d3d3;
    border-radius: 16px;
    padding: 15px;
    transition: 0.3s;
}

.card-product:hover {
    box-shadow: rgba(0, 0, 0, 20%) 0px 0px 8px;
}

.card-product-img-body {
    position: relative;
    width: 100%;
    height: 199px;
    flex: 0 0 199px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.card-product-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.3s;
}

.card-product-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 14px;
    color: #4b4b4b;
    margin-top: 20px;
    height: 40px;
}

.card-product-price-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    height: 34px;
    margin-top: 5px;
}

.card-product-price-1 {
    color: #083808;
    font-size: 14px;
    line-height: 1;
}

.card-product-price-2 {
    color: red;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    display: flex;
    line-height: 1;
    margin-top: 5px;
    padding: 0 10px;
}


.swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.swiper-button-next:after {
    font-size: 12px;
    padding-right: 2px;
    padding-top: 2px;
}

.swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.swiper-button-prev:after {
    font-size: 12px;
    padding-top: 2px;
}


.swiper-button-prev {
    width: 36px;
    height: 36px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
}

.swiper-button-next {
    width: 36px;
    height: 36px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
}

.sv-card-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 48px;
}






@media (max-width:767px) {
    .new-wrapper-title {
        font-size: 18px;
    }

    .new-wrapper {
        margin-top: 30px;
    }

    .blue-wrapper {
        padding: 30px 0;
        margin-top: 30px;
    }

    .blue-wrapper-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .step-wrapper-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .home--banner {
        margin-top: 30px;
    }


    .new-wrapper-title-2 {
        font-size: 18px;
    }

    .slider-box {
        padding: 10px;
    }

    .card-product-img-body {
        height: 130px;
        flex: 0 0 130px;
    }

    .card-product {
        border-radius: 10px;
    }


}

.jconfirm .jconfirm-box-container{
    display: contents;
}

.jconfirm-box{
    width: 600px;
}