﻿@charset "UTF-8";

/*************************
*******Typography******
**************************/
body {font-family:"Microsoft JhengHei"!important;}
body {
  background-color:#fff;	
  color:#3E3333;
  font-size:0.938em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: "微軟正黑體";
  color:#4e4e4e;
}

h1{
  margin:0px;
  padding:0px;
  color:#fff;
}

h2{
  font-size: 1.333em;
}

h3{
	font-size: 1.133em;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	margin-top:6px;
}

h4{
  font-size: 1.067em;
}

a {
	color: #2d68ae;
}

a:hover, a:focus {
	color: #2760a3;
	font-weight:bold;
}
.breadcrumb a {
	color: #666666;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
  padding: 7px 20px;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-primary_nomargintb {
  padding: 7px 20px;
  color: #fff;
    background: #2081cd;
    background: -moz-linear-gradient(top, #2081cd 0%, #134491 100%);
    background: -webkit-linear-gradient(top, #2081cd 0%,#134491 100%);
    background: linear-gradient(to bottom, #2081cd 0%,#134491 100%);
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	border-color: #c41a1a;
	border-width: 3px;
	outline: 3px solid red;
} 

.btn-primary_nomargintb:hover, 
.btn-primary_nomargintb:focus{
  color: #fff;
  background-color: #1A77C4;
  border-color: #1A77C4;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
	margin-left: 20px;
}

.fatfooter {
  padding: 25px 0px 10px 0px;
}


.center {
  text-align: center;
  padding-bottom: 25px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 1.067em;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
.header {
	display: table;
	position: relative;
	width: 100%;
	/*height: 80%;*/
	background: url(../images/searchbg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/*@media screen and (max-width:767px) {
.header {
	display: table;
	position: relative;
	width: 100%;
	height: 80%;
	background: url(../images/searchbg_xs.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
}*/


#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
	margin-left: auto;
	display: block;
	clear: both;
	margin-right: auto;
	text-align: center;
}

.top-bar {
	/*background-color: rgba(0,0,0,0.4); */
	line-height: 24px;
	padding-top: 3px;
	/*padding-right: 15px;*/
	padding-bottom: 3px;
	padding-left: 15px;
}

.top-number{
	color: #fff;
	padding-left: 15px;
}

.top-number p{
  margin: 0
}
 
.social{
  text-align: right;
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.social-share li {
  display: inline-block;
  margin:0px;
}
ul.social-share li a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	padding-right: 1px;
	padding-left: 3px;
	font-family: "微軟正黑體";
	color: #2d68ae;
}
ul.social-share li:before {
    content: "│";
    padding: 0 3px;
	color: #2d68ae;
}
ul.social-share li a:hover,
ul.social-share li a:focus {
  text-decoration:underline;
  color: #c41a1a;
}
.search i {
  color: #fff;
}
input.search-form{
	border: 0 none;
	width: 180px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	background-color: #999;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.navbar-brand>img {
	max-width:100%;
  height: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: inline-block;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background:transparent; 
	padding:0;
	padding-bottom: 0;
	font-family: "微軟正黑體";
}

 .navbar-nav{
	margin-top: 20px;
	font-size: 1.133em;
 }

.navbar-nav>li{
	margin-left: 0px;
	padding-bottom: 8px;
	margin-right: 5px;
}

.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #CE4C05;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 2.4em;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #CE4C05;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #CE4C05;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #D14905;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #CE4C05;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 6%;
}

#main-slider .next {
  right: 6%;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #CE4C05;
   margin: 0 15px 0 0;
   border: 1px solid #D14905;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #D14905;
  border: 1px solid #D14905;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  /*background: #fcfeed;*/
  padding-bottom: 0px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 10px;
  overflow: hidden;
}

.feature-wrap h2{
	margin-top: 10px;
	color: #333;
}
.feature-links {
	color: #333;
	font-family: "微軟正黑體";
	font-size: 1.267em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.feature-links a {
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}

.feature-links:hover, .feature-links:focus, .feature-links:active {
	margin-right: 8px;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	color: #CE4C05;
	
}
.feature-links a:hover {
	color: #0665C7;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}
/*
.feature-wrap i{
	font-size: 2.133em;
	height: 50px;
	width: 50px;
	margin: 3px;
	border-radius: 100%;
	line-height:48px;
	text-align:center;
	background: #1B77D7;
	background: -moz-linear-gradient(-45deg, #1B77D7 0%, #39b49a 100%); 
	background: -webkit-linear-gradient(-45deg, #1B77D7 0%,#39b49a 100%);
	background: linear-gradient(135deg, #1B77D7 0%,#39b49a 100%); 
	color: #FFFFFF;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #58bbee;
	-webkit-box-shadow: inset 0 0 0 5px #58bbee;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.feature-wrap i:hover {
  background: #854725;
  color: #fff;
  box-shadow: inset 0 0 0 5px #854725;
  -webkit-box-shadow: inset 0 0 0 5px #854725;
  border: 3px solid #D14905;
}
*/
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 1.6em;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #D14905;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {

}

#services .lead,
#services h2{
  color: #ffffff;
}

.services-wrap {
	background: #fff;
	border-radius: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	


 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 2px #CCC;


}
.services-wrap2 {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 5px 12px;
}
services-wrap3 {
	margin-top: 15px;
	margin-right: -30px;
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 5px 12px;
}
.services-wrap2 ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.services-wrap2 ul li {
	list-style-type: none;
	/*box-shadow: 2px 2px 6px -2px rgba(51,51,102,0.2);
	-moz-box-shadow: 2px 2px 6px -2px rgba(20%, 20%, 40%, 0.2);
	-webkit-box-shadow: 2px 2px 6px -2px rgba(20%, 20%, 40%, 0.2);*/
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 8px;
	/*background-color: #fff;
	background-image: url(../images/paperBg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
}

.services-wrap2 h3 {
	background-image: url(../images/icon_arr_news.png);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	padding-left: 23px;
	font-size: 1.267em;
	font-weight: bold;
	letter-spacing: 1px;
}
.services-wrap2 h3 {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	color:#000;
}

.services-wrap2 h3 a {color: #655438;}
.services-wrap2 h3 a:focus,
.services-wrap2 h3 a:hover
 {color: #1c6db9;}

.services-wrap2 h3:hover, .services-wrap2 h3:focus, .services-wrap2 h3:active {
	margin-right: 8px;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	
}

.services-wrap h3 {
	font-size: 1.333em;
	margin: 5px 0;
	font-family: "微軟正黑體";
	font-weight: bold;
}

.services-wrap .pull-left {
	margin-right: 15px;
	margin-left: -15px;
}

#middle {
  /*background: #f2f2f2;*/
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress {
	background: #e6e6e6;
	padding: 0px;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	height: 25px;

}
 
.progress-bar {
	height: 25px;
	line-height: 15px;
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	text-align: center;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{

  border:0 none;
  box-shadow:none;
  margin-bottom:10px;
}
.panel-heading{ background-color: #e6e3dd; }
.panel-default>.panel-heading+.panel-collapse .panel-body{
  /*background-color: rgba(255,255,255,0);*/
  color: #616060;
}

/*.panel-body{
  padding: 20px 20px 10px;
}*/

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 1.333em;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #D14905;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #D14905;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

/*.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}*/

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}
.tab-content{
  padding: 20px;
}
.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 0.933em;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
	background: #f4e2c5 url(../images/services/bg_services.png) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 50px;

	padding-bottom: 40px;

}
#Application_step {
	background: #FFF url(../images/services/bg_Application.png) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;

}
#Appstep5 {
background: #f4e2c5 url(../images/step5.png) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#Appstep5 p{
	font-weight: 600;
	font-family: "微軟正黑體";
	color:#FFF;
	font-size: 1.6em;
}
#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 2.667em;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 2em;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 1.867em;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 1.467em;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 2.533em;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 0.8em;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#D14905;
  color: #fff;
  font-size: 0.933em;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #CE4C05 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #CE4C05 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #D14905;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 0.933em;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #D14905;
  border: 1px solid #dae7ec;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 1.2em;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 1.067em;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 1.067em; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 1.067em;
  font-weight: 300;
}
.form-group .form-control {
  padding: 7px 12px;
  border-color:#ccc;
  box-shadow: none;
  background-color: rgba(255,255,255,0.9); 
  width:100%;
}
:not(:first-child):not(:last-child).input-group-addon, :not(:first-child):not(:last-child).input-group-btn, .input-group :not(:first-child):not(:last-child).form-control {
    border-radius: 0;
}
.form-group2 .form-control2 {
  padding: 7px 12px;
  border-color:#843534;
  box-shadow: none;
  background-color: rgba(255,255,255,0.9); 
  width:100%;
}
.error {
	color:#ee0700;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.form-control .has-error2 {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control .has-error2 {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control2:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}
/*.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
[disabled].form-control, fieldset[disabled] .form-control {
    cursor: not-allowed;
}*/

#searchbox .form-group {
	margin-bottom: 0px;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 0px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#D14905;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #D14905;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-radius: 5px;
  color: #4e4e4e;
  padding: 8px 4px;
  position: relative;
  font-weight: normal;
  margin:2px 0px
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 1.6em;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 2em;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 0.933em;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 0.8em;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #D14905;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 0.8em;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #dae7ec;
  margin-left:5px;
  border-radius: 5px;
  font-size: 1.067em;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a,
ul.pagination > li:focus > a{
    color: #fff;
	background: rgb(28,109,185);
    background: -moz-linear-gradient(-45deg, rgba(28,109,185,1) 0%, rgba(34,132,202,1) 28%, rgba(34,132,202,1) 59%, rgba(74,164,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    background: linear-gradient(135deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    border: 1px solid #dae7ec;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	outline: 3px solid red;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#D14905;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 1.333em;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700;
   font-size:1.333em;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color: #CE4C05;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #D14905;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #CE4C05 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 1.6em;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #dae7ec;
  font-size: 0.933em;
}

#bottom p a {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size:1.4em;
	color: #0665C7;
	font-weight: bold;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
	display: block;
	background-image: url(../images/icon_arr.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#bottom ul li ul li {
	display: block;
	background-image: url(../images/icon_arr.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#bottom ul li ul li ul li {
	display: block;
	background-image: url(../images/icon_arr.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#bottom ul li a {
	color: #666666;
	font-family: "微軟正黑體";
	font-size: 1.1em;
}

#bottom ul li a:hover {
  color: #134491;
  text-decoration:underline;
}
/*#bottom ul li:hover,
#bottom ul li:focus,
#bottom ul li ul li:hover,
#bottom ul li ul li:focus,
#bottom ul li ul li ul li:hover,
#bottom ul li ul li ul li:focus {
	background-image: url(../images/icon_arr3.png);
	color: #666666;
}*/

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 15px;
  padding-bottom: 30px;
  color: #fff;
  background: #304250; /* Old browsers */
background: -moz-linear-gradient(top, #304250 0%, #2a2b2e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #304250 0%,#2a2b2e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #304250 0%,#2a2b2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-top: 5px solid #0091c2;
}
#footer .accesskey a {
  color: #2e2e2e;
}
#footer .accesskey a:hover,
#footer .accesskey a:focus {
  color: #fff;
}
#footer a {
  color: #fff;
}

#footer a:hover {
  color: #0091c2;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
#footer .FixedBu ul > li {
  margin-left: 0px;
}
@media screen and (max-width:767px) {#PeopleFatFooter .col-sm-2 {margin-bottom:1rem;}#PeopleFatFooter p {margin-bottom:0;}}
.carousel-caption {background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}

.carousel-content {background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.animated-item-1 {
	color: #FFF;
	text-shadow: 0 0 1px #000000;
	font-size: 2em;
	font-weight: bold;
}
.animated-item-2 {
	color: #FFF;
	text-shadow: 0 0 1px #000000;
	font-size: 1.2em;
}
.icon_01 {
	background-image: url(../images/icon_01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	clear: both;
	width: 100%;
	display: block;
	height: 66px;
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-shadow:none!important;
	border-radius: 4px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	vertical-align: middle;
	text-align: left;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: normal;
}
.icon_02  {
	background-image: url(../images/icon_02.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	clear: both;
	width: 100%;
	display: block;
	height: 66px;
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-shadow:none!important;
	border-radius: 4px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	vertical-align: middle;
	text-align: left;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: normal;
}
.logo {
	max-width: 100%;
	height: auto;
	/*text-align: center;*/
	padding-top: 30px;
}
.hotTerm {
	font-size: 1em;
	text-align: left;
	clear: both;
	height: auto;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	word-wrap: break-word;
	word-break: normal;
	display: block;
	color: #000;
	width: 100%;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.hotTermSpace {
	margin-bottom: 30px;
}
.search_category {
    margin-bottom: 5px;
}

    .hotTerm ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding-left: 0;
    }

    .hotTerm li {
	display: inline-block;
	margin-right: 0.3em;
	width: auto;
	list-style-type: none;
	font-size: 1em;
        *display: inline;
    }
    .hotTerm li:after 
	{content:" ";
	color: #fff;}
	.hotTerm li a {
	color: #333;
	padding: 3px;
	text-decoration: underline;
}
	.hotTerm li a:hover {
  background: #655438;
  color: #fff;
}
    .hotTerm .hotRank {
        text-align: right;
    }
.title-header {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.titleEn span {
	color: #000000;
	margin: 0px;
	display: inline-block;
	font-family: SimSun;
	font-size: 0.933em;
	letter-spacing: 0.4em;
	line-height: 1.3em;
	clear: both;
	text-transform: uppercase;
}
.titleCh span {
	color: #333333;
	display: block;
	text-shadow: 0 0 1px #f6f6f6;
	font-family: "微軟正黑體";
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	height: auto;
	background-image: url(../images/b_simple_0L.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.file_amount {
	margin: 0px;
	clear: both;
}
.file_length {
	border-radius: 12px;
	background-color: #DF5900;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	font-family: "微軟正黑體";
	margin-right: 10px;
}
.services-wrap:hover {
	background: #fff;
	border-radius: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3), 0 0 20px rgba(146, 205, 245, 0.3) inset;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .3), 0 0 20px rgba(146, 205, 245, 0.3) inset;
	box-shadow: 0 0 12px rgba(0, 0, 0, .3), 0 0 20px rgba(146, 205, 245, 0.3) inset;
}
#NEWSbg {
	margin-bottom: 40px;
	padding-top: 20px;
	background-color: #f2f2f2;
}
.panel-footer>.pull-right{
	margin-left: 20px;
	font-size: 3em;
	font-weight: bold;
	color: #0059BB;
}
.huge {
	font-family: "微軟正黑體";
	font-size: 1.2em;
}

.panel-green{border-color:#428bca}.panel-green>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}
.panel-green>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}
.panel-green>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}
.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.entry-meta {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
  margin-bottom:20px;
}
.entry-meta img {width:50px; height:50px}
.entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  overflow: hidden;
  padding: 15px 8px;
  text-align: left;
}

.publish_date {
	background: rgb(28,109,185);
    background: -moz-linear-gradient(-45deg, rgba(28,109,185,1) 0%, rgba(34,132,202,1) 28%, rgba(34,132,202,1) 59%, rgba(74,164,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    background: linear-gradient(135deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
	border-bottom: 5px solid #4e4e4e;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: 600;
}
.publish_date i {
	padding-right: 10px;
	font-weight: normal;
}
.entry-meta > span {
	color: #4e4e4e;
	font-size: 2.1em;
	text-align: center;
}

.entry-meta > span a {
  color: #4e4e4e;
}
.mbri-right:before {
  content: ">";
}
.divider .divider-wrapper {
	position: relative;
	bottom: 0px;
	transition: all 0.4s ease-in;
	padding: 5px;
}
.divider .divider-wrapper A:link {

}
.divider .divider-wrapper:hover {
	bottom: 10px;
	cursor: pointer;
	color: #FFF;
}
.divider .divider-one {
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #F2F2F2;
	text-align: center;
	display: table;
}
.divider .divider-one a>img {
	display:block;
	height:auto;
	max-width:100%;
	text-align: center;
}

.divider .divider-two {
  background: #a6de58;
  margin-top: 20px;
	margin-bottom: 5px;
}
.divider .divider-three {
  background: #a6de58;
  margin-top: 20px;
	margin-bottom: 5px;
}
.divider .divider-four {
  background: #a6de58;
  margin-top: 20px;
	margin-bottom: 5px;
}
.divider .divider-five {
  background: #a6de58;
  margin-top: 20px;
	margin-bottom: 5px;
}
.divider .divider-six {
  background: #a6de58;
  margin-top: 5px;
	margin-bottom: 5px;
}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
	top: 30%;
	position: absolute;
	display: block;
}
.icon_prev {
	background-image: url(../images/icon_prev.png);
	height: 50px;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.icon_next {
	background-image: url(../images/icon_next.png);
	height: 50px;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 5px;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
#footer {
  padding-top: 30px;
  padding-bottom: 50px;
  color: #fff;
}
	.display-in-mobile {
		display: none;
	}
	#bottombar {
		background-color: #efefec;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 10;
		height: 34px;
		border: 1px solid #999999;
		background-repeat: repeat-x;
		color: #FFFFFF;
		_position: absolute;
		/*_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);*/
	}
	.Line {
		/* width: 100%;
		max-width: 100%; */
		height: auto;
		overflow: hidden;
		position: fixed;
		bottom: 8px;
		right: 0;
		z-index: 999;
	}
	.Line .LineButton {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #CCC;
		overflow: hidden;
		float: right;
		text-align: right;
		font-size: 1.333em;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFF;
		background-color: #333;
	}
	#LineImg {
		display: block;
		height: auto;
		/*background-color: #333;*/
		clear: both;
		overflow: hidden;
		vertical-align: middle;
		text-align: right;
	}
	#LineImg2 {
		display: block;
		height: auto;
		/*background-color: #333;*/
		clear: both;
		overflow: hidden;
		vertical-align: middle;
		text-align: right;
	}
	.Line img {
		display: inline-block;
		max-width: 100%;
		height: auto;
		margin-left: 5px;
		margin-right:12px;
		margin-top: 5px;
		margin-bottom: 5px;
	width: 44px;
	height: 44px;
	border-radius:50%;
	background-color: rgba(255,255,255,0.8);
	opacity:0.8;
	}
}
@media (min-width:768px) {
.Line {display: none;}
.Line .LineButton {display: none;}
.Line img {display: none;}
footer {padding-bottom: 50px;}
}

.main-timeline{ position: relative; }
.main-timeline:before{
    content: '';
    height: 90%;
    width: 1px;
    border-left: 7px dotted #909090;
    transform: translatex(-50%);
    position: absolute;
    left: 50%;
    top: 60px;
}
.main-timeline .timeline{
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    height: 25px;
    width: 25px;
    background-color: #01C0F7;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff,0 0 0 12px #909090;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.main-timeline .timeline:after{
    width: 35%;
    height: 100px;
    border-radius: 0;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    -webkit-clip-path: polygon(10% 0, 0 50%, 10% 100%, 100% 100%, 100% 0);
    clip-path: polygon(10% 0, 0 50%, 10% 100%, 100% 100%, 100% 0);
}
.main-timeline .timeline-content{display: block;}
.main-timeline .timeline-content:hover{text-decoration: none;}
.main-timeline .timeline-content:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .content{
	display: inline-block;
	float: left;
	width: 40%;
	color: #666666;
	position: relative;
}
.main-timeline .description{
    font-size: 1em;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .title{
	font-size: 2em;
	font-weight: 600;
	color: #01C0F7;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.timeline-icon{
	height: 260px;
	width: 260px;
	font-size: 4.667em;
	color: #01C0F7;
	text-align: center;
	line-height: 127px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.main-timeline .timeline:nth-child(even):after{
    right: auto;
    left: 0;
    transform: translateX(0) translateY(-50%) rotate(180deg);
}
.main-timeline .timeline:nth-child(even) .content{
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 0px;
}

.main-timeline .timeline:nth-child(4n+1):after{
    background: linear-gradient(to right,#01C0F7,#01C0F7,#01C0F7,#01C0F7,#01C0F7,transparent,#ffffff);
}
.main-timeline .timeline:nth-child(4n+2):before{
   background-color: #0076B0;
}

.main-timeline .timeline:nth-child(4n+2):after{
 background: linear-gradient(to right,#0076B0,#0076B0,#0076B0,#0076B0,#0076B0,transparent,#ffffff);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
   color: #0076B0;
   border-color: #0076B0;
}

.main-timeline .timeline:nth-child(4n+2) .title{color: #0076B0;}

.main-timeline .timeline:nth-child(4n+3):before{
    background-color: #00B09E;
}

.main-timeline .timeline:nth-child(4n+3):after{
    background: linear-gradient(to right,#00B09E,#00B09E,#00B09E,#00B09E,#00B09E,transparent,#ffffff);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    color: #00B09E;
    border-color: #00B09E;
}

.main-timeline .timeline:nth-child(4n+3) .title{color: #00B09E;}

.main-timeline .timeline:nth-child(4n+4):before{
    background-color: #22237E;
}

.main-timeline .timeline:nth-child(4n+4):after{
    background: linear-gradient(to right,#22237E,#22237E,#22237E,#22237E,#22237E,transparent,#ffffff);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    color: #22237E;
    border-color: #22237E;
}

.main-timeline .timeline:nth-child(4n+4) .title{color: #22237E;}

@media screen and (max-width:990px){
    .main-timeline:before{top: 75px;}
}
@media screen and (max-width:767px){
    .main-timeline:before,
    .main-timeline .timeline:before{display: none;}

    .main-timeline .timeline{
      padding-top: 180px;
      margin-bottom: 20px;
    }

    .main-timeline .timeline:nth-child(even):after,
    .main-timeline .timeline:after{
        height: 170px;
        width: 100px;
        top: 0;
        right: 50%;
        transform: translateY(0) translateX(50%);
        -webkit-clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
        clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
    }

    .main-timeline .timeline:nth-child(even):after{left:auto;}

    .main-timeline .timeline:nth-child(4n+1):after{
      background: linear-gradient(to top,#01C0F7,#01C0F7,#01C0F7,#01C0F7,#01C0F7,transparent,#ffffff,#ffffff);
    }

    .main-timeline .timeline:nth-child(4n+2):after{
        background: linear-gradient(to bottom,#ffffff,#ffffff,transparent,#0076B0,#0076B0,#0076B0,#0076B0,#0076B0);
    }

    .main-timeline .timeline:nth-child(4n+3):after{
        background: linear-gradient(to top,#00B09E,#00B09E,#00B09E,#00B09E,#00B09E,transparent,#ffffff,#ffffff);
    }

    .main-timeline .timeline:nth-child(4n+4):after{
        background: linear-gradient(to bottom,#ffffff,#ffffff,transparent,#22237E,#22237E,#22237E,#22237E,#22237E);
    }

    .main-timeline .content{
	float: none;
	width: 100%;
	text-align: center;
	clear: both;
    }
	.timeline-icon{
	height: 150px;
	width: 150px;
	font-size: 4.667em;
	color: #01C0F7;
	text-align: center;
	line-height: 127px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clear: both;
}

    .main-timeline .timeline:nth-child(even) .timeline-icon,
    .main-timeline .timeline-icon{
        right: 50%;
        top: 0;
        transform: translateX(50%) translateY(0);
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon{left: auto;}
}
.FCK p.h2, p.h2 {
	font-weight: bold;
	margin-bottom:15px;
	margin-top:2px;
	text-align: left;
    color: #655438;
    line-height: 1.6em;
    font-family: "微軟正黑體";
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1px;
}

select.form-control{
	width:auto;
	display: inline-block;
}
/* Methods */
.method{
	display: block;
	clear: both;
}

.method .header, .method .cell {
  padding: 6px 6px 6px 10px; }
.method .list-header .header {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #333;
	background-color: #FBE8A4;
}
.method p {
	font-weight: normal;
	font-size: 0.933em;
	color: #333;
}
.method [class^="row"],
.method [class*=" row"] {
	margin-bottom: -1px;
	border: 1px solid #ddd;
}
.method2 [class^="row"],
.method2 [class*=" row"] {
	padding:3px 0 3px 0;
}
  .method [class^="row"]:nth-child(odd),
  .method [class*=" row"]:nth-child(odd) {
    background-color: #fefff0; }
  .method [class^="row"]:hover,
  .method [class*=" row"]:hover {
    background-color: #f5f5f5; }
.method .cell {
  font-size: 1.1em; word-wrap: break-word;
 word-break: break-all; }
  .method .cell .mobile-isrequired {
    /*display: none;*/
    font-weight: normal;
    text-transform: uppercase;
    color: #aaa;
    font-size: 1em; }
  .method .cell .propertyname {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/ }
  .method .cell .type {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/ }
  .cell code {
	font-size: 90%;
	color: #ffffff;
	white-space: nowrap;
	/*background-color: #ef7d2d;*/
	border-radius: 25%;
	margin: 2px;
	width:26px;
	height:26px;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}
/*.code1 {
	background-color: #CB4F12;

}
.code2{
	background-color: #02803e;

}*/
.code1,.code2 {color:#FFF;FONT-FAMILY:"Microsoft JhengHei";}
.code1{background-color:#1b77d7;}
.code2{background-color:#CB4F12;}
.code3{
	background-color: #006699;

}
.method .cell span.status1 {
	font-size: 90%;
	color: #FF0000;
	white-space: nowrap;
	clear: both;
	display: table;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.method .cell span.status2 {
	font-size: 90%;
	color: #0033CC;
	white-space: nowrap;
	clear: both;
	display: table;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.method .cell span.status3 {
	font-size: 90%;
	color: #333333;
	white-space: nowrap;
	clear: both;
	display: table;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
  .method .cell a, .method .cell a:hover {
    text-decoration: none; }
  .method .cell code.custom {
    color: #8a6d3b;
    text-decoration: none; }
  .method .cell .text-muted {
    color: #ddd; }
@media (max-width: 991px) {
  .method [class^="row"],
  .method [class*=" row"] {
    padding-top: 10px;
    padding-bottom: 10px; }
  .method .cell {
    padding: 0 10px; }
    .method .cell .propertyname {
      font-weight: bold;
      font-size: 1em; }
      .method .cell .propertyname .lookuplink {
        font-weight: normal;
        font-size: 1em;
        position: absolute;
        top: 0;
        right: 10px; }
    .method .cell .type {
      padding-left: 10px;
      font-size: 1.1em; }
    .method .cell .isrequired {
      padding-left: 10px;
      /*display: none;*/ }
    .method .cell .description {
      padding-left: 10px; }
    .method .cell .mobile-isrequired {
      display: inline; } }


/* Row Utilities */
[class^='row'].margin-0,
[class*=' row'].margin-0,
[class^='form-group'].margin-0,
[class*=' form-group'].margin-0 {
  margin-left: -0px;
  margin-right: -0px;
  margin-bottom: 0px; }
  [class^='row'].margin-0 > [class^='col-'],
  [class^='row'].margin-0 > [class*=' col-'],
  [class*=' row'].margin-0 > [class^='col-'],
  [class*=' row'].margin-0 > [class*=' col-'],
  [class^='form-group'].margin-0 > [class^='col-'],
  [class^='form-group'].margin-0 > [class*=' col-'],
  [class*=' form-group'].margin-0 > [class^='col-'],
  [class*=' form-group'].margin-0 > [class*=' col-'] {
    padding-right: 0px;
    padding-left: 0px; }
  [class^='row'].margin-0 [class^='row'],
  [class^='row'].margin-0 [class*=' row'],
  [class^='row'].margin-0 [class^='form-group'],
  [class^='row'].margin-0 [class*=' form-group'],
  [class*=' row'].margin-0 [class^='row'],
  [class*=' row'].margin-0 [class*=' row'],
  [class*=' row'].margin-0 [class^='form-group'],
  [class*=' row'].margin-0 [class*=' form-group'],
  [class^='form-group'].margin-0 [class^='row'],
  [class^='form-group'].margin-0 [class*=' row'],
  [class^='form-group'].margin-0 [class^='form-group'],
  [class^='form-group'].margin-0 [class*=' form-group'],
  [class*=' form-group'].margin-0 [class^='row'],
  [class*=' form-group'].margin-0 [class*=' row'],
  [class*=' form-group'].margin-0 [class^='form-group'],
  [class*=' form-group'].margin-0 [class*=' form-group'] {
    margin-left: 0;
    margin-right: 0; }
 .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
 .embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.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%}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;/*padding-top: 60px;*/
	overflow: hidden;
}
.post-rounded {
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	padding: 6px;
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 10px;
	color: #CCC;
	opacity: 0.8; 
    filter: alpha(opacity=80); 
	display:block;height:auto;max-width:100%
	
}
.post-rounded:hover {
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-color: #FFE9D5;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	opacity: 1.0; 
    filter: alpha(opacity=100); 
	   
}

.Pagebox {
	padding: 10px 10px 0px 10px;
	display: block;
	clear: both;
	background-color: #f6f3ef;
	overflow: hidden;
}
.Pagebox2 {
/*	padding: 3px 10px 3px 10px;
	background-color: #f6f3ef;
	display: block;
	clear: both;
	overflow: hidden;*/
}
.clear {
	display: block;
	clear: both;
	height: 3px;
}
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
	font-family: "微軟正黑體";
	font-size: 1em;
	position: relative;
	letter-spacing: 1px;
}
#cssmenu {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li {
    background: rgb(28,109,185);
    background: -moz-linear-gradient(-45deg, rgba(28,109,185,1) 0%, rgba(34,132,202,1) 28%, rgba(34,132,202,1) 59%, rgba(74,164,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    background: linear-gradient(135deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
}
    

#cssmenu > ul > li:hover {
  background: #2886d4;

}
#cssmenu > ul > li > a {
	font-size: 1em;
	display: block;
	background: url(../images/pattern.png) top left repeat;
	color: #ffffff;
	text-shadow: 0 -1px 1px #1139d0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3CD;
	border-right-color: #D3D3CD;
	border-bottom-color: #D3D3CD;
	border-left-color: #D3D3CD;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active {
  background: #2886d4;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #D3D3CD;
  border-left: 1px solid #D3D3CD;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  /*border-bottom: none;*/
}
#cssmenu ul ul a {
	padding: 10px 10px 10px 25px;
	display: block;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}
#cssmenu ul ul a:before {
	content: "»";
	position: absolute;
	left: 10px;
	color: #FF6600;
}
#cssmenu ul ul a:hover {
	color: #0033CC;
}




#cssmenu > ul > li > ul > li > ul > li > a {
	font-size: 1em;
	display: block;
	background: url(../images/pattern.png) top left repeat;
	color: #ffffff;
	text-shadow: 0 -1px 1px #1139d0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3CD;
	border-right-color: #D3D3CD;
	border-bottom-color: #D3D3CD;
	border-left-color: #D3D3CD;
}
/*#cssmenu > ul > li > ul > li > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > ul > li > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li > ul > li > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li > ul > li > ul > li.has-sub.active {
  background: #2886d4;
}
#cssmenu > ul > li > ul > li > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}*/












.titleS {
	font-weight: 600;
	font-family: "微軟正黑體";
	color:#630;
	font-size: 2em;
}
.titleM {
	font-weight: 600;
	font-family: "微軟正黑體";
	color:#333;
	font-size: 1.1em;
	text-align: center;
}
.titleL {
	font-weight: 600;
	font-family: "微軟正黑體";
	color:#C30;
	font-size: 3em;
}
.containerPrize {
    display: table;
    width: 100%;

}

.containerPrize .caption section {	display: block;
	clear: both;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 00px;
	padding-left: 0;}

@media screen and (min-width:768px) {
.containerPrize .left, .containerPrize .right {
    display: table-cell;
	
}
.containerPrize .left {
	width: 50%;
	background-color: #0076b0;
	padding: 30px;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
}
.containerPrize .right {
	background: #f4e2c5 url(../images/services/bg_Application2.png) 50% 50% no-repeat;
    width: 50%;
	padding: 5px;
}
.cell span {
	font-size: 90%;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.cell span.keyword_Style {font-size: 1em;}
.cell span.DetailedLink a {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	float: right;
	display: inline-block;
	text-decoration: underline;
}
}
@media screen and (max-width:767px) {
.containerPrize .left, .containerPrize .right {
	display: block;	
}
.containerPrize .left {
	width: 100%;
	background-color: #0076b0;
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
}
.containerPrize .right {
	background: #f4e2c5 url(../images/services/bg_Application2.png) 50% 50% no-repeat;
    width: 100%;
	padding: 5px;
}
.cell span {
	font-size: 90%;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.cell span.DetailedLink a {
	display: inline-block;
	text-decoration: underline;
	margin: 0px;
}
}
.title_02 {
	font-weight: 600;
	font-family: "微軟正黑體";
	color:#f49c2a;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title_03 {font-weight: 600;
	font-family: "微軟正黑體";
	color:#fff;
	font-size: 1.6em;}
.title_04 {
	font-weight: 600;
	font-family: "微軟正黑體";
	color:#F60;
	font-size: 1.6em;
}

.clients2 {
	font-size: 2.133em;
	height: 150px;
	width: 150px;
	border-radius: 100%;
	line-height:1.5em;
	text-align:center;
	color: #CE4C05;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ECECEC;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.clients2:hover {
  background: #D14905;
  color: #fff;
  box-shadow: inset 0 0 0 5px #D14905;
  -webkit-box-shadow: inset 0 0 0 5px #D14905;
  border: 3px solid #D14905;
}
#searchbox {
	color: #fff;
	background: rgba(255, 255, 255, 0.8);
	border-radius:6px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	-webkit-box-shadow: 1px 1px 6px rgba(28, 109, 185, .2), 0 0 8px rgba(28, 109, 185, 0.1) inset;
       -moz-box-shadow: 1px 1px 6px rgba(28, 109, 185, .2), 0 0 8px rgba(28, 109, 185, 0.1) inset;
            box-shadow: 1px 1px 6px rgba(28, 109, 185, .2), 0 0 8px rgba(28, 109, 185, 0.1) inset;

	
}

@media screen and (max-width:767px) {#searchbox{padding:10px;}}
.space {
	margin-bottom: 60px;
}
.hotkeyword {
	margin-bottom: 90px;
	font-weight:bold;
}
.searchbox {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*選單底*/
#menu {	background: rgb(28,109,185); /* Old browsers */
background: -moz-linear-gradient(-45deg,
			rgba(22,86,146,1) 0%,
			rgba(23,114,180,1) 28%,
			rgba(34,132,202,1) 59%,
			rgba(74,164,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,
			rgba(22,86,146,1) 0%,
			rgba(23,114,180,1) 28%,
			rgba(34,132,202,1) 59%,
			rgba(74,164,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,
			rgba(22,86,146,1) 0%,
			rgba(23,114,180,1) 28%,
			rgba(34,132,202,1) 59%,
			rgba(74,164,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.collapse { /*background-color:inhert;*/}
#cssmenuN {
	box-shadow: 0px -2px 3px -2px rgba(51,51,102,0.3);
    -moz-box-shadow: 0px -2px 3px -2px rgba(20%, 20%, 40%, 0.3);
    -webkit-box-shadow: 0px -2px 3px -2px rgba(20%, 20%, 40%, 0.3);
	border-radius: 5px 5px 0 0;
	}

#cssmenuN,
#cssmenuN ul,
#cssmenuN ul li,
#cssmenuN ul li a,
#cssmenuN #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenuN {z-index: 99;}

#cssmenuN:after,
#cssmenuN > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenuN #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /*background: #dae7ec;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;*/
}

#cssmenuN > ul > li {
  float: left;
}
#cssmenuN.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenuN.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenuN.align-center ul ul {
  text-align: left;
}
#cssmenuN.align-right > ul > li {
  float: right;
}
#cssmenuN.align-right ul ul {
  text-align: right;
}
#cssmenuN > ul > li > a {
	padding: 20px;
	font-size: 1.133em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	/*-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;*/
	font-weight: 600;
	cursor: pointer;
}
#cssmenuN > ul > li:hover > a,
#cssmenuN > ul > li.active > a {
	color: #000000;
	font-weight:600;
  	background-image:url(../images/menutopline.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#cssmenuN > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenuN > ul > li.has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -/*webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;*/
}
#cssmenuN > ul > li.has-sub:hover > a::after {
  border-color: #dae7ec;
}
#cssmenuN > ul > li.has-sub:focus {
	outline:2px solid #FFF;
	outline-offset:-2px;}
#cssmenuN > ul > li.theone  {
  margin-right: -4px;
}
#cssmenuN > ul > li.theone > a::after {
  border:none;
}
#cssmenuN ul ul {
  position: absolute;
  left: -9999px;
  margin-top:0px;
}
#cssmenuN li:hover > ul {
  left: auto;
}
#cssmenuN.align-right li:hover > ul {
  right: 0;
}
#cssmenuN ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenuN.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenuN ul ul li {
  height: 0;
 /* -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;*/
}
#cssmenuN ul li:hover > ul > li,
#cssmenuN ul li:focus > ul > li {
  height: auto;
}

#cssmenuN li > ul.openul {
    left: auto;
}

.openul {
    left: auto;
}

#cssmenuN ul > li > ul > li.openli {
    height: auto;
}

.openli {
    height: auto;
}

#cssmenuN ul > li > ul > li.openhz {
    padding-left: 40px;
}

.openhz {
    padding-left: 40px;
}
#cssmenuN ul ul li a {
  padding: 10px 20px;
  width: 190px;
  font-size: 1em;
  line-height: 1.5;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  z-index: 20;
 /* -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;*/
}
#cssmenuN ul ul li:hover > a,
#cssmenuN ul ul li a:hover {
  color: #ffffff;
}
#cssmenuN ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -/*webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;*/
}
#cssmenuN.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenuN ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenuN ul li .has-sub.active {
	background-image:url(../images/menutopline.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#cssmenuN ul ul ul li a {
	background-color:#3f3f3f;
}
#cssmenuN ul ul ul ul li a {
	background-color:#4b4b4b;
}
@media screen and (max-width: 767px) {
  #cssmenuN {
    width: 100%; z-index: 99;
  }
  #cssmenuN ul {
    width: 100%;
    display: none;
  }
  #cssmenuN.align-center > ul,
  #cssmenuN.align-right ul ul {
    text-align: left;
  }
  #cssmenuN ul li,
  #cssmenuN ul ul li,
  #cssmenuN ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenuN ul li a,
  #cssmenuN ul ul li a {
    width: 100%;
  }
  #cssmenuN > ul > li,
  #cssmenuN.align-center > ul > li,
  #cssmenuN.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenuN ul ul li a {
    padding: 20px 20px 20px 30px;
  }
  #cssmenuN ul ul li:hover > a,
  #cssmenuN ul ul li a:hover {
    color: #FFF;
  }
  #cssmenuN ul ul ul li a {
    padding-left: 40px;
	background-color:#3f3f3f;
  }
  #cssmenuN ul ul ul ul li a {
    padding-left: 50px;
	background-color:#4b4b4b;
  }
  #cssmenuN ul ul,
  #cssmenuN ul ul ul,
  #cssmenuN ul ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenuN > ul > li.has-sub > a::after,
  #cssmenuN ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    /*display: none;*/
  }
  #cssmenuN #menu-button {
    display: block;
    padding: 20px;
    color: #FFF;
	font-weight:600;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
	margin-top:-54px;
	font-family: "Microsoft JhengHei"!important;
  }
  #cssmenuN #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #FFF;
  }
  #cssmenuN #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  #cssmenuN .submenu-button {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenuN .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #ffffff;
    z-index: 99;
  }
  #cssmenuN .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #ffffff;
    z-index: 99;
  }
  #cssmenuN .submenu-button.submenu-opened:after {
    display: none;
  }
}
.shopping-card {
	display: inline-block;
	position: relative;
/*	background-image: url("../images/icon_r03.png");*/
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 44px;
}
.shopping-card2 {
	display: inline-block;
	position: relative;
	background-image: url("../images/icon_r03_2.png");
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}
.My-application {
	display: inline-block;
	position: relative;
	background-image: url("../images/icon_r04.png");
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}
.shopping-card span,
.My-application span,
.helper span {
	position: absolute;
	top: 0px;
	height: 16px;
	min-width: 16px;
	color: #fff;
	font-size: 0.8em;
	font-weight:bold;
	text-align: center;
	border-radius: 30px;
	margin-left: 0px;
	margin-top: 2px;
	padding: 0px 1px 0px 2px;
	right: 0px;
	line-height: 13px;
	
	/*background-color: #CB4F12;
	border:1px solid #7d2f09;*/
	
	/*background-color: #02803e;
	border:1px solid #005227;*/
	
	background-color: #1772b4;
	border:1px solid #1772b4;
}
.Recommended_reading .Recommended_tit {
	font-size: 1.25em;
	font-weight: 700;
	color: #414141;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.Recommended_reading ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.Recommended_reading ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.Recommended_reading li a {
	display: block;
	position: relative;
	font-size: 1em;
	color: #414141;
	border-bottom: 1px solid #ebebeb;
	padding: 8px 0 8px 20px;
	line-height: 1.4em;
}

