.left_category_news {
    position: relative;
    width: 72%;
    float: left;
}
.right_category_news {
    width: 25%;
    float: right;
    position: relative;
}
.news_category_son {
    position: relative;
    width: 100%;
    margin: 20px 0 60px 0;
}
.image_news_category {
    width: 264px;
    height: 264px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 4px 4px white inset, -4px -3px 26px -16px #000;
    float: left;
}
.image_news_category img{
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.news_info_category {
    width: calc(100% - 284px);
    float: right;
}
.news_info_category h3 a {
    font-size: 25px;
    font-weight: normal;
    color: #333;
    transition: 0.4s all ease;
}
.news_info_category h3 a:hover {
    color: #007cd4;
}
.info_cate {
    font-size: 13px;
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dedede;
}
.info_cate li {
    float: left;
    color: #707070;
    display: block;
    font-size: 14px;
    padding-top: 4px;
}
.info_cate li a{
    font-weight: bold;
}
.info_cate li:after{
	content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 6px;
    color: #D8D8D8;
    float: right;
    margin: 4px 10px 0 10px;
    text-decoration: inherit;
}
.info_cate li:last-child:after{
	content: ''
}
.intro_cate {
    font-size: 16px;
    color: #616161;
    line-height: 1.5em;
    position: relative;
}
.go_detail a {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background: #222222;
    padding: 11px 25px;
    border-radius: 4px;
    display: table;
    transition: 0.3s all ease;
}
.go_detail {
    position: absolute;
    bottom: 0;
}
.go_detail a:hover{
	background: #4b4b4b
}
.cate_info {
    width: 100%;
    position: relative;
    line-height: 1.5em;
}
.cate_info .name_sidebar{
    margin: 15px 0 20px 0;
}
.name_sidebar {
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 5px 0;
    color: #333;
    margin: 23px 0 20px 0;
    border-bottom: 1px solid #dedede;
}
.category_sidebar li {
    position: relative;
}
.category_sidebar li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #696969;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s all ease;
    border-bottom: 1px solid #dedede;
}
.category_sidebar li:last-child a{
	border:none;
}
.category_sidebar li a:hover,.active_menu_siderbar{
	color: #4897F3 !important;
}
.category_sidebar li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
    margin: 0 5px 0 0;
    text-decoration: inherit;
}
.list_tags li a {
    display: block;
    float: left;
    color: #8e8e8e;
    padding: 8px 10px;
    margin: 0 10px 10px 0;
    transition: 0.4s all ease;
    border: 1px solid #cccccc;
}
.list_tags li a:hover{
	color: #ffffff;
	background: #5BB300;
	border:1px solid #5BB300;
}
.news_category_son:first-child {
    margin: 10px 0 60px 0;
}
.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 90px;
    height: 90px;
    text-align: right;
}
.ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    width: 118px;
    display: block;
    background: #fed700;
    background: linear-gradient(#fed700 0%, #e3c000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 21px;
    left: -25px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #c0a200;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ccad00;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #c0a200;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ccad00;
}
.info_cate li a {
    color: #707070;
    transition: 0.3s all ease;
}
.info_cate li a:hover {
    color: #007cd4;
}
/*-------- CSS News Detail -----------*/
.title_news {
    margin: 10px 0 10px 0;
    font-size: 26px;
    font-weight: normal;
}
.date_time {
    font-size: 14px;
    color: #a0a0a0;
}
.rating-news{
    width: 310px;
    float: left;
}
.rating-news .fa{
    color: #ffa500;
    font-size: 20px;
}
.rating-news span{
    color: #707070;
    font-size: 15px;
}
.rating-news .views{
    background: url(../img/view-icon.png);
    background-repeat: no-repeat;
    text-indent: 40px;
    background-position: 12px -3px;
    display: inline-block;
}
.product-sidebar-item {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.product-sidebar-item .img {
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 5px;
}
.product-sidebar-item .name {
    font-weight: 400;
    margin: 10px 0;
    font-size: 17px;
}
.product-sidebar-item .name a{
    color: #333;
}
.product-sidebar-item .price {
    color: red;
}
.product-sidebar-item .img img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    object-fit: cover;
}