.sp-1{
	width: 100%;
	padding: 0px 15px 30px 15px;
}
.bor-1-sp{
	width: 100%;
	border: solid 1px #ddd;
	min-height: 350px;
	padding: 10.5px;
}
.bor-1-sp:hover{
	border: solid 1px #f67777;
}
.img-sp{
	width: 99%;
	border: solid 1px #ccc;
}
.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: #f67777;
}
.code-sp{
	padding: 10px 0px;
}
.code-sp a{
	font-weight: bold;
	font-size: 19px;
	color: #000;
}
.code-sp a:hover{
	color: #f67777;
	text-decoration: none;
}
.price-sp{
	padding: 10px 0px;
	text-align: right;
	color: #f67777;
	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 #f67777;
	background: #f67777;
}
.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 #f67777;
	background: #f67777;
}
.cate-1{
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
}
.bor-cate{
	padding-bottom: 7px;
	border-bottom: solid 2px #f67777;
}
.note {
    margin-bottom: 15px;
    padding-left: 15px;
}
.note a {
    color: #fff;
    background: #f67777;
    position: relative;
    line-height: 16px;
    padding: 10px 20px;
    font-weight: 700;
    margin-right: 13px;
}
.note a::before {
    border-left: 10px solid transparent;
    border-bottom: 18px solid #f67777;
    border-top: 18px solid #f67777;
    content: "";
    top: 0;
    left: -10px;
    position: absolute;
}
.note a:nth-child(1)::before{
	border:none;
}
.note a::after {
    border-left: 10px solid #f67777;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    top: 0;
    right: -10px;
    position: absolute;
}
.note a:hover{color:#464646;text-decoration:none}
.con-left{
	margin-top: 20px;
}

.ban-nhieu{
	padding-left: 20px;
	margin-top: 20px;
}
.ban-chay{
	height: 40px;
	background: #f67777;
	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;
}
.img-news{
	margin-bottom: 15px;
	padding-left: 15px;
}
.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: #f67777;
}
@media(max-width: 767px){
	.title-news{
		padding: 0px;
	}
	.img-news{
		padding: 0px;
	}
	.note{
		padding: 0px;
	}
	.ban-nhieu{
		padding: 0px;
	}
	.one-news{
		margin-bottom: 20px;
	}
}