﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@600&display=swap');
body {
    font-size: 15px;
    color: #333;
    /*font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;*/
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #666;
}

a:hover {
    color: #2d3e50;
}
.banner .container-fluid {
    padding:0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
label{
	margin-bottom:0;
}
.list-inline {
    margin-left:0;
}
.btn-primary {
    color: #fff;
    background-color: #333;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all 0.35s linear;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #2d7108;
    color: #fff;
    border: 1px solid #b1b1b1;
    transition: all 0.35s linear;
}

.btn-default {
    /*border: 1px solid #DFDFDF;
    color: #888;*/
	font-size: 15px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #ffa836;
    color: #fff;
}


/** loading **/
.loadingbar {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

}
.loadingbar div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #52ced5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #52ced5 transparent transparent transparent;
}
.loadingbar div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadingbar div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadingbar div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content > .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#floating {
    display:none;
}
#floating, #floating.fixed {
    position: fixed;
    right: 0;
    margin-right: 0;
    bottom: 0;
    top: initial;
}
#floating .btn-floating {
    background-color: #000;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -29px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
}

#floating .btn-floating .icon-arrow {
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 40px;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    /*background: #fff;
    background: rgba(255, 255, 255, 0.9);*/
    margin: 0;
}

#floating ul li {
    padding: 0;
}

#floating ul li + li {
    /*border-top: 1px solid #E7E7E7;*/
}

#floating ul li a {
    width: 110px;
    height:60px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    background: url(../images/all/floating_icon.png) no-repeat;
    line-height: 60px;
    margin-top: 0;
    text-indent: -9999px;
}
#floating ul li.line a{
    background-position: 0 0;
}
#floating ul li.fb a{
    background-position: 0 -82px;
}
#floating ul li.youtube a{
    background-position: 0 -165px;
}
#floating ul li.student a{
    background-position: 0 -250px;
}
#floating ul li.reservation a{
    background-position: 0 -334px;
}
#floating ul li.top a{
    background-position: 0 -60px;
}
#floating ul li.contact{
    padding-top:150px;
}
#floating ul li.contact a{
    background: url(../images/all/floating_icon_contact.png) no-repeat;
    background-position: 0 0;
    width: 110px;
    height:110px;
}
#floating ul li a:hover {
    opacity:0.8;
    top:2px;
    position: relative;
}

#floating ul li a .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto 2px;
}

#floating ul li a:hover .icon {
    color: #36B9C0;
}

#floating ul li a .num {
    min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    top: 0;
}

#floating ul li a .txt-en {
    display: none;
}


.navbar .gotop a{
	background:url(../images/all/gotop.png) no-repeat;
	width:55px;
	height:55px;
	position:fixed;
	right:-55px;
	bottom:180px;
	cursor: pointer;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.navbar .gotop2 a{
	right:0px;
}

.main_ex > .gotop{
	display:none !important;
}


.jcarousel-wrapper {
    position: relative;
}

body:not(.album) .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}
.editor .s_pic img,
.storevue_bg .editor .col-md-6.col-sm-12 img{
	margin:0 auto !important; 
}

/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

