@charset "utf-8";

/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%;  
	color:#444;
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	font-size:1em;
	background:url(../img/bg_05.jpg);
}
h1 {
    font-size: 2.6em;
    line-height: none;
    margin: 0;
}
h2 {
    line-height: 150%;
	margin: 0;
	color: #08893e;
    font-weight: bold;
    font-size: 1.7em;
    margin: 0;
}
h3 {
	font-size: 1.4em;
    line-height: 150%;
	font-weight:bold;
	margin-bottom:15px;
    color: #333;
	float:left;
	width:100%;
}
h4{
	font-weight:bold;
}
.title_01{
	font-size:1.2em;
	font-weight:bold;
	line-height:170%;
}
.title_02{
	font-weight:bold;
	line-height:170%;
}
a{
	text-decoration:none !important;
	color:#444;
}
a:hover, a:focus{
	color:#08893e;
}
p {
    margin: 0;
	color:#444;
}
li{
	line-height:190%;
}
label{
	font-weight:400;
	vertical-align:top;
}
hr{
	float:left;
	width:100%;
}
*{
	padding:0;
	margin:0;
}
img{
	max-width:100%; 
	height:auto;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.btn_01{
	padding:7px 25px 8px 25px !important;
	background:#08893e;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_01:hover ,.btn_01:focus{
	background:#00643d;
	color:#fff;
}
button.btn_01{
	font-size:1em;
}
.btn_02{
	padding:7px 25px 8px 25px !important;
	background: #08893e /*#666*/;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_02:hover ,.btn_02:focus{
	background:#00643d /*#333*/;
	color:#fff;
}
.btn_03{
	padding:7px 25px 8px 25px !important;
	background: #08893e/*#00643d*/;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_03:hover ,.btn_03:focus{
	background:#00643d /*#333*/;
	color:#fff;
}
.red{
	color:#c00;
}
.gray{
	color:#999;
}
.bg_01{
	background:#08893e!important;/*綠*/
}
.bg_02{
	background: #00643d/*#7d714b*/!important;/*咖*/
}
.bg-white {
    background: #fff!important;
}
.display_none{
	display:none;
}
.display_inline {
    display: inline-block !important;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.big_font{
	font-size:1.2em;
}
.small_font{
	font-size:0.9em;
}
.scroll-to-top{
	background:#08893e !important;
    /*padding: 17px 20px 45px!important;
    font-size: 2em;*/
}
.scroll-to-top:hover{
	background:#00643d !important;
}
.scroll-to-top i{
	color:#fff !important;
}
.top_line {
    border-top: solid #efefef 1px;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right !important;
}
.text_left{
	text-align:left;
}
marquee{
	font-size:1.2em;
}
.w-auto{
	width:auto;
}
.w-100{
	width:100%;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.img_padding{
	padding:10px;
}
.price{
	font-family:Tahoma;
	font-weight:bold;
	color:#c00;
	font-size:1.2em;
}
.con_font{
	float:left;
	width:100%;
}
.pt-1{
    padding-top: .25rem!important;
}
.pt-2{
    padding-top: .5rem!important;
}
.pt-3{
    padding-top: .75rem!important;
}
.btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.btn_box a.btn_02 ,.btn_box a.btn_01{
	display:inline-block;
}
.btn_box label{
	line-height: 150%;
	margin:0 10px;
	font-weight:400;
}
.text_line{
	text-decoration: underline !important;
}


/*for無障礙*/
.accesskey{
	text-decoration:none;
}
.accesskey:focus {
	outline:2px solid #00b0f0;
	text-decoration:none;
}
a:focus {
	outline:2px solid #00b0f0 !important;
	text-decoration:none;
}
a.sr-only {
    color: #fff;
    background: #000;
    float: left;
	padding:0 10px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute!important;
	z-index:99;
}
input.form-control:focus ,textarea.form-control:focus ,input[type="text"]:focus,input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus ,select:focus{
    background-color:#ffbf47 !important;
	color:#000 !important;
	outline:2px solid #00b0f0!important;
}
input[type=submit]:focus ,.owl-theme .owl-nav [class*=owl-]:focus{
	outline:2px solid #00b0f0!important;
}
button:focus{
	outline:2px solid #00b0f0;
}
a:focus {
    outline: 2px solid #00b0f0 !important;
    text-decoration: none;
}


/*date*/
.date{
	font-size:0.9em;
	color:#95691d;
	float:left;
	padding-right:10px;
}
.item_class{
	font-size:0.9em;
	line-height:150%;
	background:#fff;
	color:#08893e;
	padding:2px 5px;
	border-radius:30px;
	margin:2px;
	border:solid #08893e 1px;
}


/*header*/
#header {
    float: left;
    width: 100%;
	height:189px;
}
#header .header-top a{
	float:left;
	font-size:0.9em;
}
#header .header-top a:hover ,#header .header-top a:focus{
	background:#00643d;
	color:#fff;
}
.header-top .float_right{
	height:43px;
	overflow: hidden;
}


/*top link*/
.top_link{
	display: inline-block;
}
.top_link a {
	color:#fff;
	text-decoration:none;
}
.top_link a:hover {
	color:#333;
}
.top_link ul{
	list-style:none;
	text-align: right;
	margin-bottom:0;
}
.top_link ul li{
	display:inline-block;
	vertical-align: text-bottom;
}
.top_link ul li a{
	padding: 7px 12px;
	margin-left: 4px;
}
.top_link ul li:after{
	content:"|";
	margin: 5px 2px 0 2px;
    opacity: 0.5;
    position: absolute;
}
.top_link ul li:last-child:after{
	content:"";
}



/*font size*/
.font_size{
	list-style:none;
	display: inline-block;
	vertical-align: top;
}
.font_size a{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	line-height:200%;
	height:30px;
	width:30px;
	margin:6px 3px;
	color:#08893e;
	border-radius:50px;
	background:#fff;
	
}
.font_size a:hover ,.font_size a:focus,.search_icon:hover,.search_icon_1:hover{
	background:#00643d;
	color:#fff;
}


/*font-size*/
.font_l{font-size:120%}
.font_m{font-size:100%}
.font_s{font-size:80%}


