﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


@charset "utf-8";
:root {
   
}
body.lang_US, .contentbuilder-box body, .contentbuilder-box table.body, .contentbuilder-box h1, .contentbuilder-box h2, .contentbuilder-box h3, .contentbuilder-box h4, .contentbuilder-box h5, .contentbuilder-box h6, .contentbuilder-box p, .contentbuilder-box td, .contentbuilder-box th, .contentbuilder-box a {
    font-family: "Rubik", sans-serif;
}
body,.editor {
    font-size:18px;
}

.slickfixedInitPosition {
    aspect-ratio: var(--init-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}

/* navbar */
.header .navbar {
    padding: 0 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0 0 14px;
    border:none;
}
.header .navbar  .navbar-brand img {
    width: 100%;
    height: auto;
}

.header .navbar .navbar-nav.nav-1 > li > .nav-link {
    background: url(../images/all/hover-01.svg) no-repeat left -37px top 0px;
    padding: 25px 22px 10px 22px;
    background-size: 35px;
    font-size:18px;
}
.header .navbar .navbar-nav.nav-1 > li:hover > .nav-link {
    background-position: left 0px top;
    color: var(--main-color);
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
}
.header .navbar .navbar-nav.nav-1 > li ul li.nav-item + li {
    border-top: 1px solid #eee;
}

.header .navbar .navbar-nav.nav-1 > li ul li.nav-item {
    text-align:center;

}
.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    font-size: 16px;
}
.header .navbar .navbar-nav.nav-1 > li ul li:hover a{
    background: var(--main-color);
    color: #fff;
}
.header .navbar .navbar-nav.nav-1 > li ul {
    border: 2px solid var(--main-color);
}
.header .navbar .navbar-nav.nav-1 > li > .nav-link .caret {
    border-top-color:currentColor;
}

.header .nav-brand-wrapper {
    position: relative;
    z-index: 10;
}
.header .navbar .nav-brand-wrapper::after {
    content: "";
    position: absolute;
    left: -100%;
    right: -111px;
    bottom: -40px;
    background: url(../images/all/navbf.png) no-repeat bottom right;
    height: 40px;
}

.header .navbar .btn-group .btn {
    font-size: 18px;
    background: url(../images/all/lang.png) no-repeat left 4px center var(--forth-color);
    padding-left: 35px;
    border-radius:0;
}



.banner .slick .slick-dots .slick-active button {
        background: #a1b57b;
}

.banner .slick .slick-dots button {
        background: #fff;
}

.banner .slick-dots {
    bottom: 10px;
    z-index: 100;
}

    .banner {
        position: relative;
    }

  

/* 首頁區塊 */

.breadcrumb li,
.breadcrumb li a {
    color: #fff;
}
    .breadcrumb li a   .txt-en{
        display:none;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }
