
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);

/*========================================================
                      Main Styles
=========================================================*/

body {
	/*background: url(../../images/back_body.jpg) no-repeat center bottom;*/
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;	
	font-size: 15px;
	line-height: 28px;
	padding-top: 81px;/*有頂部固定導髚條時設置*/
}

.keyword-list {
	color: #fff;
	font-size: 12px;
	display: none;
	}


/* ---------------------  navbar-fixed  ---------------------- */

.navbar-fixed {
	top: 0px;
	visibility: visible;
	position: fixed;
	width: 100%;
	margin-top: 0px;
	z-index: 9999;
	background: url(../../images/navbar_bg.png) repeat-x left top;
	border-top: 24px solid #355e96;
	min-height: 97px;
}

/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
	background: none;
	/*border-bottom: 7px solid #0f4182;*/
}
.navbar-header .navbar-brand {
	color: #004ad1;
	font-size: 34px;
	font-weight: bold;
	margin: 2px 10px 0 0;
}

.navbar-header .navbar-brand:hover {
	color: #fff;
}

.navbar {
	border: none;
}
.navbar-nav {
}
.navbar-nav > li:nth-of-type(-n+2) {
	display: none;
}
.navbar-nav > li:last-of-type {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	padding: 19px 0;
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #345686;
}


.navbar-text {
	position: absolute;
	right: -10px;
	top: -40px;
	z-index: 10;
	display: none;
}
.navbar-default .navbar-text {
	color: #fff;
}

.navbar-default .navbar-link {
    color: #fff;
	margin: 0 5px;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}

/* -------------------------- 分頁設定 -------------------------- */
.pagination > li > a,
.pagination > li > span {
	color: #0f4182;
  	border: 1px solid #0f4182;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #0f4182;
	border-color: #0f4182;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #0f4182;
	border-color: #0f4182;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #0f4182;
	background-color: #fff;
	border-color: #0f4182;
}

/* -------------------------- banner -------------------------- */

.banner1 {
	display: none;
}
.banner1 img, .banner2 img {
	max-width: 100%;
	vertical-align: bottom;
}


/* -------------------------- 內頁設定 -------------------------- */

/* 內頁框架 */
.content {
	padding: 0 0 40px 0;
}



/* -------------------------- 左側選單 -------------------------- */

.navsub h2, .navsub ul {
	display: none;
}
.navsub select {
	width: 100%;
	font-size: 15px;
}

.navsub h2 {
/*	background: #eba520;
	font-size: 32px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;*/
}
.navsub ul {
}
.navsub ul li a {
	display: block;
	background-color: #e8e8e8;
	padding: 5px 10px;
	margin-bottom: 8px;
	text-decoration: none;
}
.navsub ul li a:before {
	font-family: "FontAwesome", Arial, Verdana, Helvetica, sans-serif;
	content: "\f138";
	margin-right: 5px;	
}
.navsub ul li a:hover {
	background-color: #eba520;
	color: #fff;
}

.navsub-select {
	margin-top: 10px;
	margin-bottom: 10px;
	}
.navsub-select option {
	padding: 20px;
	font-family: "FontAwesome", Arial, Verdana, Helvetica, sans-serif;
	content: "\f138";
	margin-right: 5px;	
	}
.navsub-select option:first-of-type {
	background-color: #337ab7;
	color: #fff;
	}



/* -------------------------- 綜合設定 -------------------------- */

