/*
Theme Name: BatDongSan29
Theme URI: https://muatheme.com/san-pham/theme-wordpress-du-an-bat-dong-san-dep-mau-so-29/
Author: MuaTheme.com
Author URI: https://muatheme.com
Description: Theme Wordpress bat dong san 29
Template: flatsome
Version: 1.0.1
*/

/**
* Global
*/
p {
	margin-bottom: 10px;
}

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

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

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

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

.mh-font-size-x-large {
	font-size: 25px !important;
}

.mh-font-size-large {
	font-size: 22px;
}

.mh-font-size-normal {
	font-size: 19px !important;
}

.mh-font-size-small {
	font-size: 17px !important;
}

.mh-font-small {
	font-size: 14px;
}

.mh-font-normal {
	font-weight: normal !important;
}

.mh-font-bold {
	font-weight: bold;
}

.mh-font-italic {
	font-style: italic;
}

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

/*
.mh-color-secondary {
	color: #042e37 !important;
}

.mh-background-success {
	background-color: #e5c71f !important;
}
*/

.mh-text-justify {
	text-align: justify;
}

.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 Free";
	font-weight: 900;
	margin-right: 7px;
}


.mh-home::before,
.mh-home::after,
.menu-item-home a::before,
.menu-item-home a::after {
	content: "\f015";
}

.mh-map::before,
.menu-item-map a::before {
	content: "\f3c5";
}

.mh-hotline::before,
.menu-item-hotline a::before {
	content: "\f2a0";
}

.mh-phone::before,
.menu-item-phone a::before {
	content: "\f3cd";
}

.mh-mail::before,
.menu-item-mail a::before {
	content: "\f2b6";
}

.mh-flex-row {
	display: flex !important;
	flex-direction: row;
}

.mh-list {
	list-style-type: none;
}

.mh-list > li {
	margin: 0;
}

/* Form */
.wpcf7-form {
	margin-bottom: 0;
}

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

.mh-form-2-col,
.mh-form-3-col {
	justify-content: space-between;
	align-items: flex-start;
}

.mh-form-2-col > label,
.mh-form-2-col > div {
	flex-basis: 49%;
}

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

.mh-section-color::before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    background: -webkit-linear-gradient(45deg,#fc4a1a,#fccf31);
    background: -o-linear-gradient(45deg,#fc4a1a 0,#fccf31 100%);
    background: linear-gradient(45deg,#fc4a1a,#fccf31);
    opacity: .8;
    z-index: 1;
}

.mh-col-text-large p {
	font-size: 18px;
}

.row-divided>.col+.col:not(.large-12) {
    border-color: #d8d8d8;
}

	/* Slider */
.mh-slider-custom-arrow .flickity-button {
	background-color: rgba(0,0,0,.7);
	max-height: 50px;
	min-width: 50px;
	margin: 0 !important;
}

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

.mh-slider-custom-arrow .flickity-button.previous::before,
.mh-slider-custom-arrow .flickity-button.next::before {
	content: '';
	height: 15px;
	width: 15px;
	display: block;
	transform: translate(0,-50%) rotate(45deg);
	-moz-transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-o-transform: translate(0,-50%) rotate(45deg);
	z-index: 2;
	margin: auto;
	position: absolute;
}

.mh-slider-custom-arrow .flickity-button.previous::before {
	left: 20px;
}

.mh-slider-custom-arrow .flickity-button.next::before {
	right: 20px;
}

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

.mh-slider-custom-arrow .flickity-button.previous::before {
	border-bottom: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
}

.mh-slider-custom-arrow .flickity-button.next::before {
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
}

	/* Button */
.mh-button-italic {
	border: 0;
	font-weight: normal;
	text-transform: initial;
	font-style: italic;
	font-size: 17px;
}

.mh-button-italic::before {
	height: 1px !important;
	opacity: 1 !important;
}
	
	/* Section */
.mh-bg-section > .bg {
	background-position: 0 0;
	background-repeat: repeat !important;
	background-size: auto !important;
}

	/* 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.center .section-title-main {
	text-align: center;
}

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

.mh-title-simple.light .section-title,
.mh-title-simple.light .section-title-main {
	font-weight: 300;
	line-height: 1.2;
}

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

.mh-title-simple.color .section-title-main {
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(45deg,#ffcb05,#d6202b);
	background: -o-linear-gradient(45deg,#ffcb05,#d6202b);
	background: linear-gradient(45deg,#ffcb05,#d6202b);
}

	/* Icon */
.mh-box-icon-line {
	align-items: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffb401;
}

.mh-box-icon-line .icon-box-text {
	padding-left: 8px !important;
}

.mh-box-icon-line .icon-box-text .uppercase {
	text-transform: initial;
	color: #ffb401;
    font-weight: 500;
}
	
/**
 * Block: Page title
 */
.mh-page-title {
  background-color: transparent !important;
}

.mh-page-title .page-title-inner {
	padding: 0;
}

.mh-page-title .title-content {
  display: none;
}

.mh-page-title .entry-title {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 40px;
}

/**
 * Header
 */
/* Logo */
#logo > a > img {
	max-height: 100px;
	position: absolute;
	top: 0;
}

/* Menu */
#masthead .flex-col.flex-left .header-nav > li > a::before {
	height: 2px;
	bottom: 5px;
}

