#boxSearchForm .custom-value .select2-container--default .select2-selection--single{
	height: 30px;
}
.menu-mobile{
	display: none;
}
body.active-menu-mobile {
  overflow: hidden;
}
.body-search-mobile{
	display: none;
}
.filter-input{display: none;}
.menu-sub-mobile{display: none;}
div#mobile-menu-aside {
    display: none;
}

#toolbar,.show_mobile{
	display: none;
}
.info-contact-detail.re__section{
	display: none;
}

.swiper-list-estate{
	display: none;
}
@media(max-width: 1024px){
	.menu-2020 #divUserStt{
		padding: 0;
	}
	.re__bg-header{
		height: 65px;
	}
	.re__full-menu .re__control-menu{
		height: 50px;
	}
	.menu-2020{
		padding: 5px;
	}
	.re__full-menu.re__fix .re__control-menu {
	  position: relative;
	  top: -15px;
	}
	.re__bg-header {
	  height: 60px;
	}
	.col-sm-9 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.re__home .re__home__place-block .re__home__place-container .re__place-item .re__place-img img {
	  height: auto;
	}
	.re__home__place-block .re__home__place-container .re__place-img {
	  height: auto;
	}
	.re__place-small .re__place-img.place-img img{
		min-height: 115px;
	}
	.col-sm-3.rightCol {
	  display: none;
	}
	.contact-foote-mobile {
	    float: left;
	    width: 33%;
	}
	.re__hotline{
		margin: 20px 0;
	}
	.re__footer .re__link .re__title::after {
		display: none;
	}
}

@media(max-width: 926px){
	.re__project-main-container.mt-4.re__clearfix {
	  width: 100%;
	}
	.menu-2020{
		display: none;
	}
	.sticky {
		 position: fixed;
		 top: 0;
		 width: 100%;
		 z-index: 999;
		 background: #005a9e;
	}
	div#mobile-menu-aside {
	    display: block;
	}
	#toolbar, .show_mobile{
		display: block;
	}
	.menu-sub-mobile{display: block;}
	.menu-mobile{
		display: block;
		cursor: pointer;
		padding: 15px 15px;
	}
	.fa.fa-home.fa-3x {
	  font-size: 30px !important;
	}
	.fa.fa-bell-o {
	  font-size: 24px !important;
	  color: #fff;
	}
	.fa.fa-align-justify {
	  font-size: 24px !important;
	  color: #fff;
	}
	.menu-mobile.d-flex.justify-content-between {
	  padding: 10px;
	}
	.menu-navar-mobile {
	 	 margin-left: 21px;
	}
	#mobile-menu-aside {
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 99999;
	  background: #172443;
	  color: #fff;
	  width: 100%;
	  max-width: 80%;
	  overflow: auto;
	  height: 100%;
	  padding: 0 0 50px;
	  -webkit-transition: all .4s;
	  -moz-transition: all .4s;
	  -o-transition: all .4s;
	  -ms-transition: all .4s;
	  transition: all .4s;
	  -webkit-transform: translateX(100%);
	  -moz-transform: translateX(100%);
	  -ms-transform: translateX(100%);
	  transform: translateX(100%);
	}

	body.active-menu-mobile #mobile-menu-aside {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}

	.panel-backdrop {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  position: fixed;
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	  transform: translate3d(0,0,0);
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .2s;
	  -moz-transition: all .2s;
	  -o-transition: all .2s;
	  -ms-transition: all .2s;
	  transition: all .2s;
	  background: rgba(0,0,0,.85);
	}
	body.active-menu-mobile .panel-backdrop {
	  visibility: visible !important;
	  opacity: 1 !important;
	}

	#mobile-menu-aside .menu-header {
	  padding: 20px;
	  text-align: center;
	}
	#mobile-menu-aside .menu-header {
	  text-align: center;
	}
	#mobile-menu-aside {
	  color: #fff;
	}
	#mobile-menu-aside .menu-user .avatar img {
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  border: 2px solid #fff;
	  margin: 0 auto 10px;
	  display: block;
	}
	#mobile-menu-aside .btn-wrap a {
	  display: inline-flex;
	  padding: 10px 5px;
	  margin-top: 5px;
	  color: #fff;
	  font-weight: 700;
	  white-space: nowrap;
	  width: 50%;
	  float: left;
	  justify-content: center;
	}

	#mobile-menu-aside .btn-add-post {
	  background-color: #d93c23;
	  color: #fff;
	  font-weight: 700;
	  margin-top: 10px;
	  padding: 10px;
	  text-align: center;
	  border-radius: 5px;
	  display: flex;
	  width: 100%;
	  align-items: center;
	  justify-content: center;
	}
	.fa.fa-user-o, .fa.fa-sign-in {
	  position: relative;
	  right: 5px;
	  top: 2px;
	}
	#mobile-menu-aside ul {
	  margin: 0;
	  padding: 5px;
	}
	#mobile-menu-aside li{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		list-style-type: none;
	}
	
	#mobile-menu-aside nav .level-2 {
	  margin-left: 20px;
	}

	#mobile-menu-aside .level-1 > li > a {
	  display: block;
	  padding: 10px 20px;
	  color: #fff;
	  font-weight: 700;
	  font-size: 1rem;
	  text-transform: uppercase;
	}
	#mobile-menu-aside nav .level-2 > li > a {
	  padding: 5px;
	  color: #939fb6;
	}
	.fa.fa-chevron-right {
	  color: #fda600;
	  margin-right: 2px;
	}
	.rightCol{
		display: none;
	}
	.re__project-main-left{
		float: unset;
		width: 100%;
	}
	.re__project-main-right.re__margin{
		float: unset;
		width: 100%;
	}
	#boxSearchForm {
	  display: none;
	}
	.filter-input{
		display: none;
	}
	.btn-dashboard {
		   background-color: rgb(35 48 80);
	    color: #fff;
	    font-weight: 700;
	    margin-top: 10px;
	    padding: 10px;
	    text-align: center;
	    border-radius: 5px;
	    display: flex;
	    width: 100% !important;
	    align-items: center;
	    justify-content: center;
	}
	.slide-home.show_mobile{
		display: none;
	}
	.project-main-container, .re__project-main-container.detail, .re__project-main-container.detail .re__project-main-left{
		width: 100% !important
	}
	.project-description{
		height: auto;
	}
}

