#section-page-customer {margin-top: 40px;}
.page-customer-decor-container {overflow: hidden;}
.page-customer-decor {overflow: hidden; height: 6px; background-color: #e77067;}
.page-customer-decor-right {float: right; width: 15px; height: 6px; background: url('../img/section-line-decor-right.png') no-repeat 0 0;}

#section-page-customer .slick-next, #section-page-customer .slick-next:hover, #section-page-customer .slick-next:focus {background: url('../img/home-product-slide-right.png') no-repeat 0 0;}
#section-page-customer .slick-prev, #section-page-customer .slick-prev:hover, #section-page-customer .slick-prev:focus {background: url('../img/home-product-slide-left.png') no-repeat 0 0;}
#section-page-customer .slick-next {opacity: 1; width: 19px; height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#section-page-customer .slick-next:hover {opacity: 0.7;}
#section-page-customer .slick-next:before {content: none;}
#section-page-customer .slick-prev {opacity: 1; width: 19px; height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#section-page-customer .slick-prev:hover {opacity: 0.7;}
#section-page-customer .slick-prev:before {content: none;}
#section-page-customer .slick-dots li button {width: 38px; height: 35px; background: url('../img/home-product-bullet.png') no-repeat 0 0;}
#section-page-customer .slick-dots li button:before {content: none;}
#section-page-customer .slick-dots li.slick-active button {background: url('../img/home-product-bullet-active.png') no-repeat 0 0;}

#section-page-customer-mobile{margin-top:40px; display:none;}
#section-page-customer-mobile .slick-next, #section-page-mobile .slick-next:hover, #section-page-customer-mobile .slick-next:focus {background: url('../img/home-product-slide-right.png') no-repeat 0 0;}
#section-page-customer-mobile .slick-prev, #section-page-customer-mobile .slick-prev:hover, #section-page-customer-mobile .slick-prev:focus {background: url('../img/home-product-slide-left.png') no-repeat 0 0;}
#section-page-customer-mobile .slick-next {opacity: 1; width: 19px; height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#section-page-customer-mobile .slick-next:hover {opacity: 0.7;}
#section-page-customer-mobile .slick-next:before {content: none;}
#section-page-customer-mobile .slick-prev {opacity: 1; width: 19px; height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#section-page-customer-mobile .slick-prev:hover {opacity: 0.7;}
#section-page-customer-mobile .slick-prev:before {content: none;}
#section-page-customer-mobile .slick-dots li button {width: 38px; height: 35px; background: url('../img/home-product-bullet.png') no-repeat 0 0;}
#section-page-customer-mobile .slick-dots li button:before {content: none;}
#section-page-customer-mobile .slick-dots li.slick-active button {background: url('../img/home-product-bullet-active.png') no-repeat 0 0;}


@media all and (max-width:700px){
    #section-page-customer{display:none;}
    #section-page-customer-mobile{margin-top:40px; display:block;}
}

@media all and (max-width:480px){
    .section-page-customer-container-mobile .slick-next {
        right: 0;
    }

    .section-page-customer-container-mobile .slick-prev {
        left: 0;
    }
}