#masthead .flex-col.flex-left .header-nav > li.mh-home > a {
    display: inline-block;
	overflow: hidden;
	text-indent: -95px;
	padding-left: 5px;
	padding-top: 15px;
	text-align: center;
	color: #ed1e24;
}

#masthead .flex-col.flex-left .header-nav > li.mh-home > a::before {
	bottom: 10px;
}

#masthead .flex-col.flex-left .header-nav > li.mh-home > a::after {
    text-indent: 0;
    margin: 0;
}

#masthead .flex-col.flex-right .header-nav li.html > a::before {
	display: none;
}

#masthead .flex-col.flex-right .header-nav li.html > a {
    color: #ed1e24;
    font-size: 16px;
    font-weight: bold;
}

#masthead .flex-col.flex-right .header-nav li.html > a i {
	font-size: 13px;
    color: #ed1e24 !important;
    margin-right: 10px;
}

#masthead .flex-col.flex-right .header-nav li.header-search .header-button a {
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	background-color: #ed1e24 !important;
	-webkit-transition: .25s cubic-bezier(.4,0,.2,1);
    -o-transition: .25s cubic-bezier(.4,0,.2,1);
    transition: .25s cubic-bezier(.4,0,.2,1);
}

#masthead .flex-col.flex-right .header-nav li {
	margin: 0 40px;
}

#masthead .flex-col.flex-right .header-nav li.header-search .header-button a:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	background-color: #e07e27 !important;
	border-radius: .5rem;
	-moz-border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-o-border-radius: .5rem;
}

#masthead .flex-col.flex-right .header-nav li.header-search .header-button a i {
	font-size: 12px !important;
}

/* Sticky */
#header.has-sticky .header-bg-color {
	background-color: #fff;
}

/**
 * Blog
 */
/* Global */
.blog-wrapper > .row {
    max-width: 1330px;
}

