.input-group .form-control {
    border-color: #fff;
}

/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url('../img/product/page/banner.jpg') no-repeat center center/ cover scroll;
    padding: 100px 0 0 0;
    border-bottom: 10px solid #e0de42;
}

.section-banner .item h2 {
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    font-family: 'WDCH';
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.section-banner .item h2 span {
    font-family: 'Noto Sans CJK TC';
    color: #6e6e6e;
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
}


@media (min-width: 768px) {
    .section-banner {
        border-bottom: 40px solid #e0de42;
        padding: 200px 0 20px 0;

    }

    .section-banner .item h2 {
        font-size: 45px;
    }

    .section-banner .item h2 span {
        font-size: 35px;

    }

}

.section-banner .breadcrumb {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.section-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #e1a52d;
    content: '▸';
    background: #eee;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    float: none;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
    margin-bottom: 5px;

}

.section-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {

    margin-left: 40px;
}


.section-banner .breadcrumb .breadcrumb-item a {
    color: #666;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item a:hover {
    background-color: #e1df41;
}

.section-banner .breadcrumb .breadcrumb-item.active p {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background: #e1a52d;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-banner .breadcrumb {
        justify-content: end;
    }

    .section-banner .breadcrumb .breadcrumb-item a,
    .section-banner .breadcrumb .breadcrumb-item.active p {
        padding: 10px 15px;

    }

}

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

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

.section-product {
    background: #fff;
}

.section-product .text-title {
    color: #666;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}


.section-product .side-item {
    background: #f5f6f8;
    border-radius: 10px;
    padding: 100px 25px 0;
    min-height: 80vh;
}

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



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


.section-product .side-bar .side-title h3 {
    font-family: 'Noto Sans CJK TC';
    font-size: 30px;
    color: #343D4C;
}

.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 {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/product/page/icon2.png');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

/* .section-product .side-bar .side-content .side-dropdown.active::before {
    width: 40px;
    background: #1d75bc;
    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: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition: all 0.3s ease;
    display: block;
    font-family: 'Noto Sans CJK TC';
    /*text-transform: uppercase;*/
}


.section-product .side-bar .side-content h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.section-product .side-bar .side-content a:hover {
    color: #1d75bc;
}

.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: #1d75bc;
}

.section-product .side-bar .side-content .side-dropdown.active>a {
    color: #1d75bc;

}

.section-product .side-bar .side-content .side-dropdown.active::after {
    background-image: url('../img/product/page/icon.png');
}


.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 .item {
    cursor: pointer;
    background: #fff;
}


.section-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    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:hover .pic-item {
    border: 1px solid #e0de42;

}

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


@media (min-width: 1200px) {

    .section-product .item h3 {
        font-size: 18px;
    }
}

.section-product .item:hover h3 {
    color: #333;
    color: #1d75bc;
}


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


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

.section-product .category-text-item h2 {
    font-size: 24px;
    color: #1d75bc;
}

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

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

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

.section-product-content .title-item {
    margin-bottom: 50px;
    position: relative;
}

.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 .content-item .btn-add {
    background-image: url('../img/product/page/btn-add.png');
    background-size: 100% 100%;
    color: #fff;
    padding: 30px 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    background-color: transparent;
    -webkit-filter: drop-shadow(5px 1px 0px #ddd);
    filter: drop-shadow(5px 1px 0px #ddd);
}

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

.section-product-content .content-item {
    position: relative;
    z-index: 999;
}

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


/* START 敘述 ------------------ */
.section-product-depiction {
    background: #eee;
    padding: 100px 0;
    position: relative;
    z-index: 999;
}

.section-product-depiction .nav-tabs {
    border: none;

}

.section-product-depiction .nav-tabs .nav-item {
    border-radius: 0;
}

.section-product-depiction .nav-tabs .nav-item+.nav-item {
    margin-left: 5px;
}

.section-product-depiction .nav-tabs .nav-item .nav-link {
    color: #666;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #ccc;
}


.section-product-depiction .nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #e1a52d;
    background: transparent;
}

.section-product-depiction .tab-content {
    padding: 50px 0;
}

/* END 敘述 ------------------ */

/* START More ------------------ */
.section-product-more {
    padding: 50px 0;
}

.section-product-more .content-item {
    position: relative;
    z-index: 999;
}

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

.section-product-more .content-item h3 {
    font-size: 24px;
    color: #666;
    text-align: center;
    font-weight: bolder;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Noto Sans CJK TC';
}

.section-product-more .content-item h4 {
    font-size: 18px;
    font-family: 'Noto Sans CJK TC';
    padding: 10px 0;
}

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

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

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

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


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

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

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

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

.section-product-more .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;
    letter-spacing: 1.5px;
}

.section-product-more .content-item .item:hover h4 {
    color: #1d75bc;
}

/* END More ------------------ */
/* START Swiper ------------------ */

.swiper {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

/*.swiper-slide {
    background-size: cover;
    background-position: center;
}*/

.mySwiper2 {
    width: 100%;
}

.mySwiper2 .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.mySwiper2 .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.mySwiper {
    max-height: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}


.mySwiper .swiper-slide {
    width: auto;
    height: fit-content;
    opacity: 0.4;
    /* border: 1px solid #eee; */
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #0376c1;
}

.mySwiper .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.mySwiper .swiper-slide .pic-item img {
    /*display: block;
            width: 100%;
            height: 110px;
            object-fit: cover;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 .swiper-slide {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    background-color: #fff;
}

.mySwiper2 .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    /*background: #eee;*/
    backdrop-filter: blur(5px);
}

.mySwiper2 .swiper-slide .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
    color: #c9c9c9 !important;
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075))
}

/* END Swiper ------------------ */
/* START Old ------------------ */
.section-old {
    padding: 50px 0;
    background: #fff;
}

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

.section-old .category-item {
    background: #fafafa;
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

/* 
@media (min-width: 768px) {
    .section-old .category-item {
        border-radius: 100px;

    }
} */

.section-old .category-item .icon-img {
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -30px;
}

.section-old .title-item {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-old .title-item h2 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: 'WDCH';
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.section-old .title-item span {
    color: #949494;
    font-size: 22px;
    font-family: 'Noto Sans CJK TC';
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.section-old .title-item img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 1;
    opacity: 0.9;
}

.section-old .item {
    text-align: center;
    display: block;
}



.section-old .item h3 {
    font-size: 20px;
    padding: 30px 0;
    color: #000;
}

.section-old .item .pic-item {
    position: relative;
    width: 70%;
    padding-bottom: 70%;
    overflow: hidden;
    margin: auto;
}

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

.section-old .item:hover img {
    transform: scale(1);

}

.section-old .item h3 {}

@media (min-width: 576px) {
    .section-old .title-item h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .section-old .title-item h2 {
        font-size: 45px;

    }

    .section-old .title-item span {
        font-size: 35px;
        display: inline-block;
        width: auto;

    }

    .section-old .title-item img {
        position: absolute;
        left: -75px;
        top: 100%;
        transform: translateY(-50%);
        width: 120px;
        z-index: 1;
    }

}

/* END Old ------------------ */