/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import "fonts/font-awesome/css/font-awesome.min.css"; 

@font-face {
	font-family: "arial";
	src: url("fonts/ArialCE.ttf");
}
/* -------------------Edit screen desktop This Here -author: Namm Maxweb ----------------------- */
:root{
	--do:#ee2b27;
}
body{
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat;
	background-attachment: scroll;
}
b, strong{
	font-weight:bold;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--do) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/07/top.png) var(--do);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
}
/* header */
.header-nav-main > li > a{
	text-transform:uppercase;
}

.nav>li{
	margin: 0 15px;
}
.nav > li > a {
	font-weight: 400 !important;
	font-size: 16px;
}
.nav-dropdown>li>a{
	padding: 8px 20px;
}
.nav-dropdown>li.nav-dropdown-col{
	display:block
}
.nav-dropdown{
	border: none;
	padding:0;
	box-shadow: none;
	min-width: 250px !important;
	background: #f1f1f1;
}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{
	font-weight:normal !important;
	text-transform:none !important;
	font-size:15px;
	font-weight:500
}
.nav-dropdown .nav-dropdown-col>ul li:hover{
	background:#db0000
}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{
	color: #666;
}
.nav-dropdown-default>li:hover{
	background: #ddd;
}
.nav-dropdown-default>li>a{
	border-bottom:0 !important
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before{
	display: none;
}
.nav-dropdown .nav-dropdown-col>ul{
	border: 1px solid #d2d2d2;
	margin-top:-40px;
	box-shadow: 2px 2px 5px #828282;
	display:none;position: absolute;
	left: 100%;z-index: 9;
	background: white;min-width: 240px;
}
.nav-dropdown>li.nav-dropdown-col{
	width:100%;border-right:0
}
.nav-dropdown .nav-dropdown-col>ul li a{
	padding:10px;
	text-transform: none;color:black
}
.header-nav li.nav-dropdown-col:hover >ul{
	display:block !important;
}
.title-home h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #43454d;
}
.title-home h3 span{
	color: #fb6b26;
}
.slide-header{
	position: relative !important;
}
.woof_redraw_zone {

}
.woof_redraw_zone :is(select,input[type=search]){
	height:45px;
	box-shadow:none !important;
	margin:0;
	opacity:1 !important;
}
.woof_redraw_zone .woof_container.woof_text_search_container{
	margin-bottom:10px !important;
}
.woof_redraw_zone .woof_container {
	padding:0;
	margin:0;
}
.woof_redraw_zone .woof_block_html_items select{
	margin-bottom:10px;
}

/*------------------------- filter-search------------------------ */
.chosen-container {
	width: 100% !important;
}
.filter-homes .woof{
	margin-bottom:45px;
}
.filter-homes .woof_redraw_zone{
	display:flex;
	flex-wrap:wrap;
}
.filter-homes .woof_redraw_zone .woof_container{
	width:25%;
	flex-shrink:0;
}
.filter-homes .woof_redraw_zone .woof_container.woof_text_search_container{
	width:75%;
}
.filter-homes .woof_redraw_zone .woof_container.woof_container_tinh_thanh_pho {
	width:50%;
}
.filter-homes .woof_redraw_zone .woof_container.woof_container_tinh_thanh_pho .woof_block_html_items{
	display:flex;
	flex-wrap:wrap;
}
.filter-homes .woof_redraw_zone .woof_container.woof_container_tinh_thanh_pho .woof_block_html_items select{
	width:50%;
}
.filter-homes .woof_redraw_zone .woof_submit_search_form_container{
	width:100%;
	margin:0;
	text-align:center;
}
.filter-homes .woof_redraw_zone .woof_submit_search_form_container button{
	width:25%;
	margin:0 auto;
	height:45px;
	font-size:16px;
	font-weight:600;
}
.filter-homes h1 {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}




.chosen-container-single .chosen-single div b:after {
	content: "\f107";
	font-family: FontAwesome;
}
.chosen-container-single .chosen-single div b{
	background: unset!important;
	font-size: 16px;
}

