@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');
* {
	padding: 0;
	margin: 0; 
}
body {
    font-family:'Noto Sans TC','微軟正黑體', Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 150%;
    background: #fffcf0;
    position: relative;
}
.row{
    margin: 0px; 
}
ul, ol {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1px;
}
p{
    letter-spacing: 1px;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0;
    color: #333;
}
img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Noto Sans TC','微軟正黑體',Arial,sans-serif;
    line-height: 150%;
    padding: 0px 10px;
    margin: 0px;
    
}
.container{
    width: 1440px;
    padding: 0px;
    /* margin:0px; */
    max-width: 100%;
}
#inside-section .container{
     width: 1160px;
}
section{
    padding: 4vw 0 ;
}
#inside-section{
    padding: 2vw 0 4vw 0;
}
#title-hidden{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
#loading  
{  
    position:fixed;  
    width: 100%;
    height: 100%;  
    z-index:9999;
    background:#fff;
    top: 0;
}
#loading  .loading-img{
    position: absolute;
    width: 300px;
    margin: auto;
    top: 45%;
    right: 0;
    left: 0;
}
/*滾動條禁用*/  
.scoll_dis  
{  
    overflow:scroll;  
    overflow-y:hidden;  
}  

#gotop {
    display:none;
    position: fixed;
    border:1px solid #ffb842;
    background:#f9d28e ;
    width: 40px;
    height: 40px;  
    right: 15px;
    bottom: 50px;    
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
    transition: 0.5s;
    opacity: 1;
    text-align: center;
    border-radius:25px;
}
#gotop .arrow{
    position: relative;
}
#gotop .arrow::after{
    content: '︿';
    position: absolute;
    top: 5px; 
    bottom: 0;  
    right: 0;   
    left: 0;    
    margin: auto;

}
#gotop:hover{
    color: #f9d28e;
    border:1px solid #f9d28e;
    background: #Fff;
    transition: 0.5s;
    opacity: .8;
}
.no-padding{
    padding: 0px !important;
}
.deco-left{
    position: absolute;
    left: 0;    
    bottom: 30%;
    width: 160px;   
    z-index: -1;
}
.deco-right{
    position: absolute;
    right: 0;    
    bottom: 20%;
    width: 160px;   
    z-index: -1;
}
/* flxed-btn */
#flxed-btn{
    display:none;
    position: fixed;
    width: 100%;
    bottom: 0%;
    z-index: 100;
    text-align: center;
}
#flxed-btn .sign{
    background: #79b996;
}
#flxed-btn .donate{
    background: #eb9a9b;
}
#flxed-btn .bottom-btn{
    display: block;  
    padding:  5px;  
}
#flxed-btn .bottom-btn img{
    width: 25px;
    margin: 5px;
}
/* .header-top  */
.header-top{
    padding-top: 15px;
}

