﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@charset "utf-8";
body {
    letter-spacing: .04em;
    font-family: "Poppins","Noto Sans TC","Arial", "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}
:root {
   --init-about-editor-slick-ratio:1296 /546;
}
.header .navbar {
    padding: 0 2%;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}
a {
    transition: all 0.5s;
}
a:hover {
    color: #8eabc1;
}

.cpd_sd21 {
    padding: 0 12%;
}

.home-pagelist-area > .container-fluid {
    padding: 0;
}
.main > .container {
    visibility: hidden;
}

    .main > .container.container-fluid.cpd_sd21 {
        visibility: visible;
    }

/*side1*/
.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #fff;
    background-color:#8eabc1;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: var(--bs-dark);
    padding: 0.5em 0.75em;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.side .wid .h3 {
    display: none;
}


/*頁碼*/


.page-link {
    color: #000;
    border: 1px solid var(--bs-gray-400);
    font-size: 1rem;
    padding: 0.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
}

    .page-link:hover,
    .page-item.active .page-link {
        background: #858585;
        border-color: #858585;
    }

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 1px solid var(--bs-gray-400);
    border-radius: 4px;
}


/* news 最新消息 */
.list-inline-item:not(:last-child) {
    margin-right: 0.2rem ;
}
.news.show .page-box.page-box_show {
    margin-top: 30px;
}
.news.show .editor {
    min-height: 200px;
}
.tag {
    margin-bottom: 0;
    background-color: #8eabc1;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #8eabc1;
}
.small-title {
    color: #000;
}
.h1 {
    font-size: 2rem;
    border-bottom: 1px solid #acacac;
    padding-bottom: 10px;
    font-weight: bold;
}
.article-list .item a:hover .info {
    color: #8eabc1;
}
.article-list .item .info {
    font-size: 18px;
    color: #000;
}
.icon_news {
    background: url(../images/all/arrow_new.svg) no-repeat;
    width: 9px;
    height: 14px;
    display: block;
}
.news .article-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
/* 購物清單 */

.header .navbar .nav-pos-top .cart-detail .item a.btn:hover {
    background-color: unset;
    opacity: 0.7;
    color: #000;
}

.nav-cart-info .nav-cart-list .cart-detail .item a {
    font-size: 15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
    align-items: center;
}

.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding-right: 19px;
}

.nav-cart-info .nav-cart-list .cart-checkout .sum {
    margin: 10px 12px 15px;
}

.nav-cart-info .nav-cart-list .h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 9px;
}

.cr_no {
    padding-left: 10px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .info-detail a {
    font-size: 15px;
}

.header .navbar .cart-detail ul .cart-detail ul li i {
    width: auto;
    height: auto;
}

.header .navbar .cart-detail ul li i:before {
    display: block !important;
}

/* navbar */
.navbar .navbar-brand {
    width: 150px;
    height: 71px;
}
.navbar .navbar-brand {
    margin: 20px 0;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #8eabc1;
}
.header .navbar-nav .nav-link {
    padding: 17px 16px 17px;
    font-size: 18px;
}
.header .navbar_btn ul li{
    padding:0 5px;
}
.header .navbar_btn ul li i.fa-tel {
    background: url(../images/all/tel.svg) no-repeat #8eabc1 center;
}
.header .navbar_btn ul li i.fa-facebook-square {
    background: url(../images/all/fb.svg) no-repeat #1974ec center;
}
.header .navbar_btn ul li i.fa-line {
    background: url(../images/all/line.svg) no-repeat #06c052 center;
}
.header .navbar_btn ul li i.icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
}
.header .navbar_btn ul li i.icon:before {
    display: none;
}
.header .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}
.is_scroll .header .navbar {
    box-shadow: 0px 0px 22px #40404054;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #ffffff;
}

.nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:hover > .nav-link {
    background-color: #4c89b6;
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #8eabc1;
}

