.about-bg{
	height: 100%;
	top: 0;
}
.about-bg img{
	left: 0;
	width: 50%;
	position: absolute;
	height: 100%;
	object-fit: cover;
}
.hidden{
	overflow: hidden;
}
.service-hover{
	transition: all .3s ease;
}
.service-hover img{
	filter: none;
	transition: all .3s ease;
}
.service-hover h2,.service-hover p{
	transition: all .3s ease;
}
.service-hover:hover{
	background-color: #002346 !important;
	transition: all .3s ease;
}
.service-hover:hover img{
	filter: brightness(0) invert(1);
	transition: all .3s ease;
}
.service-hover:hover h2,.service-hover:hover p{
	color: #fff !important;
	transition: all .3s ease;
}
.ref-list{
	position: relative;
}
.ref-list .ref-icon{
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	z-index: 2;
}
.ref-list:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(28,29,33,.65);
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	z-index: 1;
	border-radius: 20px;
}
.ref-list:hover .ref-icon,.ref-list:hover:after{
	visibility: visible;
	opacity: 1;
	transition: all .3s ease;
	z-index: 1;
}
.ref-title .plus{
	width: 17px;
	height: 17px;
}
.ref-title:hover .plus .elementor-icon{
	fill: #000 !important;
	border-color: #000 !important;
}
.ref-title:hover h2{
	color: #000 !important;
}
.mb-0 p{
	margin-bottom: 0;
}
.field input,.field textarea{
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
	font-family: 'Kanit' !important;
	color: #000 !important;
}
.field input::placeholder,.field textarea::placeholder{
	color: #000 !important;
}
.field input:focus,.field textarea:focus{
	border-color: #000 !important;
	box-shadow: 0 0 0 0 #000 !important;
}
button[name="wpforms[submit]"]{
	background-color: #ededee !important;
	font-family: 'Kanit' !important;
	color: #000 !important;
	font-weight: 300 !important;
	padding: 0 40px !important;
	transition: all .3s ease !important;
	border-radius: 0 !important;
}
button[name="wpforms[submit]"]:hover{
	background-color: #0a60a1 !important;
	color: #fff !important;
	transition: all .3s ease !important;
}
.product{
	.swiper{
	    width: 100%;
	    height: 100%;
	}
	.swiper-slide{
	  	text-align: center;
	  	font-size: 18px;
	  	/* background: #444; */
	  	display: flex;
	  	justify-content: center;
	  	align-items: center;
	}
	.swiper-slide img{
	  	display: block;
	  	width: 100%;
	  	height: 100%;
	  	object-fit: cover;
	}
	.swiper{
	  	width: 100%;
	  	height: 300px;
	  	margin-left: auto;
	  	margin-right: auto;
	}
	.swiper-slide{
	  	background-size: cover;
	  	background-position: center;
	}
	.mySwiper2{
	  	height: 80%;
	  	width: 100%;
	}
	.mySwiper{
	  	height: 20%;
	  	box-sizing: border-box;
	  	padding: 30px 0 0;
	}
	.mySwiper .swiper-slide{
	  	width: 25%;
	  	height: 100%;
	  	opacity: 0.4;
	}
	.mySwiper .swiper-slide-thumb-active{
	  	opacity: 1;
	}
	.swiper-slide img{
	  	display: block;
	  	width: auto;
	  	height: auto;
	  	object-fit: cover;
	}
	.swiper-wrapper{
		align-items: center !important;
	}
	.swiper-button-next svg,.swiper-button-prev svg{
		display: none !important;
	}
	.swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !important;
	}
	.swiper-button-next::after{
		content: url('https://thaiindustrialbelts.com/wp-content/plugins/ls-tee/elementor/img/product_icon_2.png') !important;
	}
	.swiper-button-prev::after{
		content: url('https://thaiindustrialbelts.com/wp-content/plugins/ls-tee/elementor/img/product_icon_1.png') !important;
	}
	.mySwiper .swiper-wrapper{
		justify-content: center;
	}
}
@media only screen and (max-width: 767px){
	.about-bg{
		height: 50%;
	}
	.about-bg img{
		width: 100%;
		height: 100%;
	}
}