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


/* ----------------------- navbar-nav ----------------------- */
.navbar-default {
	background:none;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_2.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;*/
	border-right: 2px solid #e54298;
	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;*/
	border: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;
}
.navbar-default .nav_phone{
	visibility:hidden;
}


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

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: -5px;

}

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

.banner-l, .banner-m {
	position: relative;
}
/*.banner-box{
	border-top: 7px #e43a93 solid; 
}*/
/* -------------------------- 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 .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;*/
color:#000;
text-align:center;
font-size:15px;
}
.about-bg1 .container .more {
  text-align: center;
	margin:30px 0 ;
}
.about-bg1 .container .more a {
	padding: 6px 80px;
	background-color: #f3886d;
	border-radius: 10px;
	color: #fff;
}
.about-bg1 .container .more a:hover {
	background-color: #f5a08a;
  box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

.about-bg1 .about_pic img{
	display: inline;
	width: 160px;
	padding: 0 10px;
}


/* -------------------------- 服務內容 -------------------------- */
.products-list {
	background: url(../../images/product_bg.jpg);
	/*text-align: center;*/
	color: #fff;
	position: relative;
	padding-bottom: 25px;
	text-align: center;
}
.products-list h2 {
	color: #4b4b4b;
	font-weight: bold;
	margin: 30px 0 0 0;
}
/*.products-list .responsive{
	background:#FFF;
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.2);
	}
*/
.products-list [class *= col-] {
	margin: 50px 35px 20px;
}
.products-list [class *= col-] img {
	display:block;
	width: 100%;
	vertical-align: bottom;
	border-color:#fff;
	border-style:solid;
	border-width:3px;
}
.products-list [class *= col-] .box {
	padding: 20px 0 20px 0;
}
.products-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 */

}
.products-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 */
}
.products-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 */
}
.products-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 */
}
/*.products-list [class *= col-] h2 {
	
	font-size: 22px;
	margin: 60px 0 60px 0;
}*/


.products-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;
}
.list-box img {
    display: block;
    margin: 0 auto 20px auto;
    width: 80%;
    height: auto;
}	
.list-box h2 {
    font-size: 1.125em;
    margin: 0.5em 0 0.5em 0;
    padding-bottom: 0.35em;
    border-bottom: 1px dashed #AFAFAF;
    font-family: "微軟正黑體",Lato, Helvetica, Arial, sans-serif;
	color: #004794;
	text-align: center;
}
.list-box p {
    font-size: 0.9em;
    margin-top: 0.25em;
    line-height: 1.25em;
	color: #000;
}
.list-box .more {
    text-align: center;
	margin:20px 0 0 0;
}
.list-box .more a {
	display: block;
    font-size: 16px;
    background-color: #f368b1;
    margin: 10px 0 0 0;
    padding: 7px 5px;
    text-align: center;
    color: #fff;
    font-family: 'Arvo', serif;

	
}
.list-box .more a:hover {
	background-color: #f58bc3;
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

/* -------------------------- 新聞訊息 -------------------------- */
.news-list{
	background:url(../../images/news_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
}
	
.news-list .container{
	padding: 0 25px 20px; 
	}
.news-list h2{
	color: #353535;
	font-weight: bold;
	margin: 30px 0 10px 0;
	text-align: center;
}
	
.news-list .list_box1{
	background:#fff;
	border: 3px solid #e1e1e1;
	padding: 5px 5px 6px;
	border-radius: 5px;
  width: 98%;
  margin: 0 1%;
}

.news-list .list_box1 dd img{
	max-width: 100%;
  max-height: 100%;
  height: auto !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.news-list .pic {
	float: left;
	/*max-width: 238px;*/
	max-width: 200px;
	overflow: hidden;
	width: 100%;
	text-align:center;
}
.news-list .txt {
	margin: 10px 0 0;
}
.news-list .btn.more {
    float: none;
    margin: auto;
}

.news-list .list_box2{
	background:#fff;
	border: 3px solid #e1e1e1;
	padding: 5px 5px 6px;
	border-radius: 5px;
	width: 98%;
  margin: 5% 1%;
}
.news-list .title {
    color: #6C8D24;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.news-list .description {
   line-height: 1.5;
    font-size: 14px;
    text-overflow: ellipsis;
    height: 60px;
    margin-bottom: 15px;
    color: #666666;
    overflow: hidden;
    max-height: 95px;
    /* margin-bottom: 10px; */
}
.news-list .btn.more a{
    color: #fff;
}

.news-list .btn.more {
    font-size: 16px;
    text-align: center;
    background: #c1a47d;
    border: none;
}
.news-list .btn.more:hover {
	background-color:#a78a64;
    /*box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);*/
}

.btn.more {
    background: #554A37;
    max-width: 130px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 15px 0 20px;
    margin-bottom: 0;
}
.btn.normal {
    color: #878787;
    font-size: 13px;
    font-weight: bold;
    font-family: '微軟正黑體';
    letter-spacing: 1px;
    padding: 0 20px 0 15px;
    line-height: 35px;
    margin-bottom: 10px;
}
/* -------------------------- footer -------------------------- */
.footer-list {
	background:#fff9f2;
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.address_info {
	padding-bottom: 10px;
}
.address_info h1 {
	font-size: 24px;
	color: #f2876c;
	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;	
}
.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: #e43a93;
	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;
}
*/

