@charset 'UTF-8';

img {
	display: block;
}

.content-box-l {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.content-box-l p {
	margin-bottom: 10px;
}

.content-box-l p a {
	color: #009ab2;
}

.content-box-l p a:hover {
	text-decoration: underline;
}

.product-bd .card,
.culture-bd .card,
.explore-bd .card {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #fff;
}

.explore-bd .card {
	margin-bottom: 30px;
}

/*.explore-bd .card-wrap:last-child .card {
	margin-bottom: 0;
}*/

.culture-bd .card {
	cursor: inherit;
}

.product-bd .card:hover,
.culture-bd .card:hover,
.explore-bd .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.product-bd .card .card-img,
.culture-bd .card .card-img,
.explore-bd .card .card-img {
	overflow: hidden;
}

.product-bd .card .card-img img,
.explore-bd .card .card-img img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.culture-bd .card .card-img img {
	height: 60px;
	margin: 20px auto 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product-bd .card:hover .card-img img,
.culture-bd .card:hover .card-img img,
.explore-bd .card:hover .card-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product-bd .card .card-detail {
	padding: 15px 10px;
	border: 1px solid #ebecec;
	border-top: none;
}

.explore-bd .card .card-detail {
	padding: 20px;
	text-align: left;
	border: 1px solid #ebecec;
	border-top: none;
}

.culture-bd .card .card-detail {
	padding: 10px;
}

.product-bd .card .card-detail .card-title,
.explore-bd .card .card-detail .card-title {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.explore-bd .card .card-detail .card-title {
	margin-bottom: 10px;
	
	overflow: hidden;
	
}

.explore-bd .card .card-detail .card-desc {
	
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: .875em;
	line-height: 1.6875em;
	
}

.culture-bd .card .card-detail .card-title {
	margin: 0 0  10px;
	padding: 0;
	font-size: 1em;
}

.culture-bd .card .card-detail .card-desc {
	margin: 0 0 20px;
	padding: 0;
	font-size: .875em;
	line-height: 1.6875em;
}

.product-bd .card:hover .card-detail .card-title,
.explore-bd .card:hover .card-detail .card-title {
	color: #2b0969;
}

.about-culture {
	padding: 35px 0;
	background-color: #f7f7f7;
}

.factory-bd ul {
	padding-left: 18px;
}

.factory-bd ul li {
	margin: 9px 0;
	font-size: 1em;
	line-height: 1.875em;
	list-style: disc;
	text-align: left;
	color: #666;
}

@media (min-width:768px) and (max-width:992px) {
	.explore-bd .card-wrap:nth-child(5) .card {
		margin-bottom: 0;
	}

	.explore-bd .card .card-detail {
		min-height: 124px;
	}

	.factory-bd .row h3 {
		margin-top: 0 !important;
	}
	.explore-bd .card .card-detail .card-title {
		height: 1.5em;
	}
	.explore-bd .card .card-detail .card-desc {
		height: 3.375em;
	}

}

@media (max-width:768px) {
	.product-bd .card,
	.explore-bd .card {
		margin-bottom: 20px;
	}

	.product-bd .card-wrap:last-child .card,
	.product-bd .card-wrap:nth-child(3) .card {
		margin-bottom: 0;
	}

	.culture-bd .card .card-detail .card-title,
	.product-bd .card .card-detail .card-title,
	.explore-bd .card .card-detail .card-title {
		font-size: 1.2em;
	}

	.culture-bd .card .card-detail .card-desc,
	.explore-bd .card .card-detail .card-desc {
		font-size: 1em;
	}

	.culture-bd .card {
		height: 270px;
		margin-bottom: 10px;
	}

	.culture-bd .card-wrap:nth-child(1),
	.culture-bd .card-wrap:nth-child(3) {
		padding-right: 5px;
	}

	.culture-bd .card-wrap:nth-child(2),
	.culture-bd .card-wrap:nth-child(4) {
		padding-left: 5px;
	}

	.culture-bd .card-wrap:nth-child(3) .card,
	.culture-bd .card-wrap:nth-child(4) .card {
		margin-bottom: 0;
	}

	.factory-bd .row h3 {
		margin-top: 15px;
		margin-bottom: 8px;
		font-size: 1.3em;
	}

}

@media (max-width:767px) {
	.product-bd .card-wrap:nth-child(3) .card {
		margin-bottom: 15px;
	}

}

@media (min-width:769px) and (max-width:991px) {
	.culture-bd .card .card-detail .card-title,
	.product-bd .card .card-detail .card-title,
	.explore-bd .card .card-detail .card-title {
		font-size: 1.2em;
	}

	.culture-bd .card .card-detail .card-desc {
		font-size: 1em;
	}

	.culture-bd .card {
		height: 270px;
		margin-bottom: 10px;
	}

	.culture-bd .card-wrap:nth-child(1),
	.culture-bd .card-wrap:nth-child(3) {
		padding-right: 5px;
	}

	.culture-bd .card-wrap:nth-child(2),
	.culture-bd .card-wrap:nth-child(4) {
		padding-left: 5px;
	}

	.culture-bd .card-wrap:nth-child(3) .card,
	.culture-bd .card-wrap:nth-child(4) .card {
		margin-bottom: 0;
	}

}

@media (min-width:992px) {
	.content-box-l {
		margin-top: 35px;
	}

	.about-culture {
		padding: 70px 0;
	}

	.culture-bd .card .card-detail {
		min-height: 180px;
		padding: 10px 20px;
	}

	.culture-bd .card .card-img img {
		height: auto;
		margin: 40px auto 20px;
	}

	/*.explore-bd .card-wrap:nth-child(4) .card,
	.explore-bd .card-wrap:nth-child(6) .card,
	.explore-bd .card-wrap:nth-child(5) .card {
		margin-bottom: 0;
	}*/

	.explore-bd .card .card-detail {
		min-height: 2px;
	}
	.explore-bd .card .card-detail .card-title {
		height: 1.5em;
	}
	.explore-bd .card .card-detail .card-desc {
		height: 3.375em;
	}	

}

.btn-loadmore {
	margin-top: 0;
}

.btn-loadmore.active {
	display: none;
}

.btn-loadmore .icon-arrow-down {
	margin-bottom: 3px;
	margin-left: 10px;
	color: #009ab2;
}

.btn-loadmore.active .icon-arrow-down {
	margin-bottom: -2px;
}

.about-timeline {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #f5f5f5;
}

.about-timeline .content-box {
	position: relative;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

.about-timeline .about-timeline-year {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-right: -15px;
	margin-bottom: 40px;
	margin-left: -15px;
	padding: 0 25px;
	border-top: 1px solid #dfdfdf;
}

.about-timeline .about-timeline-year:before,
.about-timeline .about-timeline-year:after {
	position: absolute;
	top: 16px;
	display: inline-block;
	width: 7px;
	height: 7px;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	border-width: 0 1px 1px 0;
	border-style: solid;
}

.about-timeline .about-timeline-year:before {
	left: 5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.about-timeline .about-timeline-year:after {
	right: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.about-timeline .about-timeline-year ul {
	position: relative;
	overflow: -moz-scrollbars-none;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	-ms-overflow-style: none;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar {
	display: none;
}

.about-timeline .about-timeline-year ul li {
	display: inline-block;
	overflow: hidden;
	margin: 0 10px;
}

.about-timeline .about-timeline-year ul li a {
	float: left;
	line-height: 37px;
	border-top: 2px solid transparent;
}

.about-timeline .about-timeline-year ul li a.active {
	font-size: 18px;
	color: #009ab2;
	border-top: 2px solid #009ab2;
}

.about-timeline .year-content {
	overflow: hidden;
	text-align: left;
}

.about-timeline .year-content ul {
	overflow: hidden;
	margin-bottom: 0;
}

.about-timeline .year-content ul li {
	float: left;
	margin-bottom: 25px;
}

.about-timeline .year-content h4 {
	height: 80px;
	margin-bottom: 36px;
	font-size: 5em;
	line-height: 80px;
	text-align: left;
	color: #5a5858;
}

.about-timeline .year-content .overtext {
	overflow: hidden;
	height: 400px;
	margin-bottom: 1em;
}

.about-timeline .year-content p {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #5a5858;
}

.about-timeline .year-content p span {
	display: block;
	margin: 12px 0;
}

.about-timeline .year-content .overtext.active {
	height: auto;
}

@media (min-width:992px) {
	.about-timeline .content-box {
		padding: 0;
	}

	.about-timeline .content-box h2 {
		position: absolute;
		top: 250px;
		left: 0;
	}

	.about-timeline .content-box h2:after {
		left: 0;
		margin-left: 0;
	}

	.about-timeline .about-timeline-year {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: auto;
		margin: 0;
		padding: 0;
		padding-top: 100px;
		border: none;
		border-right: 2px solid #e9e9e9;
	}

	.about-timeline .about-timeline-year:after,
	.about-timeline .about-timeline-year:before {
		display: none;
	}

	.about-timeline .about-timeline-year ul {
		margin: 0;
	}

	.about-timeline .about-timeline-year ul li {
		display: block;
		margin: 18px 0;
	}

	.about-timeline .about-timeline-year ul li a {
		display: inline-block;
		width: 76px;
		height: 40px;
		font-size: .75em;
		line-height: 40px;
		text-decoration: none;
		border-right: 2px solid transparent;
		opacity: .35;
	}

	.about-timeline .about-timeline-year ul li a.active,
	.about-timeline .about-timeline-year ul li a:hover {
		font-size: 1em;
		color: #009ab2;
		border-top: none;
		border-right: 2px solid #009ab2;
		opacity: 1;
	}

	.about-timeline .year-content {
		height: 528px;
		padding: 40px 0;
		padding-left: 228px;
	}

	.about-timeline .year-content ul {
		width: 100%;
		padding-right: 70px;
	}

	.about-timeline .year-content ul li {
		display: block;
		width: auto;
		width: 100%;
		-webkit-transition: all .4s;
		transition: all .4s;
		opacity: .1;
	}

	.about-timeline .year-content ul li.active {
		opacity: 1;
	}

	.about-timeline .year-content ul li .overtext {
		position: relative;
		overflow: hidden;
		height: 450px;
	}

	.about-timeline .year-content ul li p {
		font-size: 16px;
		line-height: 32px;
	}

	.about-timeline .year-content ul li .overtext::before {
		position: absolute;
		z-index: 9;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		content: '';
		background: linear-gradient(rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 90%);
	}

	.about-timeline .year-content ul li .overtext.no-masking::before,
	.about-timeline .year-content ul li .overtext.active::before {
		display: none;
	}

}

@media (max-width:991px) {
	.about-timeline .year-content h4 {
		margin-top: 20px;
		margin-bottom: 15px;
		text-align: center;
	}

	.about-timeline .year-content ul li .overtext::before {
		position: absolute;
		z-index: 9;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		content: '';
		background: linear-gradient(rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 90%);
	}

	.about-timeline .year-content ul li .overtext.no-masking::before,
	.about-timeline .year-content ul li .overtext.active::before {
		display: none;
	}

	.about-timeline .year-content .overtext {
		position: relative;
	}

}

@media (min-width:992px) {
	.about-timeline-year {
		overflow: visible !important;
	}

	.about-timeline-year ul {
		overflow: hidden;
		height: 580px;
	}

}

@media (max-width:767px) {
	.about-timeline .year-content .overtext {
		height: 300px;
	}

}
