-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
751 lines (707 loc) · 82.3 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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UniHack</title>
<link rel="stylesheet" href="./styles/grid.css" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="icon" href="./assets/favicon.ico">
</head>
<body>
<div id="back-to-top" class="center">
<a href="#about">
<i class="fa-solid fa-angle-up"></i>
</a>
</div>
<header id="header" class="header" data-aos="fade-down">
<a href="https://unihack.gdsc.dev/" class="header__logo"><img src="/assets/logo-gdsc-removebg.png" /></a>
<div class="header__nav">
<a href="javascript:;" id="open-mnav" class="open-mnav"><i class="fa fa-bars" aria-hidden="true"></i></a>
<ul id="nav-details">
<li>
<a href="#about">Về UniHack</a>
<i class="fa-solid fa-angle-down"></i>
<div class="dropdown">
<a href="#timeline">Lịch trình chi tiết</a>
<a href="https://url.dscdut.com/UniHack2022-Proposal" target="_blank">Proposal</a>
<a href="https://url.dscdut.com/Handbook" target="_blank">Handbook thí sinh</a>
<a href="https://url.dscdut.com/MentorDesk" target="_blank">Mentor Desk</a>
</div>
</li>
<li><a href="/the-le/" target="_blank">Thể lệ cuộc thi</a></li>
<!-- <li><a href="#activity">Hoạt động</a></li>
<li><a href="#collab">Đối tác</a></li> -->
<li>
<a href="#footer">Đăng ký</a>
<i class="fa-solid fa-angle-down"></i>
<div class="dropdown">
<a href="#">Đăng ký Tài trợ</a>
<a href="https://url.dscdut.com/UniHack2022-RegisterForm">Đăng ký Đội thi</a>
<a href="https://url.dscdut.com/MentorConfirm" target="_blank">Đăng ký Mentor</a>
<a href="https://url.dscdut.com/TNV-register">Đăng ký TNV</a>
</div>
</li>
</ul>
</div>
</header>
<section id="about" class="home">
<img src="/assets/briefBg.png" class="banner" data-aos="fade-in" alt="">
<div class="home__wrapper">
<div class="home__wrapper-content" data-aos="fade-up">
<div class="title">
<img src="./assets/Logo.png" alt="">
</div>
<h3 class="sub-title">BỨT PHÁ - KẾT NỐI - CHUYỂN ĐỔI SỐ GIÁO DỤC</h3>
<p class="description">Sự kiện UniHack 2022 lần đầu tiên được tổ chức bởi trường Đại học Bách Khoa - Đại học Đà
Nẵng phối hợp cùng Câu lạc bộ Google Developer Student Club - Danang University Science and
Technology (GDSC - DUT) và đơn vị Let Online thực hiện.</p>
<span class="btn-register">
Hẹn gặp lại vào sự kiện tiếp theo
</span>
</div>
</div>
</section>
<section id="counting" class="counting grid wide">
<div data-aos="fade-up" class="heading">
<h1 class="heading__left">Những con số ấn tượng</h1>
</div>
<div class="row ">
<div data-aos="fade-right" class="col l-6 m-10 c-12 counting__img">
<img src="./assets/LogoSME.png" alt="">
</div>
<div data-aos="fade-left" class="col l-5 m-12 c-12 counting__content">
<div class="counting__item">
<div class="num">30+</div>
<div class="name">Chuyên gia đầu ngành về lĩnh vực công nghệ</div>
</div>
<div class="counting__item">
<div class="num">100+</div>
<div class="name">Thí sinh tham gia cuộc thi UniHack</div>
</div>
<div class="counting__item">
<div class="num">30h</div>
<div class="name">Số giờ các đội thi coding</div>
</div>
</div>
</div>
</section>
<section id="rule" class="rule grid wide">
<div data-aos="fade-right" class="row left">
<div class="col l-9 m-9 c-12 rule__content top">
<h1 class="title">UNIHACK 2022 LÀ GÌ?</h1>
<ul>
<li><i class="fa-solid fa-lightbulb" aria-hidden="true"></i>
UniHack 2022 là cuộc thi hackathon dành cho các bạn học sinh, sinh viên yêu thích công nghệ, lập trình trên
toàn Miền Trung.</li>
<li><i class="fa-solid fa-lightbulb" aria-hidden="true"></i> Cuộc thi được tổ chức với mục đích giúp các bạn
được học
hỏi và cọ xát thử sức bản thân, tìm kiếm cơ hội và có định hướng phát triển rõ ràng hơn.</li>
<li><i class="fa-solid fa-lightbulb" aria-hidden="true"></i> Với xu hướng ngành Công nghệ thông tin ngày càng
mở rộng,
cuộc thi là cơ hội giúp các bạn tiếp cận gần hơn với công nghệ.</li>
</ul>
</div>
</div>
<div data-aos="fade-left" class="row right">
<div class="col l-9 m-9 c-12 rule__content bottom">
<h1 class="title">QUYỀN LỢI THÍ SINH</h1>
<ul>
<li><i class="fa-solid fa-lightbulb" aria-hidden="true"></i>
Cơ hội: Trao đổi, học hỏi với Mentor và những người đi trước. Đặc biệt, thí sinh được chia sẻ kiến thức bởi
các chuyên gia đầu ngành trong lĩnh vực công nghệ.</li>
<li><i class="fa-solid fa-lightbulb" aria-hidden="true"></i> Kết nối: Tham gia cộng đồng đam mê công nghệ dành
cho sinh
viên Đà Nẵng, mở rộng networking, cơ hội tiếp cận và ứng cử với các doanh nghiệp tuyển dụng.</li>
<li><i class="fa-solid fa-lightbulb" aria-hidden="true"></i> Trải nghiệm: Tạo môi trường thực tế cho các bạn
sinh viên
đam mê công nghệ, lập trình. Chung tay vào việc xây dựng giải pháp nhằm giải quyết các vấn đề xã hội.</li>
</ul>
</div>
</div>
</section>
<section id="timeline" class="timeline grid wide">
<div style="text-align: center; margin-bottom: 4rem;" class="heading">
<h1 class="heading__center ">Lịch trình cuộc thi</h1>
</div>
<div class="container timeline--left" data-aos="fade-up">
<div class="date">
<span>8/5 - 14/7</span>
</div>
<div class="content">
<h2>MỞ ĐƠN ĐĂNG KÝ</h2>
<span>Online</span>
<p>
<i class="fa-solid fa-star"></i>Xét duyệt đơn các đội đăng ký tham dự đội nhóm và cá nhân <br>
<i class="fa-solid fa-star"></i>8/5: Mở đơn đăng ký <br>
<i class="fa-solid fa-star"></i>10/7: Đóng đơn đăng ký cá nhân <br>
<i class="fa-solid fa-star"></i>14/7: Đóng đơn đăng ký nhóm <br>
</p>
</div>
</div>
<div class="container timeline--right" data-aos="fade-up">
<div class="date">
<span>10/7</span>
</div>
<div class="content">
<h2>INFO SESSION</h2>
<span>Offline</span>
<p>
<i class="fa-solid fa-star"></i>Khai mạc cuộc thi UniHack 2022<br>
<i class="fa-solid fa-star"></i>Workshop: “Phân tích chi tiết đề thi và chia sẻ kinh nghiệm thi Hackathon”<br>
</p>
</div>
</div>
<div class="container timeline--left" data-aos="fade-up">
<div class="date">
<span>10/7 - 15/7</span>
</div>
<div class="content">
<h2>TUẦN SƠ LOẠI Ý TƯỞNG</h2>
<span>Offline</span>
<p>
<i class="fa-solid fa-star"></i>12/7: Workshop 2 - Design Thinking và cách vận dụng vào thực tế <br>
<i class="fa-solid fa-star"></i>14/7: Đóng cổng nhận bài vòng sơ loại ý tưởng<br>
<i class="fa-solid fa-star"></i>15/7: Vòng sơ loại ý tưởng: Các đội thi thuyết trình ý tưởng dự án. BTC thông
báo và xác nhận Top 15 dự án được chọn vào vòng thi Coding.
</p>
</div>
</div>
<div class="container timeline--right" data-aos="fade-up">
<div class="date">
<span>16/7 - 17/7</span>
</div>
<div class="content">
<h2>CODING DAY</h2>
<span>Offline</span>
<p>
<i class="fa-solid fa-star"></i>
Top 15 đội thi tham gia Coding day<br>
<i class="fa-solid fa-star"></i>Giao lưu, kết nối tham quan gian hàng doanh nghiệp<br>
<i class="fa-solid fa-star"></i>Chọn ra Top 5 đội thi xuất sắc nhất <br>
<i class="fa-solid fa-star"></i>5 đội tham gia pitching trước Ban Giám khảo <br>
<i class="fa-solid fa-star"></i>Công bố kết quả đội thi thắng cuộc<br>
</p>
</div>
</div>
</section>
<section id="award" class="award grid wide">
<div data-aos="fade-up" class="heading">
<h1 class="heading__left">Cơ cấu giải thưởng</h1>
</div>
<div data-aos="fade-up" class="row center">
<div class="col l-8 m-8 c-12 award__img">
</div>
</div>
<div class="row center">
<div data-aos="fade-up" data-aos-delay="100" class="col l-4 m-12 c-12 award__item">
<div class=" center flex-col">
<div class="award__item-img">
<img src="./assets/award_1.png" alt="">
</div>
<span class="award__item-title"> > 200.000.000 VNĐ</span>
<p class="award__item-desc">
Tổng giải thưởng bao gồm hiện kim và hiện vật
</p>
</div>
</div>
<div data-aos="fade-up" data-aos-delay="200" class="col l-4 m-12 c-12 award__item">
<div class="center flex-col">
<div class="award__item-img">
<img src="./assets/award_2.png" alt="">
</div>
<span class="award__item-title">GIẤY CHỨNG NHẬN</span>
<p class="award__item-desc">Tất cả các thí sinh khi tham gia cuộc thi đều được BTC cấp giấy chứng nhận</p>
</div>
</div>
<div data-aos="fade-up" data-aos-delay="300" class="col l-4 m-12 c-12 award__item">
<div class="award__item-img">
<img src="./assets/award_3.png" alt="">
</div>
<span class="award__item-title">IT TOUR COMPANY</span>
<p class="award__item-desc">
Cơ hội tham gia Company Trip tới các công ty công nghệ
</p>
</div>
</div>
<!-- <div data-aos="fade-up" data-aos-delay="300" class="row center">
<button class="btn award__btn">Chi tiết giải thưởng</button>
</div> -->
<div class="overlay"></div>
<div class="modal grid wide">
<div class="modal__content">
<div class="modal__header">
<div class="modal__tab">
<button class="modal__tab-item tab-img tab-active">Thông tin</button>
<button class="modal__tab-item tab-career">Tuyển dụng</button>
</div>
<button type="button" title="close" class="close-btn"></button>
</div>
<h1 class="modal__company-name"></h1>
<div class="modal__body">
<div class="slideshow-container modal-active">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 5</div>
<img class="modal__slide-img-1" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 5</div>
<img class="modal__slide-img-2" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 5</div>
<img class="modal__slide-img-3" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 5</div>
<img class="modal__slide-img-4" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 5</div>
<img class="modal__slide-img-5" style="width:100%">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<div class="modal__body-company-desc" style="display: block;">
</div>
<div class="modal__body-career" style="display: none; ">
</div>
</div>
</div>
</div>
</header>
</section>
<section id="collab" class="sponsor grid wide">
<div style="text-align: center; margin-bottom: 4rem;" data-aos="fade-up" class="heading">
<h1 class="heading__center ">Nhà tài trợ </h1>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Bảo trợ chuyên môn</h3>
<div class="row center">
<div data-sponsor="enouvo" class="col l-3 m-6 c-3 flex-col center sponsor__item">
<div class="sponsor__img center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200px"
height="60px" viewBox="0 0 200 60" version="1.1">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>Logo</title>
<desc>Created with Sketch.</desc>
<g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Logo-Copy" fill="#C1351F">
<path
d="M15.0197253,4.07322458 C23.8760246,-1.04482581 34.7389522,-1.35957223 43.8823341,3.24139477 C40.4422595,1.84067548 36.7514794,1.11636774 33.0312044,1.12223258 C17.2593622,1.12223258 4.47927396,13.8342733 4.47927396,29.5090358 C4.47927396,45.1837982 17.2652612,57.8958389 33.0312044,57.8958389 C40.38327,57.9017038 47.4531688,55.0816932 52.7622292,50.0222912 C47.2319579,56.1921029 39.1759503,60.074627 30.2124866,60.074627 C13.5263062,60.074627 -7.48613049e-12,46.6265488 -7.48613049e-12,30.0378488 C-7.48613049e-12,18.9581886 6.03168256,9.28022505 15.0197253,4.07322458 Z M50.9054345,33.7663231 C49.1790067,42.0074008 41.8279243,48.1938296 33.0315977,48.1938296 C24.2342879,48.1938296 16.8891044,42.0074008 15.1567777,33.7663231 L15.1567777,33.7663231 Z M184.666426,36.9828946 C185.500145,37.0004892 186.174592,37.6915628 186.174592,38.5233926 L186.174592,40.0247917 C186.174592,40.4040513 186.009422,40.7031582 185.732171,40.8253423 L184.584824,41.351223 L184.584824,38.691518 C184.584824,38.5576042 184.47176,38.4510596 184.328219,38.4510596 C184.193526,38.4510596 184.085379,38.5595591 184.085379,38.691518 L184.085379,45.861285 C184.085379,46.0039961 184.19156,46.115428 184.328219,46.115428 C184.476676,46.115428 184.584824,46.007906 184.584824,45.861285 L184.584824,44.5426734 C184.584824,44.0451395 184.846344,43.8261855 185.00365,43.7391903 C185.070504,43.7059562 185.256321,43.624826 185.45197,43.5397858 L186.174592,43.2230844 L186.174592,46.043095 C186.174592,46.8729699 185.516859,47.5493814 184.679207,47.5845704 L184.046052,47.5845704 C183.183822,47.5845704 182.481846,46.8934968 182.481846,46.043095 L182.481846,38.5233926 C182.481846,37.6739683 183.183822,36.9828946 184.046052,36.9828946 L184.666426,36.9828946 Z M160.61068,37.081033 C161.45718,37.081033 162.145391,37.7662418 162.145391,38.6078463 L162.145391,41.6380137 C162.149324,41.7025269 162.168004,42.2088581 161.932046,42.5353342 C162.158173,42.8882021 162.147383,43.3749838 162.145391,43.4453619 L162.145391,47.4862366 L160.541859,47.4862366 L160.541859,43.6017576 C160.541859,43.2635518 160.393402,43.2635518 160.313766,43.2635518 L160.071908,43.2635518 L160.071908,47.4862366 L158.467392,47.4862366 L158.467392,37.081033 L160.61068,37.081033 Z M129.170227,37.081033 C129.626413,37.081033 129.873186,37.4339008 129.873186,37.7662418 L129.873186,47.4862366 L128.859549,47.4862366 C128.550837,47.4862366 128.332575,47.3200662 128.274569,47.0414863 L128.26867,37.081033 L129.170227,37.081033 Z M194.557402,37.0804465 L194.025513,38.2260452 C193.979304,38.3277025 193.781689,38.675683 193.222272,38.675683 L192.457374,38.675683 L192.457374,41.2474153 L194.139559,41.2474153 L193.783656,42.0557858 C193.713851,42.2209788 193.650929,42.3656448 193.627333,42.413541 C193.513287,42.615878 193.29011,42.8426518 192.827042,42.8426518 L192.457374,42.8426518 L192.457374,45.9050758 L194.732404,45.9050758 L194.415827,46.6166763 C194.330292,46.814126 194.247707,47.0027783 194.218212,47.0584943 C194.125795,47.2246648 193.904584,47.4856501 193.405139,47.4856501 L190.852858,47.4856501 L190.852858,37.6542233 C190.884319,37.3150401 191.14289,37.0804465 191.458484,37.0804465 L194.557402,37.0804465 Z M65.2453051,37.0804465 C65.7565479,37.0804465 65.954163,37.482188 65.9875904,37.6933223 L66.8596527,41.8954801 L67.6933718,37.6669305 C67.8103678,37.279851 68.076804,37.0804465 68.4336908,37.0804465 L69.3490122,37.0804465 L69.3490122,47.4856501 L67.7582604,47.4856501 L67.7582604,44.7604545 L67.5262348,45.7887564 L66.9795982,45.7887564 C66.195037,45.7887564 66.0062704,45.052719 65.9453145,44.8103056 L65.9197524,44.703761 L65.9197524,47.4856501 L64.3299837,47.4856501 L64.3299837,37.0804465 L65.2453051,37.0804465 Z M82.36732,37.0804465 L82.36732,39.2201356 L83.1056726,37.1087932 L84.7898246,37.1087932 L83.0879758,41.827057 L84.8871574,47.4856501 L83.2098875,47.4856501 L82.36732,44.7526347 L82.36732,47.4856501 L80.7765681,47.4856501 L80.7765681,37.7519707 C80.7765681,37.3844407 80.9997453,37.1283427 81.3585985,37.0833789 L82.36732,37.0804465 Z M92.6545094,37.0804465 L92.1226202,38.2260452 C92.0773949,38.3277025 91.8787967,38.675683 91.319379,38.675683 L90.5554642,38.675683 L90.5554642,41.2474153 L92.2366667,41.2474153 L91.886662,42.0440561 C91.812925,42.2151139 91.7470533,42.3656448 91.7224744,42.4145185 C91.6113774,42.6149005 91.3882002,42.8426518 90.924149,42.8426518 L90.5554642,42.8426518 L90.5554642,45.9050758 L92.8295118,45.9050758 L92.5129345,46.6166763 C92.4273996,46.814126 92.3448142,47.0027783 92.3153194,47.0584943 C92.2229025,47.2246648 92.0016916,47.4856501 91.5022467,47.4856501 L88.949965,47.4856501 L88.949965,37.6542233 C88.9814261,37.3150401 89.239997,37.0804465 89.5555912,37.0804465 L92.6545094,37.0804465 Z M175.152295,37.0807397 C175.906378,37.0807397 176.087279,37.4990983 176.161016,37.8636959 L176.622118,40.1206818 L176.622118,37.0807397 L178.225651,37.0807397 L178.225651,47.4859434 L177.466652,47.4859434 C176.94951,47.4859434 176.625067,47.1985662 176.504139,46.6335866 L175.997812,44.3687809 L175.997812,47.4859434 L174.393296,47.4859434 L174.393296,37.0807397 L175.152295,37.0807397 Z M74.7732989,37.0804465 C75.477241,37.0804465 75.5667085,37.6483585 75.6001359,37.8614477 L77.0778244,47.4856501 L75.3631945,47.4856501 L74.731023,42.6872335 L74.0998347,47.4856501 L72.3852048,47.4856501 L73.9710409,37.0804465 L74.7732989,37.0804465 Z M106.171967,37.0804465 C106.875909,37.0804465 106.965377,37.6483585 106.998804,37.8614477 L108.47551,47.4856501 L106.76088,47.4856501 L106.129691,42.6872335 L105.498503,47.4856501 L103.783873,47.4856501 L105.369709,37.0804465 L106.171967,37.0804465 Z M146.822558,37.0804465 L146.666236,37.4792556 C146.563987,37.740241 146.374238,38.1468699 146.329995,38.233865 C146.168757,38.5261295 145.894456,38.675683 145.53167,38.675683 L144.457077,38.675683 L144.457077,41.387194 L146.428311,41.387194 L145.897405,42.5318153 C145.729285,42.8328771 145.455967,42.9824305 145.094164,42.9824305 L144.41775,42.9824305 L144.457077,46.8991661 C144.457077,47.2227098 144.191624,47.4856501 143.867181,47.4856501 L142.866325,47.4856501 L142.866325,37.667908 C142.866325,37.3443643 143.131778,37.0804465 143.457204,37.0804465 L146.822558,37.0804465 Z M154.603183,37.0804465 L154.071294,38.2260452 C154.026068,38.3277025 153.828453,38.675683 153.269036,38.675683 L152.504138,38.675683 L152.504138,41.2474153 L154.186323,41.2474153 L153.836319,42.0440561 C153.762582,42.2151139 153.69671,42.3656448 153.672131,42.4145185 C153.561034,42.6149005 153.337857,42.8426518 152.872822,42.8426518 L152.504138,42.8426518 L152.504138,45.9050758 L154.779168,45.9050758 L154.462591,46.6166763 C154.377056,46.814126 154.293488,47.0027783 154.263993,47.0584943 C154.171576,47.2246648 153.951348,47.4856501 153.451903,47.4856501 L150.899622,47.4856501 L150.899622,37.6542233 C150.931083,37.3150401 151.189654,37.0804465 151.505248,37.0804465 L154.603183,37.0804465 Z M170.585225,37.0804465 L170.053335,38.2260452 C170.00811,38.3277025 169.809512,38.675683 169.250094,38.675683 L168.486179,38.675683 L168.486179,41.2474153 L170.167382,41.2474153 L169.817377,42.0440561 C169.74364,42.2151139 169.677768,42.3656448 169.654173,42.4145185 C169.542092,42.6149005 169.318915,42.8426518 168.854864,42.8426518 L168.486179,42.8426518 L168.486179,45.9050758 L170.760227,45.9050758 L170.44365,46.6166763 C170.358115,46.814126 170.275529,47.0027783 170.246035,47.0584943 C170.153618,47.2246648 169.932407,47.4856501 169.432962,47.4856501 L166.881663,47.4856501 L166.881663,37.6542233 C166.912141,37.3150401 167.170712,37.0804465 167.487289,37.0804465 L170.585225,37.0804465 Z M138.832422,37.0804465 L138.6761,37.4792556 C138.573851,37.740241 138.384102,38.1468699 138.339859,38.233865 C138.178621,38.5261295 137.90432,38.675683 137.541534,38.675683 L136.466941,38.675683 L136.466941,41.387194 L138.438175,41.387194 L137.907269,42.5318153 C137.739149,42.8328771 137.465831,42.9824305 137.104028,42.9824305 L136.427614,42.9824305 L136.466941,46.8991661 C136.466941,47.2227098 136.201488,47.4856501 135.877045,47.4856501 L134.876189,47.4856501 L134.876189,37.667908 C134.876189,37.3443643 135.141642,37.0804465 135.467068,37.0804465 L138.832422,37.0804465 Z M122.138573,37.0804465 C122.989989,37.0804465 123.671319,37.7490382 123.688032,38.601395 L123.688032,45.9598143 C123.671319,46.8180359 122.989989,47.4856501 122.138573,47.4856501 L119.883206,47.4856501 L119.883206,37.0804465 L122.138573,37.0804465 Z M121.856407,38.675683 L121.487722,38.675683 L121.487722,45.9050758 L121.856407,45.9050758 C122.079584,45.9050758 122.098264,45.7926663 122.098264,45.6783019 L122.098264,38.8887721 C122.098264,38.8095968 122.098264,38.675683 121.856407,38.675683 Z M160.313766,38.6058914 L160.071908,38.6058914 L160.071908,41.7240313 L160.313766,41.7240313 C160.455341,41.7240313 160.541859,41.7113242 160.541859,41.4562036 L160.541859,38.8180031 C160.541859,38.7437151 160.541859,38.6058914 160.313766,38.6058914 Z M38.4356313,25.7745989 L39.056988,25.7804637 C39.1051628,25.7745989 39.1464555,25.8039231 39.1592366,25.8576841 L39.1592366,29.2006429 C39.1592366,30.0197656 38.9852174,30.6375287 38.6450442,31.0646846 C38.303888,31.4859756 37.8270557,31.7000422 37.2233958,31.7000422 L35.6051156,31.7000422 C34.9896578,31.7000422 34.5128255,31.4801107 34.1657703,31.04709 C33.8196982,30.6130919 33.6466622,30.0021711 33.6466622,29.2299671 L33.6466622,25.8870083 C33.6338811,25.8400896 33.664359,25.7980582 33.7115507,25.7921934 L34.3633853,25.7921934 C34.410577,25.7804637 34.4646507,25.8156528 34.4705497,25.8635489 L34.4705497,29.3189172 C34.4705497,29.7763747 34.577714,30.1380398 34.7930259,30.3941379 C34.9837589,30.6433936 35.2826393,30.7861047 35.5992166,30.7792624 L37.2174969,30.7792624 C37.5340742,30.7861047 37.8388536,30.6433936 38.0295865,30.3872955 C38.2448984,30.1263102 38.3461638,29.7705099 38.3461638,29.3071875 L38.3461638,25.8694138 C38.3343659,25.8215176 38.3648438,25.7804637 38.4120355,25.7745989 L38.4356313,25.7745989 Z M24.7967533,25.7802682 C25.405329,25.7802682 25.8762623,25.9943349 26.2174186,26.4214907 C26.5585749,26.8486466 26.7306278,27.4664097 26.7306278,28.2738027 L26.7306278,31.599167 C26.7365267,31.6460857 26.7070319,31.6881171 26.6588571,31.6998467 L26.6352613,31.6998467 L26.0080056,31.6939819 C25.960814,31.6998467 25.9244371,31.6646577 25.9185381,31.6167615 L25.9185381,28.1496636 C25.9185381,27.6922061 25.8113738,27.3305409 25.6019608,27.0744429 C25.405329,26.8251872 25.1064485,26.6834536 24.7898712,26.6883409 L23.1715909,26.6883409 C22.8550136,26.6883409 22.5502342,26.8310521 22.3595013,27.0803078 C22.1382905,27.3412931 22.0311261,27.6980709 22.0311261,28.1496636 L22.0311261,31.5933022 C22.0370251,31.6460857 21.9947492,31.6881171 21.9475576,31.6939819 L21.308504,31.6939819 C21.2603292,31.6998467 21.2249354,31.6646577 21.2190365,31.6167615 L21.2190365,28.262073 C21.2190365,27.4722746 21.3920725,26.8672186 21.7381446,26.4332204 C22.0851999,26.0001997 22.5620322,25.7802682 23.1774899,25.7802682 L24.7967533,25.7802682 Z M44.9987115,25.7746966 C45.0468863,25.7688318 45.08228,25.8040208 45.088179,25.851917 L45.088179,25.9174077 L42.8849189,31.5398344 C42.8308451,31.6405141 42.7895524,31.6942751 42.7531756,31.6942751 L41.9410859,31.6942751 C41.9056922,31.6942751 41.8634163,31.646379 41.8093426,31.551564 L39.6119815,25.9222951 L39.6119815,25.8812412 C39.6060825,25.8343225 39.6355773,25.7922911 39.689651,25.7805615 L40.3699973,25.7805615 C40.4122732,25.7805615 40.460448,25.8343225 40.5145217,25.9467319 L42.3412318,30.5780006 L44.174824,25.9408671 C44.2288977,25.8343225 44.2642915,25.7746966 44.2947694,25.7746966 L44.9987115,25.7746966 Z M18.6150407,25.7689295 C18.8657463,25.7620872 19.110553,25.8099834 19.3435617,25.8989335 C19.5588736,25.9878836 19.7614045,26.1130001 19.9285415,26.2733058 C20.1320555,26.4688004 20.2805126,26.7063265 20.3768622,26.9682893 C20.4791108,27.2527341 20.5253193,27.5557508 20.5253193,27.8587675 L20.5253193,28.6896199 C20.5381003,28.737516 20.5017234,28.7902996 20.4545318,28.7961644 L15.7776428,28.7961644 L15.7776428,29.3552792 C15.7776428,30.3161355 16.1374791,30.7980298 16.8473202,30.7980298 L18.8470663,30.7980298 C19.1695425,30.7980298 19.4094334,30.7081023 19.5588736,30.5243373 C19.7073307,30.3405723 19.7850003,30.0316907 19.7850003,29.5986701 L19.7850003,29.1294829 C19.8813499,29.1167757 19.9580363,29.105046 20.0189922,29.0991812 C20.0779818,29.0933163 20.1261566,29.0933163 20.1733482,29.0933163 L20.3473674,29.0933163 C20.4722287,29.0933163 20.5312182,29.1294829 20.5312182,29.1998609 L20.5312182,29.8889796 C20.5381003,30.1509425 20.4958245,30.406063 20.4181549,30.6494539 C20.3404853,30.8684079 20.2156241,31.0707449 20.048487,31.2369154 C19.7614045,31.5457969 19.3907534,31.6943729 18.9375169,31.6943729 L16.8718991,31.6943729 C15.6055899,31.6943729 14.9724353,30.9514932 14.9724353,29.4618238 L14.9724353,28.0835864 C14.9724353,27.3895803 15.1454713,26.8255782 15.4974424,26.39158 C15.8798914,25.9761539 16.328212,25.7689295 16.8473202,25.7689295 L18.6150407,25.7689295 Z M31.0431579,25.768343 C31.6340367,25.768343 32.1059531,25.9638377 32.4520252,26.3499397 C32.6437413,26.5640063 32.7745015,26.8191269 32.8462721,27.0928194 C32.9298407,27.4251603 32.9721165,27.7633661 32.9662176,28.1074367 L32.9662176,29.3664224 C32.9662176,30.1386263 32.7980973,30.720223 32.4579242,31.1063249 C32.1167679,31.4973143 31.6458346,31.6937864 31.0431579,31.6937864 L29.3521238,31.6937864 C28.057303,31.6937864 27.4054683,30.9157176 27.4054683,29.3664224 L27.4054683,28.1074367 C27.4054683,27.3303454 27.5726054,26.7360416 27.9127786,26.33821 C28.0926967,26.1603098 28.3070255,26.0175987 28.5410174,25.916919 C28.797622,25.8152618 29.0778224,25.7624782 29.3521238,25.768343 L31.0431579,25.768343 Z M49.1500035,25.768343 C49.7408823,25.768343 50.2127987,25.9638377 50.5588708,26.3499397 C50.7505869,26.5640063 50.8813471,26.8191269 50.9531177,27.0928194 C51.0366863,27.4251603 51.0789621,27.7633661 51.0730632,28.1074367 L51.0730632,29.3664224 C51.0730632,30.1386263 50.9059261,30.720223 50.5647698,31.1063249 C50.2236135,31.4973143 49.7526802,31.6937864 49.1500035,31.6937864 L47.4599526,31.6937864 C46.1641486,31.6937864 45.5123139,30.9157176 45.5123139,29.3664224 L45.5123139,28.1074367 C45.5123139,27.3303454 45.679451,26.7360416 46.0206073,26.33821 C46.1995423,26.1603098 46.413871,26.0175987 46.647863,25.916919 C46.9044676,25.8152618 47.184668,25.7624782 47.4599526,25.768343 L49.1500035,25.768343 Z M150.679099,11.5922427 C150.901293,11.5922427 151.011407,11.7046522 151.011407,11.9265386 L151.011407,23.1772567 C151.011407,25.9493711 150.439208,28.0528937 149.293828,29.4888021 C148.148447,30.9247104 146.553762,31.6421758 144.508791,31.6421758 L139.076836,31.6421758 C137.008268,31.6421758 135.394904,30.9071159 134.236742,29.436996 C133.079564,27.9668761 132.500483,25.9102722 132.500483,23.2662068 L132.500483,11.9627051 C132.500483,11.7408187 132.598799,11.6293867 132.796414,11.6293867 L134.902341,11.6293867 C135.148131,11.6293867 135.272009,11.7408187 135.272009,11.9627051 L135.272009,23.6005027 C135.272009,25.1566402 135.634795,26.3735945 136.36135,27.2503881 C137.087904,28.1281592 137.993394,28.5660672 139.076836,28.5660672 L144.508791,28.5660672 C145.617795,28.5660672 146.5282,28.1271817 147.242957,27.2474557 C147.956731,26.3687072 148.314601,25.1488204 148.314601,23.588773 L148.314601,11.9265386 C148.314601,11.7046522 148.411934,11.5922427 148.610532,11.5922427 L150.679099,11.5922427 Z M121.896814,11.5551965 C123.891645,11.5551965 125.468632,12.2101036 126.625811,13.5199179 C127.241269,14.211969 127.685657,15.0516186 127.956025,16.0398442 C128.226394,17.0280697 128.363053,18.1775783 128.363053,19.4864151 L128.363053,23.7481989 C128.363053,26.3678274 127.789871,28.3384137 126.644491,29.6589802 C125.49911,30.9815016 123.917207,31.6422736 121.896814,31.6422736 L116.207271,31.6422736 C111.84696,31.6422736 109.666312,29.0109153 109.666312,23.7481989 L109.666312,19.4864151 C109.666312,16.8423498 110.233595,14.8414618 111.367178,13.4827739 C111.982636,12.8650108 112.684611,12.3889812 113.473105,12.0556628 C114.260616,11.7223444 115.172004,11.5551965 116.207271,11.5551965 L121.896814,11.5551965 Z M188.291826,11.5551965 C190.286656,11.5551965 191.863644,12.2101036 193.020822,13.5199179 C193.63628,14.211969 194.080668,15.0516186 194.35202,16.0398442 C194.622389,17.0280697 194.758065,18.1775783 194.758065,19.4864151 L194.758065,23.7481989 C194.758065,26.3678274 194.185866,28.3384137 193.039502,29.6589802 C191.894122,30.9815016 190.312218,31.6422736 188.291826,31.6422736 L182.602283,31.6422736 C178.241971,31.6422736 176.062307,29.0109153 176.062307,23.7481989 L176.062307,19.4864151 C176.062307,16.8423498 176.628607,14.8414618 177.762189,13.4827739 C178.377647,12.8650108 179.079623,12.3889812 179.868117,12.0556628 C180.655627,11.7223444 181.567999,11.5551965 182.602283,11.5551965 L188.291826,11.5551965 Z M76.4513553,11.555783 C77.362744,11.555783 78.1817157,11.7043589 78.9082704,12.0005333 C79.6348252,12.2967078 80.293542,12.7170213 80.8854039,13.2604965 C81.5500196,13.9036739 82.0494645,14.6866301 82.3807892,15.6142523 C82.7140803,16.5399195 82.8802342,17.5467171 82.8802342,18.6336674 L82.8802342,21.4507456 C82.8802342,21.6980463 82.7691372,21.821208 82.5469432,21.821208 L66.9186423,21.821208 L66.9186423,23.7116414 C66.9186423,26.9724924 68.1131809,28.602918 70.5022581,28.602918 L77.227068,28.602918 C78.3105096,28.602918 79.1049023,28.2950139 79.6102462,27.6762732 C80.114607,27.0594876 80.3682621,26.0087037 80.3682621,24.5268542 L80.3682621,22.9325951 C80.6877889,22.8837215 80.9453766,22.8534198 81.1439748,22.8407126 C81.3406067,22.8280055 81.5136427,22.8221407 81.6611166,22.8221407 L82.2529785,22.8221407 C82.6698381,22.8221407 82.8802342,22.9462798 82.8802342,23.1926031 L82.8802342,25.5277869 C82.8802342,26.4915756 82.7504572,27.3497972 82.4928694,28.1024516 C82.2333153,28.857061 81.8203884,29.517833 81.2540886,30.085745 C80.293542,31.1238217 79.0498454,31.64286 77.5229989,31.64286 L70.5769782,31.64286 C66.3149824,31.64286 64.1844761,29.1219563 64.1844761,24.0821038 L64.1844761,19.4117362 C64.1844761,17.0648227 64.7753549,15.1499524 65.9571124,13.6681029 C67.2381691,12.2595638 68.7532176,11.555783 70.5022581,11.555783 L76.4513553,11.555783 Z M156.923242,11.5927315 C157.070716,11.5927315 157.230971,11.7774739 157.404007,12.1479363 L163.573332,27.8627752 L169.744623,12.1479363 C169.915693,11.7774739 170.051369,11.5927315 170.150668,11.5927315 L172.515166,11.5927315 C172.711798,11.5927315 172.811097,11.7041634 172.811097,11.9260499 L172.811097,12.0746258 L165.384312,31.1236262 C165.211276,31.4696518 165.063802,31.6426646 164.940907,31.6426646 L162.206741,31.6426646 C162.083846,31.6426646 161.935389,31.4823589 161.763336,31.1607702 L154.37391,12.0746258 L154.37391,11.9260499 C154.37391,11.7041634 154.484024,11.5927315 154.706218,11.5927315 L156.923242,11.5927315 Z M99.0256769,11.592536 C101.070648,11.592536 102.665333,12.3158662 103.810713,13.7605718 C104.956094,15.2062549 105.528293,17.3000028 105.528293,20.042793 L105.528293,31.3091507 C105.528293,31.5310371 105.418179,31.6424691 105.195985,31.6424691 L103.127418,31.6424691 C102.929803,31.6424691 102.831487,31.5310371 102.831487,31.3091507 L102.831487,19.6342091 C102.831487,18.0780716 102.4746,16.8611173 101.759843,15.9843237 C101.046069,15.1075301 100.134681,14.6686446 99.0256769,14.6686446 L93.5947047,14.6686446 C92.5102799,14.6686446 91.5988912,15.1133949 90.8605386,16.0028957 C90.1212027,16.8923964 89.752518,18.1025084 89.752518,19.6342091 L89.752518,31.3091507 C89.752518,31.5310371 89.6286399,31.6424691 89.3828501,31.6424691 L87.3132997,31.6424691 C87.1166678,31.6424691 87.0173687,31.5310371 87.0173687,31.3091507 L87.0173687,20.005649 C87.0173687,17.3371468 87.5964496,15.2678357 88.7546113,13.7977158 C89.912773,12.3275959 91.5251543,11.592536 93.5947047,11.592536 L99.0256769,11.592536 Z M30.9890841,26.6646861 L29.4179955,26.6646861 C28.6245859,26.6646861 28.2293559,27.145603 28.2293559,28.1074367 L28.2293559,29.3664224 C28.2293559,30.3282562 28.6245859,30.809173 29.4179955,30.809173 L30.9890841,30.809173 C31.7834769,30.809173 32.1777238,30.3282562 32.1777238,29.3664224 L32.1777238,28.0957071 C32.1777238,27.1397381 31.7834769,26.6646861 30.9890841,26.6646861 Z M49.0959297,26.6646861 L47.5189421,26.6646861 C46.7255326,26.6646861 46.3312857,27.145603 46.3312857,28.1074367 L46.3312857,29.3664224 C46.3312857,30.3282562 46.7255326,30.809173 47.5189421,30.809173 L49.0900308,30.809173 C49.8844235,30.809173 50.2776873,30.3282562 50.2776873,29.3664224 L50.2845694,28.0957071 C50.2845694,27.1397381 49.8903225,26.6646861 49.0959297,26.6646861 Z M188.106992,14.5941611 L182.823494,14.5941611 C180.163065,14.5941611 178.833833,16.2255641 178.833833,19.4864151 L178.833833,23.7481989 C178.833833,27.0100274 180.163065,28.6404529 182.823494,28.6404529 L188.106992,28.6404529 C190.767421,28.6404529 192.097636,27.0100274 192.097636,23.7481989 L192.097636,19.4492712 C192.097636,16.2128569 190.767421,14.5941611 188.106992,14.5941611 Z M121.71198,14.5941611 L116.428482,14.5941611 C113.768053,14.5941611 112.438821,16.2255641 112.438821,19.4864151 L112.438821,23.7481989 C112.438821,27.0100274 113.768053,28.6404529 116.428482,28.6404529 L121.71198,28.6404529 C124.37241,28.6404529 125.702624,27.0100274 125.702624,23.7481989 L125.702624,19.4492712 C125.702624,16.2128569 124.37241,14.5941611 121.71198,14.5941611 Z M18.6986092,26.6652726 L16.7519537,26.6652726 C16.482568,26.6652726 16.2564414,26.7835468 16.0765232,27.015208 C15.8975882,27.2468692 15.8022218,27.5381563 15.7845249,27.8880917 L19.7427244,27.8880917 C19.7201118,27.5137194 19.6129474,27.217545 19.4212313,26.9976135 C19.2422963,26.7835468 18.9788096,26.6594077 18.6986092,26.6652726 Z M33.0256004,11.8805974 C41.0452311,11.8805974 47.8536096,17.0162423 50.3085585,24.1596174 L50.3085585,24.1596174 L15.7426423,24.1596174 C16.1368892,23.0140187 16.6441994,21.9026315 17.2655561,20.85869 C20.436245,15.4845416 26.3066895,11.8805974 33.0256004,11.8805974 Z M76.7099262,14.5947476 L70.1709334,14.5947476 C69.2585615,14.5947476 68.5005457,14.9896468 67.897869,15.7804227 C67.2942091,16.5711987 66.9678002,17.5594242 66.9186423,18.7450994 L80.219805,18.7450994 C80.1460681,17.4851362 79.7822991,16.4783387 79.1304645,15.7247068 C78.4776467,14.9710748 77.6704728,14.5947476 76.7099262,14.5947476 Z"
id="Combined-Shape" />
</g>
</g>
</svg>
</div>
<span class="sponsor__name">Enouvo</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Nhà tài trợ vàng</h3>
<div class="row center">
<div data-sponsor="codegym" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="360px"
height="78px" viewBox="0 0 360 78" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(15.686275%,15.686275%,50.196078%);fill-opacity:1;"
d="M 0.355469 78 L 0.355469 0 L 358.511719 0 C 359.4375 0 359.644531 0.210938 359.644531 1.136719 C 359.644531 26.386719 359.644531 51.632812 359.644531 76.863281 C 359.644531 77.789062 359.4375 78 358.511719 78 Z M 197.96875 41.496094 C 197.96875 36.535156 197.96875 31.578125 197.96875 26.558594 C 197.96875 24.257812 198.777344 23.570312 200.957031 23.570312 C 205.824219 23.570312 210.695312 23.570312 215.59375 23.570312 C 216.730469 23.570312 217.148438 23.183594 217.117188 22.046875 C 217.089844 20.910156 217.117188 19.058594 217.117188 17.65625 C 217.117188 16.667969 216.820312 16.222656 215.773438 16.222656 C 210.394531 16.222656 205.019531 16.222656 199.640625 16.222656 C 194.632812 16.324219 190.507812 20.191406 190.082031 25.183594 C 190.082031 32.234375 190.082031 39.253906 190.082031 46.304688 C 189.722656 46.574219 189.367188 46.84375 188.976562 47.082031 L 175.773438 55.265625 L 160.296875 55.265625 C 158.386719 55.265625 157.578125 54.460938 157.550781 52.546875 C 157.550781 49.828125 157.550781 47.140625 157.550781 44.421875 C 157.550781 43.375 157.757812 43.019531 158.894531 43.019531 C 164.359375 43.019531 169.828125 43.019531 175.265625 43.019531 C 176.730469 43.019531 176.90625 42.839844 176.9375 41.34375 L 176.9375 37.671875 C 176.9375 35.878906 176.9375 35.757812 175.027344 35.757812 C 169.589844 35.757812 164.183594 35.757812 158.773438 35.757812 C 157.757812 35.757812 157.550781 35.460938 157.550781 34.503906 C 157.550781 31.84375 157.550781 29.1875 157.550781 26.527344 C 157.550781 24.375 158.417969 23.539062 160.539062 23.539062 L 175.472656 23.539062 C 176.488281 23.539062 176.9375 23.210938 176.9375 22.167969 C 176.9375 20.644531 176.9375 19.179688 176.9375 17.566406 C 176.9375 16.578125 176.519531 16.222656 175.59375 16.222656 C 169.410156 16.222656 163.253906 16.222656 157.101562 16.222656 C 155.113281 16.117188 153.175781 16.859375 151.769531 18.269531 C 150.363281 19.675781 149.617188 21.613281 149.722656 23.601562 C 149.722656 34.234375 149.722656 44.890625 149.722656 55.566406 C 149.527344 57.414062 150.152344 59.253906 151.4375 60.601562 C 152.71875 61.949219 154.527344 62.664062 156.386719 62.554688 C 162.867188 62.882812 169.351562 62.554688 175.863281 62.554688 C 176.859375 62.496094 177.8125 62.140625 178.609375 61.539062 L 190.171875 54.429688 C 190.867188 59.050781 194.851562 62.457031 199.523438 62.4375 C 205.214844 62.75 210.917969 62.75 216.609375 62.4375 C 221.554688 62.304688 225.578125 58.410156 225.871094 53.472656 C 225.871094 48.214844 225.871094 42.988281 225.871094 37.730469 C 225.964844 37.183594 225.789062 36.621094 225.398438 36.226562 C 225.007812 35.828125 224.449219 35.644531 223.898438 35.730469 L 208.515625 35.730469 C 207.644531 35.714844 206.792969 35.988281 206.09375 36.503906 Z M 288.066406 26.410156 L 288.066406 18.371094 C 288.066406 16.550781 287.738281 16.25 285.976562 16.25 L 281.855469 16.25 C 280.777344 16.25 280.269531 16.640625 280.269531 17.804688 C 280.269531 32.242188 280.269531 46.691406 280.269531 61.152344 C 280.269531 62.316406 280.777344 62.734375 281.855469 62.703125 L 285.589844 62.703125 C 287.828125 62.703125 288.066406 62.496094 288.066406 60.316406 C 288.066406 52.785156 288.066406 45.378906 288.066406 37.699219 C 287.9375 36.640625 288.382812 35.59375 289.234375 34.953125 C 294.011719 31.367188 298.792969 27.753906 303.570312 24.109375 C 304.128906 23.574219 304.9375 23.402344 305.664062 23.660156 C 306.46875 24.019531 306.140625 24.824219 306.140625 25.453125 C 306.140625 37.222656 306.140625 49.023438 306.140625 60.792969 C 306.140625 62.496094 306.351562 62.703125 307.992188 62.703125 L 311.996094 62.703125 C 313.9375 62.703125 314 62.703125 314 60.761719 C 314 53.355469 314 45.824219 314 38.535156 C 313.777344 37.03125 314.367188 35.519531 315.550781 34.5625 C 320.183594 31.15625 324.753906 27.691406 329.351562 24.226562 C 330.039062 23.71875 330.816406 23.273438 331.625 23.691406 C 332.429688 24.109375 332.132812 24.945312 332.132812 25.632812 L 332.132812 60.972656 C 332.132812 62.496094 332.3125 62.675781 333.835938 62.675781 L 338.464844 62.675781 C 339.511719 62.675781 339.957031 62.285156 339.957031 61.210938 C 339.957031 47.269531 339.957031 33.398438 339.957031 19.597656 C 340.070312 18.695312 339.769531 17.792969 339.136719 17.140625 C 338.5 16.488281 337.605469 16.164062 336.703125 16.25 C 334.3125 16.25 331.890625 16.25 329.472656 16.25 C 328.253906 16.285156 327.078125 16.691406 326.097656 17.417969 C 323.886719 19.089844 321.617188 20.761719 319.375 22.40625 L 314.027344 26.378906 L 314.027344 19.65625 C 314.164062 18.734375 313.863281 17.800781 313.214844 17.132812 C 312.5625 16.464844 311.636719 16.136719 310.710938 16.25 C 308.292969 16.25 305.871094 16.25 303.484375 16.25 C 302.054688 16.273438 300.671875 16.777344 299.570312 17.683594 Z M 102.613281 39.34375 L 102.613281 59.957031 C 102.613281 62.285156 103.03125 62.675781 105.390625 62.675781 L 117.339844 62.675781 C 120.863281 62.675781 124.421875 62.855469 127.945312 62.527344 C 133.003906 62.214844 136.972656 58.0625 137.058594 52.996094 C 137.058594 44.035156 137.058594 35.070312 137.058594 26.109375 C 137.089844 24.8125 136.792969 23.527344 136.191406 22.375 C 134.191406 18.507812 130.113281 16.171875 125.765625 16.402344 C 118.804688 16.402344 111.84375 16.402344 104.851562 16.402344 C 103 16.402344 102.492188 16.910156 102.492188 18.761719 Z M 55.589844 39.34375 C 55.589844 43.882812 55.589844 48.304688 55.589844 52.964844 C 55.53125 57.945312 59.347656 62.117188 64.3125 62.496094 C 69.675781 62.839844 75.054688 62.839844 80.417969 62.496094 C 86.839844 62.195312 90.125 58.371094 90.125 51.921875 C 90.125 43.335938 90.125 34.753906 90.125 26.167969 C 90.308594 23.507812 89.34375 20.894531 87.476562 18.988281 C 85.613281 17.085938 83.019531 16.066406 80.355469 16.191406 C 75.335938 16.191406 70.289062 16.191406 65.242188 16.191406 C 62.625 16.113281 60.09375 17.132812 58.265625 19.007812 C 56.4375 20.882812 55.476562 23.4375 55.621094 26.050781 C 55.5625 30.5625 55.589844 34.980469 55.589844 39.375 Z M 247.109375 52.847656 C 247.109375 55.59375 247.109375 58.34375 247.109375 61.089844 C 247.109375 62.347656 247.558594 62.734375 248.722656 62.703125 C 249.890625 62.675781 251.710938 62.703125 253.085938 62.703125 C 255.027344 62.703125 255.117188 62.703125 255.117188 60.671875 C 255.117188 55.296875 255.117188 49.917969 255.117188 44.542969 C 255.117188 43.675781 255.328125 43.375 256.222656 43.464844 C 257.117188 43.554688 257.804688 43.464844 258.613281 43.464844 C 261.167969 43.597656 263.664062 42.667969 265.515625 40.898438 C 267.363281 39.128906 268.402344 36.675781 268.382812 34.117188 C 268.382812 28.617188 268.382812 23.121094 268.382812 17.625 C 268.382812 16.699219 267.992188 16.25 267.035156 16.25 L 262.285156 16.25 C 260.523438 16.25 260.433594 16.25 260.433594 18.042969 L 260.433594 32.859375 C 260.433594 35.25 259.835938 35.847656 257.449219 35.847656 L 244.871094 35.847656 C 242.300781 35.847656 241.882812 35.339844 241.882812 32.859375 C 241.882812 27.902344 241.882812 22.941406 241.882812 17.925781 C 241.882812 16.789062 241.523438 16.25 240.269531 16.3125 C 239.015625 16.371094 237.042969 16.3125 235.402344 16.3125 C 234.386719 16.3125 233.90625 16.640625 233.90625 17.746094 C 233.90625 23.242188 233.90625 28.738281 233.90625 34.234375 C 233.90625 38.453125 236.757812 42.136719 240.835938 43.195312 C 242.5 43.59375 244.214844 43.726562 245.917969 43.585938 C 246.84375 43.585938 247.199219 43.765625 247.171875 44.808594 C 247.082031 47.351562 247.109375 50.128906 247.109375 52.847656 Z M 18.519531 39.464844 C 18.519531 43.972656 18.519531 48.425781 18.519531 52.964844 C 18.429688 56.109375 19.996094 59.066406 22.640625 60.761719 C 24.445312 62.074219 26.625 62.765625 28.855469 62.734375 L 43.96875 62.734375 C 45.492188 62.734375 45.644531 62.585938 45.644531 61.121094 L 45.644531 56.9375 C 45.644531 55.476562 45.492188 55.324219 43.96875 55.324219 L 29.363281 55.324219 C 27.210938 55.324219 26.375 54.429688 26.375 52.339844 L 26.375 26.675781 C 26.375 24.316406 27.152344 23.691406 29.511719 23.691406 C 34.46875 23.691406 39.429688 23.691406 44.449219 23.691406 C 45.40625 23.691406 45.792969 23.421875 45.734375 22.40625 C 45.734375 20.882812 45.734375 19.417969 45.734375 17.773438 C 45.734375 16.757812 45.40625 16.339844 44.390625 16.339844 C 38.953125 16.339844 33.542969 16.339844 28.136719 16.339844 C 22.828125 16.59375 18.636719 20.941406 18.578125 26.257812 C 18.699219 30.621094 18.519531 35.042969 18.519531 39.464844 Z M 18.519531 39.464844 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 288.066406 26.410156 L 299.507812 17.683594 C 300.613281 16.777344 301.992188 16.273438 303.421875 16.25 C 305.8125 16.25 308.234375 16.25 310.652344 16.25 C 311.585938 16.117188 312.53125 16.433594 313.195312 17.105469 C 313.859375 17.777344 314.167969 18.722656 314.027344 19.65625 L 314.027344 26.378906 L 319.375 22.40625 C 321.617188 20.761719 323.886719 19.089844 326.097656 17.417969 C 327.078125 16.691406 328.253906 16.285156 329.472656 16.25 C 331.890625 16.25 334.3125 16.25 336.703125 16.25 C 337.605469 16.164062 338.5 16.488281 339.136719 17.140625 C 339.769531 17.792969 340.070312 18.695312 339.957031 19.597656 C 339.957031 33.539062 339.957031 47.410156 339.957031 61.210938 C 339.957031 62.285156 339.511719 62.703125 338.464844 62.675781 L 333.835938 62.675781 C 332.3125 62.675781 332.132812 62.496094 332.132812 60.972656 L 332.132812 25.601562 C 332.132812 24.914062 332.398438 24.046875 331.625 23.660156 C 330.847656 23.273438 330.039062 23.660156 329.351562 24.199219 C 324.753906 27.664062 320.183594 31.128906 315.550781 34.535156 C 314.367188 35.488281 313.777344 37 314 38.507812 C 314 45.914062 314 53.445312 314 60.734375 C 314 62.613281 314 62.675781 311.996094 62.675781 L 308.054688 62.675781 C 306.410156 62.675781 306.199219 62.464844 306.199219 60.761719 C 306.199219 48.992188 306.199219 37.191406 306.199219 25.421875 C 306.199219 24.796875 306.53125 23.988281 305.722656 23.628906 C 304.996094 23.371094 304.1875 23.542969 303.632812 24.078125 C 298.851562 27.722656 294.074219 31.335938 289.292969 34.921875 C 288.441406 35.566406 287.996094 36.613281 288.128906 37.671875 C 288.128906 45.199219 288.128906 52.757812 288.128906 60.285156 C 288.128906 62.464844 287.886719 62.675781 285.648438 62.675781 L 281.855469 62.675781 C 280.777344 62.675781 280.269531 62.285156 280.269531 61.121094 C 280.269531 46.664062 280.269531 32.214844 280.269531 17.773438 C 280.269531 16.609375 280.777344 16.191406 281.855469 16.222656 L 285.976562 16.222656 C 287.738281 16.222656 288.066406 16.519531 288.066406 18.34375 Z M 288.066406 26.410156 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 102.613281 39.34375 L 102.613281 18.609375 C 102.613281 16.757812 103.121094 16.25 104.972656 16.25 C 111.933594 16.25 118.894531 16.25 125.882812 16.25 C 130.230469 16.023438 134.308594 18.359375 136.308594 22.226562 C 136.910156 23.378906 137.210938 24.660156 137.175781 25.960938 C 137.175781 34.921875 137.175781 43.882812 137.175781 52.847656 C 137.09375 57.914062 133.125 62.066406 128.066406 62.375 C 124.539062 62.703125 120.984375 62.375 117.460938 62.527344 L 105.511719 62.527344 C 103.148438 62.527344 102.730469 62.136719 102.730469 59.808594 Z M 129.171875 39.34375 L 129.171875 26.109375 C 129.171875 24.289062 128.453125 23.539062 126.601562 23.539062 C 121.613281 23.539062 116.625 23.539062 111.664062 23.539062 C 110.769531 23.539062 110.589844 23.839844 110.589844 24.675781 C 110.589844 34.535156 110.589844 44.421875 110.589844 54.28125 C 110.589844 55.175781 110.859375 55.355469 111.722656 55.355469 L 126.332031 55.355469 C 128.394531 55.355469 129.320312 54.519531 129.320312 52.367188 Z M 129.171875 39.34375 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 55.589844 39.375 C 55.589844 34.980469 55.589844 30.5625 55.589844 26.140625 C 55.449219 23.523438 56.40625 20.972656 58.234375 19.097656 C 60.0625 17.222656 62.59375 16.203125 65.210938 16.28125 C 70.257812 16.28125 75.308594 16.28125 80.328125 16.28125 C 82.96875 16.191406 85.527344 17.222656 87.367188 19.125 C 89.207031 21.027344 90.15625 23.621094 89.976562 26.257812 C 89.976562 34.863281 89.976562 43.445312 89.976562 52.011719 C 89.976562 58.460938 86.691406 62.285156 80.265625 62.585938 C 74.90625 62.929688 69.527344 62.929688 64.164062 62.585938 C 59.199219 62.207031 55.378906 58.035156 55.441406 53.054688 C 55.5625 48.453125 55.589844 43.914062 55.589844 39.375 Z M 82.179688 39.582031 C 82.179688 35.3125 82.179688 31.007812 82.179688 26.738281 C 82.246094 25.859375 81.921875 25 81.292969 24.382812 C 80.664062 23.765625 79.796875 23.457031 78.921875 23.539062 L 66.972656 23.539062 C 64.464844 23.539062 63.386719 24.617188 63.386719 27.09375 L 63.386719 37.191406 C 63.386719 42.121094 63.386719 47.019531 63.386719 51.949219 C 63.386719 54.28125 64.433594 55.296875 66.734375 55.296875 L 78.683594 55.296875 C 81.164062 55.296875 82.089844 54.398438 82.089844 51.921875 Z M 82.179688 39.582031 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 175.832031 62.734375 C 169.320312 62.734375 162.835938 62.945312 156.355469 62.734375 C 154.46875 62.839844 152.632812 62.097656 151.351562 60.710938 C 150.066406 59.324219 149.46875 57.4375 149.722656 55.566406 C 149.722656 44.890625 149.722656 34.234375 149.722656 23.601562 C 149.636719 21.625 150.386719 19.703125 151.792969 18.308594 C 153.199219 16.914062 155.125 16.179688 157.101562 16.28125 C 163.253906 16.28125 169.410156 16.28125 175.59375 16.28125 C 176.519531 16.28125 176.96875 16.640625 176.9375 17.625 C 176.9375 19.148438 176.9375 20.613281 176.9375 22.226562 C 176.9375 23.273438 176.488281 23.628906 175.472656 23.601562 L 160.539062 23.601562 C 158.355469 23.601562 157.550781 24.464844 157.550781 26.585938 C 157.550781 29.246094 157.550781 31.90625 157.550781 34.5625 C 157.550781 35.519531 157.757812 35.820312 158.773438 35.820312 C 164.183594 35.820312 169.589844 35.820312 175.027344 35.820312 C 176.820312 35.820312 176.90625 35.820312 176.9375 37.730469 L 176.9375 41.464844 C 176.9375 42.957031 176.730469 43.136719 175.265625 43.136719 C 169.828125 43.136719 164.359375 43.136719 158.894531 43.136719 C 157.757812 43.136719 157.519531 43.496094 157.550781 44.542969 C 157.550781 47.261719 157.550781 49.949219 157.550781 52.667969 C 157.550781 54.578125 158.386719 55.386719 160.296875 55.386719 L 175.804688 55.386719 Z M 175.832031 62.734375 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 247.109375 52.847656 C 247.109375 50.128906 247.109375 47.351562 247.109375 44.632812 C 247.109375 43.585938 246.78125 43.375 245.855469 43.40625 C 244.152344 43.546875 242.441406 43.414062 240.777344 43.019531 C 236.695312 41.957031 233.847656 38.273438 233.847656 34.054688 C 233.847656 28.558594 233.847656 23.0625 233.847656 17.566406 C 233.847656 16.460938 234.324219 16.101562 235.339844 16.132812 C 236.984375 16.132812 238.597656 16.132812 240.210938 16.132812 C 241.824219 16.132812 241.824219 16.609375 241.824219 17.746094 C 241.824219 22.703125 241.824219 27.664062 241.824219 32.683594 C 241.824219 35.222656 242.332031 35.667969 244.8125 35.667969 L 257.449219 35.667969 C 259.777344 35.667969 260.433594 35.101562 260.433594 32.683594 L 260.433594 17.925781 C 260.433594 16.191406 260.433594 16.132812 262.285156 16.132812 L 267.035156 16.132812 C 267.992188 16.132812 268.382812 16.578125 268.382812 17.507812 C 268.382812 23.003906 268.382812 28.5 268.382812 33.996094 C 268.402344 36.554688 267.363281 39.011719 265.515625 40.78125 C 263.664062 42.550781 261.167969 43.476562 258.613281 43.347656 C 257.804688 43.347656 257 43.347656 256.222656 43.347656 C 255.445312 43.347656 255.117188 43.554688 255.117188 44.421875 C 255.117188 49.800781 255.117188 55.175781 255.117188 60.554688 C 255.117188 62.496094 255.117188 62.585938 253.085938 62.585938 C 251.621094 62.585938 250.097656 62.585938 248.722656 62.585938 C 247.351562 62.585938 247.050781 62.226562 247.109375 60.972656 C 247.171875 58.34375 247.109375 55.59375 247.109375 52.847656 Z M 247.109375 52.847656 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 18.519531 39.464844 C 18.519531 35.042969 18.699219 30.5 18.519531 26.230469 C 18.574219 20.914062 22.765625 16.5625 28.078125 16.3125 C 33.484375 16.132812 38.890625 16.3125 44.328125 16.3125 C 45.34375 16.3125 45.734375 16.730469 45.671875 17.746094 C 45.671875 19.296875 45.671875 20.730469 45.671875 22.375 C 45.671875 23.390625 45.34375 23.660156 44.390625 23.660156 C 39.429688 23.660156 34.46875 23.660156 29.453125 23.660156 C 27.09375 23.660156 26.316406 24.4375 26.316406 26.648438 L 26.316406 52.277344 C 26.316406 54.429688 27.179688 55.265625 29.300781 55.265625 L 43.96875 55.265625 C 45.492188 55.265625 45.644531 55.414062 45.644531 56.878906 L 45.644531 61 C 45.644531 62.464844 45.492188 62.613281 43.96875 62.613281 L 28.855469 62.613281 C 26.632812 62.664062 24.453125 61.992188 22.640625 60.703125 C 19.996094 59.007812 18.429688 56.046875 18.519531 52.90625 C 18.546875 48.453125 18.519531 43.972656 18.519531 39.464844 Z M 18.519531 39.464844 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 208.515625 35.847656 L 223.898438 35.847656 C 224.449219 35.765625 225.007812 35.949219 225.398438 36.34375 C 225.789062 36.742188 225.964844 37.300781 225.871094 37.851562 C 225.871094 43.109375 225.871094 48.335938 225.871094 53.59375 C 225.578125 58.53125 221.554688 62.425781 216.609375 62.554688 C 210.917969 62.867188 205.214844 62.867188 199.523438 62.554688 C 194.851562 62.578125 190.867188 59.167969 190.171875 54.550781 L 197.96875 49.769531 C 197.96875 50.753906 197.96875 51.742188 197.96875 52.757812 C 197.917969 53.472656 198.191406 54.171875 198.710938 54.664062 C 199.234375 55.15625 199.945312 55.386719 200.65625 55.296875 L 215.445312 55.296875 C 217.265625 55.296875 217.984375 54.609375 217.984375 52.847656 C 217.984375 49.859375 217.984375 46.871094 217.984375 44.125 C 217.984375 43.285156 217.746094 43.046875 216.9375 43.078125 L 208.574219 43.078125 Z M 208.515625 35.847656 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.823529%,98.823529%,99.215686%);fill-opacity:1;"
d="M 190.113281 46.363281 C 190.113281 39.3125 190.113281 32.292969 190.113281 25.242188 C 190.539062 20.25 194.664062 16.386719 199.671875 16.28125 C 205.050781 16.28125 210.425781 16.28125 215.804688 16.28125 C 216.847656 16.28125 217.175781 16.730469 217.148438 17.714844 C 217.148438 19.179688 217.148438 20.703125 217.148438 22.105469 C 217.148438 23.511719 216.757812 23.628906 215.625 23.628906 C 210.726562 23.628906 205.855469 23.628906 200.984375 23.628906 C 198.714844 23.628906 198 24.4375 198 26.617188 C 198 31.546875 198 36.503906 198 41.554688 C 195.398438 43.226562 192.769531 44.808594 190.113281 46.363281 Z M 190.113281 46.363281 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.72549%,34.901961%,17.254902%);fill-opacity:1;"
d="M 190.113281 46.363281 C 192.769531 44.808594 195.398438 43.375 197.96875 41.496094 L 206.09375 36.566406 C 206.792969 36.046875 207.644531 35.777344 208.515625 35.789062 C 208.515625 38.238281 208.515625 40.65625 208.515625 43.078125 L 197.910156 49.769531 L 190.113281 54.550781 L 178.550781 61.660156 C 177.753906 62.261719 176.796875 62.613281 175.804688 62.675781 L 175.804688 55.324219 L 189.007812 47.140625 C 189.394531 46.902344 189.753906 46.632812 190.113281 46.363281 Z M 190.113281 46.363281 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(15.686275%,15.686275%,50.196078%);fill-opacity:1;"
d="M 129.171875 39.34375 L 129.171875 52.339844 C 129.171875 54.460938 128.332031 55.324219 126.183594 55.324219 L 111.664062 55.324219 C 110.796875 55.324219 110.527344 55.148438 110.527344 54.25 C 110.527344 44.390625 110.527344 34.503906 110.527344 24.644531 C 110.527344 23.808594 110.707031 23.511719 111.605469 23.511719 C 116.625 23.511719 121.613281 23.511719 126.542969 23.511719 C 128.394531 23.511719 129.109375 24.257812 129.109375 26.078125 Z M 129.171875 39.34375 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(15.686275%,15.686275%,50.196078%);fill-opacity:1;"
d="M 82.179688 39.582031 L 82.179688 51.949219 C 82.179688 54.429688 81.253906 55.296875 78.773438 55.324219 L 66.824219 55.324219 C 64.523438 55.324219 63.476562 54.308594 63.476562 51.980469 C 63.476562 47.050781 63.476562 42.152344 63.476562 37.222656 L 63.476562 27.09375 C 63.476562 24.617188 64.554688 23.539062 67.0625 23.539062 L 79.011719 23.539062 C 79.894531 23.488281 80.757812 23.832031 81.363281 24.480469 C 81.96875 25.125 82.257812 26.007812 82.148438 26.886719 C 82.207031 31.007812 82.179688 35.3125 82.179688 39.582031 Z M 82.179688 39.582031 " />
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(15.686275%,15.686275%,50.196078%);fill-opacity:1;"
d="M 197.9375 49.769531 L 208.542969 43.078125 L 216.910156 43.078125 C 217.714844 43.078125 217.953125 43.285156 217.953125 44.125 C 217.953125 47.109375 217.953125 49.949219 217.953125 52.847656 C 217.953125 54.609375 217.238281 55.296875 215.414062 55.296875 L 200.65625 55.296875 C 199.945312 55.386719 199.234375 55.15625 198.710938 54.664062 C 198.191406 54.171875 197.917969 53.472656 197.96875 52.757812 C 197.910156 51.742188 197.9375 50.785156 197.9375 49.769531 Z M 197.9375 49.769531 " />
</g>
</svg>
</div>
<span class="sponsor__name">CodeGym</span>
</div>
<div data-sponsor="mgm" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<svg style="height: 65%; margin-top: 12px;" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Ebene_1" x="0px" y="0px"
viewBox="0 0 601 215" style="enable-background:new 0 0 601 215;" xml:space="preserve">
<style type="text/css">
.st0 {
display: none;
stroke: #FFFFFF;
}
.st1 {
fill: #1C75BC;
}
</style>
<rect x="-124.51" y="-189.79" class="st0" width="845.44" height="594.86" />
<g>
<g>
<g>
<path class="st1"
d="M429.95,130.46V67.2c-9.38-4.81-15.4-6.5-22.37-6.5c-17.08,0-26.46,14.19-26.46,40.65 c0,28.38,6.25,40.41,20.93,40.41C410.71,141.77,417.92,138.89,429.95,130.46z M447.51,80.13l0,35.43c0,12.99,0,18.76,0.48,26.22 l0.72,13.47c0.24,5.29,0.48,9.86,0.48,13.23c0,27.18-14.43,41.62-41.62,41.62c-12.99,0-27.66-4.09-38.01-10.34 c-1.2-0.48-1.44-1.2-1.44-2.4v-0.72c0,0,0.24-0.24,0.48-0.72l4.09-9.38c0.48-0.96,0.96-1.44,1.68-1.44c0.24,0,1.2,0.24,1.68,0.72 c10.34,5.29,21.89,8.66,30.55,8.66c17.8,0,25.02-7.22,25.02-25.74c0-3.61-0.24-7.46-0.24-11.79c-0.24-5.77-0.48-8.9-0.48-9.62 v-2.41c-10.83,8.9-20.93,12.75-32.47,12.75c-22.37,0-36.33-19.73-36.33-51.72c0-38.97,15.88-60.62,44.26-60.62 c8.94,0,15.43,1.71,23.64,6.59v-3.92c0-2.17,0.48-2.65,2.65-2.65h12.03c1.92,0,2.89,0.48,2.89,1.68v0.96L447.51,80.13z" />
<path class="st1"
d="M483.76,57.08c11.39-8.43,20.08-11.77,30.38-11.77c11.06,0,18.27,4.33,22.36,13.71 c13.95-9.86,23.33-13.71,34.15-13.71c17.8,0,25.26,9.62,25.26,32.96v79.86c0,2.17-0.48,2.65-2.65,2.65h-12.03 c-2.4,0-2.89-0.48-2.89-2.65V77.55c0-11.79-4.57-17.08-14.92-17.08c-7.45,0-13.23,2.16-23.81,9.38v88.28v0.96 c0,1.2-0.72,1.68-2.64,1.68h-12.02c-2.16,0-2.65-0.48-2.65-2.65V77.79c0-11.55-5.05-17.32-15.15-17.32 c-7.46,0-13.95,2.65-23.33,9.86v87.8c0,2.17-0.48,2.65-2.64,2.65h-12.03c-1.92,0-2.88-0.48-2.88-1.68v-0.96V74.14l-0.06-26.35 c0-2.17,0.48-2.65,2.65-2.65h12.02c1.92,0,2.89,0.48,2.89,1.68v0.96L483.76,57.08z" />
<path class="st1"
d="M234.6,57.28c11.39-8.43,20.09-11.77,30.39-11.77c11.07,0,18.28,4.33,22.38,13.71 c13.95-9.86,23.33-13.71,34.16-13.71c17.8,0,25.26,9.62,25.26,32.96v79.86c0,2.16-0.48,2.65-2.65,2.65h-12.03 c-2.41,0-2.89-0.48-2.89-2.65V77.74c0-11.79-4.57-17.08-14.91-17.08c-7.46,0-13.23,2.17-23.81,9.38v88.28v0.96 c0,1.2-0.72,1.68-2.65,1.68h-12.03c-2.17,0-2.65-0.48-2.65-2.65V77.98c0-11.55-5.05-17.32-15.15-17.32 c-7.46,0-13.95,2.65-23.33,9.86v87.8c0,2.16-0.48,2.65-2.65,2.65h-12.03c-1.93,0-2.89-0.48-2.89-1.68v-0.96V74.34l-0.06-26.35 c0-2.17,0.48-2.65,2.65-2.65h12.03c1.92,0,2.89,0.48,2.89,1.68v0.96L234.6,57.28z" />
</g>
</g>
<path class="st1"
d="M111.96,138.13c0-1.29-0.72-2.01-2.01-2.01c-60.52,0-63.14,0-70.83,0c-7.69,0-10.72-5-10.72-11.14 c0-6.15,0-77.54,0-77.54c0-1.29-0.71-2.01-2-2.01l-20.42,0c-1.3,0-2.01,0.72-2.01,2.01c0,60.52,0,67.28,0,72.94l0.02,0v12.74 c0,18.07,8.19,27.42,27.53,27.42c2.64,0,78.43,0,78.43,0c1.29,0,2.01-0.71,2.01-2L111.96,138.13z" />
<path class="st1"
d="M46.25,27.61c0,1.3,0.72,2.01,2.01,2.01c60.52,0,63.13,0,70.82,0c7.69,0,10.72,5,10.72,11.14 c0,6.15,0,77.53,0,77.53c0,1.29,0.71,2.02,2,2.02l20.42-0.01c1.3,0,2.01-0.72,2.01-2.01c0-60.52,0-67.27,0-72.94l-0.02,0V32.62 c0-18.08-8.19-27.42-27.53-27.42c-2.64,0-78.43,0-78.43,0c-1.29,0-2.01,0.71-2.01,2L46.25,27.61z" />
</g>
</svg>
</div>
<span class="sponsor__name">mgm</span>
</div>
<div data-sponsor="one-tech-stop" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:65%" src="./assets/logo_one_tech_stop.png" alt="" />
</div>
<span class="sponsor__name">One Tech Stop</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Nhà tài trợ bạc</h3>
<div class="row center">
<div data-sponsor="mti" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<svg xmlns="http://www.w3.org/2000/svg" width="1731.155" height="157.154" viewBox="0 0 1731.155 157.154">
<g id="Group_1" data-name="Group 1" transform="translate(-281.75 -242.053)">
<path id="Path_1" data-name="Path 1"
d="M605.408,253.944h-46.28V392H547.022V253.944H500.739V243.793H605.408Z"
transform="translate(353.499 2.808)" fill="#00a73c" />
<path id="Path_2" data-name="Path 2"
d="M545.89,270.314c0-16.318,5.55-26.521,27.852-26.521h48.693v10.154H571.883c-7.749,0-13.884,2.774-13.884,12.938l0,42.126H615.6v10.156H558l0,49.744c0,10.164,6.136,12.938,13.884,12.938h50.551V392H573.742c-22.3,0-27.852-10.2-27.852-26.521Z"
transform="translate(426.382 2.809)" fill="#00a73c" />
<path id="Path_3" data-name="Path 3"
d="M686.444,388.569c-7.226,3.516-21.089,7.03-38.665,7.03-36.123,0-68.929-23.238-68.929-75.373,0-45.89,28.315-77.329,73.81-77.329,19.724,0,29.685,4.491,33.2,6.248l-3.511,10.35a68.279,68.279,0,0,0-29.685-6.441c-37.295,0-61.314,24.8-61.314,67.173,0,40.222,22.263,65.217,59.95,65.217,12.109,0,23.824-2.732,32.024-6.635Z"
transform="translate(479.587 1.361)" fill="#00a73c" />
<path id="Path_4" data-name="Path 4"
d="M728.387,392H716.28V318.777H638.758V392H626.651V243.793h12.107v64.632H716.28V243.793h12.107Z"
transform="translate(556.75 2.808)" fill="#00a73c" />
<path id="Path_5" data-name="Path 5"
d="M768.328,374.129a.581.581,0,0,0,.52.314.6.6,0,0,0,.593-.643c-.016-.225-.018-.277-.018-.277-1.409-19.343-1.592-35.938-1.592-58.517v-70.88h11.717V385.657A7.217,7.217,0,0,1,766.2,389.45l-51.477-80.889c-10.227-16.475-19.719-31.666-27.23-46.991,0,0-.026-.055-.094-.183a.577.577,0,0,0-.507-.29.6.6,0,0,0-.6.593c.013.209.018.285.018.285,1.082,17.874,1.265,33.867,1.265,58.5v71.857H676.054V251.066a7.475,7.475,0,0,1,13.8-3.987c1.116,1.746,52.2,81.6,52.2,81.6,10.988,17.5,19.311,31.279,26.155,45.218,0,0,.018.044.118.235"
transform="translate(636.497 2.476)" fill="#00a73c" />
<path id="Path_6" data-name="Path 6"
d="M849.543,318.075c0,52.53-30.461,77.718-64.833,77.718-36.124,0-63.46-28.315-63.46-74.984,0-49.208,28.315-77.915,65.22-77.915,37.493,0,63.073,29.486,63.073,75.18m-115.8,2.345c0,32.806,18.161,65.413,51.359,65.413,33.778,0,51.942-31.632,51.942-67.173,0-30.853-16.012-65.808-51.359-65.808-36.123,0-51.942,34.565-51.942,67.567"
transform="translate(709.453 1.359)" fill="#00a73c" />
<path id="Path_7" data-name="Path 7"
d="M801.924,381.849h50.164V392H803.782c-22.3,0-27.849-10.2-27.849-26.521V243.792h12.1v125.12c0,10.161,6.138,12.938,13.887,12.938"
transform="translate(797.724 2.807)" fill="#00a73c" />
<path id="Path_8" data-name="Path 8"
d="M931.568,318.075c0,52.53-30.461,77.718-64.83,77.718-36.124,0-63.463-28.315-63.463-74.984,0-49.208,28.315-77.915,65.22-77.915,37.493,0,63.073,29.486,63.073,75.18m-115.8,2.345c0,32.806,18.161,65.413,51.359,65.413,33.781,0,51.942-31.632,51.942-67.173,0-30.853-16.015-65.808-51.357-65.808-36.126,0-51.945,34.565-51.945,67.567"
transform="translate(841.861 1.359)" fill="#00a73c" />
<path id="Path_9" data-name="Path 9"
d="M958.79,372.726v-44.2H925.984v-9.96H970.7v52.868a20.777,20.777,0,0,1-15.923,20.205,123.214,123.214,0,0,1-26.252,2.889c-52.917,0-72.059-37.687-72.059-74.984,0-42.962,27.734-76.354,76.158-76.354,14.059,0,26.757,2.931,33.977,6.447l-3.511,9.958c-7.422-3.516-17.191-6.248-31.052-6.248-38.662,0-63.073,24.995-63.073,65.413,0,41.595,23.826,65.808,60.924,65.808a85.736,85.736,0,0,0,22.32-2.533c4.426-1.208,6.583-5.351,6.583-9.312"
transform="translate(927.72 1.842)" fill="#00a73c" />
<path id="Path_10" data-name="Path 10"
d="M1010.153,243.793l-49.014,84.16V392H949.032V327.953l-46.086-84.16h13.67l22.848,43.153c6.052,11.524,11.322,20.72,16.2,31.462h.591c4.3-9.963,9.955-19.939,16.4-31.656l23.823-42.96Z"
transform="translate(1002.752 2.809)" fill="#00a73c" />
<path id="Path_11" data-name="Path 11"
d="M427.636,392.332S392.8,272.9,392.282,271.288c-.868-2.724-4.319-2.361-4.512.546-.157,2.34-6.611,120.5-6.611,120.5H357.779s7.458-113.267,8.517-125.339c1.116-12.784,8.507-23.405,23.057-23.405,12.222,0,19.188,8.044,22.276,18.723,1.169,4.055,26.717,97.77,26.717,97.77s25.549-93.715,26.72-97.77c3.082-10.679,10.052-18.723,22.273-18.723,14.551,0,21.939,10.622,23.055,23.405,1.059,12.073,8.52,125.339,8.52,125.339H495.536s-6.452-118.158-6.614-120.5c-.193-2.907-3.644-3.27-4.512-.546-.515,1.616-35.35,121.044-35.35,121.044Zm98.287-129.94h49.14v129.94h23.525V262.392h49.14V244.121h-121.8Zm141.3,129.94h23.732V244.124H667.225Z"
transform="translate(122.728 2.478)" fill="#5d6164" />
<rect id="Rectangle_1" data-name="Rectangle 1" width="157.999" height="157.154"
transform="translate(281.75 242.053)" fill="#fff" />
<rect id="Rectangle_2" data-name="Rectangle 2" width="149.058" height="148.203"
transform="translate(286.22 246.529)" fill="#221815" />
<path id="Path_12" data-name="Path 12"
d="M316.752,249.483h53.215V262.34h-18.94v52.214H335.689V262.34H316.752Z"
transform="translate(56.5 11.994)" fill="#fff" />
<rect id="Rectangle_3" data-name="Rectangle 3" width="14.35" height="63.131"
transform="translate(392.421 331.601)" fill="#fff" />
<path id="Path_13" data-name="Path 13"
d="M330.976,314.554l14.261-44.826v44.826h14.849V249.483H336.764l-13.322,42.46-13.317-42.46H286.8v65.071h14.854V269.728l14.258,44.826Z"
transform="translate(8.153 11.994)" fill="#fff" />
<path id="Path_14" data-name="Path 14"
d="M328.519,284.812a5.181,5.181,0,1,1-5.181-5.176,5.182,5.182,0,0,1,5.181,5.176"
transform="translate(58.768 60.667)" fill="#fabe00" />
<path id="Path_15" data-name="Path 15"
d="M377.643,287.006a5.135,5.135,0,0,1-2.677-2.117c-6.386,10.564-14.323,10.256-14.323,10.256-3.082,0-5.655-2.337-8.632-5.035-3.71-3.372-7.913-7.187-14.221-7.187-6.188,0-10.258,3.644-13.85,6.865-3.145,2.815-5.869,5.249-9.581,5.357-3.877.11-7.244-3.163-10.807-6.632-3.788-3.678-7.7-7.492-12.629-7.181,0,0-5.134.165-7.471,3.631v4.5c3.338-5.16,7.67-4.954,7.67-4.954,3.521-.219,6.76,2.944,10.2,6.285,3.887,3.783,7.905,7.694,13.131,7.539,4.875-.146,8.3-3.21,11.612-6.177,3.469-3.106,6.755-6.052,11.722-6.052,5.077,0,8.632,3.231,12.075,6.358,3.179,2.883,6.465,5.872,10.778,5.872,0,0,8.656.949,17-11.33"
transform="translate(2.744 63.375)" fill="#00a73b" />
<path id="Path_16" data-name="Path 16"
d="M328.519,292.119a5.181,5.181,0,1,1-5.181-5.181,5.179,5.179,0,0,1,5.181,5.181"
transform="translate(58.768 72.455)" fill="#fabe00" />
<path id="Path_17" data-name="Path 17"
d="M377.643,294.312a5.19,5.19,0,0,1-2.677-2.112c-6.386,10.556-14.323,10.25-14.323,10.25-3.082,0-5.655-2.337-8.632-5.035-3.71-3.372-7.913-7.189-14.221-7.189-6.188,0-10.258,3.647-13.85,6.862-3.145,2.821-5.869,5.255-9.581,5.362-3.877.115-7.244-3.163-10.807-6.632-3.788-3.683-7.7-7.492-12.629-7.184,0,0-5.134.173-7.471,3.629v4.51c3.338-5.16,7.67-4.954,7.67-4.954,3.521-.214,6.76,2.944,10.2,6.285,3.887,3.778,7.905,7.683,13.131,7.534,4.875-.141,8.3-3.21,11.612-6.172,3.469-3.108,6.755-6.052,11.722-6.052,5.077,0,8.632,3.231,12.075,6.358,3.179,2.883,6.465,5.866,10.778,5.866,0,0,8.656.959,17-11.325"
transform="translate(2.744 75.164)" fill="#00a73b" />
</g>
</svg>
</div>
<span class="sponsor__name">MTI Technology</span>
</div>
<div data-sponsor="kms" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:85%" src="https://kms-technology.com/wp-content/uploads/2022/03/logo-white.svg" alt="" />
</div>
<spa class="sponsor__name">KMS Technology</spa>
</div>
<div data-sponsor="paradox" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:85%" src="./assets/logo-paradox-white-blue-01.png" alt="" />
</div>
<span class="sponsor__name">Paradox</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Nhà tại trợ đồng</h3>
<div class="row center">
<div data-sponsor="gear-inc" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:80%" class="sponsor__brozen" src="./assets/gear_logo-1.png" alt="" />
</div>
<span class="sponsor__name">Gear Inc</a>
</div>
<div data-sponsor="enlab" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:80%" class="sponsor__brozen"
src="./assets/Enlab_Primary-Logo_Horizontal_On-Light@4x (1).png" alt="" />
</div>
<span class="sponsor__name">Enlab Software</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Nhà tài trợ học bổng</h3>
<div class="row center">
<div data-sponsor="aptech" class="col l-3 m-6 c-3 flex-col center sponsor__item">
<div class="sponsor__img center">
<img class="sponsor__brozen" src="./assets/Logo-Aptech-Sua.png" alt="" />
</div>
<span class="sponsor__name" >Aptech</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Bảo trợ truyền thông</h3>
<div class="row center">
<div data-sponsor="ybox" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:100%; padding: 6px 0" class="sponsor__brozen" src="./assets/ybox_logo_white.png" alt="" />
</div>
<span class="sponsor__name" >YBOX</span>
</div>
<div data-sponsor="iVolunteer" class="col l-3 m-6 c-3 sponsor__item flex-col center">
<div class="sponsor__img center">
<img style="width:120%" class="sponsor__brozen" src="./assets/logo_ivolunteeer.png" alt="" />
</div>
<span class="sponsor__name" >iVolunteer Vietnam</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Nhà tài trợ F&B</h3>
<div class="row center">
<div data-sponsor="bonpas" class="col l-3 m-6 c-3 flex-col center sponsor__item">
<div class="sponsor__img center">
<img class="sponsor__brozen" src="./assets/bonpas.png" alt="" />
</div>
<span class="sponsor__name" >Bonpas</span>
</div>
</div>
</div>
<div data-aos="fade-up" class="sponsor__row">
<h3 class="sponsor__type">Đối tác truyền thông</h3>
<div class="row center">
<div data-sponsor="hugo-english" class="col l-3 m-6 c-3 flex-col center sponsor__item">
<div class="sponsor__img center">
<img class="sponsor__brozen" src="./assets/hugo_white.png" alt="" />
</div>
<span class="sponsor__name" >Hugo English Club</span>
</div>
</div>
</div>
</div>
</section>
<section id="organize" class="organize grid wide">
<div data-aos="fade-up" class="heading">
<h1 class="heading__left">Đơn vị tổ chức</h1>
</div>
<div style="margin-bottom: 124px;" class="organize__item row">
<div data-aos="fade-right" class="organize__img col l-3 m-6 c-12">
<img src="./assets/logo-bk.jpg" alt="Đại học Bách Khoa">
</div>
<div data-aos="fade-left" class="organize__body col l-9 m-6 c-12">
<h1 class="organize__body-heading">
Trường Đại Học Bách Khoa - Đại học Đà Nẵng
</h1>
<p class="organize__body-desc">
Trường Đại học Bách khoa Đà Nẵng là trường đại học chuyên ngành kỹ thuật đầu ngành tại Việt Nam. Là cơ sở giáo
dục đại học cung cấp nguồn nhân lực chất lượng cao, có năng lực đổi mới, sáng tạo và khởi nghiệp trong lĩnh
vực kỹ thuật – công nghệ; thực hiện nghiên cứu khoa học và chuyển giao công nghệ phục vụ sự phát triển bền
vững kinh tế – xã hội của miền Trung – Tây Nguyên, trong nước và quốc tế.
</p>
<div class="organize__body-footer">
<a href="http://dut.udn.vn/" target="_blank" class="btn organize__btn" style="margin: 0 2rem;">Truy cập</a>
</div>
</div>
</div>
<div data-aos="fade-up" class="heading">
<h1 class="heading__left">Phối hợp thực hiện</h1>
</div>
<div class="organize__item row">
<div data-aos="fade-right" class="organize__img col l-3 m-6 c-12">
<img src="./assets/dsc-dut.jpg" alt="" />
</div>
<div data-aos="fade-left" class="organize__body col l-9 m-6 c-12">
<h1 class="organize__body-heading">
Google Developer Student Club - Danang University of Science and Technology
</h1>
<p class="organize__body-desc">
GDSC - DUT là một chapter của GDSC tại trường Đại học Bách Khoa - Đại học Đà Nẵng. Đây là môi trường bổ ích để
các thành viên có thể học tập và phát triển bản thân, cùng nhau thực hiện sứ mệnh đem đến những giải pháp mang
lại thay đổi tích cực cho địa phương và cộng đồng.
<div class="organize__body-footer">
<a href="https://www.dscdut.com/" target="_blank" class="btn organize__btn" style="margin: 0 2rem;">Truy
cập</a>
</div>
</div>
</div>
<div class="organize__item row">
<div data-aos="fade-right" class="organize__img col l-3 m-6 c-12">
<img src="./assets/let_online_logo.jpg" alt="" />
</div>
<div data-aos="fade-left" class="organize__body col l-9 m-6 c-12">
<h1 class="organize__body-heading">
Let Online
</h1>
<p class="organize__body-desc">
Let Online - đơn vị cung cấp những giải pháp về Truyền thông - Sự kiện cho các doanh nghiệp tại Việt Nam. Có
mặt tại thị trường Đà Nẵng từ năm 2017 đến nay, đã trở thành một trong những công ty truyền thông và sự kiện
uy tín hàng đầu tại khu vực Đà Nẵng và các tỉnh miền Trung - Tây Nguyên.
</p>
<div class="organize__body-footer">
<a href="https://letonline.vn/ " target="_blank" class="btn organize__btn" style="margin: 0 2rem;">Truy
cập</a>
</div>
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="grid wide">
<div class="row">
<div class="col l-3 m-6">
<span data-aos="fade-up" class="footer__title">Theo dõi chúng tôi tại</span>
<div class="footer__social">
<ul data-aos="fade-in" data-aos-delay="400" class="footer__list">
<li class="footer__social-item">
<a class="footer__list-link" href=""><i class="fa-brands fa-facebook"></i></a>
</li>
<li class="footer__social-item">
<a class="footer__list-link" href=""><i class="fa-brands fa-instagram"></i></a>
</li>
<li class="footer__social-item">
<a class="footer__list-link" href=""><i class="fa-brands fa-linkedin"></i></a>
</li>
<li class="footer__social-item">
<a class="footer__list-link" href=""><i class="fa-solid fa-globe"></i></a>
</li>
</ul>
</div>
</div>
<div class="col l-3 m-6">
<span data-aos="fade-up" class="footer__title">Đơn vị Tổ Chức</span>
<div data-aos="fade-in" data-aos-delay="400" class="footer__sponsors ">
<div class="footer__sponsors-item col logo-gdg">
<img src="./assets/logo-bk-text.png" alt="Bách Khoa">
</div>
<div class="footer__sponsors-item col ">
<img src="./assets/gdscdut-logo.png" alt="GDSC-DUT">
</div>
</div>
</div>
<div class="col l-5 m-12">
<span data-aos="fade-up" class="footer__title">Liên hệ</span>
<ul data-aos="fade-in" data-aos-delay="400" class="footer__list">
<li class="footer__list-item">
<a class="footer__list-link">
<i class="fa-solid fa-phone"></i>
Trưởng phòng CTSV: Huỳnh Hữu Hưng (0905 444 669)
</a>
</li>
<li class="footer__list-item">
<a class="footer__list-link">
<i class="fa-solid fa-phone"></i>
Trưởng ban tổ chức: Trần Thị Thùy Duyên (076 277 6422)
</a>
</li>
<li class="footer__list-item">
<a class="footer__list-link">
<i class="fa-solid fa-envelope"></i>
</a>
</li>
<li class="footer__list-item">
<a class="footer__list-link">
<i class="fa-solid fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Messenger Chat Plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script src="/assets/main.js"></script>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "104193644319401");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function () {
FB.init({
xfbml: true,
version: 'v14.0'
});
};
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 1300,
});
</script>
</body>
</html>