/*
Theme Name: Rao Vat Bat Dong San 2020
Theme URI: https://123web.vn/
Author: 123Web.vn
Author URI: https://123web.vn/
Description: Theme rao vặt bất động sản
Template: flatsome
Version: 1.0.0
*/

/**
 * Global
 */
body {
	overflow: hidden;
}

p {
	margin-bottom: 10px;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

.mh-color-primary {
	color: var(--primary-color) !important;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
}

/* Form */
select, input, textarea,
.mh-input {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
	font-weight: 300;
}

.wpcf7-form {
	margin-bottom: 0;
}

.page-wrapper {
	padding-top: 15px;
}

.page-wrapper > .row {
 max-width: 1160px !important;
}

.page-wrapper > .row > .col {
	padding: 0 10px 20px;
	border: 0;
}

.alert {
	position: relative;
	padding: 10px 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	line-height: 1.3;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* UX Theme */
.mh-col-no-divider .is-divider {
	display: none;
}

.dark, .dark p, .dark td {
  color: #fff;
}

	/* Title */
.mh-title-simple {
	padding: 0;
}

.mh-title-simple b {
	display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main{
	border: 0;
	padding: 0;
	margin: 0;
}

.mh-title-simple.center .section-title {
	justify-content: center;
}

.mh-title-simple.right .section-title {
	justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
	font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
	text-transform: initial;
	position: relative;
}

.mh-title-label .section-title-normal {
	border-bottom: 1px solid var(--primary-color);
}

.mh-title-label .section-title-main {
	border: 0;
  color: #fff;
  background-color: #165598;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10px;
  margin-bottom: 0;
}

.mh-title-label .section-title-main a {
	color: #fff;
	padding: 0;
}

	/* Breadcrumbs */
.mh-breadcrumbs ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(top,rgba(238,238,238,1) 0,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 74%,rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(238,238,238,1)),color-stop(24%,rgba(255,255,255,1)),color-stop(74%,rgba(255,255,255,1)),color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,rgba(238,238,238,1) 0,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 74%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,rgba(238,238,238,1) 0,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 74%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,rgba(238,238,238,1) 0,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 74%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,rgba(238,238,238,1) 0,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 74%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
	border: 1px solid #e5e5e5;
	padding: 0;
}

.mh-breadcrumbs ul > li {
	margin: 0;
  position: relative;
  padding: 8px 16px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.mh-breadcrumbs ul > li::before {
	content: ' ';
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  padding: 0;
  margin-top: -.25rem;
  margin-bottom: -.25rem;
  transform: rotate(-30deg);
}

.mh-breadcrumbs ul li span,
.mh-breadcrumbs ul li a {
	font-weight: 500;
  font-size: 14px;
  color: var(--primary-color);
}

.mh-breadcrumbs ul li.mh-child-re > a:not(:first-child)::before {
	content: ', ';
}

	/* Grid blog */
.mh-grid-blog {
	margin-left: -6px !important;
  margin-right: -6px !important;
}

.mh-grid-blog > .col {
	padding: 0 7px 19.6px;
}

.mh-grid-blog .post-title {
	color: var(--primary-color);
	font-weight: 500;
}

.mh-grid-blog a:hover .post-title {
	color: #ff842b;
}

.mh-grid-blog a:hover .from_the_blog_excerpt {
	color: #333;
}

.mh-grid-blog .large-columns-1 > .col.post-item {
	padding-bottom: 15px;
}

.mh-grid-blog .box-blog-post.box-text-bottom .post-title {
	margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
	display: -webkit-box;
	max-height: 46px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
}

.mh-grid-blog .box-blog-post.box-text-bottom .from_the_blog_excerpt  {
	margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.mh-grid-blog .box-blog-post.box-vertical .post-title,
.mh-grid-blog .box-blog-post.box-vertical .from_the_blog_excerpt {
	margin: 0;
	display: -webkit-box;
	min-height: 38px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
}

.mh-grid-blog .box-blog-post.box-vertical .from_the_blog_excerpt {
	margin: 0;
  font-size: 14px;
}

.mh-grid-blog.large-columns-4 .post-title {
	font-size: 16px !important;
	margin: 0 !important;
}

	/* Pagination */
.nav-pagination {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 15px 0 0 !important;
}

.nav-pagination>li {
  margin: 0 0.2em !important;
}

.nav-pagination>li>span,
.nav-pagination>li>a {
  font-weight: normal !important;
  border-width: 1px !important;
  border-color: #ddd;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	font-size: 14px;
}

.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover {
  color: #fff !important;
}

.mh-nav-pagination {
	display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0 0;
}

.mh-nav-pagination > a,
.mh-nav-pagination > span {
	display: block;
  height: 31px;
  line-height: 28px;
  text-align: center;
  width: 31px;
  font-size: 14px;
  padding: 0 7px;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.mh-nav-pagination > a:hover,
.mh-nav-pagination > span.current {
  border-color: var(--primary-color);
	background-color: var(--primary-color);
	color: #fff !important;
}

	/* Slider */
.mh-slider-arrow-top .flickity-button {
	top: -42px;
	bottom: auto;
	left: auto;
	border: 1px solid var(--primary-color);
	min-height: 26px;
	max-width: 30px;
	line-height: 26px;
}

.mh-slider-arrow-top .flickity-button:hover {
	background-color: var(--primary-color);
}

.mh-slider-arrow-top .flickity-button:hover::before {
	color: #fff;
}

.mh-slider-arrow-top .flickity-button svg {
	display: none;
}

.mh-slider-arrow-top .flickity-button.next {
	right: 15px;
}

.mh-slider-arrow-top .flickity-button.previous {
	right: 50px;
}

.mh-slider-arrow-top .flickity-button::before {
	font-size: 14px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: var(--primary-color);
}

.mh-slider-arrow-top .flickity-button.next::before {
	content: "\f054";
}

.mh-slider-arrow-top .flickity-button.previous::before {
	content: "\f053";
}

/**
 * Header
 */
/* Main */
body:not(.home) #header {
	margin: 0 0 15px;
}

/* Main */
#masthead .hide-for-medium.flex-right > .nav {
  flex-flow: initial;
}

#masthead .hide-for-medium.flex-right > .nav > .header-search-form {
  min-width: 320px;
}

#masthead .hide-for-medium.flex-right > .nav > .header-block {
	margin: 0;
}

#masthead .hide-for-medium.flex-right > .nav > .header-button-1 {
  min-width: 162px;
	margin-right: 0;
}

