@font-face {
	font-family: "Roboto-Regular";
	src: url("./fonts/Roboto-Regular.woff2");
}
@font-face {
	font-family: "Roboto-Medium";
	src: url("./fonts/Roboto-Medium.woff2");
}
@font-face {
	font-family: "Roboto-Light";
	src: url("./fonts/Roboto-Light.woff2");
}
@font-face {
	font-family: "Roboto-Black";
	src: url("./fonts/Roboto-Black.woff2");
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("./fonts/Roboto-Bold.woff2");
}
/*--------------------------------------------------------------
>>> 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;
}
h1{
	font-weight: bold;
	font-size: 26px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 22px;
	font-weight: bold;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	font-weight: bold;
}
h6 {
	font-size: 16px;
	font-weight: 500;
}
ul li {
	list-style: none;
}
.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:#fff;
}
.clear {
	clear: both;
}
.is-active {
	display: block !important;
}
.col-md-6.h5.text-white.text-right.d-none.d-md-block.mb-0 {
    color: #fff !important;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Roboto-Regular', sans-serif;
	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: inherit;
}
.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: #fff !important;

}
a.font-weight-bold.text-body {
    font-weight: 500 !important;
    color: #818285 !important;
}
img.img_district {
    position: relative;
    left: 3px;
}
span.text_district {
    margin-left: 8px;
}
article.mh-estate-horizontal .col-6 {
    color: #818285 !important;
}
article.mh-estate-horizontal .col-6 img {
    position: relative;
    top: -2px;
}
span.text_time {
    margin-left: 5px;
}
.container.content-pagetrong {
    padding-top: 20px;
}
.bg-gradient-primary {
	color: var(--button-color) !important;
    font-size: 16px;
    padding-left: 0px !important;
}
.bg-dark-50 {
    padding-top: 60px !important;
	padding-bottom: 60px !important;
	position: relative;
	top: 190px;
	z-index: 10;
	display: none;
}

.mh-estate-vertical h3.h6.mt-2 a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.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
--------------------------------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.4rem;}
.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;
	-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: #093c76;
	border-color: #093c76;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #06284f;
	border-color:#06284f;
}
.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-login-facebook {
	color: #fff;
	background: #1877F2;
	display: block;
	width: 230px;
	border-radius: 60px;
	margin: 0 auto;
	text-transform: inherit;
}
.btn-login-facebook:hover {
	color: #fff;
}
.btn-login-facebook:focus {
	color: #fff !important;
}

.btn-login-google {
	color: #313132;
	background: #fff;
	display: block;
	width: 230px;
	border-radius: 60px;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	text-transform: inherit;
}

.btn-login-google:focus {
	color: #313132 !important;
}

.btn-login-google:hover {
	color: #313132;
}

.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;
}
header.widget-header h4.widget-title {
    text-align: center;
    width: 100%;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-item + .breadcrumb-item::before {
	font-family: "FontAwesome";
	content: "\f105" !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: #eee;
}
.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;
	border: 1px solid #ddd;
	color: black;
}

/*--------------------------------------------------------------
# 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;
}
.modal-header .close:hover {
	color: #c22;
}
.modal-body {
	padding: 20px 20px;
}
.modal-login .forgot-password {
    text-align: left;
	padding-left: 81px;
	padding-bottom: 15px;
}
.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%;
    background: #0d509d;
	padding: 15px;
	    color: white;
	    border-radius: 10px;
	    margin-bottom: 10px;
}
.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.5rem;
}
.site-logged-in span {
    color: white;
}
.site-logged-in.dropdown-mobile{
	display:none;
	margin-right: 0 !important;
	position:absolute;
	top:0;
	right:15px;
}
.site-logged-in button {
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0;
}


/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
nav.site-nav{
	width: 100%;
    height: 65px;
}
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
	float: right;
    position: relative;
    top: 8px;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	color: #333;
	display: block;
	padding: 0.75rem 0 0.75rem 1.5rem;
	font-weight: 600;

}
.site-nav .menu > li:hover > a,
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
	color:  var(--button-color);
	background-color: #FFF;
}
.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;
}


/*------------------------------------------------------------
# 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;
}
.time {
    text-indent: 5px;
}
.time img {
    left: -5px;
}
.site-slider .text-white a.btn{
	
	display:block;width:180px !important;max-width:180px !important;
}
.rowset {
    display: flex;
    float: left;
    width: 100%;
}
article.mh-estate-vertical.box-news a img,.mh-estate.mh-estate_image a img {
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 11%);
}
.box-news:hover {
    box-shadow: 0 8px 24px rgb(34 37 49 / 16%);
}
.news-wishlist {
    float: right;
}
.mh-estate_info {
    float: left;
}
.area , .price,.time,.type{
    font-size: 14px;
}
.price strong {
    font-weight: 400;
}
.rowset .time,
.rowset .area,
.rowset .price,
.rowset .flor {
	float: left;
	width: 50%;
	margin: 3px;
	color: #818285 !important;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: inline-block;
}
.rowset .area,
.rowset .price,{

}
.rowset .location {
    height: 60px;
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #818285;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.rowset .wishlist {
	float: right;
}
.rowset .status-project {
	float: left;
	margin-top: 5px;
	color: #313132 !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
}
.rowset .number-apartment {
	float: right;
	margin-top: 5px;
	color: #313132 !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
}
.rowset .sub-content .desc {
	text-align: justify;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	height: 120px;
}
.rowset .view-post-project {
	text-align: center;
}
.rowset .view-post-project a {
	background: #af1f26;
	color: #fff;
	padding: 4px 6px 4px 6px;
	box-shadow: 0 0.5px 1px rgb(0 0 0 / 48%);
	border-radius: 4px;
}
a.text-body img {
	margin-right: 5px;
	top: -2px !important;
}
.mh-estate_info .bottom-feature-project {
	border-top: 0.2px solid rgba(49, 49, 50, 0.5);
	margin-top: 10px;
}
.mh-estate_title a {
    color: #313132;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto-Regular', sans-serif;
    height: 40px;
    line-height: 1.3;
}
.mh-estate_title a:hover {
    color: #0d509d;
}
/*.slick-slide img{
	width: 214px;
	height: auto;
	display: inline-block;
}*/
.type .text-body {
	color:#818285 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: inline-block;
	width: 100%;
}
.price, .time {
    width: calc(50% - 6px) !important;
}
.price,.area {
    border-right: 0.5px solid #a8a8a896;
}
.area, .type{
    width: 30% !important;
}
.flor {
    width: 22% !important;
}
.rowset .area img,
.rowset .time img,
.rowset .price img,
.rowset .locatiion img{
    position: relative;
    top: -2px;
}

/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.search-tab-demand-radio .name {
    color: #fff;
    opacity: 0.6;
    background: #AF1F26;
    border-bottom: 1px solid var(--button-color);
    text-align: center;
    display: block;
    min-width: 8.75rem;
    padding: 0.5rem;
}
.search-tab-demand-radio input:checked + .name {
    color: #ffffff;/*
    background: #af1f26;*/
    background: var(--button-color);
}
.search-tab-demand-radio{
    margin-bottom: 0rem;
}
.advanced-search {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    padding: 1.25rem 0;
    margin-bottom: 0.9375rem;
	display:block;
}
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-right: -0.25rem;
	margin-bottom: 0;
	width: 100%;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	color: #fff;
	opacity: 0.6;
	background: #AF1F26;
	border-bottom: 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);
	opacity: 1;
}

/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
	margin-bottom: 1rem;
    width: 100%;
}
.module .module-header {
	border-bottom: 1px solid var(--primary-color);
	display: flex;
	margin-bottom: 0px;
    margin-top: 15px;
}
.module .module-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: var(--primary-color);
	padding: 0.25rem 0.5rem 0.25rem 0;
	margin-bottom: 10px;
	position: relative;
}
.module {
	margin-bottom: 1rem;
	width: 100%;
}
.module .module-header-related {
	border-top: 0.25px solid rgba(49, 49, 50, 0.5);
	display: flex;
}
.module .module-title-related {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #313132;
	padding: 1.5rem 0.5rem 1.5rem 0;
	margin-bottom: 0;
	position: relative;
}
.module .module-title a {
	color: inherit;
}
.module .module-title i {
	margin-right: 0.5rem;
}
.module .module-more {
	font-weight: 500;
    color: #0d509d;
    margin-left: auto;
    margin-top: 0.25rem;
}
.module a.module-more:hover {
	text-decoration: underline;
    color: #083a74;
}
.module span.module-more {
	color: #333;
}
.module span.module-more strong {
	color: #c22;
}

/*--------------------------------------------------------------
# module vip res
--------------------------------------------------------------*/
.module-vip-res {
	
}
.module-content .invester_slide {
	position: relative;
}
.module-content .post {
	border-bottom: 0.2px solid #313132;
}
.module-content .desc {
	line-height: 150%;
}
.tin_vip_row .slick-arrow,.invester_slide .slick-arrow {
	cursor: pointer;
	font-weight: 700;
	color: var(--primary-color);
	background: transparent;
	width: 32px;
	height: 28px;
	line-height: 28px;
	vertical-align:middle;
	text-align:center;
	z-index: 10;
	top: 40px;
	transition: all 0.3s ease 0s;
	clear:both;
}
.tin_vip_row .slick-arrow:hover,.invester_slide .slick-arrow:hover {
	color: #3A8107;
	border-color: #3A8107;
}
.tin_vip_row .slick-prev,.invester_slide .slick-prev img {
	position: absolute;
	left: 10px;
	top: 73px;
}
.tin_vip_row .slick-prev,.invester_slide .slick-next img {
	position: absolute;
	right: 10px;
	top: 73px;
}

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