.nav-item.dropdown > .navbar-nav {
    background:#8eabc1;
}

    .nav-item.dropdown > .navbar-nav li a {
        color: #fff;
    }

    .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
        color: #fff;
        background-color: #4c89b6;
    }


 /* banner */
.banner .slick .slick-dots .slick-active button {
    background: #8eabc1;
}
.banner .slick .slick-dots button {
    background: #b8b8b8;
}
body.home .banner .slick-dots {
    bottom: -50px;
}
.banner .slick-dots {
    bottom: 20px;
}
.banner{
    padding-top:114px;
}

/* 購物彈跳 */
.qty-box .btn:hover {
    background-color: #2a2a2a;
}

.btn.cart:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.btn.cart {
    background: #81a626;
}

.gallery-list .item .item-detail {
    padding: 0 5px;
}

.modal-dialog-scrollable .modal-content {
    overflow: unset;
}

.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #adadad;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    font-weight: 400;
    border: none;
}

.qty-box .btn:hover {
    background: #2f4498;
}

.modal-header {
    padding-bottom: 6px;
}

.modal-title:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 22px;
    left: 0;
    top: 6px;
}

.modal-title {
    position: relative;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    color: #000;
}

.main-title .h6 {
    font-size: 18px;
    padding-left: 0;
    border: none;
    color: #000;
}

/*標題*/
.kind-info .h2 span {
    background-color: #608cad;
    padding: 8px 26px;
    color: #fff;
    border-radius: 0 30px 0 0;
    display: table;
}
.h2 {
    border-bottom: 1px solid #505050;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0;
}

/* 分享  */
body .container .ezshare-box {
    margin: 5px 0 20px 0;
}
.ezshare-box ul li a:hover:before{
    display:none;
}
.ezshare-box a:hover{
    opacity:0.7;
}
.ezshare-box a {
    font-size: 1rem;
    line-height: 32px;
    border-radius: 50%;
}


/* 返回*/

.page-box.page-box_show {
    border-top: 1px solid #acacac;
    padding-top: 20px;
}
    .page-box.page-box_show ul li a:hover {
        background-color: #8eabc1;
    }
    .page-box.page-box_show ul li a {
        background-color: #858585;
        width: 131px;
        padding: 12px 10px;
        text-align: center;
        color: #fff;
        border-radius: 5px !important;
        height: auto;
    }



/* 留言紀錄 order show*/
.order .talk-form-det .btn-area {
    margin: 30px 0 10px !important;
}

.order .talk-form-det {
    padding: 25px;
}
.talk-item .talk-top {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
}

.talk-box .talk-time {
    color: #b01f23;
}

.talk-box .talk-item .first-level {
    padding: 3%;
    border: solid 1px #d4d4d4;
    background-color: #fff;

}