.blog-wrapper.blog-archive > .row > .col {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.blog-wrapper {
	padding-top: 70px;
}

.blog-wrapper > .row > .col > .row {
	margin: 0;
}


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

/* Widget */
.mh-blog .box-text-inner button.button {
	margin: 0;
	border: 0;
	font-weight: normal;
	text-transform: initial;
	font-style: italic;
	font-size: 17px;
}

.mh-blog .box-text-inner .post-title {
	margin: 0 0 5px;
}

.mh-blog .box-text-inner button.button::before {
	height: 1px !important;
	opacity: 1 !important;
}

.mh-blog button.button:hover  {
	color: #ffcb05 !important;
}


/* Archive */
.archive-page-header .page-title {
	text-transform: initial;
	-webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(45deg,#ffcb05,#d6202b);
    background: -o-linear-gradient(45deg,#ffcb05,#d6202b);
    background: linear-gradient(45deg,#ffcb05,#d6202b);
    font-size: 45px;
    font-weight: 200;
    letter-spacing: -2px;
    line-height: 55px;
}

.blog-archive .col.post-item p.from_the_blog_excerpt {
    display: none;
}

.col.post-item .post-title a {
    line-height: 1.5 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.col.post-item .box-text a.button.is-link.is-small.mb-0 {
    color: #999;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: under;
    text-transform: none;
    margin: 0;
}
.col.post-item:hover a {
    color: #e07e27 !important;
}

.post-item .overlay {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    background: linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    height: 50%;
    bottom: 0;
    background-color: transparent !important;
    top: auto;
}


.col.post-item .box-text:before {
    content: "";
    width: 36px;
    height: 1px;
    margin: 20px auto 12px;
    border: 1px dashed #eee;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -17px;
}


.blog-archive .box-text-inner .post-title:hover {
	color: var(--primary-color);
}

.blog-archive .box-text-inner .post-meta,
.blog-archive .box-text-inner .from_the_blog_excerpt {
	font-size: 14px;
	opacity: 1;
}

.blog-archive .box-text-inner .mh-post-meta::before {
	content: "\f073";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	margin-right: 7px;
}

.col.post-item .box-text {
	padding: 25px 0;
}
.col.post-item .box.box-overlay .box-text:before {
    display: none;
}
.col.post-item .box.box-overlay .box-text .post-title a {
    height: auto;
    max-height: 48px;
    color: #fff;
    margin: 0;
}
.col.post-item .box-overlay .box-text {
    padding: 20px 10px;
}
.custom_post > .col {
    padding-bottom: 0;
}
/* Single */
.blog-single .entry-header .entry-category {
	display: none;
}

.blog-single .entry-header .entry-header-text {
	padding-bottom: 0;
}

.blog-single .entry-header .entry-title {
	margin-bottom: 0;
	font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}


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

.blog-single .blog-share .social-icons {
	margin: 50px 0 0;
}


/**
 * Footer
 */
/* Main */
.mh-footer-col p,
.mh-footer-col li,
.mh-footer-col span {
	font-weight: 100;
} 

.mh-footer-col ul {
	list-style-type: none;
}

.mh-footer-col ul,
.mh-footer-col p {
	margin: 0;
}

.mh-footer-col ul li {
	margin-left: 0;
}

.mh-footer-col ul li i {
	font-size: 14px;
	margin-right: 10px;
}

.mh-footer-col .wpcf7-form .mh-input {
    padding: 8px;
    border: 1px solid #8b8b8b;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    color: #333;
    font-size: 15px;
}

.mh-footer-col .wpcf7-form input.mh-input {
	min-height: 45px;
}

.mh-footer-col .wpcf7-form textarea.mh-input {
    min-height: 177px;
}

.mh-footer-col .wpcf7-form p {
	font-size: 14px;
	margin-bottom: 20px;
}

.mh-footer-col .wpcf7-form .mh-submit {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 16px;
	min-width: 200px;
    min-height: 48px;
    background-color: transparent !important; 
    font-weight: normal;
    margin: 0;
}

.mh-footer-col .wpcf7-form .mh-submit:hover {
	color: #fff;
	background-color: var(--primary-color) !important;
}

/* Bottom */
.mh-footer-bottom {
	background: -webkit-linear-gradient(315deg,#ffcb05,#da2128 50%,#b61b54);
	background: -o-linear-gradient(315deg,#ffcb05 0,#da2128 50%,#b61b54 100%);
	background: linear-gradient(135deg,#ffcb05,#da2128 50%,#b61b54);
}

.mh-footer-bottom .social-icons a {
	margin: 0 15px;
}

.absolute-footer {
	display: none;
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Tiện ích ... */
.mh-icon-services .icon-box-img {
	margin-bottom: 20px;
}

.mh-icon-services .icon-box-text {
	font-size: 14px;
    font-weight: 600;
}

/**
 * Page: Liên hệ
 */
.mh-col-contact p,
.mh-col-contact li {
	font-weight: 100;
} 

.mh-col-contact ul {
	list-style-type: none;
}

.mh-col-contact ul,
.mh-col-contact p {
	margin: 0;
}

.mh-col-contact ul li {
	margin-left: 0;
}

.mh-col-contact ul li i {
	font-size: 14px;
	margin-right: 10px;
	color: #e07e27;
}

.mh-col-contact .social-icons a {
	border-width: 1px;
}

.mh-col-contact .social-icons a i {
	top: 0;	
	font-size: 14px;
}

.mh-box-contact .text-inner > p {
	font-size: 16px;
}

.mh-box-contact .wpcf7-form .mh-input {
	border-color: #fff;
	background-color: transparent;
}

.mh-box-contact .wpcf7-form label {
	text-align: left;
}

.mh-box-contact .wpcf7-form label > span:nth-child(1) {
	text-transform: uppercase;
	font-weight: 100;
}

.mh-box-contact .wpcf7-form .mh-input {
	color: #fff;
	font-weight: normal;
}

.mh-box-contact .wpcf7-form input.mh-input {
	min-height: 45px;
}

.mh-box-contact .wpcf7-form textarea.mh-input {
	min-height: 220px;
}

.mh-box-contact .wpcf7-form .mh-form-submit {
	text-align: center !important;
}

.mh-box-contact .wpcf7-form .mh-submit {
	margin: 0;
	min-width: 200px;
	min-height: 50px;
	border: 0;
	font-weight: normal;
	background-color: #ffcb05;
}

.mh-row-contact-box {
	position: relative;
	z-index: 1;
}

.mh-row-map {
	margin-top: -400px;
}

/**
 * Page: Giới thiệu
 */
.mh-icon-introduce {
	align-items: center;
}

.mh-icon-introduce .icon-box-img {
    height: 50px;
    padding: 10.5px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}

.mh-icon-introduce .icon-box-img img {
	padding: 0;
}

.mh-icon-introduce .icon-box-text {
	padding-left: 25px !important;
	font-size: 14px;
}

.mh-icon-introduce .icon-box-text h5 {
    font-weight: 400;
}

.mh-icon-introduce .icon-box-text p {
    font-weight: 600;
    font-size: 14px;
}

.mh-col-introduce .img img {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}

/**
 * Page: Mặt bằng
 */
.mh-item-location {
	font-size: 14px;
}

.mh-item-location {
	-webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.mh-item-location .number,
.mh-item-location .title {
	-webkit-transition: .25s cubic-bezier(.4,0,.2,1);
    -o-transition: .25s cubic-bezier(.4,0,.2,1);
    transition: .25s cubic-bezier(.4,0,.2,1);
}

.mh-item-location .number {
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 35px;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    color: #ffcb05;
}

.mh-item-location .title {
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 calc(100% - 35px);
    align-items: center;
    height: 35px;
    padding: 0 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.mh-item-location:hover {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
    background-color: #fff;
}

.mh-item-location:hover .number {
	background: -webkit-linear-gradient(45deg,#ed1e24,#ffcb05);
	background: -o-linear-gradient(45deg,#ed1e24 0,#ffcb05 100%);
	background: linear-gradient(45deg,#ed1e24,#ffcb05);
	color: #fff;
}

.mh-item-location:hover .title {
    color: #e07e27;
}

.mh-col-utilities p {
	color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

/* ===== Responsive ===== */



/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Header */
	#main-menu .nav-sidebar > li::before,
	#main-menu .nav-sidebar > li::after,
	#main-menu .nav-sidebar > li > a::before,
	#main-menu .nav-sidebar > li > a::after {
		display: none;
	}

/* Page: Contact */
	.mh-row-map {
		margin-top: 0;
	}

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Global */
	.mh-form-2-col,
	.mh-form-3-col {
		flex-direction: column;

	}

	.mh-form-2-col > label, 
	.mh-form-2-col > div {
	    width: 100%;
	}

/* Page: Liên hệ */
	.mh-box-contact .wpcf7-form .mh-submit,
	.mh-box-contact .wpcf7-form label > span:nth-child(1) {
		font-size: 15px;
	}

}

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

}

.relatedcat {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}