﻿

@charset "utf-8";
:root {
    --cspt-greenly-white-color-rgb: 0, 0, 0;
}
body {
    font-family: '微軟正黑體';
}
a:hover {
    color: #333;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}
.d-none {
    display:none !important;
}


/*右上角社群*/
.navbar_btn {
    position: absolute;
    top: -3px;
}
.header .navbar .nav-share-btn-area {
    font-size: 1.9em;
}
.header .navbar .nav-share-btn-area li a img{
	width:23px;
	height:23px;
}
.header .navbar .nav-share-btn-area li.icon_l a{
    /*color:#39ae41;*/
}
.header .navbar .nav-share-btn-area li.icon_p a,
.header .navbar .nav-share-btn-area li.icon_t a,
.header .navbar .nav-share-btn-area li.icon_y a,
.header .navbar .nav-share-btn-area li.icon_i a,
.header .navbar .nav-share-btn-area li a,
.header .navbar .nav-share-btn-area li.icon_f a {
   /* color: #555;*/
}


.editor .contentbuilder-box .center > * {
    text-align: center;
}
.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}


.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}


/*header*/
.header .navbar {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    backdrop-filter: blur(8px);
}
.is_scroll .navbar {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.6);
}
.header .navbar-brand {
    display: block;
    height: auto;
    margin: 10px auto;
    background-size: contain;
}
.header .navbar .navbar-collapse {
    margin-top: 30px;
}
.is_scroll .header .navbar .nav-item .caret {
    /*border-top: solid 5px #fff;*/
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link:hover {
    padding-left: 15px;
}
.is_scroll .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover,
.nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    background-color: #127bab;
    color: #fff;
}
.is_scroll .nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    /*color: #000;*/
}
.is_scroll .header .navbar-nav > .nav-item > .nav-link {
    /*color: #fff;*/
}
.is_scroll .navbar .small-btn-box a.btn-search i {
    /*background: url(../images/all/search2.svg)no-repeat;*/
}

.nav-item .caret{
}
/*.header .navbar-nav .nav-item:hover > .nav-link {
    color: #a2a2a2;
}
.navbar .small-btn-box ul li:nth-child(2) {
    order: 1;
}
.navbar .small-btn-box ul li:nth-child(1) {
   order:2;
}*/
.dropdown-toggle::after{
    display:none;
}
.navbar .navbar-brand {
    width: auto;
    height: auto;
}

/*搜尋*/
.navbar .small-btn-box a.btn-search:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 8px;
    background-color: #b6b6b6;
    width: 1px;
    height: 10px;
}
.navbar .small-btn-box a.btn-search:after {
    content: "SEARCH";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: #626262;
}
.nav-search-li .nav-search-box .search-area a i:before {
    content: "";
}
.nav-search-li .nav-search-box .search-area a i {
    background: url(../images/all/search2.svg)no-repeat;
    width: 20px;
    height: 20px;
}
.nav-search-li .nav-search-box .search-area a {
    padding: 9px 3px;
}
.navbar .small-btn-box a.btn-search i {
    background: url(../images/all/search.svg)no-repeat;
    width: 20px;
    height: 20px;
}
.navbar .small-btn-box a.btn-search i:before {
    content: "";
}
.navbar .small-btn-box a.btn-search {
    font-size: 16px;
    padding-left: 77px;
}


.navbar .small-btn-box a:hover {
    background-color: unset;
}
.navbar .small-btn-box a {
    background-color: unset;
    color: #9f9f9f;
    font-size: 13px;
    padding: 5px 11px;
}
.btn.btn-primary:hover {
    background: unset;
    border-color: unset;
}

