﻿/* 首頁CSS /Home/Index */

/* 全產品分類輪播 */
#list-row-1123.list-row-carousel .list-item, #list-row-1451.list-row-carousel .list-item {
    color: #EEC200;
}

    #list-row-1123.list-row-carousel .list-item h4, #list-row-1451.list-row-carousel .list-item h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 18px;
        line-height: 22px;
        height: 44px;
    }

#list-row-1123.list-row-carousel .slick-slide:hover h4, #list-row-1451.list-row-carousel .slick-slide:hover h4 {
    color: #ffffff;
}

#list-row-1123.list-row-carousel .slick-slider, #list-row-1451.list-row-carousel .slick-slider {
    padding: 0 45px;
}

#list-row-1123.list-row-carousel .slick-arrow, #list-row-1451.list-row-carousel .slick-arrow {
    top: calc(50% - 34.5px);
    bottom: auto;
}

#list-row-1123.list-row-carousel .slick-prev:before, #list-row-1451.list-row-carousel .slick-prev:before {
    font-family: FontAwesome;
    content: "\f053";
}

#list-row-1123.list-row-carousel .slick-next:before, #list-row-1451.list-row-carousel .slick-next:before {
    font-family: FontAwesome;
    content: "\f054";
}

/* 產品分類連結輪播 */
#list-row-1021.list-row-carousel .slick-slider, #list-row-2486.list-row-carousel .slick-slider {
    padding: 0 45px;
}

#list-row-1021.list-row-carousel .slick-prev:before, #list-row-2486.list-row-carousel .slick-prev:before {
    font-family: FontAwesome;
    content: "\f053";
}

#list-row-1021.list-row-carousel .slick-next:before, #list-row-2486.list-row-carousel .slick-next:before {
    font-family: FontAwesome;
    content: "\f054";
}


/* Blog 輪播 */
.list-row-blog .card {
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .list-row-blog .card:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .list-row-blog .card h4,
    .list-row-blog .card p {
        color: #008091;
    }


@media (min-width: 576px) {
}

@media (min-width: 768px) {

    #list-row-1021.list-row-carousel .slick-arrow, #list-row-2486.list-row-carousel .slick-arrow {
        top: calc(50% - 34.5px);
        bottom: auto;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
