
@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: 24px;
	padding-top: 81px;/*有頂部固定導髚條時設置*/
}
.keyword-list {
	color: #0f4182;
	display: none;
	}
.keyword-list h1, .keyword-list h2, .keyword-list h3{
	font-size: 18px;
	margin: 0;
	float: left;
}

/*==================  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 #ef9fae;*/
}
.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;
}

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

.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner1 {
	display: none;
}

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

.work-list h1, .news-list h1, .service-list 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: 30px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
	
/* -------------------------- 實績案例 -------------------------- */

.work-list {
}

.work-list .container {
	margin-top: 30px;
	margin-bottom: 10px;
}
.work-list img {
	width: 100%;
	vertical-align: bottom;
	border: 10px solid #fff;
}
.work-list p {
	background: #fe9900; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe9900 0%, #f49000 34%, #da7900 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fe9900 0%,#f49000 34%,#da7900 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fe9900 0%,#f49000 34%,#da7900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9900', endColorstr='#da7900',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	text-align: center;
	padding: 10px;
	color: #fff;
}



/* -------------------------- 新聞訊息 -------------------------- */

.news-list {
	background: #ddeaf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddeaf9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ddeaf9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ddeaf9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddeaf9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.news-list h1 {
	margin-top: 0;
}
.news-list ul {
	padding: 10px 10px;
	margin-top: -10px;
}
.news-list li {
	padding: 10px 0;
	font-size: 18px;
	border-bottom: 1px dotted #bed7f4;
}
.news-list li:nth-of-type(2n) {
	padding: 10px 0;
	font-size: 18px;
}
.news-list li span {
	margin-right: 10px;
	color: #900;
}
.news-list li a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.news-list li a:hover {
	color: #0f4283;
}
/* -------------------------- 服務項目 -------------------------- */

.service-list {
}
.service-list h1 {
	margin-bottom: 0;
}
.service-list li {
	background: #f1e6d2;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	opacity: 0.8;
}
.service-list li:nth-of-type(2n+1) {
	background: #e2b178; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2b178 0%, #ecc494 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e2b178 0%,#ecc494 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e2b178 0%,#ecc494 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b178', endColorstr='#ecc494',GradientType=0 ); /* IE6-9 */

}
.service-list li a {
	font-size: 16px;
	color: #b65f6f;
}

/* -------------------------- 服務專線 -------------------------- */

.tel-info {
	color: #900;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 30px;
	text-align: center;
	line-height: 32px;
	}
.tel-info span {
	display: block;
	}

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

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

.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;
}



/* --------------------- 嵌入FB貼文設定 --------------------- */
.fb-post{
	padding-bottom:20px;
}

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

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

}

/* --------------------- 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;
}

.news-list {
	background: #5e9be4; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e9be4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5e9be4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5e9be4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9be4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.news-list h1 {
	margin-bottom: 30px;
}
.news-list ul {
	background: none;
}
.address_map {
	display: none;
}

.tel-info {
	font-size: 36px;
	line-height: 48px;
	}
.tel-info span {
	display: inline;
	}
	
}

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

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

.news-list ul {
	background: url(../../images/news_people.png) no-repeat 10px bottom;
	background-size: contain;
	padding: 20px 0 30px 400px;
	margin-bottom: -20px;
}
.news-list ul li {
	border-bottom: none;	
}
.footer-list {
	font-size: 18px;
}

}

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

@media (min-width: 1200px) {
	
body {
	padding-top: 81px;/*有頂部固定導髚條時設置*/
}
.news-list ul {
	background: url(../../images/news_people.png) no-repeat 60px bottom;
	background-size: contain;
}

}