/*share_icon*/
.share_icon{
	display:inline-block;
	vertical-align:top;
	/*padding-right: 10px;*/
	font-size:0.85em;
}
.share_icon a{
	color:#fff;
	margin:5px 0 0 -6px;
}
.share_icon a:hover{
	background:transparent !important;
}
.share_icon .fa-circle{
	color:#08893e;
}
.share_icon a:hover .fa-circle{
	color:#00643d;
}


/*search*/
.input-icon {
    position: relative;
}
.input-icon.right {
	left: auto;
	right: 0;
}
.input-icon > i {
	color: #ccc;
	position: absolute;
	margin: 9px 10px 4px 10px;
	z-index: 3;
	width: 16px;
	text-align: center;
	left: 0;
}
.input-icon > .form-control {
	padding-right: 30px;
	padding-left: 8px;
}
.top_search {
    float: left;
}
.top_search input {
	box-shadow: none;
	height: 38px;
	width: 250px;
}
.top_search .search_icon {
	float: right;
	left: auto;
	right: 0;
	background: #08893e /*#00643d*/;
	border: none;
	position: absolute;
	/*margin: 5px 8px 0 0;*/
	z-index: 10;
	height: 38px;
	width: 38px;
	border-radius: 4px;
	top: 0;
}
.top_search .search_icon:hover {
	background:#00643d /*#08893e*/;
}
.top_search i {
	color: #fff;
}


/*hot_keyword*/
.hot_keyword {
    float: right;
    text-align: right;
    margin: -4px 0 0 0;
    width: 100%;
	font-size:0.9em;
}


/*topmenu*/
#header .header-nav-main .nav {
    /*margin: 6px 0;*/
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after{ /*隱藏下拉icon*/
	display:none;
}
#header .header-nav-main nav > ul > li > a{ /*隱藏下拉icon+主選單寬度*/
	padding-right: 45px!important;
	padding-left: 45px!important;
	font-size: 1.15em;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
	background:#7d714b;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li{
	border-bottom: 1.2px dotted rgba(0,0,0,.1);
}
#header .header-nav-main nav > ul >li:before {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
#header .header-nav-main nav > ul >li:after {
  	content: '|';
	color:#ccc;
	position: absolute;
    margin: -40px 0 0 -3px;
}
#header .header-nav-main nav > ul >li:first-child:after {
  	content: '';
}
#header .header-nav-main nav > ul >li:hover:before {
  	width: 100%;
  	background: #08893e;
}
#header .header-nav-main nav .dropdown-menu{
	font-size:1em;
}


/*無障礙menu*/
#header .header-btn-collapse-nav_1 {
    background: #fff;
    color: #00693e;
    display: none;
    float: right;
    margin: 12px 0 8px 15px;
    border: solid 1px #00693e;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}




