/*
Theme Name: Bat dong san 5
Description: This is a child theme for Flatsome Theme
Theme URI: https://muatheme.com/san-pham/theme-wordpress-bat-dong-san-mau-5/
Author: MuaTheme.com
Author URI: https://muatheme.com
Template: flatsome
Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .container {
    padding-left: 0;
    padding-right: 0;
}
.nav-dark .logo a {
    color: #015f95;
}
.header-bottom-nav > li > a {
    font-size: 17px;
    font-weight: 500 !important;
}
.nav-spacing-xlarge>li {
    margin: 0 17px;
}
#main{
    background: url(images/nen-bai-viet.jpg)
}
div#nz-div {
    border-bottom: 1px solid #37A344;
    margin-bottom: 5px;
    display: block;
}

#nz-div h3.tde {
    margin: 0;
    font-size: 16px;
	height:30px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
	position:relative;
	top:0px;
}

#nz-div h3.tde::before {
    content: "\f00b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color:#ffffff;
    width: 30px;
    height: 30px;
	line-height: 30px;
	text-align:center;
    background-color:#37A344;
      display: inline-block;
   position:relative;
	top:0px;
}

#nz-div h3.tde.hot_tde::before {
    content: "\f005";
}
#nz-div h3.tde.tde_news::before {
    content: "\f1ea";
}
#nz-div h3.tde.tde_like_this::before {
    content: "\f004";
}
#nz-div h3.tde.tool_tde::before {
    content: "\f0b1";
}
 
#nz-div h3.tde span {
    background: transparent;
    padding: 0px 10px 0px 10px;
    color: #016098;
    position: relative;
    display: inline-block;
    margin: 0;
}

@media(max-width: 481px){
    .post-sidebar{
        padding-top: 10px;
    }
}
@media(max-width: 769px){
      .div-tim-kiem .chosen-container {
        width: 100% !important
      }

}
@media(min-width: 1023px){
    .div-tim-kiem .chosen-container-single{
      width: 19% !important;
    float: left;
    margin: 10px 10px 10px 0px;
}
.div-tim-kiem .woof_container{
    padding: 0px;
    margin: 0px;
}

}

.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.stuck .header-main {
    display: block!important;
}
}
.stuck .header-main {
    display: none;
}
.box-text-inner.blog-post-inner h5{
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}