.header .navbar-nav .nav-link {
    padding: 10px;
    position: relative;
}
.header .navbar-nav .nav-item a.nav-link {
    font-size: 18px;
    color:#000;
    letter-spacing:0.04em;
}
.header ul.navbar-nav > .nav-item:hover > .nav-link {
    color: #205e87;
}
.header ul.navbar-nav > li.nav-item > a.nav-link:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background-color: #127bab;
    transition: all .5s ease-out;
}
.header ul.navbar-nav > li.nav-item > a:hover.nav-link:before {
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s ease-out;
}
.header ul.navbar-nav > li.nav-item > ul {
    border: 1px solid #205e87;
    background: #205e87;
    box-shadow: none;
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link {
    color:#fff;
    font-size: 15px !important;
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link:before {
    display: none;
}



.wid-float-section ul {
    /*background: rgb(0 0 0 / 90%);*/
	background:none;
}
.wid-float-section ul li{
	padding:0;
	overflow:hidden;
}
.wid-float-section ul li a {
	color: #fff;
	padding: 6px 0;
	width: 65px;
    height: 65px;
	overflow:hidden;	
}
/*.wid-float-section ul li + li {
	border-top: none;
}*/
/*.wid-float-section ul li a .icon {
	font-size: 18px;
	padding-bottom: 8px;
}*/
.wid-float-section ul li.icon_l a{
	background: #3ea541;
    background-size: contain;
    transform: scale(1);
    transition: 0.5s;
	font-size: 17px;
    padding: 10px;
    line-height: 22px;
}
.wid-float-section ul li a:hover {
    transform: scale(1.1);
    opacity: 1;
    /* top: 2px; */
    position: relative;
    transition: 0.5s;
}
.wid-float-section ul li.icon_i{
	display:none;
}

.nav-search-li .nav-search-box .search-area {
    background: #111111;
  
}
.nav-search-li .nav-search-box .search-area a {
	color: #fff;
}
.nav-search-box   .btn.btn-dark:hover {
    background: unset;
    opacity: 0.6;
}


.ezshare-box a:before{
    display:none!important;
}
.ezshare-box a:hover {
    background-color: #4b4b4b !important;
}
.ezshare-box a {
    font-size: 14px;
    color: #fff;
    background-color: #000 !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding-top: 5px;
}


.breadcrumb li  .txt-en {
    display:none;
}

h3.h1 .txt-en,
.h2 .txt-en {
    display: none;
}
.h3,
h3.h1,
.h2,
.h5 {
    border-bottom: 1px solid #1773b0;
    color: #205e87;
    font-size: 28px;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:0.1em;
}
.h6 {
    border-left: solid 2px #000;
 
}
.h6 .justify-content-between {
    align-items: center;
}
.contact  .pt10{
    padding-top:30px;
}
.list-creative a {
    color: #323232;
    font-size: 16px;
}
.list-creative .list-terms label {
    font-weight:bold;
}
.list-creative > li {
    padding: 20px 0;
}
.list-creative > li + li{
    border-bottom:solid 1px #ccc;
    border-top:none;
}
.list-creative .list-terms:before {
	display:none;
    width: 3px;
    background: #33a24d;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #127bab;
}
.list-creative .list-terms{
	padding:0;
}
.company_namebox{
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:3px solid #ccc;
}
.company_name{
	font-size:24px;
	font-weight:bold;
	color:#000;
	line-height:36px;
	letter-spacing:0.1em;
	display:block;
	padding-top:7px;	
}
.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #127bab;
}
.btn-secondary,
.btn.btn-primary {
    padding: 10px 50px;
    border-radius: 0px;
}
.btn-secondary {
    background: #000;
}
.btn.btn-primary {
    background: #000;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
}

.page-item.active .page-link {
    background: #4b4b4b;
    border-color: #4b4b4b;
}
.btn-info:hover {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}
.btn-info {
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    font-size: 12px;
    border-radius: 0;
}
.gallery-list .btn-box .btn.done {
    color: #a65858;
}
.page-link {
    color: #595959;
    border-color: #fff;
    padding: 3px 10px;
}
.page-link:hover {
    background: #127bab;
    color:#fff!important;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}

.modal-header  .btn.cart {
    background: #080808;
    color: #fff;
}
.close {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background-color: #000;
    color: #fff;
}

.form-control {
    font-size: 14px;
    border-radius: 0;
}
.container .ezshare-box ul {
    text-align: left;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb li a {
    color: #fff;
}
.breadcrumb {
    background: #205e87;
    /*transform: translateY(-41px);*/
}
.btn.cart {
    background: #010101;
   
}
.contact .main .side {
    margin-bottom: 0;
}
.main-title .h6 {
    border-left: none;
    font-size: 20px;
    padding-left: 0;
}
.cart   .breadcrumb-section,
.contact .breadcrumb-section,
.album .breadcrumb-section,
.faq .breadcrumb-section,
.news .breadcrumb-section {
    /*margin-bottom: 0 !important;*/
}
.member   .member-function-box {
    padding-bottom:50px;
}
.member .main .side,
.cart.finish .main .side {
    margin-bottom: 0;
}
.album.show .section.mainSection,
.content .section:nth-child(1) {
    /*padding-top: 0 !important;*/
}
    .content .section:nth-child(1)  .kind-info{
        margin-top:0!important;
    }
.header .nav-item.dropdown > .navbar-nav .navbar-nav {
    transition: .3s;
    opacity: 0;
}
.header .nav-item.dropdown > .navbar-nav .nav-item:hover > .navbar-nav {
    opacity: 1;
}




/*-----------------------banner -----------------------*/
.banner .banner-info {
    width: 100%;
}

.banner .item.slick-active .banner_tit .ba_aox.aos-animate,
.banner .bannerImgBox.oneMode .item .banner_tit .ba_aox.aos-animate {
    opacity: 1;
    top: -40px;
}
.banner .ba_aox {
    transition: all 1s;
    position: relative;
    top: 0px;
    opacity: 0;
}
body.home .banner .item.slick-active .banner_tit .ba_aox h3 span:before {

    right: 15px;
    top: 40px;

}
.banner .item.slick-active .banner_tit .ba_aox h3 span:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/ba_icon.svg)no-repeat;
    width: 28px;
    height: 19px;
    right: -15px;
    top: 10px;
}
.banner .item.slick-active .banner_tit .ba_aox h3 span {
    font-weight: 100;
    position: relative;
}
.banner .item.slick-active .banner_tit .ba_aox h3 {
    font-size: 93px;
    font-weight: 900;
    letter-spacing: 0;
}
body.home  .banner .item.slick-active .banner_tit .ba_aox h3 {
    font-size: 173px;
 
}
.banner .item.slick-active .banner_tit .ba_aox p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 20px;
    padding-top: 0;
    margin-top: -10px;
}
.banner .scro_sol {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner{
    position:relative;
    /*padding-top:69px;*/
}
body.home .slick-dots{
	bottom:5px;
}
.slick-dots {
    bottom:40px;
    right:4%;
}
.slick .slick-dots {
    text-align: right;
}
.slick-dots li.slick-active button:before {
    color: #33a24d;
    opacity: 1;
}
.slick-dots li {
    width: 50px;
}

.slick .slick-dots button {
    width: 50px;
    height: 6px;
    padding: 0;
    border-radius: 0;
    margin: 0 10px 0;
    background: #fff;
}

.slick .slick-dots .slick-active button {
    background: #205e87;
}



.is_scroll .side .navbar {
    background: none;
}
.side .wid.wid-search .btn {
    display: block;
    padding: 7px 5px
}
.side .wid .btn {
    display: none;
}

.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 {
    background: linear-gradient(to right, #093049,#093049);
    color: #fff;
    transition: all linear .5s;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #fff;
    /*background: #205e87;*/
    transition: all linear .5s;
    background: linear-gradient(to right, #205e87,#093049);
}
.side .filter-content > ul {
    padding: 4px 20px;
}
.side .filter-content ul li {
    padding: 4px 0;
}
.side .wid-search .h3 {
    background-color: #000;
    padding: 8px;
    display: block;
    color: #fff;
    display: none;
}

/*main*/
.main {
    /*background: #f3f5e9;*/
}
body.home .main {
    padding-bottom: 0;
}
.cart  .btn-box,
.main {
    padding-bottom: 50px;
}
.order .main .side .nav > li + li {
    border-top: none;
}
.order .main .side .nav > li a,
.side .navbar-nav .dropdown-menu li.nav-title > a {
    padding: 10px;
    background: #333;
    margin-bottom: 9px;
    color: #fff;
    font-size: 16px !important;
}

/*side*/
.nav-item.dropdown > .navbar-nav {
    background:none;
}
.main .side .h3 {
    display: none;
    border: none;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 0;
}
.main .side .h3 .txt-tw {
	font-size: unset;
	border: none;
	padding: 0;
	font-weight: 400;
}
.bsnav {
    background:none;
}
.side .nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    
}
.side .navbar-nav .dropdown-menu li.nav-title > ul {
    padding: 0;
}
.side .wid-cont ul.navbar-nav li ul li ul.show li.nav-item > a {
    font-size:14px !important;
    color: #666;
    padding:5px 0 5px 25px !important;
    line-height:30px;
}
.side .wid-cont ul.navbar-nav li ul li ul.show li.nav-item > a:hover{
    color:#fff;
    background: #127bab !important;
}


/*-----------------------訂單 -----------------------*/
.coupon   .mainSection .kind-info .h2,
.order .mainSection .kind-info .h2 {
    margin-bottom: 40px;
}
.order .sum .item .value.final-price {
    color: #fff;
}
.order .mainSection .cart-box .pay-box {
    width: 30%;
    height: 100%;
    margin-top: 0 !important;
    background-color: #111111;
    color: #fff;
}
.order .mainSection .cart-box .cart-list {
    width: 68%;
    height: 100%;
    border-top: 1px solid #000;

}
.order .mainSection .cart-box .h6 {
    width: 100%;
}
.order .mainSection .cart-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order .rwd-table.mob-mode td {
    padding: 20px 10px;
}
.order .pay-box .sum .item:last-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-top: 20px;
}
.order .info-area .info-item a.op-web-link {
    color: #000;
}

/*-----------------------購物車 -----------------------*/
.cart.finish .h3 {
    font-weight: 400;
    color: #000;
    margin:0 0 20px!important;
}
.btn.btn-bord:hover{
    background-color:#000;
    color:#fff;
}
.btn.btn-bord {
    border: solid 1px #070707;
    color: #212121;
}
.cart  .btn.gray {
    color: #fff;
    background: #242424;
}
.cart .cart-step .num {
    border: solid 1px #0b0b0b;
    color: #010101;
    line-height: 32px;
}
.contact .radio-inline{
    padding-right:15px;
}
.contact .radio-inline input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.contact .map-box {
    
}
.contact .info-area h3.h5 {
    margin-top:0!important;
}


/*-----------------------會員 -----------------------*/
.rwd-table a {
    color: #0d0e0e;
}
    .rwd-table a:hover {
        color: #808080;
    }
.favorite .btn.cart {
    border-radius: 0;
    color: #000;
    background-color: unset;
}
.rwd-table.mob-mode th {
    background: #121212;
    font-size: 16px;
    font-weight: 400;
}
.main .side .nav > li + li {
    border-top: 1px solid #a7a7a7;
}
.main .side .nav > li a:hover {
    color: #9a9a9a;
}
.main .side .nav > li a {
    padding: 14px 10px 14px 0;
}
.member    .member-function-box .item > a .info {
    margin-left:0!important;  
    padding-top:8px!important;
}
.member-function-box .item > a {
    color: #000;
    text-align: center;
    padding: 40px 20px;
    border-left: 1px solid #000;
    display: block;
}
.member #geLoginBtn,
.member #lineLoginBtn {
    font-weight: 400;
    color: #0c0c0c;
    border: 1px solid #bcbcbc;
}
.member    .frame-small-box .h2{
    margin-bottom:50px;
}
.member .frame-small-box {
    width: 70%;
    margin: 30px auto 50px;
    padding: 2% 5% 5%;
    border: 1px solid #bbb;
}

