.right-sidebar li{
	list-style: none;
	padding: 0;
	border: 1px solid var(--title);
	margin: 0;
}
.right-sidebar li a:hover {
	color: var(--title);
	font-weight: bold;
}
aside#online-support, aside#san-pham-noi-bat {
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget-item{
	margin: 0;
}
.right-sidebar li>ul{
	padding: 0;
	margin: 0;
}
.right-sidebar li>ul li{
	margin: 0;
	padding: 6px 0;
	position: relative;
	padding-left: 20px;
}
.right-sidebar ul.product-categories>li:before {
	background: url(../images/icon-menu.png) no-repeat;
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}
.right-sidebar li>ul li:before{
	background: url(../images/icon-menu.png) no-repeat;
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}
.right-sidebar ul.product-categories>li {
	padding-left: 20px;
	background-position: left;
	border-top: 1px solid #ececec;
}
.right-sidebar li>ul li a{
	text-decoration: none;
	color: #000;
}
.right-sidebar .widgettitle {
	letter-spacing: 0;
	text-transform: none;
	background: var(--color_linear);
	padding: 5px 15px;
	color: white;
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}
.right-sidebar ul {
	margin-block-start: unset;
	padding-inline-start: unset;
	margin-block-end: unset;
}
.right-sidebar .sp_online {
	display: flex;
	margin-bottom: 10px;
	font-size: 14px;
}
.right-sidebar .sp_online:last-child {
	margin-bottom: 0;
}
.right-sidebar li.sp-item {
	padding: 10px 5px;
	background: white;
}

.right-sidebar li.sp-item  a{
   text-decoration: none;
   color: black;
}

.right-sidebar .icon {
	margin-right: 10px;
}
.right-sidebar #tin-noi-bat i {
	margin-right: 6px;
}
.right-sidebar #tin-noi-bat img {
	width: 60px;
	height: 60px;
}
.right-sidebar li.list-post{
	display: flex;
	padding: 5px 5px;
	flex-direction: row;
	justify-content: center;
}
.right-sidebar  .img-thum {
	flex: 0 0 25%;
}
.right-sidebar #tin-noi-bat a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
.right-sidebar  #tin-noi-bat .excerpt-post {
	display: flex;
	flex-direction: column;
}
.right-sidebar #tin-noi-bat .excerpt-post span {
	font-size: 13px;
}
.right-sidebar .product_list_widget img {
	width: 90px;
	height: 90px;

}
.right-sidebar .product_list_widget  li:before {
	display: none;
}
.right-sidebar .product_list_widget a {
	display: flex;
	flex-direction: row;
}
.right-sidebar .excerpt-product {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.right-sidebar .excerpt-product a {
	text-decoration: none;
	color: black;
	font-weight: 600;

	}
.right-sidebar .excerpt-product  span {
	color: #ee0000;
	font-weight: 600;

	}
.right-sidebar .list-product {
	padding: 10px 5px ;
	display: flex;
}