#masthead .hide-for-medium.flex-right .searchform input,
#masthead .hide-for-medium.flex-right .searchform button {
	border: 0;
	line-height: 32px;
	min-height: 32px;
}

#masthead .hide-for-medium.flex-right .searchform input {
	font-size: 14px;
  color: #fff;
  background-color: #666;
}

#masthead .hide-for-medium.flex-right .searchform input::placeholder {
	color: #aaaaaa;
}

#masthead .hide-for-medium.flex-right .searchform button {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

#masthead .hide-for-medium.flex-right .searchform button i {
	font-size: 22px;
}

#masthead .hide-for-medium.flex-right .mh-user-list {
	margin: 0;
}

#masthead .hide-for-medium.flex-right .header-button a {
	border: 0;
  padding: 0 10px;
  text-transform: initial;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  min-height: 30px;
  color: var(--primary-color);
  background-color: #fff;
  font-weight: 500;
}

#masthead .hide-for-medium.flex-right .header-button a::before {
	content: "\f044";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 3px;
  font-size: 16px;
}

#masthead .hide-for-medium.flex-right .header-button a:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

/* Bottom */
#wide-nav ul.header-nav > li.fas::before {
	color: #fff;
	position: absolute;
	top: -2px;
	left: 13px;
	line-height: 45px;
}

#wide-nav ul.header-nav > li.fas > a {
  padding-left: 35px;
}

/* Dropdown */
.nav-dropdown {
	border: 0;
}

.nav-dropdown>li>a {
	color: #333;
}

/**
 * Footer
 */
#footer .footer {
  padding: 40px 0 10px;
}

#footer .is-divider {
	display: none;
}

#footer .widget-title {
	display: block;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 17px;
}

#footer .menu li {
	border: 0;
}

#footer .menu li > a {
	font-size: 14px;
  display: block;
  padding: 3px 0;
	color: #e5e5e5;
}

#footer .menu li > a:hover {
	color: var(--primary-color);
}

#footer .menu li > a::before {
	content: "\f054";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	margin-right: 7px;
	font-size: 12px;
	color: var(--primary-color);
	position: relative;
	top: -1px;
	font-weight: 700;
}

.absolute-footer {
	padding: 18px 15px;
}

.absolute-footer p {
	margin: 0;
	color: #e5e5e5;
	font-size: 14px;
}

.absolute-footer a {
	color: var(--primary-color);
}

/**
 * Sidebar
 */
