/* footer */
footer.footer-no-service {
    background-color: #272727;
}

footer h5 {
    color: #FFFFFF;
}

footer ul.list-unstyled li a {
    color: #9fa3a6;
}

footer ul.list-unstyled li:hover a {
    color: #f2f2f2;
}

footer .text-desc {
    color: #9fa3a6;
}

footer .address-wrapper {
    color: #9fa3a6;
}

footer .top_contact .key {
    font-size: 12px;
    margin-bottom: 4px;
    color: #f2f2f2;
}

footer .top_contact .value {
    font-size: 12px;
    white-space: break-spaces;
    color: #9fa3a6;
}

/* home page */
.module-slideshow-text-wrap .swiper-slide .container-fluid{
    max-width:1320px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.module-title,.module-title p{
     margin: 0;
}
.product-layout{
    padding: 0 10px;
}
.product-thumb{
    margin-bottom: 20px;
}