/*--------------------------------------------------------------
# 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: #303030;
	background: var(--primary-color);
	padding-right: 0.625rem;
	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;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
	margin-bottom: 1rem;
}
.widget .widget-header {
	border-bottom: 1px solid var(--primary-color);
	display: flex;
}
.widget .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary-color);
	padding: 10px;
	margin-bottom: 0;
	position: relative;
	font-family: 'Roboto-Regular', sans-serif;
	border-radius: 10px 10px 0 0;
	font-weight: 400;
}
/*--------------------------------------------------------------
# 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_shortdes {
    overflow: hidden;
    height: 65px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.post .name > a {
    display: block;
    font-size: 18px;
    margin: 8px 0;
	color: #313132;
}
.post-right .name > a {
	display: block;
	font-size: 16px;
	line-height: 150%;
	margin: 8px 0;
	color: #313132;
}
.float-post {
    padding-top: 7px;
}
.float-post::before, 
.float-post::after {
    clear: both;
    content: " ";
    display: table;
}
.float-post .image {
    float: left;
    margin-right: 10px;
    max-width: 150px;
}
.post-more-scroll {
	border-top: 1px solid #ccc;
	height: 234px;
	overflow-y: scroll;
}
.post-more-scroll::-webkit-scrollbar {
	width: 6px;
}
.post-more-scroll::-webkit-scrollbar-track {
	background: #eee;
}
.post-more-scroll::-webkit-scrollbar-thumb {
	background: #000;
}
.post-more-scroll .name {
	border-bottom: 0.2px solid #ccc;
	padding-bottom: 8px;
}
.post-more-scroll .name a {
	font-size: 14px;
	font-family: 'Roboto-Regular', sans-serif;
}
.widget_new_posts .float-post .image {
	max-width: 70px;
	margin-right: 5px;
}
.widget_new_posts .float-post {
    border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}
.float-post .name > a {
    display: block;
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-transform: inherit;
	line-height: 150%;
	color: #313132;
}
.widget_new_posts .float-post .name > a
{
	 margin: 3px 0;
	 font-size: 13px;
	
}
.widget_new_posts .textwidget {
	border: 0.5px solid #e5e5e5;
	border-top: none;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}
.float-post .desc {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
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:var(--primary-color) none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer-top {
	color: #e5e5e5;
	background: #ffffff;
	padding: 3rem 0px 0rem;
}
.widget-footer-top {
	margin-bottom: 1.875rem;
}
.widget-footer-top .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
	color: #000;
}
.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: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.05rem;
	font-weight: 900;
	color: #313132;
	position: absolute;
	top: 5px;
	left: 0;
}
.widget-footer-top .menu > li + li {
	margin-top: 0.5rem;
}
.widget-footer-top .menu > li > a {
	color: #313132;
}
.widget-footer-top .menu > li > a:hover {
	color: var(--primary-color);
}
.footer-bottom {
	text-align: center;
	color: #ffeced;
	background: #0d509d;
	padding: 1.125rem 0 0.9375rem;
}
.footer-bottom p {
	margin-bottom: 0.125rem;
}
.footer-bottom p a span {
	color: #fff;
}
.footer-content-1, .footer-content-2 {
	cursor: pointer;
	padding: 5px 0px;
}
.site-content {
    position: relative;
}
.mb-4{
	padding-bottom:0px !important;
}
ul.footer-address {
    margin: 0;
}
.details__meta {
    padding: 5px 15px;
    margin-bottom: 0;
	text-align:right;
	right: 0;
}
details__meta span {
	padding-right: 7.64px;
}
.mb-3.details__meta{
	margin-bottom:0 !important;
}
.details__meta .news-share {
	display: inline-block;
}
.details__meta .news-wishlist {
	padding-right: 24px;
	display: inline-block;
}
.btn_facebook i, .btn_twitter i{
	font-size:24px;
}
.btn_facebook i{
	
	color:#3067A3;
}
.btn_twitter i {
	
	color: #00ACED;
}

.mh-property {
	margin-bottom:12px;
	cursor: pointer;
}
.mh-estate-vertical{
	position: relative;
}

.mh-estate-horizontal{
	position: relative;
    padding-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}
.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: 0 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: 0 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 13px 10px 13px;
    float: left;
    width: 100%;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 11%);
}
.has_rightsidebar .mh-estate-vertical .mh-estate_info{
	float: left;
	width: 100%;
	background: #f9f9f9;
	border-radius: 0 0 10px 10px;
}
.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-caption__inner {
	text-indent: 3px;
	color: #818285 !important;

}
.mh-estate_info_bottom > div{
	height:100%;
	margin-bottom:0;
	vertical-align:middle;
	padding-left: 13px;
}
.mh-estate_info_bottom .info_bottm_detail a {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #58585a;
    padding-top: 5px;
}

.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:#fff;
}
.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;
}
.title {
    padding: 0 10px;
}
.site-nav img.lazyloaded{
	height: 60px;
    object-fit: cover;
    padding-top: 10px;
}
.towbanner-header {
    display: flex;
    justify-content: space-between;
}
.banner-left, .banner-right{
	width: 100%;
}

/* config! */
/*#wpadminbar{
	display: none !important;
}*/
.mh-estate_title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mh-estate_title {
    float: left;
    border-bottom: 0.5px solid #a8a8a896;
    margin-top: 5px;
}
section#text-13.active,section#text-12.active  {
    position: fixed;
    top: 105px;
    width: 282px;
    z-index: 10;
    background: #fff;
}
/*#masthead > .bg-primary {
    position: fixed;
    top: 0;
    z-index: 11;
	width: 100%;
	height: 90px;
}*/
body{
	margin-top: 0px;
}
div.wpcf7 .ajax-loader{
	display: none !important;
}
.popup-lagacy-hill form {
    position: absolute;
    bottom: 35px;
	right: 32%;
    width: 36%;
    text-align: center;
}
.popup-lagacy-hill form input.wpcf7-text {
	border-color: #fff !important;
    background: transparent;
    height: 35px;
    width: 75%;
    text-align: center;
    border-style: double;
}
.popup-lagacy-hill form input.wpcf7-submit {
	width: 75%;
    text-align: center;
    height: 40px;
    border: none;
    color: #0d6646;
    font-size: 18px;
    font-weight: 400;
    background-size: 100% 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.popup-lagacy-hill,.popup-home{
    position: relative;
}
div#sgpb-popup-dialog-main-div {
	border-radius: 0 !important;
}
.popup-home form.wpcf7-form {
    position: absolute;
    bottom: 90px;
    right: 35%;
    width: 30%;
    text-align: center;
}
.popup-home form input.wpcf7-text {
    border: none;
    background: #f1d4d6;
    height: 40px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
	color: #3a3a3a;
	padding-left: 10px;
}
.popup-home form input.wpcf7-submit {
	padding: 10px 20px;
    color: #fff;
    background: #487860;
    border: none;
    border-radius: 10px;
}
img.sgpb-popup-close-button-6 {
    right: -10px !important;
}
.popup-home form p {
    margin-bottom: 10px;
}
.sgpb-main-html-content-wrapper span.wpcf7-not-valid-tip {
    position: absolute;
}
.sgpb-main-html-content-wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
.name_invest{
	text-align: center;
    background: #ccc;
    color: #3a3a3a;
    padding: 7px;
}
.img_invest{
	height: 90px;
}
.elementor-image-box-wrapper .elementor-image-box-img a img{
	width: 282px;
	height: 270px;
	object-fit: cover;
}
.elementor-widget-image-box .elementor-image-box-content h3{
	height: 60px;
}
.elementor-widget-image-box .elementor-image-box-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper-slide.swiper-slide-duplicate {
    width: 1120px;
}
.image-mobile{
	display:none;
}
.image-pc{
	display: block;
}
.icophonez {
    background: url(https://timespro.com.vn/wp-content/plugins/simple-call-button-click-to-call-now-button/phone.png);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.prova-getseofix span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    color: #FFF;
}
.auto-getseofix {
    margin: 5px 0 !important;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
}
.prova-getseofix {
    text-decoration: none !important;
    padding: 10px 20px;
    background: #af1f26;
    font-family: sans-serif;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    margin: 5px 0;
    border-radius: 5px;
	font-size: 20px;
	position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 1;
}
.fix-form {
    padding: 20px 20px 0 20px;
	border: 0.5px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}
.fix-form textarea.wpcf7-form-control.wpcf7-textarea, .fix-form span.wpcf7-form-control-wrap input, .fix-form span.wpcf7-form-control-wrap select {
    background-color: #fff;
    box-shadow: none;
	border-radius: 2px;
	width:100%;
	height: 2.507em;
}
.fix-form textarea.wpcf7-form-control.wpcf7-textarea{
	height: 80px;
}
/*input.wpcf7-form-control.wpcf7-submit {
	width: 50%;
	background-color: #399C0C;
	color:#fff;
	text-transform: uppercase;
	border: none;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
}*/
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}
.landingpage-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	line-height: 1.4;
    font-size: 15px;
    min-height: 40px !important;
    width: 100%;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	height: 40px !important;
	border: 1px solid #818a91;
}
.landingpage-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px !important;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: #ffffff;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.landingpage-form input.wpcf7-form-control.wpcf7-submit {
    background-color: #B8936C;
    height: 40px !IMPORTANT;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000 !important;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
}
.geleximco_footer_form .landingpage-form input.wpcf7-form-control.wpcf7-submit{
	background-color: #0C5629;
}

