Sản Phẩm
SƠN VÀ HOÁ CHẤT
{{product_1_description}}
NHỰA
{{product_2_description}}
BẤT ĐỘNG SẢN
{{product_3_description}}
KIM KHÍ & GIA DỤNG
{{product_4_description}}
GIẢI PHÁP NƯỚC
{{product_5_description}}
SƠN VÀ HOÁ CHẤT
{{product_1_description}}
NHỰA
{{product_2_description}}
BẤT ĐỘNG SẢN
{{product_3_description}}
KIM KHÍ & GIA DỤNG
{{product_4_description}}
GIẢI PHÁP NƯỚC
{{product_5_description}}
productSwipers.push(swiperProductsItem);
}, 300);
});
swiperProducts = new Swiper('.swiper-products', {
direction: 'horizontal',
slidesPerView: 5,
spaceBetween: 10,
navigation: {
nextEl: '.ssre-swiper-button-next-product',
prevEl: '.ssre-swiper-button-prev-product',
},
breakpoints: {
// when window width is >= 320px
320: {
slidesPerView: 2,
spaceBetween: 20,
navigation: null
},
// when window width is >= 480px
480: {
slidesPerView: 3,
spaceBetween: 30,
navigation: null
},
// when window width is >= 640px
640: {
slidesPerView: 4,
spaceBetween: 40,
navigation: null
}
},
autoplay: {
delay: 7000,
disableOnInteraction: false,
},
freeMode: false,
cssMode: true,
});
}
const selectCategory = (idx) => {
selectedCategoryIdx = idx;
buildCategory();
processGrouped();
}