
.sr.in {
    opacity: 1;
    transform: translateY(0);
}
.bg-main-tranfer {
    background: #ff000008;
}
.home_page{
	padding-top: 64px
}
/* ===== HERO ===== */
.owl-nav.disabled,.owl-prev.disabled, .owl-next.disabled {
    display: none;
}
.hero {
    position: relative;
    min-height: 420px;
    background: linear-gradient(
        135deg,
        #1a0a0e 0%,
        #3d0f1a 40%,
        #8b1a2a 70%,
        #c45520 100%
    );
/*    overflow: hidden;*/
    display: flex;
    align-items: center;
    padding-bottom: 75px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: url("/application/themes/images/banner_home.jpg")
        center/cover;
    opacity: 0.85;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(120, 0, 20, 0.9) 0%, rgba(120, 0, 20, 0.8) 34%, rgba(120, 0, 20, 0.7) 40%, rgba(120, 0, 20, 0) 57%);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 48px 0px 40px;
/*    max-width: 900px;*/
    animation: slideInLeft 0.8s ease;
}
.hero-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 12px;
}
.hero-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin-bottom: 24px;
}
.hero-search {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    animation: fadeInUp 0.9s ease 0.2s both;
	width: fit-content
}
.hero-search .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
    color: var(--text);
    padding: 6px 10px;
    width: 300px;
}
.hero-search .search-input::placeholder {
    color: #aaa;
}
.search-divider {
    width: 1px;
    height: 28px;
    background: var(--border);
}
.hero-search select {
    border: none;
    outline: none;
    font-size: 13px;
    color: var(--text);
    padding: 6px 10px;
    background: transparent;
    cursor: pointer;
    min-width: 150px;
}
.btn-search {
    background: var(--red);
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}
.btn-search:hover {
    background: var(--red-dark);
    transform: scale(1.03);
}

/* Hero CTA cards */
.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 2;
    animation: slideInRight 0.8s ease 0.1s both;
}
.hero-cta-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 260px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: -4px 0px 5px var(--red);
}
.btn_icon_cta{
	border-radius: 8px;
    padding: 10px;
}
.hero-cta-card:hover {
    transform: translateX(-4px);
}
.hero-cta-card .cta-text strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hero-cta-card .cta-text span {
    font-size: 12px;
    color: var(--gray);
}
.cta-arrow {
    width: 36px;
    height: 36px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    flex-shrink: 0;
    transition: var(--transition);
}
@media screen and (max-width: 1199px) {
	.hero-content {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1043px) {
	.hero-cta {
		flex-direction: row;
		width: 100%;
		margin-bottom: 15px;
	}
}
.btn_investor:hover {
    background: #ffffff36;
}

.btn_investor {
    transition: .3s all;
}
/* Stats bar */
.stats-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 14px 0px;
    gap: 0;
    z-index: 1;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 2 1;
    animation: countUp 0.6s ease both;
    max-width: 150px;
}
.stat-item:not(:last-child) {
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
    /* margin-right: 24px; */
    /* padding-right: 24px; */
}
.stat-icon {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
}
.icon_banner {
    width: 30px;
    height: 30px;
    background: url(/application/themes/images/icons/icon_home_new.png);
}
.stat-info strong {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: block;
}
.stat-info span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}
.stat-update {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dot-live {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
.stat-update span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/* Dots */
.hero-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: var(--transition);
}
.dot.active {
    background: #fff;
    width: 20px;
    border-radius: 4px;
}

/* ===== MAIN CONTENT ===== */
.main-content {
    padding: 32px 0 0;
}
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-card .section-title {
    font-size: 16px;
}
.badge-all {
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}
.filter-tabs {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.filter-tab {
    font-size: 13px;
    color: var(--gray);
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    background: transparent;
    font-weight: 500;
}
.filter-tab.active,.filter-tab.active:hover{
    background: var(--red);
    color: #fff;
    font-weight: 700;
}
.filter-tab:hover {
    color: var(--red);
    background: rgba(200, 16, 46, 0.08);
}
.view-all {
    color: var(--red);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    transition: var(--transition);
}
.view-all:hover {
    gap: 8px;
}

/* ===== PROJECT CARDS ===== */
.featured_project .owl-carousel .owl-stage-outer{
	padding: 10px 0;
}
.project-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    transition: var(--transition);
    cursor: pointer;
    animation: fadeInUp 0.5s ease both;
}
.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}
.card-img-wrap {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.project-card:hover .card-img-wrap img {
    transform: scale(1.06);
}
.card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card-badge.soon {
    background: var(--orange);
}
.card-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--gray);
    cursor: pointer;
    transition: var(--transition);
    border: none;
}
.card-fav:hover {
    color: var(--red);
    transform: scale(1.15);
}
.card-body-custom {
    padding: 14px;
}
.card-title-custom {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
    color: var(--text);
}
.card-location {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 8px;
}
.card-price {
    font-size: 15px;
    font-weight: 800;
    color: var(--red);
}
.card-price span {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray);
}
#projectCarousel.owl-carousel .owl-item {
    width: 100%;
    height: auto;
    display: flex;
}