/*-----------------------FAQ -----------------------*/
.faq .h2{
    margin-bottom:40px;
}
.faq .h2 .btn.btn-primary {
    padding: 6px 25px;
}
.faq .h2 .float-end {
    float: none !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.faq .accordion-list .accordion-list-header .btn-link:hover {
    color: #a2a2a2;
}
.faq  .contentbuilder-box {
    padding-left: 0;
}
.faq  .accordion-list .accordion-list-header {
     border:none;
    border-bottom: solid 1px #dadada;
}

.faq .accordion-list .accordion-list-header .btn-link {
    font-size: 18px;
    padding: 20px 10px 20px 35px;
}
.faq .accordion-list .st.st-a {
    top: 19px;
}
.faq .accordion-list .st {
    color: #111111;
    top: 19px;
}


/*-----------------------產品 -----------------------*/
.ratio {
    overflow: hidden;
    border-radius: 8px;
    transition: all linear .5s;
}
body.product .display-mode a[data-mode=mode2] {
    display: none;
}
.mode-switch.gallery-list[data-mode=mode2] > .item,
.mode-switch.gallery-list[data-mode=mode4] > .item {
    flex: 0 0 50%;
}
    .mode-switch.gallery-list[data-mode=mode2] > .item .justify-content-center,
    .mode-switch.gallery-list[data-mode=mode4] > .item .justify-content-center {
        justify-content: flex-start !important;
    }
.toast-body  i{
    padding-right:5px;

}
body.product .gallery-list .item:hover .pic img {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);*/
    transform: scale(1);
}
.product .gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box .btn:hover {
    border-radius: 0;
}
.product .gallery-list .item .title {
    font-weight: 400;
    margin: 10px 0;
    font-size: 16px;
    color: #33a24d;
    letter-spacing:0.07em;
}