.h1 {
	background: #0f4182; /* Old browsers */
	background: -moz-linear-gradient(left,  #0f4182 0%, #155ab4 49%, #0f4182 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0f4182 0%,#155ab4 49%,#0f4182 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0f4182 0%,#155ab4 49%,#0f4182 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4182', endColorstr='#0f4182',GradientType=1 ); /* IE6-9 */
	font-size: 32px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
}	

.navsub_h2 {
	font-size: 24px;
	line-height: 1.2em;
	color: #104284;
	display: block;
	padding: 10px 0 8px 16px;
	text-transform: uppercase;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
	background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
	background-image: linear-gradient(to bottom, #fbfbfb, #f1f1f1);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#fff1f1f1', GradientType=0);
	border-bottom: 2px solid #d6d6d6;
	position: relative;
	letter-spacing: -1px;
	margin: 20px 0 20px 0;
	border-left: 5px solid #104284;
}

.h2 {
	color: #0f4183;
	font-weight: bold;
	font-size: 24px;
}

.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}

.fc-red {
	color: #C00;
}
.tdu {
	text-decoration: underline;
}
.fwb {
	font-weight: bold;
}


/* -------------------------- 關於我們 -------------------------- */	



/* 常見問題 */	
.qa-list .panel-default > .panel-heading {
	position: relative;
	padding: 0;
}

.qa-list .panel-heading .material-icons {
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 10;
}
.qa-list .panel-title > a {
	display: block;
	background-color: #1457ae;
	color: #fff;
	text-decoration: none;
	padding: 12px 20px 12px 20px;
}
.qa-list .panel-title > a.collapsed {
	background-color: #5e97dd;
}
.qa-list .panel {
	background-color: #f7fafe;
	

}
.qa-list .panel-body {
    padding: 30px 30px;
}
.qa-list .panel-body h4 {
    margin-bottom: 10px;
	font-weight: bold;
}




/* ul */
ul.style1 {
	margin:0 0 20px 2em;
	}
ul.style1 li {
	margin:0 0 10px 0;
	}	
ul.style1 span {
	font-weight:bold;
	}			
ul.style1 li:first-letter {
    margin-left: -2em;
	}	
ul.style1 li ul {
	margin: 0 0 10px 4em;
	}
ul.style1 li ul li {
	margin: 0;
	}			
ul.style1 li ul li:first-letter {
    margin-left: -4em;
	}
ul.style1 li ul li ul {
	margin:0 0 0 1em;
	}	
ul.style1 li ul li ul li:first-letter {
    margin-left:-1em;
	}	





/* -------------------------- 服務項目 -------------------------- */	

.services-box {
	margin-top: 20px;
}
.services-box section {
	background-color: #ecf1f6;
	margin-bottom: 30px;
	padding: 10px 20px 0;
}
.services-box h3 {
	margin-top: 10px;
}


@media (max-width: 480px) {
	
.services-box img {
	width: 100%;
	vertical-align: bottom;
}

}


/* -------------------------- 實績案例 -------------------------- */

.work-list {
	list-style: none;
	margin-top: 42px;
	padding: 0;
}
.work-list ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}
.work-list ul [class *= col-] {
	margin-bottom: 10px;
}
.work-list ul li.shown,
.no-js .work-list ul li,
.no-cssanimations .work-list ul li {
	opacity: 1;
}
.work-list ul li a,
.work-list ul li img {
	outline: none;
	border: none;
	display: block;
	width: 100%;
	vertical-align: bottom;
	border: 8px solid #e8e8e8;
}
.work-list ul li p {
    background: #e8e8e8;
    text-align: center;
    padding: 0 10px 8px;
    color: #333;
}

.work-list img {
	width: 100%;
	vertical-align: bottom;
}

/* -------------------------- 訊息發佈 -------------------------- */	

.news-box {
	margin-bottom: 30px;
}
.news-header h2 {
	display: inline-block;
	color: #10458b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}
.news-header time {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	color: #3370b8;
	margin-top: 0;
	margin-bottom: 10px;
}

.news-more {
	text-align: right;
}
.news-more a {
	display: inline-block;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #10468b;
    background-color: #10468b;
    outline: none;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-size: 14px;
    line-height: 1;
    padding: 6px 22px 7px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
	color: #ffffff;
}




/* 圖片動畫效果 */	

.thumbnail {
	background: transparent;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
.thumbnail img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumbnail a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	z-index: 2;
}
.thumbnail a:before,
.thumbnail a:after {
	content: '';
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
	z-index: 3;
	-webkit-transition: all 0.5s ease 0s;
		  transition: all 0.5s ease 0s;
	box-shadow: none;
}
.lt-ie9 .thumbnail a:before,
.lt-ie9 .thumbnail a:after {
	filter: alpha(opacity=0);
}
.thumbnail a:before {
	top: 0px;
	left: 0px;
	right: 100%;
	bottom: 100%;
	border-top: 10px solid;
	border-left: 10px solid;
}
.thumbnail a:after {
	left: 100%;
	top: 100%;
	bottom: 0px;
	right: 0px;
	border-bottom: 10px solid;
	border-right: 10px solid;
}
.thumbnail a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 0px;
	right: 0px;
}
.lt-ie9 .thumbnail a:hover:before {
	filter: alpha(opacity=100);
}
.thumbnail a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
	top: 0px;
}
.lt-ie9 .thumbnail a:hover:after {
	filter: alpha(opacity=100);
}


/* 相關關鍵字 */	
.keyword {
	margin-top: 40px;
	margin-bottom: 20px;
}
.keyword h5 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.keyword h5:before {
	font-family:'FontAwesome';
	content: '\f02b';
	margin-right: 6px;
}
.keyword ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background-color: #e7e7e7;
	padding: 0px 10px;
	margin-right: 5px;
}