@media(max-width: 767px){
	.swiper-list-estate{
		display: block;
	}
	.slide-home.show_mobile{
		display: block;
	}
	.logo_footer {
	  display: none;
	}
	.menu-mobile{
		padding: 5px 15px;
	}
	.re__home__head__search-container, .show_pc {
	  display: none;
	}
	.slide-wrap{
		height: 250px;
	}
	.filter-input, .menu-sub-mobile{display: block;}
	.re__bg-header{
		height: 50px;
	}
	
	.menu-sub-mobile{
		padding-top: 5px;
	}
	
	.re__bg-header{
		background: #005a9e;
	}
	.fa.fa-home.fa-3x {
	  font-size: 30px !important;
	}
	.fa.fa-bell-o {
	  font-size: 24px !important;
	  color: #fff;
	}
	.fa.fa-align-justify {
	  font-size: 24px !important;
	  color: #fff;
	}
	.menu-mobile.d-flex.justify-content-between {
	  padding: 10px;
	}
	.menu-navar-mobile {
	 	 margin-left: 21px;
	}
	
	

	#page-search-mobile {
	  min-height: auto;
	  margin-bottom: 0;
	}
	.body-search-mobile{
		padding: 10px;
	}

	.filter-input {
	  padding: 10px 15px;
	  background: #005a9ed1;
	  position: relative;
	}
	.filter-input input {
	  width: 100%;
	  padding: 8px 10px 8px 40px;
	  border-radius: 3px;
	  border: none;
	  outline: none;
	}

	.btnToggleFilter {
	  position: absolute;
	  right: 16px;
	  top: 11px;
	  font-size: 20px;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  
    }
    .fa.fa-angle-down {
	  font-size: 24px !important;
	}
	.filter-input::after {
	  content: "";
	  position: absolute;
	  background: url(/assets/vendor/bds/images/fa-search.svg) center no-repeat;
	  left: 20px;
	  top: 10px;
	  width: 30px;
	  height: 30px;
	}
	/*.select2.select2-container.select2-container--default {
	  width: 50% !important;
	}*/
	.parentCate {
	  height: 36px;
	  width: 50%;
	  background: #fff;
	  border: 1px solid #ccc;
	  padding-left: 5px;
	}
	.d-flex.justify-content-between {
	  margin-bottom: 10px;
	}

	.select2-hidden-access {
	   width: 50%;
	   background: #fff;
	   border: 1px solid #ccc;
  	}
  	#divPrice {
	  width: 100%;
	  border: 1px solid #cccc;
	  margin-bottom: 10px;
	  padding-left: 10px;
	  height: 36px;
	  padding-top: 7px;
	}

	
	select {
	 background: #fff;
	}
	.select_option_quick.clearfix.js-price-quick-select {
	  padding-left: 20px;
	}
	.select_option_quick > li {
	    width: 50%;
	    float: left;
	}
	.option_col.d-flex {
	  width: 48%;
	}
	.btn.btn-search-mobile {
		width: 100%;
	}

	.btn.btn-search-mobile{
		background-color: #ffba00;
		border: 1px solid #ffba00;
		color: #333;
		justify-content: center;
		font-weight: 700;
		height: 40px;
	}
	.btn.btn-search-mobile::before {
	  background: url(/assets/vendor/bds/images/fa-search.svg) center no-repeat;
	  background-size: auto;
	  background-size: contain;
	  position: relative;
	  margin-right: 10px;
	  width: 18px;
	  height: 18px;
	}
	.blog-catalogue {
		margin: 0;
		padding: 5px;
		scroll-snap-type: x mandatory;
		white-space: nowrap;
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin-bottom: 10px;
	}
	.blog-catalogue li{
		width: auto;
		display: inline-block;
		position: relative;
		margin-right: 0px;
	}
	.blog-catalogue li a {
	  display: block;
	  color: #333;
	  background: #fff;
	  box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
	  border-radius: 5px;
	  padding: 10px 19px;
	}
	.blog-catalogue li:last-child{
		display: none;
	}
	.mt-5, .my-5 {
	  margin-top: 10px !important;
	}
	.article-list.top {
	  width: 100%;
	  float: unset;
	}
	.article-list.top .article-item.item_1{
		margin-right: 0;
	}
	.article-list-right .article-item{
		border: none;
		box-shadow: 0;
		height: auto;
	}
	.article-list.article-list-right {
	  margin-top: 10px;
	}
	.article-list-right {
	  width: 100%;
	  float: left;
	}
	.article-list-right .article-item figure{
		height: auto;
	}
	.article-list .article-item figure a{
		height: auto;
	}
	.article-list .article-item figure img{
		height: auto;
	}
	.article-list-right .article-item .article-info{
		padding: 0 5px;
	}
	.re__body .re__main .re__content-block .re__content-container .re__content-container-link{
		top: 45px;
	}
	.re__card-compact.home-list{
		  width: 178px;
		  margin: 8px;
	}
	.re__home__place-block .re__home__place-container .re__place-img{
		height: auto;
	}
	.re__home .re__home__place-block .re__home__place-container .re__place-item .re__place-img img{
		height: auto;
	}
	
	.re__home .re__home__place-block .re__home__place-container .re__place-small .re__place-item {
		width: 48%;
		margin: 10px 0;
		margin-right: 8px;

	}
	.re__content-block.re__home__place-block {
	  padding: 0 10px;
	}
	.re__place-small .re__place-item img{
		height: 150px !important;
		margin: 0 5px;
	}
	.re__content-block.re__home__utility-block {
	  padding: 10px;
	}
	.re__body .re__main .re__content-block .re__content-container .re__content-container-label{
		font-size: 18px;
		font-weight: 600 !important;
	}
	.re__content-container-label {
	  padding: 10px;
	}
	.re__boxLinkFooter .home-small .html-content .home-list-tag .footer-middle .footer-middle-colum1 {
	  width: calc((100% - 102px) / 2) !important;
	}
	.home-small .html-content .home-list-tag .footer-middle .footer-middle-colum1{
		margin-left: 15px;
	}
	.re__footer-logo {
	  margin-top: 15px;
	  margin-bottom: 15px;
	}
	.testimonials-list .testimonial-item{
		padding-bottom: 0;
	}
	.contact-foote-mobile{
		float: left;
		width: 33%;
	}
	.re__hotline {
	  margin-top: 15px;
	  margin-bottom: 10px;
	}
	.re__footer .re__link .re__title::after {
		content: '';
	}
	.re__bottom-footer .re__col--lg-4{
		margin-top: -30px;
	}
	.testimonials-list .testimonial-item{
		padding-left: 0;
	}
	.testimonials-list .testimonial-item .testimonials-content{
		padding-left: 0;
	}
	.review-container{
		width: 100%;
	}
	.review-container{
		background-size: cover;
	}
	.article-list.top .article-item.lg figure {
	  height: auto;
	  margin: 0;
	}
	.article-list.top .article-item.item_1{
		height: auto;
	}
	.article-list.top .article-item .article-title-mask{
		bottom: 75px;
	}
	.testimonials-list{
		width: 100%;
		
	}
	.testimonials-content{
		background-color: #13131373;
		color: #fff;
		
	}
	.testimonials-list .testimonial-item .testimonials-content{
		padding: 15px;
		border-radius: 0 0 5px 5px;
	}
	.testimonials-list .testimonial-item{
		padding: 0;
	}
	.testimonials-list .testimonial-item .testimonials-content{
		color: #fff;
	}
	.titleComemtMobile{
		color: #fff !important;
		background-color: #13131373;
		margin-bottom: 0 !important;
	}
	#top_agent .js__card{
		width: 230px;
	}
	.re__card-full > div .re__card-image {
	  width: 35%;
	}
	.re__card-full > div {
	  padding-left: 160px;
	}
	.re__card-full > div .re__card-info .re__card-info-content .re__card-description{
		display: none;
	}
	.btn.btn-primary.post-contact.mr-2.pull-right {
	  display: none;
	}
	.mb-3.dx-ad-item.banner.blog {
	  display: none;
	}

	.search-bar.shadow-lv-1.clearfix {
	  display: none;
	}
	.re__srp .re__srp-title{
		 font-size: 18px; 
		 padding: 5px 0;
		 margin-top: 0 !important
	}
	.re__breadcrumb {
	  padding: 5px 10px;
	}
	.re__main-sidebar {
	  display: none;
	}
	.cat-content.full-view.no-view {
	  display: none;
	}
	/*.swiper-slide{
		width: 100% !important;
	}*/
	.post-photos .swiper-container.gallery-top{
		height: auto;
	}
	a.re__tag--md {
	    margin-bottom: 10px;
	}
	.re__pr-short-info-item.js__pr-config-item {
	    padding-left: 15px;
	    margin-bottom: 10px;
	}
	.re__section.re__pr-project.js__section {
	    padding: 0 10px;
	}
	.chart-item.pull-left {
		width: 100% !important;
		float: unset;
	}
	.chart-item.pull-right {
		margin-top: 15px;
		width: 100% !important;
		float: unset;
	}
	.mortgage-charts > p{
		font-size: 13px !important;
	}
	.the-post-mortgage .mortgage-table table td{
		padding-left: 5px;
	}
	.re__pr-container .re__pr-info .re__pr-title{
		font-size: 15px;
		line-height: 24px;
	}
	.re__pr-container .re__pr-info .re__pr-short-info .re__pr-short-info-item {
	    padding-left: 60px;
	}
	.re__pr-specs.re__pr-specs-v1 .re__section-body .re__pr-specs-content .re__pr-specs-content-item .re__pr-specs-content-item-value{
		width: auto;
	}
	.re__pr-specs.re__pr-specs-v1 .re__section-body .re__pr-specs-content .re__pr-specs-content-item:not(:nth-child(2n)) {
	    margin-right: 10px;
	}
	.re__section {
	    margin-bottom: 15px;
	}
	.re__pr-container .re__pr-info .re__pr-short-info .re__pr-short-info-item .value{
		font-size: 13px;
	}
	.remo_padding{
		padding-left: 5px !important;
	}
	.re__ldp .re__pr-more-listing .re__card-compact{
		width: auto;
		height: calc(365px - 2px);
	}
	.page_register_login_layout .access_page .container{
		width: 90%;
	}
	.access_page .left {
    width: 100%;
    padding: 15px;
	}
	.access_page .page_title, .user_verify_page .page_title {
	    font-size: 18px;
	}
	#mobile-menu-aside .btn-dashboard {
    background-color: rgb(35 48 80);
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
	}
	.dx-ring {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
	}
	#notify span {
    background: #d93c23;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 2px;
    font-size: .9rem;
    position: relative;
    top: -10px;
    left: -10px;
	}

	.page-header #breadcrumb {
    padding: 0;
    padding-bottom: 10px;
	}
	#breadcrumb ol>li {
    display: inline-block;
	}
	#breadcrumb ol>li a {
    position: relative;
    display: inline-block;
	}
	.page-h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: lowercase;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
     padding: 10px 15px;
	}
	div#breadcrumb {
    padding: 10px;
    padding-bottom: 0;
	}

	#breadcrumb ol>li:after {
    background: url(/assets/vendor/bds/images/right-chevron.svg) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 9px;
    background-size: contain;
    opacity: .5;
    padding: 0 10px;
	}
	#breadcrumb ol>li:last-child:after{
		background: none;
	}
	.user-code{
    padding: 20px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    width: 49%;
    background-color: #21d4fd;
    background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
	}

	.user-card-price {
		  padding: 20px 15px;
	    border-radius: 5px;
	    text-decoration: none;
	    color: #fff;
	    width: 49%;
	    background-color: #f4d03f;
	    background-image: linear-gradient(132deg, #f4d03f 0%, #16a085 100%);
	}
	.profile-container .sidebar{
		display: none;
	}
	.profile-container .main{
		width: 100%;
	}
	
	.profile-container .main .page_post_listing, .profile-container .main .page_edit_profile, .profile-container .main .js-page-add-new-post, .profile-container .main .page_addfund_wrapper, .page_transaction_history {
    padding: 15px;
	}
	.profile-container .page_header .page_header_title h1{
		font-size: 18px;
	}
	h3.heading.p-3.h3 {
   	font-size: 18px;
	}	
	.re__vip-0 > div .re__card-title > :not([class*="re__icon-"]){
		font-size: 12px;
	}
/*	.re__card-full > div .re__card-info {
	  padding: 5px;
	  padding-left: 5px;
	}*/
	.re__card-full > div .re__card-info .re__card-info-content .re__card-contact {
	  margin-top: 0px;
	  padding-top: 5px;
	}
	.re__card-full > div .re__card-info .re__card-info-content .re__card-title {
	  -webkit-line-clamp: 1;
	}
	.re__card-full > div .re__card-info .re__card-info-content .re__card-config .re__card-config-price{
		font-size: 13px;
		line-height: 10px;
	}
	.re__card-full > div .re__card-info .re__card-info-content .re__card-config .re__card-config-area{
		font-size: 13px;
		line-height: 10px;
	}

	.re__card-full > div .re__card-info .re__card-info-content .re__card-location{
		font-size: 12px !important;
	}
	#toolbar {
	  width: 100%;
	  height: 45px;
	  bottom: 0;
	  position: fixed;
	  z-index: 999;
	  background: #fff;
	  color: #777;
	  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	}
	#toolbar .toolbar-inner {
	  width: 100%;
	  height: 100%;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-align-content: center;
	  -ms-flex-line-pack: center;
	  align-content: center;
	}
	#toolbar .toolbar-item {
	  display: flex;
	  width: 25%;
	  height: 100%;
	  text-align: center;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  position: relative;
	}
	#toolbar .toolbar-item .toolbar-btn-add {
	  display: flex;
	  align-items: center;
	  justify-items: center;
	  width: 60px;
	  height: 60px;
	  background: #ffba00;
	  border-radius: 50%;
	  position: absolute;
	  bottom: -5px;
	  flex-wrap: wrap;
	  -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,1);
	  -moz-box-shadow: 0 0 0 5px rgba(255,255,255,1);
	  box-shadow: 0 0 0 5px rgba(255,255,255,1);
	}
	#toolbar .toolbar-item span {
	  color: #333;
	  font-size: .85rem;
	}
	#toolbar .toolbar-item i {
	  width: 20px;
	  height: 20px;
	  display: block;
	  opacity: .8;
	  margin-bottom: 2px;
	}
	#toolbar .icon-homepage {
	  	background: url(/uploads/icon/fa-home.svg) center no-repeat;
	    background-size: auto;
	  	background-size: contain;
	}
	#toolbar .icon-add-post {
	  	background: url(/uploads/icon/fa-edit.svg) center no-repeat;
	    background-size: auto;
	  	background-size: contain;
	  	opacity: 1 !important;
	  	width: 18px !important;
	  	height: 18px !important;
	  	margin: 0 auto;
	    margin-bottom: 0px;
	}
	#toolbar .icon-heart {
	  background: url(/uploads/icon/fa-heart.svg) center no-repeat;
	  background-size: auto;
	  background-size: contain;
	}
	#toolbar .icon-register {
  		background: url(/uploads/icon/fa-user-plus.svg) center no-repeat;
    	background-size: auto;
  		background-size: contain;
	}
	#toolbar .icon-login {
  		background: url(/uploads/icon/fa-log-in.svg) center no-repeat;
    	background-size: auto;
 		background-size: contain;
	}
	#toolbar .icon-post-manager {
    	background: url(/uploads/icon/fa-list.svg) center no-repeat;
    	background-size: contain;
	}
	#toolbar .toolbar-item .avatar {
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    border: 2px solid #1c6fff;
	}
	#toolbar .toolbar-item .toolbar-btn-add .inner {
	  width: 100%;
	}
	.re__home .re__home__vip-news-block .re__home__vip-news__article-container .re__article-list-container .re__article-list-item .vip-news-img img{
		height: auto !important;
	}

	img{
		height: auto !important;
	}
	.upload_progress .media{
		width: 43%;
	}
	.body-content-detail {
	  padding-left: 7px;
	  padding-right: 7px;
	}

	.page-detail-proudct  .re__section .re__section-title{
			color: #005a9e !important;
	}
	 .re__tag, .re__tag--sm, .re__tag-removable-solid--sm, .re__tag--md, .re__tag-removable-solid--md {
	 	 	background-color: #e7f3ff;
	  	color: #005a9e;
	}
	.re__pr-container .re__pr-info .re__pr-short-info .re__pr-short-info-item .title{
		color: #444;
	}
	.re__body .re__main .re__main-content-layout{
		margin-top: 0;
	}
	#mnSBcontainerBR {
	  display: none;
	}
	.info-contact-detail.re__section{
		display: block;
	}
	 .btn-broker-profile {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  height: 40px;
	  padding: 5px;
	  margin-top: 10px;
	  text-align: center;
	  background: #fff;
	  border: 1px solid;
	  border-radius: 5px;
	  color: #333;
	}
	.re__contact-box .re__btn.phone {
	  margin-top: 0;
	}
 .btn-broker-phone {
	    background-color: #0fca97;
	    border-color: #0fca97;
	    color: #fff;
	    margin-top: 5px;
	    margin-bottom: 10px;
	    font-weight: 700;
	    font-size: 1.1rem;
	}
	 .btn-broker-phone i {
	    width: 20px;
	    height: 20px;
	    background: url(/assets/img/phone-white.svg) center no-repeat;
	    background-size: 20px;
	    display: inline-block;
	    margin-right: 10px;
	}
	.re__btn-orange-solid--md{
		padding: 10px 15px;
	}
	.re__contact-box .re__btn{
		margin-top: 0;
	}

	.re__body .re__main .re__main-content-layout .re__main-content
	{
		float: unset;
	}
	.re__link-se{
		color: #0091ff;
		font-weight: 600;
	}
	.re__card-compact > div .re__card-info .re__card-info-content{
		margin: 10px;
	}
	#wrapper-chat-bds{
		width: 80%;
	}
	#wrapper-chat-bds .chat-tips {
	  margin: 0 10px 20px 10px;
	}
	.re__pr-container .re__pr-info .re__pr-description .re__section-body{
		font-size: 16px;
	}
	.re__pr-container .re__pr-info .re__pr-short-info .re__pr-short-info-item .value{
		font-size: 15px;
		color: red;
	}
	.re__contact-name.js_contact-name {
	  text-transform: uppercase;
	  font-weight: 600 !important;
	}
	.page-profile .profile-header .profile-cover{
		height: 200px;
	}
	.page-profile .profile-avatar-wrap{
		padding-left: 5px;
	}
	.page-profile .profile-avatar-wrap .profile-avatar{
		float: unset;
	}
	.page-profile .profile-avatar-wrap .profile-avatar{
		width: 150px;
		height: 150px;
	}
	.page-profile .profile-avatar-wrap .profile-avatar{
		position: relative;
		left: 35%;
	}
	.page-profile .profile-avatar-wrap .profile-meta {
	   margin-left: 0;
	  padding-top: 10px;
	  padding-bottom: 25px;
	}
	.page-profile .profile-avatar-wrap .profile-name{
		font-size: 26px;
	}
	#guess span{
		border: none ;
	}
	.swiper-list-estate {
    padding-left: 0;
    padding-right: 25px;
    margin-bottom: 0;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
	}
