/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 25vh;
    background: url(../img/product/page/banner.webp) no-repeat center center/ cover scroll;
}

.section-banner .item {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 65%;
    display: block;
    transform: translate(-50%, -50%);
}

.section-banner .item img {
    width: 300px;
    display: none;
}


.section-banner .item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 0px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    display: none;
}

@media (min-width: 576px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        height: 50vh;
    }

    .section-banner .item h2 {
        display: block;
    }

    .section-banner .item {
        top: 50%;
    }

    .section-banner .item img {
        display: block;
        width: 300px;
        margin: auto;
    }

    .section-banner .item h2 {
        display: block;
    }


}

.phone-title {
    font-size: 16px;
    display: block;
    background: #131313;
    padding: 15px 0;
    color: #fff;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {

    .phone-title {
        font-size: 20px;

    }
}

@media (min-width: 1200px) {
    .phone-title {
        display: none;
    }
}

/* --End banner--------------- */

/* Start category ------------------------------ */
.section-product-category {
    padding: 30px 0;
    background: linear-gradient(to bottom,
            #202020 0%,
            #202020 20%,
            #c12928 20%,
            #c12928 80%,
            #202020 80%,
            #202020 100%);
}

@media (min-width: 1200px) {
    .section-product-category {
        padding: 60px 0;
    }
}

.section-product-category .category-item {
    padding: 5px;
    background: #ffffffc7;

}

@media (min-width: 992px) {

    .section-product-category .category-item {
        padding: 30px;

    }
}

.section-product-category .category-item .item {
    background: #f8f8f8;
    display: block;
    height: 100%;
}

.section-product-category .category-item .item .pic-item {
    position: relative;
    width: 90%;
    padding-bottom: 90%;
    overflow: hidden;
    margin: auto;
}

.section-product-category .category-item .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    transform: scale(0.9);
}

.section-product-category .category-item .item:hover .pic-item img {
    transform: scale(1);
}

.section-product-category .category-item .item .text-item {
    position: relative;
    padding: 15px;
}

.section-product-category .category-item .item .text-item h3 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    font-family: 'DFLiHei';
}

@media (min-width: 992px) {

    .section-product-category .category-item .item .text-item h3 {
        font-size: 20px;

    }
}

.section-product-category .category-item .item .text-item h4 {
    color: #666;
    font-size: 15px;
}

.section-product-category .category-item .item .text-item .btn-more {
    position: static;
    right: 0px;
    top: 0;
    transform: translateY(0);
    background-color: #bf2a26;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    /* font-family: 'Lorin'; */
    transition: all 0.2s ease-in-out;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .section-product-category .category-item .item .text-item .btn-more {
        text-align: left;
        width: auto;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);

    }
}

.section-product-category .category-item .item .text-item .btn-more:hover {
    background-color: #bf2b26be;

}

/* End category ------------------------------ */
/* Start 側邊選單 ------------------------------ */

.section-product {
    background: #fff;
}


.section-product .side-bar {
    min-height: 100vh;
    padding: 0px 0 20px 5px;
}



.section-product .side-bar .side-title {
    position: relative;
    z-index: 1;
}


.section-product .side-bar .side-title h3 {
    font-size: 30px;
    color: #343D4C;
    /*text-transform: uppercase;*/
}

.section-product .side-bar .side-title h2 {
    font-size: 24px;
    color: #323232;
    padding-left: 0px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}