/* 相關連結 */
.link-list {
	margin-bottom: 20px;
}	
.link-list h5 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.link-list h5:before {
	font-family:'FontAwesome';
	content: '\f127';
	margin-right: 6px;
}
.link-list ul li {
	margin-left: 5px;
}
.link-list ul li:before {
	font-family:'FontAwesome';
	content: '\f0da';
	margin-right: 6px;
	font-size: 15px;
}


/* ------------------------ 線上估價 -------------------------- */	

.price-box select {
	margin-bottom: 10px;
}
.price-box [class *= col-sm-2], .price-box [class *= col-sm-3] {
	color: #114993;
}
.price-box .form-control {
	background-color: #f0f8fc;
	color: #666;
}
.price-box .form-control::-moz-placeholder {
  	color: #666;
}
.price-box .form-control:-ms-input-placeholder {
	color: #666;
}
.price-box .form-control::-webkit-input-placeholder {
	color: #666;
}



/* -------------------------- 網站地圖 -------------------------- */	

.sitemap-list {
	
}
.sitemap-list .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.sitemap-list .panel-heading {
    padding: 5px 15px;
	font-size: 18px;
}
.sitemap-list ul {
	list-style-type: none;
	margin: 5px;
	padding: 0;
/*	min-height: 100px;
	height: auto !important;
	height: 100px;*/
}
.sitemap-list ul li {
	position: relative;
	border-bottom: 1px dotted #d7d7d7;
}
.sitemap-list ul li:last-of-type {
	border-bottom: none;
}
.sitemap-list ul li a {
	display: block;
	color: #666;
	padding: 3px 0 3px 15px;
	text-decoration: none;
}
.sitemap-list ul li a:hover {
	background-color: #eba520;
	color: #fff;
}
.sitemap-list ul li a:before {
	position: absolute;
	left: 5px;
	top: 3px;
	z-index: 9;
	font-family: "FontAwesome";
	content: "\f0da";
	font-size: 14px;
}



/* -------------------------- footer -------------------------- */

.footer-list {
	background-color: #0f4182; 
	text-align: center;
	padding: 20px 0 0 0;
	color: #fff;
}

.address_map {
	text-align: center;
	padding: 10px 0 20px;
}
.address_map a {
	font-size: 15px;
	color: #000;
	margin: 0 10px;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.address_map a span {
	margin: 0 2% 0 0;
}
.address_map a:hover {
	background-color: #3871b9;
	border: 1px solid #4f85c8;
	text-decoration: underline;
}
.address_map .btn-pink {
	background-color: #1458b1;
	border: 1px solid #1458b1;
	color: #fff;
}

/* 文章分享 */
.share-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.share-list li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-left: 5px;
}
.share-list li a {
	text-decoration: none;
}
.share-list li a:hover {
	text-decoration: none;
}
.share-list li img {
	width: 24px;
}


/* -------------------- 頁面置頂 scrollUp --------------------- */

#scrollUp {
	background: url(../javascript/scrollUp/up-arrow.png) no-repeat center center;
	position: fixed;
	bottom: 120px;
	right: 10px;
	width: 51px;
	height: 51px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	*text-indent: -9999px;
}


/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 480px) {
	
.work-list h1, .news-list h1, .service-list h1 {
	font-size: 36px;
}

.services-box img {
	width: 254px;
}


}


/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {

.keyword-list {
	display: block;
	}

.navbar-default .navbar-nav > li > a {
	padding: 19px 10px;
}
.navbar-text {
	right: 50px;
	display: block;
}

.banner1 {
	display: block;
}
.banner2 {
	display: none;
}

.navsub h2, .navsub ul {
	display: block;
}
.navsub select {
	display: none;
}


.price-box {
	padding-left: 15px;
}
.price-box .form-control {
	background-color: #fff;
}
.price-box select {
	margin-bottom: 0;
}
.price-box [class *= col-sm-2], .price-box [class *= col-sm-3] {
	color: #31708f;
    background-color: #d9edf7;
	border-radius: 4px;
}
.form-horizontal .control-label {
    padding-top: 3px;
	padding-bottom: 4px;
}


.address_map {
	display: none;
}


}

/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {
	
body {
	padding-top: 81px;/*有頂部固定導髚條時設置*/
}
.navbar-default .navbar-nav > li > a {
	padding: 19px 20px;
}


.footer-list {
	font-size: 18px;
}

}

/* --------------------- lg尺寸設定 大於1200 -------------------- */

@media (min-width: 1200px) {
	
body {
	padding-top: 81px;/*有頂部固定導髚條時設置*/
}

}