.swiper-list-estate .estate-item {
    width: auto;
    min-width: 170px;
    margin-left: 15px;
    display: inline-block;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.swiper-list-estate .estate-item a {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 1.05rem;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
    background: #fff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 15px 15px 30px 65px;
}
.swiper-list-estate .estate-count {
    display: block;
    font-weight: 400;
    font-size: .9rem;
    color: #999;
    position: absolute;
    bottom: 10px;
    left: 65px;
}
.estate-item img{
		height: 36px !important;
	}
	.padding-fix{
		padding: 0 7px;
	}
	.re__link-se{
		font-size: 15px;
		text-transform: uppercase;
	}

	.re__prj-card-full > a .re__prj-card-image{
		width: 115px;
	}
	.re__prj-card-full > a .re__prj-card-info{
		width: calc(100% - 120px);
		padding-left: 10px;
		padding-top: 0;
	}
	.project-status.show_mobile {
	  position: absolute;
	  bottom: 0;
	}
	.js__project-card.js__card-project-web.re__prj-card-full {
	  padding: 10px 5px;
	}
	.re__project-main-right{
		float: unset;
		padding-top: 0 !important;
	}
	.re__project-main-container.detail .re__project-main-right{
		width: 100%;
	}
	.re__project-main-right.fixed-view .project-sidebar{
		position: unset !important;
	}
	.js__prj-main-container.re__project-main-container.re__clearfix.detail {
  padding: 0 7px;
}

}



