.factory-main{
	background: #FFFFFF;
}
.factory-main p{
	color: #000000;
}

.factory-title h1{
	background: #f3f3f3;
	font-size: 2rem;
	color: #21bcef;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 1.1rem 0;
	margin-bottom: 0;
}

.content-tit{
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 1.25rem;
	margin-top: 3rem;
}
.content-tit h3{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.875rem;
}

.manufacture-doc .man-tit h4{
	color: #FFFFFF;
	background: #00b2ed;
	font-size: 1.25rem;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	padding: 0.5rem 1rem .5rem .25rem;
	min-width: 10rem;
	text-transform: uppercase;
	border-bottom-right-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	margin-bottom: 1rem;
}


.factory-adv p{
	color: #000000;
	margin-top: .5rem;
	text-align: center;
}


.factory-pro h5{
	min-width: 8.125rem;
	background: #00b2ed;
	line-height: 2rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	border-radius: 1rem;
	margin: 1.5rem auto;
}
.factory-pro p{
	max-width: 14rem;
	margin: 0 auto;
	margin-bottom: 2rem;
	color: #000000;
	font-weight: bold;
	
}


@media (max-width: 1199.98px) {
	.factory-title h1{
		font-size:1.75rem;
	}
	.content-tit h3{
		font-size:1.5rem;
	}

}
@media (max-width: 991.98px) {
	
}
@media (max-width: 767.98px) {
	.factory-title h1{
		font-size: 1.5rem;
	}
	.content-tit h3{
		font-size: 1.25rem;
	}
	.content-tit{
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	.factory-main p{
		font-size: .875rem;
		word-wrap: break-word;
	}
	.manufacture-doc .man-tit h4{
		font-size: 1rem;
		padding: 0.25rem 1rem .25rem .25rem;
	}
	.manufacture-doc h5{
		font-size: 1rem;
	}
	.factory-pro h5{
		font-size: 1rem;
		margin: 1rem auto;
	}
	
}
@media (max-width: 575.98px) {

	.factory-title h1{
		font-size: 1.25rem;
	}
	.content-tit{
		margin-top: 1rem;
    	margin-bottom: 0.75rem;
	}
	.content-tit h3{
		font-size: 1rem;
	}
	.factory-main p{
		font-size: .75rem;
	}
	.manufacture-doc .man-tit h4{
		font-size: .875rem;
		margin-bottom: .5rem;
	}
	.manufacture-doc h5{
		font-size: .875rem;
	}
	.factory-pro h5{
		font-size: .875rem;
	}
	.factory-pro p{
		margin-bottom: 1rem;
	}
}



