@charset "utf-8";
/* CSS Document */

.customer-93-1{
	width:100%;
	height:auto;
	}
.customer-93-1 .customer-bottom{
	margin: 15px 0px 15px 0;
	padding:0;
	text-align:center;
}
.customer-93-1 .customer-top{
	color: #ffffff;
	font: 26px/20px 'Kanit', Arial, sans-serif;
	/* font-weight: bold; */
	padding: 22px;
}
.customer-pic{
	width:100%;
	height:auto;
	transition: transform .2s;
	position:relative;
	/* margin-top: 20px; */
	}
.customer-pic:hover{
	transform: scale(1.1);
    position: relative;
    z-index: 1;
	}
.customer-pic img{
	max-width:100%;
	border-radius: 10px;
	/* border: 3px solid #66b21f; */
	/* -webkit-box-shadow: 2px 2px 14px 0px rgb(0 0 0 / 31%); */
	-moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.31);
	/* box-shadow: 2px 2px 14px 0px rgb(0 0 0 / 31%); */
	width: 100%;
	}
.customer-bottom{
	margin-top:10px;
	display:block;
	height:auto;
	text-align:center;
}
.customer-pic .c-text{
	width:100%;
	height:auto;
	padding:10px;
	/* background: #66b21f; */
	font: 16px/20px 'LINE Seed Sans TH', Arial, sans-serif;
	color: #fff;
	/* position:absolute; */
	bottom:0;
	/* border-radius: 0px 0px 51px 0px; */
	}
@media (max-width: 360px) { 

}
@media (min-width: 375px) and (max-width: 413px) { 

}
@media (min-width: 414px) and (max-width: 767px) { 

}
@media (min-width: 768px) and (max-width: 991px) { 

}
@media (min-width: 992px) and (max-width: 1199px) { 
.customer-pic .c-text {
    font: 14px/20px 'Kanit', Arial, sans-serif;
}
}