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

.customer-93-1 {
	width: 100%;
	height: auto;
}

.customer-93-1 .customer-top {
	color: #646463;
	font: 26px/20px 'Kanit', Arial, sans-serif;
	font-weight: bold;
}

.customer-pic {
	width: 100%;
	height: auto;
	transition: transform .2s;
	position: relative;
	/* margin-top: 20px; */
}



.customer-pic img {
	max-width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.customer-bottom {
	margin-top: 10px;
	display: block;
	height: auto;
	text-align: center;
}

.customer-pic .c-text {
	width: 100%;
	height: auto;
	padding: 10px;
	background: #0366af;
	font: 16px/20px 'Kanit', Arial, sans-serif;
	color: #fff;
	position: absolute;
	bottom: 0;
}

@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;
	}
}

@media(min-width:1200px) {
	.customer-pic:hover {
		transform: scale(1.1);
		position: relative;
		z-index: 1;
	}
}

/* ----------------------------------------- */
@media(min-width:375px) and (max-width:419px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -30px !important;
		right: -30px !important;
		/* margin-top: 0 !important; */
	}
}

@media(min-width:420px) and (max-width:575px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -30px !important;
		right: -30px !important;
		/* margin-top: 0 !important; */
	}
}

@media(min-width:576px) and (max-width:767px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -40px !important;
		right: -40px !important;
		/* margin-top: -10px !important; */
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -60px !important;
		right: -60px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1281px) and (max-width:1366px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1367px) and (max-width:1440px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1441px) and (max-width:1600px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1601px) and (max-width:1920px) {
	.customer-93-1 .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}