.product .function-bar .display-mode .btn-mode {
    color: #6d6d6d;
}
.product.show .product-info-area .btn-area {
    order: 3;
    width: 100%;
}
.product.show .product-info-area .info-box {
    order: 2;
    width: 100%;
}
.product.show .product-info-area .title-box {
    order: 1;
    width:100%;
}
.product.show .container .product-info-area .ezshare-box ul li{
    margin-right:0;
}

.product.show .product-info-area .ezshare-box {
    order: 4;
    width: 100%;
}
.product.show .product-info-area {
    display: flex;
    flex-wrap: wrap;
}
.product.show .product-info-area .item .label:before {
    background: #d0d0d0;
}
.product.show   .product-info-area .item {
    margin-bottom: 20px;
}
.product.show .container .ezshare-box ul li{
    padding-left:5px;
}
.product.show .container .ezshare-box ul {
    text-align: right;
    display: table;
    margin: 0 0 0 auto;
    position: relative;
}
.product.show .product-pic{

}
.product.show .content {
    width: 100%!important;
}

.product.show .side1 {
    display: none;
}
.gallery-list.border-solid .item .item-detail {
    border: none;
}
.compare .table.table-fixed-two th {
    background-color: #151515;
}
.compare .table.table-fixed-two td {
    padding: 15px;
}
.compare .table.table-fixed-two .main-info .icon-area .btn.btn-cart .icon,
.compare    .table.table-fixed-two .main-info .icon-area .btn.btn-fav .icon {
    color: #000000;
}
.compare .table.table-fixed-two th:first-child {
    background-color: #ffffff;
    color: #000;
}
.compare .table.table-fixed-two td:first-child {
    background-color: #ebebeb;
}
.compare .table.table-fixed-two th:first-child {
    background-color: #fff;
}
.gallery-list.cover.hov-cart .btn-box .btn.done {
    background: #fafafa;
    color: #000;
}
.product   .gallery-list .item .info {
    padding: 0px 0;
}
.slider-nav .thumbnail:focus, 
.slider-nav .thumbnail.slick-current.slick-active {
    border-color: unset;
    border: none;
}
.tab-area {
    border-top: solid 1px #727272;
}
.tab-area .tab-title a.active:hover {
    color: #9cfbb3;
}
.nav-item .nav-link {
    color:#fff;
}
.tab-area .tab-title a.active {
        color: #fff;
        background:#33a24d;
}
.toast {
    background: rgb(0 0 0 / 80%);
  
}
.badge {
    border-radius: 0;
}
.product.show .container .ezshare-box ul:before {
    content: "Share ";
    display: block;
    position: absolute;
    font-size: 18px;
    left: -60px;
    top: 4px;
}
.product.show .container .ezshare-box {
    margin: 10px 0;
    position: relative;
}
.product.show  .h5 {
    margin-bottom: 10px;
}
.h5 .sub-txt {
    display:none;
    color: #959595;
    letter-spacing: 0;
}
.product.show .tag-area {
    display:none;
}
.tab-area .tab-title a {
    padding: 10px 30px;
}
.product.show .h4 {
    text-align:center;
    color:#fff;
    background:#000;
    padding:10px;
}
.product.show .gallery-list .item .pic {
    overflow:hidden;
}
.product.show .product-info-area .info-box {
    padding: 30px 0 10px;
}


