-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkhogiaodien.html
704 lines (697 loc) · 38.4 KB
/
khogiaodien.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Kho giao diện</title>
<!-- boostrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<!-- reset css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=vietnamese" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap" rel="stylesheet">
<!-- Slider top -->
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/slicebox.css">
<!-- Slick css -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.css"/>
<!-- WOW JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- style.css -->
<link rel="stylesheet" href="css/masterpage.css">
<link rel="stylesheet" href="css/query.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/khogiaodien.css">
</head>
<body>
<header>
<div class="header">
<!-- Thanh điều hướng -->
<nav class="navbar navbar-expand-lg navbar-dark nav-top" id="navbar">
<div class="container">
<!-- Brand/logo -->
<a class="navbar-brand" href="index.html">
<img src="./image/logo.jpg" alt="logo" class="logo">
</a>
<!-- Links -->
<ul class="navbar-nav ul-nav">
<li class="nav-item">
<a class="nav-link text-light" href="index.html">TRANG CHỦ</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-light" href="khogiaodien.html">KHO GIAO DIỆN <i class="fa fa-plus plus" aria-hidden="true"></i></a>
<div class="dropdown-content">
<a href="#">Mẫu web thương mại điện tử</a>
<a href="#">Mẫu web giới thiệu công ty </a>
<a href="#">Mẫu web ảnh viện áo cưới </a>
<a href="#">Mẫu web âm nhạc </a>
<a href="#">Mẫu web nhà hàng khách sạn </a>
<a href="#">Mẫu web bất động sản </a>
<a href="#">Mẫu web cá nhân </a>
<a href="#">Mẫu web du lịch </a>
<a href="#">Mẫu web giáo dục </a>
<a href="#">Mẫu web tin tức </a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-light" href="dichvu-thietkewebgiare.html">DỊCH VỤ <i class="fa fa-plus plus" aria-hidden="true"></i></a>
<div class="dropdown-content">
<a href="dichvu-thietkewebgiare.html">Thiết kế web giá rẻ</a>
<a href="#">Thiết kế web theo mẫu</a>
<a href="#">Thiết kế web theo yêu cầu</a>
<a href="#">Thiết kế web chuẩn SEO chuyên nghiệp</a>
<a href="#">Thiết kế web chuẩn Mobile</a>
<a href="#">Dịch vụ SEO website</a>
<a href="#">Dịch vụ viết bài SEO website</a>
<a href="#">Thiết kế web trọn gói giá rẻ</a>
<a href="#">Chăm sóc website</a>
<a href="#">Hosting chất lượng cao</a>
<a href="#">Domain giá rẻ</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="thietkewebsite.html">THIẾT KẾ WEBSITE</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="seo.html">SEO</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="khachhang.html">KHÁCH HÀNG</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-light">THÊM <i class="fa fa-plus plus" aria-hidden="true"></i></a>
<div class="dropdown-content">
<a href="#">Giới thiệu dịch vụ</a>
<a href="#">Bảng giá web trọn gói</a>
<a href="#">Tin tức</a>
<a href="#">Hỗ trợ khách hàng</a>
<a href="#">Hình thức thanh toán</a>
<a href="#">Tuyển dụng</a>
<a href="#">Quá trình thiết kế website</a>
<a href="#">Điều kiện và chính sách</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="lienhe.html">LIÊN HỆ</a>
</li>
<li class="nav-item">
<a href="#"class="nav-link text-light" onclick="document.getElementById('id01').style.display='block'">ĐĂNG KÝ</a>
</li>
</ul>
<span class="ba-vach" onclick="openNav()">☰</span>
</div>
</nav>
<!-- end navbar -->
</div>
<div id="mySidenav" class="sidenav">
<div>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" title="Đóng Menu">×</a>
</div>
<a href="index.html">TRANG CHỦ</a>
<a href="khogiaodien.html" class="nav-link col1">KHO GIAO DIỆN<i class="fa fa-plus plus" style="
margin-left: 0.5rem;" aria-hidden="true"></i></a>
<div class="kho-giao-dien" id="col1" style="display: none;">
<a href="#" class="nav-link">Mẫu web thương mại điện tử</a>
<a href="#">Mẫu web giới thiệu công ty </a>
<a href="#">Mẫu web ảnh viện áo cưới </a>
<a href="#">Mẫu web âm nhạc </a>
<a href="#">Mẫu web nhà hàng khách sạn </a>
<a href="#">Mẫu web bất động sản </a>
<a href="#">Mẫu web cá nhân </a>
<a href="#">Mẫu web du lịch </a>
<a href="#">Mẫu web giáo dục </a>
<a href="#">Mẫu web tin tức </a>
</div>
<a href="dichvu-thietkewebgiare.html" class="nav-link col2">DỊCH VỤ<i class="fa fa-plus plus" aria-hidden="true" style="
margin-left: 0.5rem;"></i></a>
<div class="kho-giao-dien" id="col2" style="display: none;">
<a href="dichvu-thietkewebgiare.html">Thiết kế web giá rẻ</a>
<a href="#">Thiết kế web theo mẫu</a>
<a href="#">Thiết kế web theo yêu cầu</a>
<a href="#">Thiết kế web chuẩn SEO chuyên nghiệp</a>
<a href="#">Thiết kế web chuẩn Mobile</a>
<a href="#">Dịch vụ SEO website</a>
<a href="#">Dịch vụ viết bài SEO website</a>
<a href="#">Thiết kế web trọn gói giá rẻ</a>
<a href="#">Chăm sóc website</a>
<a href="#">Hosting chất lượng cao</a>
<a href="#">Domain giá rẻ</a>
</div>
<a href="thietkewebsite.html">THIẾT KẾ WEBSITE</a>
<a href="seo.html">SEO</a>
<a href="khachhang.html">KHÁCH HÀNG</a>
<a href="#" class="nav-link col3">THÊM<i class="fa fa-plus plus" aria-hidden="true" style="
margin-left: 0.5rem;"></i></a>
<div class="kho-giao-dien" id="col3" style="display: none;">
<a href="#">Giới thiệu dịch vụ</a>
<a href="#">Bảng giá web trọn gói</a>
<a href="#">Tin tức</a>
<a href="#">Hỗ trợ khách hàng</a>
<a href="#">Hình thức thanh toán</a>
<a href="#">Tuyển dụng</a>
<a href="#">Quá trình thiết kế website</a>
<a href="#">Điều kiện và chính sách</a>
</div>
<a href="lienhe.html">LIÊN HỆ</a>
<a onclick="document.getElementById('id01').style.display='block'">ĐĂNG KÝ</a>
</div>
</header>
<div class="content">
<div class="content__top">
<div class="content__top-img">
<div class="col-12 col-md-12 content-block">
<h3 class="content__top-title wow bounceInLeft">
Hơn 1000 giao diện web cực đẹp và liên tục được cập nhật
</h3>
<p class="content__top-desc wow bounceInRight">
Thay đổi dễ dàng theo phong cách của riêng của bạn
</p>
<div class="input-group col-sm-4 form__search">
<input class="form-control"
placeholder="Tìm kiếm">
<div class="input-group-addon btn-search" >
<i class="fas fa-search"></i>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="content-main">
<div class="list__category">
<div class="container">
<ul class="list__category-item wow bounceInUp">
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/cart.png" alt="">
</a>
<p><a href="">Mẫu website thương mại điện tử</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/intro-web.png" alt="">
</a>
<p><a href="">Mẫu web giới thiệu công ty</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/news.png" alt="">
</a>
<p><a href="">Mẫu web tin tức</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/heart.png" alt="">
</a>
<p>Mẫu web ảnh viện áo cưới<a href=""></a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/music.png" alt="">
</a>
<p><a href="">Mẫu web âm nhạc</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/personal.png" alt="">
</a>
<p><a href="">Mẫu web cá nhân</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/education.png" alt="">
</a>
<p><a href="">Mẫu web giáo dục</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/real-estate.png" alt="">
</a>
<p><a href="">Mẫu web bất động sản</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/restaurant1.png" alt="">
</a>
<p><a href="">Mẫu web nhà hàng khách sạn</a></p>
</li>
<li>
<a href="">
<img src="http://thietkewebnhanh247.com/wp-content/uploads/2016/11/travel.png" alt="">
</a>
<p><a href="">Mẫu web du lịch</a></p>
</li>
</ul>
</div>
</div>
<!-- main -->
<div class="woocommerce">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInLeft woocommerce__list-img" style="background-image: url(./image/ascent.exdomain.net.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://ascent.exdomain.net/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInRight woocommerce__list-img" style="background-image: url(./image/trucking.exdomain.net.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://trucking.exdomain.net/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInLeft woocommerce__list-img" style="background-image: url(./image/industry.exdomain.net.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://industry.exdomain.net/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInRight woocommerce__list-img" style="background-image: url(./image/journal.exdomain.net.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://journal.exdomain.net/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInLeft woocommerce__list-img" style="background-image: url(./image/labor.exdomain.net.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://labor.exdomain.net/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInRight woocommerce__list-img" style="background-image: url(./image/intered.exdomain.net.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://intered.exdomain.net/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInLeft woocommerce__list-img" style="background-image: url(./image/gpgroup.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="http://gpgroup.net.vn" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInRight woocommerce__list-img" style="background-image: url(./image/gpschool.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="http://gpschool.edu.vn/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInLeft woocommerce__list-img" style="background-image: url(./image/beautiful-glacier-88516.herokuapp.comtrang-chu.png);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="beautiful-glacier-88516.herokuapp.comtrang-chu.png.png" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
<div class="col-12 col-sm-6 box col-md-4 woocommerce__list wow bounceInRight woocommerce__list-img" style="background-image: url(./image/murmuring-refuge-89845.herokuapp.comtrangchu.png
);">
<div style="padding-top: 400px;">
<center>
<p>Mẫu web bán hàng home Shop chuyên nghiệp giá rẻ</p>
</center>
<p class="woocommerce__list-text">
<a href="https://murmuring-refuge-89845.herokuapp.com/trangchu/" class="btn btn-danger">
<i class="far fa-eye"></i>
Dùng thử</a>
<a class="btn btn-primary" onclick="document.getElementById('id01').style.display='block'">
<i class="fas fa-check"></i>
Chọn mẫu web này</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- phân trang -->
<center>
<ul class="pagination justify-content-center">
<li class="page-item active"><a class="page-link" href="javascript:void(0);">1</a></li>
<li class="page-item"><a class="page-link" href="page2.html">2</a></li>
<li class="page-item"><a class="page-link" href="page3.html">3</a></li>
<li class="page-item"><a class="page-link" href="page4.html">4</a></li>
<li class="page-item"><a class="page-link" href="page5.html">5</a></li>
</ul>
</center>
<!-- Contact -->
<div class="contact">
<div class="container">
<div class="contact__wrap">
<h4 class="contact__wrap-text">
Chúng tôi hỗ trợ khách hàng 7 ngày trong tuần với hotline
<br>
<span>0927 15 15 35</span>
</h4>
<p class="contact__wrap-desc">Với đội ngũ nhân viên hơn 5 năm kinh nghiệm, không chỉ là hướng dẫn và xử lý các vấn đề từ website, chúng tôi luôn đồng hành tư vấn và phát triển cùng doanh nghiệp của bạn</p>
<ul class="row contact__wrap-detail">
<li class="col-md-4 col-12">
<i class="fas fa-headphones fa-2x"></i>
<p class="contact__wrap-detail--text">
<span>Tư vấn thiết kế web</span>
<br>
<a href="">0927 15 15 35</a>
</p>
</li>
<li class="col-md-4 col-12">
<i class="fas fa-phone-alt fa-2x"></i>
<p class="contact__wrap-detail--text">
<span>Hỗ trợ kỹ thuật</span>
<br>
<a href="">0972 321 923</a>
</p>
</li>
<li class="col-md-4 col-12">
<i class="fas fa-envelope fa-2x"></i>
<p class="contact__wrap-detail--text">
<span>Gửi yêu cầu làm web</span>
<br>
<a href="">talentwins.co</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__wrap">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-12">
<ul class="footer__wrap-info">
<li>
<i class="fas fa-user fa-fw"></i>
<a href="" class="footer__wrap-info--text">Công ty Công nghệ và dịch vụ Talent Wins</a>
</li>
<li>
<i class="fab fa-codepen fa-fw"></i>
<a href="" class="footer__wrap-info--text">Mã số thuế: 0314650129</a>
</li>
<li>
<i class="far fa-calendar-alt fa-fw"></i>
<a href="" class="footer__wrap-info--text">Ngày cấp: 28-09-2017</a>
</li>
<li>
<i class="fas fa-map-marker-alt fa-fw"></i>
<a href="" class="footer__wrap-info--text">Tòa nhà CT2, khu đô thị Constrexim Thái Hà, Hà Nội</a>
</li>
<li>
<i class="fas fa-phone-alt fa-fw"></i>
<a href="" class="footer__wrap-info--text">0927 15 15 35</a>
-
<i class="fas fa-phone-alt fa-fw"></i>
<a href="" class="footer__wrap-info--text">0972 321 923</a>
</li>
<li>
<i class="far fa-envelope fa-fw"></i>
<a href="" class="footer__wrap-info--text">talentwins.co</a>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-12">
<div class="footer__detail">
<p class="footer__detail-service--title">
Dịch vụ
</p>
<ul class="footer__detail-service--text">
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Dịch vụ quản trị website</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Dịch vụ SEO từ khóa website giá rẻ</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Quảng cáo Google Adwords</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế web du lịch chuyên nghiệp</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế web tin tức, báo chí online</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-12">
<div class="footer__detail">
<p class="footer__detail-support--title">
Hỗ trợ
</p>
<ul class="footer__detail-support--text">
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Liên hệ chúng tôi</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Điều kiện và chính sách</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Quy trình thiết kế website</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Câu hỏi thường gặp</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Hỗ trợ khách hàng</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-12">
<div class="footer__detail">
<p class="footer__detail-design--title">
Thiết kế website
</p>
<ul class="footer__detail-design--text">
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế website chuyên nghiệp</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế website bất động sản</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế web nhà hàng khách sạn</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế web trọn gói chuyên nghiệp</a>
</li>
<li>
<i class="fas fa-angle-double-right"></i>
<a href="">Thiết kế web bán hàng chuyên nghiệp</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="copy__right">
<div class="container">
<div class="row">
<div class="col-md-9 col-12 copy__right--text">
<i class="far fa-copyright"></i>
<a href="">Copyright 2019 | Designed by Talent Wins | Dịch vụ thiết kế website hàng đầu Việt Nam</a>
</div>
<div class="col-md-3 col-12 copy__right--icon">
<i class="fab fa-facebook-square fa-2x"></i>
<i class="fab fa-google-plus-square fa-2x"></i>
<i class="fab fa-twitter-square fa-2x"></i>
<i class="fas fa-rss-square fa-2x"></i>
<i class="fab fa-linkedin fa-2x"></i>
</div>
</div>
</div>
</div>
<!-- Back to top -->
<div id="back-to-top">
<a href="#" title="Back to top"><img src="http://thietkewebnhanh247.com/wp-content/themes/thietkewebsite/img/top.png" style="width:35px; height:auto" alt=""></a>
</div>
<!-- Phone -->
<a href="tel:0919 756 006" mypage="" class="call-now" rel="nofollow">
<div class="mypage-alo-phone">
<div class="animated infinite zoomIn mypage-alo-ph-circle">
</div>
<div class="animated infinite pulse mypage-alo-ph-circle-fill">
</div>
<div class="animated infinite tada mypage-alo-ph-img-circle">
</div>
</div>
</a>
</body>
<!-- form dang ki -->
<div id="id01" class="modal">
<form class="modal-content animate" action="">
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
<div class="container pt-4">
<div class="row">
<div class="info-contact col-md-4">
<h5 style="padding: 2rem 0">Thông tin liên hệ</h5>
<div class="mt-50 text-left">
<div class="col-md-12 d-flex justify-content-start content-contact">
<i class="fas fa-map-marker-alt"></i>
<p>Tòa CT2, khu đô thị Thái Hà Constrexim, 43 Phạm Văn Đồng, Hà Nội</p>
</div>
<div class="col-md-12 d-flex justify-content-start content-contact">
<i class="fas fa-envelope"></i>
<p>[email protected]</p>
</div>
<div class="col-md-12 d-flex justify-content-start content-contact">
<i class="fas fa-phone"></i>
<p>0927 15 15 35 - Zalo</p>
</div>
<div class="col-md-12 d-flex justify-content-start content-contact">
<i class="fas fa-globe"></i>
<p><a href=""> Talentwins.co</a></p>
</div>
</div>
<div class="text-center"><img src="./image/contact.jpg" alt=""></div>
</div>
<form class="col-md-8" style="padding-bottom: 2rem">
<div class="form-group">
<label for="exampleInputPassword1" style="padding-top: 2rem;">Tên của bạn</label><br>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Tên của bạn">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Địa chỉ email</label><br>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Địa chỉ email">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Số điện thoại</label><br>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Số điện thoại">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Tiêu đề</label><br>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Tiêu đề">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Nội dung</label><br>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Thông điệp"></textarea>
</div>
<button type="submit" class="btn btn-primary" onclick="window.alert('Đăng ký thành công!')">Gửi</button>
</form>
</div>
</div>
</form>
</div>
<!-- form dang ki end -->
<!-- bootstrap -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Font-awesome -->
<script src="https://kit.fontawesome.com/df8fdd30a5.js"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<!-- Slider top -->
<script src="js/modernizr.custom.46884.js"></script>
<script src="js/jquery.slicebox.js"></script>
<script src="js/textyle.js"></script>
<!-- Textyle -->
<script src="js/main.js"></script>
<!-- Slick JS -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.min.js"></script>
<!-- WOW JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- Slider.js -->
<script src="js/slider.js"></script>
</html>