﻿@charset "utf-8";
/* CSS Document */

/* -------- import fonts ---------- */

@font-face {
    font-family: 'DejaVuSans';
    src: url('fonts/DejaVuSans.ttf') format('truetype');
}

@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('fonts/DejaVuSansCondensed.ttf') format('truetype');
}

@font-face {
    font-family: 'DaxRegular';
    src: url('fonts/DaxRegular.ttf') format('truetype');
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------- import fonts ----------- */

.side {
    font-family: 'DaxRegular','微軟正黑體';
}

.banner .bxslider li a {
    width: 100%;
    display: block;
    height: 100%;
}

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #666;
}

a:hover {
    /*color: #52CED5;
    color:#6eb52c;*/
    color:#437ccb;
}

.btn-primary {
    background: #52CED5;
    color: #fff;
    text-align: center;
    border: none;
}

.page-info label{
    font-weight:normal;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    /*background: #46B1B7;*/
    background:#528622;
}

.btn-default {
    border: 1px solid #DFDFDF;
    /*color: #888;*/
    color:#dadada;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    /*background-color: #36B9C0;*/
    /*color: #fff;*/
    background-color:#5c9825;
    color:#528622;
}

/*#ctl00_nav_01_nationRepeater_ctl02_languageLink{ display:none;}*/

/* 防止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 .btn-floating {
    background-color: #52CED5;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -30px;
    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);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    display: block;
    background: url(../images/all/floating_icon.png) no-repeat;
    width: 56px;
    height: 60px;
    color: #bbb;
    padding: 40px 0 0;
    font-size: 10px;
    text-align: center;
    position: relative;
}

#floating ul li a:hover {
    color: #333;
}

#floating ul li.b1 a {
    background-position: 0 0px;
}

#floating ul li.b2 a {
    background-position: 0 -80px;
}

#floating ul li.b3 a {
    background-position: 0 -160px;
}

#floating ul li.b1 a:hover {
    background-position: -56px 0;
}

#floating ul li.b2 a:hover {
    background-position: -56px -80px;
}

#floating ul li.b3 a:hover {
    background-position: -56px -160px;
}

#floating ul li a .num {
    position: absolute;
    right: 8px;
    top: 0;
    background-color: #EB0F0F;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    min-width: 20px;
    height: 20px;
}

#floating ul li a .txt-en {
    display: none;
}

.jcarousel-wrapper {
    position: relative;
}

.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;
}

/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

.header .navbar {
    z-index: 20;
}

.header .navbar .navbar-brand {
    background: url(../images/all/logo.png) no-repeat;
    display: block;
    height: 74px;
    padding: 0;
    text-indent: -9999px;
    width: 200px;
    /*margin: 25px 0 23px;*/
    margin:0;
    margin-top:7px;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

.header .navbar .navbar-nav {
    float: right;
    /*margin-top: 84px;
    margin-right: -15px;*/
    /*margin-top:50px;*/
    margin-top:15px;
    /*margin-right:150px;*/
	margin-right:0px;
    background: none;
    /*text-transform:uppercase;*/
}

.header .navbar .navbar-nav li a {
    /*border-bottom: 3px solid transparent;*/
    color: #888;
    /*padding-top: 0px;*/
    padding-top:10px;
   /* padding-bottom:10px;*/
    margin-bottom:10px;
    /*font-weight: bold;*/
    background-color: inherit;
    font-size:15px;
    padding-left:5px !important;
    padding-right:10px !important;
    font-weight: normal;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'DaxRegular','微軟正黑體';
    letter-spacing:1px;
}

.header .navbar .navbar-nav li > .lang a{
    position:relative;
    top:2px;
    border: solid 1px #d0d0d0;
    padding: 5px;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .navbar .navbar-nav li > .lang a:nth-child(4){
    display:none;
}
.header .navbar .navbar-nav li > .lang a.active,
.header .navbar .navbar-nav li > .lang a:hover{
    background:#d0d0d0;
    color:#fff;
}

.header .navbar .navbar-nav li a:hover,
.header .navbar .navbar-nav li.b > a {
    /*border-bottom-color: #52CED5;
    color: #333;*/
    color:#437ccb;
    background: none;
}

.header .navbar .navbar-nav li + li a {
    /*border-left: 1px solid #eee;*/
}

.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;
    display:none;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.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: #52CED5;*/
    background:#d0d0d0;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*padding: 7px;*/
    padding:3px 7px;
    margin-right:7px;
	font-size:15px;
}

.header .navbar .lang {
    position: static;
    padding:7px;
    /*right: 54px;
    top: 20px;*/
    /*top:10px;
    top:20px;*/
}
.header .navbar .lang_page{
    position: absolute;
    right: 0;
    top:25px;
    display:inline-block;
    font-family: 'DaxRegular','微軟正黑體';
}
.header .navbar .lang_page a{
    padding:8px 20px 8px 20px;
   /* border:1px solid #CCC;*/
    letter-spacing:1px;
    color:#437ccb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .navbar .lang_page a:hover{
    background:#CCC;
    color:#fff;
}