/*leadsoft css*/
.mr-3, .mx-3 {
	margin-right: 0rem!important;
}
.mt-10 {
	margin-top: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.pd-35 {
	padding-top: 35px;
}
.pd-50 {
	padding-top: 50px;
}
.pd-30 {
	padding-top: 30px;
}
.pd-10 {
	padding-top: 10px;
}
.pd-forgot-pass {
	padding-top: 240px;
}
.em-01 {
	color: #BC0F19;
}
.mgl-5 {
	margin-left: 5px;
}
.bg-count {
	background: #AF1F26;
}
.pointer {cursor: pointer;}
.main-header {
	background: #fff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.top-header {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #0D509D;
}
.top-header a {
    color: #ffffff;
}
.top-header a:hover {
	color: #FFECED;
}
.left-header {
	float: left;
}
.left-header .envelop i {
	padding-right: 5px;
}
.left-header .envelop {
	padding-right: 50px;
}
.left-header .phone i {
	padding-right: 5px;
}
span.phone {
    margin-right: 20px;
}
span.phone a{
	color: white;
}
span.footer-tel {
    margin-right: 5px;
}
.right-header {
	float: right;
}
.right-header img {
    border-radius: 100%;
    border: 2px solid #b8b8b8;
    padding: 1px;
    background: #fff;
}
.right-header img.ring-bell {
	border-radius: 100%;
 	border: none;
	padding: 7px;
 	background: none;
}
.wishlist {
	padding-right: 27px;
	border-right: 1px solid #FFECED;
}
.user {
	padding-left: 27px;
}
.user i {
	padding-right: 11px;
}
.post-news {
	margin-left: 10px;
	border: 1px solid #FFECED;
	padding: 2px 6px 3px 6px;
	border-radius: 5px;
}
.modal-login .modal-content {
	width: 430px;
	margin: 0 auto;
	height: auto;
	border-radius: 12px;
}
.modal-login .modal-content .form-login,
.modal-login .modal-content .form-register {
	text-align: center;
}
.modal-login .modal-content .form-login .form-title,
.modal-login .modal-content .form-register .form-title {
	font-size: 1.5em;
    width: 270px;
    text-align: center;
    margin: 0 auto 10px;
}
.modal-login .modal-content .form-login .register-email,
.modal-login .modal-content .form-login .register-password,
.modal-login .modal-content .form-login .register-name,
.modal-login .modal-content .form-register .register-email,
.modal-login .modal-content .form-register .register-password,
.modal-login .modal-content .form-register .register-name {
	width: 230px;
	margin: 0 auto;
	height: 47px;
	border-radius: 14px;
}
.modal-login .modal-content .form-login .forgot-password-email,
.modal-login .modal-content .form-register .forgot-password-email {
	width: 264px;
	margin: 0 auto;
	height: 47px;
	border-radius: 14px;
}
.modal-login .modal-content .form-login .register-button,
.modal-login .modal-content .form-register .register-button {
	width: 230px;
	height: 35px;
	margin: 0 auto;
	border-radius: 60px;
	text-transform: inherit;
}
.mgb-form {
	margin-bottom: 24px;
}
.mgb-32 {
	margin-bottom: 32px;
}
.pdb-24 {
	padding-bottom: 24px;
}
.logo-modal {
	width: 166px;
	height: auto;
	padding-top: 0px;
	margin: 0 auto;
	padding-bottom: 11px;
}
.forgot-password a {
	color: #313132;
	font-weight: 700;
	font-size: 12px;
}
.forgot-password a:hover {
	color: #313132;
}
.policy {
	width: 250px;
	margin: 0 auto;
	font-size: 10px;
}
.register-user {
	font-size: 11px;
	padding-top: 10px;
}
.register-user a {
	color: #f14b00;
}
.register-user a:hover {
	 color: #313132;
 }
.register-button svg {
	margin-right: 20px;
}
.message-register {
	font-size: 8px;
	text-align: center;
	margin-left: -10px;
}
.policy-line {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	width: 150px;
	padding-bottom: 10px;
}
.message-forgot-pass {
	font-size: 11px;
	text-align: left;
	margin-left: 67px;
	margin-top: -8px;
	padding-bottom: 14px;
}
.right-header a.dropdown-item {
	color: #313132;
}
.site-content-taxonomy {
	padding-top: 100px;
}
.site-content {
	padding-top: 17px;
}
.wrap-content-related {
	border: 0.5px solid rgba(49, 49, 50, 0.5);
	border-radius: 10px;
}
.wrap-content-related img {
    border-radius: 9px 9px 0 0;
}
.title-related {
	font-size: 12px;
	line-height: 150%;
	padding: 7px 10px 9px 9px;
}
.title-related a {
	color: #313132;
}
.form-control, .custom-select, .input-group-text {
	border-radius: .25rem;
}
.btn-group {
	border-radius: .25rem !important;
}
.content-info {
	padding-top: 20px;
	margin-left: -15px;
	background: #fff;
}
.short-info {
	clear: both;
}
.short-info .avatar {
	float: left;
	border-radius: 100%;
	border: 4px solid #313132;
	padding: 1px;
	background: #fff;
	width: 74px;
	margin-right: 10px;
	margin-left: 20px;
}
.info-main {
	padding-top: 7px;
}
.info-main .username {
	color: #313132;
	font-family: 'Roboto-Bold', sans-serif;
}
.info-main .pont-cart {
	color: #313132;
}
.account {
	background: #ffeced;
	padding: 20px 20px 20px 18px;
	color: #313132;
	margin-right: -15px;
}
.post-value, .promotion-value, .code-value {
	display: block;
	float: right;
}
.voucher {
	padding: 24px 20px 0 20px;
}
.voucher label {
	font-weight: 500;
	font-family: 'Roboto-Bold', sans-serif;
}
.detail-info {
	color: #313132;
	padding: 24px 20px 0 20px;
}
.content-detail a {
	padding: 6px 12px 6px 26px;
	display: block;
	color: #313132;
}
.content-detail a:hover {
	color: #313132;
}
.content-detail a:hover {
	background: #FFECED;
	border-right: 2px solid #AF1F26;
}
.contents-detail p.tab-detail {
	background: url(./images/caret_up.png) no-repeat 96%;
	font-weight: bold;
}
.contents-detail p.tab-detail img {
	padding-right: 7px;
}
.qty {
	float: right;
	text-align: right;
	width: 200px;
}
.qty .count-bed,
.qty .count-toilet {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 2px;
	min-width: 80px;
	text-align: center;
	width: 2%;
}
.qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 20px;
	height: 20px;
	font: 16px/1 Arial,sans-serif;
	text-align: center;
	border-radius: 50%;
	margin-top: 5px;
	padding-top: 2px;
}
.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 20px;
	height: 20px;
	font: 16px/1 Arial,sans-serif;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
	margin-top: 5px;
}