@media(max-width: 740px){
	.re__card-full > div {
	  padding-left: 35%;
	}
}



@media(max-width: 736px){
	.re__card-full > div .re__card-info{
		padding-left: 20%;
	}
	.re__nlcc-main-layout{
		width: 100% !important;
	}
	.re__nlcc-main-left {
	  width: 100% !important;
	  float: unset !important;
	  min-height: unset !important;
	}
	.re__nlcc-main-right {
	  float: unset !important;
	  width: 100% !important;
	}
	.re__news-item {
	  padding: 5px !important;
	}
	/*.re__news-listings .re__news-item .re__news-content{
		width: 100% !important;
	}*/
	.re__news-listings .re__news-item .re__news-thumb{
		width: 35%;
		margin-right: 10px;
	}
	.re__news-listings .re__news-item .re__news-thumb > a > img{
		width: 100% !important;
	}
	.re__news-listings .re__news-item .re__news-content {
	  width: 60% !important;
	}
	.re__box-thumbnail .re__item-wrap .re__item-thumb {
	  width: 150px !important;
	  height: auto !important;
	}

	.re__pr-specs-content-item.info-detail-product {
	  width: 100% !important;
	}
	footer{
		margin-bottom: 50px;
	}
}
@media(max-width: 667px){
	.re__card-full > div .re__card-info{
		padding-left: 20%;
	}

	.re__home .re__home__utility-block .re__utility-container .re__utility-item{
		margin-right: 5px;
		padding: 5px 10px;
	}
}