.btn.btn-light:hover,
.btn.btn-dark:hover {
    background: #9a9a9a;
}
.btn.btn-dark {
    background: #575757;
    padding: 8px 25px;
    font-size: 16px;
}

.btn.btn-light {
    background: #1c1c1c;
    padding: 8px 25px;
    font-size: 16px;
}
    .qty-box .btn:hover {
    background: #000;
 
}
.product-info-area .item.price .cont {
    color: #000000;
   
}
.gallery-list.cover.hov-cart .btn-box .btn {
    background: #686868;
 
}
.gallery-list p.price {
    color: #626262;
    margin-top: 0;
}
.gallery-list p.price s {
	color: #c6c6c6;
}
/*.product-pic.slick.st .slider-nav .slick-list .slick-track{
	width:100% !important;
}*/
.slider-nav .thumbnail{
	border:0 !important;
}


/*-----------------------訊息 -----------------------*/
.news .article-grid .item .info .title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}
.news .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news .pic {
    position: relative;
    overflow: hidden;
}
.article-list .item a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-bottom:1px dashed #ececec;
}
.article-list .item a:hover {
    color:#205e87;
    /*background: #dae3a9;*/
}
.article-list .item .time,
.article-grid .item .info .date {
    color: #5aa8db;
}
.article-list .item .info {
    font-weight: bold;
    color: #000;
    line-height: 20px;
    padding-left: 20px;
}
.article-list .item a .info {
    position: relative;
}
.article-list .item a .info::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    top: 7px;
    left: 5px;
    border-radius: 99em;
}
.article-horizontal-grid .item .info .desc {
    order: 3;
    width: 100%;
}
.article-horizontal-grid   .item .info .title {
    order: 2;
    width: 100%;
    font-weight: bold;
    padding-top: 3px;
}
.article-horizontal-grid    .item .info .d-flex {
    order: 1;
    width: 100%;
}
.article-horizontal-grid    .item .info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:0;
}

.container .ezshare-box {
    margin: 0 0 10px 0;
}
.news.show .h1 {
    font-size: 2rem;
    line-height:35px;
    color: #333;
    border-bottom: 3px double #205e87;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left:45px;
    background: url(../images/all/title_icon02.svg) no-repeat left top;
}
.news.show  .container .ezshare-box ul {
    text-align: left;
}
.news .article-grid .item .info .kind a {
    display:none;
    background: #86bb46;
    padding: 5px 9px;
    color: #fff;
    margin-top: 5px;
}
.album.show page-box .page-item:first-child .page-link:hover,
.order.show page-box .page-item:first-child .page-link:hover,
.product.show page-box .page-item:first-child .page-link:hover,
.news.show .page-box .page-item:last-child .page-link:hover {
    color: #fff;
}
.album.show .page-box .page-item:first-child .page-link,
.order.show .page-box .page-item:first-child .page-link,
.product.show .page-box .page-item:first-child .page-link,
.news.show .page-box .page-item:last-child .page-link {
    margin: 0 auto;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    width: 180px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #000;
}