.breadcrumb {
    position: relative;
    background: var(--main-color);
    font-size: 14px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
body.home .section .h3 span, body.home .section .h2 span, .kind-info .h2 .txt-en, .contact h3 .txt-en {
    color: #525252;
    font-size: 20px;
    opacity: 0.5;
    margin-left: 14px;
    font-family: "Rubik", sans-serif;
}

body.home .section.home_service .h3 {
    text-align: center;
    display: table;
    margin: 0 auto 40px;
}
body.home .section.home_service .h3 span {
    display: block;
    margin-left:0;
}
body.home .section .h2 {
    padding: 0;
    border: none;
}
body.home .section .h3,
body.home .section .h2,
.kind-info .h2, .contact h3 {
    font-size: 38px;
    color: #333;
    position: relative;
    text-align: left;
}
body.home .section .h3:before,
body.home .section .h2:before,
body.home .section .h3:after, 
body.home .section .h2:after,
.kind-info .h2:before,
.kind-info .h2::after,
.contact h3:before,
.contact h3:after{
    content: "";
    position: absolute;
    display: block;
}
body.home .section .h3:before, 
body.home .section .h2:before,
.kind-info .h2:before,.contact h3:before {
    width: 38px;
    height: 38px;
    background: url(../images/all/titlebf2.png) no-repeat left top;
    left: -45px;
    top: -40px;
}
body.home .section .h3:after, 
body.home .section .h2:after,
.kind-info .h2::after,.contact h3:after {
    width: 35px;
    height: 35px;
    background: url(../images/all/titlebf.png) no-repeat left top;
    left: -19px;
    top: -15px;
   -webkit-animation: flicker-2 2s linear infinite both;
	        animation: flicker-2 2s linear infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-7-3 16:14:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flicker-2
 * ----------------------------------------
 */
@-webkit-keyframes flicker-2 {
    0%, 100% {
        opacity: 1;
    }

    30.99% {
        opacity: 1;
    }

    32% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    43.01% {
        opacity: 1;
    }

    45.99% {
        opacity: 1;
    }

    46% {
        opacity: 0;
    }

    46.9% {
        opacity: 0;
    }

    46.91% {
        opacity: 1;
    }

    51.99% {
        opacity: 1;
    }

    52% {
        opacity: 0;
    }

    52.8% {
        opacity: 0;
    }

    52.81% {
        opacity: 1;
    }
}

@keyframes flicker-2 {
    0%, 100% {
        opacity: 1;
    }

    30.99% {
        opacity: 1;
    }

    32% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    43.01% {
        opacity: 1;
    }

    45.99% {
        opacity: 1;
    }

    46% {
        opacity: 0;
    }

    46.9% {
        opacity: 0;
    }

    46.91% {
        opacity: 1;
    }

    51.99% {
        opacity: 1;
    }

    52% {
        opacity: 0;
    }

    52.8% {
        opacity: 0;
    }

    52.81% {
        opacity: 1;
    }
}

body.home .section.home_service .item .item-info {
    position: relative;
}
body.home .section.home_service .item .item-info .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:78%;
    color: #fff;
    padding:0;
    z-index:1;
    transition:0.5s all;
    pointer-events:none;
}
body.home .section.home_service .item .item-info .info:before{
  background: rgb(61 57 146 / 80%);
  content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    z-index:-1;
}
body.home .section.home_service .item .item-info .info .title {
    font-size: 25px;
    font-weight: normal;
    margin: 0 !important;
  
}
body.home .section.home_service .item .item-info .info .title,
body.home .section.home_service .item .item-info .info .desc {
    color:#fff;
    width: 100%;
}
body.home .section.home_service .item .item-info .info .desc {
    display: none;
    opacity:0;
      transition:0.5s all;
      font-size:16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .section.home_service .item .item-info:hover .info {
    top: 0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
body.home .section.home_service .item .item-info:hover .info .desc {
   
      display: -webkit-box;
    opacity:0.9;
}

body.home .section.home_service .item .item-info .info a {
    display: block;
    width: 100%;
    
    padding:10px;
}
body.home .section.home_service .item .item-info:hover .info a{

   
}

body.home .section.home_service {
    padding: 50px 0 100px !important;
    background: url(../images/all/servicebg1.jpg) no-repeat left bottom, url(../images/all/servicebg2.jpg) no-repeat right top -109px;
}

body.lang_US.home .section.home_service .item .item-info .info .title {
    font-size: 20px;
}


body.home .section.home_about .h2.title,body.home .section h1.h3{
    display:none;
}
body.home .home_about {
    background: url(../images/all/abbg.jpg) no-repeat left center;
    background-size: cover;
    position: relative;
    padding: 88px 0 !important;
    min-height: 570px;
}
body.home .home_about .editor {
    padding-left: 50%;
    position: relative;
}
body.home .home_about .info {
    width: 100%;
}
body.home .home_about .pic {
    position: absolute;
    top: 50%;
    left: -56px;
    transform: translateY(-50%);
}
body.home .home_about .info .h2 {
    top: -77px;
}
body.home .home_about p {
    color: #fff;
}
body.home .home_about::before {
    content: "";
    height: 80px;
    display: block;
    position: absolute;
    top: -2px;
    background: url(../images/all/deco.png) no-repeat center bottom;
    /* z-index: 1; */
    left: 0;
    right: 0;
    background-size: 100% auto;
}

.btn.more {
    font-size: 18px;
    border: none;
    padding: 16px;
    padding-right: 80px;
    position: relative;
    background: none;
    border: 1px solid;
    text-align: left;
    display: block;
    max-width: 300px;
    margin-top: 40px;
    z-index: 1;
    color: #333;
}
.btn.more:hover {
    color:#fff;
}

.btn.more:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 0;
    background: var(--forth-color);
    z-index: -1;
}
.btn.more:hover:before {
    height: 100%;
}
.btn.more:after {
    content: "";
    width: 55px;
    height: 15px;
    display: block;
    position: absolute;
    right: -24px;
    top: calc(50% - 15px / 2);
    background: url(../images/all/more.png) no-repeat top center;
}


.btn.more:hover:after {
    right: 10px;
    /* opacity: 0; */
}
.btn.more:after,.btn.more:before {
     transition:0.5s all;
}
body.home .home_about .btn.more {
    color: #fff;
}
body.home .home_about .btn.more:after,.btn.more:hover:after {
    background-position: top -77px center;
}
body.home .home_strength {
    background: url(../images/all/strengthbg.jpg) repeat-x left center;
    margin: 150px 0 0;
    padding: 140px 0 100px !important;
    position: relative;
    z-index:1;
}
body.home .home_strength::before {
    content: "";
    height: 80px;
    display: block;
    position: absolute;
    top: -2px;
    background: url(../images/all/deco4.png) no-repeat center bottom;
    /* z-index: 1; */
    left: 0;
    right: 0;
    background-size: 100% auto;
}
body.home .home_strength::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/all/strengthbg2.png) no-repeat right center;
    /* z-index: 1; */
    /* left: 0; */
    right: 0;
    background-size: 100% 100%;
    width: 47%;
    z-index: -1;
}


