﻿@charset "utf-8";
/* CSS Document */

#intro {
	width: 580px;
	margin: 0 auto;
}
.caroufredsel_wrapper{
	width:100% !important; 	
}
.list_carousel {
	width: 100%;		
}
.list_carousel ul {	
	list-style: none;
	display: block;
}
.list_carousel li {
	display: block;	
	float:left;		
	border-right:1px dotted #ccc;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.pic{
	float:left;
}
.l-info{
	float: right;
    margin: 10px 5px 0 10px;
    width: 106px;
	padding:0 6px 0 0;
}
.l-info h1 a{
	font-size:11px;
}
a.btn-more2{
	display:block;
	
}

.wrap-btn1{
	position:relative;
	width:100%;
}
.prev, .next{	
	position:absolute;
	top:60px;
	cursor:pointer;	
}
.prev{
	left:-10px;
	background:url(img/btn-prev.png) no-repeat center center; 
	width:27px;
	height:32px;
}
.next{
	right:-10px;
	background:url(img/btn-next.png) no-repeat center center; 
	width:27px;
	height:32px;
}
/*SAN PHAM 1*/
.slider-pro{
	height: 300px;
    width: 667px;
	padding:10px 20px;
}

.list_carousel1 {
	width: 100%;		
}
.list_carousel1 ul {	
	list-style: none;
	display: block;
}
.list_carousel1 li {
	float:left;	
 	overflow: hidden;
    width: 230px;
}
.list_carousel1 li a.img{
	display:block;
}
.list_carousel1 li h1 a{
	color:#d81703;
	font-size:14px;	
}

.list_carousel1 li p{
	color:#555555;
	font-size:11px;
	line-height:20px;	
	margin:0 0 10px 0;
}

.li-info1{	
	padding:5px 20px 5px 20px;
}

.list_carousel1.responsive {
	width: auto;
	margin-left: 0;
}


.wrap-btn{
	width:100%;
	position:relative;
}
.prev1, .next1{
	position:absolute;
	top:0;	
}
.next1{
	right:0;
	background:url(img/next1.png) no-repeat center center;
	width:19px;
	height:21px;
}
.prev1{
	right:20px;
	background:url(img/prev1.png) no-repeat center center;
	width:19px;
	height:21px;
}
.pic1{
	
}
.l-info1{	
    margin: 0 20px 0 0;
    width: 106px;
	padding:0 5px 0 0;
}
.l-info1 h1 a{
	font-size:11px;
	text-transform:uppercase;	
}
