
body {

    font-weight: 300;

}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li {
list-style-type: disc;
}




/**** Button ****/

.btn-primary {

    font-weight: 300;
    border-radius: 0;
    color: #fff !important;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: none;
    border: 1px solid #333;
    color: #333 !important;
}


/**** Start Section Title Section ****/

h3.section-title {
	padding-bottom: 10px;
	font-family:Microsoft JhengHei, "Arial Unicode MS", Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
}



/**** Start Header Section ****/

.header-section {
    background: #fff;
    margin-bottom: 20px;

}

.header-section .logo a {
    font-size: 50px;
    font-family:Microsoft JhengHei, "Arial Unicode MS", Arial, sans-serif;
    color: #444;
}

.logo-img {
	margin-top: 20px;
}


.top-info {
    margin-top: 35px;
    text-align: right;
	font-size:16px;
}


.top-social li {
    display: inline-block;
    padding-left: 5px;
}

.top-social li a:hover {
    background: transparent; 
    color: #333;
}



.top-phone {
    margin-top: 10px;
    font-size: 22px;
    color: #333;
}

.top-phone i {
    padding-right: 5px;
    color: #333;
}


.default-page {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.default-page p {
    text-align: justify;
}


/**** Start Navigation Section 選單****/

.navbar-default {
 
}
.navbar-default .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    clear: none;
  }
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-form {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
}




.navbar-default .navbar-nav {
  margin: 0;
  padding: 0;

  
}
.navbar-default .navbar-nav .caret {
  color: #0066aa;
  vertical-align: middle;
  margin: 0;
  border: none;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  float: right;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .caret {
    margin: -4px 0 0 8px;
    font-size: 10px;
    float: none;
  }
}
.navbar-default .navbar-nav .caret:after {
  content: "\f078";
  font-family: 'FontAwesome';
}
.navbar-default .navbar-nav li {
	margin: 0;
	border-bottom: 1px solid #D3D3D3;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li {
    border-right: 1px solid #D3D3D3;
    border-bottom: none;
  }
}
.navbar-default .navbar-nav li:first-child {

  border-left-color: #ffffff;
}
.navbar-default .navbar-nav li a {

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-weight: 600;
}