.section-product .side-bar .side-title h2::after {
    content: '';
    background-image: url('../img/footer/foot-icon.webp');
    background-size: 100% 100%;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.section-product .side-bar .side-content {
    padding: 10px 0;
}

.section-product .side-bar .side-content ul {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.section-product .side-bar .side-content .side-dropdown {
    position: relative;
}

.section-product .side-bar .side-content .side-dropdown::after,
.section-product .side-bar .side-content .side-dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #eee;
}

.section-product .side-bar .side-content .side-dropdown.active::before {
    width: 40px;
    background: #e70014;
    z-index: 2;
}

.section-product .side-bar .side-content .side-dropdown.active .side-dropdown-second a.active {
    color: #0376c1;
}

.section-product .side-bar .side-content a {
    display: inline-block;
    text-decoration: none;
    color: #323232;
    position: relative;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
    border-bottom: 3px solid transparent;
    /*text-transform: uppercase;*/
}


.section-product .side-bar .side-content h3 {
    font-size: 17px;
}

.section-product .side-bar .side-content a:hover {
    color: #e70014;
    border-bottom: 3px solid #fff;
}

.section-product .side-bar .side-content .side-dropdown-second {
    margin: 0;
    padding-left: 0;
    display: none;
}

.section-product .side-bar .side-content .side-dropdown-second li {
    padding-bottom: 10px;
}

.section-product .side-bar .side-content .side-dropdown-second a {
    padding: 0;
    margin: 0;
}

.section-product .side-bar .side-content .side-dropdown-second a h4 {
    font-size: 16px;
}

.section-product .side-bar .side-content .side-dropdown:hover>a {
    color: #e70014;
}

.section-product .side-bar .side-content .side-dropdown.active>a {
    color: #e70014;
    font-weight: bolder;
}

/*.section-product .side-bar .side-content .side-dropdown:hover a::after,
                .section-product .side-bar .side-content .side-dropdown.active a::after {
                    width: 55px;
                    background: #343D4C;
                }*/

/*.section-product .side-bar .side-content .side-dropdown:hover a::before,
                .section-product .side-bar .side-content .side-dropdown.active a::before {
                    background: #76787B;
                }*/



.section-product .side-bar .side-content .side-dropdown:hover .side-dropdown-second {
    display: block;
}

.section-product .side-bar .side-content .side-dropdown.active-block .side-dropdown-second {
    display: block;
}

/* --End 側邊選單--------------- */
/* --Start product--------------- */

.section-product {
    padding: 40px 0;
}

@media (min-width: 1200px) {
    .section-product {
        padding: 100px 0;
    }
}

.section-product .custom-button-item {
    margin-top: 10px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: 184px; */
    width: 100%;
    height: 43px;
    background: #e70014;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}

.section-product .custom-button {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: 180px; */
    width: 99%;
    font-weight: bolder;
    letter-spacing: 1.5px;
    height: 40px;
    background: #012134;
    color: #FFF;
    border: none;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}


.section-product .custom-button:hover {
    background: #e70014;
}

.section-product .custom-button::after {
    content: '+';
    position: absolute;
    left: 25%;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.section-product .item {
    cursor: pointer;
    background: #fff;
}

.section-product .item .text-item {
    height: 85px;
}

.section-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}

.section-product .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.section-product .item:hover .pic-item img {
    transform: scale(1.05);
}

.section-product .item h3,
.section-product .item h4 {
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease-in-out;
    padding: 15px 0 0px;
    margin: 0;
    font-family: 'Noto Sans CJK TC';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-product .item h4 {
    color: #aaa;
    padding: 0 0 5px 0;
}

@media (min-width: 1200px) {

    .section-product .item h3,
    .section-product .item h4 {
        font-size: 16px;
    }
}

.section-product .item:hover h3 {
    color: #e70014;
}


.section-product .more-item {
    text-align: end;
    margin-right: 15%;
}


.section-product .pagination .page-item .page-link {
    border-radius: 0;
    color: #323232;
    transition: all 0.2s ease-in-out;
}

.section-product .pagination .page-item .page-link:hover {
    text-decoration: underline;
}

.section-product .pagination .page-item.active .page-link {
    background: #1967a5 !important;
    border-color: #1967a5;
    color: #fff;
}

/*.section-product .pagination li+li {
    margin-left: 15px;
}*/
.section-product .category-text-item h2 {
    font-size: 24px;
    color: #e70014;
}

.section-product .category-text-item p {
    font-size: 16px;
    color: #323232;
}

/* --End product--------------- */
/* --Start product內容--------------- */
.section-product-content {
    padding: 40px 0;
    background:#fff;
}

@media (min-width: 1200px) {
    .section-product-content {
        padding: 100px 0;
    }
}

.section-product-content .title-item {
    border-bottom: 2px solid #eee;
    margin-bottom: 50px;
    position: relative;
}


.section-product-content .title-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #e70014;
    width: 45px;
    height: 5px;
}

.section-product-content .title-item h2 {
    font-size: 24px;
    color: #323232;
    padding-left: 0px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
}

/*.section-product-content .title-item h2::after {
    content: '';
    background-image: url('../img/footer/foot-icon.webp');
    background-size: 100% 100%;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.section-product-content .owl-carousel {
    border: 1px solid #eee;
    position: relative;
}

.section-product-content .owl-carousel .item {}

.section-product-content .owl-carousel .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.section-product-content .owl-carousel .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-product-content .owl-carousel .owl-dots {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
}


.section-product-content .owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .section-product-content .owl-carousel .owl-dots {
        display: flex;
        flex-direction: column;
        width: 50px;
        top: 0;
        bottom: auto;
        left: -10px;
    }

    .section-product-content .owl-carousel .owl-dots .owl-dot+.owl-dot {
        margin-left: 0;
    }
}

.section-product-content .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #aaa;
    display: inline-block;
    border-radius: 100%;
}

.section-product-content .owl-carousel .owl-dots .owl-dot.active span {
    background: #e70014;
}


.section-product-content .content-item p {
    color: #666;
}

.section-product-content .content-item h3 {
    font-size: 20px;
    color: #323232;
    font-weight: bolder;
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.section-product-content .content-item h4 {
    font-size: 18px;
    padding: 10px 0;
}

.section-product-content .content-item .link-item {}

.section-product-content .content-item .link-item a {
    display: inline-block;
    color: #323232;
    transition: all 0.2s ease-in-out;
}

.section-product-content .content-item .link-item a:hover {
    color: #e70014;
    text-decoration: underline;
}

.section-product-content .content-item .link-item a+a {
    margin-left: 10px;
}


.section-product-content .content-item .item {
    display: block;
}

.section-product-content .content-item .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}

.section-product-content .content-item .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.section-product-content .content-item .item:hover .pic-item img {
    transform: scale(1.05);
}

.section-product-content .content-item .item h4 {
    /*text-align: center;*/
    font-size: 16px;
    color: #323232;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
}

.section-product-content .content-item .item:hover h4 {
    color: #e70014;
}

.section-product-content .content-item .data-item {
    list-style: none;
    padding-left: 0;
    padding: 30px 0 0;
}

.section-product-content .content-item .data-item {}

.section-product-content .content-item .data-item .custom-button-item {}

    .section-product-content .content-item .data-item .custom-button {
        background-color: #bf2a26;
        color: #fff;
        margin-top: 30px;
        display: inline-block;
        border-radius: 5px;
        font-family: 'Lorin';
        transition: all 0.2s ease-in-out;
        padding: 10px 30px;
        border: none;
    }

        .section-product-content .content-item .data-item .custom-button:hover {
            background-color: #bf2b26be;
        }

/* --End product內容--------------- */