/**css tuy chinh rieng cho tung trang**/
.thue .listing .image {
	height: 190px;
    width: 100%;
    padding: 5px;
    border: 1px solid #eaeaea;
}
.thue .listing > div {
	margin-bottom:30px;
}
.thue .listing img {
	height: 100%;
    object-fit: cover;
    width: 100%;

}
.thue .listing .row > div:first-child {
	max-width:30%;
  	flex: 0 0 30%;
}
.thue .listing .row > div:last-child {
	max-width:70%;
  	flex: 0 0 70%;
}
.thue .section-title .title{
    font-weight: bold;
    color: var(--main-color-two);
  	position:relative;
}
.thue .section-title .title:before{
	content: '';
    display: block;
    width: 140px;
    height: 2px;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: -2px;
    left: 0;

}
.thue .listing .row .title a {
    font-weight: bold;
    color: #000;
    font-size: 22px;
}
.thue .listing .row .content{
	font-size:14px;
  	color:#333333;
}

.thue .listing .row > div:last-child > a{
    position: relative;
    color: transparent;
}
.thue .listing .row > div:last-child > a:before {
    content: "Xem thêm";
    position: absolute;
  	width:100px;
    background-color:var(--main-color-two);
  	color:#fff;
    padding: 6px 10px 6px 18px;
  	margin-top:20px;
}
.thue .listing .row > div:last-child > a:hover:before{
	background-color:#3072d0;
}
.thue .listing .row .title a:hover{
	color:var(--main-color-two)
}