/*首頁*/
.home_six h4 span {
    font-size: 20px;

}
.home_news_left:before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    right: -11%;
    top: 0;
    background-color: #fff;
}
.article-list .item .d-flex {
    align-items: center;
}
.new_box .article-list {
    height: 247px;
}
.article-list .item:hover .title {
    color: #8eabc1 !important;
}
.article-list .item + .item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.article-list .item:first-child {
    padding-top: 0;
}
.article-list .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.article-list .item {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.article-list .item .info .title {
    font-size: 18px;
    color: #000;
}
body .article-list .item .time span {
    color: #fff;
}
body .article-list .item .time {
    padding: 5px;
    background-color: #8eabc1;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 11px;
    margin-right: 14px;
    color: #fff;
}
.btn.more:hover {
    background-color: #8eabc1;
}
.btn.more {
    background-color: #858585;
    display: block;
    border-radius: 5px;
    padding: 12px 0;

}
.new_box .chi_ch {
    background: url(../images/all/chi_ch.svg) no-repeat center;
    width: 100%;
    height: 64px;
    margin-bottom: 30px;
}
.new_box .home_news_right .container-fluid,
.new_box .home_news_left .container-fluid {
    background-color: #ffffffd1;
    padding: 40px 30px;
    border-radius: 15px;
 
}
.new_box .home_news_right,
.new_box .home_news_left {
    width: 45%;

}
.new_box h6.h3 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
}
.new_box {
    background: url(../images/all/new_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 15%;
}
.home_six a:hover h4 {
    color: #8eabc1;
}
.home_six h4 {
    color: #111111;
    font-size: 22px;
    margin-top: 20px;
    background: url(../images/all/arrow.svg) no-repeat left center;
    padding-left: 30px;
    margin-left: 20px;
}
.home_six .pic h5:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/pic_h5.svg) no-repeat;
    left: -20px;
    top: 0;
    width: 20px;
    height: 15px;
}
.home_six .pic h5 {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 26px;
    color: #adadad;
    font-size: 20px;
    border-radius: 0 0 0 30px;
}
.home_six a:hover .pic img {
    opacity: 0.7;
    transform: scale(1.1);
}
.home_six .pic,
.home_six .pic img {
    border-radius: 15px;
    width: 100%;
}
img {
    transition: all 0.5s;
}
.home_six .pic {
    position: relative;
    overflow: hidden;
}
.home_six .item a {
    padding: 0px 20px;
    display:block;
}
.home_six {
    padding:120px 12% 70px;
}
/*產品*/
.product .slider-nav .thumbnail:focus, .product .slider-nav .thumbnail.slick-current.slick-active {
    border: 1px solid transparent;
    border-color: #bbbbbb;
}

.slider-nav .thumbnail {
    border: none;
}

/*麵包*/
.breadcrumb-section {
    margin-bottom:50px;
}

.breadcrumb .txt-en {
    display: none;
}
.breadcrumb {
    padding: 10px 12%;
}



.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color:#fff;
    background-color: #8eabc1;
    border-color: #8eabc1;
}
.btn:focus-visible {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
    box-shadow: unset;
}
.btn-info {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}
    .btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
        color: #fff;
        background-color: #8eabc1;
        border-color: #8eabc1;
    }

 /* 聯絡我們  */
.pt10 {
    margin-top: 30px;
}
.contact .kd_ropt label{
    font-weight:400;
}
.contact .kd_ropt {
    padding-top: 7px;
}
.form-control-static{
    font-size:20px;
    color:#000;
    font-weight:bold;
}
.contact .h2 .txt-en {
    display: none;
}
.contact .main .side {
    margin-bottom: 0;
}
.map-box{
    margin-top:30px;
   
}
.cont_co label{
    font-weight:bold;
}
.cont_co {
    padding: 0 12% 40px;
}
.cont_bg {
    padding: 30px 12% 0;
}
.contact .cpd_sd21 {
    padding: 0;
}
.btn.btn-primary.gray {
    background: #969696;
    border-color: #116a99;
    color: #fff;
    margin-left: 10px;
    border-radius: 0.25rem;
}
.btn.btn-primary {
    background: #2a2a2a;
    color: #fff;
}
.btn.btn-primary, .btn-secondary {
    width: 140px;
    padding: 15px 30px;
    font-size: 0.9rem;
}
.verify_xsd {
    flex: unset;
    width: 120px;
}
.contact ul.cont_box li {
    text-align: center;
    font-weight: bold;
}
.contact ul.cont_box li ul {
    display: block;
    text-align: center;
}
.contact ul.cont_box li a {
    color: #000;
    font-size: 20px;
}
.contact ul.cont_box li label {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #022c37;
    text-align: center;
}