.navbar-default .navbar-nav li > a:not(.btn) {

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
    padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  
  color: #343331;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li > a:not(.btn) {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
  }
}
.navbar-default .navbar-nav li > a:not(.btn) small {
  display: block;
  line-height: 1;
}
.navbar-default .navbar-nav li > a:not(.btn):hover .dropdown-menu {
  display: block;
}
.navbar-default .navbar-nav li.icon-link a {
  text-align: left;
  font-size: 20px;
  color: #343331;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li.icon-link a {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.navbar-default .navbar-nav li > a:not(.btn):hover,
.navbar-default .navbar-nav li.icon-link a:hover {

  background: #ffffff;
  color: #0066aa;
}
.navbar-default .navbar-nav li.open a:hover,
.navbar-default .navbar-nav li.open a:focus,
.navbar-default .navbar-nav li.open a.dropdown-toggle,
.navbar-default .navbar-nav li.active a.top-level,
.navbar-default .navbar-nav li.active a:hover {
  background: #0066aa;
  color: #ffffff !important;
  text-shadow: none;
}
.navbar-default .navbar-nav li.open a:hover .caret,
.navbar-default .navbar-nav li.open a:focus .caret,
.navbar-default .navbar-nav li.open a.dropdown-toggle .caret,
.navbar-default .navbar-nav li.active a.top-level .caret,
.navbar-default .navbar-nav li.active a:hover .caret {
  color: #ffffff;
}
.navbar-default .navbar-nav li.open a.dropdown-toggle {
  border-bottom-color: transparent;
}

/*下拉選單*/
.navbar-default .navbar-nav .dropdown-menu {
  margin-top: 0px;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 3px solid #0066aa;
  background: #f3f3f3;
  min-width: 200px;
}
.navbar-default .navbar-nav .dropdown-menu li {
  border: none;
  list-style: none ;
}

.navbar-default .navbar-nav .dropdown-menu li.row {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-default .navbar-nav .dropdown-menu li a:not(.btn) {
  margin: 0;
  padding: 20px;
  height: auto;
  line-height: 1.2;
  font-size: 16px;
  border: none;
  text-transform: none;
  position: relative;
  color: #343331;
  display: block;
}

/*選單前點點
.navbar-default .navbar-nav .dropdown-menu li a:not(.btn):before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 5px;
  color: #0066aa;
  margin: 0 6px 0 0;
  padding: 0;
  vertical-align: middle;
}
*/
.navbar-default .navbar-nav .dropdown-menu li a:not(.btn):hover {
  color: #ffffff;
  background: #343331;
  text-decoration: none;
}
.navbar-default .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-default .navbar-nav .dropdown-mm {
  position: static;
}
.navbar-default .navbar-nav .dropdown-menu.dropdown-menu-mm {
  list-style: none;
}




/*第三層-選單標題*/
.navbar-default .navbar-nav .dropdown-menu li.dropdown-header {
	padding: 20px;
	line-height: 1.2;
	font-size: 16px;
	color: #000;
	font-weight: bold !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



/*第三層*/

.navbar-default .navbar-nav .dropdown-sub {

}

.navbar-default .navbar-nav .dropdown-sub li{
	line-height:0 !important;
	padding:0 !important;
}

.navbar-default .navbar-nav .dropdown-sub li a:not(.btn):before {
	 content: "\f111";
  font-family: 'FontAwesome';
  font-size: 5px;
  color: #0066aa;
  margin: 0 6px 0 0;
  padding: 0;
  vertical-align: middle;
}


@media (min-width: 768px) {
  .navbar-default .navbar-nav .dropdown-menu.dropdown-menu-mm {
    min-width: 480px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}





/* End Navigation Section */


/**** 首頁圖片輪播 ****/

.main-slider {
  
}

.main-slider img {
    width: 100%;
    height: auto;
}

.main-slider .carousel-caption {
    //position: absolute;
    top: 20%;
    left: 10%;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
	.main-slider .carousel-caption {
    //position: absolute;
    top: -15%;
    left: 15%;
    width: 80%;
    text-align: center;
}


.main-slider .carousel-caption h1 {
	font-size:20px;
    color: #fff;
    font-weight: 300;
    padding: 0px;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}


.main-slider .carousel-caption p {
    color: #fff;
    font-size: 10px !important;
    padding: 0px;
	margin-top:-20px;
}


}

.main-slider .carousel-caption h1 {
    color: #fff;
   font-family:Microsoft JhengHei, "Arial Unicode MS", Arial, sans-serif;
    font-weight: 300;
    padding: 10px;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.main-slider .carousel-caption p {
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.main-slider .carousel-control {
    width: 5%;
}

.main-slider .carousel-control i {
    position: absolute;
    top: 50%;
    font-size: 50px;
}

.main-slider .carousel-indicators {
    bottom: 5px;
}

/**** Bootstrap Carousel ****/

.carousel-control {
    background: transparent !important;
}

.carousel-control:hover, 
.carousel-control:focus {
    background: transparent;
}




/****首頁服務介紹 ****/

.services-section {
	margin-top:60px;
}

@media (max-width: 768px) {
	.services-section {
	margin-top:20px !important;
}
	
	
	}

.service-details ul {
    padding-top: 8px;
}
.service-details li {
    padding-bottom: 8px;

}

.feature {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
}


.feature li{
padding:5px 0;
font-size:18px;}


.feature-2 li{
padding:5px 0;
font-size:18px;}



.feature-2 {
	background: #fff;
	margin-top: 30px;
	padding: 20px 20px 20px 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style:  solid;
	border-left-color: #CCC;
}


@media (max-width: 768px) {
	
	
.feature-2 {
	padding: 40px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left:none;
	border-right:none;
}
	
	}
	
	

.feature h4, .feature-2 h4{
    font-size: 20px;
    color: #444;
    padding-bottom: 10px;
    font-weight: 300;
    font-family:Microsoft JhengHei, "Arial Unicode MS", Arial, sans-serif;
}

.feature p, .feature-2 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.feature p {
    text-align: justify;
}

.feature i, .feature-2 i {
   font-size:40px;
   padding:1px 10px 0 1px;
   position: relative;
    width: 50px;
    height: 50px;
}


/**** Start home-intro Sectio 首頁簡介****/

.home-intro{
	padding:80px 0;
}


@media (max-width: 768px) {
	
	.home-intro{
	padding:40px 0;
}

	}
.home-intro-system{
	background-image: url(../images/home-intro-test.png);
	background-repeat: no-repeat;
	padding:20px 40px;
	color:#FFF;
	margin-bottom:20px;
	height:200px;
}

.home-intro-test{
	background-image: url(../images/home-intro-test.png);
	background-repeat: no-repeat;
	padding:20px 40px;
	color:#FFF;
	margin-bottom:20px;
	height:200px;
}



@media (max-width: 768px) {
	
	.home-intro-system{
		margin:17px;}
		
		home-intro-test{
		margin:17px;	}
		
	
	
	.home-intro-pat{
		height:auto !important;}
	
	
	
	
	
	}


.home-intro-pat{
	background-image: url(../images/home-intro-pat.jpg);
	background-repeat: no-repeat;
	padding:20px 40px;
	color:#FFF;
	height:420px;

}



/****Start home-product 首頁簡介 ****/


.home-product {
	background-color: #f5f5f5;
	padding:60px 0;
}

.home-product h2{
	text-align:center;}

.home-product h3{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom:40px;
	color:#666;
	
}


.home-project p{
	text-align: center;
color:#FFF;
font-size:18px;
line-height:60px;}

.home-project a {
	color:#FFF;
	display:block;
	background-color: #0066aa;
	margin-bottom:20px;
}

.home-project a:hover{
	background-color: #0bC !important;
	color: #fff !important;
}

 
 


/****Footer Section ****/

/* footer 頁腳 */

#footer {
	padding:30px 0;
	color: #999;
	background-color: #333;
}

#footer a:not(.btn) {
  color: #999;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1em;
  padding-top: 1em;
}

#footer li{

	list-style:none;}

@media (min-width: 768px) {}

#footer li a{
	color:#FFF !important;}
	
#footer li a:hover{
	color:#00bbcc !important;}	



.btn-line{
	padding-bottom:20px;}

.btn-line ul{
	display: inline-block;
	margin:0 auto;

}


.btn-line li{
	list-style:none;
	font-size:14px;
	float:left;
	padding: 0 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	}


.btn-line li:last-child{
	padding: 0 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	}



.footer-text {
  float: right !important;
}

.footer-info{
	text-align:right;}

@media (max-width: 767px) {
	
	footer{text-align: left;}
	
	.btn-line ul{
		width:100%;
	display: inline-block;
	margin: 0 auto;
	
}
	
	
	.btn-line li{
		width:100%;
	font-size: 14px;
	float: none;
	
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	border-left-width: 0px;
	
	}
	
	
.btn-line li:last-child{
	padding: 10px 0px;
	border-right-width: 0px;
	
	}

.footer-text {
  float: left !important;
}



	.footer-info{
	text-align: left !important;}
	
	}







/**** Start Page Title 內頁banner ****/



.page-title {
    background: url(../images/breadcrumb.png) no-repeat;
    background-size: cover;

}


.page-title-about {
    background: url(../images/breadcrumb.png) no-repeat;
    background-size: cover;

}




.page-title-csr {
    background: url(../images/breadcrumb-csr.png) no-repeat;
    background-size: cover;

}


.page-title-product {
    background: url(../images/breadcrumb-product.png) no-repeat;
    background-size: cover;

}



.page-title-hr {
	background-size: cover;
	background-image: url(../images/breadcrumb-hr.jpg);
	background-repeat: no-repeat;
}

.page-title-contact {
	background-size: cover;
	background-image: url(../images/breadcrumb-contact.jpg);
	background-repeat: no-repeat;
}


.page-title-news {
	background-size: cover;
	background-image: url(../images/breadcrumb-news.jpg);
	background-repeat: no-repeat;
}


.page-title-service {
	background-size: cover;
	background-image: url(../images/breadcrumb-service.jpg);
	background-repeat: no-repeat;
}




.page-title-overlay {
    padding: 60px 0px;
    color: #fff;
}

.page-title-overlay h2 {
	font-size:20px;
    font-weight: 300;
}



/**** Start Page Title 內頁banner-麵包屑****/

.breadcrumb {
    position: absolute;
    right: 3%;
    top: 50%;
    background: none;
}

.breadcrumb a {
    color: #fff;
    font-size: 15px;
}


.breadcrumb .active {
    color: #0bc;
}

@media (max-width: 767px) {
	.breadcrumb {
	position: absolute;
   left: 0%;
    top: 60%;
    background: none;
	

}
	
	
	}



/**** Start main-page 主頁****/


.main-page{
	padding:40px 0 160px 0;}

.main-full-page{
	padding:70px 0 160px 0;}



.main-page-menu h3 {

	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0070b8;
	line-height: 40px;
	font-weight: normal;
}



.main-page-menu li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding:10px 0;
	font-size: 18px !important;
	color: #666;
	font-weight: bold;}


.main-page-menu li.menu-service a{
	font-size: 16px !important;
	color: #000;
	padding-left: 10px;
	font-weight: normal !important;
}


.main-page-menu li a{
	font-size: 18px !important;
	color: #666;
	font-weight: bold;
}

.main-page-menu li a:hover{
	color:#0bc;}


.main-page-content {
	padding-left:20px;
	font-size:18px;
	line-height:24px;
	}
	
.main-page-content ul{
	padding-left:30px;}	



@media (max-width: 767px) {
	
.main-page-content{
	padding-left:0px;}


.main-page{
	padding:40px 0 40px 0;}

.main-full-page{
	padding:70px 0 40px 0;}



}

.main-page-content h1{
	font-size: 28px;
	color: #666;
	display: inline-block;
  border-bottom: solid 3px #0ba;
  line-height: 1.1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}


.main-page-content h2{
	font-size:22PX;
	color:#06a;
	margin-top:30px;
	margin-bottom:10px;
}




.main-page-content h3{
	margin:0;
	padding-left:5px;
	padding-right:0;
	line-height:30px;
	font-size:18PX;
	color:#06a;
	background-color: #f5f5f5;
	display:block;
}


.main-page-content p{
	font-size: 18px;
	line-height: 26px;
	color: #333;
}

.main-page-content li{
	line-height:30px;}

.main-page-list{
	
}

/****組織與架構 ****/


.about-milestones ul{
	margin-bottom:20px;
	overflow: hidden;}

.about-milestones li{
	font-size: 18px;
	float:left !important;
}


.about-milestone-en li{
	font-size: 18px;
	float:left !important;
	width:100%;}


.month{
	padding-right: 20px;
	font-weight: bold;
}

.cleanstyle{
	list-style:none !important;}


.about-line-b{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin:10px 0 20px 0;
	
	
	}
	



@media (max-width: 767px) {
	.about-line-b{
		border:none;
		}
		
	.about-milestones ul{
	margin-bottom:20px;
	margin-top:20px;}
		
	}




/**** 產品介紹 ****/

.product-info{
}




.product-table {
	width:100%;
	font-size: 16px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	
}


.product-table th{
	
	padding: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}



.product-table td{
	padding:5px ;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;}


.product-table h3{
	font-size:16px;
	color: #06a;
	background-color: #FFF;
	font-weight: bold;
	}



.product-table2 {
	width:100%;
	font-size: 16px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	
}



.product-table2 th{
	padding: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;	
}



.product-table2 td{
	padding:5px ;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;}


.product-table2 h3{
	font-size:16px!important;
	color: #06a!important;
	font-weight: bold!important;
	background-color:transparent !important;
	}



/**** 捲軸設定****/

.product-overview{

	overflow:scroll;}

/*---滚动 条默认显示样式--*/  
.product-overview::-webkit-scrollbar-thumb{  
   background-color:#D3D3D3;  /*默认状态下的滚动 条颜色*/
   height:50px;  
   outline-offset:-2px;  
   outline:4px solid #eee; /*默认状态下的滚动 条轮廓大小及颜色*/
   -webkit-border-radius:3px; /*默认状态下的滚动 条圆角*/
   border: 1px solid #eee; /*默认状态下的滚动边框大小及颜色*/ 
}  
 
/*---鼠标点击或滑过滚动 条显示样式--*/  
.product-overview::-webkit-scrollbar-thumb:hover{  
   background-color:#B1B1B1;  /*鼠标滑过的滚动 条轮廓大小及颜色*/
   height:50px;   
   -webkit-border-radius:3px;  /*鼠标滑过的滚动 条圆角*/
}  
 
/*---滚动 条大小--*/  
.product-overview::-webkit-scrollbar{  
   width:13px;  
   height:8px;  
}  
 
/*---滚动框背景样式--*/  
.product-overview::-webkit-scrollbar-track-piece{  
   background-color:#f8f8f8; /*滚动框背景颜色*/
   -webkit-border-radius:0;  
}



.product-table-all {
	width:100%;
	font-size: 16px;
	border: 1px solid #CCC;
	margin-bottom: 30px;

}


@media (min-width: 768px) 
{
.product-table-all {
 width:auto;


}
}

.product-table-all .table280{
	min-width:280px;}


.product-table-all .table80{
	min-width:80px;}

.product-table-all .table100{
	min-width:100px;}

.product-table-all .table50{
	min-width:50px;}


.product-table-all th{
	padding: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;	
}



.product-table-all td{
	padding:5px ;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;}


.product-table-all h3{
	font-size:16px!important;
	color: #06a!important;
	font-weight: bold!important;
	background-color:transparent !important;
	}








/**** Start 人力資源 ****/
.box-training {
  text-align: center;
  margin:40px 0;
}
.box-training .icon {
	margin:0 auto;
	font-size: 40px;
	color: #06a;
	background-color: #eee; 
	-webkit-border-radius:999em;
-moz-border-radius: 999em;
border-radius:80px;
width:80px;height:80px; 


}

.box-training i{
	padding-top:20px;}



.box-training h3 {
	font-size:18px !important;
	color:#09C !important;
	background-color:#CCC !important;
}





/*-----------------------------------------*/
/* Start contact Section 聯絡我們
/*-----------------------------------------*/



.contact-section {
	font-size:16px ;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding: 0 20px 20px 20px;
}

.contact-section strong {
    font-weight: 400;
}

.contact-section  h1{

	font-size: 28px;
	color: #666;
	display: inline-block;
  border-bottom: solid 3px #0ba;
  line-height: 1.1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-section h3{
	font-size:18px;
	color:#06a;}


.map-page {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.map-page p {
    text-align: justify;
}





/**** Start Sidebar Section ****/

.widget {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 0 20px 20px 20px;
}

.widget .section-title {
    
}

.sidebar {
    margin-top: 30px;
}

.sidebar a {
	color: #888;
}

.sidebar .widget {
    overflow: hidden;
    //margin-bottom: 50px;
}

.sidebar .widget ul {
	margin: 0;
}

.widget-search {
    padding-top: 20px;
}

.widget-search input[type="search"] {
    position: relative;
	margin: 0;
	float: left;
	height: 37px;
	line-height: 37px;
	width: calc(100% - 38px);
	border-right: none;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
	display: inline-block;
	width: 38px;
	height: 37px;
	border: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
	background-color: #444;
}

.sidebar .widget h4 {
	text-transform: uppercase;
	padding-bottom: 8px;
    margin-bottom: 16px;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.sidebar .widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #ddd;
	margin: 0;
}

.widget-categories ul li a {
	padding: 8px 0;
    text-decoration: none;
    display: block;
	border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-categories ul li:first-child a {
	padding-top: 0;
}

.widget-categories ul li a:hover {
	padding-left: 8px;
}

.sidebar .widget-popular-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.sidebar .widget-popular-posts li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
	float: left;
	margin-right: 8px;
	border: 3px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.sidebar .widget-popular-posts .widget-thumb img {
	width: 65px;
	height: 65px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
	opacity: 0.7;
}

.sidebar .widget-popular-posts .widget-content h5 {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
	color: #bbb;
	font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #888;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
	margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}


.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea {
    color: #aaafb5;
    font-size: 13px;
    font-family: font-family:Microsoft JhengHei, "Arial Unicode MS", Arial, sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"] {
    width: 88%;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}

label {
	font-size: 13px;
	color: #aaa;
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}






#map {
	position: relative;
	height: 450px;
	width: 100%;
}



ul.icons-list {
	margin-bottom: 6px;
}

ul.icons-list li, ul.list-unstyled li {
	margin-bottom: 4px;
}

ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px;
}


/**** Start Back To Top ****/

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}




/*///////////// 位置微調 /////////////*/

.icon-btn{
	padding-left:10px;}
	
.m-t-md {
  margin-top: 30px !important;
}

.m-t-10{
	margin-top:10px;}

.m-b-30{
	margin-bottom:20px;}

.m-l-10{
	margin-left:10px;}


/*///////////// PAT共用/////////// */

 .text18c666{
	font-size: 18px;
	color: #666;
	line-height: 40px;
	font-weight: normal;
  line-height: 18px;
}


 .text15c666{
  font-size: 15px;
  color: #666;
  line-height: 40px;
  font-weight: normal;
  line-height: 18px;
}



 .text18c06a{
	 margin-top:10px;
	font-size: 18px;
	color: #06a !important;
	font-weight: normal;
}


 .textc06a{
	color: #06a !important;
	font-weight: bold;
}


.p-l-20{
	padding-left:20px;}
	


/*///////////// btn /////////// */


.btn-pat a{
	background-color:#0066aa;
	color:#FFF !important;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding:5px 10px;
text-align:center;}

.btn-pat a:hover{
	color:#fff !important;
	text-decoration: none;
	background-color:#00bbcc !important;
}	


.btn-pat-line a{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 5px 15px;
	border: 1px solid #FFF;
	color:#FFF;
}


.btn-pat-line a:hover{
	background-color: #FFF;
	color:#0066aa;
}





.btn-main a{
	background-color:#0066aa;
	color:#FFF !important;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding:10px 20px;
text-align:center;}

.btn-main a:hover{
	color:#fff !important;
	text-decoration: none;
	background-color:#00bbcc !important;
}	



/*///////////// table /////////// */

.responsive-card-table {
  border-collapse: collapse;
  font-size:16px;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {

  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
	padding:10px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
	  width:100%;
	  overflow:scroll;
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;

  }
  .responsive-card-table tr {
    border: 1px solid #ccc;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
word-break: break-all;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ccc;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
	color:#06a !important;
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -105%;
    width: 70%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
   /*/////////////標題
    background: #eee;/////////// */ 
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;

  }
}