.about .lang_item span a{
    display:block;
    margin-bottom:20px;
    font-size:20px;
    color:#437ccb;
    font-weight:bolder;
    padding:10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about .lang_item span a img{
    width:60px;
    margin-right:20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about .lang_item span a:hover{
    background-color:#f3f3f3;
    padding-left:30px;
}
.about .lang_item span a:hover img{
    position:relative;
    bottom:5px;
}

.header .navbar .lang span{
    display:inline-block;
    border:1px solid #CCC;
    width:28px;
    height:25px;
    font-size:14px;
    text-align:center;
    line-height:23px;
}
.header .navbar .lang span a:hover{
    color:#bdbdbd;
}

.header .navbar .lang span.active{
background:#d6d6d6;
color:#fff;
}

/*.header .navbar .navbar-header .navbar-brand, #logo{
    background-size:180px;
}*/

.header .navbar .lang .dropdown-menu {
    /*background: #52CED5;*/
    background:#d0d0d0;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #e6e6e6;
    margin-left:5px;
}

/*----------------------- Banner -----------------------*/
.banner {
    position: relative;
}

.banner .container {
    max-width: 1114px;
    background-color: #EEE;
    padding: 0;
}

.banner .bxslider li {
    background-position: center top;
    background-repeat: no-repeat;
    height: 250px;
}

body.home .banner .bxslider li {
    height: 552px;
}

body.home .banner .bxslider li.s1 {
    background-image: url("../images/home/banner_bg_01.jpg");
}

body.home .banner .bxslider li.s2 {
    background-image: url("../images/home/banner_bg_02.jpg");
}

body.home .banner .bxslider li.s3 {
    background-image: url("../images/home/banner_bg_03.jpg");
}

body.home .banner .bxslider li.s4 {
    background-image: url("../images/home/banner_bg_04.jpg");
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

body.home .banner .bxslider li img {
    display: none;
}

.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: -4px;
    text-align: center;
    padding: 0 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-align: left;
    /*background: #404040;*/
   background:rgba(64,64,64,0.3);
   width:50px;
   height:3px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background:#305890;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
   /* background: #1EB5BE;*/
    background:#437ccb;
}

.banner .bx-controls-direction {
    display:block;
}
body.home .banner .bx-wrapper .bx-next{ 
	display:block;
	background:url(../images/all/bannerSlider_arrow2.png) right top no-repeat;
	width:53px;
	height:55px;
}

body.home .banner .bx-wrapper .bx-prev{
	display:block;
	background:url(../images/all/bannerSlider_arrow2.png) left top no-repeat;
	width:53px;
	height:55px;
}
.banner .bx-wrapper .bx-next{
	display:none;
}
.banner .bx-wrapper .bx-prev{
	display:none;
}
.banner .bx-wrapper .bx-prev:hover{
background-position:0 -54px;
}
.banner .bx-wrapper .bx-next:hover{
background-position:right -54px;
}


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;
}

body.home .sec.contact{
    display:none;
}

.header_ex {
}


/********************* Footer *********************/
.footer {
    padding: 15px 0 0;
    text-align: center;
    background:#f2f2f2;

    margin-top:7px;
z-index:0;
}

.footer_top ul li {
    padding: 0;
}

.footer_top ul li:nth-child(2n) {
    /*display: none;*/
}

.footer_top ul li {
    color: #888;
    /*padding: 10px;*/
    padding: 0;
    vertical-align:top; 
}

.footer_top ul li a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    vertical-align:top; 	
}
.footer_top ul li h3 > a{color: #000;}

.footer .sitemap ul.list-inline{
    letter-spacing:1px;
}

.footer_top ul li{
    width:19%;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
}

.footer_top ul li ul li{
    width:100%;
    font-size:12px;
    padding-bottom:0;
}

.footer_top ul li a:hover {
    /*color: #36B9C0;
    color:#6eb52c;*/
    color:#437ccb;
    margin-left:5px;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_top ul li ul{
    list-style:none;
}

.footer_top ul li h3{
    font-size:14px;
    color:#595757;
    /*font-family:'微軟正黑體';*/
    font-family: 'DaxRegular','微軟正黑體';
    /*font-weight:bold;*/
}

.footer .footerDet,.footer .footerDet_address{
    /*font-family:'Francois One', sans-serif;*/
    font-family: 'DaxRegular','微軟正黑體';
    font-size:14px;
    color:#221815;
    display:inline-block;
   float:left;
   margin-left:13px;
}

.footer .footerDet_address{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'DaxRegular','微軟正黑體';
    margin-left:30px;
    font-size:13px;
}

.footer_content {
    /*background-color: #ECECEC;*/
    padding: 15px 0 30px;
    line-height: 22px;
    font-size: 13px;
    letter-spacing:1px;
}

.footer .copyright b {
    /*color: #36B9C0;*/
}

.footer .copyright,
.footer .siteinfo {
    display: inline-block;
    /*margin: 0 5px;*/
    float:left;
    /*margin: 6px 5px 0 17px;*/
    /*font-family: 'Roboto', sans-serif;*/
    margin: 1px 5px 0 17px;
    font-family: 'DaxRegular','微軟正黑體';
}
.footer .copyright{
    margin-top:6px;
}

.footer .siteinfo .footerDet_address{
    display:inline-block;
    margin-left:10px;
    font-size:14px;
}

.footer .siteinfo ul {
    display: inline-block;
    margin-bottom:0;
}

.footer .siteinfo ul > li {
    padding: 0;
}

.footer .siteinfo ul > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;
}

.footer .siteinfo ul > li label {
    margin: 0 9px 0 0;
    /*color: #888;*/
    font-weight:normal;
}

.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,
.footer .powered a {
    display:inline-block;
    float:left;
    margin-top:3px;
    margin-left:7px;
}
.footer .powered a:hover{
    color:#65c6e1
}



/********************* 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;
    */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
    z-index: 20;
}

.side h3 {
    /*color: #23989f;
    font-size: 15px;*/
    text-align: center;
    /*line-height: 28px;*/

    font-size:15px;
    padding-top:13px;
    padding-bottom:10px;
    background-color:#f2f2f2;
    color:#595757;
    border-radius:10px 0;
}

.side h3 .txt-en,
.side h3 .txt-tw {
    display: block;
}

.side h3 .txt-tw {
    /*border: 1px solid #ACE7EB;*/
    display:none;
}

.side .wid.wid-about h3 .txt-tw{
    display:block;
}

.side .nav > li + li {
    /*border-top: 1px solid #ABCFDB;*/
}

.side .nav > li a {
    display: block;
    line-height: 20px;
    padding: 8px 10px 8px 29px;
    color: #333;
    background: url('../images/all/list_icon9.png') 10px 12px no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    /*background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;*/
    background: url('../images/all/list_icon10.png') 10px 12px no-repeat;
/*    color:#b1d38c;*/
color:rgba(67,124,203,0.7);
    -webkit-animation-name: listHover; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
    animation-name: listHover;
    animation-duration: 0.8s;
}

@-webkit-keyframes listHover {
    0% {margin-left:0px;}
    20% { margin-left:10px; }
    40% {margin-left:0px;}
    60% {margin-left:5px;}
    100% {margin-left:0px;}
}

