.banner {
    width: 100%;
    height: 640px;
}

.slider__image {
    display: none;
}


body {
    overflow-x: hidden;
}

.product-container {
    padding-top: 80px;
}

.product-container__left>div {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 9.5% 10.2%;
    background: #f7f8fa;
}

.product-container__left img {
    width: 20px;
    height: 20px;
}

.nav-product {
    font-weight: 400;
    color: #868D9C;
    margin-left: auto;
}

.product-container__right {
    flex: 1;
    margin-left: 6.706%;
}

.product-container__left {
    flex: 0 0 16.7%;
}

.product-container__left h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1d2129;
    line-height: 50px;
}

.product-container__left>div p {
    width: 100%;
    cursor: pointer;
    color: #4E5769;
    line-height: 48px;
    border-bottom: 1px solid #f7f8fa;
}

.classify-active {
    font-weight: 600;
    color: #1D2129 !important;
    border-bottom: 1px solid #DADCE0 !important;
}

.classify-title {
    margin-bottom: 24px;
}

.classify-title span {
    font-size: 16px;
    color: #868D9C;
}

.product-img {
    width: 18.3vw;
    height: 18.3vw;
    object-fit: contain;
    transition: all .5s;
}

.arrow-right {
    width: 24px;
    height: 24px;
}

.product-container__right .list-wrap li {
    width: 31.443%;
    cursor: pointer;
    margin-right: 2.82%;
    margin-bottom: 32px;
    border-radius: 12px;
    background-color: #f7f8fa;
}

.product-container__right .list-wrap li div:last-child {
    padding: 9.1%;
}

.product-container__right .list-wrap li:hover .hidden img {
    transform: scale(1.1);
}

.nav-product {
    display: none;
}

@media screen and (max-width: 767px) {

    .slider__image,
    .slider__slide, .slider__slides {
        width: 100%;
        height: 300px;
        /* object-fit: cover; */
    }

    .slider h1 {
        top: 100px;
        left: 20px;
        width: 335px;
        height: 108px;
        font-size: 24px;
        font-weight: 500;
        text-align: LEFT;
        color: #ffffff;
        line-height: 36px;
    }

    .product-container__left {
        display: none;
    }

    .classify-title {
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .nav-product {
        margin-left: 0;
    }

    .classify-title h3 {
        width: 100%;
    }

    .product-container__right {
        margin-left: 0;
    }

    .product-container__right h3 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .product-container {
        padding-top: 48px;
    }

    .product-img {
        width: 42vw;
        height: auto;
    }

    .product-container__right .list-wrap li {
        width: 48%;
        margin-bottom: 5%;
        margin-right: 0 !important;
    }

    .product-container__right .list-wrap li div:last-child {
        padding: 16px 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .product-container__right .list-wrap li p {
        font-size: 14px;
    }

    .arrow-right {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    .classify-title {
        margin-bottom: 32px;
    }

    .list-wrap {
        justify-content: space-between;
    }
}