/*index_list*/
.index_list{
	float:left;
	width:100%;
	background:url(../img/index_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding:6% 0;
}
.index_list .item{
	float:left;
	width:100%;
	padding-bottom:40px; 
}
.index_list .item>.title{
	float:left;
	width: calc(20% - 30px);
	margin:15px;
	position:relative;
	overflow:hidden;
}
.index_list .item>.title img{
	border-radius:100px 10px 100px 100px;
	overflow:hidden;
}
.index_list .item:nth-child(5n+2)>.title img{
	background:#7d714b;
}
.index_list .item:nth-child(5n+3)>.title img{
	background:#2d8289;
}
.index_list .item:nth-child(5n+4)>.title img{
	background:#4a5f0f;
}
.index_list .item:nth-child(5n+5)>.title img{
	background:#9d2f2f;
}
.index_list .item:nth-child(5n+1)>.title img{
	background:#b36006;
}
.index_list .item>.title i{
	position: absolute;
    top: 0;
    font-size: 150px;
    color: rgba(255,255,255,.15);
    right: -40px;
	top:10px;
}
.index_list .item>.title h2{
	color:#fff;
	text-align:center;
	position:absolute;
	top:43%;
	width:100%;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}
.index_list .item ul{
	float:left;
	width:80%;
	list-style:none;
}
.index_list .item ul li a{
	float:left;
	width:calc(25% - 30px);
	margin:15px;
	border-radius:10px;
}
.index_list .item:nth-child(5n+2) ul li a{
	background:#f3edda;
}
.index_list .item:nth-child(5n+3) ul li a{
	background:#e5f1f2;
}
.index_list .item:nth-child(5n+4) ul li a{
	background:#eaede1;
}
.index_list .item:nth-child(5n+5) ul li a{
	background:#f2e6e6;
}
.index_list .item:nth-child(5n+1) ul li a{
	background:#f5f0ea;
}
.index_list .item:nth-child(5n+2) ul li a:hover{
	background:#e1dccb;
}
.index_list .item:nth-child(5n+3) ul li a:hover{
	background:#d5e0e1;
}
.index_list .item:nth-child(5n+4) ul li a:hover{
	background:#daded3;
}
.index_list .item:nth-child(5n+5) ul li a:hover{
	background:#ded0d0;
}
.index_list .item:nth-child(5n+1) ul li a:hover{
	background:#e5e0da;
}
.index_list .item ul li .con{
	margin:10px;
	border:solid #fff 1px;
	border-radius:10px;
	text-align:center;
	padding:15px;
}
.index_list .item ul li img{
	background:#fff;
	border-radius:100px;
	width:65px;
}
.index_list .item ul li .item_title{
	min-height:75px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:130%;
	padding-top:10px;
}
.index_list .item ul li a:hover .item_title{
	color:#333;
}


/*index_news*/
.index_news{
	float:left;
	width:100%;
	background-image:url(../img/index_news_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:550px;
	padding-bottom:30px;
}
.index_news .list_box{
	width:60%;
	float:right;
}
.index_news h2{
	color:#000;
}
.news_list{
	list-style:none;
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
.news_list li{
	float:left;
	width:100%;
	padding:5px 0;
}
.news_list .item_box{
	float:left;
	width: calc(100% - 80px);
	display:table;
}
.news_list .item_box:before{
	content:"|";
	float:left;
	padding-right:15px;
	font-size:0.8em;
	color:#eee;
}
.news_list li a{
	float:left;
	width:100%;
	border-radius:30px;
	background:#fff;
	box-shadow:3px 3px 3px rgba(20%,20%,20%,0.1);
	padding:11px 20px;
	border:solid #efefef 1px;
}
.news_list li a:hover{
	background:#f7fbf9;
}
.news_list .date{
	float:left;
	width:80px;
}
.news_list .item_box .item_class {
    margin: 2px 10px 1px 0;
    float: left;
    padding: 2px 10px 0 10px;
}
.news_list .item_box .title {
    line-height: 180%;
	padding-left: 20px;
}


/*footer_sitemap*/
.footer_sitemap{
	float:left;
	width:100%;
	text-align: center;
	background-color: transparent;
	position: absolute;
    margin-top: -30px;
}
.sitemap_icon{
	text-align:center;
	background:#08893e;
	color:#fff;
	padding:7px 15px;
	border-radius:10px 10px 0 0;
}
.sitemap_icon:hover ,.sitemap_icon:focus{
	background:#00643d;
	color:#fff;
}


/*footer*/
footer{
	background:#f5f5f5;
	float:left;
	width:100%;
	font-size:0.9em;
	position:relative;
}
footer .container {
	padding:30px 25px;
}
footer .footer_list{
	float:left;
	width:20%;
	padding:20px;
}
footer .footer_list:nth-child(5n+1) {
	clear:both;
}
.footer_list .title{
	float:left;
	width:100%;
	color:#000;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;	
}
.footer_list ul{
	list-style:none;
}
.footer_list ul li {
	line-height:130%;
}
.footer_list ul li a:before{
	content:"▶";
	color:#00a73c;
	font-size:0.6em;
	padding-right:5px;
}
.footer_list ul li a{
	float:left;
	width:100%;
	color:#333;
	font-size: 0.95em;
    text-indent: -1em;
    padding: 5px 0 5px 15px;
}
.footer_list ul li a:hover ,.footer_list ul li a:focus{
	color:08893e !important;
}
.footer_link{
	display:inline-block;
}
.footer_link a{
	margin-left:15px;
	padding:10px;
	border-radius:50%;
	background:#000;
}
.footer_link a:nth-child(1){
	background:#3b5999;
}
.footer_link a:nth-child(2){
	background:#00b900;
}
.footer_link i{
	font-size:1.7em;
	color:#fff;
	vertical-align: middle;
}
.footer_link a:nth-child(1):hover ,.footer_link a:nth-child(1):focus{
	background:#1e3f85;
}
.footer_link a:nth-child(2):hover ,.footer_link a:nth-child(2):focus{
	background:#087f08;
}


/*copyright*/
.copyright{
	float:left;
	width:100%;
	border-top: solid #00a73c /*#00a0e9*/ 3px;
	background:#fff;
}
.footer_menu{
	float:left;
	width:100%;
}
.footer_menu .logo{
	float:left;
	width:240px;
	padding-right:20px;
	display:none;
}
.footer_menu ul{
	float:left;
	/*padding-left:250px;
	margin-top:-60px;*/
	list-style:none;
}
.footer_menu ul>a{
	float:left;
}
.footer_menu ul li{
	float:left;
}
.footer_menu ul li:after{
	content:"|";
}
.footer_menu ul li a{
	padding: 0 10px;
	float:left;
}
.copyright .contact{
	float:left;
	width:100%;
	border-top: solid #ccc 1px;
	padding-top:20px;
	margin-top:20px;
	text-align:center;
	line-height:170%;
}
.copyright .edit_con span{
	white-space: nowrap;
}
.copyright .contact .con{
	float:left;
	width:100%;
	padding-top:10px;
}



/*page_content*/
.page_content{
	float:left;
	width:100%;
	background-image:url(../img/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	min-height:500px;
	padding-bottom:35px;
}


/*page_menu*/
.page_menu{
	float:left;
	width:20%;
	background:#fff;
	border:solid #eee 1px;
	border-radius:10px;
	padding:5px 5px 3px 5px;
	position:relative;
	margin:35px 0;
}
.page_menu>a{
	position:absolute;
	top:-30px;
}
.page_menu .title{
	background:#08893e;
	color:#fff;
	font-size:1.3em;
	padding:10px;
	text-align:center;
}
.page_menu .navbar{
	list-style:none;
	margin:2px 0 0 0;
}
.page_menu nav .navbar-nav .open .dropdown-menu ,.page_menu nav .navbar-nav .active .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: auto;
	background:rgba(125,113,75,.2);
	border-radius:0;
	margin-bottom:3px;
	font-size:1em;
}
.page_menu .navbar-collapse{
	padding:0;
}
.page_menu .navbar .navbar-nav li{
	width:100%;
}
.navbar-nav {
    width: 100%;
	margin:0;
}
.navbar {
    margin-bottom: 0;
}
.page_menu .navbar .navbar-nav>li{
	color:#000;
}
.page_menu .navbar .navbar-nav>li:first-child{
	border-top: none;
}
.page_menu .navbar .navbar-nav>li>a {
	padding: 12px 20px 12px 20px;
	color:#000;
	background:#eee;
	margin-bottom:2px;
	border-left:solid rgba(255,255,255,.4) 5px;
}
.page_menu .navbar .navbar-nav>li>a.active ,.page_menu .navbar .navbar-nav>li>a.active:hover {
	color:#fff;
	background:#08893e;
	border-left:solid rgba(255,255,255,.4) 5px;
}
.page_menu .navbar .navbar-nav>li>a:hover{
	background-color:rgba(8,137,62,.1);
}
.page_menu .navbar .dropdown-submenu{
	font-size:inherit;
}
.page_menu .navbar .dropdown-submenu>a {
    /*padding: 13px 10px !important;*/
	margin: 0;
    color: #000;
	width:100%;
	position:relative;
}
.page_menu .navbar .dropdown-submenu>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
    right: 10px;
	top: 35%;
}
.page_menu .navbar .dropdown-submenu>a i{
	float: right;
}
.page_menu .navbar .nav .open>a:hover, .page_menu .navbar .nav .open>a:focus, .page_menu .navbar .nav .open>a ,.page_menu .dropdown-submenu.active>.dropdown-toggle ,.page_menu .dropdown-submenu.active>.dropdown-toggle:hover{
    background-color:#08893e;
    border-left:solid rgba(255,255,255,.4) 5px;
	color:#fff;
}
.page_menu .navbar .nav .open .active, .page_menu .navbar .nav .open a.active:hover , .page_menu .dropdown-submenu.active ul li a.active{
    background-color:#7d714b;
    border-left:solid rgba(255,255,255,.4) 5px;
	color:#fff;
}
.page_menu .navbar .dropdown-menu {
	background:rgba(0,0,0,0.05);
	padding: 0;
}
.page_menu .navbar .dropdown-menu li{
	border-bottom:rgba(255,255,255,1) solid 2px;
}
.page_menu .navbar .dropdown-menu li:last-child{
	border-bottom:none;
}
.page_menu .navbar .dropdown-menu>li>a {
    padding: 10px 20px 10px 35px;
	white-space: normal; 
	border-left:solid rgba(255,255,255,.4) 5px;
}
.page_menu .navbar .dropdown-menu>li>a:hover {
	background:rgba(255,255,255,0.5);
}
.page_menu .dropdown-submenu.active ul{
	display:block !important;
	position:relative;
	box-shadow:none;
	border:none;
	margin-bottom:3px;
	z-index:1;
}



/*page_con*/
.page_con{
	float:left;
	width:80%;
}


/*page_top*/
.page_top{
	float: left;
    width: 100%;
	padding:40px 20px 10px 20px;
}
.page_top_left{
	font-size:0.85em;
	float:left;
	width:calc(100% - 190px);
}
.page_top_left ,.page_top_left a{
	/*color:#333;*/
	padding:8px 0;
	line-height: 150%;
}
.page_top_left a:hover{
	color:#08893e;
}
.page_top_left i{
	padding:0 5px 0 7px;
}
.page_top_right{
	float:right;
	padding-top:3px;
}
.page_top_right img{
	width:27px;
}


/*page content*/
.main_con{
	float:left;
	width:100%;
	padding: 10px 40px 80px 45px;
}
.main_con .container{
	padding: 50px 30px;
}
.main_con h2{
	border-left: solid #08893e 6px;
	padding-left: 15px;
	margin-bottom:15px;
}
.main_con ul ,.main_con ol{
	padding-left:25px;
}
.main_con .con_font{
	margin-bottom:10px;
}
.table-toolbar{
	float: left;
    width: 100%;
	margin-bottom:10px;
}
.table-toolbar .title{
	float:left;
	padding:5px 10px 5px 0; 
}
.table-toolbar .mt-radio, .table-toolbar .mt-checkbox{
    margin: 5px 25px 5px 5px;
}
.table-toolbar input[type=checkbox], .table-toolbar  input[type=radio] {
    margin: 5px 5px 0 0;
}
.table-toolbar .btn_01{
	margin:0 5px;
}
.list_class{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:0
}
.list_class li a{
	float:left;
	padding:5px 20px;
	border-radius:30px;
	white-space:nowrap;
	margin:5px 10px 5px 0;
	border:solid #ccc 1px;
}
.list_class li a:hover{
	background:#08893e;
	color:#fff;
}
.list_class li a.active{
	background:#555;
	color:#fff;
}
.img_padding {
    padding: 10px;
}


/*page_class*/
.page_class{
	float:left;
	width:100%;
	color:#618118;
	margin-bottom: 5px;
}
.page_class .date{
	display:inline-block;
}
.page_class .item_class{
	display:inline-block;
}
.page_class .item_class:before{
	content:"|";
	padding-right:10px;
	color:#ccc;
}


/*edit_con*/
.edit_con{
	float:left;
	width:100%;
}
.edit_con ul, .edit_con ol{
	padding-left:30px;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:20px 0;
	font-size:0.9em;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#eee /*#747474*/;
	/*color:#fff;*/
	border-radius: 20px;
    padding: 2px 5px;
	text-align:center;
	float:left;
}
.page_bottom .title i{
	padding-right:5px;
}
.page_bottom .con_font{
	padding-left:130px;
	line-height:170%;
	margin-top:-30px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:0 0 4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*sitemap*/
.one_con{
	padding: 3% 4% 5% 4%;
	float:left;
	width:100%;
	min-height: 500px;
	font-size: 1.4em;
}
.sitemap_list{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-bottom: 25px;
	padding-left:0!important;
}
.sitemap_list .sitemap_item{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
    padding: 10px 10px 10px 20px;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_list .sitemap_item:last-child{
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-top:5px;
}
.sitemap_list_1>li{
	vertical-align: middle !important;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1{
	padding:5px 10px 3px 23px !important;
	float:left;	
}
.sitemap_item_2{
	list-style:none;
	margin:3px 0;
}
.sitemap_item_2 li{
	padding:3px 10px 3px 30px !important;
}
.sitemap_no{
	display:table-cell;
}
.sitemap_font{
	padding-left:10px;
	display:table-cell;
}


/*news_list_02*/
.news_list_02 ,.news_list_02 a{
	float:left;
	width:100%;
}
.news_list_02 .item{
	float:left;
	width:100%;
	padding:20px;
	border-bottom:dotted #eee 1.5px;
}
.news_list_02 .item img{
	max-width:200px;
	margin:0 20px 10px 0 ;
	border:solid #ccc 1px;
}
.news_list_02 .item .date{
	font-size:0.9em;
	width:100%;
}
.news_list_02 .item .class{
	font-size:0.9em;
	float:left;
}
.news_list_02 .title{
	padding-left:1.5em;
}
.news_list_02 .title:before{
	content:"•";
	padding-right:1em;
	margin-left: -1.5em;
}


/*table_info*/
.table_info{
	float:left;
	width:100%;
	font-size:0.9em;
	color:#666;
	line-height: 140%;
	margin-bottom:5px;
	position: relative;
	min-height:25px;
}
.table_info .update{
	float:left;
	width:calc(100% - 100px);
	padding-right:5px;
	margin-bottom:5px;
}
.table_info .update:before{
	content: "\f017";
    font-family: FontAwesome;
	padding-right:5px;
}
.table_info .upadte_icon i{
	padding:0 !important;
}
.table_info .unit{
	float:left;
	width:100px;
	text-align:right;
	margin-bottom: 6px;
	position:absolute;
	bottom:0;
	right:0;
}
.table_info .btn_03{
	padding:0 10px !important;
	font-size:0.9em;
	line-height:130%;
	/*height: 25px;*/
}
.table_info a.btn_03{
	padding:8px 10px !important;
}
.table_info .btn_03 i ,.table_info .btn_02 i{
	padding-right:5px;
}
.table_info .currency ,.table_info .time ,.table_info .type {
	display:inline-block;
	padding: 0 10px 0 0;
	margin: 2px 10px 5px 0;
	/*border:solid #ddd 1px;*/
}
.table_info .weight{
	display:inline-block;
	padding: 0 10px 0 0;
	margin: 2px 10px 2px 0;
	display:none;
}
.table_info .currency span ,.table_info .time span ,.table_info .type span ,.table_info .weight span{
	display:inline-block;
	padding:5px 15px;
	background-color:#eee;
	margin-right:10px;
	border-radius:50px;
}
.table_info .file{
	display:inline-block;
}
.table_info .btn_02{
	display:inline-block;
	/*height: 25px!important;*/
    padding: 4px 15px !important;
    /*font-size: 0.9em;*/
	line-height:190%;
}



/*指標利率變動表*/
.toggle_item{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
}
.toggle_item a{
	background:rgba(0,0,0,0.05);
	border-radius:50px;
	padding:6px 15px;
	border:solid #ccc 1px;
}
.toggle_item a:hover ,.toggle_item a:focus{
	background-color: #08893e;
	color:#fff;
}
.toggle_item .dropdown-menu{
	float:left;
	width:100%;
	position: static;
	border:none;
	box-shadow:none;
}


/*即時匯率*/
.m_btn{
	display:none;
}
.m_btn a{
	display:inline-block;
	background:#eee;
	color:#333;
	padding:4px 10px;
	border-radius:30px;
	margin:0 0 5px 0;
	font-size:0.8em;
	/*height: 25px;*/
    line-height: 190%;
	border: solid #ccc 1px;
}
.m_btn a.active, .m_btn a:focus{
	background:#08893e;
	color:#fff;
}
.con_01 ,.con_02{
	display:table-cell;
}
.sticky-header-active .con_01 ,.sticky-header-active .con_02{
	display:table-cell !important;
}


/*表單管理*/
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:750px;
	padding:20px 0 0 0;
}
.form_box{
	/*border: solid #f5f5f5 10px !important;*/
	padding:20px;
	background:#fff;
	border-radius: 10px;
	margin-bottom:0;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:15px 8px 10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;
	border-right: #ccc dotted 1px;*/
	font-weight:bold;
	color:#000;
	vertical-align: top;
	line-height:150%;
}
.form_q label{
	font-weight:400;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a .item{
	width:100%;
	float:left;
}
.form_a input{
	height:34px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_a .btn_02{
	margin:0;
	font-size:0.9em;
	border-radius:4px;
	padding: 8px 10px 8px 10px !important;
}
.form_a .required{
	width:100%;
	float:left; 
	clear: both;
}
.mt-radio,.mt-checkbox{
	width:100%;	
}
.mt-radio.mt-radio-outline ,.mt-checkbox.mt-checkbox-outline{
	width:auto;
	float:left;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	/*background:#f5f5f5;*/
}
.form-control{
	box-shadow:none;
	padding: 6px;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:400;
	margin-bottom:3px;
	margin-top:2px;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.form_con .btn_01{
	border-radius:4px;
	padding:8px 10px 8px 10px !important;
	margin:3px 5px;;
	font-size:0.9em;
}
.form_con .form-control{
	margin:3px 0;
	font-size:1em;
}
.form_con .form-group{
	float:left;
	width:100%;
	/*background:#f5f5f5;*/
	border-radius:5px;
	padding:5px 10px;
}
.form_con .form-group .title{
	width:100px;
	float:left;
	padding-top: 5px;
}
.form_con .form-group .con_font{
	width:calc(100% - 100px);
	float:left;
}
/*.form-group.toggle_01 ,.form-group.toggle_02,.form-group.toggle_03 , .form_box .ad_01{
	display:none;
}*/


/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: top;
	margin:4px 5px 0 0;
}
.form_radio ,.form_checkbox{
	vertical-align: middle;
    margin:0 5px 0 0 !important;
}
.radio_padding{
	padding-right:20px;
}
input[type='checkbox']:checked+ .mt-radio:before {
	background: red;
	color: white;
}


/*表單checkbox radio
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 0.9em;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:1px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}
.mt-checkbox.mt-checkbox-outline>span ,.mt-checkbox.mt-checkbox-outline>span:hover{
	background:#fff !important;
}
.mt-checkbox input:focus span, .mt-radio input:focus span{
    outline: 2px solid #00b0f0 !important;
    text-decoration: none;
}*/



/*search_form*/
.search_form .form_box{
	background:#f9f9f9;
	border: solid #eee 1px;
}
.search_interval{
	display:inline-block;
}
.search_interval i{
	padding:0 10px;
}
.search_form .form-group.item_01 ,.search_form .form-group.item_02{
	width:auto;
	/*display:inline-block;*/
	margin: -40px 0 -5px 110px;
    width: calc(100% - 110px);
}


/*統計表*/
#myChart{
	margin:10px 0 30px 0;
}


/*換匯試算*/
.calculate_list{
	float:left;
	width:100%;
}
.calculate_list .item{
	float:left;
	width:44%;
	margin:3%;
	background:#f5f5f5;
	border-radius:10px 0;
	padding:20px;
}
.calculate_list .item .title{
	font-size:1.3em;
	font-weight:bold;
}
.calculate_list .item .price{
	padding:0 5px;
}


/*no_data*/
.no_data{
	float:left;
	width:100%;
	background:#f5f5f5;
	/*color:#333;*/
	padding: 8px 15px;
	margin-bottom:20px;
}


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle!important;
	padding: 10px 8px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
}
.table>tbody>tr>td{
	line-height: 150%;
	vertical-align: middle;
}
.table-scrollable>.table>thead ,.table thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,.table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#21513e; 
	color:#fff;
	font-weight:500;
	text-align:center;
	white-space: normal;
}
.table tbody th{
	color:#333;
}
.table-hover tbody tr:hover th{
	/*background-color:#f2f9f5;
	background-color:rgba(8,137,62,0.05)!important;*/
}
.table-even > tbody > tr:nth-child(even){
	background-color:rgba(0,0,0,0.05);
}
.table-hover > tbody > tr:hover ,.table-hover > tbody > tr:hover th{
	background-color:#f2f9f5;
	/*background-color:rgba(8,137,62,0.05)!important;*/
}
td .mt-checkbox span ,th .mt-checkbox span {
    margin-top: -9px !important;
}
.delete_th{
	padding: 10px 0 !important;
}
.table-center th ,.table-center td {
	text-align:center;
}
.table-th th {
    background: #f9f9f9;
    /*padding: 8px 5px !important;*/
    min-height: 41px;
    border-right: solid #ddd 1px;
    font-weight: inherit;
    color: #333;
    vertical-align: middle !important;
}
.table td .btn_01{
	padding:5px 8px!important;
	line-height:130%;
	font-size:0.9em;
}
.table td .btn_01 i{
	/*padding-right:5px;*/
}


/*table_rate*/
.table_rate tbody img{
	border:solid #ccc 1px;
	width:30px;
	margin-right:5px;
	vertical-align:top;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding-top:10px;
	padding-left:25px;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.page_icon select{
	margin:1px 2px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 0.9em;
	background:/*#08893e*/ #666;
	border-radius:5px;
	color:#fff;
	height:34px;
	float: left;
    margin: 1px 2px;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover ,.btn_page:focus{
	background:/*#00643d*/ #08893e;
	color:#fff;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background-color: transparent;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img ,.imh_opacity:focus img ,a:focus .imh_opacity img{
	opacity:1;
	transform:scale(1.1);}


/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box>.title{
	width: 100%;
}
.con_box>.title h2{
	border-left: solid #08893e 6px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.9em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
}
.con_box ol ,.con_box ul{
	padding-left:30px;
}


/*tab*/
.nav-tabs{
	padding:20px 0 !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #08893e;
    border-color: transparent;
}
.nav-tabs li{
	padding:5px 0;
}


/*--------------------------------------------------------------------------------------------------*/ 
/* 大螢幕 */
@media (min-width: 1200px) {
/*header*/
#header {
    height: 180px;
}
.header-nav .container{
	display:flex;
	align-items:center;
	justify-content:center;
}


}

/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
.container {
    width: 100% !important;
}	


/*header*/
#header{
	position: fixed !important;
	width:100%;
	top:0!important;
	height:162px;
}
.header-nav .container{
	display:flex;
	align-items:center;
	justify-content:center;
}


/*index_list*/
.index_list{
	margin-top:180px
}


/*page_content*/
.page_content {
	margin-top:180px
}

}


/* 平板電腦、橫向手機 */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 100% !important;
}	
html .scroll-to-top.hidden-mobile {
    display: block !important;
}


/*header*/
#header{
	position: fixed !important;
	width:100%;
	top:0!important;
	height:162px;
}
#header .container{
	padding:0;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	background: rgba(255,255,255,1) !important;
}
#header .header-logo {
    width: 300px;
}
.header-nav .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header-logo {
    margin: 15px 0;
}