@keyframes listHover {
    0% {margin-left:0px;}
    20% { margin-left:10px; }
    40% {margin-left:0px;}
    60% {margin-left:5px;}
    100% {margin-left:0px;}
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li {
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    /*background: url(../images/all/list_icon2.png) no-repeat 0 6px;*/
    background: url(../images/all/list_icon7.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.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,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}






/*----------------------- Content -----------------------*/
body.home .main_content {
    padding:0;
}

.main_content {
    min-height: 300px;
    padding: 30px 0;
}

body.home .main_content {
    min-height: 0;

    margin-top:-5px;
}

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    /*background: url('../images/all/bread_bg.png') right top no-repeat;
    background-size:100% 100%;*/
    padding:10px 10px 8px 25px;

font-family: 'DaxRegular','微軟正黑體';

}

.breadcrumb > li + li:before {
    content: "＞";
}

.breadcrumb>.active{
    color:#437ccb;
}

.content .breadcrumb .txt-en {
    display: none;
}

.content > h1 {
    /*color: #6eb52c;*/
    color: transparent;
    font-size: 18px;
    /*border-bottom: 1px solid #bfbebe;
    padding: 5px 10px 15px;*/
    padding: 5px 10px 5px;
    margin-top: 0;
    /*background: url('../images/all/content_tit_2.png') left 38px no-repeat;*/

font-family: 'DaxRegular','微軟正黑體';

}

.content > h1::first-letter{
    /*color:#437ccb;
    font-size:55px;
    letter-spacing:3px;*/
}

.content > h1 .txt-tw {
    color: #979797;
    font-size: 18px;
    margin-left: 10px;
}


.content .content-banner {
    margin-bottom: 20px;
}

.content .txt {
    padding: 10px;
    line-height: 24px;
    padding-top:0;

font-family: 'DaxRegular','微軟正黑體';


}

.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

.content .btn-normal {
    /*background: none;*/
    background:#2f6aca;
    color: #fff;
    /*border: 1px solid #ACE7EB;*/
}

.content .btn-normal:hover {
    /*color: #888;
    border-color: #aaa;*/
    background:#6eb52c;
    -webkit-animation-name: btnScale; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
    animation-name: btnScale;
    animation-duration: 0.3s;
}

@-webkit-keyframes btnScale {
    0% {transform:scale(1);}
    50% { transform:scale(1.1); }
    100% {transform:scale(1);}
    
}

@keyframes btnScale {
     0% {transform:scale(1);}
    50% { transform:scale(1.1); }
    100% {transform:scale(1);}
}


.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
    /*background: url(../images/all/icon_list.png) no-repeat 8px 12px;*/
    background: url(../images/all/list_icon8.png) no-repeat 8px 6px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}



.content .list-box .txt-list li a {
    display: block;
    /*line-height: 28px;
    padding: 10px 0;*/
    padding:9px 0 4px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    /*color: #36B9C0;*/
    color:#437ccb;
}

.content .list-box .txt-list li span {
    float: right;
    line-height: 20px;
    padding: 3px 20px;
    display: inline-block;
    color: #aaa;
    font-size: 13px;
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    /*border-bottom: 1px solid #ACE7EB;*/
    box-shadow:2px 2px 1px #969494;
    background:#f2f2f2;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    /*color: #36B9C0;*/
    color:#595757;
    font-size: 17px;
}

.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 .contact-box ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .contact-box ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.content .sec {
    /*padding: 10px;*/
    line-height: 24px;

    margin-left:-20px;
    margin-right:-20px;
}

body.order.show .content h1.t04{
    font-size:22px;
    border:solid 1px #2f6aca;
    border-right:solid 9px #2f6aca;
    width:130px;
    margin-left:11px;
    background-color:rgba(230,230,230,0.5);
    padding:10px 10px 10px 15px;
}

.content .btn-box {
    margin: 0 0 20px;
    clear: both;
    /*border-top: 1px solid #ACE7EB;*/
    padding-top: 15px;
}

.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: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*border-radius: 5px;
    border: 1px solid #DFDFDF;*/
    color: #888;
    padding: 5px 20px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
}

.content .btn-box .pager li > a:hover {
    /*background-color: #36B9C0;
    color: #fff;*/
    background-color: rgb(242, 242, 242);
    color: #353535;
}

.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 {
    margin-bottom: 0;
}

.content .table > thead > tr > th {
    /*border-bottom: 1px solid #ACE7EB;*/
    border-bottom:1px solid #aec9f5;
    color: #888;
    text-align: center;
}

.content .table > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table > tbody > tr > td a {
    /*color: #36B9C0;*/
    color:#5c9825;
}

.content .table > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table > tbody > tr > td .btn {
    margin: 0;
    /*color: #888;*/
    color:#dadada;
}

.content .table > tbody > tr > td .btn:hover,
.content .table > tbody > tr > td .btn:focus,
.content .table > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table > tbody > tr > td .tn {
    display: none;
}

.content .table.no-border th,
.content .table.no-border td {
    border: none;
}

.content .table.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.no-border th {
    text-align: right;
    width: 110px;
}

body.order.show .content .table.no-border th{
    color:#2f6aca;
    font-weight:normal;
}

.content .table.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 14px;
}

.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

.gotop {
    background: rgba(102,102,102,0.5);
    /*display:none;*/
width:50px;
height:50px;
color:#fff;
text-align:center;
font-size:26px;
border-radius:50%;
line-height:58px;
position:fixed;
bottom:100px;
right:30px;
border:solid 2px #969696;
cursor:pointer;
}

.gotop a {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 24px 0 10px;
}

.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 .wid > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .wid.wid-home-product.works-box h2{
    display:none;
}
body.home .wid.wid-home-product.works-box a{
    display:block;
    margin-top:7px;
}
body.home .wid.wid-home-product.works-box .pic img{
    width:100%;
}
body.home .wid.wid-home-product.works-box .homePicSpace{
    padding-left:1px;
    padding-right:1px;
}


body.home .content .btn-more {
    top: 10px;
    right: 0;
}

body.home .content .wid > h2 .txt-en {
    display: none;
}

