﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap');
/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


*/
.dropdown-toggle {
    outline: none;
}
.navbar-toggler-icon {
    outline: none;
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
html {
    font-size: 100%;
}
body {
    font-family: 'Libre Baskerville', '微軟正黑體', serif;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0px;
    letter-spacing: .5px;
}
a {
    color: #14864a;
    transition: all .3s ease 0s;
}
a:hover {
    text-decoration: none;
}
/*通用間距*/

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 50px;
}
.ptb-30 {
    padding-top: 15px;
    padding-bottom: 15px;
}
}
.progress {
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
}
/* 上選單 */
.header-fff {
    background: #FFF;
    box-shadow: 2px 0 12px rgba(0, 0, 0, .6);
}
/* 語言列 */
.bt-tw {
   width: 7vw;
   height: 45px;
   background: #14864a;
   color: #FFF;
}
.bt-cn {
   width: 7vw;
   height: 45px;
   background: #14864a;
   color: #FFF;
}
.bt-en {
   width: 7vw;
   height: 45px;
   background: #14864a;
   color: #FFF;
}
.bt-tw:hover, .bt-cn:hover, .bt-en:hover {
   background: #c1c1c1;
   color: #FFF;
   text-decoration: none;
}

@media (max-width: 991px) {
.bt-tw {
   width: 60px;
   height: 20px;
   background: #14864a;
   color: #FFF;
}
.bt-cn {
  width: 60px;
  height: 20px;
  background: #14864a;
  color: #FFF;
}
.bt-en {
   width: 60px;
   height: 20px;
   background: #14864a;
   color: #FFF;
}
.bt-tw:hover, .bt-cn:hover, .bt-en:hover {
   background: #c1c1c1;
   color: #FFF;
   text-decoration: none;
}
}
/*------------ 主選單 ------------*/
.navbar-nav {
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.125em;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #14864a;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-brand img {
    width: 100%;
    max-width: 480px;
    height: auto;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 30px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.navbar-brand img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
}
.dropdown-item {
    padding: 0.25rem 0rem;
}
.dropdown-menu>ul {
    list-style-type: none;
    padding-left: 0;
}
.dropdown-menu>ul a {
    color: #333;
}
.dropdown-menu>ul a:hover {
    color: #14864a;
}
.dropdown-menu>ul>li ul {
    padding-left: 20px;
}
.dropdown-menu>ul>li>ul>li {
    font-size: .8em;
    padding-left: 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 5px 10px;
}

/*------------ 手機LOGO 選單 語言 ------------*/

@media (max-width: 991px) {
.navbar-brand img {
    width: 100%;
    max-width: 70vw;
    height: auto;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
}
.navbar-toggler {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: solid 1px #eee;
}
.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
}
.language {
    margin-top: 10px;
}
}
/*------------ 輪播按鈕位置 ------------*/
.carousel-indicators {
    bottom: -20px;
}
/*------------ 漸層按鈕 ------------*/
.btn-hover {
    color: #fff;
    background-size: 300% 100%;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}
.btn-hover:focus {
    outline: none;
    color: #fff;
}
.btn-hover.color-green {
    background-image: linear-gradient(to right, #1b824e, #309d66, #1b824e, #309d66);
}
.btn-hover.color-gray {
    background-image: linear-gradient(to right, #333, #666, #333, #666);
}
/* 首頁中文英文標題 */
.title-en-14864a {
    font-size: 3em;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #14864a;
}
.title-en-14864a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 4px;
    background-color: #14864a;
}
.title-tw-14864a {
    font-size: 2.2em;
    font-weight: bold;
    color: #14864a;
}
.title-en-FFF {
    font-size: 3em;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #FFF;
}
.title-en-FFF:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 4px;
    background-color: #FFF;
}
.title-tw-FFF {
    font-size: 2.2em;
    font-weight: bold;
    color: #FFF;
}

@media (max-width: 991px) {
.title-en-14864a {
    font-size: 2em;
}
.title-tw-14864a {
    font-size: 1.6em;
}
.title-en-FFF {
    font-size: 2em;
}
.title-tw-FFF {
    font-size: 1.6em;
}
}
/* 首頁關於我們背景 */
.index-about-bg {
    background: url("../images/index-about-bg.jpg");
    background-position: top right;
    height: 625px;
}
/* 首頁產品背景 */
.bg-14864a {
    background: #14864a;
}
/* 首頁4大圖 */
.index-product {
}
.index-product h3 {
    color: #FFF;
    text-align: center;
    font-size: .96rem;
    padding: 30px 0 0 0;
}
.index-product-img {
    margin-bottom: 40px;
}
/* footer */
footer {
    background: #eee;
    font-size: 0.9375em;
}
.logo-footer img {
    margin-top: 10px;
    margin-right: 10px;
    max-width: fit-content;
}

@media (max-width: 991px) {
.logo-footer img {
    margin-top: 10px;
    max-width: 80px;
    padding-right: 10px;
}
}
/* footer選單 */
.footer-nav {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 40px;
}
footer p a {
    color: #333;
}
footer p a:hover, .footer-nav li a:hover {
    color: #14864a;
}
.footer-nav li, .footer-nav li a {
    color: #333;
    padding-left: 15px;
}
.footer-nav li:before {
    content: '';
    border-right: solid 1px #333;
}
.footer-nav li:nth-child(1):before {
    content: '';
    border-right: solid 0px #333;
}
/* 回到最上 */