/*topmenu*/
#header .header-nav-main nav > ul > li > a{ /*隱藏下拉icon+主選單寬度*/
	padding-right: 25px!important;
	padding-left: 25px!important;
	font-size: 1.1em;
}


/*手機版下拉按鈕
#header .header-btn-collapse-nav {
    margin: 8px 10px 8px 0;
}
.hot_keyword {
    float: right;
}*/

/*search
.top_search input {
    width: 180px;
}*/

/*手機版topmenu
.header-nav{
	background:#08893e;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	margin-left:0px;
}*/


/*index_list*/
.index_list{
	margin-top:158px
}
.index_list h2 {
    font-size: 1.4em;
}
.index_list .item>.title i {
    font-size: 120px;
}
.index_list .item ul li a{
	width:calc(33.3% - 30px);
}
.index_list .item ul li:nth-child(3n+1){
	clear:both;
}


/*index_news*/
.index_news .list_box {
    width: 65%;
}


/*page_content*/
.page_content {
	margin-top:178px
}


/*page_menu*/
.page_menu .navbar{
	font-size:0.9em;
}
.page_menu .navbar .navbar-nav>li>a {
    padding: 12px 10px 12px 10px;
}

/*page_top
.page_top {
    margin-top: 163px;
}*/


/*page_banner
.page_banner h2{
	padding-right: 200px;
}*/


