
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);


/*========================================================
                      	 Our Service
=========================================================*/

.service-list {
	background: url(../images/index/service-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 10% 60px;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}
.service-list .title h1 {
	font-size: 52px;
	text-align: center;
	color: #272626;
	margin-bottom: 30px;
}
.service-list .info [class*="col-"] {
	text-align: center;
}
.service-list .info [class*="col-"] h3 {
	font-size: 20px;
	font-weight: bold;
	color: #272626;
}

.service-list .info [class*="col-"] span {
	display: inline-block;
	padding: 40px;
	background-color: #2c2c2c;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}

.service-list .info [class*="col-"] span:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 5px;
}
.service-list .info [class*="col-"] span:hover {
	background-color: #0983ac;
}

/*  尺寸設定 */

@media (min-width: 768px) {
    .service-list .info [class*="col-"] h3 {
        height: 44px;
    }
}
@media (min-width: 1200px) {
	.service-list {
		padding: 100px 10% 100px;
	}
}


/*========================================================
                      	Product Case
=========================================================*/

.product-list {
	background: url(../images/index/product-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 10% 100px;
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
}
.product-list h1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.product-list [class*="col-"] dl { 
	margin: 10px;
	border: 10px solid #fefefe;
	background-color: #fff;
}
.product-list [class*="col-"] dl dt { 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+0,f0f0f0+50,ffffff+100 */
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #f0f0f0 20%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#f0f0f0 20%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#f0f0f0 20%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 20px 0 40px 0;
	text-align: center;
	font-size: 20px;
}
.product-list [class*="col-"] dl dd {
	padding-bottom: 50px;
}

/*  尺寸設定 */
@media (min-width: 768px) {
	.product-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.product-list h1 {
		font-size: 40px;
	}
}


/*========================================================
                     ISO Certificate
=========================================================*/

.iso-list {
	background: url(../images/index/iso-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 10% 0;
}
.iso-list img {
    width: 100%;
    vertical-align: bottom;
}
.iso-list h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.iso-list .info {
	position: relative;
	padding-bottom: 100px;
}
.iso-list .info > div {
	color: #000;
	text-align: center;
}
.iso-list .info > div h1 {
	color: #000;
	font-size: 36px;
	margin: 0 0 30px 0;
	font-weight: bold;
	text-align: left;
}
.iso-list .info > div p {
	text-align: left;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 40px;
}
.iso-list .info > div .more {
	text-align: left;
}
.iso-list .info > div .more a {
	display: inline-block;
	background-color: #123163;
	color: #fff;
	font-size: 20px;
	padding: 5px 20px 10px;
}
.iso-list .info > div .more a:hover {
	background-color: #06637e;
}


/*  尺寸設定 */
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
	.iso-list .info > div {
		position : absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9;
		width: 90%;
	}
	.iso-list .info {
		padding-top: 200px;
		padding-bottom: 150px;
	}
}
@media (min-width: 1600px) {
	.iso-list .info > div {
		width: 80%;
	}
	.iso-list .info > div h1 {
		font-size: 42px;
	}
	.iso-list .info > div p {
		font-size: 32px;
		line-height: 44px;
	}
	.iso-list .info > div .more a {
		font-size: 24px;
	}
	.iso-list .info {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}
@media (min-width: 1800px) {
	.iso-list .info {
		padding-top: 250px;
		padding-bottom: 250px;
	}
}

/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

