/* @keyframe */
@keyframes spin {
	to { transform: rotate(360deg); }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes shake-anim {
	0% { transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@keyframes rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
@keyframes fadeup {
	from { opacity: 0; transform: translateX(-20px); }
	to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse-animation {
	0% { transform: scale3d(1, 1, 1); opacity: 0; }
	10% { transform: scale3d(1.1, 1.1, 1.1); opacity: 1; }
	100% { transform: scale3d(1.6, 1.6, 1.6); opacity: 0; }
}
@keyframes border-animation {
	0% { transform: scale3d(0.6, 0.6, 0.6); opacity: 0; }
	20% { transform: scale3d(1.2, 1.2, 1.2); opacity: 1; }
	100% { transform: scale3d(1.4, 1.4, 1.4); opacity: 0; }
}
:root { --color-main: #05683A; --color-social: #05683A; --color-hover: red; --color-text: #05683A; }
body { font-size: 14px; line-height: 1.5; font-family: "Roboto", sans-serif; background: #F5F7F9; }
.max-width, .wrap-content { width: calc(100% - 30px); max-width: 1300px; margin: 0px auto; }
.wrap-content1 { width: calc(100% - 100px); margin: 0px auto; }
.mw-700 { max-width: 700px; }
img { max-width: 100%; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; }
.scale-img img, .scale-img picture { transition: all 0.5s; }
.scale-img:hover > img, .scale-img:hover > picture { transform: scale(1.2, 1.2); }
.hover-img { position: relative; overflow: hidden; display: block; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.p-relative { position: relative; }

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .support-online .kenit-alo-circle-fill { transition: 0.3s all; }
.gutter-x-20 { --bs-gutter-x: 20px; }
.gutter-x-5 { --bs-gutter-x: 5px; }

/* effect */
.effect { display: block; overflow: hidden; }
.effect img { transition: 0.7s; width: 100%; }
.effect:hover img { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.effect-1 { position: relative; overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; display: block; }
.effect-1:after { position: absolute; top: 0; left: -66%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.effect-1:hover:after { -webkit-animation: shine .75s; */ animation: shine .75s; }
@-webkit-keyframes shine {
	100% { left: 125%; }
}
@keyframes shine {
	100% { left: 125%; }
}

/*   Header   */
.header { position: relative; width: 100%; z-index: 9; background: #FFF; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); }
.header_top { border-bottom: 1px solid #ECEDEF; line-height: 19px; padding: 10px 0; }
.header_top marquee { width: 50%; display: block }
.header_top p { margin: 0; color: #313131; font-size: 14px; line-height: 19px; display: flex; align-items: center; justify-content: space-between; }
.header_top p svg { margin-right: 10px; }
.header_top p span { color: var(--color-main); font-size: 14px; font-weight: 700; margin-left: 5px; }
.header_bottom.fix { z-index: 999; top: 0; left: 0; width: 100%; -webkit-animation: fadeInDown 1.3s ease backwards; -moz-animation: fadeInDown 1.3s ease backwards; -o-animation: fadeInDown 1.3s ease backwards; -ms-animation: fadeInDown 1.3s ease backwards; -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); -moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); background: #fff; position: fixed; }
.right-header { display: none !important }
.dqntVT{ display:none; }

/* category_header */
.category_header {position:relative;padding: 10px 0;}
.category_header span {display: flex;align-items: center;justify-content: space-between;color: #333;font-family: "Lexend", sans-serif;font-size: 14px;line-height: 24px;white-space: nowrap;}
.category_header span img { margin-right: 10px }
.category_header span svg { margin-left: 10px }

.category_header > ul{ top: calc(100% + 8px); }
.category_header ul { position: absolute; min-width: 250px; left: 0; background: #fff; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; padding: 0;margin: 0}
.category_header:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; }
.category_header ul li {text-align: left;border-bottom: 1px solid rgb(173 173 173 / 32%);position: relative;}
.category_header ul li:last-child { border-bottom: 0px; }
.category_header ul li a { font-size: 15px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-weight: 500; text-transform: capitalize; color: #333; }
.category_header ul li ul { top: 0px; left: 100%; }
.category_header ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; }
.category_header ul li a:hover { color:var(--color-main); }


/* category */
.category { padding: 20px 0; }
.box_category { border-radius: 20px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); }
.title_category { padding: 20px 55px; line-height: 28px; color: #272727; font-family: "Lexend", sans-serif; font-size: 24px; font-weight: 500; border-bottom: 1px solid #ECEDEF; }
.box_category_info { display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px; padding: 20px; }
.item-real-estate { text-align: center; }
.img-real-estate { width: 80px; height: 80px; border-radius: 10px; background: #E2F0EA; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; }
.img-real-estate img { max-width: 50px; }
.item-real-estate h3 { margin: 0; position: relative; display: block; }
.item-real-estate h3 a { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; color: #272727; font-family: "Lexend", sans-serif; font-size: 16px; font-weight: 500; }
.item-real-estate:hover h3 a { color: var(--color-main); }

/* search */
.search {width: 100%;max-width: 500px;border-radius: 8px;border: 1px solid #ECEDEF;background: #FFF;display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.search label { width: 50px; text-align: center; color: var(--color-main); line-height: 40px; font-size: 18px }
.search input { width: calc(100% - 50px); line-height: 40px; border: none; padding: 0 15px; color: #A3A3A3; font-size: 14px; outline: none; --tw-ring-inset: unset; --tw-ring-offset-width: 0; --tw-ring-offset-color: #fff; --tw-ring-color: #fff !important; }
.search input::-webkit-input-placeholder { color: #A3A3A3; }
.search input:-moz-placeholder { color: #A3A3A3; }
.search input::-moz-placeholder { color: #A3A3A3; }
.search input:-ms-input-placeholder { color: #A3A3A3; }

/* link-header */
.link-header {color: #333;font-family: "Lexend", sans-serif;font-size: 14px;display: flex;align-items: center;justify-content: space-between;gap: 10px;white-space: nowrap;margin: 0 5px;}
.link-header:hover { color: var(--color-main); }
.post-btn {display: flex;padding: 8px 16px;align-items: center;gap: 9px;justify-content: space-between;border-radius: 6px;background: var(--color-main);color: #FFF;font-family: "Lexend", sans-serif;font-size: 14px;font-weight: 500;line-height: 14px;white-space: nowrap;}
.post-btn:hover { color: yellow; }

/* slideshow */
.slideshow { position: relative; }
.slideshow .wrap-content { position: relative; border-radius: 20px; overflow: hidden; }

/* Search Res */
.search-res { position: relative; margin-right: 15px; }
.search-res .icon-search {width: 30px;height: 30px;cursor: pointer;text-align: center;line-height: 28px;color: var(--color-main);font-size: 16px;margin: 0px;border: 1px solid var(--color-main);border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.search-res .icon-search.active { color: #fff; background: var(--color-main); border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid var(--color-main); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; display: flex; align-items: center; justify-content: space-between; }
.search-res .search-grid p { width: 40px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-main); line-height: 40px; text-align: center; }
.search-res .search-grid input {width: calc(100% - 35px);line-height: 38px;outline: none;border: none;color: #000;font-size: 15px;outline: none;}
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }

/* Mmenu */
.offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow: scroll; }
.offcanvas-body::-webkit-scrollbar { width: 4px; height: 4px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-thumb { background-color: #0d6efd; border-radius: 5px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-track { background: #fff; width: 4px; height: 4px; transition: all 1s; }
.btn-close-menu { position: absolute; right: 20px; top: 20px; }
.menu-mobile ul { padding: 0px; }
.menu-mobile ul li { position: relative; }
.menu-mobile ul li > span i { transition: transform 0.3s ease; /* Adjust duration and easing as needed */ }

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a { display: block; padding-right: 30px; color: #333; font-size: 15px; padding: 10px 0px; border-bottom: 1px solid #f1f1f1; text-transform: capitalize; }
.menu-mobile ul li a i { margin-right: 10px; }
.menu-mobile ul li li a { font-weight: normal; }
.menu-mobile ul li a:hover { color: #f00; }
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: #0253a4; font-size: 17px; line-height: 18px; height: 25px; color: #fff; width: 35px; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.menu-mobile ul li:hover { color: #f00; }
.menu-mobile ul ul li .scroll { background: none; color: #0253a4; }
.menu-mobile ul li ul { padding-left: 10px; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p { margin-bottom: 5px; font-size: 13px; }
.company p span { color: #007bff; }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.head-menu img {/* max-width: 80px; */ }
.search-menu { width: 100%; position: relative; margin: 10px 0px; }
.search-menu input { width: 100%; background: #f5f5fa; border: 1px solid #f1f1f1; height: 40px !important; font-size: 13px; }
.search-menu p { position: absolute; right: 10px; bottom: 8px; }

/* Menu */
#menu { display: none; }
#hamburger { display: block; width: 35px; height: 23px; position: relative; cursor: pointer; }
#hamburger:before, #hamburger:after, #hamburger span { background: #000; content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }
.wrap-menu { display: flex; justify-content: space-between; align-items: center; gap: 10px; border-top: 1px solid #ffffff1f; }
.menu-head-left { position: relative; }
.title-menu { color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; line-height: 40px; display: block; }
.menu-product-list { position: absolute; z-index: 99; top: 100%; width: 250px; background: #fff; border-radius: 2px; }
.menu-product-list ul { padding: 0px; margin-bottom: 0px; }
.menu-product-list ul ul { position: absolute; width: 750px; background: #fff; left: 100%; top: 0px; border: 1px solid #999; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; height: 100%; overflow-x: hidden; }
.menu-product-list ul ul ul { position: relative; left: 0px; top: 0px; width: 100%; border: none; display: block; height: auto; }
.menu-product-list ul li a { position: relative; display: block; color: #333; font-size: 14px; font-weight: 500; padding: 5px 10px 5px 10px; border-bottom: 1px solid #ddd; }
.menu-product-list ul li a .icon-down { position: absolute; right: 10px; top: 10px; }
.menu-product-list ul ul li a span { position: absolute; right: 10px; font-size: 13px; font-weight: 500; color: #00a3ff; }
.menu-product-list ul li a:hover { color: #f00; }
.menu-product-list ul ul li a { border-bottom: none; font-weight: bold; }
.menu-product-list ul ul ul li a { font-weight: normal; }
.menu { position: relative; z-index: 99; width: calc(100% - 320px); }
.menu .wrap-content { position: relative; }
.fix_menu { position: fixed !important; box-shadow: 0 0 1px #999; background: #fff; }


a.cart-header { position: relative; }
a.cart-header span { position: absolute; top: 0px; right: 0px; color: #fff; font-size: 11px; width: 17px; height: 17px; text-align: center; border-radius: 50%; }

/*   SLider */
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 2px solid #fff; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-align: center; font-size: 25px; margin: 0px; background-color: #00a3ff; display: flex; align-items: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }

/* DT */
.box-photo-ct { border-radius: 20px; overflow: hidden; }
.title-main { position: relative; text-align: center; margin-bottom: 30px; }
.title-main span, .title-main h1 { color: var(--color-main);font-size: 35px; text-transform: uppercase; margin-bottom: 10px; position: relative; padding: 0 10px; display: inline-block; }
.title-main span::before { position: absolute; content: ""; width: 65px; height: 50px; background: url("../images/title1.png") no-repeat; left: 100%; top: -12px; }
.title-main span::after { position: absolute; content: ""; width: 65px; height: 50px; background: url("../images/title.png") no-repeat; right: 100%; top: -12px; }
.title-main p { max-width: 720px; margin: 0 auto; color: #222; font-family: "Mulish", sans-serif; font-size: 15px; font-weight: 400; line-height: 25px; display: block }
.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: #fff; font-weight: 700; text-transform: uppercase; }
.title-cat-main { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.title-cat-main span { display: block; color: #999; background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%); background-color: #fff; padding: 10px; border-radius: 10px; cursor: pointer; }
.title-cat-main span:hover, .title-cat-main span.active { background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%); color: #000; }

/* News */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; }
.news { display: block; margin-bottom: 20px; display: block; }
.pic-news { border-radius: 10px; display: block; overflow: hidden; position: relative; }
.pic-news img { width: 100%; }
a.views { display: inline-block; text-decoration: none; margin-top: 10px; border: solid 1px #ccc; padding: 7px 20px; border-radius: 20px; color: #000; font-size: 16px; }
a.views:hover { border: solid 1px #fed402; color: #fed402; }
.name-news { color: #1b1b1b; font-size: 18px; line-height: 22px; max-height: 40px; -webkit-line-clamp: 2 !important; font-weight: 400; }
a.name-news.name1 { font-size: 25px; line-height: 32px; max-height: 64px; }
.name-news:hover { color: #fed402; }
.time-news { color: #fed402; margin-bottom: 0px; font-size: 12px; margin: 7px 0; font-style: italic; font-weight: 500; }
.desc-news { color: #333333; margin: 0px; }
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 2px; }
.list-news-other li a { text-transform: none; color: #333333; }
.list-news-other li a:hover { color: #fed402; }

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-weight: 700; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.box-readmore li ul > li { margin: 0; margin-bottom: 8px; }
.box-readmore li ul > li:before { content: counters(item, '.') ' '; }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; display: none; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; }
.box-readmore ul li:before { content: counters(item, '.') '. '; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }

/* Footer */
.info-footer { padding: 40px 0; position: relative; background: #fff }
.info-footer .flex-footer { display: flex; justify-content: space-between; gap: 20px; z-index: 0; flex-wrap: wrap; }
.info-footer .flex-footer .box-footer:nth-child(1) { width: 48%; }
.info-footer .flex-footer .box-footer:nth-child(2) { width: 24%; }
.info-footer .flex-footer .box-footer:nth-child(3) { width: 24%; }
.title_ft { color: #272727; font-size: 16px; font-weight: 500; line-height: 24px; text-transform: capitalize; position: relative; margin-bottom: 20px; padding-left: 10px; }
.title_ft::before { position: absolute; content: ""; width: 2px; height: 16px; background: var(--color-main); left: 0; top: 50%; transform: translateY(-50%); }
.content_ft { color: #333; font-size: 14px; line-height: 24px; }
.social-footer a { margin: 0 0 10px; transition: all 1s; display: block; color: #333; display: flex; align-items: center; justify-content: space-between; }
.social-footer a img { transition: all 1s; }
.social-footer a:hover img { transition: all 1s; transform: rotate(360deg); }
.social-footer a span { display: inline-block; width: calc(100% - 40px); color: #333; font-size: 14px; }
.footer-ul { padding: 0; margin: 0; }
.footer-ul li { line-height: 25px; padding: 0 0 10px; }
.footer-ul li a { color: #333; font-size: 14px; line-height: 25px; }
.footer-ul li:hover, .footer-ul li:hover a { color: var(--color-main); }
.footer-powered { background: var(--color-main); color: #FFF; font-size: 16px; text-align: center; padding: 15px 0; line-height: 22px; font-family: "Lexend", sans-serif; }
.footer-powered a, .footer-powered span { color: #FFF; }
.footer-powered span { text-transform: uppercase; }
.maps_ft iframe { width: 100%; height: 500px }

/* about */
.abouthome { padding: 0 0 60px; position: relative; }
.box_abouthome { border-radius: 20px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); padding: 30px; text-align: center; }
.title_about { color: #272727; font-family: "Lexend", sans-serif; font-size: 24px; font-weight: 500; margin-bottom: 10px }
.info_about { color: #333; font-size: 14px; line-height: 24px; }
.more_about p{ border-radius: 60px; border: 1px solid var(--color-main); padding: 10px 40px; color: var(--color-main); font-family: "Lexend", sans-serif; font-size: 16px; font-weight: 500; line-height: 25px; text-transform: uppercase; display: inline-block; margin-bottom: 0;cursor: pointer;}
.more_about p:hover { background: var(--color-main); color: #fff }

/* link-filter */
.link-filter { padding: 20px 0; position: relative; }
.box-link-filter { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.item-link-filter { border-radius: 20px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); padding: 20px 30px 30px; }
.item-link-filter h3 { color: #272727; font-family: "Lexend", sans-serif; font-size: 18px; font-weight: 500; line-height: 24px; text-transform: uppercase; margin-bottom: 15px }
.item-link-filter ul { margin: 0; padding: 0; max-height: 300px; overflow: overlay }
.item-link-filter ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.item-link-filter ul::-webkit-scrollbar { width: 2px; background-color: #F5F5F5; }
.item-link-filter ul::-webkit-scrollbar-thumb { background-color: var(--color-main); }
.item-link-filter ul li { position: relative; display: block }
.item-link-filter ul li a { color: #333; font-size: 15px; line-height: 30px; }
.item-link-filter ul li:hover a { color: var(--color-main); }

/* estate-area */
.estate-area { padding: 40px 0; position: relative; }
.title-estate-area { margin-bottom: 25px; color: #272727; font-family: "Lexend", sans-serif; font-size: 24px; font-weight: 500; line-height: 14px; }
.box-estate-area { display: block }
.item_city { width: calc(22% - 16px); float: left; margin-left: calc(1% + 16px); margin-bottom: 30px; position: relative; display: block; border-radius: 10px; overflow: hidden; }
.item_city img { border-radius: 10px; overflow: hidden; }
.item_city:nth-child(1) { width: 54%; margin-left: 0 }
.info_city {position: absolute;top: 0;left: 0;padding: 20px 30px;pointer-events: none;background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 39.25%, rgba(0, 0, 0, 0.70) 100%) no-repeat;width: 100%;height: 100%;}
.info_city h3 { color: #FFF; font-family: "Lexend", sans-serif; font-size: 22px; font-weight: 500; }

/* real-estate-hot */
.real-estate-hot { padding: 20px 0 60px; }
.real-estate-hot .wrap-content { border-radius: 20px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); padding: 10px 30px 30px }
.title-real-estate-hot { padding-left: 100px; margin-bottom: 20px; background: url("../images/hot.png") no-repeat center left 50px; line-height: 40px; color: var(--Mu-tiu, #272727); font-family: "Lexend", sans-serif; font-size: 24px; font-weight: 500; }

/* listhome */
.listhome { position: relative; display: block }
.box_listhome { padding: 40px 0; position: relative; }
.box_listhome:nth-child(2n + 1) { background: #fff; }
.title_listhome { margin-bottom: 20px; position: relative; display: block; color: #272727; font-family: "Lexend", sans-serif; font-size: 30px; font-weight: 600; text-transform: uppercase; }
.input-user { position: relative; z-index: 0; }
.note-content { position: absolute; top: 32px; left: 13px; font-weight: 400; font-size: 13px; line-height: 20px; color: rgb(177, 179, 181); transition: all; pointer-events: none; margin: 0 }
#content-post:focus + p.note-content { display: none; }
#content-post:active + p.note-content { display: none; }
.card-title { font-size: 16px; margin-bottom: 0; }
.jFiler-input-dragDrop { width: 100% !important }
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb { width: 100% !important }
.jFiler-items-grid .jFiler-item .jFiler-item-container { margin: 0 }
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image img { max-width: 100%; width: 100%; }

/*  */
.tab_content { display: none; visibility: hidden; position: relative; width: 100%; }
.tab_content.active { display: block; visibility: visible; position: relative; }
.tab_status_post { overflow: overlay; line-height: 30px; border-bottom: 1px solid #ccc; margin-bottom: 15px; gap: 20px; display: flex; }
.tab_status_post span { position: relative; display: inline-block; color: #000; font-weight: 500; cursor: pointer; }
.tab_status_post span.active { color: var(--color-main); }
.icon_deposit { top: 2px; position: relative; }
.form-user .alert p { margin-bottom: 0; }
.box_money { display: flex; justify-content: start; align-items: center; flex-wrap: wrap; }
.box_money span { margin-right: 10px; background: var(--color-main); padding: 5px 10px; border-radius: 5px; overflow: hidden; color: #fff; font-weight: 500; cursor: pointer; }

/* item_post */
.item_post {display: flex;align-items: start;justify-content: space-between;flex-wrap: wrap;width: 100%;position: relative;border-radius: 10px;border: 1px solid #DFE0E3;background: #FFF;margin-bottom: 15px}
.img_post { width: 250px; }
.img_post span, .img_post span img { border-radius: 10px 0 0 10px; overflow: hidden; }
.info_post { width: calc(100% - 250px); padding: 10px 15px }
.info_post h3 { margin-bottom: 2px; position: relative; color: #272727; font-size: 16px; font-family: "Lexend", sans-serif; font-weight: 500; line-height: 27px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; line-height: 25px; max-height: 50px; }
.item_post:hover .info_post h3 { color: var(--color-main); }
.info_post span.price_show { display: block; color: #FF641E; font-size: 20px; font-weight: 700; margin-bottom: 5px }
.info_post span.type_service { display: inline-block; margin-bottom: 5px; padding: 8px; border-radius: 6px; background: #E2F0EA; color: var(--color-main); font-size: 14px; font-weight: 600; line-height: 14px; }
.info_post a.edit_post { display: inline-block; margin-bottom: 5px; padding: 8px; border-radius: 6px; background: #e9e9e9; color: #000; font-size: 14px; font-weight: 600; line-height: 14px; cursor: pointer; }
.info_post span.showhidden { display: inline-block; margin-bottom: 5px; padding: 8px; border-radius: 6px; background: #e9e9e9; color: #000; font-size: 14px; font-weight: 600; line-height: 14px; cursor: pointer; }
.info_post span.desc_product { display: block; color: #272727; line-height: 25px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; max-height: 50px; margin-bottom: 5px; }
.info_post .action_post { margin-bottom: 0 }
.info_post span.color-main { background: var(--color-main); color: #fff }

/* header_product_top */
.header_product_top { display: flex; align-items: center; justify-content: start; flex-wrap: wrap; gap: 10px; margin: 15px 0; }
.header_product_top span { border-radius: 4px; border: 1px solid #ECEDEF; background: #FFF; display: flex; padding: 9px 10px; align-items: center; gap: 6px; cursor: pointer; }
.header_product_top span.active{ border-color:var(--color-main);color:var(--color-main); }
.breadcrumb-item+.breadcrumb-item::before { content: url("../images/icon_right.png");top:0;position:relative; }
.breadcrumb-item a { color: #818181; font-size: 15px; font-style: normal; font-weight: 400; line-height: 18px; }
.breadcrumb-item.active a { color: #333; }
.title_category_detail { color: #272727; font-size: 18px; font-weight: 700; margin: 20px 0 }
.product_detail { display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; }
.product_detail_left { width: calc(100% - 330px); }
.product_detail_right { width: 300px; border-radius: 10px; border: 1px solid #ECEDEF; background: #FFF; padding: 20px; }
.product_right { width: 300px; }
.box_right { border-radius: 10px; border: 1px solid #ECEDEF; background: #FFF; padding: 30px 35px;margin-bottom: 25px}
.title_right { color: #272727; font-family: "Lexend", sans-serif; font-size: 18px; font-weight: 500; margin-bottom: 10px;}
.box_right ul { margin: 0; padding: 0; list-style: inside; color: #838383;}
.box_right ul li{ padding: 6px 0; }
.box_right ul li a { color: #272727; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 25px;}
.box_right ul li:hover a { color: var(--color-main); }



/* category-product */
.category-product { display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px; padding: 20px; padding: 20px; border-radius: 10px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); margin-bottom: 30px; }
.item_category { text-align: center; position: relative; }
.img_category { display: flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid #ECEDEF; background: #F9F9F9; width: 70px; height: 70px; margin: 0 auto; margin-bottom: 10px; }
.item_category h3 { margin: 0; position: relative; display: block; }
.item_category h3 a { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; color: #333; font-size: 16px; font-weight: 400; }
.item_category:hover h3 a { color: var(--color-main); }
.slick_hotproduct { display: none; margin-left: -10px; margin-right: -10px }
.slick_hotproduct .col-12 { padding: 0 10px; }
.hotproduct { overflow: hidden; margin-bottom: 30px; }

/* Sort */
.sort-select { display: flex; justify-content: end; margin: 20px 0px; position: relative; }
.sort-select .click-sort { border: 1px solid #e0e0e0; border-radius: 4px; cursor: pointer; font-size: 14px; padding: 6px 10px 6px 8px; margin: 0px; }
.sort-select-main { display: grid; background-color: #fff; border-radius: 4px; box-shadow: 0 4px 6px rgb(0 0 0 / 20%); position: absolute; padding: 0 7px; top: 30px; right: 0; width: 160px; z-index: 2; }
.sort-select-main p { border-bottom: 1px solid #f1f1f1; margin: 0px; order: 2; }
.sort-select-main p:has(.check) { order: 1; }
.sort a { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; }
.sort a.check i { box-sizing: border-box; position: relative; display: inline-block; transform: scale(var(--ggs, 1)); width: 22px; height: 16px; border: 2px solid transparent; border-radius: 100px; vertical-align: middle; }
.sort a.check i::after { content: ''; display: block; box-sizing: border-box; position: absolute; left: 3px; top: -4px; width: 6px; height: 10px; border-width: 0 2px 2px 0; border-style: solid; transform-origin: bottom left; transform: rotate(45deg); }
.sort-select .sort-show { padding-right: 12px; position: relative; }
.sort-select .sort-show::before { content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #333; content: ''; height: 0; position: absolute; top: 6px; right: 0; width: 0; }

/* Product */
.filter { position: absolute; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; }
.flex-product-main { display: flex; gap: 20px; }
.flex-product-main .left-product { width: 250px; }
.flex-product-main .right-product { width: calc(100% - 250px); }
.wrap-product-sale { background-color: #ffa09e; border-radius: 10px; overflow: hidden; }
.wr-search p { font-weight: bold; text-transform: uppercase; }
.product { display: block; position: relative; border-radius: 10px; border: 1px solid #DFE0E3; background: #FFF; }
.pic-product { position: relative; }
.pic-product a, .pic-product a img { border-radius: 10px 10px 0 0; overflow: hidden; display: block; }
.info_product { padding: 15px 20px 10px; }
.info_product h3 { margin-bottom: 7px; position: relative; display: block; }
.info_product h3 a { color: #272727; font-size: 15px; font-family: "Lexend", sans-serif; font-weight: 500; line-height: 27px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; line-height: 25px; height: 50px; }
.product:hover .info_product h3 a { color: var(--color-main); }
.info_product span.desc_product { display: block; color: #272727; line-height: 25px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; max-height: 50px; margin-bottom: 10px; }
.info_product span.acreage_product { display: inline-block; margin-bottom: 5px; padding: 8px; border-radius: 6px; background: #E2F0EA; color: var(--color-main); font-size: 14px; font-weight: 600; line-height: 14px; margin-right: 5px }
.info_product span.price_show { display: block; color: #FF641E; font-size: 20px; font-weight: 700; margin-bottom: 5px }
.info_product p.posted_date { margin-bottom: 5px; color: #474747; font-size: 14px; line-height: 24px; background: url("../images/time.png") no-repeat left center; padding-left: 30px }
.info_product p.address_product { margin-bottom: 0; color: #474747; font-size: 14px; line-height: 24px; background: url("../images/address.png") no-repeat left 2px center; padding-left: 30px;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical;}
.pic-product .icon_hot { position: absolute; left: 10px; top: 10px; border-radius: 6px; background: #FF641E; padding: 4px 8px; color: #FFF; font-size: 14px; font-weight: 600; line-height: 14px; }
.icon_service { position: absolute; right: 10px; top: 10px; border-radius: 6px; background: #FF641E; padding: 4px 8px; color: #FFF; font-size: 14px; font-weight: 600; line-height: 14px; }
.pic-product .number_img { position: absolute; right: 10px; bottom: 10px; width: 36px; line-height: 25px; background: url("../images/icon_img.png") no-repeat center; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 14px; font-weight: 700; padding: 3px 0 0 }
.more_product { border-radius: 60px; border: 1px solid var(--color-main); display: inline-flex; padding: 10px 40px; justify-content: center; align-items: center; gap: 10px; color: var(--color-main); text-align: justify; font-family: "Lexend", sans-serif; font-size: 16px; font-style: normal; font-weight: 500; line-height: 25px; text-transform: uppercase; }
.more_product:hover { color: #fff; background: var(--color-main); }
.box-cat { text-align: center; }
.box-cat h3 { font-size: 14px; color: #333; margin-top: 10px; }
.box-cat:hover h3 { color: #f00; }
.cart-product { margin: 5px 0 0 0px; }
.cart-product span { cursor: pointer; color: #fff; text-align: center; padding: 0px 5px; border-radius: 5px; display: inline-block; line-height: 34px; font-size: 13px; font-weight: 700; }
.cart-add { margin-left: 10px; background-color: #00a5d9; width: 155px; }
.cart-add:hover { background-color: #fed402; }
.cart-buy { background-color: #ff2e00; width: 93px; height: 33px; }
.cart-buy:hover { background-color: #fed402; }
.grid-product { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.grid-product > * { max-width: 100%; /* Giới hạn kích thước */ min-width: 0; /* Ngăn phần tử mở rộng quá mức */ }
.page-item.active .page-link { background: var(--color-main); border-color: var(--color-main); }

.wrap-show-content { position: relative; }
.wrap-show-content.max-height { max-height: 500px; overflow: hidden; }
.wrap-show-content.active { max-height: 100%; }
.wrap-show-content.active .btn-show-content { position: relative; padding: 20px; background: none; }
.btn-show-content { text-align: center; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(180deg, transparent, #FAFAFA); padding-top: 100px; }


/* product detail */
.grid-pro-detail { display: flex; justify-content: space-between; align-items: start; }
.grid-pro-detail .left-pro-detail { width: 48%; }
.grid-pro-detail .right-pro-detail { width: 50%; }
.detail-product { display: flex; justify-content: space-between; }
.detail-product .left-pro-detail { width: 40%; border: 1px solid #ddd; }
.detail-product .right-pro-detail { width: 57%; }
.detail-product .right-pro-detail ul { list-style: none; padding: 0px; }
.detail-product .right-pro-detail ul li { margin-bottom: 20px; }
.detail-product .right-pro-detail ul li .title-pro-detail { font-size: 18px; }
.detail-product .right-pro-detail ul li .attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail { font-weight: 700; font-size: 20px; color: #f00; }
.tabs-pro-detail .tab-content { border: 1px solid #ddd; border-top: none; padding: 20px; }
.nav-tabs li a { text-transform: uppercase; font-weight: 500; color: #333; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { color: #f00; }
.attr-label-pro-detail { font-weight: 500; font-weight: normal; font-size: 18px; }

/*  */
.product_detail_left .fotorama{border-radius: 10px;margin-bottom: 20px}
.box-info-detail { border-radius: 10px; border: 1px solid #DFE0E3; background: #FFF; padding: 30px; margin-bottom: 10px}
h1.title-detail { color: #272727; font-size: 22px; font-weight: 700; line-height: 1.4em }
.box-info-detail span.price_show { display: block; color: #FF641E; font-size: 30px; font-weight: 700; margin: 10px 0;}
.box-info-detail p.address_product { margin-bottom: 10px; color: #474747; font-size: 14px; line-height: 24px; background: url("../images/address.png") no-repeat left 2px center; padding-left: 30px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical;}
.box-info-detail p.posted_date { margin-bottom: 0; color: #474747; font-size: 14px; line-height: 24px; background: url("../images/time.png") no-repeat left center; padding-left: 30px ;}
.desc_product { color: #474747; font-size: 16px; margin-bottom: 8px}
.box-info-detail p.hotline { margin-bottom: 0; line-height: 28px; color: #474747; font-size: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px}
.box-info-detail p.hotline a.numberhotline { color: #0671CC !important; font-size: 16px; font-weight: 700; }
.box-info-detail .btn-showphone { display: inline-flex; padding: 1px 10px; justify-content: center; align-items: center; gap: 10px; border-radius: 6px; border: 1px solid #0671CC; color: #0671CC !important; font-size: 14px; line-height: 24px; cursor: pointer;}
.title-box-info { color: #272727; font-family: "Lexend", sans-serif; font-size: 18px; font-weight: 500; line-height: 24px; border-bottom: 1px solid #DFE0E3;padding-bottom: 10px;margin-bottom: 15px;}
.info-detail-product{ padding:0;margin:0; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px;row-gap: 5px}
.info-detail-product li { color: #474747; font-size: 14px; padding: 10px 0;border-bottom: 1px solid #DFE0E3;position: relative;padding-left: 30px}
.info-detail-product li:before {content: "";margin-right: 8px;width: 24px;height: 24px;position: absolute;top: 8px;left: 0px;scale: 0.8;background-image: url('../images/allicon.webp');}
.info-detail-product li:nth-child(1):before { background-position: -900px -64px }
.info-detail-product li:nth-child(2):before { background-position: -856px -152px }
.info-detail-product li:nth-child(3):before { background-position: -900px -284px }
.info-detail-product li:nth-child(4):before { background-position: -900px -372px }
.title_orther_detail { color: #272727; font-family: "Lexend", sans-serif; font-size: 30px; font-weight: 600; margin-bottom: 20px}
.orther_detail{ margin:30px 0 }
.slick_orther { display: none; margin-left: -10px; margin-right: -10px }
.slick_orther .col-12 { padding: 0 10px; }
.box_orther_detail{ overflow:hidden; }





/*  */
.item-search label { cursor: pointer; }
.item-search input { display: none }
.item-search [type="checkbox"]:checked + label { color: var(--color-main); }

/* css block actions  */
.ul-actions { display: flex; justify-content: center; margin: 20px; gap: 15px; align-items: flex-start; }
.ul-actions li, .ul-actions > div { list-style-type: none; margin: 0; padding: 0; width: 80px; text-align: center; }
.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover { border-color: #fd6e1d; }
.ul-actions .box__tabr { align-items: center; border: 1px solid #e0e0e0; border-radius: 2px; display: flex; justify-content: center; min-height: 55px; padding: 4px; height: 60px; width: 80px; }
.icon-action { background-image: url('../images/icon_chitiet@2x-min.png'); background-repeat: no-repeat; display: inline-block; height: 30px; width: 30px; line-height: 30px; vertical-align: middle; background-size: 300px 180px; }
.icon-dnb { background-position: 0 0; height: 28px; width: 28px; }
.icon-tskt { background-position: -105px 0; height: 30px; width: 30px; }
.icon-ttsp { background-position: -140px 0; height: 19px; width: 23px; }
.ul-actions p { font-size: 14px; line-height: 1.3; margin-top: 5px; white-space: normal; color: #000; }

/* modal-detail */
.modal-detail::-webkit-scrollbar { width: 10px; }
.modal-detail::-webkit-scrollbar-thumb { width: 10px; background: #4d90e0; border-radius: 10px; height: 50px; }
.modal-detail { position: fixed; z-index: 999; background: #000000c4; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: scroll; }
.content-modal-detail { background: #fff; max-width: 1200px; margin: 0px auto; min-height: 100vh; }
.content-modal-detail .tabs { display: flex; cursor: pointer; padding: 0; list-style: none; justify-content: center; border-bottom: 1px solid #e0e0e0; position: sticky; top: 0px; background: #fff; z-index: 99; }
.content-modal-detail .tabs li { padding: 20px 20px; margin-right: 5px; font-weight: bold; position: relative; border-bottom: 4px solid #fff; }
.content-modal-detail .tabs li.active { color: #2d9cdb; border-bottom: 4px solid #2d9cdb; }
.content-modal-detail .tab-content { padding: 20px; max-width: 900px; margin: 0px auto; }
.content-modal-detail .tab-content.active { display: block; }
.close-tab { position: fixed; top: 15px; right: 20px; z-index: 10; }
.btn-closemenu { position: fixed; top: 10px; right: 20px; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 4px; color: #333; cursor: pointer; line-height: 21px; padding: 7px; text-align: right; width: 72px; }
.btn-closemenu::before { transform: rotate(45deg); }
.btn-closemenu::after { transform: rotate(-45deg); }
.btn-closemenu::before, .btn-closemenu::after { background-color: #333; content: ''; left: 13px; height: 14px; position: absolute; top: 10px; width: 1px; }
.cursor-pointer { cursor: pointer; }

/* Contact */
.contact-map { position: relative; height: 500px; margin-top: 30px; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.frm_contact { border: 1px solid #ddd; padding: 30px; }

/*  breadCrumbs */
.breadCrumbs { padding: 10px 0px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }

/* paging */
.paging-product { position: relative; }
.pagination { margin: 20px 0px; }
.pagination li span { cursor: pointer; }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: #1182fc; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: #1182fc; opacity: 0.5; }
.btn-frame .zoomIn { animation-name: zoomIn; }
.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { animation-name: pulse; }
.grid-properties { display: flex; gap: 10px; }
.grid-properties span { position: relative; border: 1px solid #ddd; padding: 5px 15px; cursor: pointer; min-width: 70px; }
.grid-properties span:hover, .grid-properties span.active { border: 1px solid #f00; color: #f00; }
.grid-properties span:hover:after, .grid-properties span.active:after { content: ''; border: 0.9375rem solid transparent; border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d); bottom: 0; position: absolute; right: -0.9375rem; }
.grid-properties span.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; }

/* scrollToTop */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
[x-cloak] { display: none !important; }

/* CSSS T */
a.views_dm { width: 140px; height: 38px; }
.effect_button { transform-style: preserve-3d; transform: translateZ(-25px); transition: transform 0.25s; position: relative; display: inline-flex; z-index: 1; }
.effect_button:after, .effect_button:before { position: absolute; content: 'xem thêm'; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #f00; box-sizing: border-box; border-radius: 5px; z-index: -1; text-transform: uppercase; font-weight: 700; font-size: 15px; }
.effect_button:before { color: #fff; background: #f00; transform: rotateY(0deg) translateZ(25px); }
.effect_button:after { color: #f00; transform: rotateX(90deg) translateZ(25px); }
.effect_button:hover { transform: translateZ(-25px) rotateX(-90deg); }

/* News */
.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.item-news { position: relative; display: block; border-radius: 10px; background: #FFF; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20); margin: 10px; }
.img-news a, .img-news a img { border-radius: 10px 10px 0 0; overflow: hidden; }
.info-news { position: relative; padding: 20px }
.info-news h3 { margin: 0 0 10px; position: relative; display: block; }
.info-news h3 a { color: #111; font-weight: 700; line-height: 24px; font-size: 17px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; height: 48px; }
.item-news:hover .info-news h3 a { color: var(--color-main); }
.info-news  p { display: block; color: #333; text-align: justify; line-height: 24px; font-size: 15px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; height: 72px; margin-bottom: 0; }
.item-news .ds-news { width: 100%; }
.ds-news span { display: block; line-height: 25px; color: #999; font-size: 13px; margin: 10px 0px 0px; font-style: italic; }
.ds-news h3 { font-size: 16px; margin: 0; color: #000; font-weight: 500; text-transform: uppercase; -webkit-line-clamp: 2 !important; }
.ds-news .desc { color: #333; }
.item-news:hover h3 { color: #f00; }
.item-news-all a { display: flex; justify-content: space-between; }
.item-news-all a .ds-news { width: calc(100% - 110px); }
.item-news-all a .ds-news h3 { text-transform: capitalize; font-size: 15px; }
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.news-left { width: 68%; }
.news-right { position: sticky; top: 20px; width: 30%; background: #f1f1f1cc; padding: 20px; box-shadow: 0px 0px 5px #99999978; }
a.btn_link { position: relative; margin: 5px; height: 36px; width: 140px; }
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before { content: 'facebook'; }
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before, .btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before { border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(0 165 217 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(0 165 217 / var(--tw-bg-opacity)); }
.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before { content: 'google map'; }
div.slick.in-page:not(.slick-initialized) { display: flex; gap: 10px; overflow: hidden; white-space: nowrap; }
.attr-pro-detail { margin: auto; padding: 0; }
.baonoidung iframe { max-width: 100% !important; }
.baonoidung img { height: auto !important; }
.baonoidung * { max-width: 100% !important; }
.baonoidung table { display: block; overflow-y: auto; }
div.desc-pro-detail ul li { margin-bottom: 0.75rem; list-style-type: circle; }
div.desc-pro-detail ul li:last-child { margin-bottom: 0 !important; }
div.baonoidung ul li { margin-bottom: 0.75rem; list-style-type: disc; }
div.baonoidung ol li { margin-bottom: 0.75rem; list-style-type: decimal; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00; }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px; }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: #232323; }

/* Swipper */
.swiper .swiper-wrapper { width: inherit; height: inherit; }
.swiper.swiper-initialized .swiper-wrapper { margin: 0; width: 100%; height: 100%; }
.swiper.swiper-initialized .swiper-slide { padding: 0; margin: 0px; overflow: hidden; }

/* Popup */
.modal-title { font-size: 20px; }

/* CSS cho loading */
.loading-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); justify-content: center; align-items: center; z-index: 999; }
.loading { width: 50px; height: 50px; border: 5px solid rgba(0, 0, 0, 0.1); border-radius: 50%; border-top: 5px solid #3498db; animation: spin 1s linear infinite; }
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.item-video { cursor: pointer; }
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; }
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { text-align: center; font-size: 16px; margin: 15px 0 0; }

/*  */
.custom-control-label::before { position: absolute; top: 3px; left: 0px; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ''; background-color: #dee2e6; border: #adb5bd solid 1px; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
.custom-control-label::before, .custom-file-label, .custom-select { transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }
a.my-jFiler-item-trash { color: inherit; text-decoration: none; }
.custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; }
.custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; }
.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }
.custom-control-label::after { position: absolute; top: 3px; left: 0px; display: block; width: 1rem; height: 1rem; content: ''; background: no-repeat 50%/50% 50%; }
.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("../images/icon.svg"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #007bff; background-color: #007bff; box-shadow: none; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath stroke=!string!d=!string!/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before { border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Ccircle r=!string!fill=!string!/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); }
.custom-switch { padding-left: 2.25rem; }
.custom-switch .custom-control-label::before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; }
.custom-switch .custom-control-label::after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #c02026; background-color: #c02026; box-shadow: none; }
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image i { position: absolute; top: calc(50% - 25px / 2); left: calc(50% - 25px / 2); color: #ffc107; width: 25px; height: 25px; font-size: 25px; text-align: center; line-height: 25px; display: none; }
.action-filer i { position: relative; top: -2px; }

/* item_estate */
.item_estate { border-radius: 10px; border: 1px solid #DFE0E3; background: #FFF; padding: 15px; margin-bottom: 20px; display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; }
.img_estate{width: 37%; position: relative;}
.img_estate a,.img_estate a img{ border-radius: 10px;overflow:hidden; }
.img_estate .icon_hot { position: absolute; left: 10px; top: 10px; border-radius: 6px; background: #FF641E; padding: 4px 8px; color: #FFF; font-size: 14px; font-weight: 600; line-height: 14px; }
.img_estate .number_img { position: absolute; right: 10px; bottom: 10px; width: 36px; line-height: 25px; background: url("../images/icon_img.png") no-repeat center; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 14px; font-weight: 700; padding: 3px 0 0 }
.info_estate{width: calc(63% - 25px);}
.info_estate h3 { margin-bottom: 7px; position: relative; display: block; }
.info_estate h3 a { color: #272727; font-size: 15px; font-family: "Lexend", sans-serif; font-weight: 500; line-height: 27px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; line-height: 25px; max-height: 50px; }
.item_estate:hover .info_estate h3 a { color: var(--color-main); }
.info_estate span.desc_product { display: block; color: #272727; line-height: 25px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; max-height: 50px; margin-bottom: 5px; }
.info_estate span.acreage_product { display: inline-block; margin-bottom: 5px; padding: 8px; border-radius: 6px; background: #E2F0EA; color: var(--color-main); font-size: 14px; font-weight: 600; line-height: 14px; margin-right: 5px }
.info_estate span.price_show { display: block; color: #FF641E; font-size: 20px; font-weight: 700; margin-bottom: 5px }
.info_estate p.posted_date { margin-bottom: 0; color: #474747; font-size: 14px; line-height: 24px; background: url("../images/time.png") no-repeat left center; padding-left: 30px ;width: 120px}
.info_estate p.address_product { margin-bottom: 0; color: #474747; font-size: 14px; line-height: 24px; background: url("../images/address.png") no-repeat left 2px center; padding-left: 30px; width: calc(100% - 120px); overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical;}

/* info user product */
.info-user-product { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding-bottom: 15px; border-bottom: 1px solid #DFE0E3; margin-bottom: 15px }
.img-user-product { width: 58px; border-radius: 50%; overflow: hidden; }
.img-user-product img { border-radius: 50%; overflow: hidden; }
.right-user-product { width: calc(100% - 70px); }
.right-user-product h3 { color: #272727; font-size: 16px; font-weight: 500; text-transform: capitalize; margin-bottom: 10px; }
.right-user-product span { border-radius: 8px; background: #7DA44E; display: inline-flex; padding: 6px 10px; justify-content: center; align-items: center; gap: 10px; color: #FFF; font-size: 14px; line-height: 18px; }
.hotline-user {border-radius: 6px;background: var(--color-main);color: #FFF;font-size: 14px;font-weight: 700;line-height: 40px;text-align: center;gap: 10px;display: flex;align-items: center;justify-content: center; cursor: pointer;}
.hotline-user a{ color:#fff !important }

/* .fancybox__container */
.fancybox__container{ --fancybox-bg: rgb(24 24 27 / 68%) !important }
.fancybox__content { width: 600px;  }
#filter-main{ padding: 1rem 1.5rem ;border-radius: 10px;overflow: hidden;}
.title_filter {font-weight: 700;font-size: 20px;text-align: center;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: 15px}

/*  */
.validation-filter input[type=radio] { --s: 1em; height: 20px; aspect-ratio: 1; border: calc(var(--s)/8) solid #939393; padding: 2px; background: radial-gradient(farthest-side, var(--color-main) 94%, #0000) 50%/0 0 no-repeat content-box; border-radius: 50%; outline-offset: calc(var(--s)/10); -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; font-size: inherit; transition: .3s; font-size: 20px;width: 20px;margin-right: 10px;--tw-ring-inset: unset; --tw-ring-offset-width: 0; --tw-ring-offset-color: #fff; --tw-ring-color: #fff !important;}
.validation-filter input[type=radio]:checked { border-color: var(--color-main); background-size: 100% 100%; }
.validation-filter input[type=radio]:disabled { background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box; opacity: .5; cursor: not-allowed; }
.validation-filter label.lable_filter { display: inline-flex; align-items: center; margin: 5px 0; cursor: pointer; padding: 5px 0 12px; border-bottom: 1px solid #cccccc63; font-size: 16px; }