body.home .home_strength .h2 {
    top: 10px;
    position: absolute;
}
body.home .home_strength .h2 i {
    font-size: 54px;
    margin: 0 4px;
    line-height: 1;
}
body.home .home_strength .inner .leftArea .list_item {
    position: relative;
    z-index: 1;
    margin: 0;
}
body.home .home_strength .inner .leftArea .list_item:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 36px;
    background: url(../images/all/strengthIcon.svg) no-repeat center top;
    background-size: 100% auto;
}

body.home .home_strength .inner .leftArea .list_item.l2:before {
    background-position: top -177px center;
}

body.home .home_strength .inner .leftArea .list_item.l3:before {
    background-position: top -327px center;
}

body.home .home_strength .inner .leftArea .list_item.l4:before {
    background-position: top -547px center;
}

body.home .home_strength .inner .leftArea .list_item.l5:before {
    background-position: top -833px center;
}

body.home .home_strength .inner .leftArea .list_item.l6:before {
    background-position: top -829px center;
}
body.home .home_strength .inner .leftArea .list_item.l6:before {
    background-position: top -1095px center;
}
body.home .home_strength .inner .leftArea .list_item h4, body.home .home_strength .inner .leftArea .list_item p {
    text-align: center;
}
body.home .home_strength .inner .leftArea .list_item:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 130px;
    background: url(../images/all/hex.png) no-repeat center top;
    top: -28px;
    left: calc(50% - 150px / 2);
    z-index: -2;
}

