.gp-box1 {
    padding: 131px 0 5px 0;
}

@media screen and (max-width:768px) {
    .gp-box1 {
        padding: 60px 0 50px 0;
    }
    .gp-box1 .box-right{
        margin-bottom: 20px;
    }
}

.gp-box1::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(14, 89, 12, 0.72) 0%, rgba(14, 89, 12, 0.72) 100%);
    position: absolute;
    z-index: 1;
}

.gp-box1 .title.main-title {
    line-height: 52px;
    /* 118.182% */
}

.gp-box1 .btn-style {
    margin-top: 32px;
}

/*  */
.gp-box2 {
    padding: 60px 0;
}

.gp-box2 .list-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    border-radius: 40px;
    padding: 90px 20px 60px 20px;
    margin-top: 90px;
}

@media screen and (max-width:768px) {
    .gp-box2 .list-category {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-box2 .list-category h4.title {
        width: 100%;
    }
}

.gp-box2 .list-category h4.title {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 12px 52px;
    border-radius: 28px;
    border: solid 1px var(--color-1);
}

/*  */
.gp-box3 {
    padding: 60px 0 0 0;
}

.gp-box3 .box-head {
    gap: 34px;
    margin-bottom: 80px;
}

.box-mohinh {
    width: 50%;
    border-radius: 40px 40px 0 0;
    border-bottom: 6px solid #3EC33A;
    background: linear-gradient(180deg, #FFF 0%, rgba(220, 220, 220, 0.90) 100%);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.80);
    padding: 40px 20px 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

@media screen and (max-width:768px) {
    .box-mohinh {
        width: 100%;
    }
}

.mohinh_desc {
    flex-grow: 1;
}

.mohinh_desc ul {
    padding-left: 0;
    line-height: 28px;
    /* 175% */
    font-weight: 500;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .list-loiich {
        padding-bottom: 40px;
    }
}

.item-loiich {
    background-color: var(--color-1);
    padding: 8px;
    border-radius: 49px;
}

@media screen and (min-width:1200px) {
    .item-loiich {

        width: 100%;
    }

    .item-loiich:nth-child(1) {
        max-width: 489px;
    }

    .item-loiich:nth-child(2) {
        max-width: 573px;
    }

    .item-loiich:nth-child(3) {
        max-width: 630px
    }
}

/*  */
.gp-box4 {
    padding: 60px 0;
}

/*  */
.gp-box5-item {
    padding: 60px 0;
}

@media screen and (min-width:1200px) {
    .gp-box5-item .box-text {
        padding-left: 50px;
    }

    .gp-box5-item .box-text br {
        display: none;
    }
}

.gp-box5-item .box-text h3 {
    margin-bottom: 40px;
}

.gp-box5-item .box-text p {
    font-weight: 500;
}

.gp-box5-item .box-text strong {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gp-box5-item .box-text strong::before {
    content: "";
    background-image: url(./images/checked1.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*  */
.gp-box6 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.gp-box6 .box-head {
    margin-bottom: 100px;
}

.gp-box6 .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}