.Recommended_reading li a span {
	float: right;
}

.Recommended_reading li a:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	left: 0;
	top: 13px;
	border: 1px solid #037CC2;
	border-radius: 50%;
}

.Recommended_reading li a:hover {
	color: #037CC2;
}

.Recommended_reading li a:hover:after {
	background: #037CC2;
}
.checkbox {
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	margin-right: 2px;
}
.p_login1 {
	color: #FFF;
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px;
	margin-bottom:20px;
	border-radius:10px;
    background: rgb(28,109,185);
    background: -moz-linear-gradient(-45deg, rgba(28,109,185,1) 0%, rgba(34,132,202,1) 28%, rgba(34,132,202,1) 59%, rgba(74,164,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    background: linear-gradient(135deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);

box-shadow: 5px 5px 15px -11px #000000;
-webkit-box-shadow: 5px 5px 15px -11px #000000;
-moz-box-shadow: 5px 5px 15px -11px #000000;
-o-box-shadow: 5px 5px 15px -11px #000000;
}
.p_login1 a {
	color: #000;
}
.p_login1 a:hover, .p_login1 a:focus {
	color: #CE4C05;
}
.p_login2 {
	color: #FFF;
	font-size: 1.2em;
	font-weight:bold;
	background-color: #E3DFD8;
	padding: 2px;
	margin-bottom:20px;
	border-radius:10px;
    background: rgb(28,109,185);
    background: -moz-linear-gradient(-45deg, rgba(28,109,185,1) 0%, rgba(34,132,202,1) 28%, rgba(34,132,202,1) 59%, rgba(74,164,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    background: linear-gradient(135deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);

box-shadow: 5px 5px 15px -11px #000000;
-webkit-box-shadow: 5px 5px 15px -11px #000000;
-moz-box-shadow: 5px 5px 15px -11px #000000;
-o-box-shadow: 5px 5px 15px -11px #000000;
}
.p_login1 img, .p_login2 img {
	margin: 5px;
}
/*.ps a {
	color: #000;
	text-decoration: underline;
}*/
.ps a:hover,ps a:focus {
     text-decoration:underline;
  color: #134491;
}
.table-responsive thead {
	background-color: #dfeffb;
}
.table-responsive th, .table-responsive td {
	text-align: center;
}
.table-responsive .freepay {
	/*background-color: #f2f2f2;*/
}
.table-responsive .page {
	background-color: #E5E5E5;
}
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

	.row::after{clear:both;}
	.services-wrap {
	   clear: both;
	   width: 100%;
	}
	.panel-heading.active a.accordion-toggle i{
	 background: #c52d2f;
	 color: #fff;
	}

	.panel-heading.active a.accordion-toggle.collapsed i{
	 background: #c52d2f;
	 color: #fff;
	}

	.nav-tabs>li{
	 margin-bottom: 0px;
	 
	 border-bottom: 1px solid #e6e6e6;
	}
	.tabbable ul, .tabbable li {
	   margin-left: 0px;
	   padding-left: 0px;
	}
	.method2 {
		margin-bottom: 15px;
	}
	.method2 .tabbable ul {
	   border-top-style: solid;
	   border-top-color: #ccc;
	   border-top-width: 0px;
	   border-left-style: solid;
	   border-left-color: #ccc;
	   border-left-width: 0px;
	   border-right-style: solid;
	   border-right-color: #ccc; 
	   border-right-width: 0px;
	   border-bottom-style:solid; 
       border-bottom-color:#655438;
	}
	.method2 .tabbable .pagination ul {border:none;}
	.nav-tabs>li>a {
	   color: #000;
	   border-radius: 0;
	   border: 0 none;
	   line-height: 24px;
	   margin:2px 2px 1px 2px;
	   padding: 13px 15px;
	   background-color:#dae7ec;
	}

	.nav-tabs li:last-child{
	 border-bottom: 0 none;
	} 

	.nav-stacked>li+li{
	 margin-top: 0;
	}

	.nav-tabs>li>a:hover{
	 background: #655438;
	 color:#fff;
	}

	.nav-tabs>li.active>a, 
	.nav-tabs>li.active>a:hover, 
	.nav-tabs>li.active>a:focus {
	 border: 0;
	 color:#fff;
	 background: #655438;
	 position: relative;
	}


/*左上角三角形用*/
/*.nav-tabs>li.active>a:after {
	   position: absolute;
	   content:  "";
	   width: auto;
	   height: auto;
	   top:0;
	   z-index: 20;
	   border-top-width: 0px;
	   border-right-width: 0px;
	   border-bottom-width: 0px;
	   border-left-width: 0px;
	   border-top-style: solid;
	   border-right-style: solid;
	   border-bottom-style: solid;
	   border-left-style: solid;
	   border-top-color: transparent;
	   border-right-color: transparent;
	   border-bottom-color: transparent;
	   border-left-color: transparent;
	   margin-top: 0px;
	   margin-left: 0px;
	   padding-top: 0px;
	   padding-left: 0px;
	   left: 0px;
	   clip: rect(0px,auto,auto,0px);
	}
*/
	.tab-wrap{
	 border:1px solid #e6e6e6;
	 margin-bottom: 20px;
	}

	.tab-content{
	 padding: 0px;
	}

	.tab-content h2{
	 margin-top: 0;
	}

	.tab-content img{
	 border-radius: 4px;
	}
.FCK {
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0px 0px 2px #CCC;
	padding: 18px;
	overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	.FCK table th,
	.FCK table td {
    padding: 6px;
	    font-size: 1.04em;
	
}
.FCK .table-responsive th {
	background-color: #f1f0ee;
	text-align: left;
	color: #655438;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
}
.FCK .table-responsive td {
   text-align: left;
}
.FCK .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
	/*margin-bottom:20px;*/
}
.FCK .a_link{
    margin-bottom:10px;
}
@media screen and (max-width:767px) {
.FCK .table-bordered {
    border: 1px solid #ddd;
}
}
.FCK .a_link{
    margin-bottom:10px;
}
.select .btn-primary {
	/*margin-top: 0px;*/
}
.select {
    margin-bottom:10px;	
}
 
.table > tbody > tr > th {
	padding: 8px;
}
.table {
    /* width: 100%; */
    margin-bottom: 15px;
    /* margin-top: 0; */
}
table {
    /* max-width: 100%; */
    /* background-color: transparent; */
}
p {
    font-family: 微軟正黑體, Arial, sans-serif;
    font-size: 1em;
    color: rgb(65, 65, 65);
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
}
#footerContent p {color:#FFF;}
.td01 {
    color: #d9534f;
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin-right: 3px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
	margin-bottom:5px;
}

select, input, textarea {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#attFileDiv {
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px;
    COLOR: #5d5749;
    font-size: 1em;
    line-height: 1.7em;
    font-variant: normal;
    letter-spacing: 1px;
    background-image: url(../images/folder.png);
    background-position: 8px 10px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 0px;
    background-color: #f6f3ef;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    clear: both;
}
#attFileDiv img {
    margin-right: 4px;
}

.right img {
    padding: 1px;
    margin: 1px;
    border: none;
	vertical-align: middle;
}


/*Sitemap--star_20190307*/
.listnone,
.rightnav,.rightnavWrap ul,
.subnav ul,
.subnav ul li,
.timeline-content ul{list-style:none}
.sitemap li,.sitemap ol,.sitemap ul{margin:0;padding:0}
.sitemap .box{margin-right:20px;display:inline-block}
.box a.sitemaptitle {font-weight:bold;font-size:1.1em;}

.words_content .sitemap,
.words_content .sitemap2,
.words_content .sitemap3{margin-left:0;padding-left:0;}
.words_content {margin-top:5px;}
.sitemap p,
.sitemap2 p,
.sitemap3 p{
	margin-left:15px;padding-left:15px;
}

.sitemap *>:before{content:attr(data-site);position:absolute;margin-left:-25px}

.sitemap2 *>:before{content:attr(data-site2);position:absolute; margin-left:-2em;}
.sitemap2 .add{padding-left:70px!important}
.sitemap2 .add:before{margin-left:-45px!important}

.sitemap3 *>:before{content:attr(data-site3);position:absolute;margin-left:-3em;}
.sitemap3 .add{padding-left:100px!important}
.sitemap3 .add:before{margin-left:-60px!important}

.sitemap a{padding-left:20px}
.sitemap3 a{color:#999}

.sitemap4 *>:before{content:attr(data-site4);position:absolute;margin-left:-4em;}
.sitemap4 .add{padding-left:100px!important}
.sitemap4 .add:before{margin-left:-75px!important}


.sitemap .box{vertical-align:top;width:100%;margin-bottom:39px;background:#FFF;}
.sitemap .box>a{
	display:block;
	color:#FFF;
	line-height:1.5;
	text-decoration:none;
	padding:10px 20px 10px 50px;
    background: rgb(28,109,185);
    background: -moz-linear-gradient(-45deg, rgba(28,109,185,1) 0%, rgba(34,132,202,1) 28%, rgba(34,132,202,1) 59%, rgba(74,164,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    background: linear-gradient(135deg, rgba(28,109,185,1) 0%,rgba(34,132,202,1) 28%,rgba(34,132,202,1) 59%,rgba(74,164,224,1) 100%);
    border-bottom: 3px solid #4e4e4e;
	}
.sitemap .box a:focus {
  outline-offset: -2px;
  outline:2px solid #cf3033;
}
.sitemap .box>ul {
	padding-left:0.75em;}
.sitemap .box>ul li a{
	margin-bottom:5px;
	color:#000;
	text-decoration:none;
	display:flex;
	padding-right:10px}
.sitemap .box>ul li a:hover{
	color: #2760a3;
	font-weight:bold;
	text-decoration:underline;}
.sitemap .box > ul li a{padding-left:2em;padding-right:10px}
.sitemap .box > ul li ul li a{padding-left:4em;padding-right:10px}
.sitemap .box > ul li ul li ul li a{padding-left:6em;padding-right:10px}
.sitemaplist1{font-size:1.2em;}
.box{box-shadow:1px 2px 4px rgba(0,0,0,0.3);}

.box ul.sitemap2 {margin:15px;}
/*Sitemap--end*/


/*JC_20190307*/
.contentbg {
	background-color: #fbfbfb;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.iconlist {
	background-image: url(../images/iconlist.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.1em;
	color: #cb4f12;
	background-position: 0px;
	display: block;
	}
.iconlist:hover  {
	background-image: url(../images/iconlist.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #000;
	background-position: 2px;
	}
.faqq {
	
}
.faqq {
	
}
.title {
    text-align: left;
    color: #655438;
    line-height: 1.6em;
    font-family: "微軟正黑體";
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1px;
	margin-top: 5px;
    /*border-bottom-color: #655438;
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    background-image: url(../images/bg2.jpg);
    padding: 0px 10px 5px 0px;
	margin-bottom:10px;*/
}
.FCK .title {line-height:1em;margin-top:0px;margin-bottom: 15px;}
.FCK .subject {
    background-position: -33px;
    padding: 10px;
    text-align: left;
    font-family: "微軟正黑體";
    font-size: 1.2em;
    font-weight: 400;
    display: block;
    background-image: url(../images/menubg.jpg);
    background-repeat: no-repeat;
}
.download img {
	border-radius: 50%;
}
.question {
	font-size:1.2em;
	font-weight:bold;
}
.answer {
	text-indent: -2.2em;
	margin-left: 2.2em;
}
pre{ 
  white-space:pre-wrap; /* css3.0 */ 
  white-space:-moz-pre-wrap; /* Firefox */ 
  white-space:-pre-wrap; /* Opera 4-6 */ 
  white-space:-o-pre-wrap; /* Opera 7 */ 
  word-wrap:break-word; /* Internet Explorer 5.5+ */ 
} 
.danger {color:#B70000;}
.application_title1{
  color:#5d5d5d;
  font-size:1.3em;
  font-weight:bold;
 }
.application_title2{
  color:#655438;
  font-size:1.1em;
  font-weight:bold;
}

.personal_information .table-responsive th{
	color:#000;
}
.personal_information .table-responsive td{
	text-align:center;
	vertical-align:middle;
}
.radius_card {
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 2px #CCC;
    padding: 18px;
}
.formcontrolhead {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.4285;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.formcontrolbody {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.4285;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.formcontrolfoot {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.4285;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

:not(:first-child):not(:last-child).input-group-addon,
 :not(:first-child):not(:last-child).input-group-btn,
  .input-group :not(:first-child):not(:last-child).formcontrolfoot {
    border-radius: 0;
}
.margintop7px {
	margin-top:7px;
}

/*img*/
.carousel-container {
  margin-top: 4em;
}

.thumbBtn i {
  margin-right: .5em;
}

.clinic-photo-gallery {
  margin-bottom: 20px;
  /* Carousel Control */
  /* Animation */
}
.clinic-photo-gallery .hide {
 /* transition: all 1s fade-in;*/
}
.clinic-photo-gallery .carousel-inner {
  background-color: #FBFBFB;
  overflow: hidden;
  height: 465px;
}
.clinic-photo-gallery .carousel-inner > div.item:first-child {
  top: initial !important;
}
.clinic-photo-gallery .carousel-inner img {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .clinic-photo-gallery .carousel-inner {
    height: 365px;
  }
}
.clinic-photo-gallery .carousel-control {
  top: 43%;
}
.clinic-photo-gallery .control-box, .clinic-photo-gallery a.carousel-control {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.clinic-photo-gallery .carousel .control-box {
  opacity: 0;
}
.clinic-photo-gallery a.carousel-control.left {
  left: 0;
  background: none;
  border: 0;
}
.clinic-photo-gallery a.carousel-control.right {
  right: 0;
  background: none;
  border: 0;
}
.clinic-photo-gallery .carousel:hover .control-box {
  opacity: 1;
}
.clinic-photo-gallery .carousel:hover a.carousel-control.left {
  left: 15px;
}
.clinic-photo-gallery .carousel:hover a.carousel-control.right {
  right: 15px;
}
.clinic-photo-gallery .item {
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
/* Plugin styles */
.thumbnails-carousel {
  margin-top: .5em;
  overflow: hidden;
}
.thumbnails-carousel li {
  cursor: pointer;
  display: inline-block;
  padding: .2em;
}
.thumbnails-carousel img {
  max-height: 50px;
  width: auto;
}
.thumbnails-carousel .active-thumbnail {
  opacity: 0.4;
}
.thumbnails-carousel .indicators-fix {
  bottom: 70px;
}
.step1 {
	background-color: #655438;
	color: #FFF;
}
.step2 {
	background-color: #74654c;
	color: #FFF;
}
.step3 {
	background-color: #82745e;
	color: #FFF;
}
.step4 {
	background-color: #8e826e;
	color: #FFF;
}
.step5 {
	background-color: #998e7c;
	color: #FFF;
}
.step6 {
	background-color: #a39989;
	color: #FFF;
}
.h2 {
	font-size:1.4em;
}
.h3 {
	font-size:1.2em;
}

p.loginTime {
	color: #3E3333;
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 0px;
	text-align:right;
}
@media screen and (max-width:767px) { 
p.loginTime {
	text-align:left;
}
}
.loginTime2 {
	color: #990033;
}

.gsc-control-cse {
    background-color: #FFFFFF;}
/*#C {
color:#fcfeed;
margin-bottom:-30px
}
#C:focus {
color:#d14905;
}*/
.pro {
	margin-bottom:15px;
}
.colorful {
	margin-top:10px;
}
.login_informaotion {
	margin-bottom:15px;
}


.table {
	/*margin: 1em auto;*/
	display: table
}

.table table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px double #b3b3b3;
}

.table table td,
.table table th {
	min-width: 2em;
	padding: .4em;
	border: 1px solid #d9d9d9;
}

.table table th {
	font-weight: 700;
	background: #fafafa;
}
/*ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}*/


#tbody td {
	font-size:1.04em;
	font-weight:400;
}
#tbody td label {
	font-weight:400;
}

















/*Focus*/
/*button的focus*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 3px solid #c41a1a;
	outline-offset: 0px;
}
input[type="text"]:focus {
    background:#e7f6fd;
}
input[type="checkbox"]:focus ,
input[type="radio"]:focus {
	background:#9fffff;
	outline:2px solid #4aa4e0;
	outline-offset:1px;
}
input[type="search"] :focus {
    background: #e7f6fd;
    border-color: #66afe9;
}
select:focus,
textarea:focus {
    background: #e7f6fd;
    border-color: #66afe9;
}
.btn-default:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover{


	
}
.btn-default:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
	outline: 3px solid #c41a1a !important;
	outline-offset: 0px !important;
}



a:focus {
	outline: 3px solid #c41a1a;
	outline-offset: -2px;
}
.social a:focus {
	outline: 3px solid #c41a1a;
	outline-offset: 0px;
}
#cssmenuN a:focus {
	outline:2px solid #FFF;
	outline-offset:-2px;
}
#cssmenuN ul li:focus {
	outline:2px solid #FFF;
	outline-offset:-2px;
}
#cssmenuN ul li ul li a:focus {
	outline:2px solid #FFF;
	outline-offset:-5px;
}
.midnight-blue a:focus{
	outline:3px solid #c41a1a;
}
.dropdown a:focus {
	outline:thin solid #4aa4e0;
	outline-offset:-2px;
	
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline:2px solid rgba(74,164,224,1);
	outline-offset:-2px;
}
.divider-one a:focus img {
	outline:2px solid rgba(74,164,224,1);
	outline-offset:3px;
	}
.fatfooter_box {
        margin: 0.5%;
        float: left;
        height: auto;
        width: 19%;
        padding: 10px;
    }

@media (min-width: 321px) and (max-width: 767px){
.fatfooter_box {
        margin: 0.5%;
        float: left;
        height: auto;
        width: 49%;
        padding: 10px;
    }
}
@media (min-width: 0px) and (max-width: 320px){
.fatfooter_box {
        float: left;
        height: auto;
        width: 100%;
        padding: 10px;
    }
}
.clients-page { 
	margin:25px 0px;
}
.clients-page a {
	line-height: 1em;
	color:#0665C7;
	text-decoration:blink;
}
.keyword {
	margin-top:20px;}
.h-style1 {
	font-size:1.2em;
	font-weight:bold;
}
.keyword_Style {
	color:#CB4F12;
	font-weight:bold;
}

.link_URL{color:#298478;}
.image_open {
	display:block;
	margin-top:3px;
}
.btn-imageopen {
	color: #fff;
    background: #1b77d7;
    background: -moz-linear-gradient(left, #1b77d7 0%, #39b49a 100%);
    background: -webkit-linear-gradient(left, #1b77d7 0%,#39b49a 100%);
    background: linear-gradient(to right, #1b77d7 0%,#39b49a 100%);
    border: none;
    transition: ease all 1s;
}
.btn-imageopen:hover,
.btn-imageopen:focus {
	color: #fff;
	background: #1b77d7;
    background: -moz-linear-gradient(left, #39b49a 0%, #1b77d7 100%);
    background: -webkit-linear-gradient(left, #39b49a 0%,#1b77d7 100%);
    background: linear-gradient(to right, #39b49a 0%,#1b77d7 100%);
}
p.search_count a {
	text-decoration:underline;
}
/*select.search_select {
	    background-color: #655438;
    border-color: #55462d;
	coloe:#FFF;
}*/
	
	
	
/*1205點圖放大*/
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding:2px;}
#portfolio {
  padding: 0px;
}

#portfolio .portfolio-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	opacity: 1.3;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.portfolio-info {
	text-align: left;
}
.portfolio-info .portitle {
	font-size: 1.25em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
}

#portfolio .portfolio-item p {
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: 350px;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;

}

#portfolio .portfolio-info {
	position: absolute;
	left: 0px;
	padding: 8px;
	bottom: 0px;
	background: rgba(146, 187, 23, 0.7);
	display: inline-block;
	height: auto;
	width: 100%;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  background: rgba(255, 103, 0, 0.7);
}


#portfolio .overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1.3;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-thumbnail {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	/*border-radius: 6px 6px 0 0;*/
	background: rgba(255, 255, 255, 0.5);
	margin: 0px;
}
#portfolio .portfolio-thumbnail img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}
#portfolio .portfolio-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*#portfolio .portfolio-thumbnail:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}*/
#portfolio .portfolio-thumbnail:hover .portfolio-view {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	color: #FFF; 
}
.portfolio-view{
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(143, 195, 31, 0.8);
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 30%;
	color: #FFF;
}
.portfolio-view a{color: #FFF;}
#portfolio .portfolio-thumbnail img {
    height: 265px;
}
.thumbnail-info {
	color: #333;
	background: rgba(255, 255, 255, 0.5);
	padding: 4px;
	font-weight: 600;
	/*border-radius: 0 0 6px 6px;*/
	margin: 0px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 1.867em;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 0.8em;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 0.8em;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
.icon_top {
	bottom: 0px;
	padding: 5px;
}
.icon_top A {
	position: relative;
	bottom: 0px;
	transition: all 0.4s ease-in;
}
.icon_top A:link {
	display: inline-block;
}
.icon_top A:hover {
	bottom: 10px;
	cursor: pointer;
	color: #FFF;
}


/*檢索下拉選單*/
.form-control.search_select2 {
	color: #FFF;
	background-color: #1c6db9;
	appearance: none ;
	border:1px solid #4aa4e0;
}

.form-control.search_select2 option {
		color: #000;
		background-color: #dae7ec;
}
.form-control.search_select2 option:hover {
  color: #000;
  background-color: #dae7ec;
}
.input-group-lg {
	padding: 0px;
	position: relative;
    display: table;
    border-collapse: separate;
}
@media screen and (min-width:768px) {


.header .form-group .input-group{
	padding-top: 0;
	margin-left: -20px;
	margin-right: -20px;
}
.form-control.search_select2 {
	/*width: auto;
	font-weight:bold;*/
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}


/*2*/
#searchbox .btn-danger,
#searchbox .input-group .form-control {
	height: 48px;
    padding: 10px 16px;
    font-size: 1.267em;
    line-height: 1.33333;

}
#searchbox .form-group .form-control {
	height: 48px;
    font-size: 1.267em;
    line-height: 1.33333;
}
#searchbox .form-group { margin-bottom: 0px;}
}
@media screen and (min-width:1200px) and (max-width:1268px) {
#searchbox .form-group .form-control {
	padding: 7px 5px;
}
}
@media screen and (min-width:768px) and (max-width:991px) {
.form-control.search_select2 {
	width: 100%;
}

}
@media screen and (max-width:767px) {
	#searchbox {margin:0px 0px 10px 0px;}
	#searchbox .input-group	{margin-bottom:5px;}

	/*2*/
	#searchbox .form-group .form-control {
		height: 48px;
		font-size: 1.267em;
		line-height: 1.33333;
		text-align:center;
	}
	#searchbox .btn-danger,
	#searchbox .input-group .form-control {
		height: 48px;
		padding: 10px 16px;
		font-size: 1.267em;
		line-height: 1.33333;
	
	}

	
	.form-control.search_select2 {
	width: 100%;
	padding: 0px 8px;
	/*font-weight:bold;
	border-radius:4px 4px 0px 0px;
	margin-bottom:-6px;*/
	display: block;
	clear: both;
	
}

/*.input-group .form-control:first-child {
	border-radius:0px 0px 0px 4px;
	}
.input-group-btn:last-child > .btn {
	border-radius:0px 0px 4px 0px;
	}*/
.search_select2 option {  background-color: #fff;}
#footer .text-right { text-align:left;margin-top:10px; }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.video-container iframe {
	border: 0px;
}
.regular3 {
	clear: both;
}
.regular3 .slick-slide img {
	width: auto;
	height: 147px;
	margin-right: auto;
	margin-left: auto;
}
#theTable tr th {background-color: #ebe9e5;}
.treeview {margin-top:15px;}
.thumbnail hr {margin-top:5px}
.thumbnail input {display:block;text-align:center;margin:-15px auto 3px auto;}
.recording {background-color:#effbff;border-radius:5px;border:1px solid #c4d7f0;height:147px;}
.recording  i {line-height: 150px;display: block;text-align:center;}
.recording a i{color:#1b77d7;}

/*必填欄位用*/
.must:before{
 content:"\002a";
 font-size: 180%;
 vertical-align: text-top;
 line-height: 1em;
}
.must {
 color: #B70000;
}
.bold {font-weight:bold;}
.normal {font-weight:400;}

.tab-content {margin-top:15px;}

/*.table-responsive .freepay {background-color:#fefff0;}*/
.basetable .table-responsive tr th {border: 1px solid #ddd;font-weight:bold;font-size:1.15em;}
.basetable .table-responsive tr th a {color:#655438;}
.basetable .table-responsive tr td button {text-align:center;}
.CombinedTitle {
	border: none;
	padding: 8px;
	padding-left: 0px;
}
.CombinedTitleBottomRight {
	float: right;
	border: none;
	padding: 0px;
	color: #4e4e4e;
	display:flex;
}
.CombinedTitleBottomRight a {text-decoration:underline;}

.no_wrap {word-wrap:break-word;word-wrap:normal;}
.marginbottom0 {margin-bottom:0px;}
.margintop0 {margin-top:0px;}
.text-center a {
  text-align: center;
}
@media only screen and (min-width : 768px) {

}
@media only screen and (max-width : 767px) {
.pull-right .pagination {
	margin-top:5px;}
.radio-inline,
.radio-inline + .radio-inline {
	display:block;
	margin-left:0px}
.CombinedTitleBottomRight {
	display:block;
}
.nav-tabs>li {
    width: 33.3%;
	}
.nav-tabs>li>a{
	padding:10px;
	}
}
.block {display:block;margin-left:5px;}
.noblock .form-control {display:inline;}
.Queryfield label {margin-bottom:0px;}
/*.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-bottom: 5px;
}*/

/*滿意度調查*/
.SurveyPanel label {margin-bottom:0px;}
.FCK table .Surveytable td {
    padding: 0px;
}
#publishTable td a i {padding-right:10px;}

/*常見問答表格*/
#faqTable > tbody > tr {border: 1px solid #ddd;}
#faqTable > tbody > tr > td {border:none;}
/*-- FixedBu --*/
.FixedBu {
	width: 50px;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 40%;
	right: 7px;
	z-index: 999;
}
.FixedBu * {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.FixedBu ul {
	width: 100%;
	position: relative;
}
.FixedBu li {
	display: inline-block;
	margin-bottom: 12px;
}
.FixedBu ul li {
	width: 44px;
	height: 44px;
	border-radius:50%;
	background-color: rgba(255,255,255,0.8);
	opacity:0.8;
}
.FixedBu ul li:focus,
.FixedBu ul li:hover {
	background-color: rgba(255,255,255,1);
	opacity:1;
}
.FixedBu ul li a {
	
	border-radius:5px;
	
}
.FixedBu ul li a:focus,
.FixedBu ul li a:hover {
	
	
}
.Page_Tail_Information,
.Page_Tail_Information label {
	margin-bottom:0px;
	
}
@media screen and (min-width:992px) and (max-width:1199px) {
#searchbox .btn-danger {
    padding: 10px 5px;
    font-size: 1.2em;

}
#searchbox .btn-danger .fa {
    padding: 0px 10px;

}
}
@media screen and (min-width:1200px) and (max-width:1310px) {
#searchbox .btn-danger {
    padding: 10px 5px;
    font-size: 1.148em;

}
#searchbox .btn-danger .fa {
    padding: 0px 10px;

}
}
@media screen and (min-width:1311px) and (max-width:1431px) {
#searchbox .btn-danger {
    padding: 10px 6px;
    font-size: 1.267em;

}
#searchbox .btn-danger .fa {
    padding: 0px 10px;

}
}
/*.tabbable {
	box-shadow: 5px 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px 5px #000;
-o-box-shadow: 5px 5px 5px 5px #000;}*/
.NeedMark {color:#B70000;}
/*.SearchAdvindex {padding-top:0px;margin-top:-5px;}*/

#publishContent img {
	max-width:100% !important;
	height: auto !important;
}
#theAnswer img {max-width:100% !important;}

/*#C {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#C:active, #C:focus {
 width: auto;
 height: auto;
 overflow: hidden;
 float: left;
 position: relative;
 display: inline-block;
}
#content .accesskey a {color:#f5f0ec;}
#content .accesskey .breadcrumb a {color:#f5f0ec;margin-left:-7px;}
#content .accesskey .breadcrumb li a {color:#777777;}*/
 .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0;
	overflow: hidden;
	clip: auto;
}
#theAnswer table,
#theAnswer table td,
#theAnswer table th {border:none;}
.content_title {color:#134491;font-weight:bold;display:inline-block;/*width:10em;*/}
.content_title::before{content:"»";margin-right:5px;color:#134491;}
.content_content {display:inline-block;}
#showFolderCarTabNum, #showTabNum {}

/*.bootstrap-table css*/
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
	align-items: center;
	/*background: #fff;*/
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1000;
	transition: visibility 0s, opacity 0.15s ease-in-out;
	opacity: 0;
	visibility: hidden;
	right: 0px;
}
