/* logo */
.logo-jumbotron {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	/* //border-top: solid 3px #ff6e3a; */
}
@media only screen and (max-width: 768px) {
	.logo-jumbotron {
		/* max-width: 50px; */
		padding: 20px;
	}
	.logo-jumbotron img {
		/* max-width: 50px; */
	}
}

/* 輪播 */
.carousel-inner {
	max-height: auto;
	width: 100%;
}
.carousel-inner img {
	max-height: auto;
	width: 100%;
}
.carousel-caption {
	padding-bottom: 100px;
	text-align: center;
}
.carousel-caption h3 {
	padding-bottom: 5px;
	text-shadow: 0px 0px 36px #000;
}
.carousel-caption p {
	margin: 5px 0;
	text-align: center;
	/* background-color: rgba(0, 0, 0, .4); */
	text-shadow: 0px 0px 36px #000;	
}
@media only screen and (max-width: 768px) {
	.carousel-inner {
		max-height: 500px;
	}
	.carousel-inner img {
		max-height: 500px;
	}
	.carousel-caption {
		/* padding-bottom: 100px; */
		text-align: center;
	}
	.carousel-caption h3 {
		padding-bottom: 5px;
		text-shadow: 0px 0px 36px #000;
	}
	.carousel-caption p {
		margin: 5px 0;
		text-align: center;
		/* background-color: rgba(0, 0, 0, .4); */
		text-shadow: 0px 0px 36px #000;
	}
}

/* 關於勝發 */
.index-about-jumbotron {
	padding: 40px 0;
	color: #000;
	text-align: center;
	/* background-image:url("../images/bk.jpg");
	background-size: cover;
	background-attachment: fixed; */
	margin-bottom: 0px;
}
.index-about-jumbotron1 {
	/* padding: 40px 0; */
	color: #000;
	text-align: center;
	
	margin-bottom: 0px;
}
.index-about-jumbotron2 {
	padding-top:40px;
	color: #000;
	text-align: center;
	
	margin-bottom: 0px;
}
.index-about-jumbotron h4 {
	line-height: 30px;
}
.index-about-jumbotron p {
	line-height: 20px;
}
.index-about-jumbotron hr {
	max-width: 50px;
	border: solid 2px #E50614;
	background-color: #E50614;
}
@media only screen and (max-width: 768px) {
	.index-about-jumbotron {
		padding: 60px 0;
	}
}

/* 服務項目 */
.index-service-jumbotron {
	padding: 120px 0;
	color: #fff;
	line-height: 18px;
	text-shadow: 0px 0px 56px #000,0px 0px 56px #000, 0px 0px 56px #000;
	text-align: center;
	background-image:url("../images/bk.jpg");
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px;
}
.index-service-jumbotron h2 {
	text-shadow: 0px 0px 20px #000;
}
.index-service-jumbotron h3 {
	text-shadow: 0px 0px 20px #000;
}
.index-service-jumbotron p {
	text-shadow: 0px 0px 10px #000;
}
.index-service-jumbotron hr {
	max-width: 50px;
	border: solid 2px #ff6e3a;
}
.circle {
	display: inline-block;
	padding: 10px;
}
#lab_featured_circles .padding-top-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}
#lab_featured_circles img.zoom-img {
	display: inline-block;
	border-radius: 5%;
	width: 100%;
	height: 100%;
	max-width: 160px;
	max-height: 160px;
	z-index: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all .15s ease-out 0s;
	-moz-transition: all .15s ease-out 0s;
	-ms-transition: all .15s ease-out 0s;
	-o-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
	-webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
	margin-bottom: 25px;
	border: 3px solid #fff;
	background-color: #fff;
}
#lab_featured_circles img.zoom-img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	-webkit-transition: all .15s ease-out 0s;
	-moz-transition: all .15s ease-out 0s;
	-ms-transition: all .15s ease-out 0s;
	-o-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
}