body.home .home_strength .inner .leftArea .list_item h4 {
    font-weight: bold;
    transform: skewX(-10deg);
    color:#333;
}
body.home .home_strength .inner .leftArea .list_item p{
    margin-bottom:0;
}
body.home .home_strength .inner .rightArea .pic {
    position: relative;
}
body.home .home_strength .inner .rightArea .pic .subtitle {
    position: absolute;
    margin-bottom: 0;
    padding: 15px 25px;
    background: var(--main-color);
    color: #fff;
    transform: skewX(-10deg);
    right: 0;
    bottom: -24px;
}
body.home .home_strength .inner .rightArea .pic .subtitle h3 {
    color: #fff;
    margin-bottom: 0;
    transform: skewX(10deg);
}
body.home .home_news {
    padding: 120px 0 100px !important;
}
body.home .home_news h2.h3 {
    margin-bottom: 50px;
}
body.home .home_news .article-grid.info-absolute .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px;
    padding: 0;
}
body.home .home_news .article-grid.info-absolute .item > a {
    display: block;
    width: 40%;
}
body.home .home_news .article-grid.info-absolute .item > div {
    width: 57%;
}
body.home .home_news .article-grid.info-absolute .item > div .title a {
    font-size: 20px;
}
body.home .home_news .article-grid.info-absolute .item > div .desc,
body.home .home_news .article-grid.info-absolute .item > div a{
      
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
body.home .home_news .article-grid.info-absolute .item > div .desc{
    font-size: 15px;
    font-weight:normal;
}
body.home .home_news .article-grid.info-absolute .item > div .title a{
     font-size: 18px;
}

body.home .home_news .article-grid.info-absolute .item .info {
    padding: 0;
    text-align: left;
}
body.home .home_news .article-grid.info-absolute .item .info .date {
    margin-bottom: 6px;
    font-size: 15px;
    color: #8e8e8e;
    padding: 8px 0;
    padding-left: 30px;
    background: url(../images/all/time.svg) no-repeat left -7px top -6px;
}

.slick-multi-cusarrow .slick-btn .btn-next, .slick-multi-cusarrow .slick-btn .btn-prev {
    background: url(../images/all/arrow.svg) no-repeat center top 4px rgb(0 0 0 / 53%);
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    width: 50px;
    height: 50px;
}
.slick-multi-cusarrow .slick-btn .btn-prev {
    background-position: center top -370px;
    left: -66px;
}
.slick-multi-cusarrow .slick-btn .btn-next {
    right: -66px;
}
.slick-multi-cusarrow .slick-btn .btn-prev {
    background-position: center top -370px;
    left: -66px;
}

body.home .home_news .more-btn-area {
    position: absolute;
    right: 8px;
    top: 0;
}

body.home .home_news .more-btn-area .btn.more {
    margin-top: 0;
}
body.home .home_news .container > div {
    position: relative;
}
/* faq */
.accordion-list .accordion-list-header .btn-link:hover {
    color: #b9c89d;
}
.accordion-list .accordion-list-cont {
    background: #ffffff;

}
.accordion-list .st.st-a{
    color:#000;
}
.accordion-list .st {
    left: 12px;
    top: 12px;
    font-size: 20px;
    color: #ffffff;
}
.accordion-list .accordion-list-header .btn-link {
    padding: 15px 10px 15px 35px;
    color: #fff;
    border: none;
    background-color: #434343;
    border-radius: 0;
}
/* SID1 */
.side .navbar, .is_scroll .side .navbar,.side .bsnav {
    background: none;
}


.side .collapse.navbar-collapse {
    margin-top: 0;
}
.side .filter-content > ul {
    line-height: 29px;
    padding:2px  6px;

}
.side .filter-content ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.side .filter-content > ul li:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #8b8b8b;
    left: 0;
    top: 14px;
    width: 9px;
    height: 1px;
}

    .side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
        border: none;
    }