.page-box .page-item:first-child .page-link:hover:before,
.page-box .page-item:last-child .page-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.page-box .page-item:first-child .page-link:before,
.page-box .page-item:last-child .page-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #127bab;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.small-title {
    color: #5aa8db;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 0;
    font-weight:bold;
}
.tag {
    padding: 5px;
    margin-left: 7px;
    margin-bottom: 0;
    background: #fff;
    color: #666;
}
.article-grid .item:hover .pic img{
    opacity:0.6;

}
.article-grid .item .info .title,
.article-grid .item .info .title a {
    font-weight: bold;
}
.article-horizontal-grid .item .more-area {
    right: 0;
    background-color: #111111;
    display:none;
}
 
.article-horizontal-grid .item .info .desc {
    margin-bottom: 20px;
}
.article-grid .item .info .desc, .article-grid .item .info .desc a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.article-horizontal-grid .item .info .date {
    color: #a8a8a8;
   
}
.article-horizontal-grid .item .info .kind a {
    border: solid 1px #292929;
    color: #292929;
}
.news .article-grid.ar-img .item .info {
    /*height: 230px;*/
    border: none;
    padding: 10px 5px;
}



/*-----------------------首頁 -----------------------*/
.width_1600 {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    display: block;
}
/*首頁-about*/
.home_about {
    display: block;
    position: relative;
    padding: 85px 0 140px;
    background-color: #f7f7f7;
}
.home_about .about_title{
    display:block;
    position:relative;
    font-size:36px;
    line-height:1.3;
    color:#313e48;
    font-weight:bold;
    margin-bottom:30px;
}
.home_about .about_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.home_about .about_left {
    width:50%;
}
.home_about .about_left .about_pic img{
    margin:0;
}
.home_about .about_left .about_en{
    font-size:18px;
    color:#205e87;
    display:block;
    position:relative;
    margin:0 0 20px 0;
    letter-spacing:0.05em;
    font-family:'Times New Roman';
}
.home_about .about_right {
    position: relative;
    width: 50%;
    z-index: 1;
}
.a_word {
    font-size: 17px;
    color: #5f5f5f;
    display:block;
    line-height:34px;
}
.title_box {
    position: relative;
    margin-top: 20px;
}


