-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkhulan.html
919 lines (896 loc) · 83.4 KB
/
khulan.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
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
<!DOCTYPE html>
<!-- saved from url=(0040)https://e-mongolia.mn/my-account/profile -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Цахим үйлчилгээний нэгдсэн портал</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keyword" content="mgov,Төрийн үйлчилгээ,Төрийн үйлчилгээний цахим нэг цонх,
Төрийн үйлчилгээний портал систем,Төрийн үйлчилгээний систем,Цахим үйлчилгээний нэгдсэн портал,
цахим төрийн үйлчилгээ,цахим үйлчилгээ">
<meta property="og:type" content="website">
<meta property="og:title" content="Цахим үйлчилгээний нэгдсэн портал">
<meta property="og:description" name="description"
content="Монгол Улсын Засгийн газраас Иргэн, Аж ахуйн нэгж байгууллагад зориулж төрийн үйлчилгээг цахим нэг цонхны үйлчилгээгээр үзүүлж байна.">
<meta property="og:image" content="https://e-mongolia.mn/static/assets/system_bg.png ">
<meta property="og:url" content="https://e-mongolia.mn">
<script src="./index_files/301896984120587" async=""></script>
<script async="" src="./index_files/fbevents.js"></script>
<script type="text/javascript" async="" src="./index_files/hotjar-2064993.js"></script>
<script type="text/javascript" async="" src="./index_files/analytics.js"></script>
<script type="text/javascript" async="" src="./index_files/js"></script>
<script async="" src="./index_files/gtm.js"></script>
<script src="./index_files/register-service-worker.js" type="text/javascript"></script>
<script src="./index_files/install.js" type="text/javascript"></script>
<link rel="shortcut icon" href="https://e-mongolia.mn/static/assets/favicon.png">
<link rel="manifest" href="https://e-mongolia.mn/static/assets/manifest.json">
<link rel="stylesheet" href="./vendors_index.js.css">
<link rel="stylesheet" href="./index.js.css">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="./index_files/css2" rel="stylesheet">
<link href="./index_files/css2(1)" rel="stylesheet">
<script type="text/javascript">
window.__INITIAL_STATE__ = {};
window.initialI18nStore = {};
window.initialLanguage = 'dev';
</script>
<script src="./index_files/config.js" type="text/javascript"></script>
<script type="text/javascript">
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l !== 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5WGJPWC');
</script>
<style media="screen">
.antd-img-crop-modal .ant-modal-body {
padding-bottom: 16px;
}
.antd-img-crop-modal .antd-img-crop-container {
position: relative;
width: 100%;
height: 40vh;
margin-bottom: 16px;
}
.antd-img-crop-modal .antd-img-crop-control {
display: flex;
align-items: center;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.antd-img-crop-modal .antd-img-crop-control button {
display: flex;
justify-content: center;
align-items: center;
width: 34px;
height: 34px;
padding: 0;
font-style: normal;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
}
.antd-img-crop-modal .antd-img-crop-control button[disabled] {
cursor: default;
}
.antd-img-crop-modal .antd-img-crop-control.zoom button {
font-size: 18px;
}
.antd-img-crop-modal .antd-img-crop-control.rotate button {
font-size: 16px;
}
.antd-img-crop-modal .antd-img-crop-control.rotate button:first-of-type {
transform: rotate(-20deg);
}
.antd-img-crop-modal .antd-img-crop-control.rotate button:last-of-type {
transform: rotate(20deg);
}
.antd-img-crop-modal .antd-img-crop-control .ant-slider {
flex: 1;
margin: 0 8px;
}
</style>
<script async="" src="./index_files/modules.69d367ac7af64e17f043.js" charset="utf-8"></script>
</head>
<body id="style-3">
<noscript>You need to enable JavaScript to run this app.</noscript>
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WGJPWC" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<div id="root">
<div style="">
<div class="MainSidebar__MainSidebar ">
<div class="MainSidebar__toggleCircle"><i aria-label="icon: arrow-left"
class="anticon anticon-arrow-left"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="arrow-left" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z">
</path>
</svg></i></div>
<ul class="ant-menu MainSidebar__menu ant-menu-light ant-menu-root ant-menu-vertical" role="menu">
<li class="ant-menu-item MainSidebar__customHover" role="menuitem"><a class="MainSidebar__colorBlue"
href="https://e-mongolia.mn/ubmap"><span class="MainSidebar__item"><img
class="MainSidebar__imgBig"
src="./index_files/8ba203352685a7198b5f27aae9ff1a47.webp" alt=""> UB Map</span></a>
</li>
<li class="ant-menu-item MainSidebar__customHover" role="menuitem"><a class="MainSidebar__colorBlue"
aria-label="Авлигатай тэмцэх газарт өргөдөл гаргах цэс alt+shift+a"
href="https://e-mongolia.mn/anti-corruption"><span class="MainSidebar__item"><img
class="MainSidebar__imgBig"
src="./index_files/af895b10b0c760a981d2cca084d8ed74.webp" alt=""> АТГ-т
хандах</span></a></li>
<li class="ant-menu-item MainSidebar__customHover" role="menuitem"><a aria-label=""
class="MainSidebar__colorBlue" href="https://e-mongolia.mn/chingis-khaanii-esh-khurug"><span
class="MainSidebar__item"><img src="./index_files/f341705e71adab500fe493379832c40c.svg"
alt=""> Чингис
хааны эш хөрөг</span></a></li>
<li class="ant-menu-item MainSidebar__customHover" role="menuitem"><a class="MainSidebar__colorBlue"
target="_blank" href="https://eticket.transdep.mn/"><span class="MainSidebar__item"><img
src="./index_files/a22c2ef53b87101e8f6229f7a2c8afa4.webp">АТҮТ онлайн
тасалбар</span></a></li>
<li class="ant-menu-item MainSidebar__customHover" role="menuitem"><span
class="MainSidebar__item MainSidebar__colorBlue"><img
src="./index_files/7ee48d087c42a3b69a5597fa92c765f9.svg" alt=""> Үнэлгээ өгөх</span>
</li>
</ul>
</div>
</div>
<div class="Radio__radio">
<div class="Radio__item"><img src="./index_files/ed26ece9710bc0b9f8b5db73f311ec56.svg" alt="Play">
<div>MNB</div>
<div role="img" aria-required="false" style="margin-left: 5px;">
<div title="" role="button" aria-label="animation" tabindex="0"
style="width: 20px; height: 20px; overflow: hidden; margin: 0px auto; outline: none;"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200"
preserveAspectRatio="xMidYMid meet"
style="width: 100%; height: 100%; transform: translate3d(0px, 0px, 0px);">
<defs>
<clippath id="__lottie_element_10">
<rect width="200" height="200" x="0" y="0"></rect>
</clippath>
</defs>
<g clip-path="url(#__lottie_element_10)">
<g transform="matrix(2.0833332538604736,0,0,2.0833332538604736,0,0)" opacity="1"
style="display: block;">
<g opacity="1" transform="matrix(1,0,0,1,48,46)">
<path fill="rgb(255,255,255)" fill-opacity="1"
d=" M24,30 C21.788999557495117,30 20,28.211000442504883 20,26 C20,26 20,-10 20,-10 C20,-12.208999633789062 21.788999557495117,-14 24,-14 C26.211000442504883,-14 28,-12.208999633789062 28,-10 C28,-10 28,26 28,26 C28,28.211000442504883 26.211000442504883,30 24,30z M8,30 C5.789000034332275,30 4,28.211000442504883 4,26 C4,26 4,-2 4,-2 C4,-4.209000110626221 5.789000034332275,-6 8,-6 C10.211000442504883,-6 12,-4.209000110626221 12,-2 C12,-2 12,26 12,26 C12,28.211000442504883 10.211000442504883,30 8,30z M-8,30 C-10.208999633789062,30 -12,28.211000442504883 -12,26 C-12,26 -12,-26 -12,-26 C-12,-28.208999633789062 -10.208999633789062,-30 -8,-30 C-5.790999889373779,-30 -4,-28.208999633789062 -4,-26 C-4,-26 -4,26 -4,26 C-4,28.211000442504883 -5.790999889373779,30 -8,30z M-24,30 C-26.208999633789062,30 -28,28.211000442504883 -28,26 C-28,26 -28,10 -28,10 C-28,7.789000034332275 -26.208999633789062,6 -24,6 C-21.791000366210938,6 -20,7.789000034332275 -20,10 C-20,10 -20,26 -20,26 C-20,28.211000442504883 -21.791000366210938,30 -24,30z">
</path>
</g>
</g>
</g>
</svg></div>
</div>
</div>
</div>
<div style="">
<div class="baseLayout__fullHeight">
<section class="baseLayout__fullHeight ant-layout">
<section class="baseLayout__layout ant-layout">
<header class="ant-layout-header" style="padding: 0px; height: auto; z-index: 998;">
<div class="header__header">
<div class="container">
<div class="topMenu__head">
<div class="topMenu__left">
<div class="topMenu__logo"><a href="https://e-mongolia.mn/home"><img
src="./logo.svg" alt="logo"></a></div>
<ul class="ant-menu topMenu__menu ant-menu-dark ant-menu-root ant-menu-horizontal"
role="menu">
<li class="ant-menu-submenu ant-menu-submenu-horizontal ant-menu-overflowed-submenu"
role="menuitem" style="display: none;">
<div class="ant-menu-submenu-title" aria-expanded="false"
aria-haspopup="true">
<span>···</span><i class="ant-menu-submenu-arrow"></i></div>
</li>
<li class="ant-menu-item" role="menuitem"><a
aria-label="Нүүр цэс alt+shift+h"
href="https://e-mongolia.mn/home"><span>Нүүр</span></a></li>
<li class="ant-menu-submenu ant-menu-submenu-horizontal ant-menu-overflowed-submenu"
role="menuitem" style="display: none;">
<div class="ant-menu-submenu-title" aria-expanded="false"
aria-haspopup="true">
<span>···</span><i class="ant-menu-submenu-arrow"></i></div>
</li>
<li class="ant-menu-item" role="menuitem"><a
aria-label="Үйлчилгээнүүд цэс alt+shift+u"
href="https://e-mongolia.mn/services/citizen/sector"><span>Үйлчилгээнүүд</span></a>
</li>
<li class="ant-menu-submenu ant-menu-submenu-horizontal ant-menu-overflowed-submenu"
role="menuitem" style="display: none;">
<div class="ant-menu-submenu-title" aria-expanded="false"
aria-haspopup="true">
<span>···</span><i class="ant-menu-submenu-arrow"></i></div>
</li>
<li class="ant-menu-item" role="menuitem"><a
href="https://e-mongolia.mn/my-account/profile"><span></span></a>
</li>
<li class="ant-menu-submenu ant-menu-submenu-horizontal ant-menu-overflowed-submenu"
role="menuitem"
style="visibility: hidden; position: absolute; display: none;">
<div class="ant-menu-submenu-title" aria-expanded="false"
aria-haspopup="true">
<span>···</span><i class="ant-menu-submenu-arrow"></i></div>
</li>
</ul>
</div>
<div class="topMenu__right"><button type="button"
class="ant-btn topMenu__btnCheck"><i aria-label="icon: mail"
class="anticon anticon-mail"><svg viewBox="64 64 896 896"
focusable="false" class="" data-icon="mail" width="1em"
height="1em" fill="currentColor" aria-hidden="true">
<path
d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 0 1 194 256h648.8a7.2 7.2 0 0 1 4.4 12.9z">
</path>
</svg></i></button><span class="ant-badge"><button type="button"
class="ant-btn topMenu__btnCheck ant-dropdown-trigger"><i
aria-label="icon: bell" class="anticon anticon-bell"><svg
viewBox="64 64 896 896" focusable="false" class=""
data-icon="bell" width="1em" height="1em"
fill="currentColor" aria-hidden="true">
<path
d="M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z">
</path>
</svg></i></button></span><button type="button"
class="ant-btn topMenu__btnSignup ant-dropdown-trigger"
ant-click-animating-without-extra-node="false">
<div class="topMenu__text topMenu__customStyle">
<div class="topMenu__name">А. ХУЛАН </div>
<div class="topMenu__email">798277013225@e-mongolia.mn</div>
</div>
<div class="topMenu__arrow"><i aria-label="icon: down"
class="anticon anticon-down"><svg viewBox="64 64 896 896"
focusable="false" class="" data-icon="down" width="1em"
height="1em" fill="currentColor" aria-hidden="true">
<path
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z">
</path>
</svg></i></div>
</button>
<div class="topMenu__hamburger mb-0">
<div class="cursor-pointer"><svg stroke="currentColor"
fill="currentColor" stroke-width="0" viewBox="0 0 24 24"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"
style="font-size: 22px;">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z">
</path>
</g>
</svg></div>
</div>
</div>
</div>
</div>
</div>
</header>
<main class="ant-layout-content"
style="background: rgb(255, 255, 255); min-height: auto; padding-top: 64px;">
<div>
<div class="Account__container">
<div class="Account__headerContainer">
<div class="container">
<div class="index__pageHeader Account__header">
<div class="">
<div class="index__breadcrumb ant-breadcrumb"><span><span
class="ant-breadcrumb-link"><a
href="https://e-mongolia.mn/">Нүүр</a></span><span
class="ant-breadcrumb-separator">/</span></span><span><span
class="ant-breadcrumb-link"><a
href="https://e-mongolia.mn/my-account/dashboard">Хянах
самбар</a></span><span
class="ant-breadcrumb-separator">/</span></span></div>
<div class="index__detail">
<div class="index__main">
<div class="index__row">
<h1 class="index__title">
<div class="Account__pageTitle">Тавтай морилно
уу! <b>А.ХУЛАН</b>
</div>
</h1>
</div>
<div class="index__row"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="Account__tbs">
<div class="Account__leftStart">
<div class="ant-tabs ant-tabs-top Account__tabs ant-tabs-line">
<div role="tablist" class="ant-tabs-bar ant-tabs-top-bar"
tabindex="0">
<div class="ant-tabs-nav-container"><span
unselectable="unselectable"
class="ant-tabs-tab-prev ant-tabs-tab-btn-disabled"><span
class="ant-tabs-tab-prev-icon"><i
aria-label="icon: left"
class="anticon anticon-left ant-tabs-tab-prev-icon-target"><svg
viewBox="64 64 896 896" focusable="false"
class="" data-icon="left" width="1em"
height="1em" fill="currentColor"
aria-hidden="true">
<path
d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z">
</path>
</svg></i></span></span><span
unselectable="unselectable"
class="ant-tabs-tab-next ant-tabs-tab-btn-disabled"><span
class="ant-tabs-tab-next-icon"><i
aria-label="icon: right"
class="anticon anticon-right ant-tabs-tab-next-icon-target"><svg
viewBox="64 64 896 896" focusable="false"
class="" data-icon="right" width="1em"
height="1em" fill="currentColor"
aria-hidden="true">
<path
d="M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z">
</path>
</svg></i></span></span>
<div class="ant-tabs-nav-wrap">
<div class="ant-tabs-nav-scroll">
<div class="ant-tabs-nav ant-tabs-nav-animated"
style="transform: translate3d(0px, 0px, 0px);">
<div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
Хянах самбар</div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
Хүсэлтүүд</div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
Баталгаажуулалт</div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
Төлбөр тооцоо</div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
Мэдээлэл</div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
Өрхийн гишүүдийн мэдээлэл</div>
<div role="tab" aria-disabled="false"
aria-selected="true"
class="ant-tabs-tab-active ant-tabs-tab">
Хувийн мэдээлэл</div>
</div>
<div class="ant-tabs-ink-bar ant-tabs-ink-bar-animated"
style="display: block; transform: translate3d(784px, 0px, 0px); width: 126px;">
</div>
</div>
</div>
</div>
</div>
</div>
<div tabindex="0" role="presentation"
style="width: 0px; height: 0px; overflow: hidden; position: absolute;">
</div>
<div class="ant-tabs-content ant-tabs-content-animated ant-tabs-top-content"
style="margin-left: -600%;">
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
<div role="tabpanel" aria-hidden="false"
class="ant-tabs-tabpane ant-tabs-tabpane-active">
<div tabindex="0" role="presentation"
style="width: 0px; height: 0px; overflow: hidden; position: absolute;">
</div>
<div tabindex="0" role="presentation"
style="width: 0px; height: 0px; overflow: hidden; position: absolute;">
</div>
</div>
</div>
<div tabindex="0" role="presentation"
style="width: 0px; height: 0px; overflow: hidden; position: absolute;">
</div>
</div>
</div>
<div class="Account__rightEnd">
<div class="ant-tabs ant-tabs-top Account__tabs ant-tabs-line">
<div role="tablist" class="ant-tabs-bar ant-tabs-top-bar"
tabindex="0">
<div class="ant-tabs-nav-container"><span
unselectable="unselectable"
class="ant-tabs-tab-prev ant-tabs-tab-btn-disabled"><span
class="ant-tabs-tab-prev-icon"><i
aria-label="icon: left"
class="anticon anticon-left ant-tabs-tab-prev-icon-target"><svg
viewBox="64 64 896 896" focusable="false"
class="" data-icon="left" width="1em"
height="1em" fill="currentColor"
aria-hidden="true">
<path
d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z">
</path>
</svg></i></span></span><span
unselectable="unselectable"
class="ant-tabs-tab-next ant-tabs-tab-btn-disabled"><span
class="ant-tabs-tab-next-icon"><i
aria-label="icon: right"
class="anticon anticon-right ant-tabs-tab-next-icon-target"><svg
viewBox="64 64 896 896" focusable="false"
class="" data-icon="right" width="1em"
height="1em" fill="currentColor"
aria-hidden="true">
<path
d="M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z">
</path>
</svg></i></span></span>
<div class="ant-tabs-nav-wrap">
<div class="ant-tabs-nav-scroll">
<div class="ant-tabs-nav ant-tabs-nav-animated">
<div>
<div role="tab" aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab">
<span class="Account__overflowHidden"><i
aria-label="icon: mail"
class="anticon anticon-mail"><svg
viewBox="64 64 896 896"
focusable="false" class=""
data-icon="mail" width="1em"
height="1em"
fill="currentColor"
aria-hidden="true">
<path
d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z">
</path>
</svg></i> <span>Имэйл</span>
</span></div>
</div>
<div class="ant-tabs-ink-bar ant-tabs-ink-bar-animated"
style="display: none;">
</div>
</div>
</div>
</div>
</div>
</div>
<div tabindex="0" role="presentation"
style="width: 0px; height: 0px; overflow: hidden; position: absolute;">
</div>
<div class="ant-tabs-content ant-tabs-content-animated ant-tabs-top-content"
style="display: none;">
<div role="tabpanel" aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive">
</div>
</div>
<div tabindex="0" role="presentation"
style="width: 0px; height: 0px; overflow: hidden; position: absolute;">
</div>
</div>
</div>
</div>
<div class="mt-15">
<div class="ant-card ant-card-bordered">
<div class="ant-card-head">
<div class="ant-card-head-wrapper">
<div class="ant-card-head-title">
<div class="Profile__title">Хувийн мэдээлэл</div>
</div>
</div>
</div>
<div class="ant-card-body">
<div>
<div class="ant-row"
style="margin-left: -17.5px; margin-right: -17.5px;">
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-4 ant-col-lg-4 ant-col-xl-4"
style="padding-left: 17.5px; padding-right: 17.5px;">
<img src="./khulan.png" alt="" style="width: 100%;">
</div>
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-20 ant-col-lg-20 ant-col-xl-20"
style="padding-left: 17.5px; padding-right: 17.5px;">
<h1
class="CitizenDataView__cardTitle CitizenDataView__sm">
Үндсэн мэдээлэл</h1>
<div class="CitizenDataView__enquiryContent">
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Регистрийн
дугаар:</span><span
class="CitizenDataView__textUppercased">уо04220537</span>
</p>
<p class="CitizenDataView__descriptionItem"><span
class="CitizenDataView__descriptionTerm">Ургийн
овог:</span><span
class="CitizenDataView__textCapitalized">Боржигин</span>
</p>
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Эцэг
/эх/-ийн нэр:</span><span
class="CitizenDataView__textCapitalized">АНХБАЯР</span>
</p>
<p class="CitizenDataView__descriptionItem"><span
class="CitizenDataView__descriptionTerm">Нэр:</span><span
class="CitizenDataView__textCapitalized">ХУЛАН</span>
</p>
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Яс
үндэс:</span><span
class="CitizenDataView__textCapitalized">Халх</span>
</p>
<p class="CitizenDataView__descriptionItem"><span
class="CitizenDataView__descriptionTerm">Хүйс:</span><span
class="CitizenDataView__textCapitalized">Эмэгтэй</span>
</p>
</div>
<h1
class="CitizenDataView__cardTitle CitizenDataView__sm">
Төрсөн</h1>
<div class="CitizenDataView__enquiryContent">
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Огноо:</span>2004-02-05
</p>
<p class="CitizenDataView__descriptionItem"><span
class="CitizenDataView__descriptionTerm">Газар:</span>Дорноговь,
Даланжаргалан
</p>
</div>
<h1
class="CitizenDataView__cardTitle CitizenDataView__sm">
Иргэний үнэмлэх</h1>
<div class="CitizenDataView__enquiryContent">
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Бүртгэлийн
дугаар:</span>798277013225</p>
<p class="CitizenDataView__descriptionItem"><span
class="CitizenDataView__descriptionTerm">Олгосон
огноо:</span>2020-10-03</p>
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Хүчинтэй
хугацаа:</span>2027-02-29</p>
</div>
<h1
class="CitizenDataView__cardTitle CitizenDataView__sm">
Иргэний үнэмлэхэд хэвлэгдсэн
хаяг</h1>
<div class="CitizenDataView__enquiryContent">
<p
class="CitizenDataView__descriptionItem CitizenDataView__even">
<span
class="CitizenDataView__descriptionTerm">Хаяг:</span>Дорноговь,
Даланжаргалан, 3-р баг, Бичигт,
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="footer__main">
<div class="footer__content">
<div class="container">
<div class="ant-row" style="margin-left: -17.5px; margin-right: -17.5px;">
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-10 ant-col-lg-12 ant-col-xl-10"
style="padding-left: 17.5px; padding-right: 17.5px;"><img src="./logo.svg"
alt="logo">
<p>© 2023 - Цахим хөгжил, харилцаа<br>холбооны яам</p>
<div class="footer__social"><a href="https://www.facebook.com/emongolia"
target="_blank" rel="noopener noreferrer" aria-label="Facebook"><svg
stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M12 2C6.477 2 2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.879V14.89h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.989C18.343 21.129 22 16.99 22 12c0-5.523-4.477-10-10-10z">
</path>
</g>
</svg></a><a href="https://twitter.com/emnongoliamn" target="_blank"
rel="noopener noreferrer" aria-label="Twitter"><svg
stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M22.162 5.656a8.384 8.384 0 0 1-2.402.658A4.196 4.196 0 0 0 21.6 4c-.82.488-1.719.83-2.656 1.015a4.182 4.182 0 0 0-7.126 3.814 11.874 11.874 0 0 1-8.62-4.37 4.168 4.168 0 0 0-.566 2.103c0 1.45.738 2.731 1.86 3.481a4.168 4.168 0 0 1-1.894-.523v.052a4.185 4.185 0 0 0 3.355 4.101 4.21 4.21 0 0 1-1.89.072A4.185 4.185 0 0 0 7.97 16.65a8.394 8.394 0 0 1-6.191 1.732 11.83 11.83 0 0 0 6.41 1.88c7.693 0 11.9-6.373 11.9-11.9 0-.18-.005-.362-.013-.54a8.496 8.496 0 0 0 2.087-2.165z">
</path>
</g>
</svg></a><a href="https://www.instagram.com/emongoliamn/"
target="_blank" rel="noopener noreferrer"
aria-label="Instagram"><svg stroke="currentColor"
fill="currentColor" stroke-width="0" viewBox="0 0 24 24"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path fill-rule="nonzero"
d="M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm6.5-.25a1.25 1.25 0 0 0-2.5 0 1.25 1.25 0 0 0 2.5 0zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z">
</path>
</g>
</svg></a><a
href="https://www.youtube.com/channel/UCVqv_boa73KgDV0NyqbRRZw/"
target="_blank" rel="noopener noreferrer" aria-label="Youtube"><svg
stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M21.543 6.498C22 8.28 22 12 22 12s0 3.72-.457 5.502c-.254.985-.997 1.76-1.938 2.022C17.896 20 12 20 12 20s-5.893 0-7.605-.476c-.945-.266-1.687-1.04-1.938-2.022C2 15.72 2 12 2 12s0-3.72.457-5.502c.254-.985.997-1.76 1.938-2.022C6.107 4 12 4 12 4s5.896 0 7.605.476c.945.266 1.687 1.04 1.938 2.022zM10 15.5l6-3.5-6-3.5v7z">
</path>
</g>
</svg></a></div>
</div>
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-9 ant-col-lg-6 ant-col-xl-7"
style="padding-left: 17.5px; padding-right: 17.5px;">
<div class="footer__list">
<div class="footer__listHeader" style="padding: 12px 0px;">Холбоо барих
</div>
<div class="footer__contact">
<div class="footer__item">
<div class="footer__left"><span><svg stroke="currentColor"
fill="currentColor" stroke-width="0"
viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M18.364 17.364L12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0zM12 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z">
</path>
</g>
</svg></span></div>
<div class="footer__right">
<p>Ш/х-785, Төв шуудан, Сүхбаатарын талбай 1, Чингэлтэй
дүүрэг, УБ 15160-0026.</p>
</div>
</div>
<div class="footer__item">
<div class="footer__left"><span><svg stroke="currentColor"
fill="currentColor" stroke-width="0"
viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M21 16.42v3.536a1 1 0 0 1-.93.998c-.437.03-.794.046-1.07.046-8.837 0-16-7.163-16-16 0-.276.015-.633.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45c.023.23.044.413.064.552A13.901 13.901 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.047 13.047 0 0 0 6.844 6.844l1.54-2.154a.462.462 0 0 1 .573-.149 13.901 13.901 0 0 0 4 1.205c.139.02.322.042.55.064a.5.5 0 0 1 .449.498z">
</path>
</g>
</svg></span></div>
<div class="footer__right">
<p>1111</p>
</div>
</div>
<div class="footer__item">
<div class="footer__left"><span><svg stroke="currentColor"
fill="currentColor" stroke-width="0"
viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm9.06 8.683L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439z">
</path>
</g>
</svg></span></div>
<div class="footer__right">
<p>e-mongolia@ema.gov.mn</p>
</div>
</div>
</div>
</div>
</div>
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-5 ant-col-lg-6 ant-col-xl-7"
style="padding-left: 17.5px; padding-right: 17.5px;">
<div class="ant-list footer__list ant-list-sm ant-list-split"
style="margin-bottom: 15px;">
<div class="ant-list-header">
<div class="footer__listHeader">Вэб хандалтын тоо</div>
</div>
<div class="ant-spin-nested-loading">
<div class="ant-spin-container">
<ul class="ant-list-items">
<li class="ant-list-item footer__listItem"><a
href="https://e-mongolia.mn/">Өнөөдөр:
<span>4,806</span></a></li>
<li class="ant-list-item footer__listItem"><a
href="https://e-mongolia.mn/">Энэ 7 хоног:
<span>94,486</span></a></li>
<li class="ant-list-item footer__listItem"><a
href="https://e-mongolia.mn/">Энэ сар:
<span>105,619</span></a></li>
<li class="ant-list-item footer__listItem"><a
href="https://e-mongolia.mn/">Нийт:
<span>9,091,294</span></a></li>
</ul>
</div>
</div>
</div><img height="40"
src="./index_files/c178bde8befe1184d000ab94f8a494cc.svg" alt="">
</div>
</div>
</div>
</div>
<div class="footer__footer">
<div class="container">
<div class="ant-row" style="margin-left: -12.5px; margin-right: -12.5px;">
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-12 ant-col-lg-12 ant-col-xl-12"
style="padding-left: 12.5px; padding-right: 12.5px;"><a
href="https://e-mongolia.mn/privacy-policy">Үйлчилгээний нөхцөл</a>
</div>
<div class="ant-col ant-col-xs-24 ant-col-sm-24 ant-col-md-12 ant-col-lg-12 ant-col-xl-12"
style="padding-left: 12.5px; padding-right: 12.5px;">
<div style="text-align: right;"><a href="https://ema.gov.mn/"
target="_blank" rel="noopener noreferrer"><img
src="./index_files/5efd95fbfcef6a807b5d6787b9c6003c.svg"
alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
</div>
</div>
</div>
<script src="./index_files/vendors_index.js" type="text/javascript"></script>
<script src="./index_files/index.js" type="text/javascript"></script>
<script async="" src="./index_files/js(1)" type="text/javascript"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-129610459-2');
</script>
<script async="" id="twitter-wjs" type="text/javascript" defer="" src="./index_files/widgets.js"></script>
<script defer="" src="./index_files/v2b4487d741ca48dcbadcaf954e159fc61680799950996"
integrity="sha512-D/jdE0CypeVxFadTejKGTzmwyV10c1pxZk/AqjJuZbaJwGMyNHY3q/mTPWqMUnFACfCTunhZUVcd4cV78dK1pQ=="
data-cf-beacon="{"rayId":"7b4ab0c6afbac23a","token":"3c08261e518743e180b64f859175690d","version":"2023.3.0","si":100}"
crossorigin="anonymous"></script>
<iframe scrolling="no" frameborder="0" allowtransparency="true"
src="./index_files/widget_iframe.2b2d73daf636805223fb11d48f3e94f7.html" title="Twitter settings iframe"
style="display: none;"></iframe>
<script type="text/javascript" id="">
! function (b, e, f, g, a, c, d) {
b.fbq || (a = b.fbq = function () {
a.callMethod ? a.callMethod.apply(a, arguments) : a.queue.push(arguments)
}, b._fbq || (b._fbq = a), a.push = a, a.loaded = !0, a.version = "2.0", a.queue = [], c = e
.createElement(f), c.async = !0, c.src = g, d = e.getElementsByTagName(f)[0], d.parentNode
.insertBefore(c, d))
}(window, document, "script", "https://connect.facebook.net/en_US/fbevents.js");
fbq("init", "301896984120587");
fbq("set", "agent", "tmgoogletagmanager", "301896984120587");
fbq("track", "PageView");
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=301896984120587&ev=PageView&noscript=1"></noscript>
<iframe id="_hjSafeContext_19756874" title="_hjSafeContext" tabindex="-1" aria-hidden="true"
src="./index_files/saved_resource.html"
style="display: none !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important;"></iframe><iframe
id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true"
style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;"
title="Twitter analytics iframe" src="./index_files/saved_resource(1).html"></iframe>
<div style="position: absolute; top: 0px; left: 0px; width: 100%;">
<div>
<div class="ant-dropdown ant-dropdown-placement-bottomRight ant-dropdown-hidden"
style="left: 1026px; top: 54px;">
<ul class="ant-dropdown-menu topMenu__menuItems ant-dropdown-menu-light ant-dropdown-menu-root ant-dropdown-menu-vertical"
role="menu" tabindex="0">
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: dashboard"
class="anticon anticon-dashboard"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="dashboard" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z">
</path>
</svg></i> Хянах самбар</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: copy"
class="anticon anticon-copy"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="copy" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z">
</path>
</svg></i> Хүсэлтүүд</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: credit-card"
class="anticon anticon-credit-card"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="credit-card" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z">
</path>
</svg></i> Төлбөр тооцоо</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: mail"
class="anticon anticon-mail"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="mail" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z">
</path>
</svg></i> Үндэсний имэйл</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: notification"
class="anticon anticon-notification"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="notification" width="1em" height="1em" fill="currentColor"
aria-hidden="true">
<path
d="M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z">
</path>
</svg></i> Мэдэгдэл</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: setting"
class="anticon anticon-setting"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="setting" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5a449.4 449.4 0 0 0 159 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2z">
</path>
</svg></i> Мэдэгдлийн тохиргоо</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: user"
class="anticon anticon-user"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="user" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z">
</path>
</svg></i> Өрхийн гишүүдийн мэдээлэл</li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: user"
class="anticon anticon-user"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="user" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z">
</path>
</svg></i> Хувийн мэдээлэл</li>
<li class=" ant-dropdown-menu-item-divider"></li>
<li class="ant-dropdown-menu-item" role="menuitem"><i aria-label="icon: logout"
class="anticon anticon-logout"><svg viewBox="64 64 896 896" focusable="false" class=""
data-icon="logout" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path
d="M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 0 1-112.7-75.9 353.28 353.28 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z">
</path>
</svg></i> Системээс гарах</li>
</ul>
</div>
</div>
</div>
<style></style>
</body>
</html>