.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #b9c89d;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    padding: 0;
    background: unset;
    border: none;
    color: #000;
    font-size: 18px;
}
.side .h3 .txt-en {
    text-align: left;
    font-family: 'Cormorant Infant', serif;
    font-size: 2.1875rem;
    color: #000;
    margin-bottom: 0;
}
.side .wid {
    background: url(../images/all/strengthbg.jpg) repeat-x left center;
    border-radius: 17px;
}
.main .side .h3 {
    border-bottom: 0;
    color: #333;
    padding-bottom: 6px;
    margin-bottom: 0;
    /* background: #333; */
    padding: 10px;
    font-size: 20px;
    /* background: url(../images/all/footer.jpg) no-repeat center; */
    border-bottom: 1px solid #eee;
}
/*    .side .h3 .txt-tw {
        display: block;
        padding: 0px;
        border: oldlace;
        text-align: left;
        font-size: 16px;
        color: #859f55;
        font-weight: 500;
    }*/


.side .filter-item {
    margin-top: 0;
    padding: 8px 0;
    border-top: 1px solid #ddd;
}
.side .filter-item + .filter-item {
    margin-top: 0;
}
.side .wid-cont {
    padding: 15px;
}
.side .filter-content ul li a {
    display: block;
    color: #333;
}
.side .filter-content ul li a:hover,.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: var(--main-color);
}
.side .wid.wid-search {
    padding: 10px;
}
.side .wid.wid-search .h3 {
    border-bottom: 0;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background: #b9c89d;
    border-color: #b9c89d;
}
.btn.btn-primary:hover {
    background: var(--forth-color);
    border-color: var(--forth-color);
}
a:hover {
    color: #b9c89d;
}


/* 聯絡我們 */
.contact  .btn{

}
.contact .radio-inline label {
    margin: 0 12px 0 5px;
}
.btn-secondary {
    background-color: #b8b8b8;
}
.list-creative .list-terms:before {
    width: 3px;
    background: #515151;
   
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #cecece;
}
.contact h3 .txt-tw {
}

.contact h3 {
    position: relative;
    /* line-height: 28px; */
    padding-bottom: 10px;
    margin-bottom: 40px !important;
    text-align: left !important;
    border-bottom: 1px solid #c3c3c3;
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #b9c89d;
    border-color: #b9c89d;
}
.btn-info:hover {
    background-color: #b9c89d;
    border-color: #b9c89d;
}


/* 最新消息 */
.show .page-item a.page-link:hover:before {
    height: 100%;
    background-color: var(--main-color);
}
.show .page-item a.page-link:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    transition: all .3s ease;
    z-index: -1;
    top: auto;
    bottom: 0;
    height: 0;
}
.show .page-item a.page-link {
    background-color: #fff;
    border: 1px solid #000;
    display: table;
    margin: 0 auto;
    padding: 12px 90px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
}
.show .page-item a.page-link:hover {
    color:#fff;
}