#projectCarousel.owl-carousel .owl-item .project-card {
    width: 100%;
}

.owl_flex .owl-stage {
    display: flex !important;
}
/* Carousel nav */
.carousel-nav {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--text);
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}
.carousel-nav:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

/* News */
.news-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
}
.news-item:last-child {
    border-bottom: none;
}
.news-item:hover {
    opacity: 0.8;
}
.news-img {
    width: 72px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.news-body {
}
.news-tag {
    font-size: 10px;
    font-weight: 700;
    color: var(--red);
    background: rgba(200, 16, 46, 0.08);
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 4px;
}
.news-title-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 4px;
}
.news-date {
    font-size: 11px;
    color: var(--gray);
}

/* ===== TABLE ===== */
.table-section {
    margin-top: 28px;
}
.filter-row {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.filter-select {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    color: var(--text);
    background: #fff;
    cursor: pointer;
    transition: var(--transition);
    outline: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.filter-select:focus,
.filter-select:hover {
    border-color: var(--red);
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.data-table thead th {
    background: var(--light-gray);
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--gray);
    border-bottom: 2px solid var(--border);
}
.data-table tbody tr {
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
    animation: fadeIn 0.4s ease both;
}
.data-table tbody tr:hover {
    background: rgba(200, 16, 46, 0.03);
}
.data-table tbody td {
    padding: 11px 12px;
    font-size: 13px;
}
.status-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}
.status-green {
    background: rgba(22, 163, 74, 0.1);
    color: var(--green);
}
.status-orange {
    background: rgba(245, 158, 11, 0.1);
    color: var(--orange);
}
.link-red {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}
.link-red:hover {
    text-decoration: underline;
}
/* ── PARTNERS ── */
.partners-wrap{
  background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:18px 28px;
}
.partners-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.partners-head h3{font-size:15px;font-weight:800}
.partners-track{
  display:flex;align-items:center;gap:0;overflow:hidden;position:relative;
}
.partner-btn{
  width:32px;height:32px;border:1px solid var(--border);border-radius:50%;
  background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
  font-size:13px;color:var(--gray);flex-shrink:0;transition:all .2s;z-index:2;
}
.partner-btn:hover{background:var(--red);color:#fff;border-color:var(--red)}
.partner-scroll{
  display:flex;align-items:center;gap:0;overflow:hidden;flex:1;
  margin:0 10px;
}
.partner-inner{display:flex;align-items:center;gap:0;transition:transform .4s var(--ease)}
.partner-logo{
  min-width:200px;display:flex;align-items:center;justify-content:center;
  padding:10px 20px;border-right:1px solid var(--border);cursor:pointer;
  transition:background .2s;filter:grayscale(30%);
}
.partner-logo:hover{background:rgba(200,16,46,.04);filter:grayscale(0)}
.partner-logo img{height:28px;object-fit:contain;max-width:100px}
.partner-logo span{font-size:13px;font-weight:800;color:var(--text);letter-spacing:.3px}
/* ── NEWS + DOCS + SUPPORT ── */
.bottom-row{
  display:grid;grid-template-columns:1fr 1fr 1fr;
  gap:18px;padding:22px 28px;background:var(--bg);
}
/* news */
.news-panel{background:#fff;border-radius:11px;border:1px solid var(--border);padding:18px 20px}
.np-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.np-head h3{font-size:14px;font-weight:800}
.news-cards{display:flex;flex-direction:column;gap:0}
.nc-item{
  display:flex;flex-direction:column;
  border-bottom:1px solid var(--border);
  padding-bottom:14px;margin-bottom:14px;cursor:pointer;transition:opacity .2s;
}
.nc-item:last-child{border:none;padding-bottom:0;margin-bottom:0}
.nc-item:hover{opacity:.75}
.nc-img{width:100%;height:130px;border-radius:8px;object-fit:cover;margin-bottom:10px}
.nc-tag{font-size:11px;font-weight:700;color:var(--red);border-radius:20px;display:inline-block;}
.nc-title{font-size:13px;font-weight:700;line-height:1.4;margin-bottom:4px;color:var(--text)}
.nc-desc{font-size:11.5px;color:var(--gray);line-height:1.5;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height: 35px}
.nc-date{font-size:11px;color:#bbb}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border: 1px solid var(--red) !important;
    color: var(--red);
    background: #ffffffc7;
}
@media screen and (max-width:767px) {
	.owl_angular.owl-carousel .owl-prev {
		left: -15px;
	}
	.owl_angular.owl-carousel .owl-next {
		right: -15px;
	}
}
/* large news card */
.nc-item.large .nc-img{height:160px}
/* docs panel */
.docs-panel{background:#fff;border-radius:11px;border:1px solid var(--border);padding:18px 20px}
.dp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.dp-head h3{font-size:14px;font-weight:800}
.doc-item{
  display:flex;align-items:center;justify-content:space-between;
  padding:11px 0;border-bottom:1px solid #f3f3f3;
  cursor:pointer;transition:background .15s;
}
.doc-item:last-child{border:none}
.doc-item:hover .doc-name{color:var(--red)}
.doc-left{display:flex;align-items:start;gap:10px}
.doc-ico{color:var(--red);font-size:15px;flex-shrink:0; margin-top: .25rem;}
.doc-name{font-size:13px;color:var(--text);transition:color .2s}
.doc-dl{
  width:28px;height:28px;border:1px solid var(--border);border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  color:var(--gray);font-size:13px;flex-shrink:0;transition:all .2s;
}
.doc-item:hover .doc-dl{background:var(--red);color:#fff;border-color:var(--red)}
/* support panel */
.support-panel{background:#fff;border-radius:11px;border:1px solid var(--border);padding:18px 20px}
.sup-head h3{font-size:14px;font-weight:800;margin-bottom:14px}
.sup-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f3f3f3}
.sup-item:last-of-type{border:none}
.sup-ico{
  width:36px;height:36px;border-radius:9px;background:rgba(200,16,46,.08);
  display:flex;align-items:center;justify-content:center;
  color:var(--red);font-size:16px;flex-shrink:0;
}
.sup-label{font-size:11px;color:var(--gray);margin-bottom:2px}
.sup-val{font-size:13px;font-weight:700;color:var(--text)}
.btn-contact{
  display:block;width:100%;margin-top:16px;
  border:1.5px solid var(--red);color:var(--red);
  background:transparent;padding:10px;border-radius:8px;
  font-size:13px;font-weight:700;text-align:center;
  cursor:pointer;transition:all .2s;font-family:inherit;
}
.btn-contact:hover{background:var(--red);color:#fff}


/* Mobile Hero */
.mobile-hero {
    position: relative;
    /* height: 237px; */
    /* padding: 30px 0px 0px; */
    /* overflow: hidden; */
}
.mobile-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.mobile-hero-overlay {
    position: relative;
    inset: 0;
    background: linear-gradient(90deg, rgba(120, 0, 20, 0.9) 0%, rgba(120, 0, 20, 0.8) 50%, rgba(120, 0, 20, 0.7) 40%, rgb(120 0 20 / 5%) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 16px 0px;
}
.mobile-hero h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.mobile-hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    margin-top: 4px;
}

/* Mobile Search */
.mobile-search-wrap {
    background: #fff;
    /* margin: 0 12px; */
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* padding: 12px; */
    /* margin-top: -30px; */
    position: relative;
    z-index: 2;
}
.mobile-search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    /* border: 1.5px solid var(--border); */
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 0;
    transition: var(--transition);
}
.mobile-search-bar:focus-within {
    border-color: var(--red);
}
.mobile-search-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
    color: var(--text);
}
.mobile-search-bar i {
    color: var(--gray);
    font-size: 16px;
}
.mobile-filter-icon {
    width: 36px;
    height: 36px;
    background: var(--red);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    flex-shrink: 0;
    transition: var(--transition);
}
.mobile-filter-icon:hover {
    background: var(--red-dark);
}
.mobile-filter-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}
.mobile-filter-chips::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width:767px) {
	.featured_project {
		padding: 20px 10px 0px;
	}

	.featured_project .section-header {
		padding: 0px 5px;
		margin-bottom: 10px;
	}

	.featured_project .section-header .section-title {
		font-size: 15px;
		font-weight: 800;
		color: var(--text);
	}
}

/* Mobile Stats */
.mobile-stats {
    background: var(--red);
    padding: 16px;
    margin: 0 0;
    display: flex;
    justify-content: space-around;
    animation: fadeIn 0.6s ease;
    position: relative;
    box-shadow: 1px -40px 24px var(--red);
}
.mobile-stat {
    text-align: center;
}
.mobile-stat strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: block;
}
.mobile-stat span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
}