/*inform_list*/
.inform_list li a{;
	font-size:1em;
}


/*日期*/
.datepicker{
	margin-top: 110px;
}





}
 
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.4em !important;
}
h3{
	font-size:1.2em !important;
	margin-bottom:5px;
}
.m_size_80{
	font-size:80%;
}
html .scroll-to-top.hidden-mobile {
    display: block !important;
}


/*header*/
#header{
	position:absolute;
	width:100%;
	top:0;
	height: 52px !important;
	min-height: 52px !important;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	position: fixed;
    width: 100%;
    background: #fff;
}
.header-logo{
	width: 230px !important;
	padding: 3px 0 0 10px!important;
	margin:0 !important;
}
#header .header-logo img {
    vertical-align: top;
    /*margin-top: 2px;*/
}


/*手機版下拉按鈕*/
#header .header-btn-collapse-nav {
    margin: 8px 8px 8px 5px;
	padding: 6px 10px;
	box-shadow:none;
}
.header-btn-collapse-nav.active{
	background:#e1eee6!important;
    color: #08893e!important;
}
#header .header_btn_login {
    margin: 8px 0 8px 5px ;
	padding: 6px 10px;
	float:right;
}
#header .header_btn_login i ,#header .header_btn_search i{
	color:#08893e;
}
#header .header_btn_search {
    margin: 8px 0 8px 5px ;
	padding: 6px 10px;
	float:right;
	background: #fff;
}