.widget-area span.widget-title {
	display: block;
	line-height: 30px;
	border-bottom: 1px solid var(--primary-color);
	margin: 0 0 10px;
}

.widget-area span.widget-title span {
	font-size: 16px;
  color: #fff;
  background: var(--primary-color);
  padding: 6px 8px;
}

.widget-area span.widget-title i {
	opacity: 1;
}

/**
 * Blog
 */
.blog-wrapper {
	padding-top: 15px;
}

.blog-wrapper > .row {
	max-width: 1160px !important;
}

.blog-wrapper > .row > .col {
  padding: 0 10px 20px;
}

.blog-wrapper .badge,
.blog-wrapper .is-divider {
	display: none;
}

/* Archive */
.blog-archive > .row > .large-9 > .row {
	margin-left: -7px;
	margin-right: -7px;
}

.blog-archive > .row > .large-9 > .row > .col {
  padding: 0 7px 16px;
}

.blog-archive .col.post-item .box-text {
	padding: 10px 5px;
	background-color: #f2f2f2;
}

.blog-archive .box-text-inner .post-title {
	font-size: 16px;
	margin: 0 0 5px;
	color: var(--primary-color);
	display: -webkit-box;
	max-height: 45px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	letter-spacing: 0px;
	text-transform: initial;
	font-weight: normal;
}

.blog-archive .box-text-inner .from_the_blog_excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}

.blog-archive a:hover .from_the_blog_excerpt {
	color: #333;
}

/* Single */
.blog-single article.post {
	margin-bottom: 0;
}

.blog-single .entry-header .entry-category {
	display: none;
}

.blog-single .entry-header .entry-title {
	font-weight: 500;
	margin: 0 0 10px;
}

.blog-single .entry-header .entry-meta,
.blog-single .entry-header .entry-meta a {
	font-size: 14px;
	text-transform: initial;
}

.blog-single .entry-header .entry-meta::before {
	content: "\f333";
	display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
	margin-right: 5px
}

.blog-share-box {
	background-color: #f7f7f7;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.blog-share-box  > span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.blog-share-box .social-icons > a {
	margin: 0 2px;
	border: 0;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.blog-share-box .social-icons > a i {
	top: 0;
	font-size: 13px;
}

.entry-content.single-page {
	padding: 0;
	text-align: justify;
}

.blog-single #comments {
	display: none;
}

.blog-tags-box > h5 {
	font-size: 16px;
	margin: 0 0 15px;
}

.blog-tags-box > ul {
	margin-bottom: 0;
}

.blog-tags-box > ul > li {
	display: inline-block;
  list-style: outside none none;
  margin-right: 15px;
}

