.section {
    padding: 228px 0 105px;
}

.section .wrap .section_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.section .wrap .section_top .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

.section .wrap .section_top .search input {
    width: 485px;
    height: 100%;
    padding: 0 30px;
    background: unset;
    border: none;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .section_top .search button {
    width: 110px;
    height: 68px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 0px 7px 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .section_top .search button p {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section .wrap .control a {
    height: 70px;
    background: rgba(12, 37, 39, 0.5);
    box-shadow: 0px -1px 1px 0px rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 0 35px;
    position: relative;
}

.section .wrap .control a p {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    opacity: 0.5;
    position: relative;
    z-index: 5;
    transition: 0.6s;
}

.section .wrap .control a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 8px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .control a:hover, .section .wrap .control a.on {
    box-shadow: 0px -1px 1px 0px rgba(255, 255, 255, 0);
}

.section .wrap .control a:hover p, .section .wrap .control a.on p {
    opacity: 1;
}

.section .wrap .control a:hover:after, .section .wrap .control a.on:after {
    opacity: 1;
}

.section .wrap .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 50px 0;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 26px;
}

.section .wrap .list .item {
    display: block;
    width: 380px;
}

.section .wrap .list .item .img {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    position: relative;
}

.section .wrap .list .item .img .img_box {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.section .wrap .list .item .img .img_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap .list .item .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #3392D7, #00BD56);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .list .item p {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.6s;
}

.section .wrap .list .item:hover .img:after {
    opacity: 1;
}

.section .wrap .list .item:hover p {
    color: #00BD56;
}

.page {
    margin: 88px 0 0;
}

/*# sourceMappingURL=resources_case.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 11.875vw 0px 5.46875vw;
    }

    .section .wrap .section_top {
        margin-bottom: 4.1666666667vw;
    }

    .section .wrap .section_top .search {
        width: 31.25vw;
        height: 3.6458333333vw;
        border-radius: 0.4166666667vw;
    }

    .section .wrap .section_top .search input {
        width: 25.2604166667vw;
        padding: 0px 1.5625vw;
        font-size: 0.9375vw;
    }

    .section .wrap .section_top .search button {
        width: 5.7291666667vw;
        height: 3.5416666667vw;
        border-radius: 0px 0.3645833333vw 0.3645833333vw 0px;
    }

    .section .wrap .section_top .search button p {
        font-size: 0.9375vw;
    }

    .section .wrap .control a {
        height: 3.6458333333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.8229166667vw;
    }

    .section .wrap .control a p {
        font-size: 1.25vw;
        line-height: 3.125vw;
    }

    .section .wrap .control a::after {
        border-radius: 0.4166666667vw;
    }

    .section .wrap .line {
        margin: 2.6041666667vw 0px;
    }

    .section .wrap .list {
        gap: 2.8125vw 1.3541666667vw;
    }

    .section .wrap .list .item {
        width: 19.7916666667vw;
    }

    .section .wrap .list .item .img {
        height: 13.5416666667vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .section .wrap .list .item .img .img_box {
        width: calc(100% - 0.2083333333vw);
        height: calc(100% - 0.2083333333vw);
        border-radius: 0.625vw;
    }

    .section .wrap .list .item .img::after {
        border-radius: 0.625vw;
    }

    .section .wrap .list .item p {
        font-size: 1.0416666667vw;
    }

    .page {
        margin: 4.5833333333vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap .section_top {
        display: block;
    }
    .section .wrap .section_top .search {
        margin: 20px 0 0;
        width: 100%;
        height: 50px;
        border-radius: 4px;
    }
    .section .wrap .section_top .search button {
        width: 94px;
        height: 48px;
        border-radius: 0px 3px 3px 0px;
    }
    .section .wrap .section_top .search button p {
        font-size: 14px;
    }
    .section .wrap .section_top .search input {
        width: calc(100% - 100px);
        padding: 0 15px;
        font-size: 14px;
    }
    .section .wrap .line {
        margin: 30px 0;
    }
    .section .wrap .list .item {
        width: 100%;
    }
    .section .wrap .list {
        gap: 40px 0;
    }
    .section .wrap .list .item .img {
        height: 61vw;
        border-radius: 6px;
        margin-bottom: 10px;
    }
    .section .wrap .list .item p {
        font-size: 18px;
    }
    .section .wrap .control {
        margin: 30px 0 0;
        justify-content: flex-start;
        gap: 10px;
    }
    .section .wrap .control a p {
        font-size: 14px;
        line-height: 40px;
    }
    .section .wrap .control a {
        height: 40px;
        border-radius: 4px;
    }
}
