/* 根據bootstrap所做的調整 */


body{ font-family: "Microsoft JhengHei",微軟正黑體, 微软雅黑, "Microsoft YaHei","Open Sans", 游ゴシック体, "Yu Gothic",  メイリオ, Meiryo, "MS Gothic", sans-serif;line-height:26px;color: #333;background: #fafafa;
    letter-spacing:1px;font-size: 14px;}
form{height: 100%;}
a { color:#12549d;text-decoration: none;}
a:hover{ color: #000;text-decoration: none;}
a:focus{text-decoration: none;}
ul,li{list-style: none;padding: 0;margin: 0;}
p {margin: 0 0 8px;text-align: justify;}
img{max-width: 100%;}
:focus {outline: #36a4b5 auto 3px;}
hr{border-top: 1px solid #ccc;}
.container{position: relative;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {letter-spacing:2px;margin-top: 0;
    font-weight:400; margin-bottom: 8px; font-family: "Microsoft JhengHei",微軟正黑體, 微软雅黑, "Microsoft YaHei","Open Sans", 游ゴシック体, "Yu Gothic",  メイリオ, Meiryo, "MS Gothic", sans-serif;}
h1{font-size: 3.4em;line-height:2em;}
h2{font-size: 2.2em;line-height: 2em;}
h3{font-size: 1.7em;line-height: 2em;}
h4{font-size: 1.3em;line-height: 1.7em;}
h5{font-size: 1.1em;line-height: 1.7em;}
h6{font-size: 1em;line-height: 1.4em;}

@media screen and (max-width: 1230px){
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 5px;letter-spacing:1px;}
h1{font-size: 3em;line-height:2em;}
h2{font-size: 2.1em;line-height: 2em;}
h3{font-size: 1.6em;line-height: 2em;}
h4{font-size: 1.2em;line-height: 1.7em;}
h5{font-size: 1.1em;line-height: 1.7em;}
h6{font-size: 1em;line-height: 1.4em;}
}

@media screen and (max-width: 991px){
body{font-size: 14px;letter-spacing: 0;line-height:24px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 5px;letter-spacing:1px;}
h1{font-size: 3em;line-height:2em;}
h2{font-size: 2em;line-height: 2em;}
h3{font-size: 1.6em;line-height: 2em;}
h4{font-size: 1.2em;line-height: 1.4em;}
h5{font-size: 1.1em;line-height: 1.3em;}
h6{font-size: 1em;line-height: 1.2em;}
p {margin: 0 0 5px;text-align: justify;}    
}
@media screen and (max-width: 767px){
body{font-size: 14px;letter-spacing: 0;line-height:26px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 5px;}
h1{font-size: 2.8em;line-height:2em;}
h2{font-size: 1.8em;line-height: 2em;}
h3{font-size: 1.4em;line-height: 1.6em;}
h4{font-size: 1.2em;line-height: 1.6em;}
h5{font-size: 1em;line-height: 1.6em;}
h6{font-size: 1em;line-height: 1.2em;}
p {margin: 0 0 5px;text-align: justify;}
}


/** 文字/區塊對齊 **/
.tright{text-align: right!important;}
.tleft{text-align:left!important;}
.center{text-align: center!important;float: none;}
img.center{display: block;margin: auto;}
.list-line li{display: inline-block;padding:15px;}
.bold{font-weight: bold;}
.vertical-middle-zone{height: 100%;}
.vertical-middle{   position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);}
.sameHeigh-row{ display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; }
.sameHeigh{    -webkit-flex: 1; 
    -ms-flex: 1; 
    flex: 1; }


@media screen and (max-width: 767px){
.list-line li{padding:5px;font-size: 14px;}
.sameHeigh-row{display: block; }
}
/**space-rwd 空間**/
.space-md{height: 60px;clear: both;overflow: auto;}
.space-lg{height: 100px;clear: both;overflow: auto;}

@media screen and (max-width: 767px){
.space-md{height:30px;}
.space-lg{height:50px;}
}

/**width% **/
.w10{width: 10%!important;}
.w15{width: 15%!important;}
.w20{width: 20%!important;}
.w30{width: 30%!important;}
.w40{width: 40%!important;}
.w50{width: 50%!important;}
.w60{width: 60%!important;}
.w70{width: 70%!important;}
.w80{width: 80%!important;}
.w90{width: 90%!important;}
.w100{width: 100%!important;}

/**padding **/
.nopadding{padding: 0!important;}
.padding-tb-lg{padding-top: 60px;padding-bottom: 60px;}
.padding-tb-md{padding-top: 50px;padding-bottom: 50px;}
.padding-tb-sm{padding-top: 30px;padding-bottom: 30px;}

@media screen and (max-width: 991px){
.padding-tb-lg{padding-top: 40px;padding-bottom: 40px;}
.padding-tb-md{padding-top: 30px;padding-bottom: 30px;}
.padding-tb-sm{padding-top: 15px;padding-bottom: 15px;}
}

@media screen and (max-width: 767px){
.padding-tb-lg{padding-top: 30px;padding-bottom: 30px;}
.padding-tb-md{padding-top: 20px;padding-bottom: 20px;}
.padding-tb-sm{padding-top: 15px;padding-bottom: 15px;}
}


/**margin **/
.bottommargin-lg { margin-bottom: 80px !important; }
.bottommargin { margin-bottom: 50px !important; }
.bottommargin-sm { margin-bottom: 30px !important; }


@media screen and (max-width: 991px){
.bottommargin-lg { margin-bottom: 60px !important; }
.bottommargin { margin-bottom: 30px !important; }
.bottommargin-sm { margin-bottom: 15px !important; }    
 
}
@media screen and (max-width: 767px){
.bottommargin-lg { margin-bottom: 40px !important; }
.bottommargin { margin-bottom: 20px !important; }
.bottommargin-sm { margin-bottom: 15px !important; }      
}

/* ----------------------------------------------------------------
	content-warp 內文寬度
-----------------------------------------------------------------*/
@media screen and (max-width: 991px){
    .container{max-width: 860px;margin: auto;}
}
.content-warp-lg{max-width: 980px;margin: auto;text-align: justify;}
.content-warp-md{max-width: 880px;margin: auto;text-align: justify;}
.content-warp-sm{}

/**form 表單**/
input[type="radio"], input[type="checkbox"]{ zoom: 1.5;}
input{border-radius: 3px;padding:3px 10px;border: 1px solid #ddd;}
select{background: #eee;}
input[type="radio"],input[type="checkbox"]{height: auto;}
.input-group{position: relative;display: table;border-collapse: separate;}

/** background color 背景色彩 **/
.bg-grad{background-color: rgba(35, 84, 172, 0.21);
    background: radial-gradient(ellipse at top,transparent 10%,transparent 60%,rgba(35, 84, 172, 0.21) 100%);}
.bg-gray-light{background-color: #f0f0f0;}

/** font color 文字色彩 **/
.maincolor{color:#DD0B20;}

.darkgray{color: darkgray;}
.gold{color:  #c0a27d;}
.white{color: #fff!important;}


/* ----------------------------------------------------------------
	table 表格
-----------------------------------------------------------------*/
table{max-width: 100%!important;min-width: 300px;}
table tr td{padding: 10px;text-align: center;}    
.table {width: auto;max-width: 100%;}
.table-striped{background: #fff;}
table.table-bordered{border: 2px solid #ddd;background: #fff;}
table.table-bordered td{border: 1px solid #ddd;}
@media screen and (max-width: 767px){
.table-responsive{border: none;}
.table-responsive table.table-bordered{border: 2px solid #ddd;}
table tr td{padding: 5px;}    
}
/* ----------------------------------------------------------------
	BUTTON
-----------------------------------------------------------------*/
.button {
    font-size: 13px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 30px;
	height: 38px;
	line-height: 38px;
	background-color:#222;
	color: #FFF;
	letter-spacing: 1px;
	border: none;
/*box-shadow: 0 10px 15px -12px rgba(0, 0, 0, 0.5);*/ 
}

.button:hover {color: #FFF;    background-color: #000!important;}
.button.border-radius{border-radius:4px!important;}
.button-rounded{border-radius:4px!important;}
.button-shadow{box-shadow: 0 5px 5px 12px rgba(0, 0, 0, 0.5);}

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 20px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.button.button-large {
	padding: 0 26px;
	font-size:1em;
	height: 46px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 60px;
	font-size:1em;
	letter-spacing: 2px;
	height: 44px;
	line-height: 44px;
}
@media screen and (max-width: 991px){
.button{	padding: 0 24px;
	font-size:0.9em;
	letter-spacing:1px;
	height: 30px;
	line-height: 30px;}    
.button.button-xlarge {
	padding: 0 30px;
	font-size:0.9em;
	letter-spacing:1px;
	height: 34px;
	line-height: 34px;}    
}
@media screen and (max-width: 767px){
.button.button-xlarge {
	padding: 0 34px;
	font-size:0.9em;
	letter-spacing:1px;
	height: 34px;
	line-height: 34px;}    
.button-xlarge i {top:2px;
	margin:0 0 0 5px;font-size: 0.7em;
}    
}
.button i {transition: all 0.1s;position:absolute;right:10px!important;top: 50%;transform:translateY(-50%);margin: 0!important;}
.button:hover i{right:8px!important;transition: all 0.1s;margin: 0!important;}
.button.button-small i {transition: all 0.1s;position:absolute;right: 3px!important;top: 50%;transform: translateY(-50%);margin: 0!important;}
.button.button-small:hover i{right:2px!important;transition: all 0.1s;}
.button.button-xlarge i {transition: all 0.1s;position:absolute;right: 20px;top: 50%;transform:translateY(-50%);}
.button.button-xlarge:hover i{right:15px;transition: all 0.1s;}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}

.button.button-border:hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}



/* Buttons - 3d
-----------------------------------------------------------------*/

.button.button-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.button.button-3d:hover {
	background-color: #1ABC9C !important;
	opacity: 0.9;
}


/* Buttons - Colors
-----------------------------------------------------------------*/
.button-light { background-color: #74b1e7; }
.button-3d.button-light:hover,
.button-light:hover { background-color: #74b1e7 !important; }

.button-red { background-color: #C02942; }
.button-3d.button-red:hover,
.button-reveal.button-red:hover { background-color: #C02942 !important; }

.button-teal { background-color: #53777A; }
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover { background-color: #53777A !important; }

.button-yellow { background-color: #ECD078; }
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover { background-color: #ECD078 !important; }

.button-green { background-color: #59BA41; }
.button-3d.button-green:hover,
.button-reveal.button-green:hover { background-color: #59BA41 !important; }

.button-brown { background-color: #774F38; }
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover { background-color: #774F38 !important; }

.button-aqua { background-color: #40C0CB; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover { background-color: #40C0CB !important; }

.button-lime { background-color: #AEE239; }
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover { background-color: #AEE239 !important; }

.button-purple { background-color: #5D4157; }
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover { background-color: #5D4157 !important; }

.button-leaf { background-color: #A8CABA; }
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover { background-color: #A8CABA !important; }

.button-pink { background-color: #ff635c; }
.button-3d.button-pink:hover,
.button-pink:hover { background-color: #C02942 !important; }

.button-dirtygreen { background-color: #1693A5; }
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover { background-color: #1693A5 !important; }

.button-blue { color: #fff;background-color: #0074CC;
    background: -webkit-gradient(linear, left top, right top, from(#009dde), to(#004799));
    background: -moz-linear-gradient(left, #00B3FE, #003399);
    background: -ms-linear-gradient(left, #00B3FE, #003399);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";}
.button-3d.button-blue:hover,
.button-blue:hover { background: #155fa7 !important;color: #fff; }
.button-3d.button-blue:focus,
.button-blue:focus {color: #fff;}
.button-blue i{color: #fff!important;}

.button-amber { background-color: #EB9C4D; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover { background-color: #EB9C4D !important; }

.button-black { background-color: #111; }
.button-3d.button-black:hover,
.button-reveal.button-black:hover { background-color: #111 !important; }

.button-white { background-color: #F9F9F9; }
.button-3d.button-white:hover,
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }

.button-grey { background-color: #888; }
.button-3d.button-grey:hover,
.button-grey:hover { background-color: #666 !important; }

/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
}

/* ----------------------------------------------------------------
	title 標題樣式
-----------------------------------------------------------------*/

.main-title{letter-spacing: 7px;color: #888;text-align: center;}
.color-title{color: #36a4b5;}

.fancy-title-style1 {position: relative;}
.fancy-title-style1 .title{display: inline-block;font-weight:300;letter-spacing: 3px;display: block;line-height: 1em;}
.fancy-title-style1 span{text-transform:uppercase;color: #fafafa;font-size:120%;font-weight:200;}
.fancy-title-style1:after{content: '';display: block;margin-top:15px;width: 40px;border-top: 2px solid #fff;  }
.fancy-title-style1.center:after{margin:15px auto 0;}

.fancy-title-style1.dark, .fancy-title-style1.dark span{color: #333!important;}
.fancy-title-style1.dark:after{border-top: 2px solid #333;}

.title-border{padding: 5px 15px;border-top-left-radius:3px;
border: 1px solid #CCC;margin-bottom: 15px;border-top-right-radius:3px;box-shadow: inset 0 -1px 0 0 #FFF;
    box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF; background: linear-gradient(to bottom, #fefefe 0%, #e8edef 100%);border-top: 3px solid #019CE5;}
.title-line-c{border-bottom: 2px solid #ccc;padding-bottom:5px;margin-bottom: 15px;position: relative;display: block;}
.title-line-c:before {content: '';display: block;width: 15%;height: 2px;position: absolute;left: 0;bottom: -2px;
    background: #3177bd;}

.title-line-o{width:100%;text-align:center;margin-bottom: 15px;}
.title-line-o{position:relative;display:inline-block;}
.title-line-o:before, .title-line-o:after{content:"";display:block;width:47%;height:4px;border-top:1px solid #12549d;position:absolute;bottom:0;}
.title-line-o:before{left:0;}
.title-line-o:after{right:0;}
.title-line-o span{
	display:block;
	width:4px;height:4px;
	border:2px solid #12549d;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	bottom:4px;
	left:50%;
	margin-left:-4px;
}
.title-color-g{
    color: #FFF;
    padding: 5px 20px;
    background: #1b5ba1;
    background: -moz-linear-gradient(left, #1b5ba1 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1b5ba1), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, #1b5ba1 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #1b5ba1 0%, rgba(255,255,255,0) 100%);}
.title-sq{position: relative;padding-left: 15px;}
.title-sq:before{content: '';display: block;width:5px;height: 18px;position: absolute;left: 0;
    background: #3177bd;top: 50%;transform: translateY(-50%);}

@media screen and (max-width: 480px){
    .title-line-c{padding-bottom: 0;}    
.fancy-title-style1.center:after {
    margin: 10px auto 0;}
.fancy-title-style1 span{text-transform:uppercase;color: #fafafa;font-size:100%;font-weight:400;}    
}
/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#back-to-top {position: fixed;bottom: 0px;right: 0px;z-index: 9999;
width:auto;height:auto;text-align: center;background:#1672C0;line-height: 20px;color: #fff;padding:15px 20px;cursor: pointer;text-decoration: none;transition: opacity 0.2s ease-out;
opacity: 0;text-align: center;}
#back-to-top i{display: block;}
#back-to-top:hover {}
#back-to-top.show {opacity:0.7;}

/* ----------------------------------------------------------------
	carousel
-----------------------------------------------------------------*/
/* 首頁大圖輪播*/
#myCarousel{}
.carousel-inner{height: 100%;}
.carousel-control.right,.carousel-control.left{background-image: none;}
.carousel-control{text-shadow: none;width: 50px;
   background-color: #c0a27d;height: 50px;top:50%;margin-top: -30px;border-radius: 400px;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -15px;margin-top: -15px;font-size: 22px;line-height:30px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{margin-right: -15px;margin-top: -15px;font-size: 22px;line-height:30px;}
.carousel-indicators li{width: 10px;height: 10px;margin:10px;}
.carousel-indicators .active{width: 10px;height: 10px;margin: 10px;}
.carousel-indicators {
    position: relative;bottom: -20px;}
.carousel-indicators li{    border: 2px solid #c0a27d;}
.carousel-indicators .active{    background-color: #c0a27d;}

@media screen and (max-width: 991px){
.carousel-control{background-color: transparent;}
.carousel-indicators {bottom: -10px;}
.carousel-indicators li{width: 10px;height: 10px;margin: 2px;}
.carousel-indicators .active{width: 10px;height:10px;margin: 2px;}    
}
@media screen and (max-width: 480px){
    .carousel-control.right, .carousel-control.left{display: none;}    
.carousel-indicators {bottom:-15px;} 
.carousel-indicators li{}    
.carousel-indicators .active {}    
}
/* ----------------------------------------------------------------
	Header style1 :menu right
-----------------------------------------------------------------*/
.header-style1{background: #FFFFFF;box-shadow: 0 3px 19px rgba(0,0,0,0.2);transition: all 0.3s linear;}
.header-style1 .top{height: 4px; background-color: #0074CC;
    background: -webkit-gradient(linear, left top, right top, from(#009dde), to(#004799));
    background: -moz-linear-gradient(left, #00B3FE, #003399);
    background: -ms-linear-gradient(left, #00B3FE, #003399);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";}
/* logo */
.header-style1 .logo{display:block;height:80px; padding:15px 0;transition: all 0.3s linear;float: left;}
.header-style1 .logo img{width:auto;max-height: 100%; display: block;}

@media screen and (max-width: 991px){ 
.header-style1{text-align: center;height: 65px;}    
.header-style1 .logo{margin: auto;text-align: center;float: none;display: inline-block;height: 60px;padding:8px 0;}
}


/* 主選單 NAVIGATION */
.header-style1 .navigation{float:right;display: inline-block;}
.header-style1 .navigation ul {padding: 0px;margin: auto;list-style: none;float:none;display: block;}
.header-style1 .navigation ul li {margin: 0;display: inline-block;float: left;}
.header-style1 .navigation ul li a {display: block;line-height:80px;color: #333;
    letter-spacing: 1px;transition: all 0.3s;font-size: 15px!important;padding: 0 25px;}
.header-style1 .navigation ul li a:hover {color: #fff;background:#0075bf;}

@media screen and (max-width: 991px){
    
}
/* 主選單下拉 第二層 dropdownmenu */
.header-style1 ul.dropdownmenu{ display:none;position: absolute;background-color:#f2f2f2;
    z-index:9999;padding: 0;transition:all ease 0.5s;opacity: 0;min-width: 160px;
     left:-10px;box-shadow: 0 10px 20px -3px rgba(0,0,0,0.3);}
.header-style1 ul.dropdownmenu li{width: 100%;padding:0;margin: 0;}
.header-style1 ul.dropdownmenu li a {line-height:50px!important;float: none;text-decoration: none;
    display: block;text-align: left;border-top:1px solid #ccc;white-space:nowrap;
       /*background:linear-gradient(to top,#fbfbfb 0,#ffffff 100%);*/ }
.header-style1 ul.dropdownmenu li:first-child a{border-top: none;}
.header-style1 ul.dropdownmenu li:last-child a{}
.header-style1 ul.dropdownmenu li a:hover {color: #fff;
background:#0075bf;
}

.header-style1 .dropdown:hover ul.dropdownmenu {
    display: block; -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;margin-top:0px;}  

/* 主選單下拉式 第二層 dropdownmenu--假如有子選單時顯示箭頭  */
.header-style1 .navigation li.has-child a:after{}
.header-style1 .navigation li.has-child ul li a:after{content:"";}    

/* 手機版選單右推開 mobimenu */
.smobitrigger,.mnuclose {display: none}
@media screen and (max-width:991px) {
.panellogo a{background:transparent;display:inline-block;}
.panellogo img {    width: 140px;padding:10px 0;}    
    .smobitrigger,
    .mnuclose {display: inline-block;}
    .smobitrigger {color: #fff;font-size: 20px;line-height: 12px;padding: 10px;position: absolute;top: 13px;left:15px;}
    .mnuclose {font-size: 14px;padding: 10px 20px;float: right;}
.smobitrigger .icon-bar{background-color:#3177bd; display: block;width: 20px;height: 3px;border-radius: 1px;}
 .smobitrigger .icon-bar+.icon-bar{margin-top:4px;}    
.mnuclose span {text-shadow: none;text-decoration: none;font-weight: 100;color: #fff;opacity: 0.2;}
a.mnuclose{text-decoration: none;} 
.navigation{float: left;}    
.navigation ul {overflow-y: auto;background-color:#3177bd;}
    .navigation ul li,
    .navigation ul li a {color: #fff!important;
        width: 100%;display: block;
     line-height:50px!important;border-top:1px solid rgba(255,255,255,0.1);}
    .navigation ul li a {padding: 0 50px!important;color: #fff;text-align: left;
      
    }
    .navigation ul li a:hover,.navigation ul li a:focus,.navigation ul li a:after{
         color: #fff;background: #255088!important;

    }
    .mobimenu {
        list-style: none;
        padding: 20px;
        margin: 0px;
        width: 270px;
        position: fixed;
        height: 100%;
        top: 0px;
        left: -270px;
    }
    .mnuopn {
        left: 0px!important;
    }
    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        z-index: 9998;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
.navigation li ul.dropdownmenu{width: 100%;display: none!important;position: relative;opacity: 1;margin-top: 0;
    min-width: 100px;border-bottom: 1px #fafafa solid;padding-bottom: 6px;}
.navigation li ul.dropdownmenu li a{margin: 0;border-bottom: none;padding:6px 20px 6px 40px;white-space: normal;
    line-height: 1.6em;
    }

}

/* right-link */
.header-style1 .right-link{float: right;position: relative;}
.header-style1 .right-link ul {border-left: 1px solid #eee;border-right: 1px solid #eee;}
.header-style1 .right-link ul li{position: relative;display: block;}
.header-style1 .right-link ul li a{display: block;line-height: 80px;padding: 0 30px;
font-size:22px;color:#0075bf;cursor: pointer;}
.header-style1 .right-link ul li a:hover{background:#0075bf;color: #fff;}
.header-style1 .right-link ul.dropdownmenu{ background-color:#fff;border: none;}
.header-style1 .right-link ul.dropdownmenu li a{line-height:50px;font-size: 15px;color: #333;}
.header-style1 .right-link ul.dropdownmenu li a:hover{color: #fff;}

/* fixed-header */
.fixed-header .top{height: 2px;}
.fixed-header {position: fixed;top: 0;left: 0;width: 100%; z-index: 99999;height: 63px;
transition: all 0.3s linear;}
.fixed-header .navigation ul li a{line-height: 60px;transition: all 0.3s linear;padding: 0 20px;}
.fixed-header .logo{padding: 10px 0;transition: all 0.3s linear;height: 60px;}
.fixed-header .right-link ul li a{line-height: 60px;}

@media screen and (max-width: 991px){ 
    .header-style1 .container{width: 100%;}    
    .header-style1 .right-link{position: absolute;right: 0;top:0;}
    .header-style1 .right-link ul{border: none;}    
.header-style1 .right-link ul li a{line-height: 60px;font-size: 15px;}
.header-style1 .right-link ul.dropdownmenu li a{line-height:40px!important;font-size: 1em;text-align: center;padding: 0;}
    .header-style1 ul.dropdownmenu{min-width: 100px;right: 0;left: auto;}    
}

/* ----------------------------------------------------------------
	Banner
-----------------------------------------------------------------*/
.banner-big{height: 460px;background-size: cover;color:#fff;background-position: right;}
.banner-big h1{letter-spacing:2px;font-weight:500;}
.banner-big p{line-height:1.5;}
@media screen and (max-width:1230px) {
    .banner-big{height: 380px;background-position:center;} 
}
@media screen and (max-width:991px) {
 .banner-big{height:300px;background-size:cover;background-position:center;}   
}
    
@media screen and (max-width:767px) {  
 .banner-big{height:220px;background-size:cover;background-position:center;}
 .banner-big .container{padding: 0 30px;} 
  
}
@media screen and (max-width:480px) {
.banner-big{height:180px;background-size:cover;background-position:right;}
    .banner-big .hidden-xxs{display: none;}
}
      

/* ----------------------------------------------------------------
	sidemenu
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Footer 
-----------------------------------------------------------------*/
.ftzone{padding:40px 0;}
.fborder{border-right: 1px solid #444;}
.feature-box{width: auto;display: inline-block;float: none;text-align: left;}
.footer{background:#255088;color: #fff;}
.footer h4{font-weight:400;}
.footer .logo{max-width: 170px;margin-bottom: 10px;}
.footer a{color: #888;opacity:0.8; -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;font-size: 90%;}
.footer a:hover{text-decoration: none;opacity: 0.6;
 -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.footer .widget_links ul li a:before{content: "\e080";font-family: 'Glyphicons Halflings';
font-size: 7px;margin-right: 5px;}
.footer .widget_links ul li a{padding: 5px 5px 5px 0;display: block;}
.copyrights{padding: 20px 0;letter-spacing: 1px;color: #fff;font-size: 0.9em;border-top: 1px solid rgba(255,255,255,0.1);font-weight: 300;
text-align: center;}

@media screen and (max-width: 991px){
.copyrights {letter-spacing: 0;font-size: 0.8em;}   
}
@media screen and (max-width: 767px){
img.footerlogo {max-width:200px;}
}
/* ----------------------------------------------------------------
	Video Youtube RWD
-----------------------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-rwd {
    position: relative;
    padding-bottom:100%;
    padding-top:100%;
    height: 100%;
    overflow: visible;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----------------------------------------------------------------
	ABOUT
-----------------------------------------------------------------*/
.titlezone h1{color:  #c0a27d;float: left;line-height: 1em;}
.titlezone h1 span{display: block;color: #717071;font-size:0.5em;padding-top: 15px;}
.sqtitle {background: #c0a27d;width: 110px;height: 87px;line-height: 87px;text-align: center;
color: #fff;float:left;margin-right: 30px;font-size: 1.2em;}
.aboutpro{display: table;vertical-align: middle;width: 100%;color: #fff;}
.tbrow{display: table-row;width: 100%;vertical-align: middle;}
.tbleft,.tbright{display: table-cell;vertical-align: middle;}
.tbleft{text-align: left;width:40%;padding-right: 40px;}

.history-zone{margin:40px 20px;}
.history-block{border-left: 2px solid #888889;padding:30px 20px 30px 50px;position: relative;}
.history-block p span{color: #717071;font-size: 0.9em;margin-left: 15px;}
.history-block .year{border-radius: 400px;background: #c0a27d;
    position: absolute;left: -30px;height: 60px;width: 60px;line-height: 60px;text-align: center;
top:-30px;color: #252626;font-weight: bold;}
@media screen and (max-width: 991px){
    .sqtitle{    width: 80px;
    height: 63px;
    line-height: 63px;}
}
@media screen and (max-width:767px){
    .tbrow{display: block;}
.tbleft,.tbright{display: block;float: none;margin: auto;padding: 15px;}
    .tbright h2 span{display: block;}    
    .history-block{ padding: 30px 0px 20px 25px;}    
}

/* ----------------------------------------------------------------
	textlist
-----------------------------------------------------------------*/
ul.textlist{display:block;margin: auto;}
ul.textlist li{font-size: 1.1em;padding:13px 30px;font-weight: 400;}
ul.textlist.border-bottom li{border-bottom: 1px dotted #888;}
ul.textlist.border-bottom li:last-child{border-bottom: none;}
ul.textlist.disc li{list-style:disc!important;list-style-position: inside!important;}
ul.textlist li i{font-size: 1.2em;margin-right: 15px;}
ul.textlist li span{margin: 0 5px;font-weight:500;}
/* ----------------------------------------------------------------
	timeline / history
-----------------------------------------------------------------*/
.timeline-hori ul li{   float: left;
    position: relative;
    width:20%;padding:0 20px;
    text-align: center;
    overflow: hidden;
line-height: 2;}
.timeline-hori ul li:before, .timeline-hori ul li:after{
    content: '';
    position: absolute;
    top: 170px;
    left: 0;
    margin-left: -15px;
    width: 50%;
    border-top:2px dashed #DD0B20;    
}
.timeline-hori ul li:after {
    left: auto;
    right: 0;
    margin: 0 -15px 0 0;
}
.timeline-hori ul li h2{color: #df3b31;}

.timeline-hori ul li h5{line-height:1.8;font-size: 98%;}
.timeline-hori ul li .year-hori{height: 150px;}
.timeline-hori ul li .circle{width: 20px;height: 20px;background-color: #fff;display: block;margin: auto;
border-radius: 100px;border:3px solid #DD0B20;}
.timeline-hori-content{margin-top: 30px;text-align: left;background: #fafafa;padding: 10px;}
.timeline-block{border-bottom: 1px #fafafa solid;}
.timeline-left{padding:50px 50px 20px;text-align: right;}
.timeline-right{border-left-width: 8px; border-left-style: solid;padding:50px 20px 20px;position: relative;margin-bottom:1px;}
.year{position: absolute;right: -42px;background: #ccc;padding: 5px;top:-15px;z-index: 999;}
.timeline-right ul li{padding:5px 5%;}
@media screen and (max-width: 991px){
    .timeline-hori ul li{width: 30%;    margin-bottom:30px;}
.timeline-left{padding:3px;text-align: center;}
.timeline-right{padding:10px;border-left-width: 5px;}
}
@media screen and (max-width: 767px){
.timeline-hori ul li{width:100%;    margin-bottom:10px;}  
.timeline-hori ul li .year-hori{height: auto;text-align: left;} 
.timeline-hori-content{    margin-top: 0;} 
    .timeline-hori ul li:before, .timeline-hori ul li:after{display: none;}
.timeline-hori ul li .circle{display: none;}    
    .timeline-right {border-left-width: 0;}
.timeline-left{padding:5px 10px;text-align:left;background: #fafafa;}
    .timeline-left h3{font-size:1.5em;}  
.year {
    position: relative;
    right: 0;
    background: #ccc;
    padding: 5px;
    top: 0;
    z-index: 99;
    left: 0;
}

}
/* ----------------------------------------------------------------
	panel
-----------------------------------------------------------------*/
.panel-heading {
    padding:5px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #DD0B20;color: #fff;
}

/* ----------------------------------------------------------------
	category-item
-----------------------------------------------------------------*/
.category-header{color: #12549d;margin: 0 10%;}
.category-header h2{font-weight: 400;}
.tagzone{margin: 5px;}
.tag1{padding: 3px 10px;margin-right: 5px; background:orange;font-size: 10px;letter-spacing:0px;line-height:14px;color: #fff;border-radius: 3px;}
.tag2{margin: 5px;padding: 3px;background:grey;}
@media screen and (max-width:767px){
.category-header{margin: 0 15px;}  
}
/* ----------------------------------------------------------------
	category-item 區塊列表
-----------------------------------------------------------------*/
.c-num{position: absolute;z-index: 999;top: 0px;}
.category-item{padding: 0 5px;margin-bottom: 15px;}
.category-item:hover .category-item-dsc{transition: all  0.2s linear;}
.category-item img{border: 1px solid #ccc;border-radius: 3px;box-shadow: inset 0 -1px 0 0 #FFF;box-shadow: 0px 3px 5px 0px #ddd, inset 0 -1px 0 0 #FFF;padding: 2px;}
.category-item-dsc{background:#e6edf7;padding:20px 0;transition: all  0.2s linear;}
.category-item-dsc p{color: #666;}
.category-item h4{font-weight: 600;}
.category-item .more{position:relative;right: 0;bottom: 0;color:#3e90d4;font-weight: bold;font-size: 85%;transition: all  0.2s linear;}
.category-item .more a{color:#3e90d4;}
.category-item .more i{margin: 0 5px;transition: all  0.2s linear;}


/* ----------------------------------------------------------------
	category-item  水平分類列表
-----------------------------------------------------------------*/
/*.category1*/
.category1{ margin: auto;}
.category-item1{display: table;position: relative;width: 100%;margin-bottom:30px;padding: 20px;}
.category-item1 h3{font-weight:300;color:#005cab;padding-bottom:15px;border-bottom:1px solid #dbe6f0;}
.category-item1 h4{font-weight:400;color:#222;}
.category-item1 .pic{width:30%;display:table-cell;float: left;}
.category-item1 .pic img{    border: 1px solid #CCC;margin-bottom: 15px;border-radius: 3px;box-shadow: inset 0 -1px 0 0 #FFF;box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF;padding: 2px;}
.category-item1 .dsc{width: 70%;float: left;word-wrap:break-word;color: #555;padding-left:30px;font-size: 105%;}
.category-item1 .dsc i{margin:0 10px;font-weight: bold;color: #019CE5;}
.category-item1 .button i{margin:0;}
.category-item1 .more{position: absolute;right: 0;bottom: 0;padding: 10px;color:#3e90d4;font-weight: bold;font-size: 85%;}
.category-item1 .more i{margin: 0 5px;}

@media screen and (max-width: 1230px){
.category-item1 .pic{width:25%;}
.category-item1 .dsc{width: 75%;}    
}
@media screen and (max-width: 767px){
.category-item1 h4{font-weight:500;}    
.category-item1{padding:15px;margin-bottom: 20px;border: 1px solid #efefef;box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF;border-radius: 3px;background: #fff;}
.category-item1 .pic{width:100%;display: block;float: none;margin: auto;}
    .category-item1 .pic img{border: none;}    
.category-item1 .dsc{width: 100%;display: block;padding: 0;font-size: 100%;}  
.category-item1 .button{width: 100%;margin: 5px 0;}
.category-item1 .dsc i{margin:0 5px;font-weight: bold;color: #019CE5;}    
}
/*.category2*/
.category2{ margin: auto;}
.category-item2{display: table;position: relative;width: 100%;border-bottom: 1px dotted #ddd;}
.category-item2 h3{font-weight:300;color:#005cab;padding-bottom:15px;border-bottom:1px solid #dbe6f0;}
.category-item2 h4{font-weight:500;color: #333;}
.category-item2 h4:before {}
.category-item2 h4 i{font-size: 12px;}
.category-item2 a{display: block;padding:30px;transition: all 0.2s linear;border-radius:3px;}
.category-item2 a:hover{transition: all 0.2s linear;background:#e6edf7;}
.category-item2 .pic{width:18%;display:table-cell;float: left;}
.category-item2 .pic img{border: 1px solid #ccc;border-radius: 3px;box-shadow: inset 0 -1px 0 0 #FFF;box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF;padding: 2px;}
.category-item2 .dsc{width: 82%; padding-left:30px;float: left;word-wrap:break-word;color: #666;}
.category-item2 i{color:#1672C0;margin-right: 5px;}
.category-item2 .more{position: absolute;right: 0;bottom: 0;padding:3px 8px 3px 12px;color:#fff;font-weight: bold;font-size: 90%;background: #ccc; opacity: 0.5;text-align: center;}
.category-item2 .more i{color:#fff;}

@media screen and (max-width: 767px){  
.category-item2 h4{letter-spacing: 0;font-size:15px;}    
.category-item2 a{padding:15px;}
.category-item2 .pic  {width:25%;padding-top: 5px;}
.category-item2 .dsc{width: 75%;padding-left: 15px;}
.category-item2 .dsc p{height:40px;overflow: hidden;}    
}
@media screen and (max-width: 480px){
    .category-item2 h4 i{font-size: 8px;}
    .category-item2 i{margin-right: 0;}
     .category-item2 .pic img{border: none;} 
    .category-item2{background: #fff;margin-bottom:5px;border: 1px solid #efefef;box-shadow: 0px 0px 4px 0px #EEE;} 
    .category-item2 a{padding:10px;}
    .category-item2 .title-line-c{margin-bottom: 5px;}
    .category-item2 .dsc{padding-left: 10px;}
    .category-item2 .dsc p{color: #888;font-size: 90%;line-height:18px;height:34px;}    
}
/* ----------------------------------------------------------------
	product 產品詳細頁
-----------------------------------------------------------------*/
.pro-back{text-align: right;padding:10px 10px;background:rgba(0,0,0,0.05);}
.pro-info{padding-bottom: 15px;}
.pro-info i{margin: 0 10px;color: #019CE5;font-size: 10px;}
.pro-info .pic{padding: 20px;}
.pro-detail img{background: #eee;padding:10px; display: inline-block;margin: auto;}
.pro-detail-text{
	padding: 20px;
	text-align: center;
}
.pro-desimg{text-align: center;}

.pro-desimg.center {display:block;margin:10px auto;}
.pro-desimg span{display: block;font-weight: bold;color: #888;}
.pname{display: block;font-weight: bold;color: #888;text-align: center;}
/* ----------------------------------------------------------------
	iconbox
-----------------------------------------------------------------*/
.iconbox{transition: 0.4s;top:0;padding: 30px;}
.iconbox:hover{top: -10px;z-index: 1;transition: 0.4s;}    
.iconbox-left {text-align: left;    padding:0 0 0 50px;position: relative;margin:0 10px;}
.iconbox-left .iconimg{position: absolute;top:0;left: 0;width:34px;}
@media screen and (max-width: 991px){
.iconbox-left {text-align: left;    padding:0 0 0 40px;position: relative;margin:0 10px;}    
.iconbox-left .iconimg{position: absolute;top:0;left: 0;width:30px;}
}
@media screen and (max-width: 767px){
    .fborder{border: none;}
    .iconbox-left{margin-bottom: 20px;border-bottom: 1px solid #333;padding:0 0 10px 40px;}    }
/* ----------------------------------------------------------------
	iconbox-brand logo
-----------------------------------------------------------------*/
.logoListWrap{max-width: 880px;margin: auto;position: relative;}
.logoListWrap ul{display: block;position: relative;float: none;text-align: center;}
.logoListWrap ul li{display:block;position: relative;display: inline-block;
    float:none;margin:3px;width:164px;padding: 15px;
    background: #FFF;border: 1px solid #ddd;}
.logoListWrap ul li img{
    display: inline-block;}
@media screen and (max-width: 991px){
    .logoListWrap{max-width: 600px;}
    .logoListWrap ul li{width:113px;}  
}
@media screen and (max-width: 767px){
 .logoListWrap ul li{width:23%;margin: 1%;} 
}
@media screen and (max-width: 480px){
.logoListWrap{max-width: 300px;}   
    .logoListWrap ul {float: none;text-align: center;}    
 .logoListWrap ul li{width:30%;margin: 1%;padding: 5px;    float: none;} 
}
/* ----------------------------------------------------------------
	feature
-----------------------------------------------------------------*/
.bg-grid{
    background: -moz-linear-gradient(to right bottom, #fff, #eee);
    background: -webkit-linear-gradient(to right bottom, #fff, #eee);
    background: -ms-linear-gradient(to right bottom, #fff, #eee);
    background: linear-gradient(to right bottom, #fff, #eee);
}
@media screen and (max-width: 767px){
    .bg-grid {padding: 20px;}
    .bg-grid .vertical-middle{transform: none;}
}
.pic-border{border: 1px solid #CCC;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 0 #FFF;
    box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF;
    padding: 2px;}
.boxshadow {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.iconbox img{max-width: 110px;}