/*手機版topmenu*/
#header .container {
	padding:0px;
}
.header-nav .container {
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	padding:0px;
	margin-left:0px;
	background: #fff /*#7d714b*/;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
    border-bottom: 1px  solid rgba(0,0,0,.05);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu a {
	color:#333;
}
#header nav > ul > li > a:hover ,.dropdown-submenu > ul > li > a:hover {
	background: rgba(0,0,0,0.2);
	border-radius:0;
}
.dropdown-submenu .dropdown-menu > li a{
	padding: 10px 30px 10px 45px !important;
}
.header-nav{
	background:#08893e;
}
.dropdown-menu>li>a:focus ,.dropdown-menu>li>a:hover{
    text-decoration: none;
    background-color:rgba(255,255,255,0.2);
}
#header .header-nav-main .nav {
    margin:  0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: rgba(255,255,255,.2);
}
#header .header-nav-main .dropdown-submenu.opened .dropdown-menu {
	background:#555;
}
#header .header-nav-main nav > ul >li:before {
    display: none;
}
#header .header-nav-main nav > ul > li > a {
    padding-left: 15px!important;
}


/*上方選單*/
.top_link_mobile{
	background:#00643d;
}
.top_link_mobile a{
	padding: 10px 15px !important;
}
.top_link_mobile li{
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}