.header-top .logo-wrap img{
    width: 360px;
    padding-bottom: 5px;
}
.header-top .btn-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.header-top .btn-wrap .header-btn{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 8px 10px 5px 10px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.header-top .btn-wrap .header-btn:hover{
    color: #000;
    padding-bottom: 10px;
}
.header-top .btn-wrap .header-btn.sign{
    background: #79b996;
}
.header-top .btn-wrap .header-btn.donate{
    background: #eb9a9b;
}
.header-top .btn-wrap .header-btn img{
    width: 25px;
    margin-right: 5px;
}
.header-top .btn-wrap .icon-wrap{
    margin-left: 15px;
}
.header-top .btn-wrap .icon img{
    width: 30px;
}

/* logo */
nav .fixed-top{
    z-index: 10;
}
nav .navbar-brand{
    font-size: 26px;
    font-weight: 900;
}
nav .navbar-brand img{
    width: 230px;
    transition: .5s;
}
nav .navbar-brand{
    padding:.5vw 4vw 0 0vw;
}
nav .scrollNav-logo img{
    width: 180px;
    transition: .5s;
}
/*mobile menu*/
.navbar-light .navbar-nav .nav-link{
    color: #333;
    font-size: 16px;    
    font-weight: 500;   
    padding: .5rem 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #cd4d24;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #cd4d24;
}
.navbar-nav .btn-wrap{
    display: none;
}
.navbar-nav .btn-wrap ul{
    margin: 15px 0 0 0;
}
.navbar-nav .btn-wrap ul li{
    display: inline-block;
    padding: 0 5px;
}
.navbar-nav .btn-wrap .icon img{
    width: 30px;
}
/* menu */
nav{
    /* position: fixed; */
    transition: .5s;
}
.navbar{
    background: #f9d28e;
    padding:0;
    border-bottom: 6px solid #ffb842;
}

.navbar-brand{
    display: none;
}
.navbar-light .navbar-toggler{
    border: 0;
}
.navbar-light .navbar-toggler:focus{
    outline: none;
}
.navbar-light .navbar-toggler-icon{

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(205,77,36, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler p{
    font-size: 12px;
}
.scrollNav{
   /*  background: rgba(255, 255, 255, 1); */
    transition: .5s;
    padding: 0.2rem;
}
.navbar-nav .dropdown .dropdown-menu{
    margin: 0;
    padding: 10px;
}
.navbar-nav .dropdown .dropdown-toggle::after{
    display: none;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item{
    border-bottom: 1px dashed #ccc;
    padding: 10px 25px;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,.navbar-nav .dropdown .dropdown-menu .dropdown-item.active,.navbar-nav .dropdown .dropdown-menu .dropdown-item:active{
    color:#cd4d24;
    border-bottom: 1px dashed #cd4d24;
    background-color: #f8f9fa;
}
.navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
}
/*輪播圖*/
.carousel-inner .mob-img{
    display: none;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide{
transform: scale(1.1);
transition: transform 10000ms ease-out, opacity 1600ms !important;}
.zoom-slider{
    height: calc(100vh);
    /* margin-top: 90px; */
    position: relative;
}
.zoom-slider .slide-text{
    position: absolute;
    text-align: left;
    top: 50vh;
    left: 10vw;
    background: rgba(0, 0, 0, .3);
    padding: 15px 15px 0;
}
.zoom-slider .slide-text h1{
    font-size: 2.5rem;
    line-height: 56px;    
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 4px;
    margin-bottom: 3vh;  
    font-family: 'Noto Serif TC', serif;
}
.zoom-slider .slide-text h3{
    font-size: 22px;
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 4px;
    margin-bottom: 10px; 
    font-family: 'Noto Serif TC', serif;     
}
.scroll{
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 20;
    font-family: 'Noto Serif TC', serif; 
}
.scroll a{
    text-decoration: none;
}
#scroll{
    cursor:pointer;
}
.scroll .p-scroll {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #fff;
    cursor:pointer;

}
.scroll .p-scroll.scrolldown {
    font-size: 20px;
    line-height: 1;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }
/*輪播圖*/

/* 編輯器 */
.detail-content .content-title{
    padding: 25px 15px;
}
.detail-content .content-title h3{
    border-left: 4px solid #ffb842;
}
.detail-content .content-title span{
    display: inline-block;
}
.detail-content .content-title .date{
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
.detail-content .content-title .tag{
    margin: 5px 5px 0 0;
    padding: 0 8px;
    background: #79b996;
    border-radius: 15px;
    font-size: 14px;   
}
.detail-content .content-title .tag-love{
    background: #eb9a9b;
}
.detail-content .content-title .tag-life{
    background: #ffedb5;
}
.detail-information .img-wrap{
    text-align: center;
}
.detail-information .title1{
    margin: 15px 0;
    border-left: 4px solid #ffb842;
}
.detail-information .introduction{
    padding: 0 15px;
    margin: 25px 0;
    color: #666;
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.detail-information .donate-btn{
    margin: 45px 0 25px 0;
}
.detail-information .donate-btn a{
    padding: 10px 0;
    width: 100%;
    display: block;
    color: #FFF;
    border-radius: 15px;
    position: relative;
    text-align: center;
}
.detail-information .donate-btn a:hover{
    background: #fff;
    color: #333;
}
.detail-information .donate-btn a::before{
    position: absolute;
    content: '';
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
    margin: auto;
    border-radius: 15px;
}
.detail-information .donate-btn .btn-1{
    background: #cd4d24;
    border: 1px solid #cd4d24;
}
.detail-information .donate-btn .btn-1::before{
    border: 1px dashed #ffb842;
}
.detail-information .donate-btn .btn-2{
    background: #ffb842;
    border: 1px solid #ffb842;
}
.detail-information .donate-btn .btn-2::before{
     border: 1px dashed #cd4d24;
}
.detail-form{
    padding: 0 8vw;
}
.detail-form form{
    
    border-radius: 15px;
    padding: 0vw 4vw;
}
.detail-form .form-title{
    text-align: center;
    padding: 5px 0;
    background: #cd4d24;
    color: #fff;
    /* border-radius: 15px 15px 0 0; */ 

}
.detail-form .form-group{
    padding: 15px 0;
    border-bottom: 1px dashed #ffb842;
}
.detail-form .form-group .col-form-label{
    color: #cd4d24;
    padding: 4px 15px;
    position: relative;

}
.detail-form .form-group .col-form-label span{
    position: absolute;
    left: 5px;
    color: #ffb842;
}
.detail-form .form-group .note{
    font-size: 14px;
    color: #cd4d24;
}
.detail-form .form-group .form-control {
    border: 1px solid #E8E8E8;
    font-size: 14px;
    padding: 5px;
}
.detail-form .send{
    margin-top: 25px;
}
.detail-form .send .btn{
    padding: 10px 45px;
    background: #ffb842;
    color: #FFF;
    border: none;
}
.detail-form .send .btn:hover{
    color: #FFF;
    background: #cd4d24;
}

.detail-form .send {
    text-align: center;
}
.inside-editor{
    padding: 15px;
}
.inside-editor img{
    max-width: 100%; 
}
.inside-editor videos{
    max-width: 100%;
}
.inside-editor table{
    max-width: 100%;
}
.inside-editor p{
    line-height: 180%;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
/*分頁*/
.page-wrap{
  padding: 40px 0 0 0;
}
.page-wrap .page-item .page-link{
  color: #cd4d24; 
}
.page-wrap .page-item.active .page-link{
  background: #cd4d24;
  color: #FFF;
  border: 1px solid #cd4d24;
}
/*分頁2*/
.pagination{
  padding: 20px 0 0;
}
.pagination li{
    margin: 0 1px;
}
.pagination li a,.pagination li span{
  color: #cd4d24;
  padding: 5px 10px;
  border: 1px solid #cd4d24;
  border-radius: 5px;
}
.pagination li.active a,.pagination li.active span{
  background: #cd4d24;
  color: #FFF;
  border: 1px solid #cd4d24;
}
/*首頁標題*/
.index-title{   
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 2vw;
}
.index-title h1{
    font-weight: 600;
    color: #cd4d24;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', serif;
}
.index-title h1 span{
    border-bottom: 2px solid #ffb842;
}
.index-title h5{
    font-size: 16px;
    color: #000000;
    font-family: 'Noto Sans TC', serif;
}
/*index-about*/
.index-about{
    position: relative;
    background: url('../images/about/about-background.png');
    min-height: 690px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; 
}
.index-about .about-img{
    display: none;
}
.index-about .index-about-container{
    width: 600px;
    padding: 15px;
}
.index-about .index-about-container .index-title{
    text-align: left;
}
.index-about .index-about-container .content h5{
    margin: 10px 0;
}
.index-about .index-about-container .content p{
    line-height: 250%;
}
/* index-news */
.index-news .item {
    padding: 15px;
}
.index-news .item .img-wrap{
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    width: 100%;
}
.index-news .item .item-img{
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.index-news .item span{
    display: inline-block;
}
.index-news .item .date{
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
}
.index-news .item .tag{
    float: right;
    margin: 5px 0;
    padding: 0 8px;
    background: #79b996;
    border-radius: 15px;
    font-size: 14px;    
}
.index-news .item .tag-love{
    background: #eb9a9b;
}
.index-news .item .tag-life{
    background: #ffedb5;
}
.index-news .item .title{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.index-news .item .title span{
     position: relative;
     width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news .item .title span::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 4px;
    background-color: #ffb842;
    z-index: -1;
}
.index-news .item .content{
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    font-weight: 300;   
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: none;
    color: #212529;
}
/* index-botoom  */
.index-bottom{
    padding-bottom: 0;
    background: url('../images/footer-bac.jpg');
    background-size: cover;
    background-position: bottom;
}
.index-bottom .arrow{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: auto;
}
.index-bottom .arrow img{
    width: 100px;   
}
.index-contact{
    background:rgba(255,255,255,.2); 
    margin-bottom: 4vw;
    padding: 2vw;
}
.index-contact .content h1{
    font-weight: 600;
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
}
.index-contact .content p{
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Serif TC', serif;
}



/*index-products*/
.index-products{  
}
.index-products #product-wrap .item-wrap{
    padding: 15px;
}
.index-products #product-wrap .item{
    padding: 10px;
    background: #f9d28e;
    z-index: -2;
    border: 1px solid #f9d28e;
    transition:.3s;
}
.index-products #product-wrap .item:hover{
    border: 1px solid #cd4d24;
    transition:.3s;
}
.index-products #product-wrap .item .text h1{
    font-size: 18px;    
    font-weight: 600;
    color: #cd4d24;
    padding: 10px;
    z-index: 10;
}
.index-products #product-wrap .item .text h1 span{
     position: relative;
     z-index: 1;
}
.index-products #product-wrap .item .text h1 span::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 4px;
    background-color: #ffb842;
    z-index: -1;
}
.index-products #product-wrap .item .text p{
    text-align:justify; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 72px;
}
.index-products #product-wrap .item .donate-btn{  
    text-align: center;
    margin-top: 15px;
    padding: 15px;
}
.index-products #product-wrap .item .donate-btn a{
    color: #FFF;
    background: #cd4d24;
    border: 1px dashed #cd4d24;
    border-radius: 15px;   
    padding: 5px 0;
    display: block;
}
.index-products #product-wrap .item .donate-btn a:hover{
    color: #cd4d24;
    background: #fff;
}
/* 輪播效果 */
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff;
    color: #f00;
}
.owl-carousel{
    padding:0 15px;
}
.index-products .owl-carousel button span{
    /* font-size: 34px; */
    color: #333;
    font-weight: 900;
    padding: 16px;
    font-size: 24px;
    line-height: 18px;
    
}
.index-products .owl-carousel button{
    width:42px;
    height:42px;
    border-radius: 999em !important;
    background: #f1f1f1 !important;
     display: flex;
  justify-content: center;
  align-items: center; 
}
.index-products .owl-carousel button:focus{
    border: 0px;
    outline: 0px;
}
.index-products .owl-theme .owl-nav{
    margin-top: 10vh;
}
.index-products .owl-carousel .item{
    border-right: 1px solid #ccc;
}
.index-products .owl-carousel .item h1{
    font-size: 16px;
    margin: 0px;
    padding: 15px;
    text-align: center; 
}
.index-products .owl-carousel a{
    text-decoration: none;
}
/* 輪播效果 */
.index-service {
    padding-bottom: 0;
}
.index-service .container{
    width: 1240px;  
    background: url('../images/service/background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    background-position: center;

}
.index-service .item-wrap{
    text-align: center;
    padding: 15px;
}
.index-service .item-wrap .item-img img{
    width: 150px;
}
.index-service .item-wrap .text .t-1{
    color: #ffb842;
}
.index-service .item-wrap .text .t-2{
    color: #79b996;
}
.index-service .item-wrap .text .t-3{
    color: #eb9a9b;
}
.index-service .item-wrap .text .t-4{
    color: #6aaee5;
}

/*more*/
 .more{
    margin-right: 8vw;
    margin-top: 40px;
    position: relative;
    text-align: right;
    padding-right: 80px;
    display: block;
}
.more a{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: .5s;   
}
.more a {
    font-size:  14px;
     font-family: 'Noto Sans TC', serif;
     color: #cd4d24;
     transition: .5s;   
}
.more a:hover .arrow{
    right: 15px;
    transition: .5s;   
}
.more a:hover p{
    letter-spacing: 2px;
    transition: .5s;   
}
.more .arrow{
    position: absolute;
    right: 20px;
    bottom: 0; 
    top: 0;
    margin: auto; 
    transition: .5s;   
}
.more .arrow img{
    width: 60px;
}
.back{
    text-align: center;
    margin-top: 60px;
}
.back a{
    padding: 10px 45px;
    background:#ffb842;
    color: #FFF;
}
.back a:hover{
    color: #FFF;
    background: #cd4d24;
}
/*footer*/
.footer-top{
    margin-bottom: -3px;
}
.footer{
    right: 0;
    padding: 2vw 0 2vw 0;
    background: #f9d28e;
    color: #cd4d24;
    font-size: 14px;
}
.footer a{
    color: #cd4d24;
    text-decoration: none;
}
.footer p{
    font-size: 14px;
    color: #cd4d24;
    line-height: 20px;
}
.footer h5{
    padding-top: 15px;
    font-weight: 600;
    letter-spacing:2px;
    color: #cd4d24 ;
}
.footer .information{
    padding-left: 40px;
}
.footer .information span img{
    width: 30px;
    margin: 5px;
}
.footer .information p{
    line-height: 200%;
}
.footer .information .other-btn{
    margin-left: 10px;
    margin-top: 10px;
   
}
.footer .information .other-btn a{
    padding: 5px 15px;
    border-radius: 15px;
    background: #cd4d24;
    color: #fff;
}
.footer .information .icon {
    padding-left: 15px;
}
.footer .information .icon img{
    width: 30px;
}
.footer .more a{
    color: #555;
    letter-spacing: 4px;
    padding:15px 40px; 
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgb(15,110,184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15,110,184,1) 0%, rgba(15,110,184,1) 22%, rgba(28,33,136,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
/*copyright*/
.copyright{    
    background-color: #ffb842;
}
.copyright p{
    width: 100%;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.copyright a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}


/*inside-banner*/
.inside-banner{

}
.inside-banner .inside-banner-img{
    overflow: hidden;
}
.inside-banner .inside-banner-img img{
    min-width: 1920px;
}

/*麵包屑*/
.bre ul{
    margin-bottom: 0px;
    padding: 1rem  ;
    text-align: left;
    /* border-bottom: 1px solid #ebebeb; */
    color: #555;
}
.bre ul li{
    display: inline-block;
    font-size: 12px;
}
.bre ul li a{
    text-decoration: none;
    color:  #cd4d24;
}
.bre ul li i{
    margin-right:5px;
}

/* .inside-title */
.inside-title{
    text-align: center;
    margin-bottom: 2vw;
}
.inside-title h1{
    color: #cd4d24;
    font-size: 28px;
}
.inside-title h5{
    color: #cd4d24;
    font-size: 18px;
}
.inside-title h5 span{
    color: #ffb842;
}

.inside-category .mobile-menu{
    text-align: center;
    display: none;
    margin-bottom: 2vw;
}
.inside-category .mobile-menu .menu a{
    width: 100%;
}
.inside-category .mobile-menu .menu a i{
    margin-left: 5px;
}
.inside-category .mobile-menu .card{
    border-radius: 25px !important;
    margin-top: 15px;
    border: 1px dashed #ffb842;
}
.inside-category .mobile-menu .menu-item{
    padding-left: 0px;
}
.inside-category .mobile-menu .menu-item li a{
    display: block;
    padding: 15px;
    border-bottom: 1px dashed #f1f1f1;
}
.inside-category .mobile-menu .menu-item li a:hover{
    color: #cd4d24;
    border-bottom: 1px dashed #ffb842;
}
.inside-category .mobile-menu .menu-item .active a{
    color: #cd4d24;
    border-bottom: 1px dashed #ffb842;
}
.inside-category .mobile-menu .btn-primary{
    background-color: #cd4d24;
    border-color: #cd4d24;
    border-radius: 25px;
    border-bottom: 1px dashed #ffb842;
}
.inside-category .mobile-menu .btn-primary:hover{
    background-color: #fff;
    border-color: #cd4d24;
    color: #cd4d24;
}
.inside-category .mobile-menu .btn-primary:focus{
    box-shadow: none;
}
.inside-category .desk-menu ul{
    text-align: center;
}
.inside-category .desk-menu ul li{
    display: inline-block;
    margin-right: 5px;
}
.inside-category .desk-menu ul li a{
    display: block;
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px dashed #ffb842;
}
.inside-category .desk-menu ul .active a{
    color: #cd4d24;
}
.inside-category .desk-menu ul li a:hover{
    color: #cd4d24;
}
/*inside-about*/

.inside-about{
   
}

/* inside-news */
.inside-news .news-item .item{
    transition: .3s;
}
.inside-news .news-item .item:hover{
    box-shadow: 0 9px 2.5rem rgb(0 0 0 / 11%);
    transition: .3s;
}
.inside-news .news-item .item a{
    text-decoration: none;
}
.inside-news .news-item .item{
    border-bottom: 1px solid #f1f1f1;
    padding:40px 20px;
    margin-bottom: 40px;
}

.inside-news .news-item .text-wrap h5{
    color: #cd4d24;
    font-size: 20px;
    padding-top: 15px;
    font-weight: 600;

}
.inside-news .news-item .text-wrap p{
    color: #333;
}
.inside-news .news-item .date{
    border-left: 1px solid #333;
    margin: 15px;
}
.inside-news .news-item .date h5{
    color: #333;
    font-size: 28px;
    font-weight: 700;  
    font-family:'Noto Serif TC', serif; 
    margin: 0;
}
.inside-news .news-item .date p{
    color: #333;
    font-family:'Noto Serif TC', serif;
    margin: 0;
}
/* .inside-detail */
.inside-detail .date{
    color: #cd4d24;
}
.inside-detail .date i{
    padding-right: 5px;
}
.inside-detail .title{
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
.inside-detail .
/*inside-equipment*/

.inside-quality .content-title h5{
    color: #222;
    font-size: 18px;
    margin-bottom: 2vh;  
    color: #cd4d24;
}
.inside-quality .quality-item{
    padding: 15px;
}
.inside-quality .quality-item img{
    
}
.inside-quality .quality-item h5{
    padding: 5px;
    margin-bottom: 0px;
    font-size: 18px;
}
.inside-quality .quality-item p{
    padding: 5px;
}
/*.inside-process*/
.inside-process{
    /* background: url('../images/process-back.jpg'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.inside-process .process-img{
    width: 100%;
    text-align: center;
}
.inside-process .process-img img{

}
/*inside-products*/
.inside-products{
    padding: 4vw;
}
.inside-products .inside-about {
    margin:0px ; 
    padding: 0 ; 
}
.inside-products .products-menu{
    text-align: center;
    background: #d8e6e7;
    padding: 5px;
    border-left: 1px solid #cd4d24;
}
.inside-products .products-menu .menu-title h5{
    color: #cd4d24;
    padding: 5px 0;
    font-weight: 600;
}
.inside-products .products-menu ul{
}
.inside-products .products-menu ul li a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.inside-products .products-menu ul li a:hover{
    color: #cd4d24;
    border-bottom: 1px solid #cd4d24;
}
.inside-products .products-item{
    position: relative;
    margin-bottom: 40px;
   
}
.inside-products .products-item a img{
    transition: all .5s ease-out;
}
.inside-products .products-item a:hover img{
    transform: scale(1.1,1.1);
    transition: all .5s ease-out;
}
.inside-products .products-item .img-wrap{
     overflow: hidden;

}
.inside-products .products-item .text-wrap{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    border-bottom: 4px solid #c7000b;
}
.inside-products .products-item .text-wrap h5{
    color: #FFF;
    font-size: 1rem;
    padding: 15px;
    margin: 0;
}
.inside-products .mobile-menu{
    text-align: center;
    display: none;
    margin-bottom: 2vw;
}
.inside-products .mobile-menu .menu a{
    width: 100%;
}
.inside-products .mobile-menu .menu-item{
    padding-left: 0px;
}
.inside-products .mobile-menu .menu-item li a{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.inside-products .mobile-menu .btn-primary{
    background-color: #cd4d24;
    border-color: #cd4d24;
}
.inside-products .mobile-menu .btn-primary:hover{
    background-color: #fff;
    border-color: #cd4d24;
    color: #cd4d24;
}
.inside-products .mobile-menu .btn-primary:focus{
    box-shadow: none;
}

.information-detail{

}
/* inside-list */
.inside-list .search-date{
   margin: auto;
    display: flex;
    align-items: center; 
}
.inside-list .search-date .form-group{
    padding: 5px;
}
.inside-list .search-date .form-group input{
  border: 1px solid #ccc;
  color: #333;
  border-radius: 5px;
  padding: 2px 5px;
  height: 35px;
}
.inside-list .search-date .form-group .btn{
  background: #ffb842;
  font-size: 14px;
  color: #Fff;
}
.inside-list .list-note{
  margin: 30px 0 40px 0;
  border: 1px dashed #f9d28e;
    border-radius: 15px;
    padding: 15px;
}
.inside-list .list-note p{
  line-height: 200%;
  font-weight: 300;
}
.inside-list .list-note a{
  color: #ffb842;
}
.inside-list .list-content table{
  width: 100%;
}

.inside-list .list-content .thead-color{
  background: #cd4d24;

}
.inside-list .list-content .table{
  background: #fff;
}
.inside-list .list-content .table thead th{
  font-weight: 400;
  color: #FFF;
}
.inside-list .list-content .table tbody td{
  font-size: 14px;
  color: #333;
}
/*inside-contact*/
.inside-contact .information h5{
    font-size:26px;
    color: #cd4d24;
    margin-bottom: 20px;
    font-weight: 500;
}
.inside-contact .information ul li{
    padding: 5px 0;
    letter-spacing: 3px;
    font-size: 14px;
}
.inside-contact .information ul li a{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
}
.inside-contact .information ul li i{
    width: 30px;
    text-align: center;
    color: #555;
    font-size: 12px;
}
.inside-contact .information ul .mob span{
    padding-left: 30px;
}
.inside-contact form input{
    width: 100%;
    padding: 12px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
    font-family: '微軟正黑體', Arial, sans-serif;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
}
.inside-contact form textarea{
    width: 100%;
    padding: 8px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
    font-family: '微軟正黑體', Arial, sans-serif;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
}
.inside-contact button{
    padding: 10px 50px;
    border-radius: 2px 2px;
    border: 1px solid #cd4d24;
    background: #cd4d24;
    color: #Fff;
    cursor: pointer;
    transition: .5s;

}
.inside-contact button:hover{
    opacity: .8;
    transition: .5s;
}
.inside-contact .form{
    font-size: 14px;
    padding: 10px;
}
.inside-contact .form p{
    font-size: 14px;
}
.inside-contact .form span{
    color: #F00;
}
/*inside-service*/
.inside-service .wrap {
    margin-bottom: 30px;
}
.inside-service .wrap .img-wrap{
    text-align: center;
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    width: 100%;
    transition: .5s;
}
.inside-service .wrap .item .item-img{
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.inside-service .wrap .item .title{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}
.inside-service .wrap .item:hover .title a{
    color: #cd4d24;
}
.inside-service .wrap .item .title span{
     position: relative;
}
.inside-service .wrap .item .title span::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 4px;
    background-color: #ffb842;
    z-index: -1;
}
.inside-service .wrap .item .content{
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
    font-weight: 300;   
}

.inside-service .wrap{
   padding: 15px;
}
.inside-service .wrap .item-wrap{
    margin-bottom: 30px;
}
.inside-service .wrap .item{
    padding: 0 15px; 
}
/* inside-company */
.inside-company{

}
.inside-company .wrap .item .item-img{
    border-radius: 0px;
}
.inside-company .wrap .item .content{
    -webkit-line-clamp: 5;
}
.inside-company .wrap .item .img-wrap{
    position: relative; 
    transition:.5s;
}

.inside-company .wrap .item .img-wrap .link{
    position: absolute;
    top: 0; 
    width: 100%;  
    height: 100%; 
    background: rgba(249,210,142, .8);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
    opacity: 0;
    transition:.5s;
    
}
.inside-company .wrap .item .img-wrap:hover .link{
    opacity: 1;
}
.inside-company .wrap .item .img-wrap .link i{
    color: #cd4d24;
    font-size: 18px;  
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #cd4d24;
}
.inside-company .wrap .item .img-wrap:hover{

}
/* .inside-new */
.inside-news .wrap a:hover{
    color: #333;
}
.inside-news .wrap .item span{
    display: inline-block;
}
.inside-news .wrap .item .date{
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
}
.inside-news .wrap .item .tag{
    float: right;
    margin: 5px 0;
    padding: 0 8px;
    background: #79b996;
    border-radius: 15px;
    font-size: 14px;    
}
.inside-news .wrap .item .tag-love{
    background: #eb9a9b;
}
.inside-news .wrap .item .tag-life{
    background: #ffedb5;
}
.inside-news .wrap .item .title{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.inside-news .wrap .item .title span{
     width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inside-donate .detail-form .form-group{
  margin: auto;
  display: flex;
  align-items: center; 
}
.inside-donate .detail-form .form-check-label{
  color: #555;
}
.inside-donate .detail-form .radio-inline{
  padding: 5px 0;
  color: #555;
}
.inside-donate .donate_project_group input{
  display: none;
}
.inside-donate .donate_project_group{
    /* margin-top: 15px; */
}
.inside-donate .donate_project_group span{
  background: #ffb842;
  border-radius:5px;
  padding: 3px 8px;
  color: #FFF;
  cursor: pointer; 
}
.inside-donate .donate_project_group label{
  margin-bottom: 0;
}
.inside-donate .detail-form  input[type=checkbox], input[type=radio]{
  margin-right: 5px;

}
.inside-donate #twzipcode{
  margin-bottom: 5px;
}
.inside-donate #twzipcode select{
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
  color: #495057;
  font-size: 14px;
}
.inside-donate #twzipcode input{
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
}
.inside-donate #twzipcode input:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.inside-donate .form-group .content{
  text-align: justify;
  text-justify:inter-ideograph;
}

/* .inside-service .service-wrap .item .title{
   font-size: 18px;
   padding: 5px 0;
   position: relative;
   border-bottom: 1px solid #f1f1f1;
}
.inside-service .service-wrap .item .title::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ffb842;
    transition:.5s;
    opacity: 0;
}
.inside-service .service-wrap .item:hover .title::before{
    width: 100%;
    transition:.5s;
    opacity: 1;
}
.inside-service .service-wrap .item a{
    display: block;
    color: #cd4d24;
}
.inside-service .service-wrap .item a:hover{
    color: #cd4d24;
}
.inside-service .service-wrap .item .content{
    padding: 0;
    color: #555;
    font-weight: 300;
    text-align:justify; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 48px;
} */
@media (max-width:1200px) {


/*輪播圖文字*/
.carousel-caption h1{
    font-size: 30px;
    font-weight: 900;
}
.carousel-caption h5{
    padding-top: 20px;
    /* padding-left: 60px; */
    font-size: 20px;
}
.carousel-caption p{
    font-family: 'arial';
    font-size: 16px;
    /* padding-left: 60px; */
    font-weight: 500;
}
.zoom-slider .slide-text h1{
    font-size:  1.8rem
}
.zoom-slider .slide-text{
    left: 0;
}
.index-products .container-products{
    padding: 0vw 6vw;
}
.inside-products{
    padding: 5vh;
}
.inside-products .products-item{
        padding: 20px;
}
.inside-equipment{
    padding: 1vh; 
}
.footer .information{
    padding-left:0px;
}
.footer .sitemap{
    padding-left:0px;
}
}
@media (max-width: 991px) {
    /* section{
    padding:80px 0px;
    } */
    .navbar-nav{
        display: block;
        text-align: center;
        padding: 15px 0;
        background: #f9d28e;
    }
    .navbar-nav .nav-item{
        padding: 15px 0 !important;
        border-bottom: 1px solid #f1f1f1;
    }
    .navbar-nav .nav-item.active{
        border-bottom: 1px solid #cd4d24;
    }
    .navbar-nav .nav-item:hover{
        border-bottom: 1px solid #cd4d24;
    }
    nav .navbar-brand{
        display: block;
    }
    nav .nav{
        display: none;
    }
    .navbar-nav .btn-wrap{
        display: block;
    }
    .header-top{
        display: none ;
    }
    #flxed-btn{
        display: block;
    }
    .carousel-item{
        width: 100%;
        overflow: hidden;

    }
    .carousel-caption{
    left: 14%;
    /* right: 40%; */
    top:30%;
    text-align: left;
    }
    .carousel .carousel-inner img{
        /* min-width: 767px; */

        

    }
    /*輪播圖文字*/
    .carousel-caption h1{
        font-size: 24px;
        font-weight: 900;
    }
    .carousel-caption h5{
        padding-top: 18px;
        /* padding-left: 60px; */
        font-size: 20px;
    }
    .carousel-caption p{
        font-family: 'arial';
        font-size: 14px;
        /* padding-left: 60px; */
        font-weight: 500;
    }
    .index-about .about-img{
        display: block;
    }
    .index-about::before{
        height: 100%;
    }
    .index-company .right{
        display: none;
    }
    .inside-products{
    padding: 3vh;
    }
    .footer .information{
        padding-left:0px;
        margin-bottom: 40px;
    }
    .footer .sitemap{
        padding-left:0px;
        padding-right: 0px;
        text-align: center;
    }
}
@media (max-width: 768px){
    /* section{
        padding:80px 0px 0 0;
    }  */   
    .carousel-inner .mob-img{
        display: block;
    }
    .carousel-inner .desk-img{
        display: none;
    }
    .index-bottom{
        background-position: right;
    }
    .index-contact .contact-phone{
        text-align: left;
    }
    .index-contact .contact-phone a{
        padding-left: 10px;
    }

    .inside-about .about-bottom .content ul li{
        width: 100%;
    }
    .inside-about .about-box .content{
        padding: 8vw 0;
    }
    .inside-about .about-service{
        padding: 0vw;
    }
    .inside-category .mobile-menu{
        display: block;
    }
    .inside-category .desk-menu{
        display: none;
    }
    .inside-products{
    padding:1vh;
    }
    .inside-products .products-item{
        padding: 10px;
    }
    .inside-download .download-item .text-wrap a{
        position: static;
        display: block;
        margin-bottom: 0px;
        margin-top: 15px;

        
    }
    .inside-list .search-date{
        display:block;
        text-align: center;
    }
    .inside-list .search-date .form-group{
        margin-bottom: 0;
    }
    .footer .fllow-us{
        text-align:center;
    }
    .footer .fllow-us img{
        padding-top: 0px;
    }
    .footer .information{
        text-align: center;
    }
    .inside-people .people-item{
        height: auto;
        margin-bottom: 30px;
}
    nav .form-control{
        width: auto;
    }

}
@media (max-width: 480px){
    .zoom-slider .slide-text{
        top: 45vh;
    }
    .zoom-slider .slide-text h1{
        font-size: 18px;
    }

}