/* slide */
.slide{clear: left; float: left; width: 1168px;; border: 1px #ccc solid; padding: 20px 15px;}
.list_carousel {width: 100%;background: transparent;float: left;position: relative;}
.list_carousel ul {margin: 0;padding: 0;list-style: none;display: block; float: left; width: 100%;}
.list_carousel li {width: 221px;height: 300px;padding: 0;margin: 0 5px; border: 1px #ccc solid;
	display: block;float: left;}
.list_carousel li .img{width: 205px; height: 155px; overflow: hidden; margin: 2px 0; position: relative;}
.list_carousel li .giakm{}
.list_carousel li h3{font-size: 13px; margin: 0; padding: 0 5px; font-family: arial;}
.list_carousel li h3 a{color: #000}
.list_carousel li h3 a:hover{color:#0975C0}
.list_carousel li .des{padding: 0 20px;}
.list_carousel li .gia{color: red;}
.list_carousel li div{padding: 2px 5px;}
.list_carousel.responsive {width: auto;margin-left: 0;}
.prev {position: absolute;top: 40%;left: -26px; width: 20px; height: 73px; float: left; background: url(../images/prev.jpg)no-repeat left top;}
.next {position: absolute;top: 40%;right: -26px;width: 20px; height: 73px; float: left; background: url(../images/next.jpg)no-repeat left top;}
.tourother .list_carousel li{margin: 30px;}
.tourother .slide {width: 100%; padding: 0; margin:0;}
@media screen and (max-width:650px){
	.slide{clear: left; float: left; width: 80%; border:0; margin: 0 5%; border: 0;}
	.prev {position: absolute;top: 40%;left: -25px;}
	.next {position: absolute;top: 40%;right: -25px;}
	.list_carousel li {width: 250px;height: 300px;padding: 0;margin: 0 5px; border: 1px #ccc solid;
	display: block;float: left;}
	.list_carousel li .img{width: 97%;}
	.tourother .list_carousel li{margin: 0;}
	.tourother .slide{width: 80%;}
}