.block-slide-main{padding:50px 0;}
.slide-main{
	border:10px solid #FFFFFF;
	background:#006699;
	width:780px;
	margin:0 auto;
}
#slide-touch-main{
	width:100%;
	height:auto;
	position:relative;
}

#slide-touch-main .item .slide-main-image{
	width:570px;
	height:330px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

#slide-touch-main .item .carousel-caption {
	position: absolute;
    top:0;
	right: 0;
	left: auto;
	bottom: auto;
	width:190px;
    color: #fff;
	padding:10px;
	margin:0;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
	font-family: 'THSarabunNew', sans-serif;
}
#slide-touch-main .item .carousel-caption h2,
#slide-touch-main .item .carousel-caption h2 a{
	font-size:20px;
	line-height:28px;
	color:#FFF;
}
#slide-touch-main .item .carousel-caption p{
	font-size:14px;
	line-height:22px;
}
#slide-touch-main .item .carousel-caption .readmore{text-align:right;}
#slide-touch-main .item .carousel-caption .readmore a{
	color:#FFF;
}

#slide-touch-main .owl-controls.clickable{
	position: absolute;
	right: 0;
	bottom: 10px;
	width:190px;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
.slide-main{
	width:680px;
}

#slide-touch-main .item .slide-main-image{
	width:460px;
	height:260px;
}
}

@media screen and (max-width: 767px) {
.block-slide-main{padding:15px 0;}
.slide-main{
	border:5px solid #FFFFFF;
	width:460px;
}

#slide-touch-main .item .slide-main-image{
	width:100%;
}
#slide-touch-main .item .carousel-caption {
	position: absolute;
    top:auto;
	right: auto;
	left: 0;
	bottom: 0;
	width:100%;
	background:#006699;
	padding:0 10px;
}
#slide-touch-main .item .carousel-caption h2,
#slide-touch-main .item .carousel-caption h2 a{
	font-size:14px;
	line-height:18px;
}
#slide-touch-main .item .carousel-caption p{display:none;}
#slide-touch-main .item .carousel-caption .readmore{	display:none;}
.owl-controls.clickable{display:none !important;}
}

@media screen and (max-width: 480px) {
.slide-main{width:100%;}
#slide-touch-main .item .slide-main-image{
	width:100%;
	height:200px;
}
}