.slide-business{
	width:100%;
	margin:0 auto;
}
.slide-touch{
	width:100%;
	height:auto;
	position:relative;
}

.slide-touch .item .slide-image{
	display:block;
	width:280px;
	height:200px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.slide-touch .item .carousel-caption {
	position: absolute;
    top:0;
	right: 0;
	left: auto;
	bottom: auto;
	width:270px;
    color: #333;
	padding:10px;
	margin:0;
    text-align: left;
    text-shadow: none;
    z-index: 10;
	
}
.slide-touch .item .carousel-caption h2 a{
	font-family: 'THSarabunNew', sans-serif;
	font-size:22px;
	line-height:28px;
	color:#000;
}
.slide-touch .item .carousel-caption p{
	padding:5px 0;
	color:#666;
}
.slide-touch .item .carousel-caption .readmore{text-align:right;}
.slide-touch .item .carousel-caption .readmore a{
	color:#000;
}

.slide-touch .owl-controls.clickable{
	position: absolute;
	right: 0;
	bottom: 10px;
	width:270px;
}

@media screen and (max-width: 1200px) {

.slide-touch .item .slide-image{
	width:460px;
	height:260px;
}
.slide-touch .item .carousel-caption {
	width:230px;
}
}

@media screen and (max-width: 992px) {

.slide-touch .item .slide-image{
	width:100%;
	height:260px;
}
.slide-touch .item .carousel-caption {
	position: absolute;
    top:auto;
	right: auto;
	left: 0;
	bottom: 0;
	width:100%;
	background:url(/lao/images/bg/bg-white-trans.png);
	padding:10px;
}
.slide-touch .item .carousel-caption h2 a{
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}
.slide-touch .item .carousel-caption p,
.slide-touch .item .carousel-caption .readmore{
	display:none;
}

.owl-controls.clickable{display:none !important;}
}

@media screen and (max-width: 767px) {
.slide-business{width:460px;}
.slide-touch .item .slide-image{
	width:460px;
	height:260px;
}

}

@media screen and (max-width: 480px) {
.slide-business{width:100%;}
.slide-touch .item .slide-image{
	width:100%;
	height:200px;
}
}