@charset "utf-8";
/* CSS Document */

/********pages***********/
	.divphantrang{
	margin:auto;
	margin-top:20px;
	text-align:center;
	
	}
.lnkpage{display: inline-block;min-width: 10px;text-align: center;color: rgb(85, 85, 85);font-size: 11px;font-weight: 700;padding: 3px 8px;border-radius: 2px;transition: all 0.218s ease 0s;border: 1px solid rgb(210,210,210);background-color: whiteSmoke;
-moz-user-select: none;text-decoration: none;}
.lnkpage:hover{ background:#FFE8E8;border: 1px solid rgb(110,110,110);}
.lnkpageactive{ display: inline-block;min-width: 10px;text-align: center;color: rgb(85, 85, 85);font-size: 11px;font-weight: 700;padding: 3px 8px;border-radius: 2px;transition: all 0.218s ease 0s;border: 1px solid rgb(110,110,110);background-color:#FFE8E8;;-moz-user-select: none;text-decoration: none;}


/* ====== PH&#7846;N N&#7896;I DUNG MENU ====== */
.menu-toggle { display:block !important; }
.menu { display:none !important; }
@media (min-width:993px){ .menu-toggle{display:none !important;} .menu{display:flex !important;} }

.menu-intro {
  margin: 30px 0;
  padding: 25px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.menu-intro h1 {
  font-size: 22px;
  color: #055699;
  margin-bottom: 10px;
}
.menu-intro .content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* ====== GRID DANH SÁCH TIN ====== */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.listing-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.listing-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.listing-item .thumb {
  position: relative;
  display: block;
}
.listing-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.vip-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e91e63;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
}

.listing-info {
  padding: 12px 15px 18px;
}
.listing-info h3 {
  font-size: 16px;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.listing-info h3 a {
  color: #055699;
  text-decoration: none;
}
.listing-info h3 a:hover {
  text-decoration: underline;
}
.listing-info .summary {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 8px;
  height: 45px;
  overflow: hidden;
}

.listing-info .meta {
  font-size: 13px;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.listing-info .price {
  color: #055699;
  font-weight: bold;
}
.listing-info .rent {
  color: #009688;
}
.listing-info .area {
  color: #444;
}

/* ====== PHÂN TRANG ====== */
.divphantrang {
  margin-top: 25px;
  text-align: center;
}
.divphantrang a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #055699;
  text-decoration: none;
  margin: 0 3px;
  font-size: 14px;
}
.divphantrang a:hover {
  background: #055699;
  color: #fff;
  border-color: #055699;
}
