/*
Theme Name: Real Market
Theme URI: http://nhadepthudo.com/
Author: HuyChien		
Author URI: http://nhadepthudo.com/
Description: Nhà Đẹp Thủ Đô
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: HuyChien
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
--------------------------------------------------------------*/
.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;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	#wpadminbar {
		position: fixed !important;
	}
}

@media (max-width: 575px) {
	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	[class*='col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
}

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

body {
	font-family: Arial;
	font-size: 0.9125rem;
	font-weight: 400;
	color: #333;
	background: #fff;
	line-height: 1.5;
}

* {
	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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	font-weight: 400;
}

.qc-banner1 {
	margin: 10px 0;
}

.qc-banner2 {
	margin: 10px 0;
}

.qc-new {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.home-style1 .advanced-search {
	margin-bottom: 0;
}

.home-style1 .site-slider {
	margin-bottom: 30px;
}

.home-style2 .advanced-search {
	margin-top: -203px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
	color: #aaa;
}

.form-control::-moz-placeholder {
	color: #aaa;
}

.form-control:-ms-input-placeholder {
	color: #aaa;
}

.form-control:-moz-placeholder {
	color: #aaa;
}

label {
	font-weight: 700;
	color: #333;
	margin-bottom: 0.3125rem;
}

button {
	cursor: pointer;
}

.required {
	font-size: 0.875rem;
	color: #E81123;
}

.form-control,
.custom-select,
.btn,
.input-group-addon {
	font-size: 0.8125rem;
	font-weight: 400;
	color: #444;
	border-color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 2.1875rem;
	line-height: inherit;
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	-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: #81B441;
}

.custom-select {
	background-position: right 0.5rem center;
	padding-left: 0.5rem;
	padding-right: 1.25rem;
}

select.form-control:not([size]):not([multiple]) {
	height: 2.1875rem;
}

/* Custom Checkbox */
.custom-control {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	cursor: pointer;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-indicator {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	user-select: none;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border: 1px solid #ccc;
	border-radius: 2px;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #81B441;
	border-color: #81B441;
}

.custom-control-indicator:after {
	content: '';
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.custom-control-input:checked~.custom-control-indicator:after {
	display: block;
}

.custom-control-description {
	margin-left: 0.5rem;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.btn-primary {
	color: #fff;
	background-color: #81B441;
	border-color: #81B441;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active {
	color: #fff;
	background-color: #3A8107;
	border-color: #3A8107;
}

.btn-secondary {
	color: #fff;
	background-color: #ff842b;
	border-color: #ff842b;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus:active {
	color: #fff;
	background-color: #EA7A2A;
	border-color: #EA7A2A;
}

.btn-login-facebook {
	font-size: 0.875rem;
	color: #fff;
	background: #3B5998;
	display: inline-block;
	padding: 0.3125rem 1.25rem 0.1875rem;
	margin-bottom: 0.9375rem;
}

.btn-login-facebook:hover {
	color: #fff;
	background: #81B441;
}

.btn-login-facebook:focus {
	color: #fff !important;
}

.btn-login-facebook i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.9375rem;
}

.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;
}

/*--------------------------------------------------------------
# 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: #fff;
	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.625rem 1.375rem 0.625rem 1.125rem;
}

.breadcrumb-item:last-child a,
.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;
	}
}

/*--------------------------------------------------------------
# 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: #81B441;
	border-color: #81B441;
}

.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;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/
.site-branding {
	background: #fff;
	padding: 1rem 0;
	border-top: 2px solid #81b461;
}

.site-logo {
	font-size: 0;
	color: transparent;
	float: left;
	margin-bottom: 0;
}

.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: #81B441;
	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: #81B441;
}

.site-login {
	color: #fff;
	background: #81B441;
	display: block;
	float: right;
	padding: 0.4rem 1.25rem;
	margin-left: 1.25rem;
	margin-top: 0.15rem;
	border-radius: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	box-shadow: 0 2px 5px rgba(129, 180, 65, 0.3);
}

.site-login:hover {
	color: #fff;
	background: #3A8107;
	box-shadow: 0 4px 10px rgba(58, 129, 7, 0.4);
	text-decoration: none;
}

.site-login i {
	font-size: 1.1875rem;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.5rem;
}

.site-logged-in {
	float: right;
	margin-left: 1.25rem;
	margin-top: 0.125rem;
}

.site-logged-in button {
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0;
}

@media (max-width: 991px) {
	.site-search {
		display: none;
	}
}

@media (max-width: 575px) {
	.site-stats {
		display: none;
	}

	.site-login i {
		margin-right: 0;
	}

	.site-login .text {
		display: none;
	}
}

/*------------------------------------------------------------
##Slide
-------------------------------------------------------------*/
.site-slides {
	position: relative;
}

.site-slides .slick-arrow {
	background: #81b441 none repeat scroll 0 0;
	border: 2px solid #81b441;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	height: 50px;
	position: absolute;
	top: calc(50% - 20px);
	width: 50px;
	z-index: 100;
}

.site-slides .slick-arrow.slick-prev {
	left: 40px;
}

.site-slides .slick-arrow.slick-next {
	right: 40px;
}

.site-slides .slick-list h3,
.site-slides .slick-list .des-slides {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
	left: 30%;
	position: absolute;
	top: 0;
}

.site-slides .slick-list h3 {
	padding: 5px 20px;
	text-transform: uppercase;
	top: 10%;
	font-size: 40px;
}

.site-slides .slick-list .des-slides {
	font-size: 20px;
	left: 23%;
	padding: 5px 20px;
	top: 30%;
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav {
	background: #81B441;
}

.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.site-nav .menu>li {
	float: left;
	position: relative;
}

.site-nav .menu>li>a {
	font-size: 0.875rem;
	color: #fff;
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.site-nav .menu>li:hover>a {
	color: #fff;
	background: #333;
}

.site-nav .menu>li.current-menu-item>a {
	color: #fff;
	background: #3A8107;
}

.site-nav .menu>li>a>i {
	font-size: 1.25rem;
	line-height: 20px;
}

.site-nav .sub-menu {
	background: #fff;
	-webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	display: none;
	min-width: 16rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.site-nav li:hover .sub-menu {
	display: block;
}

.site-nav .sub-menu>li>a {
	font-size: 0.875rem;
	color: #333;
	white-space: nowrap;
	display: block;
	padding: 0.375rem 0.9375rem;
}

.site-nav .sub-menu>li>a:hover {
	color: #333;
	background: #ddd;
}

.site-nav .site-stats {
	display: none;
}

@media (max-width: 991px) {
	.site-nav-toggler {
		font-size: 2rem;
		color: #fff;
		float: left;
		padding: 0;
	}

	#site-nav {
		clear: both;
	}

	.site-nav .menu {
		padding-bottom: 0.625rem;
	}

	.site-nav .menu>li {
		cursor: pointer;
		float: none;
	}

	.site-nav .menu>li.menu-item-has-children:before {
		content: '\f104';
		font-family: 'Ionicons';
		font-size: 1rem;
		color: #fff;
		float: right;
	}

	.site-nav .menu>li>a {
		display: inline-block;
		height: auto;
		line-height: inherit;
		padding: 0.3125rem 0.625rem;
	}

	.site-nav .sub-menu {
		display: none;
		clear: both;
		position: static;
		width: auto;
	}

	.site-nav li:hover>.sub-menu {
		display: none;
	}

	.site-slides .slick-list h3 {
		left: 15%;
	}

	.site-slides .slick-list .des-slides {
		left: 15%;
		top: 45%;
	}

	.home-style2 .advanced-search {
		margin-top: -252px;
	}

	.home-style2 .site-slides .slick-list h3,
	.home-style2 .site-slides .slick-list .des-slides {
		display: none;
	}

	.home-style2 .site-slides .slick-arrow {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.home-style2 .advanced-search {
		margin-top: 0;
	}

	.home-style2 .site-slides .slick-arrow {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.site-nav .site-stats {
		display: block;
		float: right;
		line-height: 1.25;
		margin-top: 0.125rem;
	}

	.site-nav .site-stats li {
		color: #fff;
	}
}

/*--------------------------------------------------------------
# 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;
}

.form-advanced-search {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	padding: 2rem;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

.form-aside-advanced-search {
	background: transparent !important;
	padding: 0 !important;
}

.demand-radio {
	cursor: pointer;
	position: relative;
	margin-right: -4px;
	margin-bottom: 0;
}

.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.demand-radio .name {
	color: #81B441;
	background: #fff;
	border: 1px solid #81B441;
	text-align: center;
	display: block;
	min-width: 8.75rem;
	padding: 0.5rem 0.9375rem;
}

.demand-radio input:checked+.name {
	color: #fff;
	background: #81B441;
}

.demand-radio input:checked+.name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.625rem;
	border-top: 0.625rem solid #81B441;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
}

.count-res {
	font-size: 1.25rem;
	color: #333;
	text-align: right;
	line-height: 1.25;
}

.count-res strong {
	font-size: 1.875rem;
	font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.form-aside-advanced-search .demand-radio .name {
		min-width: 0 !important;
		padding: 0.5rem 0.5rem !important;
	}
}

@media (max-width: 575px) {
	.demand-radio .name {
		min-width: 7.5rem;
		padding: 0.5rem 0.625rem;
	}

	.advanced-search {
		padding: 0.9375rem 0;
	}

	.form-advanced-search {
		padding: 0.9375rem 0.625rem 0;
	}
}

/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
	margin-bottom: 0.9375rem;
}

.module .module-header {
	border-bottom: 1px solid #81B441;
	margin-bottom: 0.625rem;
}

.module .module-header:after {
	content: ' ';
	display: table;
	clear: both;
}

.module .module-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #81B441;
	float: left;
	padding: 0.375rem 0.625rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}

.module .module-title:after {
	content: ' ';
	background: #81B441;
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -0.9375rem;
	bottom: -1px;
	transform: skewX(40deg);
}

.module .module-title a {
	color: inherit;
}

.module .module-title i {
	margin-right: 0.3125rem;
}

.module .module-more {
	color: #81B441;
	float: right;
	margin-top: 0.5rem;
}

.module a.module-more:hover {
	text-decoration: underline;
	color: #81B441;
}

.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 {
	background: #E5F9E7;
	padding: 0.625rem;
	margin-bottom: 0.3125rem;
}

.module-vip-res .title {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #81B441;
}

.vip-res .slick-arrow {
	font-weight: 700;
	color: #81B441;
	background: transparent;
	border: 1px solid #81B441;
	width: 1.5rem;
	height: 1.375rem;
	line-height: 1.375rem;
	position: absolute;
	z-index: 10;
	top: -1.8125rem;
	right: 0;
	transition: all 0.3s ease 0s;
}

.vip-res .slick-arrow:hover {
	color: #3A8107;
	border-color: #3A8107;
}

.vip-res .slick-prev {
	right: 1.875rem;
}

.vip-res .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.vip-re {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.vip-re .image {
	display: block;
	position: relative;
}

.vip-re .vip {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background: #FBBC05;
	line-height: 1.25;
	padding: 1px 0.3125rem;
	position: absolute;
	z-index: 10;
	top: 0.3125rem;
	left: 0;
}

.vip-re .vip:before {
	content: ' ';
	border-left: 0.5rem solid #FBBC05;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.4375rem solid transparent;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}

.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 {
	padding: 0.3125rem;
}

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

.float-re:after {
	content: ' ';
	display: table;
	clear: both;
}

.float-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;
}

.float-re .info {
	overflow: hidden;
}

.float-re .name,
.float-re .price,
.float-re .cat,
.float-re .area,
.float-re .district,
.float-re .meta {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
	width: 25%;
	padding-right: 0.625rem;
}

.float-re .name {
	font-size: 0.8125rem;
	font-weight: 700;
	width: 75%;
	margin-top: 0.1875rem;
	margin-bottom: 0.4375rem;
}

.float-re .price {
	line-height: 1.25;
	width: 25%;
}

.float-re .price strong {
	font-size: 1rem;
}

.float-re .cat {
	font-weight: 700;
	color: #333;
	clear: left;
}

.float-re .cat:hover {
	color: #81B441;
}

.float-re .district i {
	margin-right: 0.3125rem;
}

.float-re .meta {
	list-style: none;
	padding-left: 0;
	margin-top: 0.125rem;
	margin-bottom: 0;
}

.float-re .meta li {
	font-size: 0.75rem;
	color: #999;
	float: left;
	margin-right: 0.625rem;
}

.float-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) {

	.float-re .cat,
	.float-re .area,
	.float-re .district,
	.float-re .meta {
		width: 50%;
	}

	.float-re .name {
		margin-bottom: 0.125rem;
	}
}

@media (max-width: 575px) {

	.float-re .name,
	.float-re .price,
	.float-re .cat,
	.float-re .area,
	.float-re .district,
	.float-re .meta {
		float: none;
		width: auto;
	}

	.float-re .name {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}

	.float-re .cat,
	.float-re .area,
	.float-re .district {
		display: none;
	}
}


/*--------------------------------------------------------------
# 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 {
	border: 1px solid #ddd;
	margin-bottom: 1.25rem;
}

.re-title {
	font-size: 1.1875rem;
	background: #E5F9E7;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 0;
}

.re-tab-nav {
	background: #ddd;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0.625rem;
}

.re-tab-nav:after {
	content: ' ';
	display: table;
	clear: both;
}

.re-tab-nav li {
	float: left;
}

.re-tab-nav li a {
	color: #555;
	display: block;
	padding: 0.5rem 0.9375rem 0.4375rem;
}

.re-tab-nav li a:hover {
	color: #81B441;
}

.re-tab-nav li a.active {
	color: #fff;
	background: #81B441;
}

.re-images a {
	background: #ddd;
	display: block;
	position: relative;
	padding-top: 60%;
}

.re-images a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.re-thumbs {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.re-thumbs .slick-list {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}

.re-thumbs .slick-slide {
	display: block;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.re-thumbs .slick-slide a {
	display: block;
	position: relative;
}

.re-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-thumbs .slick-slide a:hover:before,
.re-thumbs .slick-slide.slick-current a:before {
	visibility: visible;
	opacity: 1;
}

.re-thumbs .slick-arrow {
	font-size: 1.125rem;
	color: #fff;
	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%;
}

.re-thumbs .slick-arrow:hover {
	color: #fff;
	background: #81B441;
}

.re-thumbs .slick-prev {
	left: 0;
}

.re-thumbs .slick-next {
	right: 0;
}

.re-contact {
	padding: 0.9375rem 0.9375rem 0;
}

.re-contact-form {
	margin-bottom: 0.9375rem;
}

.re-contact-form .title {
	font-size: 1.125rem;
}

.re-district-price {
	background: #E5F9E7;
}

.re-district-price:after {
	content: ' ';
	display: table;
	clear: both;
}

.re-district {
	font-size: 0.875rem;
	float: left;
	padding: 0.625rem 0.625rem 0.5rem;
}

.re-price {
	font-size: 1.125rem;
	color: #fff;
	background: #81B441;
	float: right;
	padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
	position: relative;
}

.re-price:before {
	content: ' ';
	display: block;
	border-right: 1rem solid #81B441;
	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;
}

.re-block {
	padding: 0.9375rem;
}

.re-contact-info {
	margin-bottom: 0.9375rem;
}

.re-contact-info:after {
	content: ' ';
	display: table;
	clear: both;
}

.re-contact-info .image {
	float: left;
	margin-right: 0.9375rem;
}

.re-contact-info .info {
	overflow: hidden;
}

.re-contact-info .name {
	font-size: 1.125rem;
	display: block;
	margin-top: 0.25rem;
	margin-bottom: 1px;
}

.re-contact-info .phone {
	font-size: 1.125rem;
	color: #333;
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	border-radius: 0.125rem;
	display: inline-block;
	padding: 0.1875rem 0.75rem 0.125rem;
}

.re-contact-info .phone:hover {
	color: #81B441;
}

.re-contact-info .phone i {
	color: #81B441;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.re-property {
	list-style: none;
	padding: 0;
	margin-bottom: 0.9375rem;
}

.re-property:after {
	content: ' ';
	display: table;
	clear: both;
}

.re-property li {
	border: 1px solid #ddd;
	float: left;
	width: 25%;
	padding: 0.4375rem 0.625rem 0.25rem;
	margin-left: -1px;
	margin-bottom: -1px;
}

.re-property li i {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
}

.re-address {
	font-size: 0.875rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3125rem;
	margin-bottom: 0.9375rem;
}

.re-address i {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
}

.re-content {
	font-size: 0.875rem;
	text-align: justify;
	margin-bottom: 1.25rem;
}

.re-social {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.re-social:after {
	content: ' ';
	display: table;
	clear: both;
}

.re-social li {
	float: left;
	margin-right: 0.625rem;
	margin-bottom: 0.625rem;
}

.re-social .fb-send>span {
	width: 450px !important;
}

@media (max-width: 1199px) {
	.re-property li {
		width: 33.3333%;
	}
}

@media (max-width: 991px) {
	.re-property li {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.re-title {
		font-size: 1rem;
	}

	.re-tab-nav li a {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.re-thumbs .slick-arrow {
		font-size: 1rem;
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin-top: -0.75rem;
	}

	.re-block {
		padding: 0.625rem;
	}

	.re-social .fb-send>span {
		width: 300px !important;
	}
}

@media (max-width: 400px) {
	.re-property li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
	margin-bottom: 0.9375rem;
}

.widget .widget-header {
	border-bottom: 1px solid #81B441;
	margin-bottom: 0.625rem;
}

.widget .widget-header:after {
	content: ' ';
	display: table;
	clear: both;
}

.widget .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #81B441;
	float: left;
	padding: 0.375rem 0.625rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}

.widget .widget-title:after {
	content: ' ';
	background: #81B441;
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -0.9375rem;
	bottom: -1px;
	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: #81B441;
}

.user-nav ul li a i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.form-upload {
	text-align: center;
	background: #eceeef;
	border: 1px solid #ddd;
	padding: 1.875rem 0.9375rem;
}

.form-upload input {
	display: none;
}

.form-upload label {
	font-size: 0.875rem;
	color: #fff;
	background: #337ab7;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	padding: 0 1.25rem;
	margin-bottom: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.form-upload label:hover {
	background: #296090;
}

.form-upload label i {
	font-size: 1.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.625rem;
}

.form-upload label span {
	display: inline-block;
	vertical-align: middle;
}

.form-upload .note {
	margin-top: 0.9375rem;
	margin-bottom: 0;
}

.form-upload .uploading {
	font-weight: 700;
	color: #337ab7;
	margin-bottom: 0.625rem;
}

.form-upload .images {
	list-style: none;
	padding: 0;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	margin-bottom: 0.625rem;
}

.form-upload .images:after {
	content: ' ';
	display: table;
	clear: both;
}

.form-upload .images li {
	position: relative;
	float: left;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-bottom: 0.5rem;
}

.form-upload .images .remove {
	font-size: 1rem;
	color: #E81123;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0.625rem;
}

.form-upload .images .remove:hover {
	color: #f00;
}

.table-user-res th,
.table-user-res td.col-price,
.table-user-res td.col-status,
.table-user-res td.col-action {
	white-space: nowrap;
}

.table-user-res td.col-image img {
	font-size: 0;
	color: transparent;
	background: #ddd;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	display: block;
	width: 3.125rem;
	height: 3.125rem;
}

.table-user-res td.col-stt,
.table-user-res td.col-status,
.table-user-res td.col-action {
	text-align: center;
}

.table-user-res td.col-status .publish,
.table-user-res td.col-status .pending {
	font-size: 1.25rem;
	line-height: 1;
}

.table-user-res td.col-status .publish {
	color: #3E991C;
}

.table-user-res td.col-status .pending {
	color: #007ABD;
	border: 1px solid #007ABD;
	border-radius: 50%;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
}

.table-user-res td.col-action a {
	font-size: 1.25rem;
	line-height: 1;
}

.table-user-res td.col-action .remove {
	color: #E81123;
}

.table-user-res td.col-action .remove:hover {
	color: #FF0000;
}

.table-user-res td.col-action .edit {
	color: #FF842B;
	margin-right: 0.3125rem;
}

.table-user-res td.col-action .edit:hover {
	color: #FFA500;
}

.table-user-res td.col-action .renew {
	color: #3E991C;
	margin-right: 0.3125rem;
}

.table-user-res td.col-action .renew:hover {
	color: #4CAF50;
}

@media (max-width: 991px) {

	.table-user-res .col-demand,
	.table-user-res .col-cat,
	.table-user-res .col-area,
	.table-user-res .col-price {
		display: none;
	}
}

@media (max-width: 575px) {

	.table-user-res .col-stt,
	.table-user-res .col-image {
		display: none;
	}

	.table-user-res th,
	.table-user-res td {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
}

/*------------------------------------------------------------
# Archive
-------------------------------------------------------------*/
article.news {
	margin-top: 15px;
}

.news .name .image {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
	text-align: justify;
}

.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;
}

.float-post .name>a {
	display: block;
	font-size: 15px;
}

.float-post .desc {
	margin-bottom: 0;
}

h1.entry-title {
	font-size: 26px;
}

.entry {
	background: #fafafa;
}

.entry-content {
	padding: 3px;
}

.entry-share {
	padding-right: 5px;
}

.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;
}

figure.aligncenter {
	margin: 0 auto 10px;
	text-align: center;
}

figcaption.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

article h5.name>a {
	display: block;
	font-size: 15px;
	margin: 5px 0;
}

.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: 0.75rem;
}

.widget-footer-top .menu>li:before {
	content: '\f3d1';
	font-family: 'Ionicons';
	color: #81B441;
	position: absolute;
	top: 0;
	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: #81B441;
}

.footer-bottom {
	text-align: center;
	color: #e5e5e5;
	background: #222;
	padding: 1.125rem 0 0.9375rem;
}

.footer-bottom p {
	margin-bottom: 0.125rem;
}

/*--------------------------------------------------------------
# Custom Login Widget Styling
--------------------------------------------------------------*/
.widget.login {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
}

.widget.login .widget-header {
    border-bottom: 1px solid #81B441;
    margin-bottom: 10px;
}

.widget.login .widget-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    background: #81B441;
    display: inline-block;
    padding: 5px 12px 4px;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}

.widget.login .widget-title:after {
    content: ' ';
    background: #81B441;
    display: block;
    width: 2rem;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: -1rem;
    bottom: -1px;
    transform: skewX(40deg);
}

/* Avatar Styling */
.widget.login img.avatar {
    display: block;
    margin: 5px auto 10px;
    border-radius: 50%;
    border: 4px solid #f0f7e9;
    box-shadow: 0 4px 10px rgba(129, 180, 65, 0.2);
    width: 90px;
    height: 90px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.widget.login img.avatar:hover {
    transform: scale(1.05);
}

/* Form Container Padding */
.widget.login .members-login-form,
.widget.login p {
    padding: 0 5px;
}


/* "Đăng nhập" text / Logged out text */
.widget.login p {
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* Form Fields Styling */
.members-login-form form p {
    margin-bottom: 10px !important;
}

.members-login-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #555;
    text-transform: uppercase;
}

.members-login-form input[type="text"],
.members-login-form input[type="password"] {
    width: 100%;
    height: 36px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.85rem;
    transition: all 0.3s;
    background: #fcfcfc;
}

.members-login-form input[type="text"]:focus,
.members-login-form input[type="password"]:focus {
    border-color: #81B441;
    box-shadow: 0 0 0 3px rgba(129, 180, 65, 0.1);
    background: #fff;
    outline: none;
}

/* Remember Me Checkbox */
.members-login-form .login-remember {
    margin-top: 2px;
    margin-bottom: 12px !important;
}

.members-login-form .login-remember label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    text-transform: none; /* Override uppercase label if any */
}

.members-login-form .login-remember input {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}


/* Submit Button styling */
.members-login-form input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #81B441;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 6px rgba(129, 180, 65, 0.2);
}

.members-login-form input[type="submit"]:hover {
    background: #3A8107;
    box-shadow: 0 6px 12px rgba(58, 129, 7, 0.3);
    transform: translateY(-2px);
}

.members-login-form input[type="submit"]:active {
    transform: translateY(0);
}
