-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
751 lines (591 loc) · 60.6 KB
/
index.html
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
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
</head>
<body>
<!-- section top -->
<div class="par">
<div class="notice">
<h2 class="noti_top">Tải ngay ứng dụng Samsung Shop để nhận ưu đãi 10% cho đơn hàng đầu tiên.</h2>
<a href="#" class="dow_noti">Tải ngay > </a>
</div>
</div>
<header class="header_inside">
<div class="logo_header_container">
<img src="https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/gnb-desktop-120x32.png" alt="">
</div>
<div class="menu_item_container">
<div class="menu">
<ul class="menu_item">
<li class="list_item">Ưu đãi</li>
<li class="list_item">Di Động</li>
<li class="list_item">TV & AV</li>
<li class="list_item">Gia dụng</li>
<li class="list_item">Màn hình máy tính</li>
<li class="list_item">Màn hình hiển thị</li>
<li class="list_item">Phụ kiện</li>
<li class="list_item">SmartThings</li>
</ul>
<div class="menu_btn">
<div class="row">
<button>Hỗ Trợ</button>
</div>
<div class="row">
<button>Doanh Nghiệp</button>
</div>
</div>
</div>
</div>
<div class="ulttily">
<div class="item_main">
<a href="#"><i class="fa-solid fa-magnifying-glass"></i></a>
</div>
<div class="item_main">
<a href="#"><i class="fa-solid fa-cart-shopping"></i></a>
</div>
<div class="item_main">
<a href="#"><i class="fa-solid fa-user"></i></a>
</div>
</div>
</header>
<section class="header_bottom">
<h4>Màn Hình</h4>
<div class="menu_left">
<ul class="menu_left">
<li class="list_menu_left">Màn Hình Chơi Game</li>
<li class="list_menu_left">
Màn Hình Độ Phân Giải Cao</li>
<li class="list_menu_left">Màn Hình Cong</li>
<li class="list_menu_left">Màn Hình Chuyên Nghiệp</li>
</ul>
<div class="btn_all">
<button>Xem tất cả</button>
</div>
</div>
</section>
<div class="slide_banenr">
<img src="/img/Samsung.com_1440X320_A_220725.jpg" width="100%" alt="">
</div>
<div class="text_block">
<h1 class="title_block">
Tìm màn hình lý tưởng
</h1>
<p class="muttil_text">
Khám phá các loại màn hình Samsung với đột phá mới nhất
</p>
</div>
<div class="erm_gird">
<div class="slide">
<div class="slide_tab active"><a href="#">Theo độ phân giải</a></div>
<div class="slide_tab"><a href="#"> Theo nhu cầu sử dụng
</a></div>
<div class="slide_tab"><a href="#">
Dành cho game thủ
</a></div>
</div>
<div class="slide_item">
<div class="img_main">
<img src="/img/img_monitor_resolution_684X684.avif" alt="">
<div class="text_img">
<p class="title_img">Cách chọn màn hình phù hợp</p>
<a href="#" class="btn_img">Xem tất cả</a>
</div>
</div>
<div class="card_right">
<div class="card_top">
<div class="card-row">
<img src="/img/S80A32_001_Front_Black_160X160_V0516.avif" width="170" alt="">
<div class="title_card">4k UHD</div>
</div>
<div class="card-row">
<img src="/img/S32A600NWW_001_Front_Black_160X160_V0516.avif" width="170" alt="">
<div class="title_card">1440p QHD</div>
</div>
</div>
<div class="card_buttom">
<div class="card-row">
<img src="/img/C43J890_001_Front_Black_160X160_V0516.avif" width="170" alt="">
<div class="title_card">Góc siêu rộng</div>
</div>
<div class="card-row">
<img src="/img/S33A_001_Front_Black_160X160_V0516.avif" width="170" alt="">
<div class="title_card">1080 FHD</div>
</div>
</div>
</div>
</div>
<div class="slide_item"></div>
<div class="slide_item"></div>
</div>
<div class="product_finder">
<div class="product_finder_header">
<div class="item_left">
<button class="filter_btn">
<i class="fa-solid fa-filter"></i>
Bộ Lọc
</button>
<div class="line"></div>
<div class="filter_bar">
74 Kết quả
</div>
</div>
</div>
<div class="list_product">
<div class="list_left">
<div class="product_finder_list">
<div class="pro_fin_list_head">
<h2>Màn Hình</h2>
</div>
<div class="pro_fin_list_item">
<ul class="pd03-product-finder__filters-list-list-item">
<li class="pd03-product-finder__filters-list-list-items" >
<div class="checkbox-radio">
<input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z16" data-filter-info="filter1@@06z16@@5k-monitor@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:5k-monitor">
<div class="checkbox-radio__text-wrap">
<label class="checkbox-radio__label" for="checkbox-series06z16">
<span class="checkbox-radio__label-text">Màn hình 5K</span>
</label>
</div>
</div>
</li>
<li class="pd03-product-finder__filters-list-list-items" >
<div class="checkbox-radio">
<input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z01" data-filter-info="filter1@@06z01@@uhd-monitor@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:uhd-monitor">
<div class="checkbox-radio__text-wrap">
<label class="checkbox-radio__label" for="checkbox-series06z01">
<span class="checkbox-radio__label-text">Màn Hình UHD</span>
</label>
</div>
</div>
</li>
<li class="pd03-product-finder__filters-list-list-items"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z02" data-filter-info="filter1@@06z02@@curved@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:curved"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z02"><span class="checkbox-radio__label-text">Màn Hình Cong</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z03" data-filter-info="filter1@@06z03@@gaming-monitor@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:gaming-monitor"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z03"><span class="checkbox-radio__label-text">Màn Hình Game</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z04" data-filter-info="filter1@@06z04@@flat@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:flat"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z04"><span class="checkbox-radio__label-text">Màn Hình Phẳng</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z05" data-filter-info="filter1@@06z05@@professional-monitor@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:professional-monitor"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z05"><span class="checkbox-radio__label-text">Màn Hình Chuyên Nghiệp</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z06" data-filter-info="filter1@@06z06@@smart-monitor@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:smart-monitor"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z06"><span class="checkbox-radio__label-text">Màn Hình Thông Minh</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z07" data-filter-info="filter1@@06z07@@odyssey@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:odyssey"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z07"><span class="checkbox-radio__label-text">Màn Hình Odyssey</span></label></div></div>
</li>
<li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z08" data-filter-info="filter1@@06z08@@high-resolution@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:high-resolution"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z08"><span class="checkbox-radio__label-text">Màn Hình Độ Phân Giải Cao</span></label></div></div>
</li>
<li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z09" data-filter-info="filter1@@06z09@@qhd@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:qhd"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z09"><span class="checkbox-radio__label-text">QHD</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z10" data-filter-info="filter1@@06z10@@4k-uhd@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:4k-uhd"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z10"><span class="checkbox-radio__label-text">4K UHD </span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z11" data-filter-info="filter1@@06z11@@super-ultrawide@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:super-ultrawide"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z11"><span class="checkbox-radio__label-text">Super Ultrawide</span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z12" data-filter-info="filter1@@06z12@@wqhd@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:wqhd"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z12"><span class="checkbox-radio__label-text">WQHD</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z13" data-filter-info="filter1@@06z13@@dual-qhd@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:dual-qhd"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z13"><span class="checkbox-radio__label-text">Dual QHD </span></label></div></div></li>
<li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z14" data-filter-info="filter1@@06z14@@fhd@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:fhd"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z14"><span class="checkbox-radio__label-text">FHD</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series06z15" data-filter-info="filter1@@06z15@@ultra-wqhd@@OR@@Type" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:type:ultra-wqhd"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series06z15"><span class="checkbox-radio__label-text">Ultra WQHD</span></label></div></div></li>
</ul>
</div>
</div>
<div class="line_fin"></div>
<div class="product_finder_list">
<div class="pro_fin_list_head">
<h2>Kích thước</h2>
</div>
<div class="pro_fin_list_item">
<ul class="pd03-product-finder__filters-list-list-item"><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series04o01" data-filter-info="filter2@@04o01@@less-than-20@@OR@@Display Size" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:display size:less-than-20"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series04o01"><span class="checkbox-radio__label-text">Dưới 20"</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series04o02" data-filter-info="filter2@@04o02@@20-24@@OR@@Display Size" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:display size:20-24"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series04o02"><span class="checkbox-radio__label-text">20" - 24"</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series04o03" data-filter-info="filter2@@04o03@@24-27@@OR@@Display Size" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:display size:24-27"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series04o03"><span class="checkbox-radio__label-text">24" - 27"</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series04o04" data-filter-info="filter2@@04o04@@27-and-above@@OR@@Display Size" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:display size:27-and-above"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series04o04"><span class="checkbox-radio__label-text">27" trở lên</span></label></div></div></li></ul>
</div>
</div>
<div class="product_finder_list">
<div class="pro_fin_list_head">
<h2>Tính năng</h2>
</div>
<div class="pro_fin_list_item">
<ul class="pd03-product-finder__filters-list-list-item"><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z02" data-filter-info="filter3@@05z02@@built-in-speakers@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:built-in-speakers"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z02"><span class="checkbox-radio__label-text">Bộ Loa Tích Hợp</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z08" data-filter-info="filter3@@05z08@@hdmi-input@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:hdmi-input"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z08"><span class="checkbox-radio__label-text">Cổng HDMI</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z07" data-filter-info="filter3@@05z07@@height-adjustable-stand@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:height-adjustable-stand"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z07"><span class="checkbox-radio__label-text">Điều Chỉnh Chiều Cao Đứng</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z10" data-filter-info="filter3@@05z10@@picture-by-picture@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:picture-by-picture"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z10"><span class="checkbox-radio__label-text">PBP(Picture By Picture)</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z01" data-filter-info="filter3@@05z01@@amd-freesync@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:amd-freesync"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z01"><span class="checkbox-radio__label-text">Công Nghệ AMD Freesync</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z09" data-filter-info="filter3@@05z09@@nvidia-g-sync@@OR@@Feature" disabled="disabled" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:nvidia-g-sync"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z09"><span class="checkbox-radio__label-text">Giải pháp AMD G-sync</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z06" data-filter-info="filter3@@05z06@@game-mode@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:game-mode"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z06"><span class="checkbox-radio__label-text">Chế Độ Game</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z04" data-filter-info="filter3@@05z04@@fast-response-time@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:fast-response-time"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z04"><span class="checkbox-radio__label-text">Tốc Độ Phản Hồi Nhanh</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display:block"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z03" data-filter-info="filter3@@05z03@@eye-saver-mode@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:eye-saver-mode"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z03"><span class="checkbox-radio__label-text">Chế Độ Chống Mỏi Mắt</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z05" data-filter-info="filter3@@05z05@@flicker-free@@OR@@Feature" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:flicker-free"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z05"><span class="checkbox-radio__label-text">Chống Nhấp Nháy</span></label></div></div></li><li class="pd03-product-finder__filters-list-list-items" style="display: none;"><div class="checkbox-radio"><input type="checkbox" name="checkbox" class="hidden" id="checkbox-series05z11" data-filter-info="filter3@@05z11@@quantum-dot-color@@OR@@Feature" disabled="disabled" an-tr="pd03_product finder:filter-product finder-list-filter" an-ca="filter and sort" an-ac="filter" an-la="filter:feature:quantum-dot-color"><div class="checkbox-radio__text-wrap"><label class="checkbox-radio__label" for="checkbox-series05z11"><span class="checkbox-radio__label-text">Màu Sắc Chấm Lượng Tử</span></label></div></div></li></ul>
</div>
</div>
</div>
<div class="list_right">
<div class="product_card_hozzion">
<div class="product_card_hozzion_item">
<div class="product_image_card">
<a href="#"><img src="/img/1.avif" alt=""></a>
<button class="quickview">Tổng quan</button>
</div>
<div class="product_content">
<div class="product_content_pri">
<p class="fes">New</p>
<p class="product_name">49” Màn Hình Odyssey OLED G9 G95SC</p>
<div class="ratting_pro">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star-half-stroke"></i>
<i class="fa-regular fa-star"></i>
<p class="rate">4.5 (2)</p>
</div>
<div class="pd03-product-card__spec ">
<ul class="pd03-product-card__spec-list" role="list">
<li class="pd03-product-card__spec-item" role="listitem">Công nghệ OLED và bộ xử lý Neo Quantum Processor Pro cho chất lượng hình ảnh vượt trội</li>
<li class="pd03-product-card__spec-item" role="listitem">Tốc độ phản hồi 0.03ms và tần số quét 240Hz cho trải nghiệm chiến game mượt mà</li>
<li class="pd03-product-card__spec-item" role="listitem">DisplayHDR True Black 400 tăng cường khả năng hiển thị hình ảnh chân thực đến từng góc khuất cho trải nghiệm chiều sâu ấn tượng.</li>
</ul>
</div>
</div>
<div class="product_content_sec">
<div class="pd03-product-card__price for-horizontal">
<p class="pd03-product-card__price-second ">
<span class="pd03-product-card__price-origin">
chiết khấu 2.001.731 ₫ (giá gốc <del>46.989.000 ₫</del>)
</span>
</p>
<p class="pd03-product-card__price-main " data-pricetext="44.987.269 ₫">
<span class="hidden">Tổng giá: </span>
44.987.269 ₫
</p>
<div class="pd03-product-card__price-description no-data">
</div>
<div class="pd03-product-card__stock for-horizontal ">
<div class="pd03-product-card__stock-inner">
Có hàng
</div>
</div>
<div class="pd03-product-card__benefit ">
<div class="pd03-product-card__benefit-wrap ">
<ul class="pd03-product-card__benefit-list" role="list">
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
<strong><span style="color: #1489f2; text-align: left;">- Từ 01-22.10, nhập mã YOUMAKE nhận ngay ưu đãi.</span></strong>
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Miễn Phí Vận Chuyển Toàn Quốc
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Đổi trả trong 14 ngày nếu phát sinh lỗi của nhà sản xuất
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Trả Góp 0% Linh Hoạt Đến 24 Tháng Cho Sản Phẩm Trên 5Tr
</p>
</li>
</ul>
<div class="pd03-product-card__benefit-tooltip">
<button type="button" class="pd03-product-card__benefit-more pd03-product-card__quickview_btn">
<span>Xem thêm</span>
</button>
</div>
</div>
<div class="pd03-product-card__label-cta-wrap">
<button class="cta cta--outlined cta--black js-pfv2-learn-more" href="/vn/monitors/gaming/odyssey-oled-g9-g95sc-49-inch-240hz-curved-dual-qhd-ls49cg954sexxv/" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" aria-label="Tìm hiểu thêm:49” Màn Hình Odyssey OLED G9 G95SC" an-tr="pd03_product finder:option-product finder-product-link" an-ca="product click" an-ac="pf product card" an-la="learn more click">
Tìm hiểu thêm
</button>
<button class="cta cta--contained cta--black js-pfv2-buy-now" href="javascript:;" aria-label="Thêm vào giỏ hàng:49” Màn Hình Odyssey OLED G9 G95SC" data-cart="true" data-link_info="https://shop.samsung.com/vn/cart" data-config_info="" data-pimsubtype="gaming" data-pvitype="monitor" data-pvisubtype="led monitor" data-modelrevenue="46989000" data-modelqty="1" data-modelcurrency="VND" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" data-modeldisplay="49” Màn Hình Odyssey OLED G9 G95SC" data-discountprice="46989000" an-tr="pd03_product finder:buy cta-product finder-cta-cart page" an-ca="ecommerce" an-ac="addToCart" an-la="pf product card:add to cart">
Thêm vào giỏ hàng
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="product_card_hozzion">
<div class="product_card_hozzion_item">
<div class="product_image_card">
<a href="#"><img src="/img/1.avif" alt=""></a>
<button class="quickview">Tổng quan</button>
</div>
<div class="product_content">
<div class="product_content_pri">
<p class="fes">New</p>
<p class="product_name">49” Màn Hình Odyssey OLED G9 G95SC</p>
<div class="ratting_pro">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star-half-stroke"></i>
<i class="fa-regular fa-star"></i>
<p class="rate">4.5 (2)</p>
</div>
<div class="pd03-product-card__spec ">
<ul class="pd03-product-card__spec-list" role="list">
<li class="pd03-product-card__spec-item" role="listitem">Công nghệ OLED và bộ xử lý Neo Quantum Processor Pro cho chất lượng hình ảnh vượt trội</li>
<li class="pd03-product-card__spec-item" role="listitem">Tốc độ phản hồi 0.03ms và tần số quét 240Hz cho trải nghiệm chiến game mượt mà</li>
<li class="pd03-product-card__spec-item" role="listitem">DisplayHDR True Black 400 tăng cường khả năng hiển thị hình ảnh chân thực đến từng góc khuất cho trải nghiệm chiều sâu ấn tượng.</li>
</ul>
</div>
</div>
<div class="product_content_sec">
<div class="pd03-product-card__price for-horizontal">
<p class="pd03-product-card__price-second ">
<span class="pd03-product-card__price-origin">
chiết khấu 2.001.731 ₫ (giá gốc <del>46.989.000 ₫</del>)
</span>
</p>
<p class="pd03-product-card__price-main " data-pricetext="44.987.269 ₫">
<span class="hidden">Tổng giá: </span>
44.987.269 ₫
</p>
<div class="pd03-product-card__price-description no-data">
</div>
<div class="pd03-product-card__stock for-horizontal ">
<div class="pd03-product-card__stock-inner">
Có hàng
</div>
</div>
<div class="pd03-product-card__benefit ">
<div class="pd03-product-card__benefit-wrap ">
<ul class="pd03-product-card__benefit-list" role="list">
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
<strong><span style="color: #1489f2; text-align: left;">- Từ 01-22.10, nhập mã YOUMAKE nhận ngay ưu đãi.</span></strong>
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Miễn Phí Vận Chuyển Toàn Quốc
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Đổi trả trong 14 ngày nếu phát sinh lỗi của nhà sản xuất
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Trả Góp 0% Linh Hoạt Đến 24 Tháng Cho Sản Phẩm Trên 5Tr
</p>
</li>
</ul>
<div class="pd03-product-card__benefit-tooltip">
<button type="button" class="pd03-product-card__benefit-more pd03-product-card__quickview_btn">
<span>Xem thêm</span>
</button>
</div>
</div>
<div class="pd03-product-card__label-cta-wrap">
<button class="cta cta--outlined cta--black js-pfv2-learn-more" href="/vn/monitors/gaming/odyssey-oled-g9-g95sc-49-inch-240hz-curved-dual-qhd-ls49cg954sexxv/" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" aria-label="Tìm hiểu thêm:49” Màn Hình Odyssey OLED G9 G95SC" an-tr="pd03_product finder:option-product finder-product-link" an-ca="product click" an-ac="pf product card" an-la="learn more click">
Tìm hiểu thêm
</button>
<button class="cta cta--contained cta--black js-pfv2-buy-now" href="javascript:;" aria-label="Thêm vào giỏ hàng:49” Màn Hình Odyssey OLED G9 G95SC" data-cart="true" data-link_info="https://shop.samsung.com/vn/cart" data-config_info="" data-pimsubtype="gaming" data-pvitype="monitor" data-pvisubtype="led monitor" data-modelrevenue="46989000" data-modelqty="1" data-modelcurrency="VND" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" data-modeldisplay="49” Màn Hình Odyssey OLED G9 G95SC" data-discountprice="46989000" an-tr="pd03_product finder:buy cta-product finder-cta-cart page" an-ca="ecommerce" an-ac="addToCart" an-la="pf product card:add to cart">
Thêm vào giỏ hàng
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="product_card_hozzion">
<div class="product_card_hozzion_item">
<div class="product_image_card">
<a href="#"><img src="/img/1.avif" alt=""></a>
<button class="quickview">Tổng quan</button>
</div>
<div class="product_content">
<div class="product_content_pri">
<p class="fes">New</p>
<p class="product_name">49” Màn Hình Odyssey OLED G9 G95SC</p>
<div class="ratting_pro">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star-half-stroke"></i>
<i class="fa-regular fa-star"></i>
<p class="rate">4.5 (2)</p>
</div>
<div class="pd03-product-card__spec ">
<ul class="pd03-product-card__spec-list" role="list">
<li class="pd03-product-card__spec-item" role="listitem">Công nghệ OLED và bộ xử lý Neo Quantum Processor Pro cho chất lượng hình ảnh vượt trội</li>
<li class="pd03-product-card__spec-item" role="listitem">Tốc độ phản hồi 0.03ms và tần số quét 240Hz cho trải nghiệm chiến game mượt mà</li>
<li class="pd03-product-card__spec-item" role="listitem">DisplayHDR True Black 400 tăng cường khả năng hiển thị hình ảnh chân thực đến từng góc khuất cho trải nghiệm chiều sâu ấn tượng.</li>
</ul>
</div>
</div>
<div class="product_content_sec">
<div class="pd03-product-card__price for-horizontal">
<p class="pd03-product-card__price-second ">
<span class="pd03-product-card__price-origin">
chiết khấu 2.001.731 ₫ (giá gốc <del>46.989.000 ₫</del>)
</span>
</p>
<p class="pd03-product-card__price-main " data-pricetext="44.987.269 ₫">
<span class="hidden">Tổng giá: </span>
44.987.269 ₫
</p>
<div class="pd03-product-card__price-description no-data">
</div>
<div class="pd03-product-card__stock for-horizontal ">
<div class="pd03-product-card__stock-inner">
Có hàng
</div>
</div>
<div class="pd03-product-card__benefit ">
<div class="pd03-product-card__benefit-wrap ">
<ul class="pd03-product-card__benefit-list" role="list">
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
<strong><span style="color: #1489f2; text-align: left;">- Từ 01-22.10, nhập mã YOUMAKE nhận ngay ưu đãi.</span></strong>
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Miễn Phí Vận Chuyển Toàn Quốc
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Đổi trả trong 14 ngày nếu phát sinh lỗi của nhà sản xuất
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Trả Góp 0% Linh Hoạt Đến 24 Tháng Cho Sản Phẩm Trên 5Tr
</p>
</li>
</ul>
<div class="pd03-product-card__benefit-tooltip">
<button type="button" class="pd03-product-card__benefit-more pd03-product-card__quickview_btn">
<span>Xem thêm</span>
</button>
</div>
</div>
<div class="pd03-product-card__label-cta-wrap">
<button class="cta cta--outlined cta--black js-pfv2-learn-more" href="/vn/monitors/gaming/odyssey-oled-g9-g95sc-49-inch-240hz-curved-dual-qhd-ls49cg954sexxv/" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" aria-label="Tìm hiểu thêm:49” Màn Hình Odyssey OLED G9 G95SC" an-tr="pd03_product finder:option-product finder-product-link" an-ca="product click" an-ac="pf product card" an-la="learn more click">
Tìm hiểu thêm
</button>
<button class="cta cta--contained cta--black js-pfv2-buy-now" href="javascript:;" aria-label="Thêm vào giỏ hàng:49” Màn Hình Odyssey OLED G9 G95SC" data-cart="true" data-link_info="https://shop.samsung.com/vn/cart" data-config_info="" data-pimsubtype="gaming" data-pvitype="monitor" data-pvisubtype="led monitor" data-modelrevenue="46989000" data-modelqty="1" data-modelcurrency="VND" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" data-modeldisplay="49” Màn Hình Odyssey OLED G9 G95SC" data-discountprice="46989000" an-tr="pd03_product finder:buy cta-product finder-cta-cart page" an-ca="ecommerce" an-ac="addToCart" an-la="pf product card:add to cart">
Thêm vào giỏ hàng
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="product_card_hozzion">
<div class="product_card_hozzion_item">
<div class="product_image_card">
<a href="#"><img src="/img/1.avif" alt=""></a>
<button class="quickview">Tổng quan</button>
</div>
<div class="product_content">
<div class="product_content_pri">
<p class="fes">New</p>
<p class="product_name">49” Màn Hình Odyssey OLED G9 G95SC</p>
<div class="ratting_pro">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star-half-stroke"></i>
<i class="fa-regular fa-star"></i>
<p class="rate">4.5 (2)</p>
</div>
<div class="pd03-product-card__spec ">
<ul class="pd03-product-card__spec-list" role="list">
<li class="pd03-product-card__spec-item" role="listitem">Công nghệ OLED và bộ xử lý Neo Quantum Processor Pro cho chất lượng hình ảnh vượt trội</li>
<li class="pd03-product-card__spec-item" role="listitem">Tốc độ phản hồi 0.03ms và tần số quét 240Hz cho trải nghiệm chiến game mượt mà</li>
<li class="pd03-product-card__spec-item" role="listitem">DisplayHDR True Black 400 tăng cường khả năng hiển thị hình ảnh chân thực đến từng góc khuất cho trải nghiệm chiều sâu ấn tượng.</li>
</ul>
</div>
</div>
<div class="product_content_sec">
<div class="pd03-product-card__price for-horizontal">
<p class="pd03-product-card__price-second ">
<span class="pd03-product-card__price-origin">
chiết khấu 2.001.731 ₫ (giá gốc <del>46.989.000 ₫</del>)
</span>
</p>
<p class="pd03-product-card__price-main " data-pricetext="44.987.269 ₫">
<span class="hidden">Tổng giá: </span>
44.987.269 ₫
</p>
<div class="pd03-product-card__price-description no-data">
</div>
<div class="pd03-product-card__stock for-horizontal ">
<div class="pd03-product-card__stock-inner">
Có hàng
</div>
</div>
<div class="pd03-product-card__benefit ">
<div class="pd03-product-card__benefit-wrap ">
<ul class="pd03-product-card__benefit-list" role="list">
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
<strong><span style="color: #1489f2; text-align: left;">- Từ 01-22.10, nhập mã YOUMAKE nhận ngay ưu đãi.</span></strong>
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Miễn Phí Vận Chuyển Toàn Quốc
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Đổi trả trong 14 ngày nếu phát sinh lỗi của nhà sản xuất
</p>
</li>
<li class="pd03-product-card__benefit-item" role="listitem">
<div class="pd03-product-card__benefit-icon">
</div>
<p class="pd03-product-card__benefit-text">
Trả Góp 0% Linh Hoạt Đến 24 Tháng Cho Sản Phẩm Trên 5Tr
</p>
</li>
</ul>
<div class="pd03-product-card__benefit-tooltip">
<button type="button" class="pd03-product-card__benefit-more pd03-product-card__quickview_btn">
<span>Xem thêm</span>
</button>
</div>
</div>
<div class="pd03-product-card__label-cta-wrap">
<button class="cta cta--outlined cta--black js-pfv2-learn-more" href="/vn/monitors/gaming/odyssey-oled-g9-g95sc-49-inch-240hz-curved-dual-qhd-ls49cg954sexxv/" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" aria-label="Tìm hiểu thêm:49” Màn Hình Odyssey OLED G9 G95SC" an-tr="pd03_product finder:option-product finder-product-link" an-ca="product click" an-ac="pf product card" an-la="learn more click">
Tìm hiểu thêm
</button>
<button class="cta cta--contained cta--black js-pfv2-buy-now" href="javascript:;" aria-label="Thêm vào giỏ hàng:49” Màn Hình Odyssey OLED G9 G95SC" data-cart="true" data-link_info="https://shop.samsung.com/vn/cart" data-config_info="" data-pimsubtype="gaming" data-pvitype="monitor" data-pvisubtype="led monitor" data-modelrevenue="46989000" data-modelqty="1" data-modelcurrency="VND" data-modelcode="LS49CG954SEXXV" data-modelname="S49CG954SE" data-modeldisplay="49” Màn Hình Odyssey OLED G9 G95SC" data-discountprice="46989000" an-tr="pd03_product finder:buy cta-product finder-cta-cart page" an-ca="ecommerce" an-ac="addToCart" an-la="pf product card:add to cart">
Thêm vào giỏ hàng
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fake"></div>
</div>
</div>
</body>
</html>