﻿html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
    }
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
	
}
/*  sanpham section  */
.sanpham{
    padding-top: 20px;
	background: #FFF;
	
}

.sanpham ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.sanpham ul.properties_list li{
    display: block;
    position: relative;
    height: 300px;
    float: left;
	background: #A8A9AD;
	width: 24%;
	margin: 0 1.33333% 1.33333% 0;
	
	
}
.sanpham ul.properties_list li:hover{
box-shadow: 0 0 5px #797979;
}
.sanpham ul.properties_list li img.property_img{
    width: 100%;
	height: 195px;
    vertical-align: top;
	
}
.sanpham ul.properties_list li:nth-child(4n+0){
    margin-right: 0;
}
.sanpham ul li .property_details{
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.sanpham ul li:hover .property_details{
	
}

.sanpham ul li .property_details h1{
    color: #000;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.sanpham ul li .property_details h1 a{
    text-decoration: none;
    color: #fff;
}

.sanpham ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}
.sanpham ul li .property_details p{
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
}
.sanpham ul li .property_details .property_size{
    color: #676767;
}

.sanpham .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.sanpham .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.sanpham .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}


/*  responsive css */


@media (max-width: 1150px){
    .wrapper{
        padding: 0 20px;
        max-width: 1020px;
    }
	
    
}


@media (max-width:800px){
    
    .sanpham ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .sanpham ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .sanpham ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }
	.sanpham ul.properties_list li{
		height: 300px;
	}
	
	.sanpham ul.properties_list li img.property_img{
		height: 195px;		
	}
    
}

@media (max-width:500px){
    .sanpham ul.properties_list li{
        width: 100%;
        margin-bottom: 20px!important;
    }

    .sanpham ul.properties_list li:last-child{
        margin-bottom: 0;
    }
    .sanpham .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

}
