﻿/*********************************
5. Home
*********************************/


.products_cungnhom
{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 00px;
}
.products_cungnhom_post
{
	width:100%;
}

@media (max-width: 768px) {
 .products_cungnhom_post{
    font-size:0.7em;
    width:165px !important ;
    padding:0 10px 0 10px;
  }
 }
   @media (max-width: 412px) {
 .products_cungnhom_post{
    font-size:0.7em;
    width:165px !important ;
  }
 }
 @media (max-width: 360px) {
 .products_cungnhom_post{
    font-size:0.7em;
    width:165px !important ;
  }
 }
.products_cungnhom_post:not(:last-child)
{
	/* padding-bottom: 49px; */
}
.products_cungnhom_post_title a
{
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.products_cungnhom_post_title a:hover
{
	color: #FF9900;
}

.products_cungnhom_post_title_nentoi a:hover
{
	color: #FFFFFF;
}
.products_cungnhom_post_title_nentoi a
{
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}





.products_post_info ul li:not(:last-child)::after
{
	display: inline-block;
	position: relative;
	content: '|';
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	margin-left: 10px;
	margin-right: 6px;
}
.products_post_info ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.products_post_image
{
	margin-top: 18px;
	width: 100%;
	padding:10px;
}
.products_post_image img
{
	
	max-width: 100%; /* height:550px; */
}