body.home .content .wid-home-news {
    margin-left: 0;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

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 .content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

body.home .content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}
/*----------------------------------------- 內頁編輯器 ----------------------------------------*/
.titlebox {
    position: relative;
}
.titleback img {
    margin: 0 auto;
}
.titleword {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}
.titleword h3 {
    color: #00aca2;
    padding-bottom: 20px;
}
.titleword a {
    text-align: center;
    border: 1px solid black;
    padding: 10px 30px;
    margin: 15px;
    font-size: 16px;
    color: black;
}
.wordcontent {
    padding: 0 80px;
}
.aboutword h4 {
    font-size: 24px !important;
	line-height: 36px;
    color: black;
    font-weight: 400;
    padding-bottom: 15px;
}
.aboutword p {
    font-size: 16px !important;
    line-height: 26px;
    color: #58595B;
}
.greenbox {
    background: url(../images/all/backimg4.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}
.greenwords {
    padding: 30px 80px;
}
.greencontent h3 {
    padding-left: 15px;
}
.greenbox h3,
.whitebox h3,
.pcimg h3 {
    font-size: 30px;
    color: black;
}
.greenbox h3::before,
.whitebox h3::before,
.pcimg h3::before {
	content:"";
	width:5px;
	height:80px;
	position:absolute;
	top:0;
	left:55px;
	background:#00aca2;
}
.greenbox h4 {
    color: #01aca2;
    font-size: 20px;
    padding: 10px 0;
}
.greenbox p {
    font-size: 16px;
    line-height: 26px;
}
.aboutbox ul li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    color: #828282;
}
.aboutbox ul li span {
    color: #01aca2;
}
.aboutword2 h3 {
    color: #01aca2;
	text-align:center;	
	padding-bottom: 10px;
}
.mask::before {
    content: " ";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 55%;
    z-index: -99;
	margin: 40px -80px;
}
body.home .mask::before {
   display:none;
}
.aboutword2 {
    padding-top: 80px;
}
ul.listword li {
    float: left;
    width: 50%;
    line-height: 30px;
}
.listimgbox ul li img {
    width: 70%!important;
    height: 70% !important;
}
.listimgbox ul li {
    display: inline-flex;
    margin: 15px -15px 15px;
	position:relative;
}
.listimgbox ul li::after{
	content:"";
	width: 42px;
    height: 66px;
	position:absolute;
	top:30px;
	right:20px;
	background:url(../images/all/stepnext.png) no-repeat center center;
}
.listimgbox ul li:last-child::after{
	background:none;
}
.whitebox {
	position: relative;
    background: url(../images/all/backimg.jpg) no-repeat center 0;
    background-size: contain;
    height: 715px;
	margin-top: -20px;
	margin-bottom: -65px;
}
.whitebox h3 {
    padding: 50px 80px;
}
.hb1mg {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -215px;
}
.whiteboxlist {
    width: 250px;
    text-align: center;
}
.whiteboxlist h4 {
   color:white;
   font-size:26px;
}
.whiteboxlist img {
    width: 30%;
}
.whiteboxlist1 {
    position: absolute;
    top: 3%;
    left: 53%;
}
.whiteboxlist2 {
    position: absolute;
    top: 30%;
    left: 10%;
}
.whiteboxlist3 {
    position: absolute;
    top: 55%;
    right: 16%;
}
.listway {
    height: 110px;
}
.listway img {
    float: left;
    width: 15% !important;
    margin-right: 20px;
    display: block;
    padding: 20px 0;
}
.listway h5 {
    font-size: 18px;
    color: #01aca2;
	padding-top: 20px;
}
.listway p {
    color: #828282;
}
.oilboxword {
    padding: 80px;
    background: #f2f2f2;
}
.oilboxword > *[class*="col-"] {
	 background: white;
}
.listway:last-child img {
    padding-bottom: 50px;
    margin-top: 20px;
}
.listway:last-child img {
    padding-bottom: 32px;
    margin-top: 20px;
}
.oilboxword img {
    margin-left: -15px;
    margin-bottom: 0;
}
.pcimg img {
    margin: 0 -15px;
}
.pcimg {
	position: relative;
}
.pcimg h3::before {
    top: -50px;
}
.pcimg h3 {
    position: absolute;
    padding-left: 80px;
}
.pcword h4 {
    font-size: 22px;
    color: #009ea1;
	line-height: 28px;
}
.pcword p {
    color: #828282;
}
.pcword {
    position: absolute;
    top: 37%;
    left: 80px;
    width: 450px;
}
.videobox {
    position: relative;
}
.videobox a {
    position: absolute;
    top: 27%;
    left: 50%;
    margin-left: -136px;
    opacity: 1;
    transition: 0.4s all;
}
.videobox a:hover {
    opacity: 0.5;
}
.videobox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.videobox h4 {
    color: #019ea1;
    position: absolute;
    bottom: 16%;   
    font-size: 24px;
}
.newprobox h3 {
    font-size: 56px;
    text-align: center;
    letter-spacing: 3px;
    padding-top: 30px;
	padding-bottom: 20px;
}
.prolist {
    display: inline-flex;
}
.prolist a {
    padding: 20px;
}
.prolist a p {
    font-size: 16px;
    text-align: center;
    color: black;
    padding: 10px 0;
}
.prolist a:hover p {
    color: #009ea1;
}
/*----------------------------------------- VB1 ----------------------------------------*/
.titleback1 img {
    margin: 0 auto;
}
.titleword1 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}
.titleword1 h3 {
    color: #4cb4e7;
    padding-bottom: 20px;
}
.titleword1 a {
    text-align: center;
    border: 1px solid black;
    padding: 10px 30px;
    margin: 15px;
    font-size: 16px;
    color: black;
}
.wordcontent1 {
    padding: 0 80px;
}
.aboutword1 h4 {
    font-size: 24px !important;
	line-height: 36px;
    color: black;
    font-weight: 400;
    padding-bottom: 15px;
}
.aboutword1 p {
    font-size: 16px !important;
    line-height: 26px;
    color: #58595B;
}
.greenbox1 {
    background: url(../images/all/backimg4.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}
.greenwords1 {
    padding: 30px 80px;
}
.greencontent1 h3 {
    padding-left: 15px;
}
.greenbox1 h3,
.whitebox1 h3,
.pcimg1 h3 {
    font-size: 30px;
    color: black;
}
.greenbox1 h3::before,
.whitebox1 h3::before,
.pcimg1 h3::before {
	content:"";
	width:5px;
	height:80px;
	position:absolute;
	top:0;
	left:55px;
	background:#4cb4e7;
}

/*------------------------------------------- hi -----------------------------------------*/
.hiFeabox {
    padding: 20px 45px;
    background: url(../images/all/hiback01.jpg) no-repeat center 0;
	background-size: cover;
	height: 850px;
}
.hiFeaboxs {
    padding: 20px 45px;
    background: url(../images/all/hiback012.png) no-repeat center 0;
	background-size: cover;
	height: 850px;
}
.hiFeabox h3 {
    color: #6b76ab;
    font-size: 34px;
    padding-left: 30px;
    margin-top: 80px;
    margin-bottom: -60px;
}
.hiFeabox h3 img {
	padding-right:15px;
}
.hilistall {
    position: relative;
    height: 540px;
    margin: 150px -45px;
}
.hilistall::after {
    content: " ";
    width: 100%;
    height: 560px;
    position: absolute;
    z-index: -9;
    background: rgba(255,255,255,0.5);
}
.hilistbox {
    background: rgba(190,228,231, 0.5);
    width: 35%;
    height: 50%;
    padding: 15px;
    border-radius: 20px;
    border: 5px #c8f9dc solid;
}
.hilistbox.hilistbox1 {
    position: absolute;
    top: 30px;
    left: 0px;
	z-index: 1;
}
.hilistbox.hilistbox2 {
    position: absolute;
    top: 30px;
    left: 43%;
    background: rgba(183,217,245, 0.8);
    border: 5px #c3ecf8 solid;
	z-index: 2;
}
.hilistbox.hilistbox3 {
    position: absolute;
    top: 50%;
    left: 12%;
	background: rgba(200,249,220, 0.8);
    border: 5px #bee4e7 solid;
	z-index: 3;
}
.hilistbox.hilistbox3 .hitie {
    align-items: center;
}
.hilistbox.hilistbox4 {
    position: absolute;
    top: 50%;
    right: 30px;
    background: rgba(195,236,248, 0.8);
    border: 5px #b7d9f5 solid;
	z-index: 4;
}
.hitie h4 {
    color: #6c76a9;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 15px;
}
.hilistbox p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 15px;
}
.hitie {
    display: flex;
    flex-direction: row;
	align-items: start;
}
.hiFeabox2 {
    background: #f4f2f3;
	position: relative;
}