/* Mobile Quick Links */
.mobile-quick {
    background: #fff;
    padding: 20px 16px;
}
.quick-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
.quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: var(--transition);
}
.quick-item:hover {
    transform: translateY(-2px);
}
.quick-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.quick-icon.blue {
    background: #3b82f6;
}
.quick-icon.green {
    background: #22c55e;
}
.quick-icon.purple {
    background: #8b5cf6;
}
.quick-icon.orange {
    background: #f97316;
}
.quick-icon.red {
    background: var(--red);
}
.quick-icon.teal {
    background: #14b8a6;
}
.quick-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--text);
    text-align: center;
    line-height: 1.2;
}

/* Mobile Section */
.mobile-section {
    padding: 20px 16px;
}
.mobile-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.mobile-section-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
}
.mobile-view-all {
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
}

/* Mobile Project Cards */
.mobile-cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}
.mobile-cards::-webkit-scrollbar {
    display: none;
}
.mobile-card {
    min-width: 190px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    flex-shrink: 0;
    transition: var(--transition);
    cursor: pointer;
}
.mobile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.mobile-card-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.mobile-card-body {
    padding: 10px;
}
.mobile-card-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 6px;
}
.badge-outstanding {
    background: rgba(200, 16, 46, 0.1);
    color: var(--red);
}
.badge-new {
    background: rgba(22, 163, 74, 0.1);
    color: var(--green);
}
.mobile-card-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
}
.mobile-card-location {
    font-size: 11px;
    color: var(--gray);
    margin-bottom: 4px;
}
.mobile-card-price {
    font-size: 13px;
    font-weight: 800;
    color: var(--red);
}