a.to-top i {
    width: 40px;
    height: 40px;
    background: #FFF;
    color: #14864a;
    border: solid 1px #14864a;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    transition: all 0.9s ease 0s;
    border-radius: 0%;
    font-size: 40px;
}
a.to-top i:hover {
    background: #14864a;
    color: #FFF;
    text-decoration: none;
    border-radius: 50%;
}
/* 拿掉路徑背景 */
.breadcrumb {
    background-color: transparent;
}
/*標題圖背景 */
.ibg {
    border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    background: url("../images/ibg.png");
    background-size: cover;
    background-position: top center;
}

@media (max-width: 991px) {
.ibg {
    height: 120px;
}
}
/*相關連結 */
.partner img {
    border: solid 1px #e8e8e8;
    transition: all .3s;
}
.partner img:hover {
    border: solid 1px #486e3d;
}
.partner p {
    margin-bottom: 40px;
}
/*聯絡我們 */
/*地圖RWD */
.map-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*#紅字 */
.red {
    color: #e6232a;
}
/*#綠字 */
.c-14864a {
    color: #14864a;
}
/***    left menu ****/

/***********************  TOP Bar ********************/
.sidebar {
    transition: all 0.5s ease-in-out;
}
.bg-defoult {
}
.sidebar ul {
    list-style: none;
    padding-left: 0;}
.sidebar li a, .sidebar li a.collapsed.active {
    display: block;
    padding: 8px 12px;
    color: #1b824e;
/*    border-left: 0px solid #1b824e;
*/    text-decoration: none;
border-bottom: dotted #f4f4f4 2px;
}
.sidebar li a.active {
/*    border-left: 5px solid #1b824e;
*/    transition: all 0.5s ease-in-out
}
.sidebar li a:hover {
}
.sidebar li a i {
    padding-right: 5px;
}
.sidebar ul li .sub-menu li a {
    position: relative;
}
.sub-menu {
    margin-left: 10px;
}
/*.sidebar ul li .sub-menu li a:before{
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}*/
.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%;
}
.sidebar ul li .sub-menu li a:hover {
    background-color: #f4f4f4;
    padding-left: 20px;
    transition: all 0.5s ease-in-out
}
.sub-menu {
    border-left: 5px solid #dedede;
        font-size:0.8em;

}
.sidebar li a .nav-label, .sidebar li a .nav-label+span {
    transition: all 0.5s ease-in-out

}
.sidebar.fliph li a .nav-label, .sidebar.fliph li a .nav-label+span {
    display: none;
    transition: all 0.5s ease-in-out
}
.sidebar.fliph {
    width: 42px;
    transition: all 0.5s ease-in-out;
}
.sidebar.fliph li {
    position: relative
}
.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #222;
    width: 150px;
    z-index: 100;
}
.user-panel {
    clear: left;
    display: block;
    float: left;
}
.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto;
}
.user-panel>.info, .user-panel>.info>a {
    color: #fff;
}
.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
}
.user-panel {
    clear: left;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px;
    border-bottom: 1px solid;
}
.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}
.fliph .user-panel {
    display: none;
}







/*列表分頁*/
.nav-tabs .nav-item {
    width: 33.333%;
    border-radius: 5px 5px 0 0;

}
.nav-tabs .nav-item {
    width: 33.333%;
    background: #dee2e6;
    text-align: center;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #14864a;
    background-color: #fff;
    border-color: #14864a #14864a #fff;
    border-top: solid 5px #14864a;
}
.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}
.nav-item{
    color: #333;
}
.nav-item a{
    color: #333;
}



.dm-img{
        border: solid 1px #e8e8e8;

}
.info-data {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.info-data-title {
    width: 110px;
    font-size: 1em;
    font-weight: normal;
}
.info-data-text {
    width: calc(100% - 110px);
    margin: 0;
    word-break: break-all;
}

.aboutus-title{
    background:#14864a;
    text-align: center;
    color: #FFF;
    padding: 5px 0;
}

.year-box{
    position: relative;
}
.year{
    color: #14864a;
    font-size: 2.5em;
    background:#FFF;
    padding: 10px;
    z-index:1;
    display: inline;
    padding-left: 0
}
.line{
    position: absolute;
    border-bottom: 1px solid #14864a;
    width: 100%;
    top: 50%;
    z-index: -1;
}

.product-title{
    background:#14864a;
    text-align: center;
    color: #FFF;
    padding: 5px 0;
}

.product-img img{
    border: solid 1px #e8e8e8;

}
.gray-title{
    background:#c0c0c0;
    color: #FFF;
    padding:5px 0 5px 5px;
}

hr{
    border: solid 1px #c0c0c0;
}
.p-card-title p{
   word-break: break-all;
}


.index-product img:hover {
    filter: brightness(.9);
}

.dropdown-menu>ul a:active {
    background: #f1f1f1;
}

.bold, .bold a{
   color: #cfefde;
   font-weight: bold;
}

.midbold, .midbold a{
   color: #f18c70;
   font-weight: bold;
}