.hifeaimg {
    padding: 50px 75px;
}
.hifealist {
    padding-bottom: 20px;
}
.hifealist2 {
    width: 41%;
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 99;
}
.hifealist p {
    padding-left: 62px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
	margin: 0;
}
.hifealist .hitie img {
    padding-top: 5px;
}
.hiFeabox3 {
    position: relative;
}
.hiFeabox3 .hibox3 h3 span {
    font-size: 26px;
}
.Feabox3back img {
    width: 100%;
}
.hibox3 img {
    float: left;
    padding-right: 20px;
}
.hiFeabox3 .hibox3 {
    position: absolute;
    width: 100%;
    top: 50%;
}
.hiFeabox3 .hibox3 {
    position: absolute;
    width: 100%;
    top: 68%;
    left: 50%;
    margin-left: -395px;
}
.hiFeabox3 .hibox3 h3,
.hiFeabox4 .hibox3 h3 {
    color: #6b76ab;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 38px;
}
.hiFeabox3 .hibox3 img {
    padding-top: 10px;
}
.hibox3 p {
    font-size: 18px;
    padding-left: 92px;
}
.hiFeabox3::after {
    content: " ";
    width: 100%;
    height: 42%;
    position: absolute;
    background: rgba(255,255,255,0.5);
    bottom: 0;
    z-index: 46;
}
.hiFeabox4 .hibox3back img {
    width: 100%;
}
.hiFeabox4 {
    position: relative;
}
.hibox3pro img {
    position: absolute;
    top: 35px;
    right: -15px;
    width: 51% !important;
}
.hiFeabox4 .hibox3 {
    position: absolute;
    bottom: 6%;
    padding-left: 60px;
}
.hiFeabox4 .hibox3::after {
    content: "";
    background: rgba(255,255,255,0.5);
    width: 152%;
    height: 210px;
    position: absolute;
    bottom: -31px;
    left: 0;
    z-index: -9;
}
.hiFeabox4 .hibox3 p {
    padding-left: 92px;
    width: 72%;
    letter-spacing: 1px;
    line-height: 32px;
	margin: 0;
}
.hiFeabox4 .hibox3 img {
    padding-top: 10px;
}

.hilistsay {
    margin-left: -55px;
}
.hilistsay:last-child {
    margin-left: 55px;
}
.partstep {
    color: white;
    font-size: 26px;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-top: 5px;
}
.hilistsay ul li,
.hilistsay ul li span  {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 36px;
	list-style: none;
}
.hilistsay ul li span  {
   position:relative;
   padding-right:15px;
}
.hilistsay ul li span::after {
    content: "";
    background: #d46fa9;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -1px;
    left: -7px;
    z-index: -9;
    border-radius: 20px;
}
.fesaylist {
    background: #6d76ad;
	padding: 25px 35px;
	margin: 0;
	z-index: 999;
    position: relative;
}