.header .navbar {
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    /*background: #fff;*/
    position: fixed;
    border-radius: 0px;
	z-index: 999;
	width: 100%;
	transition: all 0.5s;
}
.is_scroll .header .navbar {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 10px 0 #ccc;
    transition: all 0.1s linear;
}
.header .navbar.newtop {
    /*position: fixed;
	background-color: #000;*/
}
.header .navbar .navbar-brand {
    background: url(../images/all/logo.svg) no-repeat;
    display: block;
    height: 69px;
    padding: 0;
    text-indent: -9999px;
    width: 346px;
    margin: 10px 5px 0px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.header .navbar .navbar-brand:hover {
    transition: all 0.5s;
    opacity:0.7;
}

.header .navbar .navbar-nav {
    float: right;
    margin-top: 45px;
    margin-bottom:0px;
    margin-right: 0px;
	margin-left:0px;
    background: none;
}

.header .navbar .navbar-nav li > a {
    color: #3c3c3b;
    font-size:16px;
    background-color: inherit;
    transition: 0.3s all ease;
	padding:8px 0px;
    margin: 0 20px;
    position: relative;
    line-height:36px;
    overflow: hidden;
    letter-spacing:0.1em;
    text-align:center;
	/*width:100px;*/
    /*text-transform:uppercase;
    background: url(../images/all/menu_hover.png) no-repeat 0 100px;
    border-bottom:8px solid transparent;*/
    font-family:'Noto Sans TC';
}

/*.header .navbar .navbar-nav li.b > a*/
.header .navbar .navbar-nav li > a:hover {
    color: #459301;
    transition: all 0.5s ease;
    /*background-color:#bc1825;
    border-color:#fcc328;
    background: url(../images/all/menu_hover.png) no-repeat 0 -1px;*/
}

.header .navbar .navbar-nav li + li a {
}

.header .navbar .navbar-nav li a .txt-en {
    margin-left: 5px;
    color: #ccc;
    font-weight: normal;
    float: right;
}

.header .navbar .navbar-nav li a:focus {
    background-color: transparent;
}

.header .navbar .navbar-nav li a:hover .txt-en,
body.about .header .navbar .navbar-nav li.b1 a .txt-en,
body.product .header .navbar .navbar-nav li.b2 a .txt-en,
body.news .header .navbar .navbar-nav li.b3 a .txt-en,
body.contact .header .navbar .navbar-nav li.b4 a .txt-ens {
    color: #999;
}

.header .navbar .sub-nav {
    /*position: absolute;
    right: 15px;
    top: 20px;*/
}

.header .navbar .sub-nav li {
    padding: 0 5px;
    list-style:none;
}

.header .navbar .sub-nav li a {
    transition: all 0.3s ease;
    text-indent: 9999px;
    width: 33px;
    height: 33px;
}
.header .navbar .sub-nav li a:hover{
    color:#fdd000;
    text-decoration: underline;
    transition: all 0.5s ease;
}

.header .navbar .sub-nav li.icon_f a {
    background-image: url(../images/all/icon_f.png);
}
.header .navbar .sub-nav li.icon_i a {
    background-image: url(../images/all/icon_i.png);
}
.header .navbar .sub-nav li.icon_t a {
    background-image: url(../images/all/icon_t.png);
}
.header .navbar .sub-nav li.icon_y a {
    background-image: url(../images/all/icon_y.png);
}
.header .navbar .sub-nav li.icon_p a {
    background-image: url(../images/all/icon_p.png);
}
.header .navbar .sub-nav li.icon_l a {
    background-image: url(../images/all/icon_l.png);
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .sub-nav li.b1 {
    display: none;
}

.header .navbar .sub-nav li.b2 a {
    background-position: 0 0;
}


.header .navbar .btn-default {
    /*background: #0951a3;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 20px;
    */
    color: #fff;
    background:none;
    border:1px solid #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
.glyphicon{
	top:3px;
}

.header .navbar .lang {
    display:none;
    margin-right: 10px;
    /*position: absolute;
    right: 54px;
    top: 20px;*/
}

.header .navbar .lang .dropdown-menu {
    background: #fff;
    color: #000;
    border: none;
    min-width: 125px;
    border-radius: 0px;
}

.header .navbar .lang .dropdown-menu a {
    color: #000;
    font-size:12px;
    line-height:20px;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

.header .nav_btn_group {
    position: fixed;
    right: 20px;
    top: 0px;
}

.header .navbar .sub-nav {
    display: inline-block;
    vertical-align: top;
}

/*右上角搜尋*/
.nav_btn_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .nav_btn_group .list-inline {
        margin-left: 0;
    }

.hide {
    display: none !important;
}

.nav_btn_group .wid-search {
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 0;
    margin-left: 0;
}

.wid-search .h3 {
    display: none;
}

.wid-search .w2 .search {
    background: url(../images/all/icon_search.svg)no-repeat center;
    width: 25px;
    height: 25px;
    padding: 0px;
    border-radius: 0;
    border:none;
}

.wid-search .w2 {
    display: flex;
    align-items: center;
    margin: auto;
}

.nav_btn_group .wid-search .w2 .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    color: #b6b6b6;
    letter-spacing: 1px;
    background: transparent;
}

.nav_btn_group .wid-search .form-group .form-control {
    margin-bottom: 0px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
	height:35px;
}

.nav_btn_group .wid-search .form-group {
    width: 90%;
}

/*----------------------- Banner -----------------------*/
.banner .slick-prev,
.banner .slick-next {
	z-index: 999;
}
.banner .bannerImgBox {
    visibility: hidden;
}
.banner .bannerImgBox.slick-initialized,
.banner .bannerImgBox.oneMode { 
    visibility: visible;
}

html.no-js .banner .bxslider,
html.no-js .banner .bxslider img{
    display:none;
}
html.js .banner .bxslider{
    display:block;
}

body.home .banner {
    margin-top:0;
}
.banner {
    position: relative;
    margin-top:97px;
}

.banner .loadingbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body.VIDEOLOADED .banner .loadingbar{
    display:none;
}

.banner .container {
    padding: 0;
}

.banner .video_banner {
    width: 100%;
}

.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item {
    width:100%;
    background:none !important;
}
.banner .bxslider .bannerImgBox.banner_mob_bg .item{
    height:250px;
    background-repeat:no-repeat;
    background-position:center center;
}
body.home .banner .bxslider .bannerImgBox.banner_mob_bg .item{
    height:500px;
}

.banner .video_sec{
	width:100%;
}

.banner .bxslider .item img {
    width: 100%;
    display: none;
}
.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_small{
     display: none;
}
.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_big {
    display: block;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 2px;
    text-align: right;
    padding: 0 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-align: left;
    background: #404040;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}

.banner .bx-wrapper .bx-controls-direction {
    display: none;
}
/*banner 左右箭頭 新設定*/
.banner .slick-prev:before,
.banner .slick-next:before {
    opacity: 0.75;
	font-size:40px;
}
.slick-prev {
    top: calc(50% - 50px/2);
    bottom: 0;
    left: 0px;
    transform: translate(0, 0%) !important;
    /*background: url(../images/all/dot_left.png)no-repeat !important;*/
    width: 40px;
    height: 40px;
    z-index: 1;
}
.slick-next {
    top: calc(50% - 50px/2);
    display: inline-block !important;
    right: 0px;
    bottom: 0;
    transform: translate(0, 0%) !important;
    /*background: url(../images/all/dot_right.png)no-repeat !important;*/
    width: 40px;
    height: 40px;
    z-index: 1;
}

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.banner .slick-dots {
    z-index: 9999;
    position: absolute;
    padding: 15px 0;
	bottom: 100px;
}
.banner .slick-dots li,
.banner .slick-dots li button {
    width: auto;
    height: auto;
}
.banner .slick-dots li button {
    padding: 0;
}
.banner .slick-dots li button:before {
    content: "";
   /* height: 8px;
    width: 70px;*/
    border-radius: 99em;
    background: #000;
    border:none;
    display: block;
    position: relative;
    transition: all .5s ease;
	opacity:1;
	color:none;
	height:15px;
	width:15px;
}
.banner .slick-dots li.slick-active button:before {
    /*width: 70px;*/
    border-radius: 99em;
    background: #0f753c;
	color:none;
	opacity:1;
}

/*波型*/
body.home .banner::after {
    bottom:-1px;
}
.banner::after {
    content: '';
    position: absolute;
    width: 2000px;
    height: 200px;
    left: 0;
    right: 0;
    bottom: -60px;
    background: url(../images/all/banner_after.png) no-repeat center bottom;
}


.header_ex {
}


/********************* Footer *********************/
.footer {
   z-index:999;
   /*padding: 0 10%;
   text-align:right;
    background: #f2f2f2;*/
   text-align:center;
   font-family:'Noto Sans TC';

}
.footer .footer_infor{
	display:block;
	padding-top:20px;
}
.footer_top ul li {
    padding: 0;
}

.footer_top ul li:nth-child(2n) {
    display: none;
}

.footer_top ul li,
.footer_top ul li a {
    color: #000;
    padding: 10px;
}

.footer_top ul li a:hover {
    color: #36B9C0;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    /*background: url(../images/all/footer_bg.jpg) no-repeat top center;*/
    /*background: linear-gradient(#1994b2,#07abc8);*/
    position: relative;
    margin-top: 50px;
	margin-bottom: 15px;
    display: block;
}

.footer .copyright {
    color: #333;
    display: block;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.05em;
    margin-top: 10px;
    font-weight:300;
}

.footer .siteinfo {
    margin:0;
}
.footer .siteinfo img {
    width: 45px;
}
.footer .siteinfo ul > li {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px 0 0;
}
.footer .siteinfo ul > li a{
    color:#333;
	font-size:14px;
    letter-spacing:0.1em;
    line-height:24px;
    font-family:'Noto Sans TC';
}

.footer .siteinfo ul > li + li:before {
    /*color:#333;
    color: #9c9c9c;
     content: "|";
    */
}
.footer .siteinfo ul > li label {
    margin: 0;
    color: #333;
    font-weight:500;
}
.footer .siteinfo .sitemap-link {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .sitemap-link:hover {
    position: relative;
    top: 2px;
}

.footer .powered {
    color: #c6c4c4;
    font-size: 13px;
    line-height: 30px;
    padding-top: 0px;
    text-align: center;
    font-weight: 100;
    letter-spacing:0.05em;
}
.footer .powered a {
    color: #c6c4c4;
}
/*.footer 新設定*/
address {
    margin-bottom: 0px;
}
.pic-logo {
    display:block;
    margin:30px auto 15px;
}
.footer .icon_box {
    display: block;
    margin-bottom: 20px;
}
.footer .icon_box .icon_f {
    background-image: url(../images/all/icon_f.svg);
}
.footer .icon_box .icon_l {
    background-image: url(../images/all/icon_l.svg);
}
.footer .icon_box ul li{
    margin:0;
}

.footer_top .sitemap {
    display:none;
}

.footer_R {
    position: relative;
    text-align: right;
}
.footer_note{
	font-size:14px;
	padding:5px 0;
	color:#ff6101;
	text-align:center;
}
.footer_note br{
	display:none
}

/********************* cookie *********************/
body .cookie_agree .footer_content {
    padding-bottom: 80px;
}
.cookie {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(54, 185, 192);
    z-index: 100;
    border-top: 1px solid rgb(215, 215, 215);
    color: #fff;
    text-align: left;
}
.cookie .txt {
}
.cookie .txt a {
    text-decoration: underline;
    color: #3c3c3c;
    font-size: 14px;
}
.cookie .agree-btn {
    padding: 5px 15px;
    display: inline-block;
    background: #fff;
    color: #333;
    margin-top: 3px;
    transition: all .3s ease;
}
.cookie .agree-btn:hover {
    background: #ccc;
}

/********************* Main *********************/
.main {
    /*-moz-box-shadow: 0 0 10px 0 #919191;
    -webkit-box-shadow: 0 0 10px 0 #919191;
    box-shadow: 0 0 10px 0 #919191;
    BAckground: url(../images/all/main_bg.jpg) no-repeat center top;
    */
    z-index: 100;
    
}
.side {
    /*border: 1px solid #000;
    border-left:5px solid #292929;*/
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}

.side .h3 {
    color: #0f753c;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 4px double #48ac74;
    font-family:'Noto Sans TC';
    letter-spacing: 0.2em;  
}
.side .h3 .txt-en{
    display:none;
}
.side .h3 .txt-tw {
    display: block;
}

.side .nav > li + li {
    border-top: 1px solid #ccc;
}
.side .nav > li a {
    display: block;
    line-height: 24px;
	margin:2px 0;
    padding: 8px 10px 8px 22px;
    color: #333;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.side .nav > li a.logout_btn{
	padding: 8Px 28px;
    color: #fff;
    border-radius: 20px;
    background-color: #333;
    background-repeat: repeat;
    border: 1px solid #fff;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #0f753c 50%);
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
	text-align: center;
    width: 100px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: #e8ede6;
    color: #000;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li {
    
}

.side .nav > li > ul > li > a{
	color:#930914;
	font-size:14px;
	padding: 6px 10px 6px 20px;
    background: url(../images/all/list_icon2.png) no-repeat 0;
}
.side .nav > li > ul > li > a:hover {
    color:#333;
    background:none;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li {
}

.side .nav > li > ul > li > ul > li > a {
    background: url(../images/all/list_icon3.png) no-repeat 0 7px;
    padding: 6px 10px 6px 20px;
    font-size:13px;
}
.side .nav > li > ul > li > ul > li > a:hover{
    color:#bc1825;
    background: url(../images/all/list_icon3.png) no-repeat 0 7px;
}


/*----------------------- Content -----------------------*/
.main_content {
    min-height: 300px;
}

body.home .main_content {
    min-height: 0;
    padding:0;
}

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.breadcrumb > li + li:before {
    content: "＞";
}

.content .breadcrumb .txt-en {
    display: none;
}

.content > .h2 {
    color: #000;
    font-size: 28px;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 10px 60px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Noto Serif TC';
    letter-spacing: 0.2em;
    position: relative;
}
.content > .h2::before {
    content: '';
    position: absolute;
    background: url(../images/all/h2_before.svg) no-repeat;
    width: 96px;
    height: 60px;
    margin-left: -100px;
    top: -13px;
    z-index:-1;
}


.content > .h2 .txt-tw {
    /*color: #979797;
    font-size: 18px;
    margin-left: 10px;*/
}

body:not(.home) .content > .h2 .txt-en {
    display:none;
}


.content .content-banner {
    margin-bottom: 20px;
}

.content .txt {
    padding:0 10px 20px 0;
    line-height: 30px;
}

.content .btn-normal {
    background: none;
    color: #23989f;
    border: 1px solid #ACE7EB;
}

.content .btn-normal:hover {
    color: #888;
    border-color: #aaa;
}

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    padding:0;
    /*border-bottom: 1px solid #eee;*/
    margin:8px 0;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.7);
}

.content .list-box .txt-list li .h4 {
    font-size: 15px;
    margin: 0;
}

.content .list-box .txt-list li a {
    position: relative;
    display: block;
    line-height: 36px;
	font-size:15px;
    color:#333;
    /*padding:5px 0;*/
    letter-spacing:0.05em;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #0f753c;
}

.content .list-box .txt-list li span {
    position: relative;
    font-size: 13px;
    color: #919191;
    font-family: 'Lato';
    display: inline-block;
    padding-right: 10px;
    border-radius:0px;
    float:left;
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    display:none;
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: 1px solid #ACE7EB;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    color: #36B9C0;
    font-size: 18px;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .works-box .pic-carousel li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .works-box .pic-carousel li a:hover {
    border-color: #36B9C0;
}

.content .works-box .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

.content .works-box .slick .list_item {
    padding: 0 15px;
}

.content .works-box .slick .list_item .pic {
    border: 1px solid #eee;
    padding: 0px;
    display: block;
}

.content .works-box .slick .list_item:hover .pic {
    border-color: #4ea220;
}

.content .works-box .slick .list_item .info {
    display: block;
}

.content .works-box .slick .list_item .info .title {
    margin: 10px auto;
    font-size:16px;
    color:#333;
    font-family:'Noto Sans TC';
    letter-spacing:0.07em;
}

.content .works-box .slick .slick-arrow {
    width: 50px;
    height: 100px;
    background: url(../images/all/slide_arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 125px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -50px;
}

.content .works-box .slick .slick-next {
    background-position: -50px 0;
    right: -50px;
}

.content .works-box .slick .slick-dots {
    display:none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}

.content .works-box .slick .slick-dots li {
    display: inline-block;
}

.content .works-box .slick .slick-dots button {
    width: 10px;
    height: 10px;
    background: #c7c7c7;
    border-radius: 50%;
    border: none;
    outline: none;
    text-indent: -9999px;
    margin: 0 3px;
}

.content .works-box .slick .slick-dots .slick-active button {
    background: #37bac0;
}
.content .sec {
    padding: 10px;
    line-height: 30px;
}

.content .btn-box {
    clear: both;
    border-top: 3px double #999;
    padding-top: 15px;
    text-align:center;
}
body.news .content .btn-box {
    text-align:left;
}
.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
    float: left;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    /*background: #0951a3;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 25px 7px;
	font-size:17px;
    transition: 0.3s all ease;
	text-transform:uppercase;*/
	padding:8Px 28px;
	color:#fff;
    border-radius:20px;
    background-color: #333;
    background-repeat: repeat;
    border:1px solid #fff;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #0f753c 50%);
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.content .btn-box .pager li > a:hover {
    background-color: #0f753c;
    background-position: -100% 100%;
	border-color:#0f753c;
    color:#fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

body.product.p02 .content .btn-box {
    border: none;
}

/*body.news.show .content .btn-box,
body.faq.ask .content .btn-box,
body.product.show .content .btn-box,
body.member .content .btn-box,
body.album.show .content .btn-box {
    text-align: center;
}*/

body.news.show .content .btn-box .pager,
body.faq.ask .content .btn-box .pager,
body.product.show .content .btn-box .pager,
body.member .content .btn-box .pager,
body.album.show .content .btn-box .pager {
    float: none;
}

.content .btn-box a .icon {
    background: url(../images/all/pager_icon.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.content .btn-box a .icon-first {
    background-position: -6px -1px;
}

.content .btn-box a .icon-prev {
    background-position: -6px -29px;
}

.content .btn-box a .icon-next {
    background-position: -6px -58px;
}

.content .btn-box a .icon-last {
    background-position: -6px -87px;
}

.content .btn-box a .icon-back {
    background-position: -6px -112px;
}

.content .btn-box .page-info {
    float: right;
    margin: 0 5px;
    text-align: center;
    color: #888;
}

.content .btn-box .page-info select {
    border: 1px solid #DFDFDF;
    min-width: 60px;
    margin-right: 10px;
}


.content .btn-box a span {
    margin-right: 5px;
}

.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack > thead > tr > th {
    border-bottom: 1px solid #ACE7EB;
    color: #333;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #36B9C0;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 18px;
    padding-top: 16px;
    padding-right: 0px;
}

.form-horizontal .row .form-inline {
    /*padding-bottom: 15px;*/
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

/*.gotop {
    display:none;
    background: #36B9C0;
}

.gotop a {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 14px 0 0px;
}

.gotop a .txt-en {
    display: block;
}

.gotop a .txt-tw {
    color: #bdebed;
    font-size: 13px;
    border-top: 1px solid #bdebed;
    padding: 5px 40px;
}*/

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .content .h2 {
    padding: 0px;
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    margin: 0 auto 70px;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size:24px;
    font-family: 'Noto Sans TC';
}
.wid {
    margin-bottom: 0px !important;
}
body.home .content .wid-home-news {
    margin: 0 30px;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: 20px;
}

body.home .content .wid-home-news .txt-list li {
    /*padding-left: 14px;
    background-position: 0 4px;*/
    background-color: transparent;
}

/*body.home .content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}*/

body.home .wid-home-product .slick-slider {
    margin-top: 15px;
    margin-bottom: 20px;
}
body.home .product_box{
	display:block;
	clear:both;
}

/*新設定*/
body.home .content .btn-box {
    padding: 0;
    margin: 0 auto;
    clear: both;
    text-align: center;
    border:none;
}
body.home .content .btn-box .pager {
    float: none;
    text-align: center;
    margin-top: 30px;
}
body.home .content .btn-box .pager li > a {
    color: #333;
    background-color: #fff;
    border: 5px solid #efefef;
    border-radius: 50em;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 10px 60px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent calc(50% + 1px), #4ea220 50%);
    background-repeat: repeat;
    -webkit-transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    transition: background-position 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
body.home .content .btn-box .pager li > a:hover {
    color: #fff !important;
    background-color: #4ea220;
    border: 5px solid #d4e1ba;
    background-position: -100% 100%;
}
.w-40 {
    width: 40%;
    display: inline-block;
    position: relative;
}
.w-60 {
    width:60%;
    display:inline-block;
    position:relative;
}
.w-320 {
    width:320px;
}
.pr-20 {
    padding-right:20px;
}
.title-pl50 {
    padding-left: 50px;
}
.red_word {
    color:#ff0000;
}

body.home .date_box {
    position: relative;
}
body.home .title_box {
    position: relative;
    clear: both;
}
body.home .title_box.text-right {
    text-align:right;
}
body.home .title_box.text-right::before{
    content:'';
    position:absolute;
    background: url(../images/all/icon_title01.svg) no-repeat left;
    width:119px;
    height:112px;
    margin-left: -310px;
    top: -50px;
}
body.home .title_box.title-pl50::before{
    content:'';
    position:absolute;
    background: url(../images/all/icon_title01.svg) no-repeat;
    width:119px;
    height:112px;
    margin-left: -80px;
    top: -50px;
}
body.home .title_box .title_tw{
    font-size:26px;
    color:#000;
    line-height:36px;
    font-family:'Noto Serif TC';
    font-weight:400;
    letter-spacing:0.1em;
    display:block;
    position:relative;
}
body.home .title_box .title_en{
    color:#afafaf;
    font-size:18px;
    font-family:'Times New Roman';
    line-height:36px;
    display:block;
}
body.home .title_box .title_en02{
    font-size:60px;
    color:#5a5a5a;
    display:block;
    text-align:center;
    position: absolute;
    left:30%;
    top:0;
    font-family:'Times New Roman';
}
body.home .about_bg .about_R .title_box .title_tw::before {
    content: '';
    background: #999;
    width: 230px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.more_btn {
    width: 120px;
    text-align: center;
    border-radius: 30px;
    background: #333;
    line-height: 36px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 17px;
    padding-left: 18px;
    font-family: 'Times New Roman';
    letter-spacing: 0.05em;
    margin-top: 30px;
    transition: all 0.3s ease;
}
a:hover.more_btn {
    color: #fff;
    background: #0f753c;
    transition: all 0.3s ease;
}
.more_btn::before {
    content: '';
    position: absolute;
    width: 52px;
    height: 45px;
    left: -2px;
    top: -9px;
    background: url(../images/all/icon_flower.svg) no-repeat;
    transition: all 0.3s ease;
}
a:hover.more_btn::before {
    left: 2px;
    transition: all 0.3s ease;
}

/*訂購行事曆*/
.calendar_box2 .panel.panel-default .DateDrop {
    width: auto;
    display: inline;
}

.calendar_box2 .panel.panel-default .DateWeek {
    float: left;
    text-align: center;
    font-weight: bold;
    margin: 1px;
    padding: 5px;
    background: #9f9fa0;
}

.calendar_box2 .panel.panel-default .DateBox {
    float: left;
    margin: 1px;
    padding: 5px;
    min-height: 50px;
    height: 50px;
}

.calendar_box2 .panel.panel-default .DateDisable {
    color: transparent;
}

.calendar_box2 .panel.panel-default .DateNow {
    background-color: #CEF;
}

.calendar_box2 .panel.panel-default .DateWeekEnd {
    background-color: #f8e8f8;
}

.calendar_box2 .panel.panel-default .DateOfWeek {
    display: none;
}

.calendar_box2 .panel.panel-default .DateDay {
    text-align: right;
    color: #666;
    font-size: 10px;
    display: block;
}

.calendar_box2 .panel.panel-default .DateAdd {
    float: right;
}

.calendar_box2 .panel.panel-default .DateLine {
    /*padding-top: 5px;
    clear: both;
    overflow: auto;
    width: 100%;
    height: 100px;*/
    font-size: 9px;
    display: block;
    color: #009944;
    text-align: left;
    line-height: 14px;
    padding-bottom: 5px;
}
.calendar_box2 .btn-default {
    border: 1px solid #9c9c9c;
}
.calendar_box2 .panel.panel-default .DateLine a {
    margin: 2px;
}
.calendar_box2>.panel.panel-default {
    background-color: rgba(100%,100%,100%,0);
    border:none;
}
#calendar, #calendar2 {
    background-color: rgba(100%,100%,100%,0.6);
}
.calendar_box2 {
    display: block;
    position: relative;
    top: -20px;
    left: 50px;
    z-index: 99;
}
/*.calendar_box2 .DateWeek {
    float: left;
    text-align: center;
    font-weight: bold;
    margin: 1px;
    padding: 5px;
}
.calendar_box2 .panel-heading {
    text-align: center;
    background-color: #F9F0CF;
}
.content_box.calendar_box2 {
    background: #fff;
    padding: 30px;
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.calendar_box {
    display: block;
    position: relative;
    top: -56px;
    margin: 0 20px;
    z-index: 99;
    width: 500px;
}
.calendar_box .title_pic{
    display:inline-block;
}

.calendar_table {
    background: rgba(100%,100%,100%,0.6);
    border-radius: 10px;
    display: block;
    position: relative;
}

.rdc-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 24Px;
}
.rdc-panel h5 {
    font-size: 28px;
    color: #000;
    font-weight:bold;
    font-family:'Times New Roman';
}
.rdc-panel .rdc-prev{
    Color: #333;
    font-size:14px;
    font-family:'Noto Sans TC';
    letter-spacing:0.1em;
    line-height:20px;
}
.rdc-panel .rdc-next{
    Color: #333;
    font-size:14px;
    font-family:'Noto Sans TC';
    letter-spacing:0.1em;
    line-height:20px;
}
.rd-calendar {
    position: relative;
}
.rdc-table {
    position: relative;
    width: 100%;
}
.rd-calendar .rdc-table-header {
    display:flex;
}
.rd-calendar .rdc-table-row {
    display: flex;
    margin-top: 0;
}
.rd-calendar .rdc-table-row .rdc-table_date-outer {
    position: relative;
    min-height: 30px;
    /*height: 50px;*/
    border: 1px solid #666;
}
.rd-calendar .rdc-table-row .rdc-table_date-outer.rdc-table_expired {
    border-color:#ccc;
}
.rd-calendar .rdc-table_day {
    width: 15%;
    /* flex-grow: 1; */
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    display: block;
    margin: 0 2px;
    background: #333;
}
.rd-calendar .rdc-table_date-outer {
    width: 15%;
    /*flex-grow: 1;*/
    color: #fff;
    text-align: center;
    margin: 2px;
}
.rd-calendar .rdc-table-row .rdc-table_date-outer .rdc-table_date {
    text-align: center;
    color: #000;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Times New Roman';
    align-items: center;
    font-weight: 600;
}
.rd-calendar .rdc-table-row .rdc-table_date-outer.rdc-table_expired .rdc-table_date {
    color: #ccc;
}
.rd-calendar .rdc-table-row .rdc-table_date-outer .rdc-table_date.rdc-table_prev {
	
}
.rd-calendar .rdc-table-row .rdc-table_date-outer .rdc-table_date.rdc-table_next {
    
}
.rdc-table_amount {
    font-size: 9px;
    display: block;
    color: #009944;
    text-align: left;
    line-height: 14px;
    padding-bottom:5px;
}
.rdc-table_sunday {
    background: #ff0000;
    border:1px solid #ff0000 !important;
}
.rdc-table_today {
    background: #4493ff;
    border: 1px solid #4493ff !important;
}
.rdc-table_date.c-fff {
    color: #fff !important;
}
.rdc-table_note {
    display:block;
    text-align:right;
    position:relative;
    margin:15px 0 0;
    float:right;
    font-size:14px;
    letter-spacing:0.05em;
}
.rest_table {
    display: inline-block;
    position: relative;
    width: 140px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(#8b9cc5,#0a3193);
    line-height: 36px;
    margin-top: 10px;
    float: left;
}
.rest_table a{
    color: #fff;
    font-size: 16px;
    font-weight:500;
    font-family:'Noto Sans TC';
    letter-spacing:0.08em;
}
.rest_table a:hover{
    color: #ffff00;
    font-size: 16px;
}


/*首頁-最新消息*/
body.home .content .news_bg {
    top: -30px;
    position: relative;
}
.wid-home-news .date {
    font-size: 13px;
    color: #919191;
    font-family: 'Lato';
    display: inline-block;
    padding-right: 10px;
}


/*手機版主選單LOGO*/
.header .navbar .mobile-brand {
    background: url(../images/all/logo.jpg) no-repeat;
    background-size: contain !important;
    display: none;
    width: 160px;
    height: 60px;
    padding: 0;
    text-indent: -9999px;
    margin: 0 auto 10px 0;
}

/*首頁-三大服務*/
body.home .content .services_bg {
    position:relative;
    display:block;
    clear:both;
    margin:50px 0;
}
body.home .content .service_box {
    display: block;
    margin: 40px 0;
}
body.home .content .services_bg .service_title {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-family: 'Times New Roman';
}
body.home .content .services_bg .service_title::after {
    content: '';
    position: absolute;
    background: url(../images/all/icon_title02.svg) no-repeat;
    width: 180px;
    height: 112px;
    left: 0px;
    right: 0px;
    top: -55px;
    margin: 0 auto;
    z-index: -1;
}
body.home .content .service_box .left_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
body.home .content .service_box .left_box a .pic {
    margin-right: 10px;
    display: block;
    position: relative;
}
body.home .content .service_box .left_box a .pic .hov_bg {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: .3s;
}
body.home .content .service_box .left_box a:hover .pic .hov_bg {
    opacity:1;
}
body.home .content .service_box .left_box .hov_icon01 {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 30px;
    font-family:'Noto Serif TC';
    letter-spacing:0.2em;
}

/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > .h1 {
    text-align: center;
    color: #fff;
    background: #00b4d1;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 24px;
    border-radius: 99px;
}

.content .album-list a {
    margin: 20px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .album-list a:hover {
    opacity: 0.7;
}

.content .album-list a img {
    width: 100%;
}

.content .album-list a .h4 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.content .album-list a .pic {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a,
.pic-gallery .pic-pager .jcarousel-control,
.pic-gallery .slick-prev, 
.pic-gallery .slick-next{
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    /*overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;*/
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev,
.pic-gallery .slick-prev{
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next,
.pic-gallery .slick-next{
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev,
.pic-gallery .pic-pager .slick-prev{
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next,
.pic-gallery .pic-pager .slick-next{
    background-position: -120px 0;
    right: -40px;
}

.pic-gallery .slick-prev:before, 
.pic-gallery .slick-next:before{
    display:none;
}
.pic-gallery .pic-pager .jcarousel div a.slick-current {
    opacity: 1;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > .h1,
body.member.show .content > .h1 {
    position: relative;
    color: #0a3193;
    font-size: 18px;
    border: 3px double #eee;
    padding: 10px 15px;
    line-height: 36px;
    letter-spacing: 0.07em;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > .h1 small,
body.member.show .content > .h1 small {
    position: static;
    display: block;
    line-height: 30px;
    position: relative;
    font-size: 13px;
    color: #919191;
    font-family: 'Lato';
    padding-right: 10px;
}
body.news .content .news_son_t,
body.sign .content .news_son_t{
	background-color:#f2972c;
	color:#fff;
	border-radius:10px;
	text-align:center;
	border-top: solid 5px #333;
}


/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #36B9C0;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 16px;
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel > .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel > .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    position: relative;
    padding-left: 48px;
    border-bottom: 1px dotted #ccc;
    color: #888;
    line-height: 30px;
}

.btnbox-ask {
    text-align: right;
}

/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
    text-align: center;
    color: #848275;
}

.content .list-mode label {
    display: none;
}

.content .list-mode .btn-group {
    display: inline-block;
}

.content .list-mode .btn-group .btn-mode {
    color: #93b97e;
    background: none;
    border: none;
    padding: 5px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
}

.content .list-mode .btn-group .btn-mode.active {
    color: #32790b;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #000;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    position: relative;
    transition: 0.3s all ease;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 20px;
    display: block;
    padding: 20px 20px 0 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 #eee;
    background: #fff;
    margin: 10px;
    z-index: 10;
	border-radius: 10px;
}

body.product .content .product-list .item:hover {
    border-color: #d4e1ba;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height: 40px;
}

body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.product .content .product-list a {
    display: block;
}

body.product .content .product-list a .pic {
    overflow: hidden;
    /*background: #fff;
    padding: 5px;
	border:1px solid #ccc;*/
}

body.product .content .product-list a .pic img {
    width: 100%;
    transition: 0.3s all ease;
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.7;
}

body.product .content .product-list a .info {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

body.product .content .product-list a .h4 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
}

body.product .content .product-list ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
	padding-bottom: 10px;
	display:none;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #4ea220 url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .quick-buy .btn:hover {
    background-color: #000;
}

body.product .content .product-list.mode1 .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}

body.product .content .product-list.mode1 .quick-buy ul,
body.product .content .product-list.mode1 .quick-buy ul li {
    display: inline-block;
    vertical-align: top;
}

body.product .content .product-list.mode1 .quick-buy .form-control.qty {
    width: 30%;
    vertical-align: middle;
}

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 > div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

body.product .content .product-list.mode2 .item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

body.product .content .product-list.mode2 .item .pic {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    padding: 5px;
}

body.product .content .product-list.mode2 .item > a {
    padding: 10px;
    width: 70%;
    float: left;
}

body.product .content .product-list.mode2 .item .info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

body.product .content .product-list.mode2 .item .info .h4 {
    margin-bottom: 10px;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul {
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul li {
}

body.product .content .product-list.mode2 .item .info p {
    margin: 5px 0 0;
    clear: both;
    color: #888;
    font-size: 14px;
    line-height: 1.4;
}

body.product .content .product-list.mode2 .item .quick-buy {
    width: 16%;
    float: left;
    padding: 20px 0 15px;
}

body.product .content .product-list.mode2 .item .quick-buy .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

body.product .content .product-list.mode2 .item .quick-buy .btn {
    right: 10px;
    bottom: 50%;
    margin-right: 0;
    margin-bottom: -37px;
}

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;
}
body.product.show .content .quick-buy .btn.goshop{
    background:#3da72a;
}
body.product.show .content .quick-buy .btn.goshop:hover{
    background:#1b7277;
}
body.product .content .goshop .icon-addcart{
    background-image: url('../images/all/icon_cart2.png');
}
body.product.show .content .quick-buy .btn {
    padding: 3px 10px;
}
body.product.show .content .icon-addcart {
    margin-right: 5px;
}


body.product.show .info .info_box {
    background: #f3f3f3;
    margin-bottom: 10px;
}
body.product.show .info .info_box .h6{
    font-size: 15px;
    margin:0;
    padding: 10px 10px;
    background: #dedede;
}
body.product.show .info .info_box .info_txt{
    padding:10px;
}



body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #ccc;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

/*-- for show2 product pic --*/
body.product.show .content .product-pic .big-pic a {
    cursor: zoom-in;
}

body.product.show .content .product-pic .small-pic {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

body.product.show .content .product-pic .small-pic img {
    margin: 0 3px;
    outline: none;
    cursor: pointer;
}

body.product.show .content .product-pic .small-pic .slick-arrow {
    min-width: 20px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
}

body.product.show .content .product-pic .small-pic .slick-prev {
    background-position: center top;
}

body.product.show .content .product-pic .small-pic .slick-next {
    background-position: center bottom;
}
/*-- END for show2 product pic --*/


body.product.show .content .info .h1 {
    margin: 15px 0;
    font-size: 18px;
	line-height:36px;
	color:#3a890f;
    font-weight:500;
	padding-left:10px;
	background-color:#f3f8ea;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
}

body.product.show .content .info .txt ul {
    margin-left: 0;
}

body.product.show .content .info .txt ul li {
    /*background: url(../images/all/list_icon.png) no-repeat 0 3px;*/
    padding-left: 0px;
    font-size:14px;
    line-height:36px;
    color:#999;
}

body.product.show .content .quick-buy {
    /*border-top: 1px solid #bdbdbd;*/
    padding-top: 30px;
    margin-bottom: 10px;
}

body.product.show .content > .h3 {
    background-color: #646464;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.1em;
    border-radius: 8px;
    /*border: 1px solid #e1e9f2;
    margin:5px;*/
}

body.product.show .content > .h3 small {
    margin-left: 10px;
    color: #aaa;
}

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    background-image: none;
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    border-radius: 8px;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    margin-bottom: 10px;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}

/*----------------------------------------- 會員專區 member --------------------------------------*/

body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #f7d6af;
    padding: 20px 10px;
    width: 116px;
    margin-bottom: 15px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    color: #f2972c;
    transition: all 0.35s linear;
}

body.member .content .nav-func li a:hover {
    color: #333;
    border-color: #aaa;
    box-shadow: 3px 3px 0 0 #333;
    transition: all 0.35s linear;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #aaa;
}
body.activity.sign .content .form-group .checkbox a,
body.member.register .content .form-group .checkbox a {
    color: #f2972c;
	font-weight:600;
}

body.member.register .content .form-group .checkbox a:hover {
    text-decoration: underline;
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 0px 20px 10px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 0px;
}

body.member .content {
    padding-bottom: 20px;
}


/*新設定*/
body.member .wid-about{
	display:none;
}
body.member .supplier_title{
	display:block;
	line-height:36px;
	font-size:16px;
	color:#1a3e99;
	border-bottom:3px double #eee;
}
body.member .wid-supplier ul li{
	display: block;
    line-height: 30px;
    color: #333;
	font-size:14px;
}
body.member.newslist .content .btn-box{
	text-align:left;
}

/*供應商專區-對帳單查詢*/
body.member .ordersearch_box{
	display:block;
	position:relative;
	clear:both;
	border-bottom:1px dashed #ccc;	
}
body.member .order_box{
	display:block;
	position:relative;
	margin-bottom:15px;
}
body.member .order_title{
	text-align:center;
	font-size:24px;
	font-weight:500;
	line-height:36px;
	color:#000;
	display:block;
	position:relative;
	margin:5px 0;
	letter-spacing:0.1em;
	font-family:'Noto Serif TC';
}
body.member .title_second{
	font-size:15px;
	text-align:center;
	letter-spacing:0.1em;	
}
body.member .order_datalist{
	position:relative;
	display:block;
	padding:0 10px 20px 0;
}
body.member .order_datalist ul li{
	margin:5px 0;
	display:block;
	line-height:30px;
	font-size:15px;
	color:#333;
}
body.member .content .table.table-stack{
	border:1px solid #eee;
}
body.member .content .order_datalist .table.table-stack th {
    text-align: right;
	padding:5px;
	line-height:24px;
    font-weight: bold;
    background: #eee;
	border-top:none;
	width: 100%;
    display: block;
}
body.member .content .order_datalist .table.table-stack tr{
	border-bottom:none;
	line-height:24px;
}
body.member .content .order_datalist .table.table-stack > tbody > tr > td{
	text-align:left;	
	border-top: none;
}
.no-border{
	border:none !important;
}

body.member .content .total_box{
	position:relative;
	clear:both;
	margin:10px 0;
	background:#ff661b;	
	padding:5px;
	color:#fff;
	line-height:30px;
	font-size:22px;	
	display:flex;	
	flex-direction: row; 
	justify-content: space-between;
	align-items: center;
	border-radius: 0px;
	/*border:3px double #fff;*/
	letter-spacing:0.05em;
}
body.member .total_L{
	text-align:left;
}
body.member .total_R{
	text-align:right;
}
body.member .font-14{
	font-size:14px;
}
.form-control{
	margin:7px 0;
	height: 55px;
	font-size:16px;
}

/*查詢結果表格*/
.rwd-table {
	table-layout: fixed;
    /*border: 1px solid #000000;*/
	border-collapse: collapse;
    width: 100%;
}
.rwd-table th{
	padding: 5px;
	text-align:center;
	background:#0f753c;
	color:#fff;	
    vertical-align: middle;
	font-size: 15px;
	line-height:30px;
}
.rwd-table td {
  	padding: 5px;
	font-size: 15px;
	color:#000;
	text-align:center;
}
.rwd-table tbody tr {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}
.table-custom.table-fixed th:nth-child(n+2), .table-custom.table-fixed td:nth-child(n+2) {
    padding-left: 0;
}
  
@media screen and (max-width: 600px) {
  .rwd-table tr {
    border: 1px solid #000000;
  }
  
  .rwd-table th {
      display: none;
  }
  
  .rwd-table td {
      display: block;
      border: none;
  }
  
  .rwd-table td:before {
      content: attr(data-th) " ";
      float: left;
      font-weight: bold;
	  color:#000;
	  padding-right:5px;
  }
}


body.member .form-inline {
    font-size:14px;
}
body.album.show .content .btn-box,
body.news.show .content .btn-box,
body.member .content .btn-box {
    text-align:center;
}
/*會員承銷商*/
body.member .table_box{
	position:relative;
	clear:both;
	margin:0 0 20px;
	display:block;
}
body.member .total_box02{
	position:relative;
	clear:both;
	margin:10px 0;
	background:#5ead81;	
	padding:5px;
	color:#fff;
	line-height:30px;
	font-size:16px;	
	display:block;	
	border-radius: 6px;
	border:3px double #060;
	letter-spacing:0.05em;
	text-align:right;
}
body.member .total_box02 ul li{
	text-align:right;
	display:inline-block;
	width:50%;
}
body.member .table_list{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
body.member .table_list th{
	text-align: right;
    padding: 5px;
    line-height: 24px;
    font-weight: bold;
    background: #eee;
    border-top: none;
    width: 100%;
    display: block;
}
body.member .table_list .table > tbody > tr > td {
    text-align: left;
	border-top: 1px solid #eee;
	vertical-align: middle;
	padding: 5px;
    font-family:'Times New Roman'; 
	font-size:18px;
}

/*會員最新公告*/
body.member.show .remark_box{
	display:block;
	position:relative;
	padding:7px 0px;
	font-size:14px;
	line-height:24px;
	color:#aaa;
}
body.member.show .content .remark_box > .remark_title{
    background-color: #ececec;
    color: #333;
    font-size: 15px;
    padding: 3px 6px;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.1em;
}

.panel {
    box-shadow:none !important;
}
.form-inline .form-control.f2 {
    display: inline-block;
    width:80%;
    vertical-align: middle;
}
input[type="radio"] {
    margin: 8px 0 0;
}
input[type="checkbox"] {
    margin:5px 0;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top:15px;
	font-size:16px;
}
.form-control-static {
    padding-top:0;
}


/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}

/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: #333;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin:10px 0;
    position: relative;
    letter-spacing: 0.05em;
    text-align:left;
}

body.cart.p03 .content .sec .h3,
body.cart.help .content .sec .h3 {
    padding: 10px;
    border: 1px solid #ACE7EB;
}

body.cart.help .content .sec p {
    padding: 0 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.content .sec .h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    border-top: 1px solid #ACE7EB;
    line-height: 36px;
    font-weight: bold;
}

body.cart .content p {
    font-size: 14px;
}

body.cart .content p a {
    display: inline-block;
    color: #36B9C0;
}

body.cart .content p a:hover {
    color: #888;
}

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: #36b9c0;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    border: 1px solid #ACE7EB;
    padding: 0 5px;
}

body.cart .content .btn-list:hover {
    color: #888;
    border-color: #ccc;
}

body.cart .content .btn-list span {
    margin-right: 10px;
}

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

body.cart .lightbox-list .h4 {
    font-size: 18px;
    padding: 0 5px;
}

body.cart .lightbox-list .h4 small {
    display: inline-block;
}

body.cart .lightbox-list .glyphicon {
    margin-right: 5px;
}

body.cart .lightbox-list ul li {
    border-top: 1px solid #62544C;
}

body.cart .lightbox-list ul li a {
    color: #666;
    padding: 10px;
    display: block;
}

body.cart .lightbox-list ul li a:hover {
    background-color: #eee;
}


/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 350px;
	border:5px solid #fff;
	box-shadow: 0 0 15px 0 #eee;
}
body.contact .contact-box {
    display: block;
    /*clear:both;*/
    position: relative;
    padding: 0px;
}
body.contact .contact-box .h3 {
    color: #333;
    font-size: 24px;
    padding:0;
    border-bottom:none;
    margin: 10px 0;
    text-align:center;
    position: relative;
    /*background:linear-gradient(-45deg, transparent 32px, #08396d 0);*/
}
body.contact .contact-box .list-unstyled{
    margin-bottom:20px;
}
body.contact .contact-box ul li{
	display:block;
	color:#333;
	font-size:15px;
	line-height:30px;
}

body.contact .form-control-static {
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    padding: 5px;
    letter-spacing: 0.1em;
}


/*首頁-about*/
body.home .content .about_bg {
    margin: 50px 0 0;
    display: block;
    position: relative;
    clear: both;
    padding: 130px 0 100px;
}
body.home .content .about_bg::after{
    content:'';
    position:absolute;
    display:block;
    width:2000px;
    height:1065px;
    background: url(../images/all/about_bg.jpg) no-repeat center bottom;
    left:0;
    top:-250px;
    z-index:-1;
}
body.home .about_box{
    display:block;
    position:relative;
	clear:both;
}
body.home .content .about_L {
    display:inline-block;
    position:relative;
    margin-left:30px;
    margin-top:30px;
}
body.home .content .about_L .about_map{
    border-radius: 30px;
    box-shadow: 0 0 20px 0 #ececec;
}
body.home .content .about_L .about_map iframe{
    width:100%;
    border-radius: 30px;
}
body.home .content .about_address {
    font-size: 15px;
    color: #000;
    display: block;
    letter-spacing: 0.05em;
    margin-top: 15px;
    text-align: center;
}
body.home .content .about_main {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    padding: 0;
    position: relative;
    display: block;
    margin-top: 55px;
}
body.home .content .about_main ul li {
    list-style: none;
    display: block;
    color: #1e1e1e;
    font-size: 15px;
    font-family: 'Noto Sans TC';
}


/*----------------------------------------- widgets --------------------------------------*/
.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.p-flex {
    display: flex;
    flex-direction: row;
}

/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.side .wid {
    position: relative;
    max-width: 260px;
    padding: 0;
    /*background-color: #fff;
    border: solid 2px #4ea220;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
}

.side .wid .h3 .side-toggle {
    display: none;
}

/*.side1 .wid {
    max-width: 254px;
}*/

/* 搜尋產品 wid-search */
.side .wid-search{
	display:none;
}
.side .wid.wid-search::before{
	display:none;
}
.wid-search {
    display: block;
    border: none !important;
    box-shadow:none !important;
}
.wid-search .h3 {
	display:none;
    color: #23989F;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.wid-search .h3 .txt-tw {
}

.wid-search .form-group {
    width: 100%;
    margin-bottom:25px;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}


.form-group input[type=checkbox] + label {
    margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}
.navbar-nav .hover_r_sider.dropdown_submenu > ul > li > a {
    display: block;
	color:#930914 !important;
	font-size:14px !important;
	text-align: left;
    padding: 0 20px 0 23px;	
}
.navbar-nav .hover_r_sider.dropdown_submenu > ul > li > a:hover{
    background-color:#ccc;
}
.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li > a {
    display: block;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    left: 0px;
    margin-top: 0px;
}
.navbar-nav .dropdown_submenu > .dropdown-menu {
    background-color: #fff;
    /* border: 1px solid #dedddb;
	   width: 100%;
	*/
    border-radius: 0;
    padding: 0;
    box-shadow: none;
	min-width:160px;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu > li {
    padding: 0;
}

.navbar-nav .dropdown_submenu ul.dropdown-menu > li > a {
    color: #333;
    font-size: 14px !important;
    text-align: left;
    letter-spacing: 0.1em;
    transition: 0.3s all ease;
    line-height: 30px;
    padding: 5px 20px;
    margin: 0 auto;
    border: none;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu > li > a:hover {
    background-color: #e9f5ee;
    border: none;
    margin: 0;
	color:#333 !important;
}

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}

.navbar-nav .dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}
.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.navbar-nav .dropdown-menu.sub-menu{
	top:5px;
	border-radius:0px;
	border: 1px solid #dedddb;
}
.navbar-nav .dropdown-menu.sub-menu > li{
	border-bottom:1px solid #ccc !important;
}


@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 15px;
        margin-right: -10px;
    }
}



/* 控制不要有下拉的三角形
.navbar-nav .dropdown_submenu:nth-child(3) .caret,
.navbar-nav .dropdown_submenu:nth-child(4) .caret,
.sub-nav .dropdown_submenu .caret {
    display: none;
}*/



/*------------------------subNav  dropdownMenu --------------------*/