.h1 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.small-title {
    color: #257830;
}
.item:hover .pic img {
    transform: scale(1);
    opacity:0.7;
}
.article-grid.ar-img .item .info .desc, 
.article-grid.ar-img .item .info .title, 
.article-grid.ar-img .item .info .desc a,
.article-grid.ar-img .item .info .title a {
    font-weight: bold;
    font-size: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.article-grid .item .info {
    border: none;
    padding:0;

}
body.news .article-grid.ar-img .item .info {
    padding: 15px 10px;
    background: #fff;
}
.article-grid .item .info .kind a {
    font-size: 14px;
    padding: 5px 10px;
    
    margin-bottom:10px;
}
.article-grid .item .info .kind a:hover {
    color: #fff;
    background: var(--main-color);
}
.page-link {
    color: #404040;
    border-color: #ffffff;
}
.btn-info {
    background-color: #dadada;
    font-size: 14px;
}
.page-link:hover, .page-item.active .page-link {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    border-color: unset;
}

.btn.btn-primary {
    background: #1c1c1c;
}

.pic   .ratio-4x3 {
    position: relative;
    overflow: hidden;
}


body.show.news .subject-sec .h1 {
    font-size: 30px;
}

/* footer */

.footer .footer_content.fc_seperate_bottom {
    background: none;
    font-size: 16px;
    padding-top: 60px;
}
.footer {
    background: url(../images/all/footer.jpg) no-repeat center;
    background-size:cover;
}
.footer .footer_content.fc_seperate_bottom .footer-bottom {
    background: #fff;
    margin-top: 50px;
}
.footer .editor, .footer .cominfo-list li, .footer .cominfo-list li a {
    color: #fff;
}
.footer .cominfo-list li label,.footer .cominfo-list li a {
    display: block;
}
.footer .cominfo-list li i{
    display:none;
}
.footer .cominfo-list li {
    position: relative;
    padding-left: 53px;
    min-height: 50px;
}

.footer .cominfo-list li:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid;
    background: url(../images/all/contacticon.svg) no-repeat top -2px center;
    border-radius: 50%;
    left: 0px;
    background-size: 90%;
}
.footer .cominfo-list li.bstime:before {
    background-position: top -227px center;
}
.footer .cominfo-list li.add:before {
    background-position: top -369px center;
}
.footer .cominfo-list li.mail:before {
    background-position: top -670px center;
}
.footer .cominfo-list li.fax:before {
    background-position: top -883px left 0px;
}
.footer .cominfo-list li label {
    opacity: 0.6;
    margin-bottom: 4px;
}
.footer .cominfo-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 12px;
    margin-bottom: 0;
}
.footer .wid.wid-page_unit p {
    font-size: 16px;
    line-height: 1.6;
}
.footer .wid.wid-page_unit h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}


.footer .social-box ul li a {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/all/social.svg) no-repeat top -7px center;
}
.footer .social-box ul li a i{
    display:none;
}

.footer .social-box ul li.icon_i a {
    background-position: center top -125px;
}

.footer .social-box ul li.icon_y a {
    background-position: center top -241px;
}

.footer .social-box ul li.icon_t a {
    background-position: center top -393px;
}

.footer .social-box ul li.icon_l a {
    background-position: center top -629px;
}
.footer .social-box ul li.icon_p a {
    background-position: center top -497px;
}

.footer .social-box ul li.icon_tel a {
    background-position: center top -1465px
}
.wid-float-section ul {
    background: none;
}
.wid-float-section ul li {
    padding: 0;
}

.wid-float-section ul li a:hover .icon, .wid-float-section ul li a {
    color: #fff;
}
.wid-float-section ul li.icon_f a {
    background: #1877f2;
}

.wid-float-section ul li.icon_i a {
    background: #c33191;
}

.wid-float-section ul li.icon_y a {
    background: #ba0000;
}

.wid-float-section ul li.icon_t a {
    background: #000;
}

.wid-float-section ul li.icon_p a {
    background: #e60023;
}

.wid-float-section ul li.icon_l a {
    background: #04b000;
}







.wid-float-section ul li a {
    padding: 10px;
    color: #fff;
}
.gotop {
    position: static;
    right: auto;
    bottom: auto;
    opacity:1;
}
.gotop a{
    border-radius:0;
    background: url(../images/all/top.svg) no-repeat  center #333;
    text-indent:-99999px;
}



/*內頁*/
.kind-info .h2, .contact h3 {
    padding-left: 42px;
    font-size:30px;
}

.kind-info .h2::after,.contact h3::after {
    left: 21px;
}

.kind-info .h2:before,.contact h3::before {
    left: -5px;
}
.kind-info .h2 {
    border-bottom-color: #c3c3c3;
}
.main-content {
    margin-top: 100px;
}

.main {
    background: url(../images/all/servicebg1.jpg) no-repeat left 0 bottom -447px;
}
/* 產品 */
.badge {
    padding: 8px 11px;
}

.anchor-title.scroll-to-fixed-fixed {
    background: #b9c89d;
}

    .anchor-title.scroll-to-fixed-fixed a {
        color: #fff;
    }

.btn.btn-dark:hover,
.btn.btn-light:hover {
    background-color: #b9c89d;
}