/*---------------------------------------- 表格 --------------------------------------------*/
.itembox .item img {
    float: left;
    margin-right: 15px;
    background: #4495d1;
}
.Basic img { background: #ffc226!important;}
.Basic { background: #f9e1a4 !important;}
.Metabolic img { background: #5055a5 !important;}
.Metabolic { background: #d0d2fb !important;}
.Liver img { background: #81331d !important; }
.Liver { background: #fbc6b7 !important;}
.Renal img { background: #f36e25 !important; }
.Renal { background: #fdcca9 !important;}
.Lipid img { background: #db0962 !important; }
.Lipid { background: #f7d5e2 !important;}
.ER img { background: #6fbe44 !important; }
.ER { background: #b6e49c !important;}
.ER2 img { background: #000066 !important; }
.ER2 { background: #c0cdea !important;}
.ER2p img { background: #000066 !important; }
.ER2p { background: #f9e1a4 !important;}
.ER3 img { background: #007a61 !important; }
.ER3 { background: #a0ded1 !important;}
.ERp img { background: #6fbe44 !important; }
.ERp { background:#a4dc86 !important;}
.Rf img { background: #a6a6a6 !important; }
.Rf { background:#d4d4d4 !important;}
.Lf img { background: #008080 !important; }
.Lf { background:#63dada !important;}



.itembox .item h4 {
    font-size: 20px;
    font-weight: bold;
}
.itembox .item h5 {
    clear: both;
    padding: 5px 15px 0;
    font-size: 18px;
    font-weight: bold;
}
.item p {
    padding: 15px;
    font-size: 16px;
}
.itembox .item div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
	background: #b9dffb;
}
.item {
   background: #f1f1f1;
   margin-top: -25px;
}
.itembox {
    padding-top: 50px;
}
/*---------------------------------------- 表格2 --------------------------------------------*/

.General1 { background: #f6984f !important;}
.Basic1 { background: #b9644c !important;}
.Metabolic1 { background: #ffd845 !important;}
.Liver1 { background: #7faacd !important;}
.Renal1 { background: #93c76a !important;}
.Lipid1 { background: #7675ae !important;}
.ER1 { background: #3c9d86 !important;}
.ER21 { background: #ef4c99 !important;}
.ER2p1 { background: #ef4c99 !important;}
.ER31 { background: #bdadb2 !important;}
.ERp1 { background:#faf081 !important;}
.Rf1 { background:#c9ebfb !important;}
.Lf1 { background:#8caf7c !important;}
/*---------------------------------------------skyla Hi ----------------------------------------*/
.aboutbox.aboutHibox {
    position: relative;
}
.aboutHibox .titleword h3 {
    color: #6d76aa;
}
.Featurebox {
    padding: 20px 45px;
    background: #606899;
}
.Featurebox h3 {
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
}
.Featurebox h3 img,
.Histepbox h4 img {
    padding-right: 30px;
}
.Featurebox .listbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid white;
    padding: 15px;
}
.Featurebox .listbox:first-child,
.Featurebox .listbox:last-child {
    border: none !important;
}
.Featurebox .listbox h4 {
    color: white;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
}
.Featurebox .listbox p {
    font-size: 16px;
    color: white;
    line-height: 26px;
    letter-spacing: 1px;
}
.Featurebox. listbox h3 {
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
}
.Featurebox .listbox img {
    padding-right: 30px;
}
.Histepbox {
    padding: 20px 45px 45px;
    background: #f4f2f3;
	margin-left: 0;
    margin-right: 0;
}
.Histepbox h4 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #6b88ae;
	line-height: 40px;
}
.Histepbox h4 span {
    color: black;
}
.Histepbox .Hititlep {
    font-size: 16px;
    padding-left: 95px;
}
.hilist {
    padding: 15px;
	margin: 0 auto;
}
.hilist div:last-child {
	padding-top: 10%;
}
.hilist div:last-child img {
    margin-top: -10%;
}
.hilist div:last-child h5 {
    font-size: 20px;
    color: #6b88ae;
    font-weight: bold;
}
.hilist div:last-child {
    padding-top: 10%;
    font-size: 16px;
	position:relative;
}
.hilist div:last-child::after {
    content: " ";
    background: url(../images/all/nextsteppic.png) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 50px;
    height: 50px;
}
.hilist:last-child div::after {
   display:none;
}
.picplus::after {
    content: " ";
    width: 90px;
    height: 90px;
    background: url(../images/all/dmpicstep04ch.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.picplus {
    position: relative;
}
.easyusebox .listbox {
    margin: 0 -15px;
    padding: 15px 45px;
}
.listbox h3,
.listbox p,
.listbox ul li {
    color: white;
}
.listbox ul li {
    position: relative; 
}
.listbox ul li span{
    color: white;
	padding-right:15px;
}
.listbox ul li span::after {
    content: " ";
    background: #d46fa9;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20px;
    top: 6px;
    left: -5px;
    z-index: -9;
}
.easyusebox {
    background: linear-gradient(#e9e7ef,#fffffe);
    margin: 0;
}
.easyusebox .listbox::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #606899;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -9;
}
/*----------------------------------------------hi表格-------------------------------------------*/

.Hiformbox {
    background: #606899;
    padding: 30px 45px;
	margin: 30px 0;
}
.Hiformbox h3 {
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
}
.Hiformbox h3 img {
    padding-right: 15px;
}
.Hiformbox h3 span {
    font-size: 16px;
}
.Hiformbox .rwd-table,
.Hiformbox ul {
    width: 100%;
    border: 2px solid white;
	margin: 15px 0 30px 0;
}
.Hiformbox thead tr th {
    background: #7161a2;
    color: white !important;
}
.Hiformbox tbody tr:nth-child(2n) td {
    background: #817db3;
}
.Hiformbox tbody tr td {
    color: white;
}
.Hiformbox .rwd-table th, td {
    border-right: 1px solid #969595;
    padding: 2px 4px;
    text-align: center;
	padding: 10px 5px !important;
}
.Hiformbox ul li:first-child {
    background: #7161a2;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}
.Hiformbox ul li:nth-child(2n) {
    background:#817db3;
}
.Hiformbox ul li {
    list-style: none;
    color: white;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}
.Hiformbox ul li:last-child {
    border: none;
}
.Hiformbox2 {
    background: #f4f2f3;
}
.title {
    background: #6a5d92 !important;
    color: white;
    font-size: 18px;
	padding: 10px !important;
}
.Hiformdivstbox .col-md-12.col-sm-12.col-xs-12 {
    border-bottom: 1px solid #6a5d92;   
}

.Hiformbox2 .col-md-12.col-sm-12.col-xs-12::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #6a5d92;
    position: absolute;
    top: 0;
    left: 49%;
}
.Hiformbox2 .col-md-12.col-sm-12.col-xs-12:nth-child(2) {
    padding:10px;
}
.Hiformbox2 .col-md-12.col-sm-12.col-xs-12:nth-child(2)::after {
    display:none;
}
.Hiformbox2 .col-md-12.col-sm-12.col-xs-12:nth-child(2n+1) {
    background: rgba(114,121,159,0.2);
}
.Hiformbox2 div {
    padding: 5px;
}
.Hiformbox2 h3 {
    color: #6a5d92;
}
/*------------------------------------------- 表格RWD-------------------------------------------*/
table.rwd-table.detabox {
    width: 100%;
    margin-top: 50px;
}
span.dot {
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 100%;
    left: 45%;
    top: 30%;
    background: black;
    text-indent: -9999px;
}
span.dot1,thead .dot1 { background:#4495d1 !important; }
span.dot2,thead .dot2 { background:#ffc226!important; }
span.dot3,thead .dot3{ background:#5055a5 !important;}
span.dot4,thead .dot4 { background: #81331d !important; }
span.dot5,thead .dot5 { background: #f36e25 !important; }
span.dot6,thead .dot6 { background:#db0962 !important; }
span.dot7,thead .dot7 { background: #6fbe44 !important; }
span.dot8,thead .dot8 { background: #000066 !important; }
span.dot9,thead .dot9 { background:#007a61 !important; }
span.dot10,thead .dot10 { background:#6fbe44 !important; }
span.dot11,thead .dot11 { background:#a6a6a6 !important; }
span.dot12,thead .dot12 { background:#008080 !important; }

thead tr th{color: white;}
thead tr th:first-child {color: black;}
thead tr td:first-child {
    font-weight: bold;
}
td {
    position: relative;
}
.rwd-table {
  border:1px solid #c1c1c1;
  border-collapse: collapse;
}
.rwd-table th, td {
    border: 1px dotted #ccc;
    padding: 2px 4px;
    text-align: center;
}
  
.sizebox {
    margin-top: 50px;
	background: url(../images/all/backimg4.jpg) no-repeat center center;
}
.sizelist {
    margin-bottom: 30px;
}
.sizelist h4 {
    background: #01aca2;
    display: block;
    padding: 15px;
    margin: 0 0;
    clear: both;
    color: white;
	font-size: 18px;
}
.sizelist ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	padding: 0;
    margin: 0;
	background: rgba(255,255,255,0.8);
    border: 1px solid #01aca2;
}
.sizelist:nth-child(2n) ul {
    border: 1px solid  #21b4e7 !important;
}
.sizelist ul li {
    list-style: none;
    padding: 15px;
    width: 50% !important;
	border: 1px dotted #ccc;	
	color:#828282;
}
.sizelist:nth-child(2n) h4 {
    background: #21b4e7;
}


/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > h3 {
    color: #23989f;
    border: 1px solid #ACE7EB;
    padding: 10px;
}

.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 #ACE7EB;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
}

.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 {
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    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 {
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev {
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next {
    background-position: -120px 0;
    right: -40px;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > h3 {
    /*color: #23989f;*/
    color: #437ccb;
    font-size: 20px;
    /*border: 1px solid #ACE7EB;*/
    padding: 10px 20px 10px 29px;
    line-height: 1.4;
    background: url('../images/all/show_tit_bg_2.png') left 10px no-repeat;
}

h3.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > h3 small {
    float: right;
    line-height: 28px;
    font-size: 13px;
}


/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    /*color: #36B9C0;*/
    color:#2f6aca;
    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;*/
    color:#595757;
    background:rgba(230,230,230,0.5);
}

.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: #B6E5E9;*/
    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;
    color:#b6d1ff;
}

.content .list-mode .btn-group .btn-mode.active {
    /*color: #4CC1CC;*/
    color:#2f6aca;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #3C98A1;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    /*border: 3px solid #D7D7D7;*/
    margin: 10px 0;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    /*background-color: #F3F3F3;*/
}

body.product.p02 .content .product-list .item {
    margin-bottom: 60px;
}

body.product .content .product-list .item:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #F48C9F;
}

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: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body.product .content .product-list a {
    display: block;
    width:100%;
}

body.product .content .product-list a .pic {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    /*background: #fff;*/
    /*padding: 10px;*/
    background-color:#000;
}

body.product .content .product-list a .pic img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.6;
    transform:scale(1.3);
}

body.product .content .product-list a .info {
    padding-top: 5px;
    text-align: center;
}

body.product .content .product-list a h4 {
    /*color: #fb1c55;*/
    color:#2f6aca;
    font-size: 15px;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
    box-shadow: inset 0 0 0 0 #6eb52c;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
body.product .content .product-list a:hover h4{
    background-color:#6eb52c;
    color:#fff;
    box-shadow: inset 0 100px 0 0 #6eb52c;
}


body.product .content .product-list ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    width: 74px;
    height: 74px;
    background: #848484 url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;
}

body.product .content .quick-buy .btn:hover {
    /*background-color: #F48C9F;*/
    background-color:#6eb52c;
    box-shadow:3px 3px 10px #35630c;
}

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: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

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;
}

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: 40px;
    height: 40px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    /*background-size: 100% auto;*/
    /*margin-bottom: -6px;*/
    background-size: 80% auto;
    margin-bottom:-12px;
}


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 #ACE7EB;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

body.product.show .content .info h3 {
    margin-top: 0;
    font-size: 18px;
}

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: 22px;
}

body.product.show .content .quick-buy {
    border-top: 1px solid #AAA16F;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content > h3 {
    color: #8E8B77;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #ACE7EB;
    /*color: #36b9c0;*/
    color:#2f6aca;
    box-shadow:inset 0 0 7px #7499d7;
}

body.product.show .content > h3 small {
    margin-left: 10px;
    color: #888;
}

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: auto;
    height: auto;
    line-height: 42px;
    font-size: 16px;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    border-radius:0;
}

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 #6eb52c;
    padding: 25px 10px;
    width: 116px;
    height:116px;
    margin-bottom: 15px;

    border-radius:50%;
    transition:all 0.3s ease;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    /*color: #36B9C0;*/
    color:#2f6aca;
}

body.member .content .nav-func li a:hover {
    color: #fff;
    border-color: #888;
    background:#2f6aca;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #fff;
}

body.member.register .content .form-group .checkbox a {
    color: #36B9C0;
}

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: 50px 20px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 30px;
}


body.member .content {
    padding-bottom: 20px;
}

/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}
/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec h3 {
    /*color: #36B9C0;*/
    color:#2f6aca;
    font-size: 16px;
    padding-bottom: 10px;
    /*border-bottom: 1px dotted #ACE7EB;*/
    border-bottom: 1px dotted #749ad5;
    margin: 0 0 20px;
    position: relative;
}

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;
    margin-bottom: 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
}

.content .sec h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    /*border-top: 1px solid #ACE7EB;*/
    line-height: 36px;
    border-top:1px solid #aec9f5;
    background:rgba(230,230,230,0.5);
}

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: 200px;
}

body.contact .content .contact-box h3 {
    margin-bottom: 10px;
}

body.contact .content .contact-box ul li {
    padding-left: 10px;
}


/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
}

.side .wid h3 .side-toggle {
    display: none;
}

.side1 .wid {
    max-width: 254px;
    margin-bottom: 0px;
}

/* 搜尋產品 wid-search */
.wid-search h3 {
    /*
    color: #23989F;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
    */
}

.wid-search h3 .txt-tw {
    display: none;
}

.wid-search .form-group {
    width: 100%;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}

/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
    list-style-type: none;
}

.wid-slideBanner ul li a {
    display: block;
}

.wid-slideBanner ul li a img {
    width: 100%;
}

.wid-slideBanner .jcarousel-control-prev,
.wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    /*background: url(../images/home/arrow.png) no-repeat;*/
    background: url(../images/all/arrow_01.png) no-repeat;
    background-size: 100% auto;
    /*top: -39px;*/
    bottom:-1px;
}

.wid-slideBanner .jcarousel-control-prev {
    /*right: 16px;*/
    right:24px;
}

.wid-slideBanner .jcarousel-control-next {
    /*right: 0;*/
    right:6px;
    background-position: 0 -30px;
}

.form-group input[type=checkbox] + label {
    margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}

.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: auto;
    /*margin-top: -4px;*/
margin-top: -10px;

border:none;
/*background:rgba(110,181,44,0.7);*/
background:rgba(67,124,203,0.7);

}

.navbar-nav .dropdown_submenu .dropdown-menu li a{
color:#fff;
padding-bottom:10px;
margin-bottom:0;
transition:all 0.3s ease;
}

.navbar-nav .dropdown_submenu .dropdown-menu li a:hover{
/*color:#172f01;*/
color:#fff;
/*background-color:#528622;*/
background-color:#36619c;
}

.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;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #fff;
        margin-top: 5px;
        margin-right: -10px;
    }
}
/*------------------------subNav  dropdownMenu --------------------*/

/* --------------------- text hover -------------------------- */

.link--surinami::before,
.link--surinami::after {
	content: '';
	width: 100%;
	height: 2px;
	z-index: -1;
	/*background: #6eb52c;
    background:rgba(110,181,44,0.4);*/
    background:rgba(67,124,203,0.5);
	position: absolute;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--surinami::before {
	right: 0;
	top: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.link--surinami::after {
	left: 0;
	bottom: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.link--surinami:hover::before,
.link--surinami:hover::after {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.link--surinami span {
	position: relative;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.link--surinami:hover span {
	/*color: transparent;*/
}

.link--surinami span::before,
.link--surinami span::after {
	position: absolute;
	color: #6eb52c;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.link--surinami span::before {
	content: attr(data-letters-l);
	left: 0;
	-webkit-transform: translate3d(-5px,0,0);
	transform: translate3d(-5px,0,0);
}

.link--surinami span::after {
	content: attr(data-letters-r);
	right: 0;
	-webkit-transform: translate3d(5px,0,0);
	transform: translate3d(5px,0,0);
}

.link--surinami:hover span::before,
.link--surinami:hover span::after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* --------------------- text hover -------------------------- */

/* -------------------------- images hover effect ----------------------------- */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box;z-index:100; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


.hoverEffect {
	position: relative;
	/*clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;*/
	max-width: 2000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.hoverEffect .picHoverSec {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	
    /*margin: 10px 1%;
    min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
    */
	height: auto;
	/*background: rgba(0,0,0,0.5);*/
	text-align: center;
	cursor: pointer;
}

.hoverEffect .picHoverSec img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.hoverEffect .picHoverSec .mask {
	padding: 4em;
	color: #fff;
	font-size: 1.25em;

    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;

    /*font-family:'DejaVuSansCondensed';*/
    font-family: 'DaxRegular','微軟正黑體';
}

.hoverEffect .picHoverSec .mask::before,
.hoverEffect .picHoverSec .mask::after {
	pointer-events: none;
}

.hoverEffect .picHoverSec .mask,
.hoverEffect .picHoverSec .mask > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

    -webkit-transition: all 0.35s;
	transition: all 0.35s;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.hoverEffect .picHoverSec .mask > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.hoverEffect .picHoverSec h5 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.hoverEffect .picHoverSec h5 span {
	font-weight: 800;
}

.hoverEffect .picHoverSec h5,
.hoverEffect .picHoverSec p {
	margin: 0;
}
.picHoverSec .pic {
    position: relative;
}
.hoverEffect .picHoverSec p {
    font-size: 37px;
    position: absolute;
    bottom: 20px;
    left: 85px;
    bottom: 23px;
}
/*.hoverEffect .picHoverSec:hover .mask{
    background: rgba(0,0,0,0.2);
}*/

.picHoverSec:hover img {
    opacity: 1;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

.picHoverSec.effect-ming {
	background: #030c17;
}

.picHoverSec.effect-ming img {
	opacity: 0.7;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.picHoverSec.effect-ming .mask::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	/*border: 2px solid rgba(255,255,255,0.5);
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);*/
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

.picHoverSec.effect-ming h5 {
	/*margin: 20% 0 10px 0;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.picHoverSec.effect-ming p {
	/*padding: 1em;*/
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	/*-webkit-transform: scale(1.5);
	transform: scale(1.5);*/
    -webkit-transform: scale(0.8);
	transform: scale(0.8);
    /*line-height:60px;*/
    position:relative;
    /*top:50%;
    margin-top:-20px;*/
    text-align:left;
font-family: 'DaxRegular','微軟正黑體';
position:absolute;
bottom:10px;
}
.picHoverSec.effect-ming p small{
    line-height:50px;
}

.mask h5{
    margin:0;
    display:block;
    color: #fff;
	font-size: 2.25em;
    /*font-family:'DejaVuSansCondensed';*/
    font-family: 'DaxRegular','微軟正黑體';
}
.mask h5 small{
    color:#fff;
}


.picHoverSec.effect-ming:hover .mask h5 {
	/*-webkit-transform: scale(0.9);
	transform: scale(0.9);*/
    display:none;
}

.picHoverSec.effect-ming:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.picHoverSec.effect-ming:hover .mask::before,
.picHoverSec.effect-ming:hover p {
	opacity: 1;
	/*-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);*/
    -webkit-transform: scale3d(0.9,0.9,0.9);
	transform: scale3d(0.9,0.9,0.9);
}

.picHoverSec.effect-ming:hover .mask {
	background-color: rgba(58,52,42,0);
}

.picHoverSec.effect-ming:hover img {
	opacity: 0.4;
}

    .picHoverSec.effect-ming p span,.mask h5 span {
        color: #fff;
        /*display: inline-block;
        border: solid 1px #fff;
        background: url('../images/all/list_icon4.png') right center no-repeat;*/
        display:block;
        text-transform:uppercase;
        line-height:0;
        padding:12px 17px 12px 10px;
        vertical-align:middle;
        /*font-size:13px;*/
        font-size:18px;
        margin-left:13px;
        margin-top:5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
/*font-family:'DejaVuSansCondensed';*/
font-family: 'DaxRegular','微軟正黑體';
    }
    .picHoverSec.effect-ming p span:hover{
        /*background-color:#6eb52c;
        background-color:#437ccb;*/
        margin-left:30px;
    }

/* --------------------------- images hover effect ---------------------------- */

/* --------------------  btn hover  -------------------------- */

.btn {
	/*border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;*/
	position: relative;
        
    background-color:#6eb52c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover{
    color:#fff;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
	content: "\e00d";
}
.btn-4 {
	/*border-radius: 50px;
	border: 3px solid #fff;*/
	color: #fff;
	overflow: hidden;
}

.btn-4:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-4:hover {
	/*background: #24b662;*/
    background:#528622;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	/*line-height: 3.5;*/
    line-height:1.8;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}
/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}


/* --------------------  btn hover  -------------------------- */
.footer_top ul li h3 a span{display:none;}

