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

/*========================================================
                      Main Styles
=========================================================*/
body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;	
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 60px;/*有頂部固定導髚條時設置*/
}
/*==================  navbar-fixed  ======================*/


header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

.navbar-fixed {
	/*background: url(../../images/navbar_bg2.jpg) repeat-x center bottom;
	height: 65px;*/
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#c2c2c2 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#c2c2c2 100%);
    color: #b2223a;
    border-bottom-style: solid;
    border-width: 6px;
    /*height: 80px;
	top:25px;*/
}


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

.navbar-default {
	background: none;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_4.png) no-repeat left 13px;
	width: 240px;
	height: 76px;
	text-indent: -9999px;
	margin-top: -8px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: right;
	margin-top: 10px;
}
.navbar-nav > li:nth-of-type(-n+1) {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #5e5e5e;
	position: relative;
}
.navbar-default .navbar-nav > li > a:after {
	content: "";
	background: url(../../images/back_nav_line.jpg) no-repeat left center;
	width: 1px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 9;
}
.navbar-default .navbar-nav > li:last-of-type > a:after {
	background: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f3886d;
	/*text-shadow: 0px 2px 0px #fff;*/
}
.navbar-text {
	position: absolute;
	right: 300px;
	top: -26px;
	z-index: 10;
	display: none;
}
.navbar-text a {
	color: #1c44b9;
	position: relative;
	padding: 0 4px 0 3px;
}
.navbar-text select {
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 26px;	
}
.navbar-text .input-box {
	position: relative;
	display: inline;
}
.navbar-text .input-box input {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 26px;
	padding-left: 30px;
}
.navbar-text .input-box i {
	position: absolute;
	left: 10px;
	top: 4px;
	z-index: 9;
}
.navbar-text img: {
	width: 20px;
	margin: 0 3px;
}
.navbar-default .navbar-link {
    color: #fff;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}


/* -------------------- 頁面下拉時的變化設定 ----------------------- */

header.shrink {
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
}
header.shrink {
	/*background: url(../../images/navbar_bg2.jpg) repeat-x center bottom;
	height: 65px;*/
}
header.shrink .navbar-brand {
	/*background: url(../../images/logo_2.png) no-repeat left 13px;
	width: 240px;
	height: 46px;
	margin-top: 0px;*/

}

/* -------------------------- banner -------------------------- */
.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner-l {
	display: none;
}

.banner-l, .banner-m {
	position: relative;
}
/* -------------------------- scroll -------------------------- */
.scroll {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	cursor: pointer;
	}
.scroll img {
	display: block;
	margin: 0 auto;
}
/* -------------------------- 共同設定 -------------------------- */
.about-list h1, .products-list h1, .news-list h1 {
	margin: 0;
	font-size: 32px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.about-list .container .row, .products-list .container .row, .news-list .container .row, {
	padding: 50px 15px;

}

.google-font1 {
	font-family: 'Ubuntu', sans-serif;
	}
/* -------------------------- 關於我們 -------------------------- */
.breadcrumbs{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deefff+0,98bede+100;Blue+3D+%2310 */
	background: #deefff; /* Old browsers */
	background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #deefff 0%,#98bede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #deefff 0%,#98bede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */

}
	
.about-bg1{
	background-image: url(../../images/about_bg1.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
	padding-bottom: 100px;*/
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.about-bg1 h2 {
	color: #4b4b4b;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.about-bg1 h2:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 7px;
    height: 7px;
    background: #00B09B;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about-bg1 h3 {
	color: #008181;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.green_line {
    width: 120px;
    height: 3px;
    background-color: #008181;
    margin: 0 auto 15px;
}
.about-bg1 .title1 {
	color: #000;
	font-weight: bold;
}
.about-box1 {
	background-color: #e7e7e7;
	padding: 30px;
	-moz-box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	-webkit-box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin: 20px 0;
	}
.about-bg1 .container img{
	max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
	padding: 0 0 20px 0;
}

.about-bg1 .container p{
color:#666;
text-align:center;
font-size:15px;
padding:0 0 20px 0;
}
.about-bg1 .container .more {
    text-align: center;
	margin:30px 0 ;
}
.about-bg1 .container .more a {
    padding: 6px 40px;
	border-style:solid;
    border-color: #00b09b;
    border-radius: 10px;
    color: #00b09b;
	
}
.about-bg1 .container .more a:hover {
	background-color: #00b09b;
	color: #fff;
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.about-bg1 .pic_box img {
    display: inline;
    width: 200px;
    
}
.container_r:after {
    content: '';
    background: url(../../images/banner_cover.png) 50% 100% no-repeat;
    height: 106px;
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.container_r {
    position: relative;
}
/* -------------------------- 實績工程 -------------------------- */
.works-list {
	
	color: #fff;
	position: relative;
	padding-bottom: 25px;
	text-align: center;
}
.works-list h2 {
	color: #4b4b4b;
	font-weight: bold;
	margin: 30px 0 0 0;
}
.works-list h2:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 7px;
    height: 7px;
    background: #00B09B;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.works-list h3 {
	color: #008181;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.works-list [class *= col-] {
	margin: 50px 5px 20px;
}
.works-list [class *= col-] img {
	display:block;
	width: 100%;
	vertical-align: bottom;
	border-color:#fff;
	border-style:solid;
	border-width:3px;
	padding:0 0 10px;
}
.works-list [class *= col-] .box {
	padding: 20px 0 20px 0;
}
.works-list [class *= col-]:nth-of-type(4n+1) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

}
.works-list [class *= col-]:nth-of-type(4n+2) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.works-list [class *= col-]:nth-of-type(4n+3) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.works-list [class *= col-]:nth-of-type(4n+4) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.works-list .list-box{
	text-align: center;
	}
.list-box {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 1px;
	background: #fff;
}
.box_st{
	background:url(../../images/bg-slash.jpg)  repeat;
	height: 100%;
	}
.list-box img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
}	
.list-box strong {
    font-size: 1.125em;
    padding-bottom: 0.35em;
    border-bottom: 1px dashed #AFAFAF;
    font-family: Lato, Helvetica, Arial, sans-serif;
	color: #866328;
	text-align: center;
	padding:8px 0;
}
.list-box p {
    font-size: 0.8em;
    margin-top: 10px;
    line-height: 1.25em;
	color: #000;
	padding:0 5px;
}

.list-box .more {
    text-align: center;
	margin:15px 0 ;
}
.list-box .more a {
    padding: 6px 50px;
	background-color: #727272;
	color: #fff;
}
.list-box .more a:hover {
	background-color: #525252;
	color: #fff;
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
/* -------------------------- 服務內容 -------------------------- */
.product-list{
	background:url(../../images/news_bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
	
	
	}
	
.product-list .container{
	padding: 0 25px 20px; 
	
	}
.product-list h2{
	color: #4b4b4b;
	font-weight: bold;
	padding:20px 0 0;
	text-align: center;
	}
.product-list h2:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 7px;
    height: 7px;
    background: #00B09B;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-list h3 {
	text-align: center;
	color: #008181;
	font-weight: bold;
	margin: 0 0 5px 0;
}
	
.product-list .list_box1{
	background-color: rgba(255,255,255, 0.7);
	border-radius: 5px;
    width: 100%;
	height:100%;
    margin: 0 1%;
}
.products-box{
	text-align: center;
	margin:5;
	}
.products-box p{
	font-size: 15px;
	}

.products-box .more {
    text-align: center;
	
}
.products-box .more a {
    padding: 6px 40px;
	background-color: #727272;
	color: #fff;
}
.products-box .more a:hover {
	background-color: #525252;
	color: #fff;
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

/* -------------------------- footer -------------------------- */
.footer-list {
	background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#c2c2c2 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#c2c2c2 100%);
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.address_info {
	padding-bottom: 10px;
}
.address_info h1 {
	font-size: 24px;
	color: #7f0c1f;
	text-align: center;
	marbin-top: -20px;
	font-family: 'Mada', sans-serif;
}
/*.address_info div {
	display: inline-block;
}
*/
.address_info .nav_supp {
	vertical-align: top;
	display: none;
}
.address_info .nav_supp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.address_info .nav_supp ul li {
	float: left;
	width: 35%;
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	background: url(../../images/footer_icon.png) no-repeat left center;
	padding: 0 5px;	
}
.address_info .nav_supp ul li a:hover{
	color: #f3886d;
}
.address_info .add {
	position: relative;
	display: block;
}

.address_info .share {
	display: block;
	vertical-align: top;
}
.copy {
	background: #7f0c1f;
	color: #fff;
	margin-top: 10px;
	padding: 10px 0 10px;
	font-size: 15px;
	text-align: center;
}
.copy span {
	display: none;
}
.flow_list {
 /* border: 1px solid #99c2d6;*/
  padding: 5px 10px;
  margin: 20px 0;
  color:#099;
}



/* 電話直播 */
.address_map {
	text-align: center;
	padding: 20px 0;
}
.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: #f9a793;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.address_map .btn-pink {
	background-color: #f3886d;
	border: 1px solid #f3886d;
	color: #fff;
}
/* 下方選單 */
/*.nav_supp {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	display: none;
}
.nav_supp li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	padding: 0 22px 0 19px;
}
.nav_supp li:after {
	content: "";
	background: #fff;
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 12px;
}
.nav_supp li:last-of-type:after {
	display: none;
}
.nav_supp li a {
	color: #fff;
}
*/

