/*
Theme Name: SanBDS
Theme URI: https://webdaitin.com
Author: Webdaitin.com			
Author URI: https://webdaitin.com
Description: Thiết kế bởi Thietkewebsitebatdongsan.com.vn thuộc WebDaiTin.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustweb
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.mbn-classified-ads, .widget_recent_entries ul {    
	list-style: outside none none;
    margin: 0;
    padding: 0;
	display:block;
	clear:both;
}	
.mbn-classified-ads li, .widget_recent_entries ul li{
	    float: left;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}
.mbn-classified-ads li a .fa {
    color: #f57301;
}
.mbn-classified-ads li.tem_hide{
	display:none;
}
.btn_xemtatcaprovince {
	width:100%;
	text-align:center;
	font-weight:bold;
	clear:bold;
	display:block;
}
.btn_xemtatcaprovince.div_hidden{
	visibility:hidden;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
	content: ' ';
	display: table;
	clear: both;
}
.container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
[class*='col-'] {
	padding-left: 7px;
	padding-right: 7px;
}
.row {
	margin-left: -7px;
	margin-right: -7px;
}
.primary-color{
	color:var(--primary-color);
}
.slider_count_number > a:link, .slider_count_number > a:visited{
	color:#ffffff;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
	#wpadminbar {
		position: fixed !important;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
	font-family: Arial;
	font-size: 0.875rem;
	color: #333;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #337ab7;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #ff842b;
}
.font-size-body {
	font-size: 0.875rem;
}
.text-primary {
	color: var(--primary-color) !important;
}
a.text-body:hover,
a.text-primary:hover {
	color: #ff842b !important;
}
.bg-primary {
	background-color: var(--primary-color) !important;
}
.bg-gradient-primary {
	background: var(--button-color);
	color:#ffffff;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-cover {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.lh-12 {
	line-height: 1.2;
}
.mh-3 {
	min-height: 30rem;
}
.list-group-item {
	border-radius: 0 !important;
	padding: 0.5rem 1rem;
}
.nav-link.active,
.nav-link.active:hover {
	color: #FFF !important;
	background-color: var(--primary-color);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.wpcf7-form-control-wrap, .contact_form label, .contact_form label input,  .contact_form label textarea{
	width:100% !important;
	max-width:100%!important;
	margin-right:0px!important;
}
.contact_form label{
	margin-bottom:6px !important;
}
.contact_form label textarea{
	height:90px !important;
}
.form-control::-webkit-input-placeholder, .wpcf7-form-control::-webkit-input-placeholder { 
	color: #aaa;
}
.form-control::-moz-placeholder, .wpcf7-form-control::-moz-placeholder {
	color: #aaa;
}
.form-control:-ms-input-placeholder, .wpcf7-form-control:-ms-input-placeholder { 
	color: #aaa;
}
.form-control:-moz-placeholder, .wpcf7-form-control:-moz-placeholder { 
	color: #aaa;
}
button {
	cursor: pointer;
}
.required {
	color: #E81123;
}
.form-control,
.custom-select,
.input-group-text {
	font-size: 0.8125rem;
	font-weight: 400;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: var(--primary-color);
}
.btn {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
.btn-lg {
	font-size: 1rem;
	padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: var(--button-color);
	border-color: var(--button-color);
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: #ff842b;
	border-color: #ff842b;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #EA7A2A;
	border-color: #EA7A2A;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: var(--primary-color);
	background-color: #FFF;
	border-color: var(--primary-color);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #3A8107;
	border-color: #3A8107;
}
.btn-group:hover .btn,
.btn-group:focus .btn {
	color: #FFF;
	background-color: #3A8107;
	border-color: #3A8107;
}

.btn-login-facebook {
	color: #fff;
	background: #3B5998;
	display: inline-block;
	margin-bottom: 1rem;
}
.btn-login-facebook:hover {
	color: #fff;
	background: var(--primary-color);
}
.btn-login-facebook:focus {
	color: #fff !important;
}

.dropdown-menu {
	border-radius: 0;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.dropdown-item {
	font-size: 0.8125rem;
	padding: 0.3125rem 0.9375rem;
}
.dropdown-item:hover {
	background: #ddd;
}
#modal-login .close {
    width: auto;
    float: right;
}
#modal-login .close > span {
    float: right;
    width: 30px;
    cursor: pointer;
}
/*--------------------------------------------------------------
# alert
--------------------------------------------------------------*/
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert .close {
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	height: 8rem;
	margin-bottom: 3.125rem;
}
.page-header:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -4px;
}
.page-header .container {
	display: inline-block;
	vertical-align: middle;
}
.page-title {
	font-size: 1.875rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
	.page-title {
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(74%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0.9375rem;
}
.breadcrumb-item {
	font-size: 0.8125rem;
	font-weight: 700;
	position: relative;
	padding: 0.5rem 1rem !important;
}
.breadcrumb-item.active {
	color: #333;
}
.breadcrumb-item:before,
.breadcrumb-item + .breadcrumb-item:before { 
	content: ' ';
	background: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	padding: 0;
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
	transform: rotate(-30deg);
}

@media (max-width: 991px) {
	.single-re .breadcrumb-item:last-child a,
	.single-re .breadcrumb-item.active,
	.single-post .breadcrumb-item:last-child a,
	.single-post .breadcrumb-item.active {
		display: none;
	}
}
@media (max-width: 575px) {
	.breadcrumb {
		background: transparent;
		border: 0;
	}
	.breadcrumb-item {
		display: none;
	}
	.demand-radios > .demand-radio{
		width:50%;
	}
	.tin_vip_row .slick-arrow {
	
	height: 24px;
	line-height: 24px;
	
	top: -36px;

	
}


}
@media (max-width: 480px) {
	.single_re_pagecontent #btnUserPhoneButton{
		background-color:var(--primary-color) !important;
		height:42px!important;
			line-height:42px!important;
		padding-top:0px !important;
		font-size:18px;
		vertical-align:middle;
		text-align:center;
		position:fixed;
		left:15px;
		bottom:10px!important;
		width:calc(100% - 30px);
		z-index:9999;
		color:#ffffff!important;
		border:none !important;
		margin-bottom:0px !important;
	}
	.mh-estate-horizontal .mh-estate_info > div{
		padding:3px !important;
	}
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-pagination {
	text-align: right;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.pagination {
	display: block;
	margin: 0;
}
.pagination .page-item {
	display: inline-block;
	margin-left: 0.375rem;
	margin-bottom: 0.5rem;
}
.pagination .page-link {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 0.4375rem 0.6875rem;
}
.pagination .page-link:hover {
	color: #333;
	background: #eee;
	border-color: #ddd;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.show .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	color: #333;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 15px 20px 10px;
	border-bottom: 0;
}
.modal-header .close:hover {
	color: #c22;
}
.modal-body {
	padding: 20px 20px;
}
.modal-login .forgot-password {
    text-align: center;
}
.modal-login .bg-line {
    clear: both;
    display: table;
    white-space: nowrap;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.modal-login .bg-line::before, .modal-login .bg-line::after {
    border-top: 1px solid #DDD;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.625rem;
    width: 50%;
}
.modal-login .bg-line > .title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/

.site-logo {
	font-size: 0;
	color: transparent;
	float: left;
	margin-bottom: 0;
}
.site-logo-mobile{
	width:100px;
	display:none;
}
.site-logo img {
	height: 2.25rem;
}
.site-stats {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-left: 1.25rem;
	margin-bottom: 0;
}
.site-stats li {
	font-size: 0.75rem;
	color: #ffffff;
	text-align: center;
	float: left;
}
.site-stats li + li {
	margin-left: 0.625rem;
}
.site-search {
	float: right;
	width: 20rem;
	margin-top: 0.125rem;
}
.form-search {
	width: 100%;
}
.form-search .form-control,
.form-search .btn {
	height: 2rem;
	line-height: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}
.form-search .form-control {
	font-size: 0.875rem;
	color: #fff;
	background: #666;
	border-color: #666;
}
.form-search .btn {
	font-size: 1.5rem;
	color: #fff;
	background: transparent;
	border-color: transparent !important;
	padding-left: 0.375rem;
	padding-right: 0;
}
.not-found .form-search .btn {
	color: #333;
}
.form-search .btn:hover {
	color: var(--primary-color);
}
.site-login, .site-login-mobile {
	color: #333;
	background: #fff;
	display: block;
	float: right;
	padding: 0.25rem 0.625rem;
	margin-left: 1.25rem;
	margin-top: 0.25rem;
}
.site-login-mobile{
	color: #333;
	background: #fff;
	display: block;
	float: right;
	padding: 0.25rem 0.625rem;
	position:absolute;
	top:0px !important;
	right:15px;
	margin-top:0px !important;
	display:none;
	vertical-align:middle;
}
.site-login:hover, .site-login-mobile:hover {
	color: var(--primary-color);
}
.site-login i , .site-login-mobile i{
	font-size: 1.1875rem;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.5rem;
	margin-top:-6px !important;
}
.site-logged-in {
	float: right;
	margin-left: 1.25rem;
	margin-top: 0.125rem;
}
.site-logged-in.dropdown-mobile{
	display:none;
	margin-right: 0px !important;
	position:absolute;
	top:0px;
	right:15px;
}
.site-logged-in button {
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0;
}

@media (max-width: 991px) {
	.site-search {
		display: none;
	}
}
@media (max-width: 767px) {
	.site-login .text {
		display: none;
	}
	.site-logo-mobile, .site-login-mobile, .site-logged-in.dropdown-mobile{
		display:block;
	}
	.site-login-mobile .text{
		display:inline-block;
		font-size:20px;
	}
	#masthead > .site-branding{
			display:none;
	}
	.site-login-mobile i{
		margin-right:0px !important;
		font-size:20px;
	}
	.site-login-mobile{
		padding-top:0px;
		width:auto;
		height:100%;
		text-align:center;
		line-height:48px;
		
	}
}
@media (max-width: 575px) {
	.site-stats {
		display: none;
	}
	.site-login i {
		margin-right: 0;
	}
	
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	color: #FFF;
	display: block;
	padding: 0.75rem 1rem;
}
.site-nav .menu > li:hover > a,
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
	color: #ffffff;
	background-color: var(--button-color);
}
.site-nav .sub-menu {
	white-space: nowrap;
	background-color: #FFF;
	border: 1px solid #EEE;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	display: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 12.5rem;
}
.site-nav li:hover > .sub-menu { 
	display: block;
}
.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li > a:hover {
	background-color: #dee2e6;
}
@media (max-width: 991px) {
	.site-header {
		z-index: 1002;
	}
	.site-nav {
		color: #FFF;
		background-color: #333;
		overflow-y: auto;
		width: 17.5rem;
		position: fixed;
		z-index: 10;
		left: -17.5rem;
		top: 0; bottom: 0;
		transition: all 0.3s ease 0s;
	}
	body.open-site-nav .site-nav {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		border-bottom: 1px solid #444;
		padding: 0.75rem 1rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a {
		display: inline;
		padding: 0;
	}
	.site-nav .menu > li:hover > a,
	.site-nav .menu > li.current-menu-item > a,
	.site-nav .menu > li.current-menu-parent > a {
		color: var(--primary-color);
		background-color: transparent;
	}
	.site-nav li.menu-item-has-children:after {
		content: ' ';
		border-top: 2px solid #FFF;
		border-left: 2px solid #FFF;
		width: 0.5rem;
		height: 0.5rem;
		cursor: pointer;
		position: absolute;
		top: 1rem;
		right: 1rem;
		transform: rotateZ(-135deg);
		transition: all 0.3s ease 0s;
	}
	.site-nav li.menu-item-has-children.active:after {
		transform: rotateZ(45deg);
	}
	.site-nav li.menu-item-has-children:hover:after {
		color: #0887DB;
	}
	.site-nav .menu li .sub-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		clear: both;
		display: none;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	.site-nav li:hover .sub-menu {
		display: none;
	}
	.site-nav .sub-menu > li {
		padding: 0.5rem 1rem;
	}
	.site-nav .sub-menu > li > a {
		display: inline;
		padding: 0;
	}
	.site-nav .sub-menu > li > a:hover {
		color: var(--primary-color);
		background-color: transparent;
	}
}

/*------------------------------------------------------------
# site slider
-------------------------------------------------------------*/
.site-slider .slick-arrow {
	font-size: 1.5rem;
	color: #fff;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.site-slider .slick-prev {
    left: 1.5rem;
}
.site-slider .slick-next {
    right: 1.5rem;
}
.site-slider .text-white a.btn{
	
	display:block;width:180px !important;max-width:180px !important;
}
@media (max-width: 767px) {
	.site-slider .slick-arrow {
		display: none !important;
	}
}

/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.advanced-search {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 1.25rem 0;
    margin-bottom: 0.9375rem;
	display:block;
}
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-right: -0.25rem;
	margin-bottom: 0;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	color: var(--button-color);
	background: #fff;
	border: 1px solid var(--button-color);
	text-align: center;
	display: block;
	min-width: 8.75rem;
	padding: 0.5rem;
}
.demand-radio input:checked + .name {
	color: #fff;
	background: var(--button-color);
}
.demand-radio input:checked + .name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.625rem;
	border-top: 0.625rem solid var(--button-color);
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
}
@media (max-width: 767px) {
	.demand-radio .name {
		min-width: 0;
	}
}

/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
	margin-bottom: 1rem;
    width: 100%;
}
.module .module-header {
	border-bottom: 1px solid var(--primary-color);
	display: flex;
	margin-bottom: 0.5rem;
}
.module .module-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary-color);
	padding: 0.25rem 0.5rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
