
@media screen and (max-width: 768px) {
	.play-icon{
		width: 16px !important;
		height: 16px !important;
		top: calc(50% - 8px) !important;
		left: calc(50% - 8px) !important;
	}
	.factory-show-container{
		width: 90% !important;
	}
	.factory-show-container ul li img{
		width: 80% !important;
	}
	#video-box{
		width: 50% !important;
		height: auto !important;
	}
}

.factory-show-container{
    position: relative;
	width: 80%;
	margin: 40px auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 507px;
	background-color: rgb(179, 189, 196);
	transition: 1s background-color 1.3s;
	transform: scale(1);
	transition: all 1s ease;
}
.swiper-container:hover{
	transform: scale(1.1);
	transition: all 1s ease;
}
.swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.title {
	transition-delay: 1s;
	z-index: 10;
}
.title h3 {
	font-weight: 700;
    font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
	letter-spacing: -1px;
	color: rgba(255,255,255,0);
	-webkit-text-stroke: 2px #fff;
}
.img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0.6, 0.6);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden;
}
.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}
.button-prev, .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 50%;
	transform: translateY(-34px);
	cursor: pointer;
}
.button-prev {
	left: 4vw;
}
.button-next {
	right: 4vw;
}
.button.disabled {
	opacity: 0.2;
	cursor: default;
}
#arrow-svg-home {
	transform: translateY(353px);
}
.button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}
svg {
	transition: 0.5s;
}
.cls-1 {
	transition: 0.5s;
	opacity: 0.5;
	transform-origin: -20px 40px;
	opacity: 1;
}
.cls-4 {
	transition: 0.5s;
	stroke-width: 3px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.5;
	transform-origin: 0px 0px 0px;
}
#arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}
.button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}
.button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}
.button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}
.button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}
.button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}
.video-container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}
.video-item{
	width: 900px;
	height: 507px;
}
.play-icon{
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	z-index: 5;
}
.play-icon:hover{
	cursor: pointer;
}
.hide{
	visibility: hidden;
}
#video-box{
	position: fixed;
	width: 24%;
	height: 24%;
	right: 0;
	bottom: 2%;
	z-index: 9;
}
#video1{
	width: 100%;
	height: 100%;
}
.factory-show-container ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.factory-show-container ul li{
	list-style: none;
	width: 100%;
	margin: 36px auto;
	text-align: center;

}
.factory-show-container ul li img{
	width: 60%;
	margin: 0 auto;
	transition: all 0.5s ease;
}
.factory-show-container ul li img:hover{
	width: 64%;
	transition: all 0.5s ease;
}
.factory-show-container ul li h4{
	text-align: center;
	color: rgb(120,120,120);
	padding: 0;
	margin: 6px auto;
}
.product-item-row p{
    /* font-family: proxima-nova,Helvetica Neue,sans-serif; */
    color: rgb(80,80,80);
    font-size: 14px;
    max-width: 640px;
    min-width: 320px;
    line-height: 32px;
	letter-spacing: 1px;
    text-align: left;
    word-break: break-word;
}