.btn.btn-dark {
    background: #b8b8b8;
}

.btn.btn-light {
    background: #1c1c1c;
}

.btn.btn-light, .btn.btn-dark {
    padding: 8px 25px 8px;
}

.product-info-area .item.price .cont {
    color: #abc282;
}

.h5 .sub-txt {
    color: #257830;
}

.h5 {
    color: #000000;
}

.gallery-list.cover.hov-cart .btn-box .btn {
    background: #b9c89d;
}

.product .gallery-list .item .info {
    /* background: var(--main-color); */
    margin: 0 !important;
    position: static;
    padding: 0;
}

.product .gallery-list.border-solid .item .item-detail {
    border: none;
    position: relative;
}
.product .gallery-list .item .info a {
    display: block;
    text-align: center;
    padding: 0;
}

.product .gallery-list .item .title {
    text-align: center;
    /* color: #fff; */
    margin-bottom: 0;
    margin-top: 0 !important;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    background: #ebebeb;
    padding: 10px;
    color: #333;
    margin-bottom: 12px;
}
body.product .filter-item .display-mode {
    display: none; 
}
.product .gallery-list .item .desc {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* margin: 25px 0 15px 0; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.product .info .justify-content-center {
    justify-content: unset !important;
    text-align: left;
}

.product .gallery-list p.price {
    margin-top: 0;
    font-size: 0.875rem;
    color: #257830;
}


body.product .mt-5 {
    margin-top: 100px !important;
}


body.about .txt h3 {
    background: #da7532;
    color: #fff;
    padding: 10px 13px;
    display: inline-block;
    transform: skewX(345deg);
    font-size: 24px;
    position: relative;
}

body.about .txt h3:before,body.about .txt h3:after {
    content: "";
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #da7532;
}

body.about .txt h3:before {
    right: -16px;
    opacity: 0.7;
}

body.about .txt h3:after {
    right: -32px;
    opacity: 0.3;
}
body.about .txt .preimg img {
    width: 100%;
}
body.about .txt .preimg h5 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 22px !important;
}
body.about .txt strong {
    color: #504cab;
}
body.about .txt .bottombox {
    background: url(../images/all/about_bg.jpg) no-repeat center;
    text-align: center;
    padding: 30px;
    color: #fff;
    background-size: cover;
}
body.about .txt .bottombox p, body.about .txt .bottombox strong {
    color: #fff;
}
body.about .txt .bottombox strong {
    font-size: 20px;
}
body.about .txt .bottombox ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px 0;
}



body.about .txt .bottombox h4 {
    text-align: center;
    font-size: 35px;
    background: url(../images/all/logow.svg) no-repeat left center;
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    padding-left: 129px;
    text-align: left;
    background-size: 119px;
}

body.about .txt .bottombox h4 small {
    display: block;
    font-size: 22px;
    margin-top: 8px;
}

body.about .txt .bottombox p, body.about .txt .bottombox {
    text-align: center;
}
body.about .txt .bottombox ul li {
    display: flex;
    padding: 0 10px;
    width: 130px;
    height: 130px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    background: url(../images/all/hex.png) no-repeat center;
    background-size: 100% 100%;
    /* border: 1px solid rgb(255 255 255 / 55%); */
    /* border-radius: 50%; */
    margin: 0 -5px;
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    color: #4b46b9;
    line-height: 1.3;
}
body.about .txt .bottombox ul li:nth-child(even) {
    margin-top: 133px;
    margin: 133px -15px 0 -15px;
}


body.about.lang_US .txt .bottombox ul li {
    padding: 0 20px;
    width: 150px;
    height: 150px;
}
body.about.lang_US .txt .bottombox h4 {
    font-size: 30px;
    padding-left: 83px;
    background-size: 70px;
}
body.about .txt .smpic img {
    margin-bottom: 0;
    border: 2px solid #fff;
    box-shadow: #d5d5d5 0 0 5px;
}