﻿.section-themanh {
    background-image: url(https://wesale.vn/sites/all/themes/wesale/images/background-themanh.png);
    padding: 65px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    .section-themanh:before {
        position: absolute;
        content: '';
        background-color: rgb(0 183 79 / 80%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .section-themanh .container {
        position: relative;
        z-index: 1
    }

    .section-themanh ul {
        margin: 0;
        list-style: none;
        display: flex;
        grid-gap: 20px;
    }

        .section-themanh ul li .box .box-img svg {
            width: 112px;
            height: auto;
        }

            .section-themanh ul li .box .box-img svg path {
                fill: #00B74F;
            }

    .section-themanh .box-title h2 {
        font-style: normal;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        text-transform: uppercase;
        color: #fff;
        font-size: 32px;
        font-family: 'MonSB';
        line-height: normal;
    }

    .section-themanh ul li:hover .box-img svg path {
        fill: #fff;
    }

    .section-themanh ul li {
        background: #f0f1f2;
        box-shadow: 0 25px 40px -10px rgb(0 0 0 / 6%);
        border-radius: 20px;
        text-align: center;
        position: relative;
        padding: 0 28px;
        padding-top: 40px;
        padding-bottom: 45px;
        width: 33.33%;
        transition: transform 0.2s ease;
    }

        .section-themanh ul li .icon-line {
            position: absolute;
            right: 0;
            bottom: 0
        }

.fa-cart-circle-check:before {
    content: "\f3cd";
    font-family: FontAwesome;
    font-size: 59px;
}

.section-themanh ul li a.box {
    text-decoration: none;
}

.section-themanh ul li .box .box-img {
    min-height: 90px;
    margin-bottom: 25px
}

    .section-themanh ul li .box .box-img i {
        display: block;
        margin: 0 auto;
        font-size: 90px;
        background: #00b74f;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

.section-themanh ul li:last-child .box img {
    padding-top: 10px
}

.section-themanh ul li .box h3 {
    font-family: 'MonB';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #3b3b3d;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 20px
}

.section-themanh ul li .box p {
    font-family: 'MONM';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3b3b3d;
    margin-bottom: 0
}

.section-themanh ul li:hover {
    background: #e10600;
}

    .section-themanh ul li:hover .box .box-img i {
        background: transparent;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: unset;
        color: #fff
    }

    .section-themanh ul li:hover .box h2 {
        color: #fff
    }

    .section-themanh ul li:hover .box h3 {
        color: #fff !important
    }

    .section-themanh ul li:hover .box p {
        color: #fff
    }

@media(max-width: 739px) {
    .section-themanh .box-title h2 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .section-themanh ul li .box .box-img svg {
        width: 80px;
        height: auto;
    }

    .section-themanh ul li .box p {
        font-size: 15px;
    }

    .section-themanh ul li .box h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .section-themanh {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .section-themanh ul li {
            flex: 0 0 auto;
            scroll-snap-align: start;
            width: 350px;
            padding: 10px;
        }

            .section-themanh ul li .box .box-img {
                margin-bottom: 5px;
            }

        .section-themanh ul {
            padding: 0;
            gap: 10px;
            -ms-overflow-style: none;
            scrollbar-width: none;
            display: flex;
            gap: 15px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }
}