/* banner大圖 */
.banner-jumbotron {
	/* //padding-top: 20px;
	//padding-bottom: 60px;
	//border-top: solid 3px #ff6e3a; */
	width: 100%;
}
.banner-jumbotron img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.banner-jumbotron img {
		/* //max-width: auto;
		//height: 180px;
		//margin: auto;
		//background-size: cover;
		//background-attachment: fixed; */
	}
}

/* 聯絡我們 */
.mail-jumbotron {
	padding: 60px 0;
	text-align: center;
	background-image:url("../images/bk.jpg");
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px;
}
.mail-jumbotron h1 {
	color: #fff;
}
.mail-jumbotron h2 {
	color: #fff;
}
.mail-jumbotron h4 {
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	text-shadow: 0px 0px 56px #000, 0px 0px 56px #000;
}
.mail-jumbotron p {
	color: #fff;
	text-align: center;
	/* //text-shadow: 0px 0px 56px #000, 0px 0px 56px #000; */
	padding-top: 10px;
	padding-bottom: 10px;
}
.mail-jumbotron hr {
	max-width: 50px;
	border: solid 2px #ff6e3a;
}
.mail-jumbotron input {
	background-color: #fff;
	max-width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mail-jumbotron .container {
	padding: 60px 0px;
}
.mail-jumbotron .btn-mailcolor {
	background-color: #943020;
	color:#fff;
	font-size: 15px;
}

/* 頁尾 */
footer {
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
	/* //background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%); */
	background-image:url("../images/footer.jpg");
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0px;
}
footer h3 {
	line-height: 40px;
	text-align: left;
	padding-bottom: 10px;
	color: #ffff00;
	font-weight: norma;
}
footer h4 {
	line-height: 30px;
	text-align: left;
	color: #fff;
	width: 800px;
}
footer h5 {
	line-height: 40px;
	text-align: left;
}
footer i {
	padding-right: 10px;
}
@media only screen and (max-width: 768px) {
	footer p {
		text-align: center;
		color: #fff;
		padding-bottom: 5px;
	}
	footer h3 {
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		padding-bottom: 10px;
		/* //color: #ffff00; */
		font-weight: norma;
	}
	footer h4 {
		/* //font-size: 14px; */
		line-height: 30px;
		text-align: center;
		/* //background-color: #355887; */
		padding: 1px;
		padding-left: 30px;
		color: #fff;
		width: 100%;
		margin-bottom: 10px;
	}
}

/* 版權宣告 */
.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	/* //background-color: #bbb;	 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8842e+0,d5711c+100 */
	background: #e8842e; /* Old browsers */
	background: -moz-linear-gradient(left, #e8842e 0%, #d5711c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e8842e 0%,#d5711c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e8842e 0%,#d5711c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8842e', endColorstr='#d5711c',GradientType=1 ); /* IE6-9 */
}
.copyright p {
	text-align: center;
	color: #fff;
}
.copyright small {
	text-align: center;
	color: #fff;
}

/* --------------------------- 內頁 --------------------------- */
/* 公司介紹 */
.about-jumbotron {
	padding: 60px 0;
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
}
.about-jumbotron h1 {
	color: #000;
	text-align: center;
}
.about-jumbotron h2 {
	color: #000;
	text-align: center;
}
.about-jumbotron h3 {
	color: #000;
	text-align: center;
	padding-top: 20px;
}
.about-jumbotron h4 {
	color: #000;
	text-align: center;
	line-height: 30px;
	padding-top: 10px;
}
.about-jumbotron p {
	color: #000;
	text-align: center;
	padding-top: 20px;
}
.about-jumbotron hr {
	max-width: 50px;
	border: solid 2px #E50614;
}
.about-jumbotron table {
  	width: 100%;
	color: #000;
	font-size: 18px;
}
.table-black {
	color: #000;
}
.about-jumbotron table th {
	text-align: left;
}
.about-jumbotron table td {
	text-align: center;
}

.About_list {
	text-align: left;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: disc;
	font-size: 14px;
}

.About_list li {
	margin-bottom: 10px;
}


@media only screen and (max-width: 768px) {
	.about-jumbotron table {
		width: 100%;
		color: #000;
		font-size: 13px;
	}
	
	.row .Order_Txt {
		width: 100%;
		text-align: left;
	}
	.row .Order_Order {
		width: 100%;
	}
}

/* 產品--標題 */
.page-title-jumbotron {
	padding-top: 60px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.page-title-jumbotron hr {
	max-width: 50px;
	border: solid 2px #E50614;
}
/* 產品 */
.product-jumbotron {
	padding-top: 0px;
	padding-bottom: 60px;
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
}
.product-jumbotron h1 {
	color: #000;
	text-align: center;
}
.product-jumbotron h2 {
	color: #ff6e3a;
	text-align: center;
	font-weight: 600;
	padding-top: 20px;
}
.product-jumbotron h3 {
	color: #000;
	text-align: left;
	font-weight: 600;
	padding-top: 20px;
}
.product-jumbotron h4 {
	color: #000;
	text-align: left;
	line-height: 30px;
	padding-top: 10px;
	//padding-bottom: 10px;
	margin: 0px;
}
.product-jumbotron h5 {
	color: #000;
	text-align: center;
	//line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.product-jumbotron li {
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 30px;
}
.product-jumbotron p {
	color: #000;
	text-align: left;
	padding-bottom: 10px;
}
.product-jumbotron hr {
	max-width: 50px;
	border: solid 2px #ff6e3a;
}
.product-jumbotron .table-responsive {
	width:100%;
	color: #000;
	padding: 15px 15px;
	line-height: 10px;
	border-bottom: dashed 1px #bbb;	
}
@media only screen and (max-width: 768px) {
	.product-jumbotron {
		padding: 30px 0;
	}
	.product-jumbotron wrap {
		width: 200px; 
		margin: 0 auto;
	}
	.product-jumbotron h3 {
	color: #943020;
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	.product-jumbotron h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
}

/* 內頁--聯絡我們 */
.contact-jumbotron {
	padding: 60px 0;
	text-align: center;
	margin-bottom: 0px;
}
.contact-jumbotron h1 {
	color: #000;
}
.contact-jumbotron h2 {
	color: #000;
	text-align: center;
}
.contact-jumbotron h3 {
	line-height: 40px;
	text-align: center;
	color: #000;
	margin-top: 0px;
}
.contact-jumbotron h4 {
	line-height: 30px;
	text-align: left;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.contact-jumbotron h5 {
	line-height: 40px;
	text-align: left;
}
.contact-jumbotron hr {
	max-width: 50px;
	border: solid 2px #E50614;
}
.contact-jumbotron i {
	padding-right: 10px;
}
@media only screen and (max-width: 768px) {
	.contact-jumbotron h4 {
		font-size: 14px;
		text-align: left;
		color: #000;
		padding-bottom: 5px;
	}
}

/* 內頁--聯絡我們表單 */
.from-jumbotron {
	padding: 60px 0;
	text-align: center;
	margin-bottom: 0px;
	color: #000;
}
.from-jumbotron h3 {
	//padding-bottom: 20px;
	text-align: center;
	font-weight: 500;
}
.from-jumbotron p {
	line-height: 30px;
	text-align: left;
}
.from-jumbotron hr {
	max-width: 50px;
	border: solid 2px #ff6e3a;
}
.from-jumbotron img {
	text-align: left;
}


/****/
.index_producttl {
	position: relative;
	z-index: 9;
}
.font30 {
	font-size: 30px;
}
.font24 {
	font-size: 24px;
	line-height: 30px;
}
.font20 {
	font-size: 20px;
	line-height: 30px;
}
.font18 {
	font-size: 18px;
	line-height: 24px;
}
.contact_btn {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top:50px;
}
.contact_btn a {
	border: 1px solid #e8842e;
	color: #e8842e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:15px 150px;
}	
.contact_btn a:hover {
	background-color: #e8842e;
	color: #fff;
}