/*
.module .module-title:after {
	content: ' ';
	background: var(--primary-color);
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -1rem;
	bottom: 0;
	transform: skewX(40deg);
}*/
.module .module-title a {
	color: inherit;
}
.module .module-title i {
	margin-right: 0.5rem;
}
.module .module-more {
	color: var(--primary-color);
	margin-left: auto;
	margin-top: 0.25rem;
}
.module a.module-more:hover {
	text-decoration: underline;
	color: var(--primary-color);
}
.module span.module-more {
	color: #333;
}
.module span.module-more strong {
	color: #c22;
}
@media (max-width: 575px) {
	.module .module-title:after {
		display: none;
	}
	
}

/*--------------------------------------------------------------
# module vip res
--------------------------------------------------------------*/
.module-vip-res {
	
}

.tin_vip_row .slick-arrow {
	cursor: pointer;
	font-weight: 700;
	color: var(--primary-color);
	background: transparent;
	border: 1px solid var(--primary-color);
	width: 32px;
	height: 28px;
	line-height: 28px;
	vertical-align:middle;
	position: absolute;
	text-align:center;
	z-index: 10;
	top: -40px;
	right: 7px;
	transition: all 0.3s ease 0s;
	clear:bold;
}
.tin_vip_row .slick-arrow:hover {
	color: #3A8107;
	border-color: #3A8107;
}
.tin_vip_row .slick-prev {
	right: 42px;
}