.blog-tags-box > ul > li > a {
	background-color: #81b441;
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

/**
 * Post type: Re
 */
/* Archive */
.mh-location-desc {
	margin: 30px 0 0;
  border: 1px solid #dee2e6;
	padding: 16px;
	border-radius: .25rem;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-o-border-radius: .25rem;
}

/* Box re */
.mh-re-small .box-image .mh-map {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	background: var(--primary-color);
	color: #fff;
}

.mh-re-small .box-image .mh-price-re {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgb(138, 183, 79);
	font-size: 14px;
	line-height: 1;
	padding: 6px 12px;
	color: #fff;
	font-weight: 500;
}

.mh-re-small .box-text {
	background-color: #f2f2f2;
	padding: 5px;
}

.mh-re-small .box-text .re-title {
	margin: 0 0 5px;
}

.mh-re-small .box-text .re-title a {
	margin: 0;
	font-size: 14px;
	color: var(--primary-color);
	display: -webkit-box;
	min-height: 37px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
}

.mh-re-small .box-text .re-info span {
	margin-right: 7px;
	font-size: 13px;
}

.mh-re-small .box-text .mh-re-action {
	font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0 0;
}

.mh-re-small .box-text .mh-re-action .mh-re-detail a {
	margin: 0;
  text-transform: initial;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  min-height: 22px;
}

.mh-re-small .box-text .mh-re-action .mh-re-detail a i {
	font-size: 10px;
  position: relative;
  top: -2px;
}

.mh-box-re-vertical .box-text {
	vertical-align: top;
	background: #f2f2f2;
}

.mh-box-re-vertical .box-text .re-info {
	font-size: 15px;
}

.mh-box-re-vertical .box-text .re-info a {
	margin: 0;
	font-weight: bold;
}

.mh-box-re-vertical .box-text .name.re-title a {
	font-size: 17px;
  color: var(--primary-color);
  margin: 0 0 5px;
  font-weight: 600;
  max-width: 400px;
  display: -webkit-box;
  min-height: 37px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.mh-box-re-vertical .box-text .mh-price-re {
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(138, 183, 79);
	font-size: 14px;
	line-height: 1;
	padding: 6px 12px;
	color: #fff;
	font-weight: 500;
}

/* Single */
.mh-wrapper-re {
	border: 1px solid #dee2e6;
	margin: 0 0 15px;
}

.mh-wrapper-re .title-re {
	margin: 0;
	background-color: #E5F9E7;
	padding: 8px 16px;
	font-size: 14px;
}

.mh-wrapper-re .tab-panels {
	padding: 0;
}

.mh-wrapper-re .tab-panels iframe {
	width: 100%;
	min-height: 600px;
	border: 0;
}

.mh-wrapper-re .mh-slider-re img {
	width: 100%;
	height: auto;
}

.mh-wrapper-re .mh-nav-re {
	margin-top: 8px;
	overflow: hidden;
}

.mh-wrapper-re .mh-nav-re > .row > .flickity-viewport > .flickity-slider > .col {
	padding: 0 4px 8px;
}

.mh-wrapper-re .mh-nav-re > .row > .flickity-viewport > .flickity-slider > .col > .col-inner::before {
	content: ' ';
	background-color: rgba(0,0,0,.4);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.mh-wrapper-re .mh-nav-re > .row > .flickity-viewport > .flickity-slider > .col.is-selected > .col-inner::before {
	visibility: visible;
	opacity: 1;
}

.mh-wrapper-re .mh-tabs-re {
	background-color: #f8f9fa;
}

.mh-wrapper-re .mh-tabs-re > li {
	margin: 0;
}

.mh-wrapper-re .mh-tabs-re > li > a {
	color: #6c757d;
  padding: 8px 16px;
  font-size: 14px;
}

.mh-wrapper-re .mh-tabs-re > li.active > a {
	color: #fff;
	background-color: var(--primary-color);
}

.mh-wrapper-re .mh-box-cat {
	background-color: #E5F9E7;
  margin: 8px 0 0;
}

.mh-wrapper-re .mh-box-cat > a {
	padding: 8px;
  color: #337ab7;
	display: inline-block;
}

.mh-wrapper-re .mh-box-cat .box-price {
	font-size: 18px;
  color: #fff;
  background: var(--primary-color);
  padding: 0 15px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 39px;
  min-height: 39px;
}

.mh-wrapper-re .mh-box-cat .box-price::before {
	content: ' ';
	display: block;
	border-right: 1rem solid var(--primary-color);
	border-top: 1.22rem solid transparent;
	border-bottom: 1.22rem solid transparent;
	position: absolute;
	z-index: 10;
	right: 100%;
}

.mh-wrapper-re .mh-box-cat .box-price sup {
	position: absolute;
	font-size: 11px;
	top: -5px;
}

.personalInfo {
    margin-bottom: 15px;
}

.personalInfo .icon-box-img img {
    width: 80px;
    height: 80px;
    padding-top: 0;
}

.callme {
    background: #f3f3f3;
    display: inline-block;
    padding: 5px 15px;   
    font-weight: bold;
	font-size: 16px;
}

.callme a {
	color: #ff0000;
}

.iam {
	font-size: 16px;
	color: #81b341;
}

.mh-wrapper-re .mh-box-content {
	padding: 16px;
}

.mh-wrapper-re .mh-box-content .mh-table-re {
	border: 1px solid #dee2e6;
}

.mh-wrapper-re .mh-box-content .mh-table-re > .col::before {
	border-color: #dee2e6;
}

.mh-wrapper-re .mh-box-content .mh-table-re > .col > .col-inner {
	padding: 8px;
}

.mh-wrapper-re .mh-box-content .address-re i,
.mh-wrapper-re .mh-box-content .mh-table-re > .col > .col-inner i {
	margin-right: 5px;
}

.mh-wrapper-re .mh-box-content .address-re {
	padding: 0 0 4px;
	margin: 16px 0;
	border-bottom: 1px solid #dee2e6;
}

.mh-wrapper-re .blog-share-box {
	margin-bottom: 0;
}

.mh-related-re .mh-title-label {
	margin-bottom: 0;
}

.mh-related-re .mh-title-label .section-title-main a {
	font-size: 18px;
}

/**
 * Sidebar
 */
.widget-area .is-divider {
	display: none;
}

/* Menu */
.widget-area ul.menu li {
	border-color: #e5e5e5;
}

.widget-area ul.menu li a {
  width: 100%;
	color: var(--primary-color);
}

.widget-area ul.menu li a i {
	font-size: 12px;
  margin-right: 3px;
}

/* Blog */
.mh-vertical-blog .col.post-item > .col-inner {
  border-bottom: 1px solid #e5e5e5;
}

.mh-vertical-blog .box-text-inner .post-title {
	margin: 0;
	font-size: 13px;
	color: var(--primary-color);
	display: -webkit-box;
	min-height: 34px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	font-weight: 400;
}

/* Search */
.mh-aside-advanced-search input,
.mh-aside-advanced-search select,
.mh-aside-advanced-search button {
	margin: 0;
	line-height: 36px;
	min-height: 38px;
	width: 100%;
}

.mh-aside-advanced-search button {
	color: #fff;
}

.mh-aside-advanced-search .demand-radios {
	display: flex;
	flex-direction: row;
}

.mh-aside-advanced-search .demand-radios .demand-radio {
	width: 50%;
}

/**
 * Search advanced
 */
.mh-advanced-search {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 20px 0;
}

.mh-advanced-search .notice {
	font-size: 20px;
	font-weight: bold;
}

.mh-advanced-search input,
.mh-advanced-search select,
.mh-advanced-search button {
	margin: 0;
	width: 100%;
	line-height: 38px;
	min-height: 38px;
}

.mh-advanced-search input,
.mh-advanced-search select {
	border: 1px solid #ced4da;
  color: #495057;
}

.mh-advanced-search button {
	border: 0;
}

.mh-search-type {
	display: flex;
}

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

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

.demand-radio .name {
	background-color: #fff;
	color: #81b341;
	border: 1px solid #81b341;
	text-align: center;
	display: block;
	min-width: 8.75rem;
	padding: 8px;
	font-size: 14px;
}

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

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

/**
 * Login
 */
.modal-login .form-title {
	font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}

.modal-login form {
	margin: 0;
}

.modal-login form button i {
	margin-left: 5px !important;
	position: relative;
	top: -2px;
	font-size: 13px;
	opacity: 1;
}

.modal-login form input,
.modal-login form button {
	line-height: 38px;
	min-height: 38px;
	width: 100%;
}

.modal-login form button {
	border: 0;
	font-weight: 500;
	color: #fff;
	border-width: 1px !important;
}

.modal-login form button.btn-primary:hover {
	background-color: #81b341 !important;
}

.modal-login .forgot-password button {
	margin: 0 0 5px;
	font-size: 15px;
	color: var(--primary-color) !important;
	text-transform: initial;
	padding: 0;
	border: 0;
	font-weight: 500;
}

.modal-login .forgot-password-form {
	display: none;
}

.modal-login .forgot-password-form.show {
	display: block;
}

/**
 * Ajax
 */
.before-ajax {
  display: none !important;
}

.spinner.before-ajax {
  display: block !important;
}

.spinner {
  display: none;
  margin: 15px auto 10px;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 13px;
  height: 13px;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* ===== Page ===== */
/**
 * Global
 */

/**
 * Page: Liên hệ
 */
.mh-col-contact .wpcf7-form label {
  margin: 0;
}

.mh-col-contact .wpcf7-form label > span:nth-child(1) {
  font-weight: normal;
  font-size: 14px;
}

.mh-col-contact .wpcf7-form input {
  margin: 0 0 13px;
}


/**
 * Page: Tài khoản
 */
/* Nav user */
.mh-nav-user {
  margin: 20px 0 0;
}

.mh-nav-user > li {
  margin-left: 0 !important;
}

.mh-nav-user > li a {
  font-size: 14px;
  font-weight: normal !important;
  color: #333;
  background-color: #ddd;
  padding: 5px 20px;
}

.mh-nav-user > li a i {
  margin-right: 5px;
  position: relative;
  font-size: 18px;
  top: -2px;
}

.mh-nav-user > li.current-menu-item a {
  background-color: var(--primary-color);
  color: #fff;
}

/* Form */
span.required {
  color: #f00;
}

.form-group label {
  font-size: 14px;
  font-weight: normal;
}

.form-group input,
.form-group select {
  line-height: 36px;
  min-height: 38px;
  border-color: #ced4da;
  color: #495057;
}

.form-group .btn {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  min-height: 36px;
}

.form-group .input-group {
  position: relative;
}

.form-group .input-group .input-group-prepend {
  position: absolute;
  top: 0;
  right: 0;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  line-height: 36px;
  font-size: 14px;
  padding: 0 10px;
}

.form-group .input-group .input-group-prepend sup {
  position: absolute;
  top: -5px;
  font-size: 10px;
}

/* Login - Change pass */
.form-login .form-group .btn,
.form-register .form-group .btn {
  margin-bottom: 15px;
}

/* List post */
td {
  color: #000;
  vertical-align: top;
}

.table-list-post thead th {
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.table-list-post tbody > tr:nth-child(2n+1) {
  background-color: rgba(0,0,0,.05);
}

.table-list-post th,
.table-list-post td {
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  text-transform: initial;
  border-color: #dee2e6;
}

.table-list-post td.re-name a {
  color: var(--primary-color);
}

.table-list-post td i {
  font-size: 20px;
}

.table-list-post td .fa-ellipsis-h {
  color: #165699;
}

.table-list-post td .fa-check-circle {
  color: #28a745;
  font-size: 21px;
}

.table-list-post td .fa-edit {
  color: #ffc107;
}

.table-list-post td .fa-times-circle {
  color: #dc3545;
}

.table-list-post td.action-post a {
  display: inline-block;
  margin: 0 3px;
}

/* Post re */
.form-post .form-group input,
.form-post .form-group select {
  margin: 0;
}

.form-post .form-group .form-upload {
  background-color: #f8f9fa;
  padding: 25px;
}

.form-post .form-group .form-upload .btn {
  background-color: #EA7A2A;
  border-color: #EA7A2A;
  max-width: 130px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.form-post .form-group .form-upload .btn i {
  font-size: 17px;
  margin-right: 5px;
}

.form-post .form-group .form-upload .images .close {
  position: absolute;
  top: -13px;
  right: 2px;
  color: #165699;
  font-size: 17px;
}

.form-post .form-group .form-upload .images .close.before {
  animation: rotate 3s linear infinite;
  font-size: 15px;
}

@keyframes rotate{
  100%{
    transform: rotate(360deg);
  }
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
  /* Breadcrumbs */
  .mh-breadcrumbs ul > li:last-child::before {
    display: none;
  }

/* Menu */
  .off-canvas .nav-vertical li.fas::before {
    display: none;
  }

/* Homepage */
  .mh-grid-blog > .col:nth-child(1) .large-columns-1 > .col.post-item {
    padding-bottom: 0;
  }

  .box-vertical.box-blog-post {
    display: flex;
    flex-direction: row;
  }

  .box-vertical.box-blog-post .box-image {
    width: 30% !important;
  }

  .box-vertical.box-blog-post .box-text {
    width: 70% !important;
    padding: 0 0 0 10px;
  }

  .box-vertical.box-blog-post .box-text .post-title,
  .box-vertical.box-blog-post .box-text .from_the_blog_excerpt {
    line-height: 1.3;
  }

/* Re box list */
  .mh-box-re-vertical {
    display: flex;
    flex-direction: column;
  }

  .mh-box-re-vertical .box-image {
    width: 100% !important;
  }

  .mh-box-re-vertical .box-text {
    padding: 10px;
  }

  .mh-box-re-vertical .box-text .mh-price-re {
    bottom: 0;
    top: auto;
  }

/* Box re */
  .mh-re-small .box-text .re-title a {
    font-size: 17px;
    font-weight: 600;
  }

/* Widget blog */
  .mh-vertical-blog .box-text-inner .post-title {
    font-weight: 600;
  }

/* Page: User */
  .mh-nav-user > li {
    margin-bottom: 8px;
  }

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {
  /* Widget blog */
  .mh-vertical-blog .box-text-inner .post-title {
    font-size: 17px;
  }

  .mh-vertical-blog .box-text {
    padding: 20px !important;
  }

  /* Page: Danh sách tin đăng */
  .mh-col-thumbnail {
    width: 5%;
  }

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Post tye: Re */
  .mh-wrapper-re .mh-box-cat .box-price {
    position: relative;
  }

/* Search advanced */
  .demand-radio {
    width: 50%;
  }

  .demand-radio .name {
    min-width: auto;
  }

  .mh-advanced-search input,
  .mh-advanced-search select,
  .mh-advanced-search button {
    line-height: 35px;
    max-height: 35px;
    min-height: 35px;
  }

/* Widget blog */
  .mh-vertical-blog .box-text-inner .post-title {
    font-size: 15px;
  }

}

@media only screen and (max-width: 320px) {

}