/*首頁-訊息*/
.home_news {
    display:block;
    position:relative;
    margin:40px 0 70px;
}
.news_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.home_news .slick .slick-arrow {
    width: 50px;
    height: 40px;
    background: url(../images/all/arrow3.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: 75%;
}
.home_news .slick .slick-prev {
    background-position: 0 0;
    left: -44%;
}
.home_news .slick .slick-next {
    background-position: -5px -43Px;
    left: -38%;
}
.home_news .item .pic {
    overflow: hidden;
    border-radius: 8px;
}
.home_news .item .info .date {
    color: #999;
    display: block;
    font-size: 14px;
    font-family: 'Airal';
    background: url(../images/all/icon_point.png) no-repeat left center;
    padding-left:15px;
    line-height:24px;
}
.gallery-list .item .title {
    overflow: hidden;
    white-space: nowrap; /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 95%;
}
.gallery-list .item .title a {
    font-size: 16px;
    color: #000 !important;
}

/*首頁-產品*/
.gallery-list .item a .pic .cover,
.gallery-list .item .pic a .cover {
    opacity: 1;
    z-index: 1;
}
.gallery-list .item a:hover .pic .cover,
.gallery-list .item .pic a:hover .cover {
    opacity: 0;
}

body.home .home_product .gallery-list .item {
    padding:0 5px 0 0;
}
body.home .home_product .gallery-list .item .item-info {
    position: relative;
}
body.home .home_product .gallery-list .item .info {
    position: absolute;
    padding:0 30px;
    background: none;
    border: none;
    top: 47%;
    display: block;
    left: 0;
    right: 0;
    z-index:3;
}
body.home .home_product .gallery-list .item a:hover .info {
    
}
body.home .home_product .gallery-list .item .title {
    font-size:20px;
    color:#fff;
    letter-spacing:0.5em;
    margin:0 auto;
    font-weight:400;
}

.more-btn-area {
    margin: 15px 0;
    display: block;
    position: relative;
}
.btn.more {
    color: #000;
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0 60px 0 0;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Arial';
    text-align: right;
    display: block;
    letter-spacing:0.1em;
}
a.btn.more::after {
    background: url(../images/all/btn_after.svg) no-repeat;
    content: "";
    width: 53px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 0px;
    transition: all 0.5s;
}
a:hover.btn.more::after {
    right: -100px;
    opacity: 0;
    transition: all 0.5s;
}
body.home .article-list .item a {
    background: #fff;
    padding:30px 60px;
    margin-bottom:10px;
}
body.home .article-list .item a:hover {
    background: #dae3a9;
}
.article-list .item + .item {
    border-top: none;
    margin-top:0;
    padding-top:0;
}


.home_news .article-grid.info-absolute .item:hover .pic img {
    opacity: 0.6;
}
.home_news .article-grid.info-absolute .item .pic img {
    border-radius: 50%;
    transform: scale(1);
}
.home_news .article-grid.info-absolute .item .pic img {
    height: 90px !important;
    width: 90px !important;
}
.home_news .pic_wrapper {
    width: 15%;
   
}

/*首頁-五大服務*/
.home_service {
    display: block;
    position: relative;
    min-height: 560px;
    padding: 150px 0 100px;
    background: url(../images/all/service_bg.jpg) no-repeat center;
    background-size:cover;
    background-attachment: fixed;

}
.service_box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.service_title {
    font-size: 20px;
    color: #205e87;
    text-align: center;
    display: block;
    position: relative;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    margin-bottom: 65px;
    letter-spacing: 0.07em;
}
.service_title::before{
    content:'';
    position:absolute;
    width:114px;
    height:114px;
    background: url(../images/all/title_icon.svg) no-repeat center;
    background-size:cover;
    left:0;
    right:0;
    top:-120px;
    margin:0 auto;
}
.number_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    background-color: rgba(208,228,248,0.5);
}
.number_icon {
    display: block;
    transform: scale(1);
    transition: all 0.5s;
    overflow: hidden
}
a:hover .number_icon {
    /*transform: scale(1.1);*/
    transition: all 0.5s;
    animation: bounceIn;
    animation-duration: 1s;
}

.cspt-title {
    display: block;
    color: #205e87;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.07em;
    font-weight: 600;
}


/*-----------------------footer -----------------------*/
.footer {
    padding: 0;
    /*background-image: linear-gradient(to right, #82b94a, #167da7);*/
}
.footer .footer_content{
    background:none;  
}
.footer_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer .copyrights-info {
    border-top: none;
    padding: 0;
    margin-top: 30px;
    color: #a3a3a3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.footer .powered a {
    color: #a3a3a3;
    padding-left: 10px;
}
.footer .footer-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer .footer-info ul.list-unstyled{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
}
.footer .footer-info ul.list-unstyled li {
    padding-right: 15px;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    position:relative;
}
.footer .footer-info ul.list-unstyled li a{
    color: #000;
}
.footer .footer-info ul.list-unstyled li  a:hover {
    color: #1f83c5;
    /*border-bottom: 1px solid #666;*/
}
.footer .footer-info label {
    font-size:12px;
    line-height:18px;
    color:#000;
    display:block;
}
.footer_icon {
    padding-right:10px;
}

.wid-float-section .f_gotop a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/top.svg)no-repeat center;
    width: 18px;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
}
.wid-float-section .f_gotop a {
    background: #666;
    width: 65px;
    height: 65px;
    border-radius: 0;
    font-size: 16px;
    position: relative;
    padding-top: 32px;
}
.wid-float-section .f_gotop a:hover{
   opacity:0.7;
   color:#fff;
}

.footer .gotop {
	display:none;
    right: 0;
	bottom:20%;
}
.footer .social-box{
	display:block;
}
.footer .social-box ul li{
	display:inline-block;
	padding-right:7px;
	margin:0;
}



/*單元系統-about*/
body.about .about_flex,
body.about .about_flex02 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top:40px;
}

.about_pic {
    width:100%;
}
.about_pic img{
    margin:10px 0;
}
.about_son {
    position:absolute;
    right:10%;
    width:485px;
    height:365px;
    background: #f5f5f5;
    padding:85px 50px;
}
.about_son02 {
    position: relative;
    left: 5%;
    width: 485px;
    height: 365px;
    background: #f5f5f5;
    padding: 85px 55px;
}
.about_tw {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    display: block;
    letter-spacing: 0.05em;
}
.about_en {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #b7b7b7;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about_w {
    font-size:18px;
    line-height:30px;
    display:block;
}
.about_blue {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #127bab;
}