/*Prevent text selection*/
span{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input{
	border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input:disabled{
	background-color:white;
}
.icon-switch-checkbox {
	padding-left: 6px;
	color: #AF1F26;
	font-size: 12px;
}
.point-card {
	color: rgba(49, 49, 50, 0.7);
}
.avatar-card {
	padding-left: 6px;
	padding-bottom: 4px;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/*datepicker*/
.cursorily{ cursor: pointer;}
.hov:hover{ color: #000;}
.ico-size{font-size: 16px;}
.ico-size-month{font-size: 26px!important; line-height: 26px!important;}
.ico-size-large{ font-size: 40px!important; line-height: 30px;}
.dtp_main{ border: solid 1px #bdbdbd; border-radius: 3px; background-color: #fff; padding: 6px 0 6px 8px;}
.dtp_main i{ display: inline-block; padding-right: 5px; float: right; padding-top: 6px; padding-left: 5px; font-size: 13px;}
.dtp_main span { font-size: 16px;}
.dtp_modal-win{position: fixed;left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #eeeeee; opacity: 0.6;}
.dtp_modal-content{ background-color: #fff; border-radius: 10px; width: 624px; position: absolute; z-index: 1000; top: 100px; left: 100px; font-size: 16px;font-weight: normal;}
.dtp_modal-content-no-time{ background-color: #fff; border-radius: 10px; width: 312px; position: absolute; z-index: 1000; top: 100px; left: 100px; font-size: 16px;font-weight: normal;}
.dtp_modal-title{ border-bottom: solid 3px #54646b; padding: 16px 36px; margin-bottom: 16px;  font-size: 22px; }
.dtp_modal-cell-date{ width: 312px;  float: right; margin-bottom: 22px; margin-top: 6px;}
.dtp_modal-cell-time{width: 311px; float: left; direction: ltr; border-right: solid 1px #000;}
.dtp_modal-months{ color: #7d7d7d; text-align: center; font-size: 20px; padding: 0 20px;}
.dtp_modal-months span{ display: inline-block; padding: 10px 20px; width: 182px;}
.dtp_modal-calendar{ width: 266px; margin-left: 22px; }
.dtp_modal-calendar-cell{ width: 38px; padding: 7px 0; display: inline-block; text-align: center;}
.dtp_modal-colored{ color: #54646b; }
.dtp_modal-grey{ color: #7d7d7d; }
.dtp_modal-cell-selected{ background-color: #54646b; border-radius: 48%;  transition: background-color 1s ease-out;}
.dtp_modal-time-block{ height: 212px; width: 310px; }
.dpt_modal-button{ background-color: #54646b; color: #fff; font-size: 24px; padding: 8px 40px; float: left; text-align: center; display: inline-block; margin-left: 22px; cursor: pointer; border: solid 1px #fff; border-radius: 3px;  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.dtp_modal-time-line{ text-align: center; color: #7d7d7d; font-size: 20px; padding-top: 15px;  }
.dtp_modal-time-mechanic{ padding-top: 16px;}
.dtp_modal-append{ color: #7d7d7d; padding-left: 108px; font-weight: normal; }
.dtp_modal-midle{ display: inline-block; width: 40px; }
.dtp_modal-midle-dig{display: inline-block; width: 16px; text-align: center; }
.dtp_modal-digits{ font-size: 50px; padding-left: 96px;}

/*form check*/
.form-check-input:checked {
	background-color: #AF1F26;
    border-color: #AF1F26;
}
.form-check-input:focus {
    border-color: #AF1F26;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff8c8c;
}
.endow-group {
	border: 1px solid #bdbdbd;
	padding: 28px;
	padding-top: 10px;
	padding-bottom: 0;
	border-radius: 4px;
	padding-right: 17px;
}
.endow-group input {
	border: 2px solid #AF1F26;
	margin-top: 0;
}
.endow-group-label {
	width: 190px;
	margin-left: 12px;
	font-size: 12px;
}
.endow-group-note {
	font-size: 11px;
	padding-left: 12px;
}
.news-price-line {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	width: 209px;
	padding-bottom: 10px;
}

/*Modal page post*/
.news-item {
    box-sizing: border-box;
    box-shadow: 0 0 2px rgb(0 0 0 / 25%);
    border-radius: 4px;
}
.news-item .img-news {
	float: left;
	position: relative;
}
.ribbon-top-left span {
    right: -15px;
    top: 20px;
    transform: rotate(-45deg);
}
.ribbon-top-right span {
    left: -15px;
    top: 20px;
    transform: rotate(45deg);
}
.ribbon {
  width: 130px;
  height: 80px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  background-color: #BC0F19;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-right {
  top: 0;
  right: 7px;
}
.ribbon-top-left {
  top: 0;
  left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span.classify_project {
  	right: -12px;
	top: 20px;
	transform: rotate(-45deg);
	font-size: 10px;
	text-transform: capitalize;
}

.previewPost {
	border-radius: 10px;
}
.previewPost .main-info ul li {
	display: inline;
	padding-right: 24px;
}
.previewPost .main-info ul li span.modal-realEstate {
	padding-left: 10px;
}
.previewPost .main-info .location-project {
	padding-left: 11px;
}
.previewPost .main-info .time-project {
	padding-left: 11px;
}
.content-news .title {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto-bold', sans-serif;
}
.img-news img {
	width: 173px;
	padding-right: 17px;
}
.previewPost .modal-content {
	width: 770px;
	border-radius: 12px;
}
.previewPost .modal-content .modal-body {
	padding: 20px 70px;
}
.wpio-breadcrumb { 
	font-size: .85em; 
	color: #ccc; 
	padding-left: 0;
}
.wpio-breadcrumb a span {
	color: #ccc;
}
.preview-title-news {
	text-transform: uppercase;
}
.preview-notice-news {
	color: #ccc;
}
.main-info ul {
	margin-bottom: 0;
}
.button-detail {
	width: 110px;
    display: block;
    font-size: 13px;
	text-decoration: none;
    background-color: #fff;
    color: #000;
    padding: 4px 20px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    text-align: center;
}
.button-list {
	width: 110px;
    display: block;
    font-size: 13px;
	text-decoration: none;
    background-color: #AF1F26;
    color: #fff;
    padding: 4px 20px;
    border: 1px solid #AF1F26;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}
.modal-header ul li a.button-list: hover {
	color: #fff !important;
}

.modal-header ul li a.button-detail: hover {
	color: #000;
}

.post-news-price-modal {
	display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 530px;
    padding-bottom: 10px;
}
.postNews .modal-content {
	border-radius: 12px;
	width: 630px;
}
.post-news-main-info {
	background: #f1f1f1;
	padding: 30px;
}
.post-news-main-info .top-content {
	padding-bottom: 30px;
}
.post-news-main-info .top-content .title {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto-bold', sans-serif;
    padding-left: 0;
}
.post-news-main-info .top-content ul {
    padding-left: 0;
}
.post-news-main-info .top-content ul li {
    display: inline;
    padding-right: 24px;
}
.post-news-main-info .top-content ul li span {
    padding-left: 10px;
}
.postPayment .modal-content {
	width: 630px;
}
.postPayment .top-content .title {
	text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #3c9f10;
    font-family: 'Roboto-Bold', sans-serif;
}
.postPayment .top-content .description {
	text-align: center;
}
.postPayment .mid-content {
	padding: 16px 30PX;
}
.postPayment .modal-bottom button {
	display: block;
	margin: 0 auto;
}
.postPayment .modal-bottom a {
	color: #313132;
	text-transform: inherit;
	font-size: 17px;
	margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-family: 'Roboto-Bold', sans-serif;
}
.postPayment .post-payment-line-modal {
	display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 510px;
    padding-bottom: 10px;
}
.postPayment .modal-body .title-bottom-content {
	padding-top: 10px;
    padding-left: 0;
    color: #313132;
    font-family: 'Roboto-Bold', sans-serif;
    margin-bottom: 0;
}
.postPayment .mid-content .code-news {
	margin-bottom: 0;
	padding-left: 30px;
    padding-right: 30px;
}
.postPayment .bottom-content p {
	padding-left: 30px;
	padding-right: 30px;
}
.right-content {
	text-align: center;
	border: 0.5px solid rgba(49, 49, 50, 0.5);
	box-sizing: border-box;
	border-radius: 10px;
	padding-bottom: 18px;
}
.right-content .avatar {
    text-align: center;
    border-radius: 100%;
    padding: 1px;
    background: #fff;
    width: 74px;
}
.right-content .title {
	background: #AF1F26;
    color: #fff;
    border-radius: 9px 9px 0 0;
    padding: 8px 9px 8px 9px;
}
.right-content .name {
	margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    opacity: 0.8;
    font-family: 'Roboto-Bold', sans-serif;
}
.right-content .more-news {
	font-size: 11px;
    color: #313132;
    opacity: 0.8;
    margin-bottom: 5px;
}

.right-content .phone {
	font-size: 12px;
    background: #BC0F19;
    color: #fff;
    padding: 6px 4px 4px 6px;
    width: 140px;
    margin: 0 auto;
    border-radius: 4px;
    margin-bottom: 5px;
}
.right-content .re-conact {
	font-size: 12px;
    padding: 6px 4px 4px 6px;
    width: 140px;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 5px;
    border: 0.5px solid rgba(49, 49, 50, 0.5);
    box-sizing: border-box;
}
.right-content .preview-detail-description {
	font-size: .85em;
    color: #ccc;
    padding-left: 0;
    margin-bottom: 0;
}
.right-content .preview-detail-title-news {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}
.detailProjectTab .top-content .preview-detail-title-news {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}
.detailProjectTab .top-content .preview-detail-description {
	font-size: .85em;
    color: #ccc;
    padding-left: 0;
    margin-bottom: 0;
}
.detailProjectTab .top-content .line-modal {
	display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
}
.detailProjectTab .bottom-content .title-description {
	padding-top: 10px;
}

/*page-account, page-changepassword*/
.personal-info {
	display: block; 
	overflow: hidden; 
	padding: 0 4px 0 6px;
	width: 300px;
}
.personal-info .gender-wrap {
	margin-right: 30px;
}
.personal-info .gender-wrap .gender-type {
	margin-left: 6px;
}
.personal-label {
	float: left; 
	padding-top: 8px;
	width: 170px;
}
.btn-custom-1 {
	width: 100%; 
	border-radius: 4px;
}
.btn-custom-2 {
	border-radius: 4px;
}
/*homepage*/
/*homepage-search*/
.home-search {
	position: absolute;
	left: calc(50% - 475.5px);
	width: 960px;
	z-index: 9;
}
.home-search-tab {
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 0;
}
.home-search-tab li {
	list-style: none;
	display: inline;
}
.home-search-tab li:last-child .demand-radio .name {
	border-top-right-radius: 4px;
}
.home-search-tab li:first-child .demand-radio .name {
	border-top-left-radius: 4px;
}
.home-search-tool {
	margin: 17% auto 0 auto;
	width: 100%;
}
.home-search-tool .home-search-content {
	position: absolute;
	background: rgb(251, 249, 242, 0.6);
	border-radius: 0 4px 1px 1px;
	padding: 9px;
	width: 100%;
	margin: 0 auto;
}
.home-search-tool .home-search-content .home-search-control .search-input input[type=text] {
	width: 100%;
	height: 42px;
	padding: 12px 15px;
	font-size: 14px;
	box-sizing: border-box;
	border: 0;
}
.home-search-tool .home-search-content .home-search-control {
	background: #fff;
	border-radius: 3px 5px 5px 3px;
}
.home-search-tool .home-search-content .home-filter .search-filter {
	width: 190px;
	box-sizing: border-box;
	border-radius: 2px;
	margin-right: 10px;
	float: left;
	position: relative;
}
.home-search-tool .home-search-content .home-search-control .search-input {
	float: left;
	width: 610px;
	position: relative;
}
.home-search-tool .home-search-content .home-search-control .search-button {
	float: right;
}
.home-search-tool .home-search-content .home-search-control .search-button button {
	width: 140px;
	border-radius: 0 5px 5px 0;
	height: 42px;
	text-align: center;
	color: #fff;
	border: 0;
	display: block;
	font-size: 16px;
	padding-left: 25px;
	margin: 0;
	background-size: 16px 16px;
	background: #399C0C;
	text-transform: capitalize;
	box-sizing: border-box;
}
.home-search-tool .home-search-content .home-filter .search-filter .select-text {
	position: relative;
	font-size: 14px;
	display: block;
}
.home-search .home-search-tool .home-search-content .home-filter .search-filter .select-custom, .advance-select-box span.select-text {
	border: 1px solid #777;
	box-sizing: border-box;
	border-radius: 3px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 100%;
}
.advance-select-box span.select-text {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 14px;
	display: block;
	line-height: 40px;
	border-radius: 1px;
	color: #fff;
	background: 0;
}
.home-search .home-search-tool .home-search-content .home-filter .search-action {
	float: left;
}
.home-search .home-search-tool .home-search-content .home-filter .search-action a {
	color: #313132;
	line-height: 40px;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}
.home-search .home-search-tool .home-search-content .home-filter .search-action a img {
	margin-right: 5px;
	vertical-align: middle;
}
/*Sidebar home*/
.hotline .title-box p {
	border-radius: 10px 10px 0 0;
	background: #0d509d;
	color: #FFECED;
	padding: 10px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}
span.right a {
    color: white;
    font-weight: 500;
}
.hotline .title-box p span.right {
	float: right;
}
.hotline .content-box {
	border: 0.5px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}
.hotline .content-box span i {
	color: #399C0C;
	padding-right: 5px;
}
.hotline .content-box span.three {
	float: left;
	height: 36px;
	padding-right: 5px;
}
/*footer bottom*/
.footer-bottom {
	padding-top: 64px;
	color: #ffeced;
	bottom: 0;
	width: 100%;
}
.logo-bottom img {
	float: left;
}
.footer-1 {
	margin-right: 30px;
}
.footer-1 .footer-title {
	font-size: 16px;
	text-align: left;
	padding-top: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
	text-transform: uppercase;
}
.footer-1 .footer-sub-title {
	text-align: left;
	padding: 13px 0 20px 0;
	font-size: 16px;
	color: #ffeced;
}
.footer-content-1 img {
	float: left;
	padding-right: 10px;
}
.footer-content-1 ul li {
	list-style: none;
	text-align: left;
	padding-left: 7px;
}
.footer-content-1 ul{
	padding-left: 0px;
}
/*.footer-content-1 .footer-address > li:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.05rem;
	font-weight: 900;
	color: #FFECED;
	position: absolute;
	padding-top: 6px;
	left: 35px;
}*/
.footer-content-2 {
	text-align: left;
	float: left;
}
.footer-content-2 img {
	padding-right: 10px;
}
.footer-2 {
	padding-top: 17px;
}
.footer-2 h4 {
	text-align: left;
	font-size: 16px;
	padding-bottom: 27px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-2 ul {
	padding-left: 0;
}
.footer-2 ul li a {
	color: #ffeced;
	font-size: 16px;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-2 ul li {
	list-style: none;
	text-align: left;
}
.footer-icon {
	float: right;
	padding-right: 20px;
}
.footer-icon a img {
	padding-left: 10px;
}
.footer-3 {
	padding-top: 17px;
}
.footer-3 h4 {
	text-align: left;
	font-size: 16px;
	padding-bottom: 27px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-3 ul {
	padding-left: 0;
}
.footer-3 ul li {
	list-style: none;
	text-align: left;
}
.footer-3 ul li a {
	color: #ffeced;
	font-size: 16px;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-4 {
	padding-top: 17px;
	text-align: left;
}
.footer-4 .contact-info {
	text-align: left;
	font-size: 16px;
	padding-bottom: 27px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-4 p img.headset {
	padding-right: 10px;
}
.footer-4 p img.mail-open {
	padding-right: 13px;
}
.footer-4 .contact-mail {
	text-align: left;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 8px;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-4 .sendEmail {
	display: table;
	width: 270px;
}
.footer-4 div.sendEmail-file-input {
	display: table-cell;
	width: 100%;
	margin: 4px;
	padding: 1px;
}
div.sendEmail-file-input > input {
	width: 100%;
	height: 30px;
	border-radius: 3px 0 0 3px;
	margin: 1px;
}
div.sendEmail .sendEmail-button {
	width: 60px;
	background: #3C9F10;
	height: 30px;
	border: none;
	border-radius: 0 3px 3px 0;
	color: #ffeced;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-5 {
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer-5 p {
	text-transform: uppercase;
	color: #ffeced;
	font-weight: 400;
	font-family: 'Roboto-Regular', sans-serif;
}
.footer-5 p a {
	color: #ffeced;
	font-family: 'Roboto-Bold', sans-serif;
}
/*BDS Bán*/
.mh-estate-box-news {
	margin-top: 12px 0 20px 0;
	background: #fff;
	height: 224px;
}
.mh-estate-image-news {
	float: left;
	padding-right: 24px;
	width: 300px;
}
.mh-estate-image-news a img {
	border-radius: 4px 0 0 4px;
}
.mh-estate-image-news-content {
	box-sizing: border-box;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
	border-radius: 4px;
	padding-right: 20px;
	height: 224px;
}
.mh-estate-image-news-title h3 {
	padding-top: 18px;
}
.mh-estate-image-news-title h3 a {
	font-size: 16px;
	font-weight: 500;
	color: #313132;
	font-family: 'Roboto-bold', sans-serif;
}
.mh-estate-image-news-title .post_shortdes {
	text-align: justify;
	border-bottom: 1px solid #ccc;
}
.ml-content-news-auto {
	padding-top: 9px;
}
.ml-content-news-auto .rowset {
	padding-bottom: 6px;
}
.ml-content-news-auto .rowset .news-price,
.ml-content-news-auto .rowset .news-area,
.ml-content-news-auto .rowset .news-bed {
	float: left;
	padding-right: 32px;
}
.ml-content-news-auto .rowset .news-time {
	float: left;
}
.ml-content-news-auto .rowset .news-price img,
.ml-content-news-auto .rowset .news-area img,
.ml-content-news-auto .rowset .news-bed img,
.ml-content-news-auto .rowset .news-time img,
.ml-content-news-auto .rowset .news-location img {
	padding-right: 10px;
}
.ml-content-news-auto .rowset .news-wishlist {
	float: right;
}
.ml-content-news-auto .rowset .news-wishlist img {
	position: absolute;
	bottom: 12px;
	right: 24px;
}
/*sidebar-bds bán*/
.box-common {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 16px;
	width: 100%;
	margin-bottom: 16px;
}
.box-common-border {
	border: 1px solid #ebedf0;
}
.box-common .box-title {
	padding: 10px 0;
	box-shadow: inset 0 -1px 0 #ebedf0;
	font-weight: 700;
	color: #2c2f36;
	font-size: 14px;
}
.box-common .box-content {
	padding: 12px 0;
	position: relative;
}
.box-common .box-content ul {
	overflow: hidden;
}
.box-common .box-content li {
	color: #474d57;
	margin-bottom: 4px;
	list-style: none;
}
.box-common .box-content li a {
	color: #474d57;
}
.box-common .box-content li a:hover {
	text-decoration: underline;
	color: #AF1F26;
}
/*css edit for phase 1*/
ul#menu-dieu-huong-site li a {
	font-size: 16px !important;
	font-family: 'Roboto-Regular', sans-serif !important;
}
.sub-title-content {
	font-size: 16px;
	padding-bottom: 20px;
}
.main-title-content {
	font-size: 24px;
}

.block-upload-image {
	height: 118px;
	overflow: hidden;
	position: relative;
	width: 170px;
	float: left;
	margin-right: 30px;
	background-image: url(./images/upload_image.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.block-upload-video {
	height: 118px;
	overflow: hidden;
	position: relative;
	width: 170px;
	float: left;
	margin-right: 30px;
	background-image: url(./images/upload_video.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
	color: #fff;
	background-color: #AF1F26;
	border-color: #AF1F26;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #AF1F26;
	border-color: #AF1F26;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #AF1F26;
	border-color: #AF1F26;
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: none !important;
}
.btn-outline-danger {
	color: #AF1F26;
	border-color: #AF1F26;
}
.home-filter-2 {
	display: none;
}
.toggle-search:before {
	content: url(./images/caret_down.png);
	font-size:20px;
	margin-right: 5px;
}
.toggle-search.close-toggle:before {
	content: url(./images/caret_up.png);
	font-size:20px;
	margin-right: 5px;
}
.filter-more {
	padding: 2px;
	cursor: pointer;
	font-weight: 400;
}

/*danh muc tin tuc*/
.banner-news img {
	width: 100%;
	height: auto;
}
.news-post-date {
	float: left;
	color: #AF1F26;
}
.box-news {
	box-shadow: 0px 2px 8px rgb(49 49 50 / 10%);
	border-radius: 10px;
	transition: all .3s ease-in-out;
	/*margin-bottom: 29px;*/
}
.box-news .box-news-description {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 80px;
	height: 170px;
	position: relative;
}
.box-news .box-news-description .box-news-title {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    padding-top: 10px;
}
.box-news .box-news-description .box-news-title a {
	color: #313132;
}
.box-news .box-news-description .post-bottom {
	position: absolute;
    bottom: 10px;
}
.box-news .box-news-description .post-bottom{
	position: absolute;
}
.box-news .box-news-description .post-bottom .right-post-bottom {
	float: right;
	display: inline-flex;
	position: absolute;
	right: 0;
}
.box-news .box-news-description .post-bottom .right-post-bottom .news-share {
	padding-right: 24px;
}
.banner-news {
	position: relative;
	margin-top: -56px;
}
.banner-news .title-center {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	font-weight: 900;
	font-size: 64px;
	line-height: 56px;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	z-index: 999;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
/*bat dong san ban*/
.sort-project {
	float: right;
	width: 176px;
	margin-bottom: 12px;;
}
/*tim kiem trang nha dat cho thue, nha dat ban*/
.wrapper-search-bar {
	border-top: 1px solid #f2f2f2;
	box-shadow: 0px 4px 10px rgb(182 182 182 / 18%) !important;
	background: #fff;
}
#boxSearchForm .search-bar {

}
.search-bar {
	/*background: #fff;*/
	position: relative;
}
.search-bar .search-bar-tab {
	width: unset;
	margin-top: 8px;
}

.search-bar .select-control {
	border: none;
}
.search-bar .select-control .select-control-label {
	padding: 8px 12px;
}
.search-bar .dropbox-label {
	font-size: 10px;
	height: 16px;
	color: #2c2f36;
	padding-right: 12px;
	background: url(./images/caret_up_down_search_form.png) no-repeat right;
	padding-bottom: 4px;
	cursor: pointer;
	display: inline-block;
}
.search-bar .custom-value {
	line-height: 16px;
	color: #2c2f36;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-bar .custom-value.hasvalue {
	color: var(--button-color);
	font-weight: bold;
}
.custom-dropbox .select-text-content {
	background: #f5f6f7;
	border-radius: 4px;
	width: calc(100% - 16px);
	padding: 0 20px 0 12px;
	color: #747c87;
	line-height: 32px;
	border: none;
	margin: 0 8px 8px 8px;
}
.search-bar .search-bar-tab {
	width: 170px;
	float: left;
}
.search-bar .custom-scroll, .custom-scroll {
	max-height: 300px;
	overflow: auto;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.advance-select-options ul {
	max-height: 300px;
	max-width: 800px;
	overflow: auto;
	padding: 0;
}
.advance-select-options ul li {
	padding: 2px 5px;
	cursor: pointer;
}
.advance-select-options ul .current {
	color: var(--button-color);
	background: unset !important;
}
.search-bar .custom-dropbox, .search-bar .custom-dropbox-cate {
	min-width: 280px;
	position: absolute;
	box-shadow: 0 8px 32px rgb(3 44 71 / 24%);
	border-radius: 8px;
	padding: 8px 0 0 0;
	top: 64px;
	left: 0;
	z-index: 99;
	background: #fff;
	border: 0;
}
.search-bar .custom-dropbox-cate {
	max-height: 308px;
	padding: 8px 0 0 0;
	border-radius: 8px;
}
.search-bar .custom-dropbox-cate ul li {
	width: 100%;
	line-height: 40px;
	color: #313132;
}
.search-bar .custom-dropbox-cate ul li span {
	display: block;
	padding: 0 16px;
}
.search-bar .custom-dropbox-cate span.active {
	 color: var(--button-color);
	background: #edf7ff;
	cursor: pointer;
	font-weight: bold;
}
.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.search-bar .mCSB_inside>.mCSB_container, .custom-dropbox .mCSB_inside>.mCSB_container {
	margin-right: 0;
}
.search-bar .select-filter-dropbox label {
	color: #313132;
	line-height: 20px;
	padding: 16px 0 0 0;
	display: block;
}
.search-bar .select-filter-dropbox .mar-top-8 {
	margin-top: 8px;
}
.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
/* .search-bar .search-bar-tab .re__tab-box--sm input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
} */
.search-bar .search-bar-tab .re__tab-box--sm:first-child {
	padding: 5px 5px;
}
.search-bar .search-bar-tab .re__tab-box--sm:last-child {
	padding: 5px 5px;
}
.search-bar-tab.mar-left-16.mar-right-16.re__tab-box-group {
    display: flex;
    width: 100%;
	flex-direction: column;
}
.re__tab-box-group [class*="re__tab-box"]:first-child {
/*	border-top-right-radius: 0;
	border-bottom-right-radius: 0;*/
}
.re__tab-box-group [class*="re__tab-box"]:last-child {
/*	border-top-left-radius: 0;
	border-bottom-left-radius: 0;*/
}
.re__tab-box-group [class*="re__tab-box"]:not(:last-child) {
	margin-right: -1px;
}
.re__tab-box-group [class*="re__tab-box"] {
	float: left;
}
.search-filter select option:hover {
	background: #FFECED;
	color: var(--button-color);
}
.search-bar .re__filter-wall {
	width: 5px;
	height: 48px;
	float: left;
}
.search-filter.advance-select-box label {
    margin-bottom: 0px;
}
label.mar-top-8 {
    color: white;
}
.search-filter.advance-select-box {
	float: left;
	position: relative;
	width: calc(50% - 2.5px);
	cursor: pointer;
	margin: 4px 0;
}
.search-bar .price-control .pad-bot-40, .search-bar .area-control .pad-bot-40 {
	padding-bottom: 48px;
}
.search-bar .slider-range, .select-area-option .slider-range {
	padding: 0 16px 16px 16px;
}
.search-bar .slider-range input[type=text], .select-area-option .slider-range input[type=text] {
	border: 1px solid #ccd3d9;
	box-sizing: border-box;
	border-radius: 4px;
	width: 106px;
	line-height: 32px;
	color: #2c2f36;
	padding: 0 12px;
	float: left;
}
.pad-bot-16 {
	padding-bottom: 16px;
}
.select-area-option #area-slider-range, .search-bar #price-slider-range {
	width: 224px;
	margin: 10px auto;
}
.search-bar .slider-range .ui-widget-content, .select-area-option .slider-range .ui-widget-content {
	background: #ebedf0;
	border-radius: 4px;
	height: 2px;
	border: none;
}
.search-bar .slider-range .ui-slider-horizontal .ui-slider-range, .select-area-option .slider-range .ui-slider-horizontal .ui-slider-range {
	height: 2px;
	background: #AF1F26;
	top: 1px;
}
.search-bar .slider-range .ui-slider-horizontal .ui-slider-handle, .select-area-option .slider-range .ui-slider-horizontal .ui-slider-handle {
	margin-left: -12px;
}
.search-bar .slider-range span, .select-area-option .slider-range span {
	line-height: 32px;
	float: left;
	padding: 0 10px;
}
.search-bar .ui-slider-handle, .select-area-option .ui-slider-handle {
	background: #AF1F26;
	box-shadow: 0 2px 8px rgb(3 44 71 / 12%);
	border-radius: 100px;
	width: 24px;
	height: 24px;
	border: none;
	top: -10px;
}
.search-bar .custom-dropbox ul li:active, .search-bar .custom-dropbox-cate span:active, .fly-options ul li:active {
	background: var(--primary-color);
	color: var(--button-color);
}
.search-bar .custom-dropbox ul li:hover, .search-bar .custom-dropbox-cate span:hover, .fly-options ul li:hover {
	background: #cfe5ff;
	color: var(--button-color);
}
.search-bar .price-control .custom-scroll, .search-bar .area-control .custom-scroll {
	max-height: 300px;
	border-radius: 0;
}
.search-bar .custom-dropbox ul li {
	width: 100%;
	line-height: 40px;
	color: #2c2f36;
	padding: 0 16px;
}
.search-bar .arrow-icon {
	background: url(./images/ic_arrow_left.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}
.re__tab-box--sm {
	color: #313132;
	border: 0.5px solid rgba(49, 49, 50, 0.5);
	cursor: pointer;
	background: #fff;
	box-sizing: border-box;
	font-family: "Roboto-Medium" !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	padding: 5px 11px;
}
.re__tab-box--actived {
	color: #fff !important;
	border: 0.5px solid #0d509d;
	background: #0786c9cc;
}
.search-bar .search-bar-suggestion {
	float: left;
	position: relative;width: calc(100% - 78px);
	padding-top: 8px;
}

.search-bar .search-bar-suggestion .re__input--sm::before {
	font-size: 24px;
}
.re__input--sm {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.re__input-search--sm input {
	padding: 5px 0 5px 30px;
	background: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	border-radius: 4px;
	color: #313132;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0.5px solid rgba(49, 49, 50, 0.5);
}
.search-bar .select-filter-dropbox {
	width: 400px;
	height: auto;
	padding: 8px 32px 32px 32px;
	right: 0;
	left: inherit;
	cursor: context-menu;
}
[role~="tooltip"][data-microtip-position|="bottom"]::before {
	background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}
#boxSearchForm .search-bar #btnSearch {
	margin-top: 8px;
	background: #0786c9cc;
    margin-left: 1px;
    float: left;
    box-shadow: 0px 0.5px 1px rgb(0 0 0 / 48%);
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 8px 6px 6px;
}
#boxSearchForm .search-bar #btnSearch:hover {
    background: #046ca2cc;
}
.search-bar #link-reset {
	padding-top: 13px;
	padding-left: 8px;
	color: #313132;
	background: rgba(0,0,0,0);
	display: inline-block;
}
.search-bar #link-reset img {
	width: 12px;
	height: 12px;
}
/*#searchArea input[type="reset"], input[type="button"], input[type="submit"] {
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}*/
.re__input-search--sm::before {
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	font-size: 24px;
	content: url(./images/search-bar-img.png);
	left: 5px;
	top: 4px;
}
.search-bar .select-reset, .area-reset {
	width: 100%;
	line-height: 48px;
	font-weight: 500;
	padding: 0 16px;
	border-radius: 0 0 8px 8px;
	position: absolute;
	bottom: 0;
	box-shadow: inset 0 1px 0 #dfe3e8;
	background: #fff;
	cursor: pointer;
}
/*end tim kiem trang ban va cho thue*/
/*bottom trang ban va cho thue*/
.divide {
	height: 1px;
	line-height: 1px;
	background: #ebedf0;
	width: 100%;
	margin: 16px 0;
	clear: both;
}
.product-seo-tag {
	padding: 16px 0 4px 0;
}
.product-seo-tag .seo-tag-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #313132;
	margin-bottom: 12px;
}
.product-seo-tag ul {
	padding: 0;
}
.product-seo-tag ul li {
	float: left;
	padding: 0;
	margin-bottom: 8px;
	list-style: none;
}
.ul-round-img li a, .ul-round li a, .product-search-tag.pad-top-8 .ul-round-img li {
	padding: 6px 12px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	background: rgba(231, 231, 231, 0.6);
	border-radius: 20px;
	color: #313132;
	line-height: 20px;
	position: relative;
	display: inline-block;
}
.table-striped tbody tr:nth-of-type(odd) {
	--bs-table-accent-bg: none !important;
}
img.edit-list-post, img.contact-list-post, img.collect-list-post, img.note-list-post, img.delete-list-post {
	padding-right: 6px;
}
.function-menu-news {
	margin-top: 6px;
	padding: 0;
	border: none;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}
span.status-news-danger {
	font-size: 8px;
	font-weight: 400;
	color: rgba(188, 15, 25, 0.8);
	background: #FFECED;
	padding: 2px 4px;
	border: 0.25px solid rgba(188, 15, 25, 0.8);
	box-sizing: border-box;
	border-radius: 2px;
}
span.status-news-success {
	font-size: 8px;
	font-weight: 400;
	color: #3C9F10;
	padding: 2px 4px;
	background: rgba(60, 159, 16, 0.1);
	border: 0.25px solid rgba(60, 159, 16, 0.8);
	box-sizing: border-box;
	border-radius: 2px;
}
.fontSize-14 {
	font-size: 14px;
}
.b-none-bottom {
	border-bottom: 0.25px solid #313132 !important;
}
.table td, .table th {
	border-top: none;
}
.wrap-table-header-news {
	padding-top: 19px;
}
.filter-news-1 {
	margin-bottom: 24px;
}
.filter-news-1 .search-filter-news {
	width: 272px;
	height: 32px;
	float: left;
	margin-right: 30px;
	background-image: url(./images/search-filter-news.png);
	background-position: 16px 7px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 0.25px solid #313132;
}
.filter-news-1 .select-filter {
	width: 130px;
	height: 32px;
	border: 0.25px solid #313132;
}

.filter-news-2 {
	margin-bottom: 1px;
}
.filter-news-2 ul {
	padding-left: 0;
	margin-bottom: 0;
	border: 0.25px solid #313132;
	border-radius: 4px 4px 0 0;
	display: inline-block;
}
.filter-news-2 ul li.btn-filter-table {
	display: inline-block;
}
.filter-news-2 ul .btn-filter-table:nth-child(1) {
	border-radius: 4px 0 0 0;
	padding: 8px;
	color: #fff;
}
.filter-news-2 ul .btn-filter-table {
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px 4px 0 0;
	padding: 8px;
}
.filter-news-2 ul .btn-filter-table a {
	color: #313132;
}
.filter-news-2 ul .btn-filter-table:nth-last-child(1) {
	background: #fff;
	padding: 8px;
}
.filter-news-2 ul .btn-filter-table.active {
	background: #AF1F26;
	color: #fff;
}
.filter-news-2 ul .btn-filter-table.active a {
	color: #fff;
}
.wrap-table-content-news {
	padding: 12px;
	border: 0.25px solid #313132;
	display: block;
	border-radius: 0 4px 4px 4px;
	margin-bottom: 30px;
}
.paging-nav {
	text-align: center;
	padding-top: 2px;
}

.paging-nav a {
	color: rgba(175, 31, 38, 0.6);
	background: #FFFFFF;
	border-right: 0.25px solid #313132;
	box-sizing: border-box;
	padding: 0 14px;
	font-size: 14px;
	font-weight: 500;
}
.paging-nav a:nth-last-child(2) {
	border: none;
}
.paging-nav .selected-page {
	color: #AF1F26;
	font-weight: bold;
}
.paging-nav a.pagination-prev-news {
	background-image: url(./images/prev-pagination.png);
	overflow: hidden;
	width: 14px;
	height: 12px;
	text-indent: -9999px;
	display: inline-block;
}
.paging-nav a.pagination-next-news {
	background-image: url(./images/next-pagination.png);
	overflow: hidden;
	width: 14px;
	height: 12px;
	text-indent: -9999px;
	display: inline-block;
}
/*end bottom trang ban va cho thue*/
/*contact*/
.wrap-contact-us {
	background: #292C35;
	padding-top: 80px;
	margin-bottom: 64px;
}
.wrap-contact-us .form-contact-title {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
}
.wrap-contact-us .right-form {
	border-left: 1px solid rgba(255, 236, 237, 0.5);
}
.wrap-contact-us .right-form .content-message {
	padding-left: 32px;
}
.wrap-contact-us input.name-contact,
.wrap-contact-us input.phoneNumber-contact,
.wrap-contact-us input.email-contact {
	margin: 0 auto;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	height: 45px;
	font-size: 20px;
	color: #fff;
	background: #292C35;
	width: 300px;
}
.wrap-contact-us input.submit-contact {
	width: 100%;
	color: #fff;
}
.wrap-contact-us input.submit-contact {
	background: #0d509d;
	padding: 20.5px 315.5px 20.5px 283.5px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-left: -1px;
	margin-bottom: 0;
	margin-top: 74px;
}
.wrap-contact-us textarea.message-contact {
	display: block;
	margin: 0 auto;
	border: 0;
	width: 100%;
	height: 358px;
	font-size: 20px;
	color: #fff;
	resize: none;
	background: #292C35;
}
.wrap-contact-us input.confirm {
	position: static;
	margin-top: .5rem;
	border-radius: 2px;
	margin-left: 0;
}

.wrap-contact-us span {
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
}
.wrap-contact-us label {
	color: rgba(255, 255, 255, 0.6);
	padding-top: 24px;
}
.wrap-contact-us .line-title {
	background: #ffffff;
	box-sizing: border-box;
	width: 114px;
	height: 3px;
}
.button-submit-form-contact {
	position: relative;
}
.button-submit-form-contact .icon-send-submit-contact {
	position: absolute;
	top: 69%;
	right: 43%;
}
/*end contact*/
.news-name-homepage {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
	margin-top: 13px;
}
.news-date-homepage {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	border-bottom: 0.2px solid #000000;
	padding-bottom: 2px;
}
/*HR page*/
.hr-content {
	padding-bottom: 128px;
}
.hr-header h2.title-heading {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
	color: #AF1F26;
	text-align: center;
	padding-bottom: 69px;
}
.accordion .card {
	background: #fff;
	border-radius: 0;
	border: 0;
}
.hr-content .accordion .card .card-header {
	background: #fff;
	border-bottom: 0.5px solid #313132;
	padding: 1.188rem 1rem;
}
.hr-content .accordion .card .card-header{
	color: #313132;
	font-family: 'Roboto-Regular', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 37px;
}
.hr-content .accordion .card .card-header .arrow-down-header {
	float: right;
	background: url(./images/caret_down_hr.png) no-repeat;
	width: 48px;
	height: 48px;
	background-size: cover;
}
.arrow-close-header {
	float: right;
	background: url(./images/caret_close_hr.png) no-repeat;
	width: 48px;
	height: 48px;
	background-size: cover;
}
.card-link-active {
	background: var(--primary-color) !important;
	border-bottom: 0.5px solid #fff !important;
	color: #fff !important;
}
.hr-content .accordion .card .card-body {
	padding: 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	font-weight: 300;
	background: var(--primary-color);
	color: #fff;
}
.wrap-button {
	margin-top: 64px;
}
.button-send-cv {
	padding: 13px 77px;
	background: #FFECED;
	border-radius: 6px;
	text-align: center;
	color: var(--button-color);
	display: block;
	width: 370px;
	margin: 0 auto;
	font-size: 30px;
}
.button-send-cv:hover {
	color: var(--button-color);
}
@media screen and (min-width: 768px) {
	.site-nav-toggler {
	    display: flex;
	    flex-direction: row;
	}

	.site-nav-toggler h3 {
	    font-size: 18px;
	    margin-right: 5px;
	}
	.form-search {
	    margin-top: 35px;
	}
	.left-header .envelop {
    	padding-right: 15px;
	}
	.phone {
	    margin-right: 15px;
	}
	.hr-content  .accordion .card .collapse {
		padding: 0.75rem 1.25rem;
	}
	.hr-content .accordion .card .collapse .card-body {
		padding: 1.25rem;
		background: #F9F9F9;
		font-size: 0.9375rem;
		line-height: 1.5rem;
		font-weight: 300;
	}
}
/*End Hr page*/
/*css for scroll bar*/
/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.banner-hr img {
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.banner-hr {
	position: relative;
	margin-top: -56px;
	margin-bottom: 64px;
	background-color: rgba(0, 0, 0, .5);
}
.banner-hr .title-center {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	font-weight: 900;
	font-size: 64px;
	line-height: 56px;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	z-index: 999;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
/*WishList*/
.show-wishlist {
	position: relative;
}
.show-wishlist .re__mnu-notify-icon-unread {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: var(--button-color);
	position: absolute;
	background: #fff;
	border-radius: 6px;
	top: -3px;
	min-width: 14px;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	z-index: 99;
	display: inline-table;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.wishList-control {
	float: left;
	position: relative;
	cursor: pointer;
}
.content-wishList {
	width: 400px;
	height: auto;
	left: inherit;
	cursor: context-menu;
	max-height: 308px;
	border-radius: 8px;
	min-width: 280px;
	position: absolute;
	box-shadow: 0 8px 32px rgb(3 44 71 / 24%);
	top: 40px;
	z-index: 99;
	background: #fff;
	border: 0;
}
/*End wishList*/
/*End scroll bar*/
/*page-post*/
.chose_demand_info {
	clear: both;
}
.chose_demand_info .re_tab_chose_demand_info {
	float: left;
	width: 50%;
	padding: 8px 11.5px;
	border: 1px solid #313132;
	cursor: pointer;
}
.chose_demand_info .re_tab_chose_demand_info input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.re_tab_chose_demand_info_active {
	background: #AF1F26;
	border: 0.5px solid #AF1F26 !important;
	color: #fff !important;
}
.chose_demand_info .re_tab_chose_demand_info .name {
	display: block;
	text-align: center;
}
.chose_demand_info .re_tab_chose_demand_info:first-child {
	border-radius: 4px 0 0 4px;
}
.chose_demand_info .re_tab_chose_demand_info:first-child {
	border-radius: 4px 0 0 4px;
}
.chose_demand_info .re_tab_chose_demand_info:last-child {
	border-radius: 0 4px 4px 0;
}

.content-post-news {
	background: #fff;
	padding: 30px;
	margin: 30px 7px 30px 7px;
}

.button-news-continue {
	float: right;
	text-transform: inherit;
	box-sizing: border-box;
	border-radius: 4px;
	color: #FFECED;
	font-size: 20px;
	font-weight: 400;
}

.button-news-previews {
	color: #313132;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	text-transform: inherit;
	font-size: 17px;
	font-weight: 400;
}
.content-news-post {
	width: 100% !important;
	height: 400px !important;
}
/*project*/
.banner-project img {
	width: 100%;
	height: auto;
}
.blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}
.nav-sidebar {
	width: 100%;
	height: 94%;
	border-right: 0.5px solid rgba(49, 49, 50, 0.5);
}

.nav-sidebar li {
	width: 100%;
}
.nav-sidebar li.nav-title {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 0.5px solid rgba(49, 49, 50, 0.5);
}
.nav-sidebar a {
	color: #333;
	-webkit-transition: all 0.08s linear;
	-moz-transition: all 0.08s linear;
	-o-transition: all 0.08s linear;
	transition: all 0.08s linear;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto-bold', sans-serif;
}

.nav-sidebar ul li.active a {
	cursor: default;
	color: #BC0F19;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.btn-blog {
	color: #ffffff;
	background-color: #E50000;
	border-color: #E50000;
	border-radius:0;
	margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
	color: white;
	background-color:#0b56a8;
	border-color: #0b56a8;
}

article h2{color:#333333;}

h2{color:#0b56a8;}

.margin10{margin-bottom:10px; margin-right:10px;}

.text-style
{
	text-align: justify;
	line-height: 23px;
	margin: 0 13px 0 0;
	font-size: 19px;
}

h2.group-tab-title {
	font-family: 'Roboto-bold', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #313132;
	padding-bottom: 24px;
}
.mh-estate-box-news {
	border: 1px solid #AF1F26;
	border-radius: 10px;
}
.mh-estate-project-news {
	height: 226px;
}
.mh-estate-project-image-news a img {
	border-radius: 9px 0 0 9px;
}
.mh-estate-project-content {
	border: none;
}
.mh-estate-project-content h3 {
	border-bottom: 0.2px solid rgba(49, 49, 50, 0.5);
	display: inline-block;
	padding-bottom: 12px;
}
.mh-estate-project-content h3 a {
	font-family: 'Roboto-bold', sans-serif;
	font-style: normal;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 21px;
}
.mh-estate-project-link {
	padding-top: 17px;
	text-transform: uppercase;
}
.mh-estate-project-link a {
	color: #313132;
}
.mh-estate-project-pagination {
	text-align: center;
}
.mh-estate-project-pagination a.page-numbers {
	color: #AF1F2699;
}
.mh-estate-project-pagination span.current {
	color: #AF1F26;
}
.nav-tabs-project > li.active:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	color: #eb871e;
	vertical-align: middle;
	margin-left: -28px;
	margin-right: 20px;
}
/*End project*/
/*End-page-post*/

/*style complementary*/
.news-share-img {
	width: 16px;
}
.mgb-26 {
	margin-bottom: 26px;
}
.mgt-90 {
	margin-top: 90px;
}
.pdb-97 {
	padding-bottom: 97px;
}
.main-change-pass-bg {
	background: #F1F1F1;
}
.content-area-password-change {
	background: #fff;
	padding: 30px;
	margin: 30px 7px 30px 7px;
}
.form-account-width {
	width: 470px;
}
.title-contact-info {
	font-size: 24px;
	margin-bottom: 32px;
}
.pd-9 {
	padding-top: 9px;
}
.title-info-personal {
	font-size: 24px;
	margin-bottom: 32px;
}
.code-transferbank {
	font-weight: 500;
	font-family: 'Roboto-Bold', sans-serif;
}
.button-recharge {
	width: 100%;
	border-radius: 4px;
}
.wrap-news-total {
	padding-top: 20px;
	font-weight: bold;
}
.news-price-value, .news-day-value, .news-total-value, .news-code-value, .news-cate-value {
	display: block;
	float: right;
}
.group-content-box {
	border: 1px solid #bdbdbd;
	padding: 12px;
	margin-top: 20px;
}
.btn-post-payment {
	text-transform: inherit;
	box-sizing: border-box;
	border-radius: 4px;
	color: #FFECED;
	font-size: 17px;
}
.btn-backtoform {
	color: #313132;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	text-transform: inherit;
	font-size: 17px;
}
.modal-footer-post-news {
	border: none;
}
.bg-main-info {
	background: #F1F1F1;
}
.pdt-20 {
	padding-top: 20px;
}
.map-news-canvas {
	width:485px;
	height:300px;
	margin: 0;
	padding: 0;
}
.unit-price-VND {
	text-align: right;
	padding-top: 10px;
}
.postPayment-modal-bottom {
	border: none;
	padding: .75rem;
}
.news-price-box {
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding: 12px;
	margin-top: 20px;
}
.wrap-video {
	padding-top: 8px;
}
.vip-switch {
	padding-left: 0;
	padding-bottom: 20px;
}
.dueDate-content {
	float: left;
	width: 118px;
}
.endDate-content {
	float: left;
	width: 118px;
	padding-right: 7px;
}
.content-news-classify {
	background: #fff;
	padding: 34px 12px;
	margin: 30px 5px 30px 5px;
}
.wrap-video-label {
	float: left;
	padding-top: 8px;
	font-family: 'Roboto-Medium', sans-serif;
}
.wrap-input-video {
	display: block;
	overflow: hidden;
	padding: 0 4px 0 6px;
}
.wrap-input-video input {
	width: 100%;
}
.gallary-upload-label {
	background: #AF1F26;
	color: #fff;
}
.remove-image-upload {
	z-index: 10;
	top: 0.25rem;
	right: 0.5rem;
}
.btn-preview-post {
	color: #313132;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	text-transform: inherit;
	font-size: 17px;
	font-weight: 400
}
.mange-news-due-date {
	width: 14%;
}
.mange-news-list {
	width: 10%;
}
.mange-news-function {
	width: 10%;
}
.bg-none {
	background: none;
}
.wrap-thumbnail-list-post {
	display: block;
	float: left;
	margin-right: 12px;
}
.wrap-thumbnail-list-post img {
	width: 6.375rem;
}
.title-post-list {
	font-weight: 400;
	font-size: 14px;
	color: #313132;
}
.content-post-list {
	font-size: 10px;
	font-weight: 400;
}
.wrap-classify-news {
	margin-bottom: 6px;
}
.classify-post-title {
	font-size: 8px;
	font-weight: 400;
}
ul.wpio-breadcrumb li {
	display: inline;
}
.title_single_re {
    font-size: 17px;
    color: #444444;
    font-weight: 600;
    background-color: #fff;
    padding-left: 0px !important;
}
.header-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
    border: 0.5px solid #0d509d73;
}
.title-info-rebds {
    width: 75%;
    padding: 10px;
}
.price-status-rebds {
    width: 25%;
    padding: 10px;
    border-bottom: 0.5px solid #0d509d8f;
    background-color: #0d509d;
}
.title-gia {
    text-align: center;
    color: white;
    font-size: 18px;
}
.price-gia {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.tab-content {
    display: flex;
    flex-direction: row;
}
div#re_gallery_content {
    width: 75%;
}
.info-spct {
    width: 25%;
}
.info-spct {
    padding: 15px;
}
ul.ul-ifspct {padding-left: 10px;}
h4.t-ifspct {
    text-transform: uppercase;
    font-size: 15px;
}
.price-status-rebds {
    background-color: #0d509d;
}
.ul-ifspct li {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    color: #555;
}
.clearfix {
    display: block;
}
.ul-ifspct li .li1-ifspct {
    float: left;
    width: 50%;
}
.ul-ifspct li .li2-ifspct {
    float: right;
    text-align: right;
    width: 50%;
}
.t-ifspct {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}
.nav-link-re {
    display: block;
    padding: 0.5rem 1rem;
    color: #003480;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
a.re-contact {
    padding-left: 0.5rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}
.contact-hnspace h4 {
    font-size: 15px;
}
.sdt-re {
    display: flex;
}
.mail-re-contact {
    margin-left: 1rem;
}
.contact-hnspace {
    margin: 10px 0;
    border: 1px dashed #f90202!important;
}
.d-sm-flex.align-items-center {
    padding: 0.3125rem 0;
}
.details__meta-re {
    display: flex;
    padding: 0.5rem !important;
    justify-content: space-between;
}
.sidebar-menu-thue {
    min-height: 42px;
    max-height: 255px;
    overflow: auto;
    padding: 0 0.6em;
    border-top: solid 1px #dcdcde;
    background-color: #fff;
}
.sidebar-menubds {
	margin: 25px 0px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 72%);
    border-top: 0.5px solid #e5e5e5;
}
ul#scrol-menu-cho-thue li a {
    display: block;
    padding: 3px 0 3px 10px;
    color: #333;
    background: url(/wp-content/uploads/2022/01/arrown-block-1.png) no-repeat left 11px;
}
ul#scrol-menu-cho-thue {
    padding: 0;
    margin: auto;
}
h3.title-sidebar-menubds {
    color: #0d509d;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
ul#scrol-menu-cho-thue li {
    border-bottom: 1px dotted #bbb;
}
/*Css Login 02*/
div#tab1_login h3 {
    font-size: 13px;
    text-align: center;
}
.username, .password, .login_fields {
    display: flex;
    flex-direction: column;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.username input, .password input {
    width: 260px;
    margin: 0 auto;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
.login_fields input, .dangky_guidi{
    width: 260px;
    height: 35px;
    border-radius: 5px;
    text-transform: inherit;
    background: #2271b1;
    border-color: #2271b1;
        color: white;
}
.username label, .password label, .login_fields label{
	margin-bottom: 5px;
}
.dangky_ten, .dangky_email, .dangky_sdt {
    width: 260px;
    margin: 0 auto;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
.dangky_loinhan {
    width: 260px;
    margin: 0 auto;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
label.form-dangky {
    display: flex;
    flex-direction: column;
    width: 260px;
    margin: 0 auto;
}
.wpcf7-response-output {
    color: red !important;
}
a.logo-mobi-hnspace {
    margin-right: 45px;
}
.container.menu-mobi, span.post-news.post-news-mobi {
    display: none;
}
h4.content-thoat {
    font-size: 15px;
    font-weight: 500;
    margin: 10px;
    color: #03133f;
    text-align: center;
    font-style: italic;
}
.form-search {
    margin-top: 0px;
}
.title-hanoispace h2,.title-tintuchome h2{
    font-family: "Inter",Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: .38px;
    margin-bottom: 30px;
    color: #222531;
}
.content-hnspace {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.content-text-hnspace {
    width: 66%;
}
.sub-title-hanoispace h3 {
    color: #222531;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    /*width: 680px;*/
    /*max-width: 680px;*/
    margin-bottom: 40px;
    margin-right: 40px
}
.sub2-title-hanoispace h3 {
    color: #222531;
    font-family: "Inter",Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.45px;
    line-height: 1.5;
}
.form-hanoispace {
    margin: auto;
}
.input-form-home {
    height: 50px;
    padding: 0 10px;
        border: 1px solid #d7d7d7;
}
.inputplus-form-home{
	height: 80px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
}
.submit-homeform {
height: 40px;
    font-weight: 600;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}
ul.content-icon-info {
    padding: 0px;
}

ul.content-icon-info li i {
    color: #e31c5f;
    font-size: 18px;
    margin-right: 15px;
}

ul.content-icon-info li {
    padding: 5px 0;
}

ul.content-icon-info li span {
    color:  #222531;
    font-size: 17px;
    font-weight: 500;
}
.tro-thanh-doitac {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tro-thanh-doi-tac-01 img {
    max-width: 98%;
    margin-bottom: 15px;
    border-radius: 8px;
}

h3.title-tro-thanh-doitac a {
    margin-bottom: 6px;
    color: #222531;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
}

p.description-title-tro-thanh-doitac {
    color: #222531B3;
    font-family: "Inter",Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.23px;
}
.row.info-hanoibds {
    background-color: #f8fafd;
    padding: 60px 0;
}
.info-hanoispace {
    margin-bottom: 40px;
}
.logo-dt {
    padding: 10px 0 50px;
}
.slick-slide.slick-cloned img {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cfd6e4;
    border-radius: 8px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 1s;
    width: 90%;
}
.slick-slide.slick-cloned img:hover {
    filter: none;
}

.doitac-chungtoi h2 {
    font-family: "Inter",Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: .38px;
    margin-bottom: 30px;
    color: #222531;
    text-align: center;
}
.iterm-tintuchome {
    display: flex;
    flex-wrap: wrap;
}
.readmore {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.readmore h4 {
    width: 125px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    border-color: #a6b0c3;
    border-radius: 4px;
    padding: 10px 10px;
}
.readmore h4:hover {
    background-color: #f3f7fd;
}
a.logo-hnspace img {
    width: 250px;
    padding: 5px 0;
}
/*Begin CSS Responsive*/

/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px){
	.footer-4 .sendEmail {
		display: table;
		width: 175px;
	}
	nav.site-nav{
		width: 17.5rem;
	}
	.site-search {
		display: none;
	}
	.site-header {
		z-index: 1002;
	}
	.site-nav {
		z-index: 999;
		color: #FFF;
		background-color: #333;
		overflow-y: auto;
		width: 17.5rem;
		position: fixed;
		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: #0f529e;
		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;
	}
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px){
	.content-hnspace {
	    display: flex;
	    flex-direction: column;
	}
	.form-hanoispace {
	    padding: 20px 0px;
	}
	.content-text-hnspace{
		width: 100%;
	}
	.container.content-pagetrong {
	    padding-top: 50px;
	}
	.modal-login .modal-content {
    	width: 350px;
    }
	.left-header {
	    display: none;
	}
	.d-none{
		display: block !important;
	}
	span.post-news.post-news-mobi {
	    width: 100px;
	    margin: 13px;
	    font-size: 13px;
	    font-weight: 600;
	    border: 2px solid #0d509d;
	    padding: 3px 6px 3px 6px;
	    border-radius: 5px;
	}
	.container.menu-mobi, span.post-news.post-news-mobi {
	    display: block;
	}
	.user, .register {
	    font-size: 15px;
	}
	.right-header {
	    display: flex;
	    flex-direction: row;
	    float: left;
	}
	.site-nav-toggler {
	    display: flex;
	    flex-direction: row;
	}
	.logo-hnspace{
		display: none;
	}
	.site-nav-toggler h3 {
	    font-size: 18px;
	    margin-right: 5px;
	    color: #0d509d;
	}
	.site-nav-toggler i {
	    color: #0d509d;
	}
	.home-search-content .home-search-control .search-button {
		margin-top: 1rem;
	}
	.demand-radio .name {
		font-size: 10px;
	}
	.site-content {
		padding-top: 0 !important;
	}
	html {
		font-size: 14px;
	}
	#wpadminbar {
		position: fixed !important;
	}
	img.sgpb-popup-close-button-6 {
		right: 5px !important;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-6 {
		left: 5% !important;
	}
	div#sgpb-popup-dialog-main-div {
		width: 95% !important;
		max-width: 100% !important;
	}
	.popup-lagacy-hill form{
		bottom: 20px;
		right: 32%;
	}
	.popup-lagacy-hill form p {
		margin-bottom: 0;
	}
	.popup-lagacy-hill form input.wpcf7-text {
		border-color: #fff !important;
		border-width: 1px;
		background: transparent;
		height: 15px;
		width: 85%;
		text-align: center;
		border-style: solid;
		display: inline-block;
		font-size: 7px;
	}
	.popup-lagacy-hill form input.wpcf7-submit {
		width: 85%;
		text-align: center;
		height: 12px;
		border: none;
		font-size: 7px;
	}
	.popup-home form.wpcf7-form {
		position: absolute;
		bottom: 65px;
		right: 25%;
		width: 50%;
		text-align: center;
	}

	.popup-home form input.wpcf7-text {
		height: 25px;
		width: 100%;
		font-size: 7px;
	}
	.popup-home form input.wpcf7-submit {
		padding: 5px 15px;
		margin-top: 10px;
	}
	.image-mobile{
		display:block;
	}
	.image-pc{
		display: none;
	}
	/*.advanced-search.lazyloaded {
		height: 569px;
		background-image: url(http://timespro.mauwebsitedep.com.vn/wp-content/uploads/2021/07/be_boi_vo_cuc.png)!important;
		background-size: cover;
		background-position: center;
	}*/
	.col-6.col-sm-4.col-md-3.col-xl.form-group {
		display: none;
	}
	.home-search-mobile {
		margin-top: 50%;
	}
	#masthead > .bg-primary {
		height: 61px;
	}
	body {
		margin-top: 0;
	}
	.site-content-taxonomy {
		padding-top: 0 !important;
	}
	.mh-estate-image-news {
		width: 100% !important;
		padding-right: 0;
	}
	.mh-estate-image-news a img {
		border-radius: 4px 4px 0 0;
		margin-bottom: 17px;
	}
	.mh-estate-image-news-content {
		height: auto;
		padding: 14px 10px;
	}
	.mh-property {
		margin-bottom: 30px;
	}
	.number-post-re {
		float: left;
		padding-top: 7px;
	}
	.sort-project {
		width: 140px;
	}
	.main-right {
		display: none;
	}
	.footer-icon {
		padding-right: 0;
	}
	.hr-header h2.title-heading {
		padding-top: 58px;
		font-size: 30px;
	}

	.hr-content .accordion .card .card-header {
		font-size: 12px;
	}
	.hr-content .accordion .card .card-header .arrow-down-header {
		width: 24px;
		height: 24px;
	}
	.arrow-close-header {
		width: 24px;
		height: 24px;
	}
	.hr-content {
		padding-bottom: 44px;
	}
	.button-send-cv {
		padding: 13px 16px;
		font-size: 20px;
		width: 100%;
	}
	.wrap-button {
		margin-top: 24px;
	}
	.page-title {
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
	.text-white {
		color: #000 !important;
	}
	.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;
		
	}
	.site-slider .slick-arrow {
		display: none !important;
	}
	.mh-estate-vertical> a > img {
		width: 100%;
		height: auto;
		border-radius: 10px 10px 0 0;
	}
	.mh-estate-image-news > a > img {
		width: 100%;
		height: 224px;
	}
	.post_shortdes {
		height: 69px;
		overflow: hidden;
	}
	.demand-radio .name {
		min-width: 0;
	}
	.site-nav .menu {
		float: none;
	}
	.site-nav{
		background-color: #fff;
	}
	.site-nav li.menu-item-has-children:after {
		border-top: 2px solid #000;
		border-left: 2px solid #000;
	}
	.site-nav .sub-menu > li > a {
		color: #000;
	}
	div#home_bds_div{
		margin-top: 360px;
	}
	a.site-login-mobile {
		display: none;
	}
	.site-logo-mobile img {
		height: 38px;
		object-fit: cover;
	}
	.site-logo-mobile {
		width: 100%;
		height: 38px;
		text-align: center;
		margin: 10px auto;
	}
	.site-logo-mobile a {
		width: 100%;
		display: inline-block;
	}
	.site-nav img.lazyloaded{
		margin-left: 0;
	}
	.sub-title-hanoispace h3 {
    width: 100%;
	}
}
/*Điện thoại lớn(575 x 640)*/
@media (max-width: 575px) {
	div#re_gallery_content {
		width: 100%;
	}

	.tab-content {
		display: block;
	}

	.info-spct {
		width: 100%;
	}
	.d-none.d-lg-block,.hotline, .sidebar-menubds,.banner-left,.banner-right,.towbanner-header,.footer-top {
	    display: none !important;
	}
	.slick-slide {
	    height: 100%;
	    width: 50%;
    }
	.site-stats {
		display: none;
	}
	.site-login i {
		margin-right: 0;
	}
	.module .module-title:after {
		display: none;
	}
	.demand-radios > .demand-radio{
		width:33%;
	}
	.tin_vip_row .slick-arrow {
		height: 24px;
		line-height: 24px;
		top: -36px;		
	}
	.bg-dark-50 {
		padding-top: 20px !important;
		padding-bottom: 60px !important;
		position: relative;
		z-index: 10;
		display: none;
		top: 240px;
	}
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (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;
	}
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px){

}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px){

}