File size: 36,116 Bytes
7e0dcaa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!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>