.organization_box {
    display:block;
    position:relative;
    margin:100px auto;
}
.o_title {
    font-size: 28px;
    font-weight: bold;
    display: block;
    position: relative;
    color: #000;
    text-align: center;
    margin: 5px auto 40px;
}
.o_title::after{
    content:'ORGANIZATION';
    color:#f3f3f3;
    font-weight:900;
    font-size:120px;
    position:absolute;
    width:100%;
    z-index:-2;
    text-align:center;
    left:0;
    right:0;
    top:-20Px;
}
.o_icon {
    position:relative;
    display:block;
    z-index:1;
}

/*沿革*/
.ab_hisy {
    display:block;
    position: relative;
}
.ab_hisy .list{
    width: 60%;
    margin: 0 auto;
}
.ab_hisy .h_title{
    display:block;
    position:relative;
    text-align:center;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom:30px;
}
.ab_hisy .list .item .txt li {
    position: relative;
    line-height: 25px;
    padding: 5px 0;
}
.ab_hisy .list .item .txt {
    float: right;
    width: calc(100% - 175px);
    padding-left: 52px;
}
.ab_hisy .list .item {
    position: relative;
    padding-bottom: 25px;
}
.ab_hisy .list .item:last-child:before {
    display: none;
}
.ab_hisy .list .item:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #9f9f9f;
    top: 17px;
    left: 183px;
}
.ab_hisy .list .item .txt li {
    width: 100%;
}
.ab_hisy .list .item .txt li:first-child:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    border: 3px solid #86bb46;
    background: #fff;
    border-radius: 100%;
    top: 9px;
    left: -52px;
}
.ab_hisy .list .item .year {
    float: left;
    position: relative;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #127bab;
    text-align: center;
    border-radius:6px;
    transition: background .3s linear;
    -ms-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
}
.ab_hisy .about_orange {
    text-align: center;
}
.ab_hisy .about_en {
    text-align: center;
    position: relative;
    z-index: 100;
}

/*公司業務*/
.business_box {
    display: block;
    position: relative;
    background: url(../images/about/business_bg.jpg) no-repeat center top;
    width: 100%;
    min-height: 625px;
    padding:10px 60px;
}
.b_son {
    display: block;
    width: 63%;
    margin-top: 28%;
    position: relative;
}
.b_titlebox {
    display:block;
    position:relative;
}
.b_title_tw {
    color: #fff;
    font-size: 28px;
    display: block;
    position:relative;
    margin:0;
    top:-15px;
    font-weight:bold;
}
.b_title_en {
    color: rgb(255 255 255 / 30%);
    font-size: 100px;
    text-transform: uppercase;
    display:block;
    position:absolute;
    top:-42px;
    z-index:0;
}
.b_word {
    font-size:17px;
    line-height:34px;
    color:#fff;
    margin-bottom:30px;
}
.b_word02 {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}
.b_word03 {
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
    text-align: justify;
    padding:5px;
    display:block;
}
.business_flex {
    position: relative;
    margin: 0px 0px 25px;
}
.green_title {
    display: block;
    position: relative;
    background: url(../images/about/o_titleicon.svg) no-repeat left center;
    padding-left: 33px;
    color: #049b1a;
    font-size:20px;
    margin-top:25px;
    line-height:30px;
}
.green_title02 {
    display: block;
    position: relative;
    margin: 20px 0 0;
    color: #417d01;
    font-size:17px;
}
.about_list.b02 {
    margin-top: 0;
}
.about_list.b02 ul li {
    line-height:24px;
}

.b_table .rwd-table {
    border: 1px solid #000000;
    border-collapse: collapse;
}
.b_table .rwd-table th {
    background:#fff2cc;
    font-weight:900;
    font-size:16px;
    color:#000;
}
.b_table .rwd-table th, td {
    border: 1px solid #000000;
    padding: 2px 4px;
    text-align: center;
    font-size:15px;
    color:#666;
}
  
@media screen and (max-width: 640px) {
	.rwd-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
  /*.b_table .rwd-table tr {
    border: 1px solid #000000;
  }
  
  .b_table .rwd-table th {
      display: none;
  }
  
  .b_table .rwd-table td {
      display: block;
      border: none;
      text-align: left;
  }
  
  .b_table .rwd-table td:before {
      content: attr(data-th) " ";
      float: left;
      font-weight: bold;
      color:#127bab;
      width: 100px;
  }*/
}
.note_box {
    display: block;
    border: 1px solid #000;
    padding: 8px;
    text-align: justify;
    color: #7397a8;
}
.note_box ul{
    list-style-type:decimal-leading-zero;
    list-style-position:outside;
    font-size:14px;
    line-height:24px;
}
.advantage_box {
    display: block;
    position: relative;
    margin:0 30px;
}
.download_btn{
	text-align:right;
	display:block;
	margin:10px 0;
}
.download_btn a{
	text-decoration: underline;
}