﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&display=swap');

@charset "utf-8";
:root {
   --init-about-editor-slick-ratio:1296 /546;
}
.header .navbar {
    padding: 0 10px;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #90B726;
}
a:hover {
    color: #90B726;
}

a {
    color: #1f1f1f;

}

/* navbar */
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #90B726;
}
.is_scroll .navbar {
    background: rgb(255 255 255);
}
.navbar-nav .nav-item {
    padding: 0 10px;
}
.navbar .navbar-brand {
    width: 149PX;
    height: 40PX;
    margin: 17px 0;
}


 /* banner */
.slick .slick-dots button {
    background: #fff;
   
}
.slick .slick-dots .slick-active button {
    background: #90B726;
}
.slick-dots {
    bottom: 16px;

}
.banner {
    padding-top:75PX;
}
.ezshare-box{
    display:none;
}
/* side */
.side1  .h3 {
    display: none;
}
.side .filter-title .collapsed-btn, 
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    background:#90B726;
    border: none;
    color:#fff;
}


/* 訊息 */
.news.show  .tag {
    margin-bottom: 0px;
}
.small-title {
    color: #7fa714;
}
.article-list .item .time {
    color: #7fa714;
}
.news.show .h1 {
    padding-top: 6px;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 20px;
}

/* 頁碼 */
body .page-link:focus {
    background-color: unset;
    box-shadow: unset;
    border-radius: 50%;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: unset;
    color: #0600015c;
}

.page-link {
    color: #000;
    border-color: unset;
    border: 1px solid #fff;
    padding: 7px 14px;
    font-family: "Arial";
    background-color: unset;
}

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

/* 內頁 */
h3.h1,
.h2 {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 2rem;
}
h3.h1 .txt-en,
.h2 .txt-en {
    display: none;
}

.btn-info:hover {
    background-color: #90B726;
    border-color: #90B726;
}
.btn-info {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}
.news .item   i.icon:before {
    display:none;
}
.news .item i.icon {
    background: url(../images/all/arrow.svg) no-repeat right  center;
    width:8px;
    height:11px;
    background-size:cover;

}
.page-box.page-box_show ul li a:hover{
    background-color:#90B726!important;
    color:#fff!important;
}
.page-box.page-box_show ul li a {
    position: relative;
    color: #fff;
    margin: 0 auto 0;
    display: table;
    font-size: 18px;
    background-color: #363636;
    display: table;
    padding: 12px 40px;
    border-radius: 0.25rem!important;
}

/* 聯絡我們 */
.pt10{
   margin-top:40px;
}
.btn.btn-primary {
    border-radius: 5px;
    padding: 10px 30px;
}
.btn.btn-primary.btn-secondary {
    background-color: #808080;
 
}
.list-creative a {
    color: #1a1a1a;
    font-size: 16px;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #9b9b9b;
}
.list-creative .list-terms:before {
    background: #90B726;
  
}
.list-creative .list-terms {
    padding-left: 23px;
 
}
.h5 {
    color: #000000;
}
.breadcrumb  .txt-en {
    display:none;
}
.contact .form-group .radio-inline input {
    margin-right: 6px;
}
.contact .form-group .radio-inline {
    padding-right: 20px;
}
.contact .side1 {
    margin-bottom: 0;
}
/* 首頁 */
.gotop a {
    color: #000;
    background: url(../images/all/top.svg) no-repeat #80ae03 center;
    text-indent: -9999px;
}
.gotop {
    right: 10px;
    bottom: 2%;
}

h3.h3_ti:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #90B726;
    width: 35px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h3.h3_ti {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
    h3.h3_ti .txt-en {
        color: #90B726;
        display: block;
        font-size: 50px;
    }
    h3.h3_ti .txt-tw {
        font-weight: bold;
        font-size: 24px;

    }

.green {
    color: #80ae03;
}
.home_about {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: url(../images/all/ab_bg02.jpg) no-repeat right top;
    background-size:cover;
}
    .home_about:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/ab_bg01.jpg) no-repeat left;
        width: 954px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
    }
    .home_about ul li{
        padding:0 20px;
    }
    .home_about ul {
        justify-content: center;
        margin-top:40px;
    }
    .home_about .tit h4{
        line-height:40px;
        font-weight:bold;

    }
    .home_about .tit p{
        font-size:18px;
    }
    .home_about .tit {
        background-color: #ffffffe3;
        position: relative;
        z-index: 10;
        padding: 4%;
        border: 5px solid #eaeaea;
    }
.home_prod  h3.h3_ti .txt-tw{
    color:#fff;
}
.home_prod {
    background: url(../images/all/prod_bg01.jpg) no-repeat center;
    padding: 120px 0;
    background-size: cover;
    margin: -1px 0;
}
    .home_prod ul{
        flex-wrap:wrap;
    }
        .home_prod ul li span{
           

        }
        .home_prod ul li {
            width: 25%;
            margin-bottom: 20px;
        }
            .home_prod ul li > div {
                background-color: #ffffffe0;
                padding: 25px 10px;
                margin: 0 10px;
                border: 2px solid #90B726;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                font-weight: bold;
            }
.more a:hover{
    color:#000;
}
.more a {
    color: #90B726;
    font-size: 20px;
    padding-left: 5px;
    text-decoration: underline;
}
.more {
    font-size: 18px;
}

body.home .contact-form, body.home .contact-block {
    border-radius: 5px;
}
.contact-block .info .title {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}
.btn.btn-primary:hover {
    background: #2e2e2e;
    border-color: #2e2e2e;
}
.btn.btn-primary {
    background: #90B726;
    border-color: #90B726;
}
.desc {
    text-align: left;
    font-size: 18px;
}
.desc a {
    color: #000;
}
.home-contact-area .editor{
    margin-bottom:30px!important;
}
.home-contact-area h4{
    color:#fff;
}
.home-contact-area .txt-tw {
    color: #fff;
}
.home-contact-area {
    background: url(../images/all/cont_bg.jpg) no-repeat center;
    background-size: cover;
}

.mainformWrap label{
    font-size:18px;
    color:#000;
}
.mainformWrap .radio-inline{
    margin-right:20px;

}
.mainformWrap .radio-inline input {
    margin-right: 5px;
}

.home-contact-area .bg-white {
    background-color: rgb(255 255 255 / 94%) !important;
}
/* footer */
.footer .footer-info ul li {
    margin-bottom: 0;
    padding-right: 30px;
}
.footer ul {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    line-height: 32px;
}
.footer .footer_content {
    background: #fff;
    border-top: 1px solid #adadad;
}
body.home  .footer .footer_content {
    border-top: none;
}
.footer .copyrights-info {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
}