.page-category-wrap {
    padding-bottom: 107px;
    padding-top: 20px;
}
.page-category-wrap .section-title h2 {
    font-size: 38px;
    padding-bottom: 6px;
}
.page-category {
    width: 100%;
    max-width: 1430px;
    margin: auto;
}
.page-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
    row-gap: 28px;
}
.page-category ul li {
    width: 25%;
    padding: 0 12px;
}
.page-category ul li a {
    height: 100%;
    font-size: 28px;
    height: 90px;
    line-height: 38px;
    font-weight: 500;
    color: #000000;
    font-family: "Greycliff CF", sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 25px;
    position: relative;
    background-color: #F4F4F4;
}
.page-category ul li a .img-box {
    width: 92px;
    text-align: center;
}
.page-category ul li a .img-box img {
    width: 100%;
    max-height: 70px;
    object-fit: contain;
}
.page-category-wrap.page-category-slider-wrap {
    padding-top: 46px;
}
.page-category-wrap.page-category-slider-wrap .page-category {
    max-width: 100%;
    padding: 0 30px;
    position: relative;
}
.page-category-slide a {
    height: 100%;
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    color: #000000;
    font-family: "Greycliff CF", sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 25px;
    position: relative;
    background-color: #F4F4F4;
}
.page-category-slide a .img-box {
    width: 70px;
    text-align: center;
}
.page-category-slide {
    height: auto;
}
.page-category-slider {
    position: static;
}
.page-category-slider .swiper-button-next {
    width: 20px;
    height: 20px;
    background: url(../../images/global/next-arrow.svg);
    position: absolute;
    right: 0;
    padding: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-category-slider .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: url(../../images/global/prev-arrow.svg);
    position: absolute;
    left: 0;
    padding: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-category-slider .swiper-button-next:after, .page-category-slider .swiper-button-prev:after {
    display: none;
}
@media (max-width: 1400px) {
    .page-category ul li a {
        font-size: 20px;
        line-height: 30px;
        gap: 10px;
    }
}
@media (max-width: 1024px) {
    .page-category ul li {
        width: 33.33%;
    }
    .page-category-wrap {
        padding: 0 0 50px;
    }
    .page-category-wrap.page-category-slider-wrap {
        padding-top: 30px;
    }
}
@media (max-width: 991px) {
    .page-category-slide a {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .page-category ul {
        margin: 0 -6px;
        row-gap: 10px;
    }
    .page-category ul li {
        width: 50%;
        padding: 0 6px;
    }
    .page-category ul li a {
        padding: 10px 13px;
        font-size: 14px;
        line-height: 23px;
        gap: 7px;
        height: 53px;
    }
    .page-category ul li a .img-box {
        width: 50px;
    }
}
