/* factory */
.factory-pic {
	width: 100%;
}
.factory-main-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.factory-about {
	font-size: 14px;
	text-align: justify;
}
.factory-middle-pics {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 10px;
}
.factory-middle-pics img {
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991.98px) {
	.factory-middle-pics {
		flex-direction: column;
	}
}
.factory-middle-pics__left {
	margin-right: 30px;
}
@media (max-width: 991.98px) {
	.factory-middle-pics__left {
		margin-right: 0px;
	}
}
.factory-middle-pics__left img {
	margin-bottom: 20px;
}
@media (max-width: 991.98px) {
	.factory-middle-pics__left img {
		width: 100%;
	}
}
.factory-middle-pics__right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.factory-middle-pics__right img {
	margin-bottom: 20px;
}
div.news-detail {
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}
.news-date-time {
	color: #486DAA;
}

iframe {
	max-width: 100%; 
}

@media(max-width: 600px) {
	iframe {
		height: 240px;
	}
}