/*search-手機版*/
.header-nav-search {
    background: rgba(255,255,255,0.8);
}
.search_box {
    background: rgba(255,255,255,1);
    width: 96%;
    border-radius: 5px;
    margin: 7px 2% !important;
    float: left;
    height: 33px;
    /*border: solid #ccc 1px;*/
}
.search_box label{
	width:88%;
}
.search_input {
    float: left;
    border: none;
    vertical-align: middle;
    background-color: transparent!important;
    width: 85%;
    padding: 0 0 5px 10px;
}

.search_icon_1 {
    background-color: transparent;
    color: #00693e;
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 2px 10px 4px 10px;
    font-size: 1.2em;
    float: right;
    border-radius: 0 5px 5px 0;
    height: 33px;
}
input:-internal-autofill-selected {
	background-color:transparent !important;
}


/*index_list*/
.index_list {
	margin-top:50px;
    padding: 6% 0;
	background-size:190%;
}
.index_list .item>.title {
    width:100%;
	margin:0 0 10px 0;
	border-radius:50px;
	padding:5px 20px;
}
.index_list .item:nth-child(5n+2)>.title {
	background: #7d714b;
}
.index_list .item:nth-child(5n+3)>.title {
	background: #2d8289;
}
.index_list .item:nth-child(5n+4)>.title {
	background: #4a5f0f;
}
.index_list .item:nth-child(5n+5)>.title {
	background: #9d2f2f;
}
.index_list .item:nth-child(5n+1)>.title {
	background: #b36006;
}
.index_list .item>.title img{
	display:none;
}
.index_list .item>.title i {
    position: relative;
    font-size: 24px;
    color: rgba(255,255,255,1);
	float:left;
	right:0;
	padding:5px 10px 0 5px;
	top:0;
}
.index_list .item>.title h2 {
    text-align: left;
    position: relative;
    width: auto;
	text-shadow:none;
	font-weight:400;
}
.index_list .item ul {
    width: 100%;
}
.index_list .item ul li a{
	width:calc(33.3% - 12px);
	margin:6px;
}
.index_list .item ul li:nth-child(3n+1){
	clear:both;
}
.index_list .item ul li .con {
    margin: 7px;
    padding: 10px;
}
.index_list .item ul li img {
    width: 50px;
}
.index_list .item ul li .item_title{
	padding-top:5px;
}


/*index_news*/
.index_news .list_box {
    width: 100%;
}


/*footer*/
footer{
	font-size:0.9em;
}
footer .container {
    padding: 20px 25px;
}
footer .footer_list {
    width: 33.3%;
}
footer .footer_list:nth-child(5n+1) {
	clear:none;
}
footer .footer_list:nth-child(3n+1) {
	clear:both;
}
.footer_menu .logo {
	display:none;
}
.footer_menu ul {
    padding-left: 0;
    margin-top: 0;
}
.copyright .contact {
    padding-top: 10px;
    margin-top: 0;
}
.copyright .edit_con span{
	float:left;
}
.copyright .edit_con{
	font-size:0.9em;
}
.footer_link {
    margin: 15px 0;
}
.footer_link i {
    margin: -4px 0 0 0;
}


/*page_content*/
.page_content {
	margin-top:50px
}


/*page_menu*/
.page_menu{
	display:none;
}


/*page_con*/
.page_con{
	width:100%;
	padding:10px 0 60px 0;
}


/*main_con*/
.main_con {
    padding: 10px 0 0 0;
}
.main_con h2 {
    border-left: solid #08893e 4px;
    padding-left: 10px;
    margin-bottom: 10px;
}


/*page_top*/
.page_top{
	font-size: 0.9em;
	margin-left: -10px;
	width:calc(100% + 20px);
	padding:0;
}
.page_top_left{
    padding: 5px 0;
	width:100%;
}
.page_top_left a {
    padding: 5px 0;
	display: inline-block;
}
.page_top_left i {
    padding: 0 5px;
}
.page_top_right{
	padding-bottom:5px;
	padding-top:0px;
	margin-top: 5px;
}


/*link_list*/
.page_top .active{
	display:none;
}
.page_top .visible-xs{
	display: inline-block!important;
}
.page_top .visible-xs .form-control{
	padding:0 3px;
	height: 26px;
}
.page_top .visible-xs .btn_01 {
    padding: 5px !important;
    height: 24px;
	margin:0;
}


/*page content*/
.main_con .container {
    padding: 30px 20px 40px 20px;
}