.txt-search-info {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.search-filter {
	font-size: 16px;
}
/* -------------------filter-search.end------------------------ */
.item-col-search .icon{
	background: rgba(0,0,0,.4);
	padding: 30px 10px;
	border: 1px #565d61 dashed;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.item-col-search:hover .icon{
	background-color: var(--primary-color);
}
.item-col-search:hover h4{
	color: var(--primary-color);
}
.search-form-designs{
	display: flex;
}
.search-form-designs h4{
	text-align: center;
	color: #fff;
	font-size: 14px;
} 
.item-col-search {
	padding: 20px;
}
.item-col-search img{
	margin: auto;
	display: block;
	width: 90px;
	max-height: 64px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);

}
.tab-products-news .nav .active a {
	color: var(--do) !important;
	border: 1px solid var(--do);
}
.tab-products-news .tab a{
	background-color: #fff;
	padding: 2px 10px !important;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
}
.product-tab-right{
	position: relative;
}
.product-tab-left{
	position: absolute;
}
.tab-products-news .tab-panels{
	margin-top: 45px;
}
.product .product-title{
	font-size: 16px;
	font-weight: 600;
	padding: 0 15px;
}
.none-option{
	display: none;
}
.thong-tin .diachi:before{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	content: "\f041";
	font-family: fontawesome;
	color: var(--primary-color);
	font-size: 17px;
	text-align: center;
	margin-right: 5px;
}
.thong-tin .giasp:before{
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: #0a852b;
	content: "\f217";
	font-family: fontawesome;
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin-right: 5px;
}
.product-item p:before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.product-item .giuongngu:before{
	background: url("/wp-content/uploads/2020/06/ped.png");
	background-size: cover;
}
.product-item .phongtam:before{
	background: url("/wp-content/uploads/2020/06/bath.png");
	background-size: cover;
}
.product-item .dientich:before{
	background: url("/wp-content/uploads/2020/06/square.png");
	background-size: cover;
}
.product-item{
	display: flex;
	justify-content: center;
	margin-top: 10px;
	border-top: 1px solid #e8e8e8;
}
.product-item p{
	padding: 5px 30px;
}
.thong-tin p{
	font-size: 14px;
	color: #989898;
	white-space: nowrap;
	margin: 0px !important;
}
.thong-tin .giasp span{
	font-size: 20px;
	font-weight: 700;
	color: #0a852b;
}
.product .box-text {
	background: #fff;
	padding: 15px 0px 0;
}
.product .col-inner{
	border-bottom: dashed 1px #ebebeb;
	position: relative;
}
.thong-tin span{
	height: 30px;
	line-height: 30px;
}
.product-item .giuongngu, .product-item  .phongtam{
	border-right: 1px solid #ebebeb;
}
.product .box-image {
	max-height: 250px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.thong-tin .diachi{
	padding: 5px 10px;
}
.thong-tin .giasp{
	padding: 0 10px;
}
.ban:before {
	content: "Bán";
}
.loaihinh {
	position: absolute;
	top: -140%;
	color: #fff;
	font-size: 12px;
	padding-left: 15px;
}
.ban:before {
	content: "Bán";
	background: #5277a3;
	padding: 8px 15px;
	border-radius: 60px;
}
.ban_hoac_thue:before{
	content: "Bán";
	background: #5277a3;
	padding: 8px 15px;
	border-radius: 60px;
}
.ban_hoac_thue:after{
	content: "Cho Thuê";
	background: #fb6b26;
	padding: 8px 15px;
	border-radius: 60px;
}
.cho_thue:before{
	content: "Cho Thuê";
	background: #fb6b26;
	padding: 10px 15px;
	border-radius: 60px;
}
.headline-tb{
	font-size: 30px!important;
	font-weight: 700!important;
	line-height: 1.25!important;
	color: #fff!important;
}
.section-about .icon-box-img .icon{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
}
.section-about .icon-box-img .icon img{
	padding: 0px!important;
}
.box-about {
	text-align: center;
}
.box-about .box-image img {
	width: 120px!important;
	height: 120px!important;
	border-radius: 100%;
	object-fit: cover;
	object-position: top center;
}
.said-about {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.said-name {
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 14px;
}
.section-about .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
	display: none !important;
}
.section-about .box-about{
	background-color: #f4f4f4;
	padding: 20px 10px;
	border-radius: 10px;
}
.section-about .box-about:hover{
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.35);
	box-shadow: 0 1px 7px rgba(0,0,0,.35);
}
.form-register{
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.form-register, .cnt-register > p{
	display: flex;
	align-items: center;
	position:relative;
}
.title-register, .cnt-register{
	width: 50%;
}
.title-register h2{
	font-size: 38px;
	font-weight: 700;
	color: #0c0c0c;
	margin: 0;
	padding: 0;
	line-height: 38px;
	margin-bottom: 10px;
}
.home-desc{
	color: #333;
}
.cnt-register .wpcf7-text {
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 45px;
	border: solid 1px #fff;
	padding-left: 30px;
	padding-right: 200px;
	-webkit-box-shadow: 0 0 15px 0 #eee;
	box-shadow: 0 0 15px 0 #eee;
	width: 100%;
	margin: 0px !important;
}
.form-register .cnt-register input[type="submit"]{
	padding: 0 20px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border: none;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	color: #fff;
	border-radius: 45px;
	position: absolute;
	z-index: 1;
	right: 0;
	-webkit-box-shadow: 0 0 15px 0 #eee;
	box-shadow: 0 0 15px 0 #eee;
	margin:0;
}
.title-footer h3{
	font-size: 16px;
	line-height: 33px;
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid #555;
}
.title-footer h3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	z-index: 1;
	border-bottom: 1px solid var(--do);
}
.txt-footer {
	padding-top: 10px;
}
.txt-footer ul li{
	list-style: none;
	margin: 0px !important;
}
.align-right .title-footer h3:before{
	right: 0 !important;
	left: unset;
}
.section-register .col{
	padding: 0 15px 0px;
}
.section-register .wpcf7-form{
	margin-bottom: 0px !important;
}
.box-blog-post .is-divider{
	display: none;
}
.box-blog-post .box-text{
	padding: 0 15px;
	border: solid 1px #ebebeb;
	position: relative;
}
.box-blog-post .box-text .blog-post-inner .plain{
	display: flex;
	flex-direction: column;
}
.box-blog-post .box-text .post-title {
	order: 2;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	padding: 15px 0;
}
.box-blog-post .box-text .post-title:hover{
	color: var(--primary-color);
	cursor: pointer;
}
.box-blog-post .box-text .post-meta {
	order: 1;
	text-align: left;
	font-size: 14px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.box-blog-post .box-text .post-meta:before {
	content: "\f073";
	font-family: FontAwesome;
	padding-right: 10px;
	color: var(--do);
}
.box-blog-post .box-text .from_the_blog_excerpt {
	order: 3;
	text-align: left;
	font-size: 14px;
	color: #666;
}
.box-acount-author {
	display: flex;
	justify-content: space-between;
}
.author-home{
	display: flex;
}
.author-home .blog-author-image img{
	max-width: 35px;
	max-height: 35px;
}
.author-home .author-name {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 600;
	color: var(--do);
	font-family: "Arial" !important;
	text-transform:capitalize;
}
.author-home .mr{
	margin-right: 10px;
}
.box-acount-author .entry-author{
	padding: 10px 0;
}
.list-row-post-news .large-columns-4>.col{
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.list-row-post-news .box-acount-author .author-home{
	display: none;
}
.list-row-post-news .box-blog-post .box-text .post-meta {
	border: none;
	order: 3;
	padding-bottom: 0px;
	position: absolute;
	bottom: 0px;
}
.list-row-post-news .box-blog-post .box-text{
	padding: unset;
	border: none;
	display: inherit;
	padding-left: 15px;
}
.list-row-post-news .box-blog-post{
	display: flex;
}
.list-row-post-news .box-image{
	width: 100%;
	margin: unset !important;
}
.list-row-post-news .col-inner .box-blog-post .plain{
	max-width: 25%;
}
.list-row-post-news .col-inner .box-blog-post .box-text  .plain{
	max-width: 100%;
}
.list-row-post-news .box-blog-post .box-text .post-title{
	padding: unset;
}
.list-row-post-news .box-blog-post .box-text .box-text-inner{
	margin: unset;
}
.list-row-post-news  .box-acount-author {
	position: absolute;
	right: 0;
	bottom: 0;
}
.list-row-post-news .button{
	margin: 1px !important;
}
.social-icons .button.icon.circle{
	border: 1px solid #e8e8e8 !important;
}
.button.icon i {
	font-size: 10px;
}
.button.icon.circle{
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.list-row-post-news .col{
	padding: 0 15px 15px;
}
.list-row-post-news .post-item .col-inner {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
}
/* -----------product-page -------------*/
.banner-product .product-title{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}
.banner-product .is-divider{
	display: none;
}
.custom-product-page .breadcrumbs{
	font-size: 14px;
	text-transform: unset;
}
.product .col-inner{
	border: unset;
}
.section-product-custom .product-title{
	font-size: 20px;
	font-weight: bold;
	padding:0;
}
.section-product-custom .is-divider{
	display: none;
}
.gia-product {
	font-size: 30px;
	font-weight: bold;
	color: var(--do);
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.col-custom-product .breadcrumbs{
	display: none;
}
.box-chitiet-sp {
	margin-top: 20px;
}
.headline-info {
	font-size: 14px;
	padding-right: 10px;
}
.content-info a, .content-info{
	color: #fb6b26;
	font-size: 14px;
	font-weight: 500;
}
.col-custom-product .col-inner {
	display: flex;
	flex-direction: column;
}
.col-custom-product .col-inner product-title{
	order: 1;
}
.col-custom-product .col-inner .gia-product{
	order: 2;
}
.col-custom-product .col-inner .box-chitiet-sp{
	order: 3;
}
.col-custom-product .col-inner .mega-phone{
	order: 5;
}
.col-custom-product .col-inner .product_meta{
	order: 4;
}
.col-custom-product .col-inner .social-icons {
	order: 6;
	padding-top: 5px;
}
.product_meta>span{
	border-top: unset;
	padding: unset;
}
.col-custom-product .col-inner .product_meta .posted_in{
	font-size: 14px;
}
.col-custom-product .col-inner .product_meta .posted_in a{
	padding-left: 10px;
	color: #d61c1f;
}
.mega-phone{
	padding: 0px 30px;
	color: #fff;
	border: none;
	width:max-content;
	max-width: 100%;
	margin: 15px 0;
	font-size: 22px;
}

.col-custom-product .button.icon.circle{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}
.col-custom-product .button.icon.circle>i:only-child{
	font-size: 15px;
}

.woocommerce-tabs .entry-content h2,
.title-dacdiem h2{
	background: linear-gradient(to right, var(--do), #fff);
	width: 100%;
	padding: 12px 20px;
	font-size: 17px;
	text-transform:uppercase;
	font-weight: 600;
	color: #fff;
	margin:0 0 15px;
}
.woocommerce-tabs .entry-content iframe{
	width:100%;
	height:400px;
}
.title-proCustom {
	width: 100%;
	display: inline-block;
	padding: 10px 5px;
	border-bottom: 1px solid #ebebeb;
}
.title-proCustom:last-child {
	border: unset;
}
.headline-mega-product {
	font-size: 16px;
	width: 40%;
	display: inline-block;
	color: #0c0c0c;
	font-weight: 400;
}
.content-mega-product {
	width: 60%;
	display: inline-block;
	color: #acacac;
	font-size: 14px;
}

.img-folow-product .icon-box-img img{
	border-radius: 100%;
	overflow: hidden;
	border: solid 1px #ebebeb;
}
.img-folow-product .parameter-manage {
	width: 100%;
	float: left;
	margin: 10px 0 0;
	padding: 0 20px;
}
.img-folow-product .parameter-manage li {
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
	display: block;
}
.parameter-manage li p {
	display: inline-block;

	float: left;
	padding: 0;
	margin: 0;
	color: #0c0c0c;
	font-weight: 400;
	text-align: left;
}
.parameter-manage li p.title{
	width: 150px;
}
.parameter-manage li span {
	display: block;
	color: #acacac;
	float: left;
}
.parameter-manage li a {
	color: #acacac;
	float: left;
}
.single-product .product-tabs{
	display: none;
}
.single-product .product-section-title-related {
	text-transform: uppercase;
	font-size: 23px;
	letter-spacing: 0px;
	padding-bottom: 5px;
}
.single-product .woo-related-products-container .box-text{
	background-color: #f7f7f7;
}
.single-product .woo-related-products-container .box-text .product-title{
	font-size: 17px;
}
/* tin-tuc */
.category .page-wrapper{
	padding: unset;
}
/* .category-tin-tuc .header-wrapper{
background-color: transparent!important;
}
.category-tin-tuc .header-wrapper, .category-tin-tuc  .header-bg-color{
background-color:rgba(0,0,0,.13)!important;
} */
.map-contact iframe{
	width: 100%;
	padding: 5px;
	background: #ddd;
	border-radius: 10px;
}
.heading-contact{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.name-company{
	font-size: 17px;
	font-weight: 700;
	color: #000;
}
.option-company li {
	list-style: none;
	margin-left: 0px!important;
	display: flex;
}
.option-company li span{
	border: 1px solid #ccc;
	width: 35px;
	height: 30px;
	text-align: center;
	margin-right: 5px;
}
.option-company li span i{
	font-size: 14px;
}
.box-info-contact >p {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.box-info-contact .wpcf7-form-control-wrap{
	width: 32%;
}
.box-info-contact input:not([type='submit']){
	box-shadow: unset;
	font-size: 13px;
	color: #000;
	padding-left: 20px;
	padding: 12px 20px;
	height: 35px;
	background-color: #f4f4f4;
}
.info-contact .wpcf7-textarea{
	font-size: 13px;
	padding-left: 20px;
	background-color: #f4f4f4;
}
.info-contact {
	text-align: center;
}
.info-contact input[type='submit']:not(.is-form){
	color: #fff;
	background-color: #d61c1f;
	border-color: #d61c1f;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border: none;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	float: none;
	border-radius: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.navigation-breadcrume span{
	color: #7dce32;
}
.banner+.row:not(.row-collapse){
	margin-top: 10px;
}
.navigation-breadcrume {
	padding-bottom: 10px;
}
.home .date-time-mega{
	display: none;
}
.category-tin-tuc .box-text-inner.blog-post-inner {
	display: flex;
	flex-direction: column;
	min-height: 220px;
}
.category-tin-tuc .date-time-mega{
	order: 1;
	margin-left: 0px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
}
.category-tin-tuc .post-title{
	order: 2;
}
.category-tin-tuc .from_the_blog_excerpt {
	order: 3;
}
.category-tin-tuc .box-acount-author{
	order: 4;
	margin-left: 0px;
}
.category-tin-tuc .post-date{
	display: none;
}
.category-tin-tuc .date-time-mega:before{
	content: "\f073";
	font-family: FontAwesome;
	padding-right: 7px;
	color: #fb6b26;
}
.box-blog-post .box-blog-post {
	text-align: left;
}
.category-tin-tuc .box-text{
	padding: 15px;
}
.category-tin-tuc .box-text .post-title{
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	font-size: 14px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.banner-blogpost {
	margin-bottom: 25px;
}
.banner-blogpost .res-text .text-center a, .banner-blogpost .res-text .text-center {
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	box-shadow: unset;
}
.category .archive-page-header{
	display: none;
}
.news-breadcums-nam {
	padding-bottom: 10px;
}
.news-breadcums-nam span{
	color: #7dce32;
}
.news-breadcums-nam .mega-bread{
	display: inherit;
}
.category .is-divider, .single-post  .is-divider{
	display: none;
}

#menu-danh-muc-bai-viet {
	border: 1px solid #e8e8e8;
	padding: 10px;
}
.row-large>.col{
	padding: 0 15px 30px;
}
#menu-danh-muc-bai-viet>li+li{
	border-top: 1px dashed #ececec!important;
}
.rpwe-title a{
	font-size :14px !important;
}
.rpwe-block li{
	border-bottom: 1px dashed #eee!important;
}
.page-wrapper{
	padding-top: 15px !important;
}
.single-post .banner-blogpost .res-text .text-center a{
	display: none;
}
.single-post h6.entry-category.is-xsmall {
	display: none;
}
h1.title-cat{
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 15px;
}
/* .header-wrapper{
background-color: rgba(0,0,0,.13);
}
.header-bg-color, .header-wrapper{
background: transparent!important;
}
.header-wrapper {
background-color: rgba(0,0,0,.13)!important;
}
.home .header-wrapper{
background-color: rgba(0,0,0,0.4) !important;
} */
.breadcome_ForMe span a {
	display: none;
}
.breadcome_ForMe .breadcrumb_last {
	color: #fff;
	font-size: 27px;
	box-shadow: unset;
	opacity: 1;
	line-height:1.5;
}
.woocommerce-page .woocommerce-breadcrumb {
	font-weight: 500;
	font-size: 14px;
	text-transform: inherit;
	color: var(--do);
}
.woocommerce-page .woocommerce-breadcrumb .divider{
	color: #7dce32;
}
.category-page-row{
	padding-top: 15px;
}
.mega-bread {
	display: none;
}
.filter-product-namnam {
	display: flex;
	justify-content: flex-end;
	height: 55px;
	align-items:center;
}
.filter-product-namnam .woocommerce-result-count {
	text-align: left;
	margin: unset;
	height: 55px;
	line-height: 55px;
	font-size: 19px;
	font-weight: 700;
	text-transform: capitalize;
}
.filter-product-namnam .orderby {
	height: 35px;
	border-radius: 10px;
	font-size: 13px;
}
.woocommerce-page .large-columns-3>.col{
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.woocommerce-page .poroduct-my-nam .product-small.box {
	display: flex;
}
.woocommerce-page .poroduct-my-nam .box-image {
	padding-top: 20%!important;
	width: 50%;
	border-radius: unset;
}
.product-small .loaihinh {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	z-index:1;
	padding-left:0;

}
.woocommerce-page .poroduct-my-nam  .product-item{
	justify-content: unset;
	border-top: unset;
}
.woocommerce-page .poroduct-my-nam  .product-item .giuongngu, .woocommerce-page .product-item .phongtam{
	border-right: unset;
}
.woocommerce-page .poroduct-my-nam  .product-item p {
	padding: 5px 10px;
}
.woocommerce-page .poroduct-my-nam .shop-container .col-inner {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#shop-sidebar .woof_redraw_zone .woof_container{
	width:100% !important;
	float:unset !important;
}
#shop-sidebar .woof_container_tinh_thanh_pho .chosen-container{
	width:100% !important;
}
#shop-sidebar .chosen-container-single .chosen-single,
#shop-sidebar .woof_container .woof_container_inner input[type="search"]{
	border:1px solid #e2e2e2;
}
#shop-sidebar .woof_container_loai_bat_dong_san .chosen-container-single .chosen-single{
	background:#fff;
	color:#444;
}
#shop-sidebar .woof_container_loai_bat_dong_san .chosen-container-single .chosen-single span{
	font-size:15px;
	text-transform:initial;
}
aside{
	border: 1px solid #ebebeb;
	padding: 45px 10px 10px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
aside .widget-title{
	font-size: 16px;
	text-transform:uppercase;
	color: #fff;
	margin: 0 0 10px;
	display: block;
	background:var(--do);
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:37px;
	overflow:hidden;
}

.woocommerce-page .woof_container_khoang_dien_tich h4 , .woocommerce-page .woof_container_khoang_gia h4{
	font-size: 20px;
	color: #000;
}
.woocommerce-page  input[type='checkbox'], input[type='radio']{
	margin-right: 0px;
}
.woocommerce-page .woof_radio_label {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.woocommerce-page .woof_radio_label:hover{
	color: red;
}
.woocommerce-page .woof_list_radio li{
	white-space: nowrap;
}
.woocommerce-page button.button.woof_submit_search_form {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 14px;
	margin:0 auto;
}
.woocommerce-page .is-divider{
	display: none;
}

.image-tools.top.right{
	display: none;
}
.my-product-related .product-title{
	font-size: 16px;
}
.my-product-related .box-text{
	background-color: #f7f7f7;
}
.my-product-related .phongtam{
	border-right: 1px solid #ebebeb !important;
}
.woof_reset_search_form{
	display: none;
}
.sidebar-social-link{
	position: fixed;
	right: 0;
	top: 50%;
	transform:translatey(-50%);
	z-index: 9999;
}
.sidebar-social-link .sidebar-social-load{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent url(/wp-content/uploads/2025/07/toolbar.png) no-repeat scroll 0 0/100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 61px 0;
	width: 52px;
}
.sidebar-social-link .sidebar-social-load .social-link-item {
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
}
.sidebar-social-link .sidebar-social-load .social-link-item a:before{
	content:'';
	width:23px;
	height:23px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size: 23px;
	position: absolute;
	left: 8px;
	top: 8px;
	font-weight: 400;
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social{
	background: #fff none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	height: 40px;
	font-size: 14px;
	text-align: center;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: width 300ms ease-in 0ms;
	-o-transition: width 300ms ease-in 0ms;
	transition: width 300ms ease-in 0ms;
	cursor: pointer;
	position: absolute;
	right: 6px;
	font-weight: 700;
	text-decoration: none;
	color: var(--do);
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social.hotline:before {
	content: "\f2a0";
	font-family: "FontAwesome";
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social.zalo:before {
	background:url(/wp-content/uploads/2025/07/zalo-icon.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social.fanpage:before {
	content: "\f082";
	font-family: "FontAwesome";
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social.youtube:before {
	content: "\f167";
	font-family: "FontAwesome";
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social span{
	visibility: hidden;
	-webkit-transition: steps(1,start) 300ms ease-in 0ms;
	-o-transition: steps(1,start) 300ms ease-in 0ms;
	transition: steps(1,start) 300ms ease-in 0ms;
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social:hover {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	background-position: left 15px center;
	padding-left: 55px;
	-webkit-box-shadow: 0 0 2px;
	box-shadow: 0 0 2px;
	padding-right: 30px;
}
.sidebar-social-link .sidebar-social-load .social-link-item .link-social:hover span {
	visibility: visible;
}
.footer-secondary.pull-right{
	display: none;
}
.absolute-footer{
	padding: 15px 0;
	font-size: 15px;
}
#popmake-1466{
	background-image: url("/wp-content/uploads/2020/05/slide-02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid #fff;
}
#popmake-1466:before {
	content: "";
	position: absolute;
	width: 100%;
	/* height: auto; */
	height: 100%;
	background-color: rgba(15, 30, 66, 0.7);
	top: 0;
	left: 0;
}
.box-popup-myNam {
	display: flex;
}
.img-popup-myNam {
	width: 20%;
}
.img-popup-myNam img{
	margin-bottom: 0 !important;
}
.title-popup-myNam {
	width: 80%;
	text-align: center;
	font-family: "Cormorant Upright", serif;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	text-shadow: rgb(0, 0, 0) 0px 0px 1px;
	margin-bottom: 0;
	padding-top: 10px;
}
.intro-popup-myNam li{
	list-style: none;
}
.intro-popup-myNam li:before{
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	color: var(--primary-color);
	padding-right: 10px;
}
.intro-popup-myNam{
	color: rgb(246, 245, 237);
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
}
.form-popup .wpcf7-form-control-wrap .wpcf7-text {
	border: 1px solid rgb(238, 238, 238);
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	padding: 0 15px;
	background: transparent;
	color: #fff;
}
.form-popup .wpcf7-form-control-wrap input::placeholder{
	color: rgba(238, 238, 238, 1.0);
}
.popup-myNam input.wpcf7-form-control.wpcf7-submit {
	width: 40%;
	background-color: #f2653b!important;
}
.pum-theme-409 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	background-color: #f2653b !important;
}
.pd-b0{
	padding-bottom:0 !important;
}
.col-custom-product .next-prev-thumbs{
	display:none;
}
.product-small .col-inner{
	height:100%;
	background:#fff;
}
.product-small .product-title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-style .product-small .product-title a{
	min-height:42px;
}
.product-small .thong-tin .diachi{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:5px 0 !important;
	color: var(--do);
}
.product-small .product-trangthai{
	padding: 10px;
	border-top:1px solid #e2e2e2;
	margin-top:10px;
	font-size:14.4px;
}
.products .product-small .product-trangthai{
	border-top:none;
}

.wpcf7-spinner{
	display:none;
}
.sticky-jump .stuck-fix {
	animation: stuckMoveDown .6s;
}
.stuck-fix {
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.woof_products_top_panel{
	display:none !important;
}
.menu-shortcode li{
	margin:3px 0 !important;
}
.menu-shortcode li + li{
	border-top:1px dotted #e2e2e2;
}
.menu-shortcode li a{
	display:block;
	padding:3px 0;
}
.menu-shortcode li a:before{
	content:'\f105';
	font-family:'fontawesome';
	font-size:13px;
	margin-right:5px;
}
.sidebar-social-link-mobile{
	display:none;
}
.shop-page-title {
	padding:15px 0 0;
}
h1.title-cat.pro{
	margin:0;
}
@media only screen and (max-width: 849px){

	.mega-phone a {
		padding: 8px 15px;
		width: 100%;
	}
	.icon-mega-acount {
		width: 40px;
		height: 40px;
		background-size: 31px;
	}



	.title-popup-myNam{
		width: 100%;
		font-size: 19px;
	}
	.img-popup-myNam {
		display: none;
	}
	.filter-homes h1{
		font-size: 23px;
	}
	.item-col-search{
		padding: 4px;
	}
	.txt-search-info{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.chosen-container{
		margin-bottom: 4px !important;
	}
	.item-col-search .icon{
		padding: 10px;
	}
	.search-form-designs h4{
		font-size: 11px;
	}
	.product-tab-right{
		padding-top: 65px;
	}
	.product-tab-right .nav-right{
		justify-content: unset!important;
	}
	.product-tab-right .nav-right li{
		padding-bottom: 5px;
	}
	.headline-tb{
		font-size: 25px!important;
	}
	.list-row-post-news .box-blog-post .box-text .post-title{
		font-size: 14px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.list-row-post-news .box-blog-post .box-text .post-meta{
		bottom: -10px;
	}
	.title-home h3{
		font-size: 20px;
		text-align: center;
	}
	.title-register, .cnt-register{
		width:100%;
	}
	.title-register{
		margin-bottom:15px;
	}
	.form-register{
		display:block;
	}
	.form-register .title-register{
		text-align: center;
	}
	.cnt-register{
		width:100%;
		max-width:500px;
		margin:0 auto;
	}
	.cnt-register .wpcf7-form-control-wrap{
		width:100%;
	}
	.text-right{
		text-align: left;
	}
	.align-right .title-footer h3:before{
		right: unset!important;
	}
	.nav>li.has-icon>a>i, .header-button .is-outline:not(:hover){
		color: var(--primary-color) !important;
	}
	.banner-blogpost, .banner-product {
		padding-top: 300px !important;
	}
	.woocommerce-page .woocommerce-breadcrumb{
		text-align: left;
	}
	.flex-row.medium-flex-wrap.container {
		position: relative;
	}
	.category-filter-row {
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 0;
		color: var(--primary-color);
		padding-right: 10px;
	}
	.filter-product-namnam{
		/* 		display: none; */
	}
	.product .product-title{
		padding: 0 5px;
	}
	.thong-tin .diachi, .thong-tin .giasp, .woocommerce-page .product-item p {
		padding: 0 5px;
	}
	.thong-tin .giasp span{
		font-size: 18px;
	}
	.product-item{
		/* 		margin-top: 5px; */
	}
	.box-chitiet-sp {
		margin-top: 5px;
	}
	.gia-product{
		font-size: 27px;
		padding: 0 0 10px 0;
	}
	.mega-phone{
		max-width: 100%;
	}
	.col-custom-product .button.icon.circle>i:only-child {
		font-size: 10px;
	}
	.col-custom-product .button.icon.circle {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 0px;
	}
	.mega-number{
		font-size: 20px;
	}
	.info-mega-acount{
		white-space: nowrap;
	}
	.woocommerce-page .shop-container .col-inner {
		padding-bottom: unset;
		border-bottom: unset;
	}
	.img-folow-product .parameter-manage li{
		margin: 0px !important;
	}
	.img-folow-product .parameter-manage{
		padding: unset;
	}
	.option-company li span {
		border: 1px solid #ccc;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.box-info-contact{
		display: block;
	}
	.box-info-contact .wpcf7-form-control-wrap{
		width: 100%;
	}
	.button span{
		white-space: nowrap;
	}
	.medium-logo-center .logo{
		margin: 0 0 0 15px;
	}
	.tab-products-news .tab-panels {
		margin-top: 20px;
	}
	.search-form-designs h4{
		white-space: nowrap;
	}
	.small-columns-2 .flickity-slider>.col{
		max-width: 100%;
	}
	.woocommerce-page .poroduct-my-nam .product-small.box{
		display: block;
	}
	.woocommerce-page .poroduct-my-nam .box-image {
		padding-top: 60%!important;
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.woocommerce-page .poroduct-my-nam .loaihinh{
		position: absolute;
		top: -130%;
		left: 0;
		font-size: 14px;
	}
	.title-info {
		text-align: center;
		margin-bottom: 0;
	}

	button.button.woof_submit_search_form{
		width: 100%;
	}
	.off-canvas .nav-vertical>li>a{
		padding: 10px 0;
		font-size: 16px;
	}
	.woocommerce-page .large-columns-3>.col {
		max-width: 50%;
		flex-basis: 50%;
	}
	.off-canvas #shop-sidebar {
		padding: 30px 5px;
	}
	.woocommerce-ordering{
		display:none;
	}
	h1.title-cat.pro {
		margin: 0 0 15px;
	}

}
@media only screen and (max-width:568px){
	#logo {
		width: 180px !important;
		margin: 0 15px;
	}
	.header-wrapper.stuck .header-main {
		height: 70px !important;
	}
	.pro-style .product-small .product-title a {
		min-height: unset;
		-webkit-line-clamp: 3;
	}
	.form-register .cnt-register input[type="submit"]{
		position:relative;
		right:unset;
		width:100%;
	}
	.cnt-register > p{
		flex-direction:column;
		gap:15px;
	}
	.cnt-register .wpcf7-text{
		padding-left:10px;
		padding-right:10px;
	}
	.title-register h2 {
		font-size: 26px;
	}
	.filter-homes h1 {
		font-size: 20px;
	}
	.filter-homes .woof_redraw_zone .woof_container,
	.filter-homes .woof_redraw_zone .woof_container.woof_text_search_container,
	.filter-homes .woof_redraw_zone .woof_container.woof_container_tinh_thanh_pho{
		width: 100%;
	}
	.filter-homes .woof_redraw_zone .woof_submit_search_form_container button {
		width: max-content;
	}
	.category-filter-row {
		position: relative;
	}
	.sidebar-social-link{
		display:none;
	}
	.sidebar-social-link-mobile{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:99;
		display:flex;
		background:#dfdfdf;
		box-shadow:0 0 15px 0 rgba(0,0,0,0.3);
	}
	.sidebar-social-link-mobile a{
		padding:18px 3px;
		width:25%;
		flex-shrink:0;
		border-right:1px solid #fff;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.sidebar-social-link-mobile a img{
		width:25px;
		height:25px;
		margin-right:5px;
	}
	.sidebar-social-link-mobile a span{
		font-size:13px;
	}
	.mega-phone {
		font-size: 18px;
	}

}
@media only screen and (max-width:400px){
	.sidebar-social-link-mobile a img {
		width: 20px;
		height: 20px;
		margin-right: 3px;
	}
	.sidebar-social-link-mobile a span {
		font-size: 12px;
	}
	.sidebar-social-link-mobile a {
		padding: 14px 3px;
	}
}
#shop-sidebar .woof_container{
	height:auto;
	width:100%;
}