﻿.home-why-top h2 {
    margin: 0;
    font-family: 'BeVietnamPro-Medium';
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50.5px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-why-top {
    margin-bottom: 71px;
}

li.home-why-item .img a {
    position: relative;
    display: flex;
    width: 100%;
    height: 135px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.home-why-container .swiper-button-prev::after {
    color: #fff;
    font-size: 18px;
}

.swiper.homeswiperWhy {
    overflow: hidden;
}

.home-why-container .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #089745;
    border-radius: 56px;
    top: 72%;
    left: -60px;
    z-index: 0;
    font-size: 20px;
}

.home-why-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #089745;
    border-radius: 56px;
    top: 72%;
    right: -60px;
    z-index: 0;
    font-size: 20px;
}

.home-why-container {
    position: relative;
}

    .home-why-container .swiper-button-next:after {
        color: #fff;
        font-size: 18px;
    }

li.home-why-item .img a img {
    width: 90%;
    height: auto;
    margin: auto;
    border-radius: 50%;
}

.home-why {
    padding-top: 63px;
    position: relative;
    padding-bottom: 98px;
}

    .home-why:after {
        content: "";
        position: absolute;
        background: url(https://noam.com.vn/Design/img/decor-table_02-min.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 164px;
        left: 0;
        bottom: 0;
        pointer-events: none;
        z-index: -1;
    }

    .home-why .grid.wide {
        max-width: 1026px;
    }
/*RS*/
@media (max-width: 1023px) {
    li.home-why-item .img a img {
        width: 87%;
    }

    li.home-why-item .img a {
        height: 232px;
    }

    .home-why-container .swiper-button-next {
        right: -7px;
        z-index: 2;
        top: 65%;
    }

    .home-why-container .swiper-button-prev {
        left: -7px;
        z-index: 2;
        top: 65%;
    }
}

@media(max-width:739px) {
    .home-why-top h2 {
        font-size: 20px;
    }

    li.home-why-item .img a:before {
        width: 75px;
        height: 75px;
    }

    .home-why-top {
        margin-bottom: 11px;
    }

    li.home-why-item .img a {
        position: relative;
        display: flex;
        width: 100%;
        height: 83px;
    }

    .home-why {
        padding-bottom: 24px;
        padding-top: 17px;
    }

        .home-why .grid.wide {
            max-width: 80%;
        }

    .home-why-container .swiper-button-next {
        width: 30px;
        height: 30px;
        background: #F2451F;
        border-radius: 35px;
        top: 71%;
        right: -36px;
        font-size: 12px;
    }

    .home-why-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: #F2451F;
        border-radius: 35px;
        top: 71%;
        left: -36px;
        font-size: 12px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-why:after {
        content: "";
        position: absolute;
        background: url(https://noam.com.vn/Design/img/decor-table_02-min.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 45px;
    }
}

/*RS*/
@media(max-width:350px) {
}