.contact ul.cont_box > li {
    position: relative;
    width: 30%;
    background-color: #dbe8f3ad;
    padding: 3%;
    border-radius: 15px;
}
.contact ul.cont_box li.co_mail:before {
    background: url(../images/all/cont_mail.svg) no-repeat left center;
    background-size: cover;
}
.contact ul.cont_box li.co_add:before {
    background: url(../images/all/cont_add.svg) no-repeat left center;
    background-size: cover;
}
.contact ul.cont_box li.co_tel:before {
    background: url(../images/all/cont_tel.svg) no-repeat left center;
    background-size: cover;
}
.contact ul.cont_box li.co_line:before {
    background: url(../images/all/cont_line.svg) no-repeat left center;
    background-size: cover;
}
.contact ul.cont_box li.co_ig:before {
    background: url(../images/all/cont_ig.svg) no-repeat left center;
    background-size: cover;
}
.contact ul.cont_box li.co_line,
.contact ul.cont_box li.co_ig {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact ul.cont_box li a:hover {
    color: #8eabc1;
}

.contact ul.cont_box li:before {
    content: " ";
    display: block;
    position: absolute;
    width: 78px;
    height: 78px;
    left: -20px;
    top: -30px;
}
.contact ul.cont_box li .list-terms p{
    margin-bottom:0;
}
.contact ul.cont_box li .list-terms {
    position: relative;
}
.contact ul.cont_box {
    justify-content: space-between;
    margin-bottom:40px;
}
.contact h3.h5 {
    color: #000;
}
.contact  h3.h5 .txt-en {
    display: none;
}

        .contact .form-group .radio-inline {
    padding-right: 20px;
}

.contact .form-group .radio-inline input {
    margin-right: 6px;
}

/*footer*/
.footer .row{
    position:relative;
}
.footer .social-box ul li {
    margin: 0 10px;
}
.st_cos_fx{
    position:relative;
    left:18%;
}
.right-area {
    position: relative;
}
.footer .footer_content .sitemap > ul > li {
    margin: 0 10px 8px;
}
.social-box ul li a:hover{
    opacity:0.7;
}
.social-box ul li i.fa-facebook-f {
    background: url(../images/all/fb.svg) no-repeat #1974ec center;
}
.social-box ul li i.fa-line {
    background: url(../images/all/line.svg) no-repeat #06c052 center;
}
.social-box ul li i.fab {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
}
.social-box  ul li i:before{
    display:none;

}
.social-box {
    width:40%;
}
.sitemap ul li {
    width: 40%;
}
.sitemap ul {
    display: flex;
    flex-wrap: wrap;
}
.sitemap {
    width: 60%;
    position: relative;
    
}
.footer .footer_content .sitemap > ul > li > a:hover{
    color:#8eabc1;
}
.footer .footer_content .sitemap > ul > li > a {
    font-weight: 400;
    color: #fff;
}

.copyrights {
    color: #fff;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.footer .footer-info ul li.taxid:before {
    background: url(../images/all/footer_taxid.svg) no-repeat left center;
}
.footer .footer-info ul li.add:before {
    background: url(../images/all/footer_add.svg) no-repeat left center;
}
.footer .footer-info ul li.mail:before {
    background: url(../images/all/footer_mail.svg) no-repeat left center;
}
.footer .footer-info ul li.tel:before {
    background: url(../images/all/footer_tel.svg) no-repeat left center;
    background-size: cover;
}
.footer .footer-info ul li:before {
    content: " ";
    display: block;
    position: absolute;
    width: 48px;
    height: 51px;
    left: 0;
    top: 0;
}
.footer .footer-info ul li {
    position: relative;
}
.footer .footer-info ul li {
    margin-bottom: 0;
    padding: 0 30px 0 55px;
    color: #fff;
}
.footer-info ul li span {
    display: block;
    font-size: 14px;
    color: #b8b7ba;
}
.footer-info ul li a:hover{
    color:#8eabc1;
}
.footer-info ul li a {
    color: #fff;
}
.footer-info ul {
    display: flex;
}
.gotop {
    display: none;
}
.footer .footer_content {
    background: #575761;
    padding: 20px 12% 70px;
}