/*page content*/
.list_class li a {
    padding: 2px 10px;
    font-size: 0.85em;
	margin: 5px 5px 5px 0;
}


/*page_bottom*/
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}
.page_bottom .con_font a {
    padding: 4px 0;
}


/*table_rate*/
.table_rate{
	font-size:0.9em;
}
.table_rate tbody img{
	width:25px;
}


/*即時匯率*/
.m_btn{
	display:block;
}
.con_02{
	display:none;
}



/*頁碼*/
#page_number{
	padding-left:0;
}
#page_number .page_icon{
	text-align:center;
}


/*日期*/
.date-picker {
    max-width: 205px;
}
.input-group-addon {
    padding: 6px 3px;
}
.date-picker .form-control{
	padding:6px;
}
.datepicker{
	margin-top: 55px;
}


}

 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
h2{
	font-size:1.25em !important;
}
.input-large ,.input-medium ,.input-small ,.input-xsmall {
    max-width:100%;
}


/*index_list*/
.index_list .item>.title i {
    font-size: 18px;
    padding: 6px 10px 0 5px;
}
.index_list .item>.title h2 {
	font-weight:400;
}
.index_list .item ul li a {
    width: calc(33.3% - 6px);
    margin: 3px;
}
.index_list .item ul li .con {
    padding: 5px;
	margin: 3px;
}
.index_list .item ul li .item_title {
    padding-top: 0;
	font-size:0.7em;
    min-height: 45px;
}
.index_list .item ul li img {
	display:none;
}


/*index_news*/
.news_list li a {
    border-radius: 30px;
    padding: 5px 15px;
	font-size:0.85em;
}
.news_list .item_box {
	width:auto;
	float:none;
}
.news_list .item_box:before {
	padding-right:8px;
}
.news_list .item_box .title {
	width: calc(100% + 70px);
    float: left;
	margin-left:-70px;
	padding-left:0;
	line-height:150%;
	margin-top: -3px;
}
.news_list .date {
    width: 70px;
}


/*footer*/
footer .footer_list {
    width: 50%;
}
footer .footer_list:nth-child(5n+1) ,footer .footer_list:nth-child(3n+1) {
	clear:none;
}
footer .footer_list:nth-child(2n+1) {
	clear:both;
}


/*table_info*/
.table_info{
	/*font-size:0.8em;*/
}
.table_info .update{
	float:left;
	width:100%;
	padding-right:0;
}
.table_info .unit{
	width:100%;
	position:relative;
}
.table_info .weight{
	display: inline-block;
}


/*table_rate*/
.table_rate{
	font-size:0.9em;
}


/*search_form*/
.search_interval{
	font-size:0.8em;
}
.search_interval i{
	padding:0 5px;
}



/*統計表*/


/*換匯試算*/
.calculate_list .item{
	width:100%;
	margin:3% 0;
}


/*表單管理*/
.form_box {
	/*border: solid #f5f5f5 5px;*/
    padding: 10px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -20px 0;
	padding:8px 15px 0 15px;
	float: left;
}
.form_q label {
    font-weight:bold;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px 15px 10px 15px;
	/*border-bottom: #ccc dotted 1px;*/
	float: left;	
}
.form_box .table-row:last-child .form_a{
	border-bottom: none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}
.form_con .form-group .title ,.form_con .form-group .con_font{
	width:100%;
}


}

/*外幣存款利率*/
@media (min-width: 550px) { 
.hidden_550 {
	display:table-cell;
}
.table-toolbar.hidden_550{
	display:block;
}
.visible_550 ,.table-toolbar.visible_550{
	display:none;
}
}

@media (max-width: 550px) { 
.hidden_550 ,.table-toolbar.hidden_550{
	display:none;
}
.visible_550{
	display:table-cell;
}
.table-toolbar.visible_550{
	display:block;
}
}


/*-----------------------------------------for編輯器--------------------------------------------*/
.w-100{
	width:100%!important;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-500{
	max-width:500px;
}
.w-auto{
	width:auto;
	max-width:100%;
}
.input-xlarge {
    width: 420px!important;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.float_left ,.float-left {
    float: left;
}
.float_right ,.float-right {
    float: right!important;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right;
}
.text_left ,.text-left {
    text-align: left!important;
}
.red {
    color: #c00;
}
.white{
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_pic {
    border: solid #ccc 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}


/*for 後台 table scroll*/
.bootbox-body{
	width:100%;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .delete_th {
    padding: 10px 0 !important;
}


/*table*/
.table {
    display: table;
	border-color:#ddd;
	width:100%;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}

/*for IE*/
@media screen\0 {
.ol_01{
	list-style-type:decimal-leading-zero; /*01,02,03*/
}
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin:5px;
	border: solid #ccc 1px;
	text-decoration:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus ,.anchor_list a.active{
	background:#7d714b;
	color:#fff;
	box-shadow:none;
	border: solid #98672d 1px;
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04 .item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04 .item img{
	margin-bottom:10px;
}
.list_04 .item:nth-child(4n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_04 .item  {
	width: 29.3%;
	margin:2%;
}
.list_04 .item:nth-child(4n+1) {
	clear: none;
}
.list_04 .item:nth-child(3n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_04 .item{
	width: 44%;
	margin: 3%;
}
.list_04 .item:nth-child(4n+1) ,.list_04 .item:nth-child(3n+1) {
	clear: none;
}
.list_04 .item:nth-child(2n+1) {
	clear: both;
}
.list_04 .item img {
	width: 100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03 .item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03 .item img{
	margin-bottom:10px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_03 .item  {
	width: 46%;
}
.list_03 .item:nth-child(3n+1) {
	clear: none;
}
.list_03 .item:nth-child(2n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_03 .item{
	width: 90%;
	margin: 5%;
}
.list_03 .item img {
	width: 100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02 .item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02 .item img{
	margin-bottom:10px;
}
.list_02 .item:nth-child(2n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_02 .item{
	width: 90%;
	margin: 5%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}


@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}

/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}

.con_box{
	margin: 0;
	border: initial;
	border-radius: initial;
	width: initial;
	min-height: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}

}

/*列印尺寸電腦版*/
@page {
 size: A3;
 margin: 0;
}