proposal / index.html
Horyln10's picture
Add 3 files
7e0dcaa verified
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReviewBĐS - Cộng đồng Bất động sản hàng đầu Việt Nam</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Montserrat', sans-serif;
}
.hero-gradient {
background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}
.timeline-item:not(:last-child)::after {
content: '';
position: absolute;
left: 24px;
top: 40px;
height: calc(100% - 40px);
width: 2px;
background-color: #e5e7eb;
}
.chart-container {
position: relative;
height: 300px;
width: 100%;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin-top: 40px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
z-index: 99;
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.03);
}
.hero-section {
min-height: 60vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.hero-content {
position: relative;
z-index: 2;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body class="bg-gray-50">
<!-- Back to top button -->
<button onclick="topFunction()" id="backToTop" class="back-to-top bg-blue-600 text-white p-3 rounded-full shadow-lg hover:bg-blue-700 transition">
<i class="fas fa-arrow-up"></i>
</button>
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-6 py-3">
<div class="flex justify-between items-center">
<div class="flex items-center">
<div class="text-blue-600 mr-2">
<img src="https://via.placeholder.com/50x50" alt="ReviewBĐS Logo" class="h-10">
</div>
<span class="text-xl font-bold text-gray-800">ReviewBĐS</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#gioi-thieu" class="text-gray-700 hover:text-blue-600 transition">Giới thiệu</a>
<a href="#gia-tri" class="text-gray-700 hover:text-blue-600 transition">Giá trị cốt lõi</a>
<a href="#hoat-dong" class="text-gray-700 hover:text-blue-600 transition">Hoạt động</a>
<a href="#ke-hoach" class="text-gray-700 hover:text-blue-600 transition">Kế hoạch 5 năm</a>
<a href="#lien-he" class="text-gray-700 hover:text-blue-600 transition">Liên hệ</a>
</div>
<div class="md:hidden">
<button id="menuBtn" class="text-gray-700 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
<!-- Mobile menu -->
<div id="mobileMenu" class="hidden md:hidden mt-4 pb-4">
<a href="#gioi-thieu" class="block py-2 text-gray-700 hover:text-blue-600 transition">Giới thiệu</a>
<a href="#gia-tri" class="block py-2 text-gray-700 hover:text-blue-600 transition">Giá trị cốt lõi</a>
<a href="#hoat-dong" class="block py-2 text-gray-700 hover:text-blue-600 transition">Hoạt động</a>
<a href="#ke-hoach" class="block py-2 text-gray-700 hover:text-blue-600 transition">Kế hoạch 5 năm</a>
<a href="#lien-he" class="block py-2 text-gray-700 hover:text-blue-600 transition">Liên hệ</a>
</div>
</div>
</nav>
<!-- Hero Title Section -->
<section class="hero-section bg-gray-900">
<div class="absolute inset-0 hero-gradient"></div>
<div class="hero-content text-center px-6 max-w-4xl mx-auto">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">ReviewBĐS</h1>
<p class="text-xl text-gray-200 mb-8">Cộng đồng bất động sản đa nền tảng lớn mạnh nhất Việt Nam</p>
<a href="https://www.facebook.com/groups/2458568224213476" target="_blank" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-medium py-3 px-8 rounded-full transition duration-300 transform hover:scale-105">
Tham gia cộng đồng
</a>
</div>
</section>
<!-- Video Section -->
<section class="container mx-auto px-6">
<div class="video-container rounded-xl overflow-hidden shadow-2xl">
<iframe id="tvcVideo" src="https://www.youtube.com/embed/z5Ppu2v_k2c?autoplay=1&mute=1&controls=0&loop=1&playlist=z5Ppu2v_k2c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<!-- Rest of the content remains the same -->
<!-- Introduction Section -->
<section id="gioi-thieu" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Giới thiệu ReviewBĐS</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Nền tảng thông tin bất động sản hàng đầu với hơn 500,000 thành viên</p>
</div>
<div class="flex flex-col lg:flex-row gap-12 items-center">
<div class="lg:w-1/2">
<div class="bg-gray-50 p-8 rounded-xl shadow-lg">
<h3 class="text-2xl font-bold text-gray-800 mb-6">Tầm nhìn & Sứ mệnh</h3>
<div class="mb-8">
<h4 class="text-xl font-semibold text-blue-600 mb-3">Tầm nhìn</h4>
<p class="text-gray-600">Hướng đến cộng đồng BĐS triệu thành viên đa nền tảng lớn mạnh nhất Việt Nam vào năm 2030, tạo ra sức ảnh hưởng lớn đến thị trường</p>
</div>
<div>
<h4 class="text-xl font-semibold text-blue-600 mb-3">Sứ mệnh</h4>
<p class="text-gray-600">Cung cấp thông tin BĐS đa chiều, khách quan đáp ứng nhu cầu đa dạng thông tin cho khách hàng, nhà môi giới và chủ đầu tư, góp phần thúc đẩy thị trường BĐS phát triển bền vững</p>
</div>
</div>
</div>
<div class="lg:w-1/2">
<div class="bg-gray-50 p-8 rounded-xl shadow-lg">
<h3 class="text-2xl font-bold text-gray-800 mb-6">Triết lý kinh doanh</h3>
<p class="text-gray-600 mb-6">ReviewBĐS hoạt động với triết lý lấy cộng đồng làm trung tâm, cung cấp thông tin đa chiều, khách quan và hữu ích cho tất cả các bên liên quan trong thị trường bất động sản.</p>
<p class="text-gray-600">Chúng tôi tin rằng một thị trường minh bạch với thông tin đầy đủ sẽ tạo điều kiện cho sự phát triển bền vững của ngành bất động sản Việt Nam.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Leadership Section -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Ban Lãnh Đạo & Cố Vấn</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Đội ngũ chuyên gia giàu kinh nghiệm dẫn dắt ReviewBĐS</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<div>
<h3 class="text-2xl font-bold text-gray-800 mb-6 text-center">Ban Lãnh Đạo</h3>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Nguyễn Tấn Tâm" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Nguyễn Tấn Tâm</h4>
<p class="text-sm text-gray-600">CEO - Người sáng lập</p>
</div>
</div>
<p class="text-gray-600 text-sm">Người sáng lập và dẫn dắt cộng đồng ReviewBĐS trở thành nền tảng thông tin bất động sản hàng đầu.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Đào Quốc Việt" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Đào Quốc Việt</h4>
<p class="text-sm text-gray-600">Giám đốc Truyền thông</p>
</div>
</div>
<p class="text-gray-600 text-sm">Xây dựng và phát triển chiến lược truyền thông cho cộng đồng ReviewBĐS.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Phan Đình Phúc" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Phan Đình Phúc</h4>
<p class="text-sm text-gray-600">Giám đốc Sản xuất</p>
</div>
</div>
<p class="text-gray-600 text-sm">Phát triển nội dung truyền thông chất lượng cho cộng đồng.</p>
</div>
</div>
</div>
<div>
<h3 class="text-2xl font-bold text-gray-800 mb-6 text-center">Ban Cố Vấn</h3>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Trương Anh Tú" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Trương Anh Tú</h4>
<p class="text-sm text-gray-600">Cố Vấn Chiến Lược</p>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Đinh Minh Tuấn" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Đinh Minh Tuấn</h4>
<p class="text-sm text-gray-600">Cố Vấn Tài Chính</p>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Trần Minh Cường" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Trần Minh Cường</h4>
<p class="text-sm text-gray-600">Cố Vấn Pháp Lý</p>
</div>
</div>
<p class="text-gray-600 text-sm">Giám đốc Công ty Luật TMC Lawyer</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Ông Phạm Văn Hưng" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Ông Phạm Văn Hưng</h4>
<p class="text-sm text-gray-600">Cố Vấn Marcom</p>
</div>
</div>
<p class="text-gray-600 text-sm">Giám đốc khối Kinh doanh Tiếp Thị Realty Holding</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition hover-scale">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/80x80" alt="Bà Ninh Toàn" class="w-16 h-16 rounded-full object-cover mr-4">
<div>
<h4 class="font-bold">Bà Ninh Toàn</h4>
<p class="text-sm text-gray-600">Cố Vấn Truyền thông Báo chí</p>
</div>
</div>
<p class="text-gray-600 text-sm">Phó Tổng biên tập Báo Xây Dựng</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Core Values Section -->
<section id="gia-tri" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Giá trị cốt lõi</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Những nguyên tắc không thay đổi của ReviewBĐS</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-balance-scale"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Trung Lập</h3>
<p class="text-gray-600">Cam kết cung cấp thông tin khách quan, không thiên vị bất kỳ bên nào trong thị trường bất động sản.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-cube"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Đa chiều</h3>
<p class="text-gray-600">Tiếp cận vấn đề từ nhiều góc độ, đảm bảo cộng đồng có cái nhìn toàn diện về thị trường.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-lightbulb"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Hữu ích</h3>
<p class="text-gray-600">Tập trung vào giá trị thực tế, giúp thành viên đưa ra quyết định đầu tư thông minh.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-check-circle"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Đáng tin cậy</h3>
<p class="text-gray-600">Thông tin được kiểm chứng từ nhiều nguồn, đảm bảo độ chính xác và tin cậy.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-users"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Lấy cộng đồng làm trung tâm</h3>
<p class="text-gray-600">Mọi hoạt động đều hướng đến lợi ích và sự phát triển của cộng đồng thành viên.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-lightbulb"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Sáng tạo</h3>
<p class="text-gray-600">Không ngừng đổi mới, tạo ra các sáng kiến đặc biệt trong phát triển bất động sản.</p>
</div>
</div>
</div>
</section>
<!-- Community Statistics -->
<section class="py-20 bg-blue-600 text-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Thống kê cộng đồng</h2>
<div class="w-20 h-1 bg-white mx-auto mb-6"></div>
<p class="max-w-3xl mx-auto">ReviewBĐS đã trở thành cộng đồng bất động sản lớn nhất Việt Nam</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12">
<div class="text-center">
<div class="text-4xl font-bold mb-2">500,000+</div>
<p class="text-blue-100">Thành viên</p>
</div>
<div class="text-center">
<div class="text-4xl font-bold mb-2">2M+</div>
<p class="text-blue-100">Lượt xem/tháng trên Facebook</p>
</div>
<div class="text-center">
<div class="text-4xl font-bold mb-2">256K</div>
<p class="text-blue-100">Thành viên nhóm Facebook</p>
</div>
<div class="text-center">
<div class="text-4xl font-bold mb-2">150+</div>
<p class="text-blue-100">Nhóm Zalo trên các vùng miền</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-lg">
<div class="chart-container">
<canvas id="growthChart"></canvas>
</div>
</div>
</div>
</section>
<!-- Development History -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Lịch sử phát triển</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Hành trình 5 năm xây dựng cộng đồng bất động sản lớn nhất Việt Nam</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="space-y-8 relative">
<!-- Timeline item -->
<div class="timeline-item relative pl-16">
<div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
<i class="fas fa-calendar text-white"></i>
</div>
<h4 class="font-bold text-lg mb-1">2019</h4>
<p class="text-gray-600">45,000+ thành viên, 3.1 triệu lượt xem</p>
</div>
<!-- Timeline item -->
<div class="timeline-item relative pl-16">
<div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
<i class="fas fa-calendar text-white"></i>
</div>
<h4 class="font-bold text-lg mb-1">2020</h4>
<p class="text-gray-600">100,000+ thành viên, 6.8 triệu lượt xem</p>
</div>
<!-- Timeline item -->
<div class="timeline-item relative pl-16">
<div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
<i class="fas fa-calendar text-white"></i>
</div>
<h4 class="font-bold text-lg mb-1">2021</h4>
<p class="text-gray-600">150,000+ thành viên, 9.6 triệu lượt xem</p>
</div>
<!-- Timeline item -->
<div class="timeline-item relative pl-16">
<div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
<i class="fas fa-calendar text-white"></i>
</div>
<h4 class="font-bold text-lg mb-1">2022</h4>
<p class="text-gray-600">200,000+ thành viên, 11.2 triệu lượt xem</p>
</div>
<!-- Timeline item -->
<div class="timeline-item relative pl-16">
<div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
<i class="fas fa-calendar text-white"></i>
</div>
<h4 class="font-bold text-lg mb-1">2023</h4>
<p class="text-gray-600">240,000+ thành viên, 13.6 triệu lượt xem</p>
</div>
<!-- Timeline item -->
<div class="timeline-item relative pl-16">
<div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center">
<i class="fas fa-calendar text-white"></i>
</div>
<h4 class="font-bold text-lg mb-1">2024</h4>
<p class="text-gray-600">500,000+ thành viên, 22.4 triệu lượt xem</p>
</div>
</div>
</div>
</div>
</section>
<!-- Programs Section -->
<section id="hoat-dong" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Chương trình đã thực hiện</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Những hoạt động nổi bật đóng góp vào sự phát triển của cộng đồng</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover-scale">
<img src="https://via.placeholder.com/600x400" alt="Diễn đàn Thị trường bất động sản 2024" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Diễn đàn Thị trường bất động sản 2024</h3>
<p class="text-gray-600 mb-4">"Thách thức và Cơ hội" - Nơi các chuyên gia chia sẻ góc nhìn về thị trường</p>
<div class="flex items-center text-sm text-gray-500">
<i class="fas fa-calendar-alt mr-2"></i>
<span>Tháng 1/2024</span>
</div>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover-scale">
<img src="https://via.placeholder.com/600x400" alt="Dấu chân Review mùa 1 & 2" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Dấu chân Review mùa 1 & 2</h3>
<p class="text-gray-600 mb-4">Hành trình khám phá các dự án bất động sản tiêu biểu trên cả nước</p>
<div class="flex items-center text-sm text-gray-500">
<i class="fas fa-calendar-alt mr-2"></i>
<span>2023-2024</span>
</div>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover-scale">
<img src="https://via.placeholder.com/600x400" alt="Diễn đàn Khơi thông dòng chảy bất động sản du lịch nghỉ dưỡng" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Diễn đàn Khơi thông dòng chảy bất động sản du lịch nghỉ dưỡng</h3>
<p class="text-gray-600 mb-4">Giải pháp phát triển bền vững cho phân khúc đầy tiềm năng</p>
<div class="flex items-center text-sm text-gray-500">
<i class="fas fa-calendar-alt mr-2"></i>
<span>Tháng 6/2023</span>
</div>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover-scale">
<img src="https://via.placeholder.com/600x400" alt="Workshop Proptrends" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Workshop Proptrends</h3>
<p class="text-gray-600 mb-4">Cập nhật xu hướng thị trường bất động sản mới nhất</p>
<div class="flex items-center text-sm text-gray-500">
<i class="fas fa-calendar-alt mr-2"></i>
<span>Tháng 9/2023</span>
</div>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover-scale">
<img src="https://via.placeholder.com/600x400" alt="Review Connection - Tinh hoa cộng đồng" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Review Connection - Tinh hoa cộng đồng</h3>
<p class="text-gray-600 mb-4">Kết nối các thành viên tiêu biểu trong cộng đồng ReviewBĐS</p>
<div class="flex items-center text-sm text-gray-500">
<i class="fas fa-calendar-alt mr-2"></i>
<span>Tháng 12/2023</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 5-Year Plan -->
<section id="ke-hoach" class="py-20 bg-blue-600 text-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Kế hoạch 5 năm (2025-2030)</h2>
<div class="w-20 h-1 bg-white mx-auto mb-6"></div>
<p class="max-w-3xl mx-auto">Hướng đến cộng đồng triệu thành viên và 50 triệu lượt xem hàng tháng</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12">
<div class="bg-white text-gray-800 p-6 rounded-xl shadow-lg text-center hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-calendar"></i>
</div>
<h3 class="text-xl font-bold mb-3">VRECC 2025</h3>
<p class="text-gray-600">"Kỷ Nguyên Bứt Phá" - Tháng 1/2025</p>
</div>
<div class="bg-white text-gray-800 p-6 rounded-xl shadow-lg text-center hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-home"></i>
</div>
<h3 class="text-xl font-bold mb-3">Bình Dương Sử Sang Chương</h3>
<p class="text-gray-600">Tháng 4/2025</p>
</div>
<div class="bg-white text-gray-800 p-6 rounded-xl shadow-lg text-center hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-shoe-prints"></i>
</div>
<h3 class="text-xl font-bold mb-3">Dấu chân Review mùa 3</h3>
<p class="text-gray-600">Tháng 6/2025</p>
</div>
<div class="bg-white text-gray-800 p-6 rounded-xl shadow-lg text-center hover-scale">
<div class="text-blue-600 text-4xl mb-4">
<i class="fas fa-building"></i>
</div>
<h3 class="text-xl font-bold mb-3">Khát vọng an cư</h3>
<p class="text-gray-600">Tháng 10/2025</p>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg">
<h3 class="text-2xl font-bold text-gray-800 mb-6 text-center">Mục tiêu đến năm 2030</h3>
<div class="grid md:grid-cols-2 gap-8">
<div>
<div class="flex items-center mb-4">
<div class="bg-blue-100 text-blue-600 p-3 rounded-full mr-4">
<i class="fas fa-users"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">5 triệu thành viên</h4>
<p class="text-gray-600">Cộng đồng đa nền tảng lớn mạnh nhất Việt Nam</p>
</div>
</div>
<div class="flex items-center">
<div class="bg-blue-100 text-blue-600 p-3 rounded-full mr-4">
<i class="fas fa-eye"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">50 triệu lượt xem/tháng</h4>
<p class="text-gray-600">Trở thành nền tảng có sức ảnh hưởng lớn nhất thị trường</p>
</div>
</div>
</div>
<div>
<div class="chart-container">
<canvas id="goalChart"></canvas>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gray-900 text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Sẵn sàng tham gia cộng đồng ReviewBĐS?</h2>
<p class="text-xl text-gray-300 mb-8 max-w-3xl mx-auto">Kết nối với hơn 500,000 thành viên đang hoạt động trong lĩnh vực bất động sản</p>
<a href="https://www.facebook.com/groups/2458568224213476" target="_blank" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-medium py-3 px-8 rounded-full transition duration-300 transform hover:scale-105">
<i class="fab fa-facebook-f mr-2"></i> Tham gia ngay
</a>
</div>
</section>
<!-- Contact Section -->
<section id="lien-he" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Liên hệ với chúng tôi</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Để biết thêm thông tin về các chương trình và hoạt động của ReviewBĐS</p>
</div>
<div class="max-w-4xl mx-auto bg-gray-50 rounded-xl shadow-lg overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 bg-blue-600 text-white p-10 flex flex
</html>