.dv_style6-box2 {
    background-image: url(./images/dv6/bg-dv6-box2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -1186% center
}

.main-dv_style6-box2 {
    margin-top: 100px;
}

.item-dv6-box2 {
    border-radius: 16px;
    border: 1px dashed var(--Color-yellow, #FFC92B);
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 16px;
}

.item-dv6-box2-1 {
    background-image: url(./images/dv6/bg-item-dv6-box2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    background-color: unset;
    box-shadow: none;
}

.item-dv6-box2-1 .title h5,
.item-dv6-box2-1 .desc {
    color: #fff;
}

/*  */
.dv_style6-box3 {
    background-image: url(./images/dv6/bg-dv6-box3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.item-dv6-box3 {
    border-radius: 20px;
    border: 1px solid rgba(255, 159, 28, 0.20);
    background: #FFF;
    box-shadow: 0 4px 0 0 #FF9F1C;
    padding: 21px;
    height: 100%;
}

/*  */
.main-dv_style6-box4 .left .col-item:first-child,
.main-dv_style6-box4 .right .col-item:first-child {
    margin-bottom: 60px;
}

.main-dv_style6-box4 .right .col-item {
    margin-left: -22%;
}


.card-path {
    width: 504px;
    height: 164px;
    position: relative;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.22));
}

.main-dv_style6-box4 .right .card-path .bg {
    width: 100%;
    height: 100%;
    background: white;

    clip-path: path("M26.3897 26.5442C27.1526 16.0911 35.8558 8 46.3366 8H472C483.046 8 492 16.9543 492 28V128C492 139.046 483.046 148 472 148H46.4271C35.9089 148 27.1882 139.853 26.4733 129.359L24.4901 100.245C24.2612 96.8843 23.1872 93.636 21.3679 90.8014L12 76.2051L21.3802 61.6397C23.1918 58.8266 24.2688 55.6039 24.5123 52.2668L26.3897 26.5442Z");
}

.main-dv_style6-box4 .left .card-path .bg {
    width: 100%;
    height: 100%;
    background: white;
    clip-path: path("M477.61 26.5442C476.847 16.0911 468.144 8 457.663 8H32C20.9543 8 12 16.9543 12 28V128C12 139.046 20.9543 148 32 148H457.573C468.091 148 476.812 139.853 477.527 129.359L479.51 100.245C479.739 96.8843 480.813 93.636 482.632 90.8014L492 76.2051L482.62 61.6397C480.808 58.8266 479.731 55.6039 479.488 52.2667L477.61 26.5442Z");
}

/* .item-dv6-box4 .mask-bg {
    -webkit-mask-image: url(./images/dv6/item-dv6-box4-bg.svg);
    mask-image: url(./images/dv6/item-dv6-box4-bg.svg);
    mask-repeat: no-repeat;
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
} */

/* Border overlay cho path version */
.card-path .border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Shared content */
.left .card-path .content {
    left: 20px;
}

.right .card-path .content {
    left: 46px;
}

.card-polygon .content,
.card-path .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px 20px 14px;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4a;
    line-height: 1.3;
}

.card-body {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.65;
}

.main-dv_style6-box4-2 {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 40px 30px;
}

.main-dv_style6-box4-2 .title {
    font-size: 18px;
}

.main-dv_style6-box4-2 .title b {
    font-size: 24px;
}

.main-dv_style6-box4-2 .list-dv {
    margin-bottom: 40px;
    margin-top: 36px;
}

.main-dv_style6-box4-2 .list-dv ul {
    list-style: none;
    display: flex;
    gap: 52px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-dv_style6-box4-2 .list-dv li {
    position: relative;
    max-width: 368px;
    width: 100%;
    padding-left: 25px;
}

.main-dv_style6-box4-2 .list-dv li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(./images/dv6/check-button.svg);
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 5px;
}

.main-dv_style6-box4-2 .list-dv li:not(:last-child)::after {
    content: "";
    background-image: url(./images/dv6/line22.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1px;
    height: 80px;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.list-note {
    border-radius: 90px;
    border: 1px solid var(--Blue, #0F75DC);
    padding: 17px 27px;
    margin: auto;
    width: fit-content;
}

/*  */
.item-dv6-box6 {
    border-radius: 16px;
    border: 1px dashed var(--Color-yellow, #FFC92B);
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 18.5px 16px;
}

/*  */
@media screen and (min-width:1200px) {

    .main_dv_style6-box8 div.swiper-button-next,
    .main_dv_style6-box8div.swiper-button-prev {
        opacity: 1;
    }

    .main_dv_style6-box8 div.swiper-button-next {
        right: -50px;
    }

    .main_dv_style6-box8 div.swiper-button-prev {
        left: -50px;
    }


}

.main_dv_style6-box8 div.swiper-button-next,
.main_dv_style6-box8 div.swiper-button-prev {
    background-color: #EDF7FF;
    border-color: #E1E8FF;
    color: #3853A4;
}

/*  */
.main-dv_style6-box10 .banner img {
    aspect-ratio: 1/ 1;
    object-fit: cover;
    border-radius: 14.257px;

}

.main-dv_style6-box10 .banner::before {
    content: "";
    width: 100%;
    max-width: 457px;
    height: 100%;
    border-radius: 14.257px;
    background: var(--Color-yellow, #FFC92B);
    position: absolute;
    bottom: -23px;
    left: -10px;
    z-index: -1;
}

/*  */
@media screen and (max-width:990px) {
    .main-dv_style6-box4 .right .col-item {
        margin-left: 0;
    }
.main-dv_style6-box4 .banner{
    display: none;
}
    .card-path {
        width: 100%;
        height: 164px;
        position: relative;
        filter: none;
    }

    .main-dv_style6-box4 .left .card-path .bg,
    .main-dv_style6-box4 .right .card-path .bg {
        clip-path: none;
    }

    .card-path .border-svg {
        display: none;
    }
    .left .card-path .content{
        left: auto;
    }
    .card-polygon .content,
    .card-path .content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .right .card-path .content,.left .card-path .content {
        left: auto;
        border: 1px #0053EB solid;
                border-radius: 20px;
    }
    .main-dv_style6-box4 .left .col-item:first-child, .main-dv_style6-box4 .right .col-item:first-child{
        margin-bottom: 10px;
    }
}