@media(max-width: 430px){
	.article-list.top .article-item .article-title-mask {
	  bottom: 115px;
	}
	.re__card-compact.home-list {
	  width: 180px;
	  margin: 8px;
	}
	.re__boxLinkFooter .home-small .html-content .home-list-tag .footer-middle .footer-middle-colum1 {
	  width: calc((99% - 28px) / 2) !important;
	}
	.re__home .re__home__place-block .re__home__place-container .re__place-small .re__place-item {
	  width: 48%;
	  margin: 5px 0;
	  margin-right: 7px;
	}
	.testimonials-list{
		width: 100%;
		
	}
	.testimonials-content{
		background-color: #13131373;
		color: #fff;
	}
	.testimonials-list .testimonial-item .testimonials-content{
		padding: 15px;
	}
	.testimonials-list .testimonial-item{
		padding: 0;
	}
	.testimonials-list .testimonial-item .testimonials-content{
		color: #fff;
	}
	.blog-catalogue li a{
		padding: 10px 10px;
	}
	.home-small .html-content .home-list-tag .footer-middle .footer-middle-colum1{
		margin-right: 0;
	}
	.article-list.top .article-item .article-title-mask a{
		font-size: 16px;
	}
	.re__card-full > div {
	  padding-left: 130px;
	}
	.blog-catalogue li {
	  margin-right: 10px;
	}
	.re__card-full > div .re__card-info {
	  padding-left: 5%;
	}
	.re__card-full > div .re__card-image {
	  width: 32%;
	}
	.re__pr-container .re__pr-info .re__pr-short-info .re__pr-short-info-item {
	  padding-left: 45px;
	}
	.page-profile .profile-avatar-wrap .profile-avatar {
	  left: 30%;
	}
}
@media(max-width: 390px){
	.re__card-full > div .re__card-image {
	  width: 35%;
	}
}
@media(max-width: 375px){
	.re__card-compact.home-list {
	  width: 96%;
	  margin: 8px;
	}
	.re__home .re__home__bds-for-you-block .re__product-container .re__product-item{
		float: unset;
	}
	.article-list.top .article-item .article-title-mask {
	  bottom: 115px;
	}
	.re__home .re__home__place-block .re__home__place-container .re__place-small .re__place-item{
		width: 47%;
	}
}


@-webkit-keyframes my {
	 0% { color: #0779e4; } 
	 50% { color: black;  } 
	 100% { color: #0779e4;  } 
}
@-moz-keyframes my { 
	 0% { color: #0779e4;  } 
	 50% { color: black;  }
	 100% { color: #0779e4;  } 
 }
@-o-keyframes my { 
	 0% { color: #0779e4; } 
	 50% { color: black; } 
	 100% { color: #0779e4;  } 
 }
@keyframes my { 
	 0% { color: #0779e4;  } 
	 50% { color: black;  }
	 100% { color:#0779e4;  } 
 } 
.nhap_nhay {
   font-size:24px;
   font-weight:bold;
	 -webkit-animation: my 700ms infinite;
	 -moz-animation: my 700ms infinite; 
	 -o-animation: my 700ms infinite; 
	 animation: my 700ms infinite;
}