.vip-re {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.vip-re .image {
	display: block;
	position: relative;
}
.vip-re .image img {
    max-height: 160px;
	width:100%;
}
.vip-re .vip {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff !important;
	background:#BA3842;
	
	position: absolute;
	z-index: 10;
	top: 0.3125rem; 
	left: 0;
    width: 30px;
    
    padding:3px;
}

.vip-re .name {
	font-size: 0.75rem;
	font-weight: 700;
	max-height: 1.875rem;
	overflow: hidden;
	margin-top: 0.5rem;
	margin-bottom: 0.125rem;
}
.vip-re .name a {
	color: #0080FF;
}
.vip-re .name a:hover {
	color: #FF842B;
}
.vip-re .price,
.vip-re .area {
	display: block;
}

/*--------------------------------------------------------------
# float re
--------------------------------------------------------------*/
.float-re:nth-of-type(2n + 2) {
	background: #F3F6FB;
}

/*--------------------------------------------------------------
# aside re
--------------------------------------------------------------*/
.aside-re {
	padding: 0.3125rem;	
}
.aside-re:nth-of-type(2n + 2) {
	background: #F3F6FB;
}
.aside-re:after {
	content: ' ';
	display: table;
	clear: both;
}
.aside-re .image {
	background: #ccc;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	overflow: hidden;
	display: block;
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 0.625rem;
}
.aside-re .info {
	overflow: hidden;
}
.aside-re .name {
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
.aside-re .price {
	display: block;
	float: right;
	width: 40%;
	line-height: 1.25;
}
.aside-re .price strong {
	font-size: 0.875rem;
}
.aside-re .meta {
	float: left;
	width: 60%;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-re .meta li {
	font-size: 0.75rem;
	color: #999;
	float: left;
	margin-right: 0.625rem;
}
.aside-re .meta li i {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.25rem;
}

@media (max-width: 1199px) {
	.aside-re .name {
		margin-bottom: 0.125rem;
	}
	.aside-re .price,
	.aside-re .meta {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# re
--------------------------------------------------------------*/
.re-gallery-thumbs,
.re-360-thumbs {
	margin-top: 0.5rem;
}
.re-gallery-thumbs .slick-list,
.re-360-thumbs .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.re-gallery-thumbs .slick-slide,
.re-360-thumbs .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.re-gallery-thumbs .slick-slide a,
.re-360-thumbs .slick-slide a {
	display: block;
	position: relative;
}
.re-gallery-thumbs .slick-slide a:before,
.re-360-thumbs .slick-slide a:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.re-gallery-thumbs .slick-slide a:hover:before,
.re-gallery-thumbs .slick-slide.slick-current a:before,
.re-360-thumbs .slick-slide a:hover:before,
.re-360-thumbs .slick-slide.slick-current a:before {
	visibility: visible;
	opacity: 1;
}
.re-gallery-thumbs .slick-arrow,
.re-360-thumbs .slick-arrow {
	font-size: 1rem;
	color: #ffffff;
	background: #333;
	border: 0;
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	margin-top: -0.875rem;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 50%;
	border:none !important;
}
.re-gallery-thumbs .slick-arrow:link{
	color: #ffffff!important;
}
.re-gallery-thumbs .slick-arrow:hover,
.re-360-thumbs .slick-arrow:hover {
	color: #ffffff;
	background: #246AB2;
}
.re-gallery-thumbs .slick-arrow i{
	color:#ffffff !important;
}
.re-gallery-thumbs .slick-prev,
.re-360-thumbs .slick-prev {
	left: 0;
}
.re-gallery-thumbs .slick-next,
.re-360-thumbs .slick-next {
	right: 0;
}

.re-price {
	font-size: 1.125rem;
	color: #fff;
	background: var(--primary-color);
	padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
	position: relative;
}
.re-price.gia_thoa_thuan{
	font-size: 0.9rem;
}
.re-price:before {
	content: ' ';
	display: block;
	border-right: 1rem solid var(--primary-color);
	border-top: 1.25rem solid transparent;
	border-bottom: 1.25rem solid transparent;
	position: absolute;
	z-index: 10;
	right: 100%;
	top: 0;
}
.re-price strong {
	font-size: 1.25rem;
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
	margin-bottom: 1rem;
}
.widget .widget-header {
	border-bottom: 1px solid var(--primary-color);
	display: flex;
	margin-bottom: 0.5rem;
}
.widget .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary-color);
	padding: 0.25rem 0.5rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
/*
.widget .widget-title:after {
	content: ' ';
	background: var(--primary-color);
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -1rem;
	bottom: 0;
	transform: skewX(40deg);
}
*/
/*--------------------------------------------------------------
# user
--------------------------------------------------------------*/
.user-nav {
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.user-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.user-nav ul li {
	display: inline-block;
	margin-bottom: 0.3125rem;
}
.user-nav ul li a {
	font-size: 0.875rem;
	color: #333;
	background: #ddd;
	display: block;
	padding: 0.3125rem 1.25rem 0.1875rem;
}
.user-nav ul li a:hover {
	color: #fff;
	background: #333;
}
.user-nav ul li.current-menu-item a {
	color: #fff;
	background: var(--primary-color);
}
.user-nav ul li a i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

/*------------------------------------------------------------
# Archive
-------------------------------------------------------------*/
.row-news article img{
	width:100%;
}
.row-news article h3{
	font-weight:normal;
}
.row-news article h3, .row-news article .post_shortdes{
	padding:3px;
}
.post .name > a {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}
.float-post {
    margin-bottom: 0.975rem;
}
.float-post::before, 
.float-post::after {
    clear: both;
    content: " ";
    display: table;
}
.float-post .image {
    float: left;
    margin-right: 10px;
    max-width: 150px;
}
.widget_new_posts .float-post .image {
	max-width: 70px;
	 margin-right: 5px;
}
.widget_new_posts .float-post{
	 margin-bottom: 3px;
	 margin-top: 3px;
    border-bottom: 1px solid #e5e5e5;
}
.float-post .name > a {
    display: block;
    font-size: 15px;
}
.widget_new_posts .float-post .name > a
{
	 margin: 3px 0;
	 font-size: 13px;
	
}
.float-post .desc {
    margin-bottom: 0;
}
h1.entry-title {
    font-size: 26px;
}
.entry-share {
    padding: 0;
}
.entry-share li {
    display: inline-block;
    float: right;
    line-height: 10px;
    list-style: outside none none;
    margin-left: 20px;
}
.entry-content > p:first-child {
    font-weight: 700;
}
.single .entry-content img{
	max-width:100% !important;
} 
figure.aligncenter {
    margin: 0 auto 10px;
    text-align: center;
	max-width:100% !important;
}
figcaption.wp-caption-text {
    font-size: 13px;
    margin: 5px 0;
}
.entry-content figure, .entry-content figure img{
max-width:100% !important;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.entry-tags .title {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.entry-tags ul {
    margin: 0;
    padding: 0;
}
.entry-tags ul > li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 15px;
}
.entry-tags ul > li > a {
    background: #81b441 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 1.875rem;
}
.footer-top {
	color: #e5e5e5;
	background: #333;
	padding: 2.5rem 0 0.625rem;
}
.widget-footer-top {
	margin-bottom: 1.875rem;
}
.widget-footer-top .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}
.widget-footer-top .menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget-footer-top .menu > li {
	position: relative;
	padding-left: 1rem;
}
.widget-footer-top .menu > li:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
	color: var(--primary-color);
	position: absolute;
	top: 1px;
	left: 0;
}
.widget-footer-top .menu > li + li {
	margin-top: 0.5rem;
}
.widget-footer-top .menu > li > a {
	color: #e5e5e5;
}
.widget-footer-top .menu > li > a:hover {
	color: var(--primary-color);
}
.footer-bottom {
	text-align: center;
	color: #e5e5e5;
	background: #222;
	padding: 1.125rem 0 0.9375rem;
}
.footer-bottom p {
	margin-bottom: 0.125rem;
}
.site-content {
    position: relative;
}
.banner-left, .banner-right {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 10;
    top: 0;
}
.sticky .banner-left, 
.sticky .banner-right {
    position: fixed;
    top: 3rem;
}
@media(max-width: 1400px) {
    .banner-left, .banner-right {
        display: none !important;
    }
}
.mb-4{
	padding-bottom:0px !important;
}
.details__meta {
    background: #f7f7f7;
    padding: 5px 15px;
    margin-bottom: 0px;
	text-align:right;
}
.mb-3.details__meta{
	margin-bottom:0px !important;
}
.btn_facebook i, .btn_twitter i{
	font-size:24px;
}
.btn_facebook i{
	
	color:#3067A3;
}
.btn_twitter i {
	
	color: #00ACED;
}

.mh-property {
	margin-bottom:12px;
}
.mh-estate-vertical, .mh-estate-horizontal{
	
	position: relative;
    background: #f2f2f2;
   
}
.mh-estate-horizontal .mh-estate_title{
	padding-top:3px;
}
.mh-estate-vertical .mh-estate_image .mh-caption{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.mh-estate-vertical .mh-estate_image .mh-caption_left{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mh-estate-vertical .mh-estate_image .mh-caption_left .mh-caption__inner {
	  padding: 6px;
   
  
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    background: var(--primary-color);
	opacity:0.9;
    color: #fff;
    width: auto;
    border-radius: 0;
}
.mh-estate-horizontal .mh-estate_image .mh-caption{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.mh-estate-vertical .mh-estate_image .mh-caption .mh-caption__inner {
    padding: 6px 12px;
    margin: 0px 0 12px 6px;
  
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    background: var(--button-color);
	opacity:0.9;
    color: #fff;
    width: auto;
    border-radius: 0;
}
.mh-estate-horizontal .mh-estate_image .mh-caption .mh-caption__inner{
	
	padding: 6px 12px;
    margin: 0px 0 12px 6px;
  
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    background: var(--button-color);
	opacity:0.9;
    color: #fff;
    width: auto;
    border-radius: 0;
}
.mh-estate-vertical .mh-estate_image .mh-caption .mh-caption__inner, .mh-estate-vertical .mh-estate_image .mh-caption .mh-caption__inner strong{
	color:#ffffff;
	font-weight:normal;
} 
.mh-estate-vertical .mh-estate_info{
	padding:5px;
	height:90px;
	
}
.has_rightsidebar .mh-estate-vertical .mh-estate_info{
	height:75px;
}
.has_rightsidebar .mh-estate-vertical .mh-estate_title .h6{
	font-size: 0.8rem;
}
.has_rightsidebar .mh-estate-vertical .mh-estate_info .ml-auto {
	
	font-size:80% !important;
}
.mh-estate_info_bottom{
	padding:5px!important;;
	height:36px;
}
.mh-estate_info_bottom > div{
	height:100%;
	margin-bottom:0px;
	vertical-align:middle;
}
.mh-estate_info_bottom  .info_bottm_detail a{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	border:2px solid var(--button-color);
}

.mh-estate_info_bottom .info_bottm_price{
	font-size:100%;
	
}
.mh-estate_info_bottom .info_bottm_time{
	font-size:90%;
}
.has_rightsidebar .mh-estate_info_bottom .info_bottm_time {
font-size:80%;
	
}
.has_rightsidebar .mh-estate_info_bottom .info_bottm_price{
	font-size:90%;

}
.mh-estate_info_bottom  .info_bottm_detail a:link, .mh-estate_info_bottom  .info_bottm_detail a:visited{
	 color:var(--button-color);
}
.mh-estate_info_bottom  .info_bottm_detail a:hover{
	background:var(--button-color);color:#ffffff;
}
.mh-estate_info_bottom  .info_bottm_detail a:hover:link, .mh-estate_info_bottom  .info_bottm_detail a:hover:visited{
	color:#ffffff;

}
.re-gallery-thumbs .slick-arrow:link{
	color: #ffffff!important;
}
.sticky {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.mh-estate-vertical .mh-estate_image .mh-caption {
    bottom: 99px !important;top:unset !important;}
.has_rightsidebar .mh-estate-vertical .mh-estate_title .h6{min-height:50px !important;}
@media (max-width: 767px){
	.site-login .text {
    display: contents !important;
}
}
@media (min-width: 1281px) {
  
  .bg-primary .site-login{display:none;}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 .bg-primary .site-login{display:none;}
  
}
