﻿@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(awesomefont/css/font-awesome.min.css);

.sideBar{
	position: fixed;
	top: 180px;
	right: 0px;
	z-index: 199;
	padding:5px 0;
	background-color: rgba(23,23,23,0.90);
	}

.sideBar a{
	font-size:20px;
	color:#fff;
	display:block;
	text-align:center;
	padding:10px;
	width:30px;
	height:30px;
	line-height:30px;}
.sideBar a:hover{
color:#fff;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	background:#ff0011;}



html,body{
	height:100%;
}

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
}

/*css3*/
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a{
	cursor:pointer;
	color:#454545;}

a:hover{
	color:#C00;}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.col-1{
	width:100%;}

.col-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

.btn_color1{
background: #7cb525; /* Old browsers */
background: -moz-linear-gradient(top,  #7cb525 0%, #476d10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb525), color-stop(100%,#476d10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7cb525 0%,#476d10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb525', endColorstr='#476d10',GradientType=0 ); /* IE6-9 */
}

a.btn_color1:hover{
	background:#7cb525;}

a.btn_color2{
	background: #4ba0c1;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzRiYTBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhhYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4ba0c1 1%, #008ac1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4ba0c1), color-stop(100%,#008ac1));
background: -webkit-linear-gradient(top,  #4ba0c1 1%,#008ac1 100%);
background: -o-linear-gradient(top,  #4ba0c1 1%,#008ac1 100%);
background: -ms-linear-gradient(top,  #4ba0c1 1%,#008ac1 100%);
background: linear-gradient(to bottom,  #4ba0c1 1%,#008ac1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0c1', endColorstr='#008ac1',GradientType=0 );
}

a.btn_color2:hover{
	background:#398cb1;}

input[type="text"]{
	-webkit-appearance: none;}

textarea{
	-webkit-appearance: none;}

.outerWrap{
	position:relative;}

.wrap{
	width:1160px;
	padding:0 20px;
	margin:0 auto;}

.label{
	padding:5px 7px;
	color:#FFF;
	background:rgba(0,0,0,0.8);}

#gmap{
	display:none;
	height:400px;}

/*****網頁頭*****/
header{
	width:100%;
	border-bottom:1px solid #e30110;
	
	position:fixed;
	z-index:100;
	
	transition:all 0.4s ease;}

header > .topBox{
	background:#000000;
	padding:8px 0;}

header > .topBox ul{
	text-align:right;}

header > .topBox ul li{
	display:inline-block;
	font-size:13px;}

header > .topBox ul li:before{
	content:"";
	margin:0 8px;
	border-left: 2px dotted #5A5A5A;
    font-size: 12px;}

header > .topBox ul li:first-child:before{
	display:none;}

header > .topBox ul li a{
	color:#CCC;}

header > .topBox ul li a:hover{
	color:#FFF;}

header > .topBox ul li a i{
	display:inline-block;
	margin-right:5px;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	font-size:13px;
	background:#000;
	color:#3e3e3e;
	border-radius:100%;}

header > .topBox ul li a strong{
	font-weight:normal;}

header > .topBox ul li a em{
	margin-left:8px;
	font-size:15px;
	color:#F00;}

header > .downBox{
	background:#FFF;
	padding:20px 0;}

header .wrap{
	padding:0;}

/*logo*/
header h1{
	float:left;}
	
header h1 a{
	display:block;
	background:url(../images/hta-mbg.png) no-repeat;
	background-size: contain;
	width: 282px;
	height:52px;
	text-indent:-9999px;}

header .rightBox{
	float:right;
	text-align: right;}

/*上方區塊*/
header .rightBox .topBox{
	padding:0 13px 10px 0;
	text-align:right;}

header .rightBox .topBox .language{
	display:inline-block;
	
	display:none;
	
	vertical-align:middle;
	margin-right:20px;
	position:relative;
	background:url(../images/dec_dot.png) no-repeat right center;
	padding-right:20px;}

header .rightBox .topBox .language > a{
	font-size:12px;
	color:#979797;}

header .rightBox .topBox .language .submenu{
	display:none;
	width:150px;
	box-shadow:2px 2px 2px #D0D0D0;
	position:absolute;
	top:100%;
	left:0;
	z-index:99;}

header .rightBox .topBox .language .submenu a{
	display:block;
	border-top:1px solid #f1f1f1;
	background:#FFF;
	font-size:12px;
	padding:8px 0;
	color:#000000;
	text-align:center;}

header .rightBox .topBox .language .submenu a:hover{
	background:#000000;
	color:#FFF;}

header .rightBox .topBox .other{
	display:inline-block;
	vertical-align:middle;}

header .rightBox .topBox .other li{
	display:inline-block;
	margin-left:10px;}

header .rightBox .topBox .other strong{
	font-size:13px;
	font-weight:normal;
	color:#666;
	margin-right:5px;}

header .rightBox .topBox .other em{
	font-size:17px;
	font-weight:bold;
	color: #e72330;}

header .rightBox .downBox{
	padding:13px 0;
	
	transition:all 0.4s ease;}

header.shrink{
	border-bottom:1px solid #e30110;
	box-shadow: 3px 3px 3px #f1f1f1;}

header.shrink > .downBox{
	padding:10px 0;}	

header.shrink h1 a{
	width:200px;
	height:40px;}

header.shrink .rightBox .downBox{
	padding:10px 0;}

/*menu*/
nav{}

ul.menu{}

ul.menu li{
	/* float:left; */
	display: inline-block;
	border-left:1px dotted #a6a6a6;}

ul.menu li:first-child{
	border:none;}
	
ul.menu li > a{
	display: block;
	padding: 0 11px;
	font-size: 14px;
	color: #000;}

ul.menu  li > a:hover, ul.menu  li > a.current{
	color:#e30110;}

ul.menu li.dropDown{
	position:relative;}

ul.menu li.dropDown dl.submenu{
	display:none;
	width:200px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	
	position:absolute;
	top:100%;
	left:0;
	z-index:9999;}

ul.menu li.dropDown dl.submenu dt{
	position:relative;}

ul.menu li.dropDown dl.submenu dt > a{
	position:relative;}

ul.menu li.dropDown dl.submenu dt > a i{
	display:block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;}

ul.menu li.dropDown dl.submenu a{
	display:block;
	border-top:1px solid #f1f1f1;
	background:#FFF;
	font-size:12px;
	padding:10px;
	color:#000000;}

ul.menu li.dropDown .submenu a:hover{
	background:#000000;
	color:#FFF;}

ul.menu li.dropDown .submenu a:first-child{
	border:none;}

/*次次選單*/
ul.menu dt .subitem{
	display:none;
	width:100px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	
	position:absolute;
	left:100%;
	top:0;}

ul.menu dt .subitem a{
	display:block;
	border-top:1px solid #f1f1f1;
	background:#FFF;
	font-size:12px;
	padding:10px;
	color:#000000;}

.m_menu{
	display:none;}

/*****banner******/
.bannerArea{
	clear:both;
	position:relative;}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:20px;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a{
	background:#FFF;
	border:1px solid #FFF;
	border-radius:100%;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#FFF;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:none;}




/*****banner******/
.bannerArea2{
	overflow:hidden;
	clear:both;
	position:relative;
	}

/*bx小圓點*/
.bannerArea2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:20px;}

.bannerArea2 .bx-wrapper .bx-pager.bx-default-pager a{
	background:#FFF;
	border:1px solid #FFF;
	border-radius:100%;}

.bannerArea2 .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#FFF;}

.bannerArea2 .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:none;}
.bannerArea2 > .wrap{
	width:100%;
	margin:0;
	padding:0;
}
.bannerArea2 .bannerBox {
	width:100%;
	    margin: 40px 0 0 0;}
.bannerArea2 ul li img.main{
	display:block;
	width:100%;}
	
.bannerArea2 .bannerTxt{
    z-index: 99;
	position:absolute;
	width:100%;
	display:block;
	bottom:30%;
	left:0;
}
.bannerArea2 .bannerTxt .wrap{
	width:1160px;
	margin:0 auto;
	position:relative;
}
.bannerArea2 .bannerTxt .Txtbox{
	letter-spacing:2px;
	padding-left:40%;
	line-height:2;
	color:#fff;
	text-align:center;
	font-size:3em;
	font-family: Microsoft JhengHei;
	opacity:0;
}
.bannerArea2 .this{
	 opacity:1 !important;
}

.bannerArea2 .bannerTxt .Txtbox p{
	display:block;}
.bannerArea2 .bannerTxt .Txtbox span{
	display:inline-block;}
.bannerArea2 .bannerTxt .Txtbox .btitle01{
	padding:5px 50px 10px 50px;
	border-bottom:1px solid #fff;}
.bannerArea2 .bannerTxt .Txtbox .btitle02{
	padding:15px 70px;
	background:#ff0011;
	line-height:1;
	font-size:0.7em;
	position:relative;
	margin-top:30px;
}
.bannerArea2 .bannerTxt .Txtbox .btitle02 a{
	color:#fff;}
.bannerArea2 .bannerTxt .Txtbox .btitle02 a:hover{
	letter-spacing:5px;}
.bannerArea2 .bannerTxt .Txtbox .btitle02:after{
	content:"";
	position:absolute;
	top:100%;
	right:40px;
	width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #ff0011 transparent transparent transparent;
}
.bannerArea2 .bannerTxt .Txtbox img{
	display:inline-block;}
/*頁尾語系*/
.langArea{
	background:#000000;}

.langArea p{
	float:left;
	font-weight:normal;
	display:block;
	background:url(../images/dec_dot.png) left center no-repeat;
	padding:8px 15px;
	font-size:13px;
	color:#FFF;}

.langArea p a{
	color:#FFF;}

.langArea .right{
	float:right;
	padding:8px 0;
	font-size:12px;
	color:#FFF;}

/*聯絡我們區塊*/
.contactArea{
	clear:both;
	padding:70px 0;
	background: url(../images/home/bg_contact.jpg) no-repeat center bottom #1b1b1b;
	background-attachment:fixed;
	background-size:cover;
	overflow:hidden;}

.contactArea h2{
	margin-bottom:45px;
	font-size:40px;
	font-weight:normal;
	color:#FFF;}

.contactArea h2 strong{
	font-weight:normal;}

.contactArea ul{
	margin:0 -1%;}

.contactArea ul li{
	float:left;
	width:18%;
	height:200px;
	margin:0 1%;}

.contactArea ul li a{
	color:#76BAC3;}

.contactArea p{
	font-size:16px;
	color:#fff;
	line-height:1.8;}

.contactArea .btn{
	clear:both;
	text-align:center;
	margin-top:50px;}

.contactArea .btn a{
	display:block;
	margin:0 auto;
	width:200px;
	padding:10px 30px;
	background:#525050;
	overflow:hidden;
	
	font-size:15px;
	color:#FFF;
	border-radius:5px;
	
	position:relative;
	z-index:1;}

.contactArea .btn a i{
	font-size:18px;
	margin-right:5px;}

.contactArea .btn a:after{
	content:"";
	width:150%;
	height:100%;
	background:#e72330;
	
	position:absolute;
	right:150%;
	top:0;
	z-index:-1;
	
	transform:skewX(-10deg);
	
	transition:all 0.8s ease;}

.contactArea .btn a:hover{
	color:#FFF;}

.contactArea .btn a:hover:after{
	right:-40%;}

/*頁尾資訊*/
footer{
	overflow:hidden;
	padding:40px 0;
	position:relative;
	background:#FFF;}

footer .row{}

footer .col-3{
	padding:0 15px;}
footer .col-3:first-child{
	padding-left:0;}
footer .col-3:last-child{
	float:right;
	padding-right:0;}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;}

footer h4{
	margin-bottom:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;}

ul.downMenu{}

ul.downMenu li{
	float:left;
	width:50%;}

ul.downMenu li a{
	display:block;
	padding:5px 0;
	font-size:13px;
	color:#666;}

ul.downMenu li a b{
	padding-left:8px;
	font-size:13px;
	font-weight:normal;}

ul.downMenu li a:hover{
	text-decoration:underline;}
	
ul.widget{}

ul.widget li{
	float:left;
	margin:7px;}

ul.widget li img{
	max-width:100%;}

ul.widget li a:hover{
	opacity:0.7;}

/*share*/
.social{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;}

.social a{
	display: inline-block;
	margin-right:10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #000;
	text-align: center;}

.social a:hover{
	opacity:0.8;}

h5.copyright{
	overflow:hidden;
	font-size:13px;
	line-height:1.8;
	font-weight:normal;
	color:#666;
	vertical-align:middle;}

.translateIbest{
	clear:both;
	width:122px;
	margin-top:7px;}

.translateIbest .design{}

.translateIbest .design span{/*網頁設計‧愛貝斯*/
	display:block;
	float:left;
	line-height:22px;
	font-size:9pt;
	color: #70501e;}

.translateIbest .design a{/*網頁設計‧愛貝斯*/
	color: #70501e;
	text-decoration: none;}
	
.translateIbest .design a:hover{
	text-decoration: underline;}

.translateIbest .design a.login{
	display:block;
	float: left;
	background: url(../images/lock.gif) no-repeat center 3px;
	text-indent: -10000px;
	height: 20px;
	width: 20px;}

/*********內頁**********/
/**********************/
.bannerArea .wrap{
	width:100%;
	padding:0;
	margin:0;}
	
.bannerArea ul#banner img{
	display:block;
	width:100%;}
	
	
.mainArea{
	padding:180px 0 40px 0;}

/*網站導覽bread*/
.bread{
	font-size:12px;
	color:#b6b6b6;
	text-align:right;}

.bread a{
	color:#b6b6b6;}

.bread a i{
	font-size:20px;}

.bread span{
	padding:0 3px;
	color:#b6b6b6;}

.bread.strict{
	width:1160px;
	padding:5px 0;
	margin:0 auto;
	padding-top:160px;}

.titleArea {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    background-image: url("../images/title_line.png");
    padding-bottom: 5px;
}

.titleArea.strict{
	width:1160px;
	margin:0 auto;}

.titleArea:before{
	content:"";
	width:100px;
	height:1px;
	background:#e72330;
	position:absolute;
	left:0;
	top:100%;}

.titleArea h2{
	clear:both;
	font-size:20px;
	font-weight:normal;
	color:#000;}

.titleArea h2 strong{
	font-weight:normal;}

.mainArea .contentBox{
	clear:both;
	padding-top:20px;}

.mainArea .contentBox h3.articleTitle{
	font-size: 16px;
	font-weight:normal;
	color: #e72330;}

.mainArea .contentBox h3.articleTitle strong{
	display: inline-block;}

/*文字編輯器*/
.textEditor{
	clear:both;
	margin-top:20px;
	font-size:13px;
	color:#222;
	line-height:1.8;}

.textEditor a{
	color:#06F;}

.textEditor img{
	max-width:100%;}

.textEditor ul{
	list-style:disc outside;
	padding-left:30px;}

.textEditor ol{
	list-style:decimal outside;
	padding-left:30px;}

.textEditor table{
	border-collapse:collapse;}

.textEditor table th{
	padding: 5px;
	text-align: center;
	background: #CBCBCB;
	color: #000;
	border: 1px solid #e1e1e1;
	font-size: 15px;
	font-weight: normal;}

.textEditor table td{
	padding:5px;
	background:#FFF;
	border:1px solid #e1e1e1;}

table.breakpoint > tbody > tr > td.expand{
	cursor:pointer;
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;}

.textEditor strong.title{
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 25px;
	font-size: 20px;
	color: #76371E;}

/*類別*/
.classBox{
	clear:both;
	margin-bottom:20px;}

ul.classLink{}

ul.classLink li{
	display:inline-block;}

ul.classLink li a{
	display:block;
	font-size:13px;
	padding:3px 15px;
	color:#666;
	border:1px solid #d4d4d4;
	
	position:relative;}

ul.classLink li a:hover{
	background:#e72330;
	color:#FFF;}

ul.classLink li a.current{
	background:#e72330;
	color:#FFF;}

/*標題字*/
.sectionTitle{
	font-size:20px;}

.sectionTitle strong{
	font-weight:normal;
	color:#000;}

.sectionTitle strong a:hover{}

/******頁籤*******/
.tab{
	position: relative;
	top: 20px;
	z-index:5;}

.tab a{
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 15px;
	font-size:20px;
	background:#000;
	color:#FFF;
	border-radius:4px;}

.tab a:hover{
	text-decoration:underline;}

.tab a.current{
	background:#e72330;}

ul.tabContent{}

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}

ul.tabContent h3.sectionTitle{
	display:none;}

/**其他相關文章**/
.otherArea{
	padding:50px 0;}

.otherArea h4{
	margin-bottom:20px;
	font-size:16px;
	font-weight:normal;
	color:#000;
	text-align:center;}

ul.articleList{}

ul.articleList li{
	padding: 15px;}

ul.articleList li .item{
	padding: 30px;
	box-shadow: 2px 2px 3px #f1f1f1;
	background: #F9F9F9;}

ul.articleList li h5{
	font-size:16px;
	color:#000;
	padding-bottom:5px;
	border-bottom:1px solid #000;}

ul.articleList li p{
	padding-top:10px;
	font-size:13px;
	color:#666;
	height:70px;}

ul.articleList li .btn{
	margin-top:15px;}

ul.articleList li .btn a{
	display:inline-block;
	padding:2px 10px;
	font-size:12px;
	color:#FFF;
	background:#000;}

ul.articleList li .btn a:hover{
	background:#999;}

/*側邊_menu*/
.side_menu{
	background:#f8f8f8;
	padding:25px;
	margin-bottom:30px;}

.side_menu ul{
	margin-top:10px;}

.side_menu ul li{
	position:relative;
	margin-bottom:5px;}

.side_menu ul li a{
	display: block;
	background:#FFF;
	padding: 10px 15px 10px 25px;
	font-size: 14px;
	color:#666;
	border-radius:5px;
	
	position:relative;}

.side_menu ul li a:before{
	content:"";
	width:3px;
	height:3px;
	background:#c1c1c1;
	
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-2px;}

.side_menu ul li a:hover{
	color:#FFF;
	background:#525050;}

.side_menu ul li a.current{
	color:#FFF;
	background:#525050;}

.side_menu ul li a b{
	margin-left:10px;
	font-size:13px;
	font-weight:normal;
	color:#808080;}

/*側邊_相簿*/
ul.side_album{
	margin-top:30px;
	margin-bottom:30px;
	margin-right:-10px;}

ul.side_album li{
	float:left;
	width:33.3%;
	padding:0 10px 10px 0;}

ul.side_album li a{
	display:block;
	box-shadow:2px 2px 5px #c3c3c3;}

ul.side_album li a img{
	display:block;
	width:100%;}

/*側邊_聯絡資訊*/
.side_contactInfo{
	background:#ee6e76;
	padding:20px;
	margin-bottom:30px;}

.side_contactInfo h3{
	font-size:19px;
	color:#FFF;}

.side_contactInfo ul li{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #F49197;}

.side_contactInfo p.name{
	font-size:15px;
	color:#FFF;
	margin-bottom:5px;}

.side_contactInfo p.address{
	font-size:12px;
	color:#000;
	margin-bottom:5px;}

.side_contactInfo .tel{}

.side_contactInfo .tel i{
	display:inline-block;
	vertical-align:middle;
	margin-right:2px;
	width:30px;
	height:30px;
	background:#383838;
	font-size:20px;
	color:#FFF;
	line-height:30px;
	text-align:center;
	border-radius:100%;}

.side_contactInfo .tel a{
	display:inline-block;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFF;}

.side_contactInfo .tel a b{
	display:block;
	font-size:12px;
	font-weight:normal;}

.side_contactInfo .btn{
	margin-top:15px;}

.side_contactInfo .btn a{
	display:block;
	padding:10px 30px;
	background:#525050;
	overflow:hidden;
	
	font-size:15px;
	color:#FFF;
	border-radius:5px;
	
	position:relative;
	z-index:1;}

.side_contactInfo .btn a i{
	font-size:18px;
	margin-right:5px;}

.side_contactInfo .btn a:after{
	content:"";
	width:150%;
	height:100%;
	background:#000;
	
	position:absolute;
	right:150%;
	top:0;
	z-index:-1;
	
	transform:skewX(-10deg);
	
	transition:all 0.4s ease;}

.side_contactInfo .btn a:hover{
	color:#FFF;}

.side_contactInfo .btn a:hover:after{
	right:-40%;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:none;
	margin-bottom:30px;}

.side_share a{
	width:100%;
	margin-top:5px;
	display:block;
	padding:15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius:4px;
	
	-web-box-sizing:border-box;
	box-sizing:border-box;}

.side_share a.line{
	box-shadow:0 0 0 1px #22a00b;
	border-top:1px solid #e1ffa9;
background: #a7e732;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  #a7e732 0%, #1fb50e 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a7e732), color-stop(35%,#1fb50e));
background: -webkit-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -o-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -ms-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: linear-gradient(135deg,  #a7e732 0%,#1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb{
	box-shadow:0 0 0 1px #235c9b;
	border-top:1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,160,234,1)), color-stop(100%,rgba(61,140,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 ); /* IE6-8 */}

.side_share a.gPlus{
	box-shadow:0 0 0 1px #874138;
	border-top:1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,81,48,1)), color-stop(100%,rgba(208,68,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 ); /* IE6-8 */
}

.side_share a.twitter{
	background-color: #55acee;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
	border: 1px solid #3b94d9;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);}

.side_share a i{
	padding-right:5px;
	font-size:18px;}

.side_share a:active{}

/*側邊_其他相關訊息*/
.side_news{
	margin-bottom:30px;}

.side_news ul{
	margin-top:20px;}

.side_news ul li{
	margin-bottom:25px;}

.side_news ul li .Img{
	float:left;
	margin-right:12px;
	width:60px;
	overflow:hidden;}

.side_news ul li .Img img{
	height:60px;}

.side_news ul li .Txt{
	overflow:hidden;}

.side_news ul li .Txt a{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;}

.side_news ul li .Txt a:hover{
	text-decoration:underline;}

.side_news ul li .Txt b{
	display:block;
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-top:5px;}

/*pager*/
.pageBox{
	clear:both;
	padding:40px 0 0 0;
	text-align:center;}

.pageBox a{
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 7px;
	font-size:12px;
	color:#000;
	border:1px solid #666;}

.pageBox .btn{
	display:inline-block;}

.pageBox .page{
	display:inline-block;}

.pageBox a:hover{
	text-decoration:underline;}

.pageBox a.current{
	font-weight:bold;
	background:#000;
	color:#FFF;}

.goTop{
	cursor:pointer;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#000000;
	color:#FFF;
	font-size:25px;
	position:fixed;
	bottom:50px;
	right:50px;}

/**********適應性**********/
/************************/
@media (max-width: 1400px){

.bannerArea2 .bannerTxt .Txtbox{
	padding-left:0%;
	font-size:2.5em;
}
.bannerArea2 .bannerTxt{
	bottom:20%;
}
}

@media (max-width: 1200px){

}
@media (max-width: 1179px){
.wrap{
	width:96%;
	padding: 0 2%;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;}}
@media (max-width: 1160px){
.bannerArea2 .bannerBox {
	margin: 140px 0 0 0;
}
.bannerArea2 .bannerTxt .wrap{
	width:100%;
}
.bannerArea{
	padding-top:60px;}
.outerWrap{
	width:100%;}

header h1 a{
	width: 200px;
	background-size: contain;
	margin-top: 12px;}



ul.menu li > a{
	font-size:13px;
	padding:0 8px;}


}
@media (max-width: 1100px){
.contactArea ul{
	margin:0;}

.contactArea ul li{
	width:33.33%;
	margin:0;}
footer{
	padding-bottom:110px;}


.sideBar{
	width:100%;
	height:50px;
	position: fixed;
	padding:0;
	top:auto;
	bottom:0;
    right: 0px;
	background-color: rgba(23,23,23,1);
}

.sideBar a{
	width:25%;
	margin:0;
	padding:0;
	float:left;
	display:block;
	height:50px;
	line-height:50px;
}


.sideBar a:hover{
	-webkit-transform: translateY(-5px) translateX(0px);
	transform: translateY(-5px) translateX(0px);
}

.sideBar_old{
	width:100%;
	height:55px;
	position: fixed;
	top:auto;
	bottom:0;
    right: 0px;
	background-image:none;
}
.sideBar_old a{
	line-height:45px;
	font-size:25px;
	color:#fff;
	width:25%;
	display:block;
	text-align:center;
	position:relative;
	float:left;
	padding:0;}
.sideBar_old a:hover{color:#000;}
.sideBar_old a.btn_contact{
	left: auto;
	top: auto;
	background: #ff5b1a;
	border-top:5px solid #ffa77f;
	border-bottom:5px solid #ffa77f;
}
.sideBar_old a.btn_booking{
	left: auto;
	top: auto;
	background: #ffc400;
	border-top:5px solid #ffe379;
	border-bottom:5px solid #ffe379;
}
.sideBar_old a.btn_phone{
	left: auto;
	top: auto;
	background: #7bd001;
	border-top:5px solid #afe866;
	border-bottom:5px solid #afe866;
}
.sideBar_old a.btn_map{left:auto; top:auto;
	background: #00a991;
	border-top:5px solid #54cfca;
	border-bottom:5px solid #54cfca;}

}



@media (max-width: 960px){
.bannerArea2 .bannerTxt .Txtbox{

	font-size:2em;
}
.bannerArea2 .bannerBox {
	margin: 0px 0 0 0;
}
.contactArea{
	background-attachment:inherit;
}
.outerWrap{
	width:100%;
	padding-top:54px;}
.contactArea ul li{
	width:50%;
}	
header{
	display:none;}

/*mobile menu*/
ul.menu{
	display:none;}

/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.68);
	
	position:fixed;
	top:0;
	left:0;
	z-index:1000;}

.m_menu .mask{
	display:none;
	background:rgba(255,255,255,0.7);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;}

.m_menu .controlBox{
	background:#FFF;
	padding:5px 0;
	border-bottom:5px solid #E72330;}

.m_menu .controlBox a.main{
	display: block;
	margin: 4px 5px 0 5px;
	float: left;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	background: #4D4D4D;
	border-radius: 100%;
	box-shadow: 2px 2px #B3B3B3;}

.m_menu .controlBox .right{
	position:relative;
	float:right;}

.m_menu .controlBox .right > a{
	display: block;
	float: right;
	font-size: 12px;
	background: #e61f2c;
	padding: 5px 8px;
	margin: 8px 5px 0 0;
	border-radius: 5px;
	color: #FFF;
	text-align: center;}

.m_menu .controlBox .right > a i{
	font-size:14px;
	margin-right:3px;}

.m_menu .controlBox .right .submenu{
	display:none;
	width:200px;
	position:absolute;
	right:0;
	top:100%;}

.m_menu .controlBox .right .submenu a{
	display:block;
	padding:15px;
	background:#FFF;
	border-top:1px solid #CCC;
	text-align:center;}

.m_menu .controlBox .m_logo{
	float:left;
	margin: 4px 0 5px 5px;}
	
.m_menu .controlBox .m_logo img{
	display:block;
	width:60px;}

.m_menu .controlBox .language:hover .submenu{
	display:block;}

.m_menu .hideBox{/*手機menu內容*/
	background:#454545;
	width:230px;
	height:100%;
	padding-bottom:50px;
	overflow-y:auto;
	
	position:fixed;
	right:-230px;
	top:0;
	
	transition:all 0.2s ease;}

.m_menu .hideBox.open{
	right:0;}

.m_menu .hideBox p.sp{
	display:none;
	background:#868686;
	padding:10px;
	font-size:13px;
	color:#FFF;}
	
.m_menu .hideBox .language{
	padding:20px 10px;
	text-align:center;
	color:#CCC;}

.m_menu .hideBox .language a{
	display:inline-block;
	margin:0 3px;
	font-size:13px;
	color:#FFF;
	line-height:20px;
	
	padding:3px 5px;
	border:1px solid #FFF;}

.m_menu .mfun{
	padding:10px;
	text-align:center;}

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#5E5E5E;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.m_menu ul.nav{}
	
.m_menu ul.nav li{
	border-top:1px solid #525252;}

.m_menu ul.nav li:first-child{
	border:none;}

.m_menu ul.nav li a{
	padding:15px 010px;
	display:block;
	font-size:13px;
	color:#FFF;
	
	position:relative;
	text-align:right;
	padding-right:30px;}

.m_menu ul.nav li a i{
	display:block;
	
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-8px;}

.m_menu ul.nav li .submenu{
	display:none;}

.m_menu ul.nav li .submenu a{
	padding:10px 20px;}

.m_menu ul.nav li .submenu a:hover{
	background:#999;}

.m_menu ul.nav .subitem{
	display:none;}
	
/*main*/
.mainArea{
	padding:20px 0 40px 0;}

.bread.strict{
	width:100%;}

.titleArea.strict{
	width:auto;
	padding: 20px 0 0 0 ;
	margin:0 20px;
	box-sizing:border-box;}

/*bread*/
.bread{
	display:none;}
}

@media (max-width: 767px){
.bannerArea2 .bannerTxt .Txtbox{
line-height:1.5;
	font-size:1.5em;
}
.contactArea ul li{
	width:100%;
	float:none;
	height:auto;
	padding-bottom:30px;
}	

/*banner*/
.bannerArea .bx-wrapper .bx-controls-direction a{
	display:none;}

/*footer*/
footer{
	padding-top:25px;}

footer .col-3{
	clear:both;
	float:none;
	width:100% !important;
	padding:0;
	padding-top:40px;
	border:none;
	box-shadow:none;
	min-height:0;}

footer .col-3:first-child{
	padding-top:0;}

.translateIbest{
	float:none;}

.goTop{
	display:none;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:block;
	margin-bottom:30px;}
}

/*640*/
@media (max-width: 640px){
.bannerArea2 ul li {
	height:280px;
	background-size:cover;
}
.bannerArea2 ul li img.main {
	display:none;
}
/*聯繫我們*/
.contactArea ul li.col-4{
	padding-bottom:20px;
	width:50%;}

/*類別*/
ul.classLink{
	clear:both;
	display:block;
	margin:0;}

ul.classLink li{
	display: block;
	width: 47.5%;
	float: left;
	margin:0 3px 10px 3px;}

ul.classLink li:before{
	content:none;}

ul.classLink li:last-child:after{
	content:none;}

ul.classLink li a{
	background:#888888;
	display:block;
	height:44px;
	color:#FFF;
	text-shadow:0 -1px #7c7c7c;
	border-radius:4px;
	text-align:center;}

.otherArea{
	padding:20px 0;}

ul.articleList li{
	float:none;
	width:100%;
	padding:0 0 30px 0;}
}

@media (max-width: 480px){
.bannerArea2 ul li {
	height:240px;
}
.bannerArea2 .bannerTxt{
	bottom:30%;
}
.bannerArea2 .bannerTxt .Txtbox{
line-height:1;
	font-size:1.2em;
}

	/*聯繫我們*/
	.contactArea ul{
		margin:0;}
		
	.contactArea ul li.col-4{
		float:none;
		clear:both;
		padding:0 0 30px 0;
		width:100%;}
.bannerArea .bannerTxt .Txtbox .btitle02 {
    padding: 10px 50px;
    margin-top: 10px;
}
}

/*360*/
@media (max-width: 360px){

/*頁籤*/
.tab{}

.tab a{}

.pageBox .page{
	display:block;
	padding: 15px 0;}

.pageBox a{
	font-size:16px;}
}