/* Mobile Table */
.mobile-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: var(--transition);
    animation: fadeInUp 0.4s ease both;
}
.mobile-list-item:last-child {
    border-bottom: none;
}
.mobile-list-item:hover {
    opacity: 0.8;
}
.mobile-list-img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.mobile-list-info {
    flex: 1;
}
.mobile-list-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
}
.mobile-list-meta {
    font-size: 11px;
    color: var(--gray);
}
.mobile-list-price {
    text-align: right;
}
.mobile-list-price strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
}
.mobile-list-status {
    font-size: 11px;
    font-weight: 600;
}
.mobile-list-status.green {
    color: var(--green);
}
.mobile-list-status.orange {
    color: var(--orange);
}

/* Filter dropdown custom */
.mobile-filter-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    overflow-x: auto;
}
.mobile-filter-row::-webkit-scrollbar {
    display: none;
}
.mobile-filter-btn {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text);
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: var(--transition);
    flex-shrink: 0;
}
.mobile-filter-btn:hover {
    border-color: var(--red);
    color: var(--red);
}
.mobile-filter-btn .filter-more {
    border: 1px solid var(--red);
    color: var(--red);
    border-radius: 6px;
    padding: 7px 12px;
}
/* ── STATISTICS ROW ── */
.stats-row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
  margin-top: 28px;
  background:var(--bg);
}
.stat-panel{
  background:#fff;border-radius:11px;border:1px solid var(--border);
  padding:18px 20px;
}
.stat-panel-head{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:14px;
}
.stat-panel-head h3{font-size:14px;font-weight:800;color:var(--text)}
.sp-sel{
  border:1px solid var(--border);border-radius:7px;
  padding:5px 10px;font-size:12px;color:var(--text);
  background:#fff;outline:none;cursor:pointer;font-family:inherit;
}
/* chart panel */
.chart-legend{display:flex;gap:16px;margin-bottom:10px}
.cleg{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--gray)}
.cleg-dot{width:10px;height:3px;border-radius:2px}
.chart-wrap{position:relative;height:170px}
.chart-ylab{font-size:10px;color:#bbb;margin-bottom:6px}
.chart-xlink{
  display:block;text-align:center;color:var(--red);
  font-size:12.5px;font-weight:600;margin-top:12px;
  text-decoration:none;
}
.chart-xlink:hover{text-decoration:underline}
/* tx stats */
.tx-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tx-item{
  border:1px solid var(--border);
  border-radius:9px;
  padding: 15px;
  transition:box-shadow .2s;
  display: flex;
  gap: 10px;
}
.tx-item:hover{box-shadow:0 4px 14px rgba(0,0,0,.07);border-color: var(--red);}
.tx-ico{
  width:34px;height:34px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;margin-bottom:8px;
}
.tx-ico.red{background:rgba(200,16,46,.1);color:var(--red)}
.tx-ico.green{background:rgba(22,163,74,.1);color:var(--green)}
.tx-ico.blue{background:rgba(59,130,246,.1);color:#3b82f6}
.tx-ico.orange{background:rgba(217,119,6,.1);color:var(--orange)}
.tx-label{font-size:11px;color:var(--gray);margin-bottom:3px}
.tx-val{font-size:22px;font-weight:900;color:var(--text);line-height:1}
.tx-change{font-size:11px;margin-top:4px;font-weight:600}
.tx-up{color:var(--green)}.tx-down{color:var(--red)}
.tx-link{display:block;text-align:center;color:var(--red);font-size:12.5px;font-weight:600;margin-top:14px;text-decoration:none}
.tx-link:hover{text-decoration:underline}
/* sale activity */
.sale-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f3f3f3}
.sale-row:last-of-type{border:none}
.sale-row .sl{font-size:13px;color:var(--gray)}
.sale-row .sv{font-size:13px;font-weight:700;color:var(--text)}

/*===============FOOTER===========*/
.site-footer {
background: var(--red);
}
/* ─── MAIN SECTION ─── */
.footer-main {
padding: 48px 0 36px;
}
/* ─── LOGO ─── */
.footer-logo {
display: flex; align-items: center; gap: 0;
margin-bottom: 18px; text-decoration: none;
}
.logo-my {
font-size: 28px; font-weight: 300; color: #fff;
letter-spacing: -.5px; line-height: 1;
}
.logo-future {
font-size: 28px; font-weight: 900; color: #fff;
letter-spacing: -1px; line-height: 1;
text-transform: uppercase;
}
.logo-tagline {
font-size: 9px; color: rgba(255,255,255,.55);
text-transform: uppercase; letter-spacing: .8px;
margin-top: 3px; font-weight: 400;
}
.footer-desc {
font-size: 13px; color: var(--text-m);
line-height: 1.75; margin-bottom: 22px; font-weight: 400;
}
.footer-connect-label {
font-size: 12.5px; color: var(--text-m);
font-weight: 500; margin-bottom: 12px;
}
.social-links { display: flex; gap: 10px; }
.social-btn {
width: 38px; height: 38px; border-radius: 10px;
background: rgba(255,255,255,.12);
display: flex; align-items: center; justify-content: center;
color: #fff; font-size: 16px; text-decoration: none;
transition: background .2s, transform .18s;
flex-shrink: 0;
}
.social-btn:hover { background: rgba(255,255,255,.25); transform: translateY(-2px); color: #fff; }
/* ─── NAV COLUMNS ─── */
.footer-nav-title {
font-size: 13px; font-weight: 800; color: #fff;
text-transform: uppercase; letter-spacing: .8px;
margin-bottom: 18px;
}
.footer-nav-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-nav-list li a {
display: flex; align-items: center; gap: 10px;
color: var(--text-m); font-size: 13.5px; font-weight: 400;
text-decoration: none; transition: color .18s, gap .18s;
}
.footer-nav-list li a i {
width: 18px; text-align: center; font-size: 14px;
color: rgba(255,255,255,.45); flex-shrink: 0; transition: color .18s;
}
.footer-nav-list li a:hover { color: #fff; gap: 13px; }
.footer-nav-list li a:hover i { color: rgba(255,255,255,.8); }
/* ─── HỖ TRỢ NHANH ─── */
.hotline-box {
background: rgba(0,0,0,.25);
border-radius: 12px;
padding: 18px 20px;
margin-bottom: 14px;
border: 1px solid rgba(255,255,255,.08);
}
.hotline-row { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.hotline-ico {
width: 44px; height: 44px; border-radius: 50%;
background: rgba(255,255,255,.15);
display: flex; align-items: center; justify-content: center;
font-size: 18px; color: #fff; flex-shrink: 0;
animation: ring 2.4s ease infinite;
}
@keyframes ring {
0%,80%,100% { transform: rotate(0deg); }
10%          { transform: rotate(-12deg); }
20%          { transform: rotate(12deg); }
30%          { transform: rotate(-8deg); }
40%          { transform: rotate(8deg); }
}
.hotline-label { font-size: 12px; color: var(--text-m); font-weight: 500; margin-bottom: 3px; }
.hotline-number {
font-size: 24px; font-weight: 900; color: #fff;
letter-spacing: -.5px; line-height: 1;
}
.hotline-time { font-size: 12px; color: var(--text-m); margin-top: 4px; }
.support-link {
display: flex; align-items: center; justify-content: space-between;
background: rgba(0,0,0,.2);
border-radius: 10px; padding: 14px 16px;
margin-bottom: 10px; cursor: pointer;
transition: background .2s; text-decoration: none;
border: 1px solid rgba(255,255,255,.06);
}
.support-link:last-child { margin-bottom: 0; }
.support-link:hover { background: rgba(0,0,0,.35); }
.support-link .sl-left { display: flex; align-items: center; gap: 10px; }
.support-link .sl-ico {
width: 34px; height: 34px; border-radius: 8px;
background: rgba(255,255,255,.1);
display: flex; align-items: center; justify-content: center;
font-size: 15px; color: #fff; flex-shrink: 0;
}
.support-link .sl-text { font-size: 13px; color: #fff; font-weight: 500; }
.support-link .sl-arr { color: rgba(255,255,255,.45); font-size: 13px; transition: transform .18s; }
.support-link:hover .sl-arr { transform: translateX(4px); color: #fff; }
/* ─── NHẬN THÔNG TIN ─── */
.news-desc {
font-size: 13px; color: var(--text-m); line-height: 1.65; margin-bottom: 22px;
}
.news-icons { display: flex;flex-wrap:wrap;gap: 16px; margin-bottom: 22px; }
.news-icon-item { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; cursor: pointer; }
.news-ico-wrap {
width: 52px; height: 52px; border-radius: 12px;
background: rgba(255,255,255,.1);
display: flex; align-items: center; justify-content: center;
font-size: 20px; color: #fff; transition: background .2s, transform .18s;
}
.news-icon-item:hover .news-ico-wrap { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.news-ico-lbl { font-size: 10.5px; color: var(--text-m); text-align: center; line-height: 1.35; font-weight: 500; }
.btn-subscribe {
display: flex; align-items: center; justify-content: space-between;
width: 100%; background: rgba(255,255,255,.1);
border: 1.5px solid rgba(255,255,255,.25);
border-radius: 10px; padding: 15px 20px;
color: #fff; font-size: 14px; font-weight: 600;
cursor: pointer; font-family: inherit;
transition: background .2s, border-color .2s, transform .18s;
}
.btn-subscribe:hover {
background: rgba(255,255,255,.18);
border-color: rgba(255,255,255,.45);
transform: translateY(-1px);
}
.btn-subscribe i { font-size: 16px; }
/* ─── TRUST BAR ─── */
.trust-bar {
background: rgba(0,0,0,.18);
padding: 22px 0;
}
.trust-item { display: flex; align-items: center; gap: 14px; padding: 4px 0; }
.trust-ico {
width: 42px; height: 42px; border-radius: 10px;
border: 1.5px solid rgba(255,255,255,.2);
display: flex; align-items: center; justify-content: center;
font-size: 18px; color: rgba(255,255,255,.75); flex-shrink: 0;
transition: border-color .2s, color .2s;
}
.trust-item:hover .trust-ico { border-color: rgba(255,255,255,.5); color: #fff; }
.trust-title { font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 2px; }
.trust-desc { font-size: 12px; color: var(--text-m); line-height: 1.45; }
/* trust col divider */
@media (min-width: 992px) {
.trust-col:not(:last-child) { border-right: 1px solid var(--border); }
}
/* ─── BOTTOM BAR ─── */
.footer-bottom {
padding: 20px 0;
}
.copyright-text { font-size: 12px; color: var(--text-m); line-height: 1.6; }
.copyright-text strong { color: #fff; }
/* security badges */
.security-badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sec-badge {
border-radius: 8px; overflow: hidden;
display: flex; align-items: center; justify-content: center;
height: 44px; padding: 0 10px;
border: 1px solid rgba(255,255,255,.12);
background: rgba(255,255,255,.06);
cursor: pointer; transition: background .2s;
}
.sec-badge:hover { background: rgba(255,255,255,.12); }
.sec-badge.red-bg { background: #c0392b; border-color: #c0392b; }
.sec-badge.blue-bg { background: #1a4a8a; border-color: #1a4a8a; }
.sec-badge.green-bg { background: #1a6b3a; border-color: #1a6b3a; }
/* app links */
.app-title { font-size: 12.5px; color: var(--text-m); font-weight: 500; margin-bottom: 10px; }
.app-links { display: flex; gap: 10px; flex-wrap: wrap; }
.app-btn {
display: flex; align-items: center; gap: 8px;
background: rgba(255,255,255,.1);
border: 1px solid rgba(255,255,255,.2);
border-radius: 9px; padding: 8px 14px;
text-decoration: none; color: #fff;
transition: background .2s, transform .18s;
}
.app-btn:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); color: #fff; }
.app-btn i { font-size: 20px; }
.app-btn-text { display: flex; flex-direction: column; line-height: 1.2; }
.app-btn-text small { font-size: 9px; color: rgba(255,255,255,.65); font-weight: 400; }
.app-btn-text strong { font-size: 13px; font-weight: 700; }
/* ─── RESPONSIVE UTILITIES ─── */
@media (max-width: 991.98px) {
.footer-main { padding: 36px 0 28px; }
.footer-nav-title { margin-bottom: 14px; }
}
@media (max-width: 767.98px) {
.hotline-number { font-size: 18px; }
.news-icons { gap: 10px; }
.news-ico-wrap { width: 44px; height: 44px; font-size: 18px; }
.security-badges { justify-content: center; margin-bottom: 16px; }
.app-links { justify-content: center; }
.copyright-text { text-align: center; margin-bottom: 12px; }
}
@media (max-width: 575.98px) {
.logo-my, .logo-future { font-size: 24px; }
.hotline-number { font-size: 20px; }
.trust-item { gap: 10px; }
.trust-ico { width: 36px; height: 36px; font-size: 15px; }
.app-btn { padding: 7px 12px; }
.footer-bottom { text-align: center; }
.social-links { flex-wrap: wrap; }
}
/*===============END FOOTER===========*/

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {	
    .hero-cta {
        display: none;
    }
}
@media (max-width: 991px) {
    .stat-item:last-child {
        display: none;
    }
	.pff-top{
		grid-template-columns: 1fr 1fr 1fr;
    	gap: 10px;
	}
}

@media (max-width: 767px) {    
    .hero {
        display: none;
    }
    .main-content {
        padding: 0;
    }
	.pff-top{
		grid-template-columns: 1.5fr 1fr;
    	gap: 8px;
	}
	.pff-brand .logo-w {
		justify-content: center;
	}

	.box_socical {
		text-align: center;
	}

	.pff-socials {
		justify-content: center;
	}

	.pff-brand {
		text-align: justify;
	}
	.pc-full-footer {
		padding: 36px 0px 50px;
	}

	.pff-about,.pff-cus {
		text-align: right;
	}

	.pff-regis {
		text-align: center;
	}
}

/* Scroll animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}
[data-delay="1"] {
    transition-delay: 0.1s !important;
}
[data-delay="2"] {
    transition-delay: 0.2s !important;
}
[data-delay="3"] {
    transition-delay: 0.3s !important;
}
[data-delay="4"] {
    transition-delay: 0.4s !important;
}

/* Hover lift */
.hover-lift {
    transition: var(--transition);
}
.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Loading shimmer */
.shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}
/*style stock home*/
.ts-table-custom {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 16px; /* Khoảng cách giữa các thẻ */
	background-color: transparent;
}

/* Ẩn tiêu đề bảng vì giao diện card không cần */
.ts-table-custom thead {
	display: none;
}

/* Khung của mỗi thẻ căn hộ */
.ts-table-custom .card-row {
	display: flex;
	align-items: stretch;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	margin-bottom: 10px;
}

.ts-table-custom .card-row:hover {
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}

/* Căn chỉnh các cột bên trong thẻ */
.ts-table-custom td {
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* === PHẦN 1: HÌNH ẢNH === */
.ts-table-custom .td-thumb {
	flex: 0 0 120px;
	padding-right: 16px;
}
.ts-table-custom .thumb-img {
	max-height: 150px;
	object-fit: cover;
	border-radius: 12px;
}

/* === PHẦN 2: THÔNG TIN CHÍNH === */
.ts-table-custom .td-info {
	flex: 1;
	padding-right: 10px;
}

.ts-table-custom .info-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 5px;
}

.ts-table-custom .ma-can-code {
	font-size: 20px;
	font-weight: 700;
	color: #0b50b8; /* Xanh dương đậm */
	text-decoration: none;
}

.ts-table-custom .badge-exclusive {
	background-color: #ffdf00;
	color: #830101;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 6px;
}

.ts-table-custom .info-type {
	color: #555;
	font-size: 14px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.ts-table-custom .info-project {
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 13px;
	color: #555;
	margin-bottom: 8px;
	display: inline-block;
	background-color: #fafafa;
}

.ts-table-custom .info-project div {
	margin-bottom: 4px;
}
.ts-table-custom .info-project div:last-child {
	margin-bottom: 0;
}
.ts-table-custom .info-project i {
	color: #888;
	width: 16px;
	text-align: center;
	margin-right: 4px;
}

.ts-table-custom .view-tag {
	background-color: #f0f5ff;
	color: #0b50b8;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* === PHẦN 3: CÁC KHỐI DIỆN TÍCH & GIÁ === */
.ts-table-custom .td-box {
	flex: 0 0 160px; /* Chiều rộng cố định cho các ô giá/diện tích */
	margin-left: 12px;
}

.ts-table-custom .box {
	border-radius: 12px;
	padding: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* Màu nền khối */
.ts-table-custom .box-blue { background-color: #f4f8ff; } /* Xanh nhạt cho diện tích */
.ts-table-custom .box-red { background-color: #fff5f5; }  /* Đỏ nhạt cho giá */
.ts-table-custom .box-green {background-color: #f5fffd}
.ts-table-custom .box-orange {background-color: #fffbf5}
.ts-table-custom .box-main {
	font-size: 22px;
	font-weight: 700;
	color: #111;
	margin-bottom: 4px;
}

.ts-table-custom .box-main.text-red {color: #d32f2f;}
.ts-table-custom .txt-green {color: green}
.ts-table-custom .txt-orange {color: rgb(255 155 4)}

.ts-table-custom .box-main span {
	font-size: 16px;
	font-weight: 600;
}

.ts-table-custom .box-sub {
	font-size: 14px;
	color: #666;
	margin-bottom: 4px;
}

.ts-table-custom .box-desc {
	font-size: 13px;
	color: #555;
	font-weight: 500;
}
/*end style stock home*/
/*=========LIST STOCK==========*/
.lst_stock_home .u-tag { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: 20px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.lst_stock_home .u-tag--blue { background: rgba(21,101,192,.10); color: var(--blue); }

.lst_stock_home .u-price-block { display: flex; flex-direction: column; gap: 2px; }
.lst_stock_home .u-price-main { font-size: 14px; font-weight: 800; color: var(--text); line-height: 1.2; white-space: nowrap; }
.lst_stock_home .u-price-unit { font-size: 12px; font-weight: 700; color: var(--red-price); white-space: nowrap; }
.lst_stock_home .u-price-unit--gray { color: var(--gray); font-weight: 600; }
.lst_stock_home .u-price-pct { font-size: 11px; color: var(--gray-l); }

.lst_stock_home .u-contact-cell { display: flex; align-items: center; gap: 6px; color: var(--gray-l); font-size: 12px; white-space: nowrap; }
.lst_stock_home .u-contact-cell i { font-size: 14px; color: var(--gray-l); }

.lst_stock_home .u-trend-btn { width: 30px; height: 30px; border-radius: 7px; border: 1px solid rgba(153,3,3,.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background var(--trans), transform var(--trans); flex-shrink: 0; }
.lst_stock_home .u-trend-btn:hover:not([style*="opacity"]) { background: rgba(153,3,3,.16); transform: scale(1.1); }
.lst_stock_home .u-trend-btn i {color: var(--red); }

/* ═══════════════════════════════════════
   TABLE & WRAPPER
═══════════════════════════════════════ */
.lst_stock_home .rt-wrap { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.lst_stock_home .rt-table { width: 100%; border-collapse: collapse; }
.lst_stock_home .rt-table thead tr { background: var(--light); border-bottom: 2px solid var(--border); }
.lst_stock_home .rt-table thead th { padding: 12px 14px; font-size: 12px; font-weight: 700; color: var(--gray); text-align: left; white-space: nowrap; vertical-align: bottom; user-select: none; }
.lst_stock_home .rt-table thead th:first-child { padding-left: 18px; }
.lst_stock_home .rt-table thead th:last-child { padding-right: 18px; text-align: center; }

.lst_stock_home .th-sort { display: inline-flex; align-items: center; gap: 4px; cursor: pointer; }
.lst_stock_home .th-sort i { font-size: 11px; color: #bbb; transition: color var(--trans); }
.lst_stock_home .th-sort:hover i, .th-sort.sorted i { color: var(--red); }
.lst_stock_home .th-sub { font-size: 10.5px; color: var(--gray-l); font-weight: 500; display: block; margin-top: 2px; }
.lst_stock_home .th-info-ico { font-size: 11px; color: var(--gray-l); cursor: help; margin-left: 3px; }

.lst_stock_home .rt-table tbody tr { border-bottom: 1px solid #f0f0f0; transition: background var(--trans); animation: rowIn .35s ease both; }
.lst_stock_home .rt-table tbody tr:last-child { border-bottom: none; }
.lst_stock_home .rt-table tbody tr:hover { background: #fdf8f8; }
.lst_stock_home .rt-table tbody tr:hover .ma-can-code { color: var(--red); }

@keyframes rowIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }

.lst_stock_home .rt-table tbody td { padding: 13px 14px; font-size: 13px; vertical-align: middle; }
.lst_stock_home .rt-table tbody td:first-child { padding-left: 18px; }
.lst_stock_home .rt-table tbody td:last-child { padding-right: 18px; text-align: center; }

.lst_stock_home .td-ma-can { min-width: 180px; }
.lst_stock_home .ma-can-code {font-size: 14px;font-weight: 700;color: var(--blue-l);text-decoration: none;display: flex;align-items: center;gap: 5px;transition: color var(--trans);/* margin-bottom: 4px; */flex-wrap: wrap;}
.lst_stock_home .ma-can-code:hover { color: var(--red); text-decoration: underline; }

.lst_stock_home .dynamic-badge { font-size: 8px; font-weight: 800; padding: 2px 7px; border-radius: 4px; letter-spacing: .3px; }
.lst_stock_home .ma-can-type { font-size: 12px; color: var(--gray); font-weight: 500; display: flex; align-items: center; gap: 5px; margin-bottom: 5px; }
.lst_stock_home .ma-can-type i { font-size: 11px; color: var(--gray-l); }

.lst_stock_home .td-dien-tich { min-width: 80px; white-space: nowrap; }
.lst_stock_home .dt-val { font-size: 14px; font-weight: 700; color: var(--text); }
.lst_stock_home .dt-unit { font-size: 12px; color: var(--gray); font-weight: 500; }
.lst_stock_home .td-price { min-width: 130px; }
.lst_stock_home .custom-pagination-wrapper { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; flex-wrap: wrap; gap: 15px; background: #fff;border-top: 1px solid var(--border); }
.lst_stock_home .pagination-info { font-size: 12px; color: #6c757d; }
.lst_stock_home .custom-pagination { display: flex; list-style: none; padding: 0; margin: 0; gap: 6px; }
.lst_stock_home .custom-page-item { display: flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; padding: 0 8px; border: 1px solid var(--border); border-radius: 4px; background: #fff; color: #495057; font-size: 13px; font-weight: 500; cursor: pointer; text-decoration: none; transition: all 0.2s ease; }
.lst_stock_home .custom-page-item:hover:not(.disabled):not(.dots) { border-color: var(--red); }
.lst_stock_home .custom-page-item.active { background: var(--red); border-color: var(--red); color: #fff; font-weight: 700; }
.lst_stock_home .custom-page-item.dots { border: none; background: transparent; cursor: default; min-width: auto; padding: 0 4px; }
.lst_stock_home .custom-page-item.disabled { opacity: 0.5; cursor: not-allowed; background: #fafafa; }
.lst_stock_home .rt-footer { padding: 14px 18px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; background: var(--light); }
.lst_stock_home .link-view-all { color: var(--red); font-size: 13.5px; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 5px; white-space: nowrap; transition: gap var(--trans); }
.lst_stock_home .link-view-all:hover { gap: 9px; color: var(--red-d); }

.lst_stock_home .loading-wrapper { padding: 40px; text-align: center; color: var(--gray); font-size: 15px; }
@media (max-width: 767px) {
	.lst_stock_home .rt-table-wrap { display: none; }
	.lst_stock_home .rt-footer, .custom-pagination-wrapper { flex-direction: column; align-items: flex-start; }
	.section-title {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.lst_stock_home .mob-prices { grid-template-columns: 1fr 1fr; }
	.lst_stock_home .mob-prices .mob-price-col:last-child { grid-column: 1 / -1; }
}
@media screen and (min-width:1200px) {
	#layout-menu.layout-menu {
        display: none;
    }
}
/*=========END LIST STOCK==========*/