.sp-1{
	width: 100%;
	padding: 0px 15px 30px 15px;
	background: #fff;
}
.bor-1-sp{
	width: 100%;
	border: solid 1px #ddd;
	min-height: 350px;
	padding: 10.5px;
}
.bor-1-sp:hover{
	border: solid 1px #47B75E;
}
.img-sp{
	width: 99%;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}
.title-sp{
	padding: 10px 0px;
	/*border-bottom: solid 2px #bbb;*/
}
.title-sp p{
	font-weight: bold;
	color: #000;
	font-size: 15px;
	margin: 0px;
	min-height: 40px;
}
.title-sp > p:hover{
	color: #47B75E;
}
.code-sp{
	padding: 10px 0px;
}
.code-sp a{
	font-weight: bold;
	font-size: 19px;
	color: #000;
}
.code-sp a:hover{
	color: #47B75E;
	text-decoration: none;
}
.price-sp{
	padding: 10px 0px;
	text-align: right;
	color: #47B75E;
	font-weight: bold;
	font-size: 19px;
}
.mo-rong{
	padding: 10px 0px;
}
.mua-hang{
	text-align: left;
}
.mua-hang > a{
	border: solid 1px #888;
	padding: 10px;
	color: #888;
	font-size: 14px;
}
.mua-hang > a:hover{
	text-decoration: none;
	color: #fff;
	border: solid 1px #47B75E;
	background: #47B75E;
}
.xem-chi-tiet{
	text-align: right;
}
.xem-chi-tiet > a{
	border: solid 1px #888;
	padding: 10px;
	color: #888;
	font-size: 14px;

}
.xem-chi-tiet > a:hover{
	text-decoration: none;
	color: #fff;
	border: solid 1px #47B75E;
	background: #47B75E;
}
.cate-1{
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
}
.bor-cate{
	padding-bottom: 7px;
	border-bottom: solid 2px #d85715;
}

.con-left{
	margin-top: 20px;
}

.ban-nhieu{
	padding-left: 20px;
	margin-top: 20px;
}
.ban-chay{
	height: 40px;
	background: #47B75E;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
.search-rs{
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
}
.key-search{
	padding-left: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #f67777;
}
.title-news{
	padding-left: 15px;
}
.title-news > p > a{
	font-weight: 700;
	font-size: 18px;
	color: #3a3a3a;
}
.title-news > p > a:hover{
	text-decoration: none;
	color: #47B75E;
}
.note{
	background: #f5f5f5;
	min-height: 50px;
	color: #636363;
	line-height: 50px;
}
.note > a{
	color: #636363;
    padding: 5px 10px;
    text-transform: uppercase;
}
.note>a:hover{
	color: #47B75E;
	text-decoration: none;
}
@media(max-width: 767px){
	.title-news{
		padding: 0px;
	}
	.img-news{
		padding: 0px;
	}
	.note{
		padding: 0px;
	}
	.ban-nhieu{
		padding: 0px;
	}
	.one-news{
		margin-bottom: 20px;
	}
}