tapquest-ui-yeulamvietnam 2.7.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js DELETED
@@ -1,3351 +0,0 @@
1
- 'use client'
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
-
30
- // index.ts
31
- var index_exports = {};
32
- __export(index_exports, {
33
- Appbar: () => Appbar_default,
34
- AppbarPrimaryButton: () => AppbarPrimaryButton_default,
35
- Avatar: () => Avatar_default,
36
- Button: () => Button_default,
37
- Card: () => Card_default,
38
- FormItem: () => FormItem_default,
39
- Header: () => Header,
40
- Icons: () => Icons_exports,
41
- Image: () => Image_default,
42
- Input: () => Input_default,
43
- InputPassword: () => InputPassword_default,
44
- InputSearch: () => InputSearch_default,
45
- Loader: () => Loader_default,
46
- LocationOverviewCard: () => LocationOverviewCard_default,
47
- MemoryCard: () => MemoryCard_default,
48
- Modal: () => Modal_default,
49
- ProgressCircular: () => ProgressCircular_default,
50
- ProgressStep: () => ProgressStep,
51
- SVGs: () => SVGs_exports,
52
- Select: () => Select_default,
53
- SponsorByContainer: () => SponsorByContainer,
54
- Tabs: () => Tabs_default,
55
- TextArea: () => TextArea_default,
56
- Typography: () => Typography_default,
57
- useInteractiveMap: () => useInteractiveMap
58
- });
59
- module.exports = __toCommonJS(index_exports);
60
-
61
- // #style-inject:#style-inject
62
- function styleInject(css, { insertAt } = {}) {
63
- if (!css || typeof document === "undefined") return;
64
- const head = document.head || document.getElementsByTagName("head")[0];
65
- const style = document.createElement("style");
66
- style.type = "text/css";
67
- if (insertAt === "top") {
68
- if (head.firstChild) {
69
- head.insertBefore(style, head.firstChild);
70
- } else {
71
- head.appendChild(style);
72
- }
73
- } else {
74
- head.appendChild(style);
75
- }
76
- if (style.styleSheet) {
77
- style.styleSheet.cssText = css;
78
- } else {
79
- style.appendChild(document.createTextNode(css));
80
- }
81
- }
82
-
83
- // index.css
84
- styleInject(":root {\n --primary-color: #A71A1A;\n --primary-background-color: #FFF7E2;\n --primary-text-color: #0A0101;\n --secondary-text-color: #8F8F8F;\n --tertiary-text-color: #FFFFFF;\n}\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n");
85
-
86
- // src/components/Icons/index.tsx
87
- var Icons_exports = {};
88
- __export(Icons_exports, {
89
- ArrowCircle: () => ArrowCircle,
90
- Camera: () => Camera,
91
- Check: () => Check,
92
- ChevronLeft: () => ChevronLeft,
93
- ChevronRight: () => ChevronRight,
94
- CircleAlert: () => CircleAlert,
95
- CircleCheck: () => CircleCheck,
96
- CornerUpRight: () => CornerUpRight,
97
- Dart: () => Dart,
98
- Discover: () => Discover,
99
- Edit: () => Edit,
100
- Email: () => Email,
101
- Exclaimation: () => Exclaimation,
102
- Facebook: () => Facebook,
103
- Gear: () => Gear,
104
- Gift: () => Gift,
105
- Globe: () => Globe,
106
- Home: () => Home,
107
- Instagram: () => Instagram,
108
- Link: () => Link,
109
- LocationPin: () => LocationPin,
110
- Logout: () => Logout,
111
- MapMarker: () => MapMarker,
112
- Menu: () => Menu,
113
- Mission: () => Mission,
114
- Moment: () => Moment,
115
- Phone: () => Phone,
116
- Pin: () => Pin,
117
- PinCircle: () => PinCircle,
118
- PinOutlined: () => PinOutlined,
119
- Profile: () => Profile,
120
- ProfileGift: () => ProfileGift,
121
- ProgressBar: () => ProgressBar,
122
- ProgressBarInner: () => ProgressBarInner,
123
- SealCheckIcon: () => SealCheckIcon,
124
- SendMessage: () => SendMessage,
125
- Share: () => Share,
126
- ShareMemoryBadge: () => ShareMemoryBadge,
127
- ShieldWarningIcon: () => ShieldWarningIcon,
128
- Telegram: () => Telegram,
129
- Trash: () => Trash,
130
- User: () => User,
131
- XIcon: () => XIcon,
132
- Zalo: () => Zalo
133
- });
134
-
135
- // src/components/Icons/Home.tsx
136
- var import_jsx_runtime = require("react/jsx-runtime");
137
- function Home() {
138
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19 10V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V10M21 12L12 3L3 12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
139
- }
140
-
141
- // src/components/Icons/Exclaimation.tsx
142
- var import_jsx_runtime2 = require("react/jsx-runtime");
143
- function Exclaimation() {
144
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M11.677 16.4958L10.4037 6.65915V0H14.6273V6.65915L13.4161 16.4958H11.677ZM12.5155 24C11.6253 24 10.9834 23.7746 10.5901 23.3239C10.1967 22.8732 10 22.2986 10 21.6V20.9239C10 20.2254 10.1967 19.6507 10.5901 19.2C10.9834 18.7493 11.6253 18.5239 12.5155 18.5239C13.3851 18.5239 14.0166 18.7493 14.4099 19.2C14.8033 19.6507 15 20.2254 15 20.9239V21.6C15 22.2986 14.8033 22.8732 14.4099 23.3239C14.0166 23.7746 13.3851 24 12.5155 24Z", fill: "white" }) });
145
- }
146
-
147
- // src/components/Icons/XIcon.tsx
148
- var import_jsx_runtime3 = require("react/jsx-runtime");
149
- function XIcon() {
150
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
151
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { width: "16", height: "16", fill: "white", fillOpacity: "0.01", style: { mixBlendMode: "multiply" } }),
152
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M12 4.7L11.3 4L8 7.3L4.7 4L4 4.7L7.3 8L4 11.3L4.7 12L8 8.7L11.3 12L12 11.3L8.7 8L12 4.7Z", fill: "#A71A1A" })
153
- ] });
154
- }
155
-
156
- // src/components/Icons/ProgressBar.tsx
157
- var import_jsx_runtime4 = require("react/jsx-runtime");
158
- function ProgressBar() {
159
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { width: "600", height: "22", viewBox: "0 0 600 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
160
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { clipPath: "url(#clip0_232_42245)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M600 5H0V0H600V5Z", fill: "#A71A1A" }) }),
161
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { clipPath: "url(#clip1_232_42245)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M600 22H0V10H600V22Z", fill: "#A71A1A" }) }),
162
- /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("defs", { children: [
163
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "clip0_232_42245", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "600", height: "5", fill: "white" }) }),
164
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "clip1_232_42245", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "600", height: "12", fill: "white", transform: "translate(0 10)" }) })
165
- ] })
166
- ] });
167
- }
168
-
169
- // src/components/Icons/ProgressBarInner.tsx
170
- var import_jsx_runtime5 = require("react/jsx-runtime");
171
- function ProgressBarInner() {
172
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { width: "600", height: "16", viewBox: "0 0 600 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
173
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.341", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 9.23682 0)", fill: "white", fillOpacity: "0.5" }),
174
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 25.1211 0.0307617)", fill: "white", fillOpacity: "0.5" }),
175
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 41.0044 0.0307617)", fill: "white", fillOpacity: "0.5" }),
176
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 56.8877 0.0307617)", fill: "white", fillOpacity: "0.5" }),
177
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 72.771 0.0307617)", fill: "white", fillOpacity: "0.5" }),
178
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 88.6538 0.0307617)", fill: "white", fillOpacity: "0.5" }),
179
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 104.537 0.0307617)", fill: "white", fillOpacity: "0.5" }),
180
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 120.42 0.0307617)", fill: "white", fillOpacity: "0.5" }),
181
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 136.304 0.0307617)", fill: "white", fillOpacity: "0.5" }),
182
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 152.187 0.0307617)", fill: "white", fillOpacity: "0.5" }),
183
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 168.07 0.0307617)", fill: "white", fillOpacity: "0.5" }),
184
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 183.953 0.0307617)", fill: "white", fillOpacity: "0.5" }),
185
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 199.836 0.0307617)", fill: "white", fillOpacity: "0.5" }),
186
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 215.72 0.0307617)", fill: "white", fillOpacity: "0.5" }),
187
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 231.603 0.0307617)", fill: "white", fillOpacity: "0.5" }),
188
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 247.486 0.0307617)", fill: "white", fillOpacity: "0.5" }),
189
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 263.369 0.0307617)", fill: "white", fillOpacity: "0.5" }),
190
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 279.252 0.0307617)", fill: "white", fillOpacity: "0.5" }),
191
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 295.136 0.0307617)", fill: "white", fillOpacity: "0.5" }),
192
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 311.019 0.0307617)", fill: "white", fillOpacity: "0.5" }),
193
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 326.902 0.0307617)", fill: "white", fillOpacity: "0.5" }),
194
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 342.785 0.0307617)", fill: "white", fillOpacity: "0.5" }),
195
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 358.668 0.0307617)", fill: "white", fillOpacity: "0.5" }),
196
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 374.552 0.0307617)", fill: "white", fillOpacity: "0.5" }),
197
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 390.435 0.0307617)", fill: "white", fillOpacity: "0.5" }),
198
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 406.318 0.0307617)", fill: "white", fillOpacity: "0.5" }),
199
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 422.201 0.0307617)", fill: "white", fillOpacity: "0.5" }),
200
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 438.084 0.0307617)", fill: "white", fillOpacity: "0.5" }),
201
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 453.968 0.0307617)", fill: "white", fillOpacity: "0.5" }),
202
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 469.851 0.0307617)", fill: "white", fillOpacity: "0.5" }),
203
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 485.734 0.0307617)", fill: "white", fillOpacity: "0.5" }),
204
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 501.618 0.0307617)", fill: "white", fillOpacity: "0.5" }),
205
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 517.5 0.0307617)", fill: "white", fillOpacity: "0.5" }),
206
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 533.384 0.0307617)", fill: "white", fillOpacity: "0.5" }),
207
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 549.267 0.0307617)", fill: "white", fillOpacity: "0.5" }),
208
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 565.15 0.0307617)", fill: "white", fillOpacity: "0.5" }),
209
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 581.034 0.0307617)", fill: "white", fillOpacity: "0.5" }),
210
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "3.42898", height: "16.3459", transform: "matrix(0.899244 0.437448 -0.565251 0.824919 596.917 0.0307617)", fill: "white", fillOpacity: "0.5" })
211
- ] });
212
- }
213
-
214
- // src/components/Icons/PinCircle.tsx
215
- var import_jsx_runtime6 = require("react/jsx-runtime");
216
- function PinCircle() {
217
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
218
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "40", height: "40", rx: "20", fill: "#A71A1A" }),
219
- /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("g", { clipPath: "url(#clip0_1639_6872)", children: [
220
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { opacity: "0.16", fillRule: "evenodd", clipRule: "evenodd", d: "M25.4999 24.5001L19.9999 30.0001L14.4999 24.5001C11.4623 21.4625 11.4623 16.5377 14.4999 13.5001C17.5374 10.4625 22.4623 10.4625 25.4999 13.5001C28.5374 16.5377 28.5374 21.4625 25.4999 24.5001ZM19.9999 20.0001C20.5522 20.0001 20.9999 19.5524 20.9999 19.0001C20.9999 18.4478 20.5522 18.0001 19.9999 18.0001C19.4476 18.0001 18.9999 18.4478 18.9999 19.0001C18.9999 19.5524 19.4476 20.0001 19.9999 20.0001Z", fill: "white" }),
221
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { x: "20", y: "19", width: "0.01", height: "0.01", stroke: "white", strokeWidth: "3", strokeLinejoin: "round" }),
222
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M20 30L25.5 24.5C28.5376 21.4624 28.5376 16.5376 25.5 13.5C22.4624 10.4624 17.5376 10.4624 14.5 13.5C11.4624 16.5376 11.4624 21.4624 14.5 24.5L20 30Z", stroke: "white", strokeWidth: "2", strokeLinejoin: "round" })
223
- ] }),
224
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("clipPath", { id: "clip0_1639_6872", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(8 8)" }) }) })
225
- ] });
226
- }
227
-
228
- // src/components/Icons/Camera.tsx
229
- var import_jsx_runtime7 = require("react/jsx-runtime");
230
- function Camera() {
231
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
232
- /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("g", { clipPath: "url(#clip0_2962_242)", children: [
233
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { opacity: "0.16", fillRule: "evenodd", clipRule: "evenodd", d: "M21.5 6H3.5V16C3.5 17.1046 4.39543 18 5.5 18H19.5C20.6046 18 21.5 17.1046 21.5 16V6ZM12.5 15C14.1569 15 15.5 13.6569 15.5 12C15.5 10.3431 14.1569 9 12.5 9C10.8431 9 9.5 10.3431 9.5 12C9.5 13.6569 10.8431 15 12.5 15Z", fill: "currentColor" }),
234
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M3.5 5H21.5V17C21.5 18.1046 20.6046 19 19.5 19H5.5C4.39543 19 3.5 18.1046 3.5 17V5Z", stroke: "currentColor", strokeWidth: "2", strokeLinejoin: "round" }),
235
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: "12.5", cy: "12", r: "3", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
236
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M17.5 2L19.5 2", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
237
- ] }),
238
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("clipPath", { id: "clip0_2962_242", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("rect", { width: "24", height: "24", fill: "currentColor", transform: "translate(0.5)" }) }) })
239
- ] });
240
- }
241
-
242
- // src/components/Icons/Menu.tsx
243
- var import_jsx_runtime8 = require("react/jsx-runtime");
244
- function Menu() {
245
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
246
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M21 4.5H3V6H21V4.5Z", fill: "#A71A1A" }),
247
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M21 18H3V19.5H21V18Z", fill: "#A71A1A" }),
248
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M21 9H3V10.5H21V9Z", fill: "#A71A1A" }),
249
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M21 13.5H3V15H21V13.5Z", fill: "#A71A1A" })
250
- ] });
251
- }
252
-
253
- // src/components/Icons/MapMarker.tsx
254
- var import_jsx_runtime9 = require("react/jsx-runtime");
255
- function MapMarker() {
256
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M13 14H9.90875C10.428 13.5363 10.9177 13.0406 11.375 12.5156C13.0906 10.5425 14 8.4625 14 6.5C14 5.04131 13.4205 3.64236 12.3891 2.61091C11.3576 1.57946 9.95869 1 8.5 1C7.04131 1 5.64236 1.57946 4.61091 2.61091C3.57946 3.64236 3 5.04131 3 6.5C3 8.4625 3.90688 10.5425 5.625 12.5156C6.08226 13.0406 6.57197 13.5363 7.09125 14H4C3.86739 14 3.74021 14.0527 3.64645 14.1464C3.55268 14.2402 3.5 14.3674 3.5 14.5C3.5 14.6326 3.55268 14.7598 3.64645 14.8536C3.74021 14.9473 3.86739 15 4 15H13C13.1326 15 13.2598 14.9473 13.3536 14.8536C13.4473 14.7598 13.5 14.6326 13.5 14.5C13.5 14.3674 13.4473 14.2402 13.3536 14.1464C13.2598 14.0527 13.1326 14 13 14ZM8.5 4.5C8.89556 4.5 9.28224 4.6173 9.61114 4.83706C9.94004 5.05682 10.1964 5.36918 10.3478 5.73463C10.4991 6.10009 10.5387 6.50222 10.4616 6.89018C10.3844 7.27814 10.1939 7.63451 9.91421 7.91421C9.63451 8.19392 9.27814 8.3844 8.89018 8.46157C8.50222 8.53874 8.10009 8.49913 7.73463 8.34776C7.36918 8.19638 7.05682 7.94004 6.83706 7.61114C6.6173 7.28224 6.5 6.89556 6.5 6.5C6.5 5.96957 6.71071 5.46086 7.08579 5.08579C7.46086 4.71071 7.96957 4.5 8.5 4.5Z", fill: "white" }) });
257
- }
258
-
259
- // src/components/Icons/Edit.tsx
260
- var import_jsx_runtime10 = require("react/jsx-runtime");
261
- function Edit() {
262
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
263
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("g", { clipPath: "url(#clip0_3149_105388)", children: [
264
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M3.33268 10.6667L2.66602 13.3333L5.33268 12.6667L13.0565 4.94281C13.5772 4.42211 13.5772 3.57789 13.0565 3.05719L12.9422 2.94281C12.4215 2.42211 11.5772 2.42211 11.0565 2.94281L3.33268 10.6667Z", stroke: "currentColor", strokeWidth: "1.33333", strokeLinecap: "round", strokeLinejoin: "round" }),
265
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M10 4L12 6", stroke: "currentColor", strokeWidth: "1.33333", strokeLinecap: "round", strokeLinejoin: "round" }),
266
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M8.66602 13.3334H13.9993", stroke: "currentColor", strokeWidth: "1.33333", strokeLinecap: "round", strokeLinejoin: "round" })
267
- ] }),
268
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "clip0_3149_105388", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
269
- ] });
270
- }
271
-
272
- // src/components/Icons/ShareMemoryBadge.tsx
273
- var import_jsx_runtime11 = require("react/jsx-runtime");
274
- function ShareMemoryBadge() {
275
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { width: "47", height: "47", viewBox: "0 0 47 47", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
276
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("rect", { width: "45.6407", height: "46.3538", transform: "translate(0.746094 0.0673828)", fill: "#A71A1A" }),
277
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M8.94282 27.6089H7.20315V24.0603L5.64139 20.6897H7.49968L8.05322 21.8857L8.60675 20.6897H10.465L8.94282 23.9714V27.6089ZM15.0097 20.6897V22.3899H12.4496V23.2992H14.1992V24.9994H12.4496V25.9087H15.0492V27.6089H10.7099V20.6897H15.0097ZM10.8681 20.2054V19.7606H14.7329V20.2054H10.8681ZM17.9666 27.7572C17.5382 27.7572 17.1395 27.6616 16.7705 27.4705C16.4015 27.2728 16.1083 27.0059 15.8908 26.6699C15.6733 26.3272 15.5646 25.9483 15.5646 25.5331V20.6897H17.3043V25.4244C17.3043 25.6023 17.3636 25.7539 17.4822 25.8791C17.6074 25.9977 17.7689 26.057 17.9666 26.057C18.1642 26.057 18.3224 25.9977 18.441 25.8791C18.5662 25.7539 18.6288 25.6023 18.6288 25.4244V20.6897H20.3685V25.5331C20.3685 25.9483 20.2598 26.3272 20.0423 26.6699C19.8248 27.0059 19.5316 27.2728 19.1626 27.4705C18.7936 27.6616 18.3949 27.7572 17.9666 27.7572ZM25.1431 20.6897V25.9087H26.8235V27.6089H23.4034V20.6897H25.1431ZM30.1805 27.6089V26.7687H28.9548V27.6089H27.2152V25.1773C27.2152 24.492 27.3964 23.8033 27.7588 23.1114C28.1278 22.4129 28.6517 21.8363 29.3304 21.3816C30.0158 20.9204 30.8032 20.6897 31.6929 20.6897H31.9202V27.6089H30.1805ZM30.1805 22.973C29.8049 23.1641 29.5117 23.4607 29.3008 23.8626C29.0899 24.258 28.9746 24.6501 28.9548 25.0389H30.1805V22.973ZM31.08 20.6008L29.1328 20.2054V19.7606L31.0602 20.1559L32.9976 19.7606V20.2054L31.08 20.6008ZM36.9317 18.5151L37.0799 18.9401L33.4523 20.2548L33.2941 19.8396L36.9317 18.5151ZM34.3223 20.6897C34.7374 20.6897 35.1328 20.7688 35.5084 20.9269C35.884 21.0785 36.2135 21.2927 36.4969 21.5694C36.7737 21.2927 37.0998 21.0785 37.4755 20.9269C37.8577 20.7688 38.2563 20.6897 38.6715 20.6897H40.3815V27.6089H38.6418V22.3899C38.4376 22.3899 38.2333 22.4426 38.029 22.548C37.8313 22.6534 37.6633 22.8182 37.5249 23.0422C37.3865 23.2663 37.3173 23.543 37.3173 23.8725V27.6089H35.6765V23.8725C35.6765 23.543 35.6073 23.2663 35.4689 23.0422C35.3305 22.8182 35.1592 22.6534 34.9549 22.548C34.7572 22.4426 34.5562 22.3899 34.3519 22.3899V27.6089H32.6123V20.6897H34.3223Z", fill: "white" }),
278
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M7.62724 30.1602V34.8464C7.81206 34.8464 7.99093 34.8017 8.16383 34.7123C8.34269 34.6228 8.48876 34.4827 8.60204 34.2919C8.72129 34.0952 8.78091 33.8478 8.78091 33.5497V30.1602H10.3549V33.7106C10.3549 34.2651 10.2208 34.748 9.95246 35.1594C9.69013 35.5708 9.34134 35.8838 8.90611 36.0985C8.47684 36.3131 8.02372 36.4204 7.54675 36.4204H6.05324V30.1602H7.62724ZM12.5093 30.1602V36.4204H10.9353V30.1602H12.5093ZM17.0264 30.1602V31.6984H14.7101V32.5212H16.2931V34.0594H14.7101V34.8822H17.0622V36.4204H13.1362V30.1602H17.0264ZM13.2792 37.27V36.8676H16.776V37.27H13.2792ZM13.2792 29.722V29.3195H16.776V29.722H13.2792ZM21.696 30.1602V31.6984H20.3009V36.4204H18.7269V31.6984H17.3317V30.1602H21.696ZM26.5701 34.2293C26.5701 33.7881 26.4866 33.4245 26.3197 33.1383C26.1587 32.8521 25.9739 32.6315 25.7652 32.4765C25.5625 32.3215 25.4611 32.2589 25.4611 32.2887V36.4204H23.8871V30.1602C24.4178 30.1841 24.8798 30.2705 25.2733 30.4196C25.6728 30.5626 25.9888 30.7147 26.2213 30.8757C26.4538 31.0307 26.5701 31.1171 26.5701 31.135V30.1602H28.1441V36.4204H26.5701V34.2293ZM31.3638 36.4204V35.6602H30.2548V36.4204H28.6808V34.2204C28.6808 33.6003 28.8448 32.9773 29.1727 32.3513C29.5066 31.7193 29.9806 31.1976 30.5947 30.7862C31.2147 30.3689 31.9272 30.1602 32.7321 30.1602H32.9378V36.4204H31.3638ZM31.3638 32.2261C31.0239 32.399 30.7586 32.6673 30.5678 33.031C30.377 33.3887 30.2727 33.7434 30.2548 34.0952H31.3638V32.2261ZM35.1111 30.1602C35.4867 30.1602 35.8444 30.2317 36.1843 30.3748C36.5241 30.512 36.8222 30.7057 37.0786 30.9561C37.329 30.7057 37.6241 30.512 37.9639 30.3748C38.3098 30.2317 38.6705 30.1602 39.0461 30.1602H40.5932V36.4204H39.0192V31.6984C38.8344 31.6984 38.6496 31.7461 38.4648 31.8415C38.2859 31.9369 38.1339 32.086 38.0087 32.2887C37.8835 32.4914 37.8209 32.7418 37.8209 33.0399V36.4204H36.3363V33.0399C36.3363 32.7418 36.2737 32.4914 36.1485 32.2887C36.0233 32.086 35.8683 31.9369 35.6834 31.8415C35.5046 31.7461 35.3227 31.6984 35.1379 31.6984V36.4204H33.5639V30.1602H35.1111Z", fill: "white" }),
279
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M6.02148 39.0398H40.6754", stroke: "white", strokeWidth: "0.558947" }),
280
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M6.02148 40.7166H40.6754", stroke: "white", strokeWidth: "1.39737" })
281
- ] });
282
- }
283
-
284
- // src/components/Icons/ArrowCircle.tsx
285
- var import_jsx_runtime12 = require("react/jsx-runtime");
286
- function ArrowCircle() {
287
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
288
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { width: "28", height: "28", rx: "14", fill: "#A71A1A" }),
289
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M6 14H19.5M19.5 14L14.5 9M19.5 14L14.5 19", stroke: "white", strokeWidth: "1.5" })
290
- ] });
291
- }
292
-
293
- // src/components/Icons/Pin.tsx
294
- var import_jsx_runtime13 = require("react/jsx-runtime");
295
- function Pin() {
296
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
297
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("rect", { width: "16", height: "16", fill: "white", fillOpacity: "0.01", style: { mixBlendMode: "multiply" } }),
298
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M8.00001 1C6.54186 1.00177 5.14394 1.58181 4.11288 2.61287C3.08181 3.64394 2.50178 5.04185 2.50001 6.5C2.49828 7.69163 2.88758 8.85092 3.60816 9.8C3.60816 9.8 3.75816 9.99725 3.78226 10.0259L8.00001 15L12.2195 10.0237C12.2417 9.99705 12.3919 9.7998 12.3919 9.7998L12.3926 9.7986C13.1128 8.84987 13.5018 7.69109 13.5 6.5C13.4982 5.04185 12.9182 3.64394 11.8871 2.61287C10.8561 1.58181 9.45815 1.00177 8.00001 1ZM8.00001 8.5C7.60444 8.5 7.21776 8.3827 6.88887 8.16294C6.55997 7.94318 6.30362 7.63082 6.15225 7.26537C6.00087 6.89992 5.96126 6.49778 6.03844 6.10982C6.11561 5.72186 6.30609 5.36549 6.58579 5.08579C6.8655 4.80608 7.22186 4.6156 7.60983 4.53843C7.99779 4.46126 8.39992 4.50087 8.76537 4.65224C9.13083 4.80362 9.44318 5.05996 9.66295 5.38886C9.88271 5.71776 10 6.10444 10 6.5C9.99941 7.03025 9.78851 7.53861 9.41356 7.91356C9.03862 8.2885 8.53026 8.49941 8.00001 8.5Z", fill: "currentColor" })
299
- ] });
300
- }
301
-
302
- // src/components/Icons/Gift.tsx
303
- var import_jsx_runtime14 = require("react/jsx-runtime");
304
- function Gift() {
305
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
306
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("g", { clipPath: "url(#clip0_1_94293)", children: [
307
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M4 11V19C4 20.1046 4.89543 21 6 21H18C19.1046 21 20 20.1046 20 19V11", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
308
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M6 4.5C6 3.11929 7.11929 2 8.5 2V2C10.433 2 12 3.567 12 5.5V7H8.5C7.11929 7 6 5.88071 6 4.5V4.5Z", stroke: "currentColor", strokeWidth: "2", strokeLinejoin: "round" }),
309
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M18 4.5C18 3.11929 16.8807 2 15.5 2V2C13.567 2 12 3.567 12 5.5V7H15.5C16.8807 7 18 5.88071 18 4.5V4.5Z", stroke: "currentColor", strokeWidth: "2", strokeLinejoin: "round" }),
310
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M3 7H21V11H3V7Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
311
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M12 11V21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
312
- ] }),
313
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "clip0_1_94293", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
314
- ] });
315
- }
316
-
317
- // src/components/Icons/Share.tsx
318
- var import_jsx_runtime15 = require("react/jsx-runtime");
319
- function Share() {
320
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
321
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: "url(#clip0_1_94287)", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M16.2722 6.00791C16.6191 6.60134 17.263 7 18 7C19.1046 7 20 6.10457 20 5C20 3.89543 19.1046 3 18 3C16.8954 3 16 3.89543 16 5C16 5.36756 16.0991 5.71195 16.2722 6.00791ZM16.2722 6.00791L7.72784 10.9921M7.72784 10.9921C7.38092 10.3987 6.73701 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C6.73701 14 7.38092 13.6013 7.72784 13.0079M7.72784 10.9921C7.90085 11.288 8 11.6324 8 12C8 12.3676 7.90085 12.712 7.72784 13.0079M7.72784 13.0079L16.2722 17.9921M16.2722 17.9921C16.6191 17.3987 17.263 17 18 17C19.1046 17 20 17.8954 20 19C20 20.1046 19.1046 21 18 21C16.8954 21 16 20.1046 16 19C16 18.6324 16.0991 18.288 16.2722 17.9921Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
322
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: "clip0_1_94287", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
323
- ] });
324
- }
325
-
326
- // src/components/Icons/Profile.tsx
327
- var import_jsx_runtime16 = require("react/jsx-runtime");
328
- function Profile() {
329
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
330
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("g", { clipPath: "url(#clip0_1_94296)", children: [
331
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M4 18C4 15.7908 5.79086 14 8 14H16C18.2091 14 20 15.7908 20 18V18C20 19.1045 19.1046 20 18 20H6C4.89543 20 4 19.1045 4 18V18Z", stroke: "currentColor", strokeWidth: "2", strokeLinejoin: "round" }),
332
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("circle", { cx: "12", cy: "6.99997", r: "3", stroke: "currentColor", strokeWidth: "2" })
333
- ] }),
334
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "clip0_1_94296", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
335
- ] });
336
- }
337
-
338
- // src/components/Icons/ChevronLeft.tsx
339
- var import_jsx_runtime17 = require("react/jsx-runtime");
340
- function ChevronLeft() {
341
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M16.0302 19.4693C16.0999 19.539 16.1552 19.6217 16.1929 19.7128C16.2306 19.8038 16.25 19.9014 16.25 19.9999C16.25 20.0985 16.2306 20.1961 16.1929 20.2871C16.1552 20.3781 16.0999 20.4609 16.0302 20.5306C15.9606 20.6002 15.8778 20.6555 15.7868 20.6932C15.6957 20.7309 15.5982 20.7503 15.4996 20.7503C15.4011 20.7503 15.3035 20.7309 15.2124 20.6932C15.1214 20.6555 15.0387 20.6002 14.969 20.5306L7.46899 13.0306C7.39926 12.9609 7.34394 12.8782 7.30619 12.7871C7.26845 12.6961 7.24902 12.5985 7.24902 12.4999C7.24902 12.4014 7.26845 12.3038 7.30619 12.2127C7.34394 12.1217 7.39926 12.039 7.46899 11.9693L14.969 4.4693C15.1097 4.32857 15.3006 4.24951 15.4996 4.24951C15.6986 4.24951 15.8895 4.32857 16.0302 4.4693C16.171 4.61003 16.25 4.80091 16.25 4.99993C16.25 5.19895 16.171 5.38982 16.0302 5.53055L9.05993 12.4999L16.0302 19.4693Z", fill: "#A71A1A" }) });
342
- }
343
-
344
- // src/components/Icons/ChevronRight.tsx
345
- var import_jsx_runtime18 = require("react/jsx-runtime");
346
- function ChevronRight() {
347
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
348
- /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("g", { clipPath: "url(#clip0_3885_22877)", children: [
349
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M10 17L15 12", stroke: "#292929", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
350
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M15 12L10 7", stroke: "#292929", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
351
- ] }),
352
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "clip0_3885_22877", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
353
- ] });
354
- }
355
-
356
- // src/components/Icons/Facebook.tsx
357
- var import_jsx_runtime19 = require("react/jsx-runtime");
358
- function Facebook() {
359
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M10.2452 0.585922L8.62508 0.583252C6.80499 0.583252 5.62877 1.82289 5.62877 3.74155V5.19774H3.99986C3.8591 5.19774 3.74512 5.31496 3.74512 5.45955V7.5694C3.74512 7.71399 3.85923 7.83108 3.99986 7.83108H5.62877V13.1549C5.62877 13.2995 5.74275 13.4166 5.88351 13.4166H8.00877C8.14952 13.4166 8.26351 13.2994 8.26351 13.1549V7.83108H10.1681C10.3088 7.83108 10.4228 7.71399 10.4228 7.5694L10.4236 5.45955C10.4236 5.39013 10.3967 5.32364 10.349 5.27451C10.3013 5.22538 10.2363 5.19774 10.1687 5.19774H8.26351V3.96331C8.26351 3.37 8.40115 3.0688 9.15354 3.0688L10.2449 3.0684C10.3855 3.0684 10.4995 2.95118 10.4995 2.80672V0.847601C10.4995 0.703277 10.3857 0.586189 10.2452 0.585922Z", fill: "#A71A1A" }) });
360
- }
361
-
362
- // src/components/Icons/Instagram.tsx
363
- var import_jsx_runtime20 = require("react/jsx-runtime");
364
- function Instagram() {
365
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
366
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12.8222 4.59678C12.7949 3.97688 12.6947 3.55071 12.5511 3.18143C12.4029 2.78944 12.175 2.4385 11.8764 2.14676C11.5847 1.85048 11.2314 1.62025 10.844 1.47443C10.4726 1.33082 10.0486 1.23058 9.42872 1.20325C8.80419 1.1736 8.60593 1.16675 7.02196 1.16675C5.438 1.16675 5.23974 1.1736 4.61753 1.20093C3.99763 1.22827 3.57146 1.3286 3.20227 1.47211C2.81019 1.62025 2.45925 1.84816 2.16751 2.14676C1.87123 2.4385 1.64109 2.79176 1.49518 3.1792C1.35158 3.55071 1.25133 3.97457 1.224 4.59446C1.19436 5.21899 1.1875 5.41725 1.1875 7.00122C1.1875 8.58519 1.19436 8.78345 1.22169 9.40566C1.24902 10.0256 1.34935 10.4517 1.49295 10.821C1.64109 11.213 1.87123 11.5639 2.16751 11.8557C2.45925 12.152 2.81251 12.3822 3.19995 12.528C3.57146 12.6716 3.99532 12.7719 4.6153 12.7992C5.23742 12.8266 5.43577 12.8334 7.01974 12.8334C8.6037 12.8334 8.80197 12.8266 9.42418 12.7992C10.0441 12.7719 10.4702 12.6716 10.8394 12.528C11.6235 12.2249 12.2434 11.605 12.5465 10.821C12.69 10.4495 12.7904 10.0256 12.8177 9.40566C12.845 8.78345 12.8519 8.58519 12.8519 7.00122C12.8519 5.41725 12.8496 5.21899 12.8222 4.59678ZM11.7716 9.36008C11.7465 9.92985 11.6508 10.2375 11.5711 10.4426C11.375 10.9509 10.9716 11.3543 10.4634 11.5503C10.2583 11.6301 9.94837 11.7258 9.38082 11.7508C8.76547 11.7782 8.58091 11.785 7.02428 11.785C5.46764 11.785 5.28078 11.7782 4.66765 11.7508C4.09788 11.7258 3.7902 11.6301 3.58508 11.5503C3.33216 11.4568 3.10193 11.3087 2.91507 11.115C2.72134 10.9258 2.5732 10.6979 2.47972 10.445C2.39996 10.2398 2.30425 9.92985 2.27924 9.36239C2.25182 8.74704 2.24505 8.5624 2.24505 7.00576C2.24505 5.44912 2.25182 5.26226 2.27924 4.64922C2.30425 4.07944 2.39996 3.77177 2.47972 3.56665C2.5732 3.31363 2.72134 3.0835 2.91738 2.89654C3.10647 2.70282 3.33438 2.55468 3.5874 2.46129C3.79251 2.38152 4.10251 2.28582 4.66996 2.26071C5.28532 2.23338 5.46996 2.22653 7.0265 2.22653C8.58545 2.22653 8.77001 2.23338 9.38313 2.26071C9.95291 2.28582 10.2606 2.38152 10.4657 2.46129C10.7186 2.55468 10.9488 2.70282 11.1357 2.89654C11.3294 3.08572 11.4776 3.31363 11.5711 3.56665C11.6508 3.77177 11.7465 4.08167 11.7716 4.64922C11.799 5.26457 11.8058 5.44912 11.8058 7.00576C11.8058 8.5624 11.799 8.74472 11.7716 9.36008Z", fill: "#A71A1A" }),
367
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M7.02196 4.00422C5.3674 4.00422 4.02496 5.34657 4.02496 7.00122C4.02496 8.65588 5.3674 9.99823 7.02196 9.99823C8.67662 9.99823 10.019 8.65588 10.019 7.00122C10.019 5.34657 8.67662 4.00422 7.02196 4.00422ZM7.02196 8.94531C5.94856 8.94531 5.07788 8.07471 5.07788 7.00122C5.07788 5.92774 5.94856 5.05714 7.02196 5.05714C8.09545 5.05714 8.96605 5.92774 8.96605 7.00122C8.96605 8.07471 8.09545 8.94531 7.02196 8.94531Z", fill: "#A71A1A" }),
368
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M10.8372 3.88572C10.8372 4.2721 10.5239 4.58539 10.1375 4.58539C9.7511 4.58539 9.43781 4.2721 9.43781 3.88572C9.43781 3.49926 9.7511 3.18606 10.1375 3.18606C10.5239 3.18606 10.8372 3.49926 10.8372 3.88572Z", fill: "#A71A1A" })
369
- ] });
370
- }
371
-
372
- // src/components/Icons/Telegram.tsx
373
- var import_jsx_runtime21 = require("react/jsx-runtime");
374
- function Telegram() {
375
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M11.9648 2.88186L10.2982 10.5258C10.1741 11.0644 9.85498 11.186 9.394 10.9428L6.89411 9.136L5.67076 10.2826C5.54665 10.4042 5.42254 10.5258 5.13886 10.5258L5.33389 8.00678L9.99681 3.85473C10.1918 3.66363 9.94362 3.59414 9.69541 3.75049L3.89778 7.32925L1.39789 6.58223C0.848263 6.4085 0.848263 6.04368 1.52199 5.80046L11.2379 2.1001C11.7166 1.96112 12.1244 2.20433 11.9648 2.88186Z", fill: "#A71A1A" }) });
376
- }
377
-
378
- // src/components/Icons/Zalo.tsx
379
- var import_jsx_runtime22 = require("react/jsx-runtime");
380
- function Zalo() {
381
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
382
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("g", { clipPath: "url(#clip0_1_95123)", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("g", { clipPath: "url(#clip1_1_95123)", children: [
383
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M3.73088 9.34395C3.10848 9.26203 2.48342 9.3293 1.85995 9.30814C1.73376 9.3038 1.60705 9.3076 1.44626 9.3076C2.20443 8.22583 2.93012 7.19072 3.65528 6.15561C3.73408 6.05036 3.82033 5.94999 3.89008 5.83878C4.168 5.39663 3.97367 4.86985 3.51472 4.86226C2.52654 4.84653 1.53783 4.85358 0.549125 4.86063C0.293562 4.86226 0.0694123 5.12375 0.0720744 5.3771C0.0747365 5.62774 0.243514 5.79918 0.525166 5.83607C0.899991 5.91636 1.27961 5.85777 1.65656 5.87079C1.95099 5.88109 2.24649 5.87296 2.58351 5.87296C2.40515 6.14204 2.25927 6.3623 2.11285 6.5831C2.05907 6.65255 2.00264 6.71982 1.95206 6.79143C1.36746 7.62093 0.780729 8.44934 0.199323 9.28264C0.037467 9.51484 -0.0876523 9.76765 0.0784635 10.0536C0.216361 10.2912 0.438381 10.3519 0.694476 10.3188C0.681166 10.3123 0.669452 10.3058 0.657207 10.2999C0.669985 10.3042 0.682763 10.3096 0.694476 10.3188C0.87124 10.3188 1.048 10.3188 1.22477 10.3188C1.45424 10.3226 1.68372 10.3297 1.91319 10.3302C2.49619 10.3313 3.0792 10.3378 3.66167 10.3264C3.9513 10.3205 4.17652 10.0845 4.18397 9.82027C4.19143 9.55119 4.01679 9.36782 3.73088 9.34395Z", fill: "#A71A1A" }),
384
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M8.07253 6.65646C8.05229 6.20835 7.78715 6.00491 7.39369 6.11232C7.19935 6.16549 7.09287 6.31251 7.02845 6.50185C6.16699 5.64305 5.06487 6.11829 4.59634 6.80457C4.22311 7.35088 4.13367 7.95686 4.20927 8.60137C4.22311 8.68003 4.23429 8.7587 4.25133 8.83682C4.42117 9.60773 5.02015 10.2132 5.68514 10.287C6.22449 10.4291 6.65149 10.2289 7.01567 9.8345C7.19722 10.2034 7.4054 10.3374 7.69983 10.2734C7.96444 10.2164 8.07838 10.0054 8.07732 9.56487C8.07572 8.91928 8.07146 8.27369 8.0688 7.6281C8.0704 7.30477 8.0869 6.9798 8.07253 6.65646ZM6.97733 8.33283C6.94965 8.54603 6.89374 8.74296 6.7798 8.93339C6.59292 9.24479 6.32352 9.34841 5.99555 9.30012C5.67982 9.25401 5.49294 9.02181 5.37208 8.74134C5.28742 8.54495 5.25548 8.3312 5.25441 8.11528C5.30553 7.8489 5.36463 7.58524 5.52063 7.35685C5.89918 6.99608 6.21863 6.96624 6.64297 7.25106C6.90812 7.56192 6.99757 7.92974 6.97733 8.33283Z", fill: "#A71A1A" }),
385
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M9.59075 4.80901C9.51887 4.49815 9.37458 4.375 9.08228 4.375C8.79424 4.375 8.6276 4.51443 8.55785 4.80304C8.51312 4.99021 8.54347 5.17792 8.54081 5.36508C8.53921 6.82119 8.53495 8.27729 8.53815 9.73285C8.53921 10.2141 8.88209 10.4468 9.32081 10.2786C9.48799 10.2179 9.54869 10.0746 9.59022 9.91621C9.64612 9.85545 9.62536 9.78004 9.62536 9.7106C9.62642 8.14546 9.62642 6.57977 9.62536 5.01462C9.62589 4.94572 9.64665 4.86977 9.59075 4.80901Z", fill: "#A71A1A" }),
386
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M13.792 7.22175C13.398 6.31358 12.4689 5.85896 11.5254 6.10906C10.6885 6.3304 10.007 7.33568 10.0922 8.22268C10.0698 8.38598 10.1097 8.54439 10.1353 8.70226C10.2503 9.40807 10.8413 10.0889 11.4541 10.2294C11.9237 10.3922 12.3837 10.3585 12.8347 10.1557C13.3469 9.91857 13.694 9.53556 13.8452 8.97732C14.0758 8.38435 14.0422 7.79844 13.792 7.22175ZM12.8528 8.59919C12.6159 9.1596 12.3379 9.37823 11.9131 9.29577C11.4568 9.20788 11.2651 8.86502 11.1831 8.43535C11.1501 8.00025 11.2097 7.5912 11.5111 7.25267C11.8737 6.99335 12.2059 6.99335 12.569 7.25213C12.9071 7.64816 12.9475 8.10876 12.8528 8.59919Z", fill: "#A71A1A" })
387
- ] }) }),
388
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("defs", { children: [
389
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "clip0_1_95123", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "14", height: "14", fill: "white" }) }),
390
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "clip1_1_95123", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "14", height: "14", fill: "white" }) })
391
- ] })
392
- ] });
393
- }
394
-
395
- // src/components/Icons/Link.tsx
396
- var import_jsx_runtime23 = require("react/jsx-runtime");
397
- function Link() {
398
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
399
- /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("g", { clipPath: "url(#clip0_3315_14958)", children: [
400
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M9.91511 0.622203C8.99742 0.614228 8.11332 0.967009 7.45321 1.60456L7.44718 1.61047L6.44385 2.60797C6.21538 2.83511 6.2143 3.20445 6.44144 3.43292C6.66858 3.66139 7.03793 3.66247 7.2664 3.43533L8.26658 2.44096C8.70634 2.01767 9.29451 1.78352 9.90497 1.78883C10.5168 1.79414 11.102 2.03954 11.5346 2.47215C11.9672 2.90477 12.2126 3.49 12.2179 4.1018C12.2232 4.71199 11.9893 5.29992 11.5664 5.73962L9.82015 7.48584C9.5836 7.72247 9.29885 7.90553 8.98536 8.02247C8.67188 8.13941 8.33691 8.18757 8.00317 8.16367C7.66944 8.13976 7.34475 8.04437 7.05113 7.88395C6.7575 7.72353 6.50181 7.50184 6.3014 7.23391C6.10843 6.97593 5.74287 6.92323 5.48489 7.1162C5.22691 7.30917 5.17421 7.67474 5.36718 7.93272C5.66779 8.33461 6.05133 8.66715 6.49176 8.90778C6.9322 9.14841 7.41923 9.2915 7.91983 9.32735C8.42043 9.3632 8.92289 9.29097 9.39312 9.11556C9.86335 8.94016 10.2904 8.66567 10.6452 8.31072L12.3951 6.56079L12.4022 6.55356C13.0398 5.89345 13.3925 5.00935 13.3846 4.09166C13.3766 3.17397 13.0085 2.29613 12.3596 1.6472C11.7106 0.998268 10.8328 0.630177 9.91511 0.622203Z", fill: "#A71A1A" }),
401
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M6.08205 4.6726C5.58145 4.63675 5.079 4.70898 4.60877 4.88439C4.13857 5.05979 3.71159 5.33425 3.35679 5.68916L1.60678 7.43916L1.59968 7.44639C0.962126 8.1065 0.609345 8.99061 0.61732 9.9083C0.625294 10.826 0.993386 11.7038 1.64231 12.3528C2.29124 13.0017 3.16909 13.3698 4.08677 13.3778C5.00446 13.3857 5.88857 13.0329 6.54868 12.3954L6.55591 12.3883L7.55341 11.3908C7.78122 11.163 7.78122 10.7936 7.55341 10.5658C7.3256 10.338 6.95626 10.338 6.72845 10.5658L5.73473 11.5596C5.29503 11.9825 4.70711 12.2164 4.09691 12.2111C3.48512 12.2058 2.89989 11.9604 2.46727 11.5278C2.03465 11.0952 1.78926 10.51 1.78394 9.89816C1.77864 9.28796 2.01259 8.70004 2.43553 8.26034L4.18174 6.51412C4.41829 6.27749 4.70304 6.09442 5.01652 5.97748C5.33001 5.86054 5.66498 5.81239 5.99871 5.83629C6.33245 5.86019 6.65714 5.95559 6.95076 6.11601C7.24438 6.27643 7.50007 6.49812 7.70048 6.76605C7.89346 7.02403 8.25902 7.07673 8.517 6.88376C8.77498 6.69078 8.82768 6.32522 8.63471 6.06724C8.33409 5.66535 7.95056 5.33281 7.51013 5.09218C7.06969 4.85155 6.58265 4.70846 6.08205 4.6726Z", fill: "#A71A1A" })
402
- ] }),
403
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("clipPath", { id: "clip0_3315_14958", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
404
- ] });
405
- }
406
-
407
- // src/components/Icons/Gear.tsx
408
- var import_jsx_runtime24 = require("react/jsx-runtime");
409
- function Gear() {
410
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
411
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("g", { clipPath: "url(#clip0_3885_17220)", children: [
412
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "12", cy: "12", r: "2", stroke: "black", strokeWidth: "2" }),
413
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M5.39783 5.87909C4.46809 6.88119 3.79297 8.0704 3.39988 9.34448L4.99919 10.2678C6.33252 11.0376 6.33252 12.9621 4.99919 13.7319L3.39817 14.6563C3.59338 15.2863 3.86134 15.9046 4.20504 16.4999C4.54873 17.0952 4.95015 17.6363 5.39816 18.1204L6.99921 17.196C8.33255 16.4262 9.99921 17.3885 9.99921 18.9281L9.99921 20.7749C11.2991 21.0715 12.6666 21.0814 13.9993 20.7773L13.9993 18.9282C13.9993 17.3886 15.666 16.4263 16.9993 17.1961L18.6007 18.1207C19.5304 17.1186 20.2056 15.9294 20.5987 14.6553L18.9993 13.7319C17.666 12.9621 17.666 11.0376 18.9993 10.2678L20.6004 9.34342C20.4051 8.7134 20.1372 8.09517 19.7935 7.49989C19.4498 6.90458 19.0484 6.3634 18.6003 5.87932L16.9993 6.80368C15.666 7.57348 13.9993 6.61123 13.9993 5.07162L13.9993 3.22489C12.6994 2.92828 11.3319 2.91835 9.99921 3.22248L9.99921 5.0716C9.99921 6.6112 8.33255 7.57345 6.99921 6.80365L5.39783 5.87909Z", stroke: "black", strokeWidth: "2", strokeLinejoin: "round" })
414
- ] }),
415
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_3885_17220", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
416
- ] });
417
- }
418
-
419
- // src/components/Icons/ProfileGift.tsx
420
- var import_jsx_runtime25 = require("react/jsx-runtime");
421
- function ProfileGift() {
422
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
423
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { clipPath: "url(#clip0_3885_22865)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("g", { clipPath: "url(#clip1_3885_22865)", children: [
424
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M4 11V19C4 20.1046 4.89543 21 6 21H18C19.1046 21 20 20.1046 20 19V11", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
425
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M6 4.5C6 3.11929 7.11929 2 8.5 2V2C10.433 2 12 3.567 12 5.5V7H8.5C7.11929 7 6 5.88071 6 4.5V4.5Z", stroke: "#A71A1A", strokeWidth: "2", strokeLinejoin: "round" }),
426
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M18 4.5C18 3.11929 16.8807 2 15.5 2V2C13.567 2 12 3.567 12 5.5V7H15.5C16.8807 7 18 5.88071 18 4.5V4.5Z", stroke: "#A71A1A", strokeWidth: "2", strokeLinejoin: "round" }),
427
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M3 7H21V11H3V7Z", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
428
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M12 11V21", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
429
- ] }) }),
430
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("defs", { children: [
431
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("clipPath", { id: "clip0_3885_22865", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "24", height: "24", fill: "white" }) }),
432
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("clipPath", { id: "clip1_3885_22865", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "24", height: "24", fill: "white" }) })
433
- ] })
434
- ] });
435
- }
436
-
437
- // src/components/Icons/Moment.tsx
438
- var import_jsx_runtime26 = require("react/jsx-runtime");
439
- function Moment() {
440
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
441
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("g", { clipPath: "url(#clip0_3885_705)", children: [
442
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M20 12H4", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
443
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M16 4H18C19.1046 4 20 4.89543 20 6V8", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
444
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M8 20L6 20C4.89543 20 4 19.1046 4 18L4 16", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
445
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M20 16V18C20 19.1046 19.1046 20 18 20H16", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
446
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M4 8L4 6C4 4.89543 4.89543 4 6 4L8 4", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
447
- ] }),
448
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_3885_705", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
449
- ] });
450
- }
451
-
452
- // src/components/Icons/Mission.tsx
453
- var import_jsx_runtime27 = require("react/jsx-runtime");
454
- function Mission() {
455
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
456
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { clipPath: "url(#clip0_3885_23042)", children: [
457
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M9.67969 20.8203C13.2695 20.8203 16.1797 17.9102 16.1797 14.3203C16.1797 10.7305 13.2695 7.82031 9.67969 7.82031C6.08984 7.82031 3.17969 10.7305 3.17969 14.3203C3.17969 17.9102 6.08984 20.8203 9.67969 20.8203Z", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
458
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M9.67969 17.2891C11.3193 17.2891 12.6484 15.9599 12.6484 14.3203C12.6484 12.6807 11.3193 11.3516 9.67969 11.3516C8.04009 11.3516 6.71094 12.6807 6.71094 14.3203C6.71094 15.9599 8.04009 17.2891 9.67969 17.2891Z", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
459
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M9.67969 14.3202L16.4332 7.56665", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
460
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M15.3835 8.61638L16.7917 9.08578C17.8585 9.44136 19.0346 9.16371 19.8298 8.3686L21.2577 6.94063H20.028C18.3884 6.94063 17.0593 5.61148 17.0593 3.97188V2.74219L15.6313 4.17016C14.8362 4.9653 14.5586 6.14141 14.9141 7.20819L15.3835 8.61638Z", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
461
- ] }),
462
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("clipPath", { id: "clip0_3885_23042", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
463
- ] });
464
- }
465
-
466
- // src/components/Icons/Logout.tsx
467
- var import_jsx_runtime28 = require("react/jsx-runtime");
468
- function Logout() {
469
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
470
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("g", { clipPath: "url(#clip0_3885_10239)", children: [
471
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M6 9L3 12M3 12L6 15M3 12L15 12", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
472
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M10 18L10 20L19 20C20.1046 20 21 19.1046 21 18L21 6C21 4.89543 20.1046 4 19 4L10 4L10 6", stroke: "#0A0101", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
473
- ] }),
474
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("clipPath", { id: "clip0_3885_10239", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
475
- ] });
476
- }
477
-
478
- // src/components/Icons/User.tsx
479
- var import_jsx_runtime29 = require("react/jsx-runtime");
480
- function User() {
481
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
482
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { clipPath: "url(#clip0_3885_20407)", children: [
483
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M4 18C4 15.7909 5.79086 14 8 14H16C18.2091 14 20 15.7909 20 18V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V18Z", stroke: "black", strokeWidth: "2", strokeLinejoin: "round" }),
484
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "7", r: "3", stroke: "#A71A1A", strokeWidth: "2" })
485
- ] }),
486
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("clipPath", { id: "clip0_3885_20407", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
487
- ] });
488
- }
489
-
490
- // src/components/Icons/Trash.tsx
491
- var import_jsx_runtime30 = require("react/jsx-runtime");
492
- function Trash() {
493
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 5V4C7 3.20435 7.31607 2.44129 7.87868 1.87868C8.44129 1.31607 9.20435 1 10 1H14C14.7956 1 15.5587 1.31607 16.1213 1.87868C16.6839 2.44129 17 3.20435 17 4V5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H20V20C20 20.7957 19.6839 21.5587 19.1213 22.1213C18.5587 22.6839 17.7957 23 17 23H7C6.20435 23 5.44129 22.6839 4.87868 22.1213C4.31607 21.5587 4 20.7957 4 20V7H3C2.44772 7 2 6.55228 2 6C2 5.44772 2.44772 5 3 5H7ZM9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3H14C14.2652 3 14.5196 3.10536 14.7071 3.29289C14.8946 3.48043 15 3.73478 15 4V5H9V4C9 3.73478 9.10536 3.48043 9.29289 3.29289ZM6 7V20C6 20.2652 6.10536 20.5196 6.29289 20.7071C6.48043 20.8946 6.73478 21 7 21H17C17.2652 21 17.5196 20.8946 17.7071 20.7071C17.8946 20.5196 18 20.2652 18 20V7H6Z", fill: "#2D3648" }) });
494
- }
495
-
496
- // src/components/Icons/CornerUpRight.tsx
497
- var import_jsx_runtime31 = require("react/jsx-runtime");
498
- function CornerUpRight() {
499
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M15.7071 3.29289C15.3166 2.90237 14.6834 2.90237 14.2929 3.29289C13.9024 3.68342 13.9024 4.31658 14.2929 4.70711L17.5858 8H8C6.67392 8 5.40215 8.52678 4.46447 9.46447C3.52678 10.4021 3 11.6739 3 13V20C3 20.5523 3.44772 21 4 21C4.55228 21 5 20.5523 5 20V13C5 12.2044 5.31607 11.4413 5.87868 10.8787C6.44129 10.3161 7.20435 10 8 10H17.5858L14.2929 13.2929C13.9024 13.6834 13.9024 14.3166 14.2929 14.7071C14.6834 15.0976 15.3166 15.0976 15.7071 14.7071L20.7071 9.70711C21.0976 9.31658 21.0976 8.68342 20.7071 8.29289L15.7071 3.29289Z", fill: "white" }) });
500
- }
501
-
502
- // src/components/Icons/SealCheckIcon.tsx
503
- var import_jsx_runtime32 = require("react/jsx-runtime");
504
- function SealCheckIcon(props) {
505
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
506
- "svg",
507
- {
508
- width: "16",
509
- height: "17",
510
- viewBox: "0 0 16 17",
511
- fill: "none",
512
- xmlns: "http://www.w3.org/2000/svg",
513
- ...props,
514
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
515
- "path",
516
- {
517
- d: "M14.1163 7.11393C13.8806 6.86768 13.6369 6.61393 13.545 6.39081C13.46 6.18643 13.455 5.84768 13.45 5.51956C13.4406 4.90956 13.4306 4.21831 12.95 3.73768C12.4694 3.25706 11.7781 3.24706 11.1681 3.23768C10.84 3.23268 10.5013 3.22768 10.2969 3.14268C10.0744 3.05081 9.82 2.80706 9.57375 2.57143C9.1425 2.15706 8.6525 1.68768 8 1.68768C7.3475 1.68768 6.85812 2.15706 6.42625 2.57143C6.18 2.80706 5.92625 3.05081 5.70312 3.14268C5.5 3.22768 5.16 3.23268 4.83187 3.23768C4.22187 3.24706 3.53062 3.25706 3.05 3.73768C2.56937 4.21831 2.5625 4.90956 2.55 5.51956C2.545 5.84768 2.54 6.18643 2.455 6.39081C2.36312 6.61331 2.11937 6.86768 1.88375 7.11393C1.46937 7.54518 1 8.03518 1 8.68768C1 9.34018 1.46937 9.82956 1.88375 10.2614C2.11937 10.5077 2.36312 10.7614 2.455 10.9846C2.54 11.1889 2.545 11.5277 2.55 11.8558C2.55937 12.4658 2.56937 13.1571 3.05 13.6377C3.53062 14.1183 4.22187 14.1283 4.83187 14.1377C5.16 14.1427 5.49875 14.1477 5.70312 14.2327C5.92562 14.3246 6.18 14.5683 6.42625 14.8039C6.8575 15.2183 7.3475 15.6877 8 15.6877C8.6525 15.6877 9.14187 15.2183 9.57375 14.8039C9.82 14.5683 10.0737 14.3246 10.2969 14.2327C10.5013 14.1477 10.84 14.1427 11.1681 14.1377C11.7781 14.1283 12.4694 14.1183 12.95 13.6377C13.4306 13.1571 13.4406 12.4658 13.45 11.8558C13.455 11.5277 13.46 11.1889 13.545 10.9846C13.6369 10.7621 13.8806 10.5077 14.1163 10.2614C14.5306 9.83018 15 9.34018 15 8.68768C15 8.03518 14.5306 7.54581 14.1163 7.11393ZM10.8538 7.54143L7.35375 11.0414C7.30731 11.0879 7.25217 11.1248 7.19147 11.15C7.13077 11.1751 7.06571 11.1881 7 11.1881C6.93429 11.1881 6.86923 11.1751 6.80853 11.15C6.74783 11.1248 6.69269 11.0879 6.64625 11.0414L5.14625 9.54143C5.05243 9.44761 4.99972 9.32036 4.99972 9.18768C4.99972 9.055 5.05243 8.92775 5.14625 8.83393C5.24007 8.74011 5.36732 8.68741 5.5 8.68741C5.63268 8.68741 5.75993 8.74011 5.85375 8.83393L7 9.98081L10.1462 6.83393C10.1927 6.78748 10.2479 6.75063 10.3086 6.72549C10.3692 6.70035 10.4343 6.68741 10.5 6.68741C10.5657 6.68741 10.6308 6.70035 10.6914 6.72549C10.7521 6.75063 10.8073 6.78748 10.8538 6.83393C10.9002 6.88039 10.9371 6.93554 10.9622 6.99623C10.9873 7.05693 11.0003 7.12199 11.0003 7.18768C11.0003 7.25338 10.9873 7.31843 10.9622 7.37913C10.9371 7.43983 10.9002 7.49498 10.8538 7.54143Z",
518
- fill: "#50F91D"
519
- }
520
- )
521
- }
522
- );
523
- }
524
-
525
- // src/components/Icons/ShieldWarningIcon.tsx
526
- var import_jsx_runtime33 = require("react/jsx-runtime");
527
- function ShieldWarningIcon(props) {
528
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
529
- "svg",
530
- {
531
- width: "17",
532
- height: "17",
533
- viewBox: "0 0 17 17",
534
- fill: "none",
535
- xmlns: "http://www.w3.org/2000/svg",
536
- ...props,
537
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
538
- "path",
539
- {
540
- d: "M8.36914 8.83656V6.33656C8.36914 6.20395 8.42182 6.07678 8.51559 5.98301C8.60936 5.88924 8.73653 5.83656 8.86914 5.83656C9.00175 5.83656 9.12893 5.88924 9.22269 5.98301C9.31646 6.07678 9.36914 6.20395 9.36914 6.33656V8.83656C9.36914 8.96917 9.31646 9.09635 9.22269 9.19012C9.12893 9.28389 9.00175 9.33656 8.86914 9.33656C8.73653 9.33656 8.60936 9.28389 8.51559 9.19012C8.42182 9.09635 8.36914 8.96917 8.36914 8.83656ZM8.86914 11.8366C9.01748 11.8366 9.16248 11.7926 9.28582 11.7102C9.40915 11.6278 9.50528 11.5106 9.56205 11.3736C9.61882 11.2365 9.63367 11.0857 9.60473 10.9402C9.57579 10.7948 9.50436 10.6611 9.39947 10.5562C9.29458 10.4513 9.16094 10.3799 9.01546 10.351C8.86997 10.322 8.71917 10.3369 8.58213 10.3937C8.44508 10.4504 8.32795 10.5465 8.24554 10.6699C8.16313 10.7932 8.11914 10.9382 8.11914 11.0866C8.11914 11.2855 8.19816 11.4762 8.33881 11.6169C8.47946 11.7575 8.67023 11.8366 8.86914 11.8366ZM14.8691 3.83656V7.33656C14.8691 10.6316 13.2741 12.6284 11.936 13.7234C10.4948 14.9022 9.06102 15.3028 8.99852 15.3191C8.91258 15.3424 8.82195 15.3424 8.73602 15.3191C8.67352 15.3028 7.24164 14.9022 5.79852 13.7234C4.46414 12.6284 2.86914 10.6316 2.86914 7.33656V3.83656C2.86914 3.57135 2.9745 3.31699 3.16203 3.12946C3.34957 2.94192 3.60392 2.83656 3.86914 2.83656H13.8691C14.1344 2.83656 14.3887 2.94192 14.5762 3.12946C14.7638 3.31699 14.8691 3.57135 14.8691 3.83656ZM13.8691 3.83656H3.86914V7.33656C3.86914 9.66781 4.73289 11.5559 6.43602 12.9497C7.16117 13.5428 7.98468 14.0041 8.86914 14.3128C9.76533 13.9986 10.5991 13.5289 11.3323 12.9253C13.0154 11.5341 13.8691 9.65344 13.8691 7.33656V3.83656Z",
541
- fill: "#9E6C00"
542
- }
543
- )
544
- }
545
- );
546
- }
547
-
548
- // src/components/Icons/LocationPin.tsx
549
- var import_jsx_runtime34 = require("react/jsx-runtime");
550
- function LocationPin() {
551
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
552
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { opacity: "0.16", fillRule: "evenodd", clipRule: "evenodd", d: "M17.5008 16.5L12.0008 22L6.50083 16.5C3.46327 13.4624 3.46326 8.53754 6.50083 5.49998C9.53839 2.46241 14.4633 2.46241 17.5008 5.49998C20.5384 8.53754 20.5384 13.4624 17.5008 16.5ZM12.0009 12C12.5531 12 13.0009 11.5523 13.0009 11C13.0009 10.4477 12.5531 9.99997 12.0009 9.99997C11.4486 9.99997 11.0009 10.4477 11.0009 11C11.0009 11.5523 11.4486 12 12.0009 12Z", fill: "#A71A1A" }),
553
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { x: "12", y: "11", width: "0.01", height: "0.01", stroke: "#A71A1A", strokeWidth: "3", strokeLinejoin: "round" }),
554
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 22L17.5 16.5C20.5376 13.4624 20.5376 8.53757 17.5 5.5C14.4624 2.46244 9.53757 2.46244 6.5 5.5C3.46244 8.53757 3.46244 13.4624 6.5 16.5L12 22Z", stroke: "#A71A1A", strokeWidth: "2", strokeLinejoin: "round" })
555
- ] });
556
- }
557
-
558
- // src/components/Icons/Email.tsx
559
- var import_jsx_runtime35 = require("react/jsx-runtime");
560
- function Email() {
561
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
562
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { clipPath: "url(#clip0_2652_18387)", children: [
563
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { opacity: "0.16", d: "M3 5L10.5858 12.5858C11.3668 13.3668 12.6332 13.3668 13.4142 12.5858L21 5V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17V5Z", fill: "#A71A1A" }),
564
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M3 5H21V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17V5Z", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
565
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M3 5L12 14L21 5", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
566
- ] }),
567
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "clip0_2652_18387", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
568
- ] });
569
- }
570
-
571
- // src/components/Icons/Phone.tsx
572
- var import_jsx_runtime36 = require("react/jsx-runtime");
573
- function Phone() {
574
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
575
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { clipPath: "url(#clip0_2652_18400)", children: [
576
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { opacity: "0.16", d: "M19.5063 7.95952C18.0666 13.6147 13.6147 18.0666 7.95953 19.5063C5.81867 20.0513 4 18.2091 4 16V15C4 14.4477 4.44883 14.0053 4.99842 13.9508C5.92696 13.8587 6.81815 13.6397 7.65438 13.3112L9.17366 14.8305C11.6447 13.648 13.648 11.6447 14.8305 9.17367L13.3112 7.65438C13.6397 6.81816 13.8587 5.92696 13.9508 4.99842C14.0053 4.44883 14.4477 4 15 4H16C18.2091 4 20.0513 5.81867 19.5063 7.95952Z", fill: "#A71A1A" }),
577
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M19.5063 7.95952C18.0666 13.6147 13.6147 18.0666 7.95953 19.5063C5.81867 20.0513 4 18.2091 4 16V15C4 14.4477 4.44883 14.0053 4.99842 13.9508C5.92696 13.8587 6.81815 13.6397 7.65438 13.3112L9.17366 14.8305C11.6447 13.648 13.648 11.6447 14.8305 9.17367L13.3112 7.65438C13.6397 6.81816 13.8587 5.92696 13.9508 4.99842C14.0053 4.44883 14.4477 4 15 4H16C18.2091 4 20.0513 5.81867 19.5063 7.95952Z", stroke: "#A71A1A", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
578
- ] }),
579
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "clip0_2652_18400", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
580
- ] });
581
- }
582
-
583
- // src/components/Icons/Globe.tsx
584
- var import_jsx_runtime37 = require("react/jsx-runtime");
585
- function Globe() {
586
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
587
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { clipPath: "url(#clip0_5337_8053)", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M10 0.5C4.48584 0.5 0 4.98584 0 10.5C0 16.0142 4.48584 20.5004 10 20.5004C15.5142 20.5004 20 16.0142 20 10.5C20 4.98584 15.5142 0.5 10 0.5ZM17.58 14.4065H13.8495C14.0215 13.387 14.1247 12.3105 14.157 11.2348H18.497C18.3996 12.3697 18.0793 13.441 17.58 14.4065ZM10 19.0304C9.35339 19.0304 8.53705 17.8768 7.972 15.8757H12.028C11.4629 17.8772 10.6466 19.0304 10 19.0304ZM7.63584 14.4065C7.46501 13.4667 7.34928 12.4049 7.31438 11.2348H12.6853C12.6504 12.4049 12.5346 13.4663 12.3638 14.4065H7.63584ZM1.50336 11.2348H5.84298C5.87531 12.3105 5.97854 13.387 6.15048 14.4065H2.42037C1.92108 13.441 1.60072 12.3697 1.50336 11.2348ZM2.42037 6.59391H6.15085C5.97891 7.61341 5.87567 8.6895 5.84334 9.76522H1.50336C1.60072 8.63035 1.92108 7.55904 2.42037 6.59391ZM10 1.96956C10.6466 1.96956 11.4629 3.1228 12.028 5.12434H7.972C8.53705 3.1228 9.35339 1.96956 10 1.96956ZM12.3642 6.59391C12.535 7.53369 12.6507 8.59508 12.6856 9.76522H7.31438C7.34928 8.59508 7.46501 7.53369 7.63584 6.59391H12.3642ZM14.157 9.76522C14.1247 8.6895 14.0215 7.61341 13.8495 6.59391H17.58C18.0793 7.55904 18.3996 8.63035 18.497 9.76522H14.157ZM16.6174 5.12434H13.5427C13.2731 4.05744 12.9182 3.10112 12.481 2.33879C14.1243 2.83917 15.5582 3.82305 16.6174 5.12434ZM7.51901 2.33879C7.08182 3.10149 6.72692 4.05781 6.45725 5.12434H3.38256C4.44175 3.82305 5.87567 2.83917 7.51901 2.33879ZM3.38293 15.876H6.45725C6.72692 16.9429 7.08182 17.8989 7.51901 18.6616C5.87567 18.1608 4.44175 17.177 3.38293 15.876ZM12.481 18.6616C12.9182 17.8989 13.2731 16.9426 13.5427 15.876H16.6174C15.5582 17.1773 14.1243 18.1612 12.481 18.6616Z", fill: "currentColor" }) }),
588
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "clip0_5337_8053", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "20", height: "20", fill: "white", transform: "translate(0 0.5)" }) }) })
589
- ] });
590
- }
591
-
592
- // src/components/Icons/SendMessage.tsx
593
- var import_jsx_runtime38 = require("react/jsx-runtime");
594
- function SendMessage() {
595
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M5 12L4.39589 6.56299C4.22297 5.0067 5.82469 3.86433 7.23983 4.53465L19.1842 10.1925C20.7093 10.9149 20.7093 13.0851 19.1842 13.8075L7.23983 19.4653C5.82469 20.1357 4.22297 18.9933 4.39589 17.437L5 12ZM5 12H12", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }) });
596
- }
597
-
598
- // src/components/Icons/CircleCheck.tsx
599
- var import_jsx_runtime39 = require("react/jsx-runtime");
600
- function CircleCheck() {
601
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { width: "12", height: "13", viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M6 1.625C5.03582 1.625 4.09329 1.91091 3.2916 2.44659C2.48991 2.98226 1.86507 3.74363 1.49609 4.63442C1.12711 5.52521 1.03057 6.50541 1.21867 7.45107C1.40678 8.39672 1.87108 9.26536 2.55286 9.94715C3.23464 10.6289 4.10328 11.0932 5.04894 11.2813C5.99459 11.4694 6.97479 11.3729 7.86558 11.0039C8.75637 10.6349 9.51775 10.0101 10.0534 9.2084C10.5891 8.40671 10.875 7.46418 10.875 6.5C10.8736 5.20749 10.3596 3.96831 9.44564 3.05436C8.5317 2.14042 7.29251 1.62636 6 1.625ZM8.14032 5.64031L5.51532 8.26531C5.48049 8.30018 5.43913 8.32784 5.3936 8.34671C5.34808 8.36558 5.29928 8.37529 5.25 8.37529C5.20072 8.37529 5.15192 8.36558 5.1064 8.34671C5.06088 8.32784 5.01952 8.30018 4.98469 8.26531L3.85969 7.14031C3.78932 7.06995 3.74979 6.97451 3.74979 6.875C3.74979 6.77549 3.78932 6.68005 3.85969 6.60969C3.93005 6.53932 4.02549 6.49979 4.125 6.49979C4.22451 6.49979 4.31995 6.53932 4.39031 6.60969L5.25 7.46984L7.60969 5.10969C7.64453 5.07485 7.68589 5.04721 7.73142 5.02835C7.77694 5.0095 7.82573 4.99979 7.875 4.99979C7.92428 4.99979 7.97307 5.0095 8.01859 5.02835C8.06411 5.04721 8.10547 5.07485 8.14032 5.10969C8.17516 5.14453 8.20279 5.18589 8.22165 5.23141C8.24051 5.27694 8.25021 5.32573 8.25021 5.375C8.25021 5.42427 8.24051 5.47306 8.22165 5.51859C8.20279 5.56411 8.17516 5.60547 8.14032 5.64031Z", fill: "#FCFCFC" }) });
602
- }
603
-
604
- // src/components/Icons/Check.tsx
605
- var import_jsx_runtime40 = require("react/jsx-runtime");
606
- function Check() {
607
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M20 7.63037L10 17.6304L5 12.6304", stroke: "#58A700", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
608
- }
609
-
610
- // src/components/Icons/CircleAlert.tsx
611
- var import_jsx_runtime41 = require("react/jsx-runtime");
612
- function CircleAlert() {
613
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
614
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M21 12C21 7.03125 16.9688 3 12 3C7.03125 3 3 7.03125 3 12C3 16.9688 7.03125 21 12 21C16.9688 21 21 16.9688 21 12Z", stroke: "white", strokeWidth: "2", strokeMiterlimit: "10" }),
615
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M11.7307 7.78322L11.9998 13.4996L12.2684 7.78322C12.2701 7.74667 12.2643 7.71017 12.2513 7.67595C12.2384 7.64173 12.2186 7.6105 12.1932 7.58418C12.1678 7.55785 12.1373 7.53699 12.1036 7.52285C12.0698 7.50872 12.0336 7.50161 11.997 7.50197V7.50197C11.9609 7.50231 11.9251 7.50993 11.892 7.52437C11.8589 7.53882 11.829 7.55979 11.8041 7.58604C11.7793 7.61229 11.76 7.64328 11.7474 7.67716C11.7348 7.71104 11.7291 7.74711 11.7307 7.78322V7.78322Z", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
616
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M12 17.2461C11.8146 17.2461 11.6333 17.1911 11.4792 17.0881C11.325 16.9851 11.2048 16.8387 11.1339 16.6674C11.0629 16.4961 11.0443 16.3076 11.0805 16.1257C11.1167 15.9438 11.206 15.7768 11.3371 15.6457C11.4682 15.5146 11.6352 15.4253 11.8171 15.3891C11.999 15.3529 12.1875 15.3715 12.3588 15.4425C12.5301 15.5134 12.6765 15.6336 12.7795 15.7877C12.8825 15.9419 12.9375 16.1232 12.9375 16.3086C12.9375 16.5572 12.8387 16.7957 12.6629 16.9715C12.4871 17.1473 12.2486 17.2461 12 17.2461Z", fill: "white" })
617
- ] });
618
- }
619
-
620
- // src/components/Icons/PinOutlined.tsx
621
- var import_jsx_runtime42 = require("react/jsx-runtime");
622
- function PinOutlined() {
623
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { width: "20", height: "23", viewBox: "0 0 20 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.38374 5.38374C7.93315 2.83433 12.0666 2.83433 14.616 5.38374C17.1654 7.93315 17.1654 12.0666 14.616 14.616L9.99985 19.2321L5.38374 14.616C2.83433 12.0666 2.83433 7.93315 5.38374 5.38374ZM16.3837 3.61597C12.858 0.0902497 7.14169 0.0902497 3.61597 3.61597C0.0902479 7.14169 0.0902513 12.858 3.61597 16.3837L9.11597 21.8837C9.35039 22.1182 9.66833 22.2499 9.99985 22.2499C10.3314 22.2499 10.6493 22.1182 10.8837 21.8837L16.3837 16.3837C19.9095 12.858 19.9095 7.14169 16.3837 3.61597ZM9.99985 8.12485C8.96432 8.12485 8.12485 8.96432 8.12485 9.99985V10.0099C8.12485 11.0454 8.96432 11.8849 9.99985 11.8849H10.0099C11.0454 11.8849 11.8849 11.0454 11.8849 10.0099V9.99985C11.8849 8.96432 11.0454 8.12485 10.0099 8.12485H9.99985Z", fill: "currentColor" }) });
624
- }
625
-
626
- // src/components/Icons/Discover.tsx
627
- var import_jsx_runtime43 = require("react/jsx-runtime");
628
- function Discover() {
629
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
630
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { clipPath: "url(#clip0_1947_7956)", children: [
631
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { opacity: "0.16", fillRule: "evenodd", clipRule: "evenodd", d: "M12 21.2389C16.9706 21.2389 21 17.2095 21 12.2389C21 7.26833 16.9706 3.23889 12 3.23889C7.02944 3.23889 3 7.26833 3 12.2389C3 17.2095 7.02944 21.2389 12 21.2389ZM15 9.23889L11.3074 9.9774C10.5157 10.1357 9.89686 10.7546 9.73851 11.5463L9 15.2389L12.6926 14.5004C13.4843 14.342 14.1031 13.7232 14.2615 12.9315L15 9.23889Z", fill: "currentColor" }),
632
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "12", cy: "12.2389", r: "9", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
633
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M11.3074 9.9774L15 9.23889L14.2615 12.9315C14.1031 13.7232 13.4843 14.342 12.6926 14.5004L9 15.2389L9.73851 11.5463C9.89686 10.7546 10.5157 10.1357 11.3074 9.9774Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
634
- ] }),
635
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_1947_7956", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.238892)" }) }) })
636
- ] });
637
- }
638
-
639
- // src/components/Icons/Dart.tsx
640
- var import_jsx_runtime44 = require("react/jsx-runtime");
641
- function Dart() {
642
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M14.4933 3.92C14.5061 3.99816 14.5001 4.07824 14.4758 4.15361C14.4514 4.22897 14.4094 4.29744 14.3533 4.35334L12.3533 6.35334C12.2794 6.42784 12.1838 6.47706 12.0803 6.49395C11.9767 6.51083 11.8704 6.49452 11.7767 6.44734L10.7653 5.942L7.68667 9.02067C7.64033 9.06719 7.58527 9.10411 7.52464 9.12929C7.464 9.15448 7.39899 9.16745 7.33333 9.16745C7.26768 9.16745 7.20266 9.15448 7.14203 9.12929C7.0814 9.10411 7.02633 9.06719 6.98 9.02067C6.93354 8.97424 6.89668 8.9191 6.87153 8.85842C6.84638 8.79773 6.83344 8.73269 6.83344 8.667C6.83344 8.60131 6.84638 8.53627 6.87153 8.47559C6.89668 8.4149 6.93354 8.35977 6.98 8.31334L10.0587 5.23467L9.55333 4.22334C9.50626 4.12957 9.49 4.02332 9.50688 3.91977C9.52376 3.81621 9.57291 3.72063 9.64733 3.64667L11.6473 1.64667C11.7033 1.59053 11.7718 1.54852 11.8472 1.52411C11.9226 1.4997 12.0028 1.4936 12.081 1.5063C12.1593 1.51901 12.2333 1.55015 12.2972 1.59717C12.361 1.64418 12.4127 1.70571 12.448 1.77667L13.04 2.96067L14.224 3.55267C14.2951 3.58789 14.3567 3.63962 14.4036 3.70353C14.4506 3.76744 14.4809 3.84166 14.4933 3.92ZM7.96667 5.91334C7.76667 5.86 7.55333 5.83334 7.33333 5.83334C5.77333 5.83334 4.5 7.10667 4.5 8.66667C4.5 10.2267 5.77333 11.5 7.33333 11.5C8.89333 11.5 10.1667 10.2267 10.1667 8.66667C10.1667 8.44667 10.14 8.23334 10.0867 8.03334L8.39333 9.72667C8.11333 10.0133 7.73333 10.1667 7.33333 10.1667C6.93333 10.1667 6.55333 10.0133 6.27333 9.72667C5.68667 9.14 5.68667 8.19334 6.27333 7.60667L7.96667 5.91334ZM12 7.5C11.7733 7.5 11.54 7.44667 11.3333 7.34L10.96 7.16L10.8867 7.23334C11.0667 7.67334 11.1667 8.16 11.1667 8.66667C11.1667 10.78 9.44667 12.5 7.33333 12.5C5.22 12.5 3.5 10.78 3.5 8.66667C3.5 6.55334 5.22 4.83334 7.33333 4.83334C7.84 4.83334 8.32667 4.93334 8.76667 5.11334L8.84 5.04L8.66 4.67334C8.38667 4.13334 8.46667 3.48667 8.85333 3.03334C8.36667 2.9 7.86 2.83334 7.33333 2.83334C4.11333 2.83334 1.5 5.44667 1.5 8.66667C1.5 11.8867 4.11333 14.5 7.33333 14.5C10.5533 14.5 13.1667 11.8867 13.1667 8.66667C13.1667 8.14 13.1 7.63334 12.9667 7.14667C12.7 7.37334 12.3533 7.5 12 7.5Z", fill: "currentColor" }) });
643
- }
644
-
645
- // src/components/SVGs/index.tsx
646
- var SVGs_exports = {};
647
- __export(SVGs_exports, {
648
- NoResult: () => NoResult
649
- });
650
-
651
- // src/components/SVGs/NoResult.tsx
652
- var import_jsx_runtime45 = require("react/jsx-runtime");
653
- function NoResult() {
654
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { width: "100%", height: "100%", viewBox: "0 0 321 264", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "No Results", children: [
655
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "circle", children: [
656
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 1", d: "M11.6895 121.511V124.225", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
657
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "Group 8", children: [
658
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 2", d: "M5.5957 122.98L7.81341 125.263", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
659
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 4", d: "M3 129.057H6.13581", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
660
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 6", d: "M5.33789 135.242L7.5556 132.959", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" })
661
- ] }),
662
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 9", d: "M11.6895 135.985V133.271", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
663
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 10", d: "M16.2117 134.176L14.4023 132.367", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
664
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 11", d: "M19.8292 129.653H17.1152", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
665
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 12", d: "M18.0222 123.32L16.2129 125.129", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
666
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 13", d: "M157.342 3V4.80932", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
667
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 15", d: "M151.91 8.42798H153.719", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
668
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 16", d: "M157.342 13.8562V12.0469", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
669
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 17", d: "M161.858 8.42798H160.049", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
670
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 18", d: "M52.4004 78.9917V81.7057", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
671
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 19", d: "M44.2559 87.1333H46.9698", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
672
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 20", d: "M52.4004 94.3707V91.6567", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
673
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 21", d: "M59.6378 87.1333H56.9238", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
674
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "Group 42", children: [
675
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 22", d: "M247.126 177.634C249.288 177.634 251.042 179.388 251.042 181.551C251.042 183.714 249.288 185.467 247.126 185.467C244.964 185.467 243.211 183.714 243.211 181.551", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
676
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 26", fillRule: "evenodd", clipRule: "evenodd", d: "M265.049 142.104C267.374 141.379 270.937 138.536 271.762 135.477C272.51 138.181 275.646 141.379 278.475 141.621C275.29 142.749 272.245 146.099 271.762 148.731C271.433 146.048 267.222 142.495 265.049 142.104Z", fill: "#EBECEE" }),
677
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 28", fillRule: "evenodd", clipRule: "evenodd", d: "M26.4082 176.429C27.571 176.066 29.352 174.645 29.7644 173.115C30.1385 174.467 31.706 176.066 33.1207 176.187C31.5286 176.75 30.0064 178.426 29.7644 179.742C29.6001 178.401 27.4942 176.624 26.4082 176.429Z", fill: "#EBECEE" }),
678
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 30", fillRule: "evenodd", clipRule: "evenodd", d: "M47.9841 50.5827C47.9841 52.2605 46.6247 53.6194 44.9481 53.6194C43.2707 53.6194 41.9121 52.2605 41.9121 50.5827C41.9121 48.9056 43.2707 47.5459 44.9481 47.5459C46.6247 47.5459 47.9841 48.9056 47.9841 50.5827Z", fill: "#D1D8DF" }),
679
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 32", fillRule: "evenodd", clipRule: "evenodd", d: "M250.718 58.7365C250.718 61.5398 248.445 63.8121 245.643 63.8121C242.84 63.8121 240.568 61.5398 240.568 58.7365C240.568 55.9333 242.84 53.6609 245.643 53.6609C248.445 53.6609 250.718 55.9333 250.718 58.7365Z", fill: "#EBECEE" }),
680
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 34", fillRule: "evenodd", clipRule: "evenodd", d: "M321.005 44.9847C321.005 47.2087 319.203 49.011 316.98 49.011C314.757 49.011 312.955 47.2087 312.955 44.9847C312.955 42.7607 314.757 40.9585 316.98 40.9585C319.203 40.9585 321.005 42.7607 321.005 44.9847Z", fill: "#EBECEE" }),
681
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 36", fillRule: "evenodd", clipRule: "evenodd", d: "M104.725 233.026C104.725 234.428 103.589 235.564 102.187 235.564C100.786 235.564 99.6504 234.428 99.6504 233.026C99.6504 231.624 100.786 230.487 102.187 230.487C103.589 230.487 104.725 231.624 104.725 233.026Z", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
682
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 38", fillRule: "evenodd", clipRule: "evenodd", d: "M103.215 31.0732C103.215 32.7509 101.855 34.1099 100.179 34.1099C98.502 34.1099 97.1426 32.7509 97.1426 31.0732C97.1426 29.3961 98.502 28.0364 100.179 28.0364C101.855 28.0364 103.215 29.3961 103.215 31.0732Z", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" }),
683
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Stroke 40", fillRule: "evenodd", clipRule: "evenodd", d: "M180.66 261.133C178.72 261.871 176.549 260.896 175.811 258.956C175.073 257.016 176.047 254.843 177.988 254.106C179.927 253.367 182.098 254.342 182.836 256.282C183.575 258.223 182.6 260.394 180.66 261.133Z", stroke: "#D2D8DF", strokeWidth: "0.880838", strokeLinecap: "round" })
684
- ] })
685
- ] }),
686
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "search", children: [
687
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "documents", children: [
688
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 1", fillRule: "evenodd", clipRule: "evenodd", d: "M179.501 189.359H105.314C100.093 189.359 95.8184 185.072 95.8184 179.833V74.0399C95.8184 68.8008 100.093 64.5161 105.314 64.5161H179.501C184.724 64.5161 188.998 68.8008 188.998 74.0399V179.833C188.998 185.072 184.724 189.359 179.501 189.359Z", fill: "#E0E2EE" }),
689
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 3", fillRule: "evenodd", clipRule: "evenodd", d: "M173.172 193.883H98.986C93.7644 193.883 89.4902 189.596 89.4902 184.357V78.5634C89.4902 73.3242 93.7644 69.0396 98.986 69.0396H173.172C178.396 69.0396 182.67 73.3242 182.67 78.5634V184.357C182.67 189.596 178.396 193.883 173.172 193.883Z", fill: "#E8EBF2" }),
690
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 5", fillRule: "evenodd", clipRule: "evenodd", d: "M167.011 197.453H92.6716C87.4392 197.453 83.1562 193.184 83.1562 187.967V82.6116C83.1562 77.3941 87.4392 73.1272 92.6716 73.1272H167.011C172.246 73.1272 176.529 77.3941 176.529 82.6116V187.967C176.529 193.184 172.246 197.453 167.011 197.453Z", fill: "#D8DBEA" }),
691
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 8", fillRule: "evenodd", clipRule: "evenodd", d: "M167.011 197.453H92.6716C87.4392 197.453 83.1562 193.184 83.1562 187.967V82.6116C83.1562 77.3941 87.4392 73.1272 92.6716 73.1272H167.011C172.246 73.1272 176.529 77.3941 176.529 82.6116V187.967C176.529 193.184 172.246 197.453 167.011 197.453Z", fill: "#F1F2F7" }),
692
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 11", fillRule: "evenodd", clipRule: "evenodd", d: "M156.298 105.226H101.389C99.8207 105.226 98.5371 104.005 98.5371 102.513C98.5371 101.019 99.8207 99.7983 101.389 99.7983H156.298C157.866 99.7983 159.149 101.019 159.149 102.513C159.149 104.005 157.866 105.226 156.298 105.226Z", fill: "#E0E2EE" }),
693
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 13", fillRule: "evenodd", clipRule: "evenodd", d: "M156.298 121.51H101.389C99.8207 121.51 98.5371 120.288 98.5371 118.797C98.5371 117.303 99.8207 116.082 101.389 116.082H156.298C157.866 116.082 159.149 117.303 159.149 118.797C159.149 120.288 157.866 121.51 156.298 121.51Z", fill: "#E0E2EE" }),
694
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 15", fillRule: "evenodd", clipRule: "evenodd", d: "M156.298 137.794H101.389C99.8207 137.794 98.5371 136.573 98.5371 135.081C98.5371 133.589 99.8207 132.366 101.389 132.366H156.298C157.866 132.366 159.149 133.589 159.149 135.081C159.149 136.573 157.866 137.794 156.298 137.794Z", fill: "#E0E2EE" }),
695
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 17", fillRule: "evenodd", clipRule: "evenodd", d: "M156.298 154.077H101.389C99.8207 154.077 98.5371 152.856 98.5371 151.364C98.5371 149.871 99.8207 148.649 101.389 148.649H156.298C157.866 148.649 159.149 149.871 159.149 151.364C159.149 152.856 157.866 154.077 156.298 154.077Z", fill: "#E0E2EE" }),
696
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 19", fillRule: "evenodd", clipRule: "evenodd", d: "M130.05 170.362H101.401C99.8262 170.362 98.5371 169.141 98.5371 167.649C98.5371 166.155 99.8262 164.934 101.401 164.934H130.05C131.625 164.934 132.914 166.155 132.914 167.649C132.914 169.141 131.625 170.362 130.05 170.362Z", fill: "#E0E2EE" })
697
- ] }),
698
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { id: "search_2", children: [
699
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 21", fillRule: "evenodd", clipRule: "evenodd", d: "M187.874 149.316C176.895 160.294 159.897 161.533 147.557 153.057C145.98 151.954 144.479 150.716 143.079 149.316C142.358 148.598 141.679 147.857 141.039 147.077C139.759 145.518 138.638 143.856 137.719 142.139C136.101 139.239 135 136.161 134.399 132.98C132.461 123.003 135.359 112.265 143.079 104.549C150.817 96.8102 161.557 93.9306 171.535 95.8504C174.715 96.4696 177.795 97.5699 180.696 99.1697C182.416 100.109 184.055 101.23 185.616 102.51C186.394 103.147 187.135 103.829 187.854 104.549C189.256 105.949 190.513 107.447 191.595 109.026C200.074 121.362 198.833 138.359 187.874 149.316Z", fill: "white", fillOpacity: "0.1" }),
700
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 23", fillRule: "evenodd", clipRule: "evenodd", d: "M184.795 147.154C173.372 158.579 154.861 158.577 143.436 147.154C132.026 135.744 132.026 117.231 143.451 105.808C154.861 94.3979 173.372 94.3979 184.782 105.808C196.205 117.231 196.205 135.744 184.795 147.154ZM190.659 99.939C175.997 85.2768 152.238 85.2768 137.576 99.939C122.916 114.599 122.903 138.373 137.563 153.036C150.907 166.376 171.823 167.579 186.534 156.626C187.971 155.554 189.354 154.353 190.674 153.036C191.992 151.716 193.193 150.332 194.262 148.895C205.215 134.182 204.002 113.281 190.659 99.939Z", fill: "#E0E2EE" }),
701
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 25", fillRule: "evenodd", clipRule: "evenodd", d: "M248.367 208.305L247.752 208.92C243.679 212.995 237.01 212.995 232.936 208.92L195.334 171.318L210.765 155.887L248.367 193.489C252.442 197.564 252.442 204.23 248.367 208.305Z", fill: "#FFB2B2" }),
702
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 27", fillRule: "evenodd", clipRule: "evenodd", d: "M195.076 147.745L206.187 158.856L198.299 166.743L187.189 155.631C188.656 154.538 190.065 153.313 191.415 151.968C192.759 150.623 193.985 149.211 195.076 147.745Z", fill: "#E0E2EE" }),
703
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 29", fillRule: "evenodd", clipRule: "evenodd", d: "M247.804 193.027L232.471 208.357L229.711 205.595L245.042 190.264L247.804 193.027Z", fill: "#CC6666" }),
704
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 31", fillRule: "evenodd", clipRule: "evenodd", d: "M211.617 156.418L195.864 172.171L193.523 169.831L209.276 154.078L211.617 156.418Z", fill: "#CC6666" }),
705
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 33", fillRule: "evenodd", clipRule: "evenodd", d: "M177.235 101.878L138.603 140.508C137.148 137.901 136.159 135.134 135.621 132.274L169.001 98.8938C171.859 99.4525 174.628 100.44 177.235 101.878Z", fill: "white", fillOpacity: "0.5" }),
706
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { id: "Fill 35", fillRule: "evenodd", clipRule: "evenodd", d: "M189.902 111.06L148.137 150.459C146.641 149.475 145.217 148.366 143.89 147.114C143.206 146.469 142.56 145.808 141.955 145.11L184.229 105.226C184.97 105.799 185.673 106.409 186.354 107.053C187.681 108.306 188.876 109.647 189.902 111.06Z", fill: "white", fillOpacity: "0.5" })
707
- ] })
708
- ] })
709
- ] }) });
710
- }
711
-
712
- // src/components/Button.styled/index.tsx
713
- var import_antd = require("antd");
714
- var import_styled_components = __toESM(require("styled-components"));
715
- var getStyle = (size, height, width) => {
716
- if (height && width) {
717
- return {
718
- height,
719
- width
720
- };
721
- }
722
- switch (size) {
723
- case "xs":
724
- return {
725
- height: "32px",
726
- fontSize: "14px",
727
- fontFamily: "var(--font-kanit)",
728
- borderRadius: "4px"
729
- };
730
- case "small":
731
- return {
732
- height: "40px",
733
- fontSize: "16px",
734
- fontFamily: "var(--font-kanit)",
735
- fontWeight: "600",
736
- borderRadius: "40px"
737
- };
738
- case "large":
739
- return {
740
- height: "56px",
741
- fontSize: "20px",
742
- fontFamily: "var(--font-kanit)",
743
- fontWeight: "600",
744
- borderRadius: "40px"
745
- };
746
- default:
747
- case "middle":
748
- return {
749
- height: "44px",
750
- fontSize: "16px",
751
- fontFamily: "var(--font-kanit)",
752
- fontWeight: "600",
753
- borderRadius: "40px"
754
- };
755
- }
756
- };
757
- var Button = (0, import_styled_components.default)(import_antd.Button)`
758
- ${({ $size: size, $height: height, $width: width }) => getStyle(size, height, width)}
759
-
760
- ${({ type }) => {
761
- if (type === "text") {
762
- return `
763
- height: auto;
764
- `;
765
- }
766
- }}
767
-
768
- &.ant-btn{
769
- gap: 4px;
770
- transition: width 0s;
771
- }
772
-
773
-
774
- &&& {
775
- background-color: ${({ $backgroundColor: backgroundColor }) => backgroundColor};
776
- color: ${({ $textColor: textColor }) => textColor};
777
- border-color: ${({ $borderColor: borderColor, $backgroundColor: backgroundColor }) => borderColor ?? backgroundColor};
778
- border-radius: ${({ $borderRadius: borderRadius }) => borderRadius};
779
- }
780
-
781
- &&&:hover {
782
- background-color: ${({ $backgroundColor: backgroundColor }) => backgroundColor ?? "inherit"};
783
- border-color: ${({ $borderColor: borderColor, $backgroundColor: backgroundColor }) => borderColor ?? backgroundColor};
784
- color: ${({ $textColor: textColor }) => textColor};
785
- }
786
-
787
- &&&:disabled {
788
- background-color: ${({ $disabledBackgroundColor: disabledBackgroundColor }) => disabledBackgroundColor ?? "inherit"};
789
- border-color: ${({ $disabledBackgroundColor: disabledBackgroundColor }) => disabledBackgroundColor ?? "inherit"};
790
- color: ${({ $textColor: textColor }) => textColor};
791
- }
792
-
793
- .ant-btn-icon {
794
- line-height: 1;
795
- }
796
-
797
- text-transform: uppercase;
798
-
799
- ${({ type, $size: size, $fluid: fluid, $padding: padding }) => {
800
- let styles = "";
801
- if (padding) {
802
- styles += `
803
- padding: ${padding} !important;
804
- `;
805
- } else {
806
- if (type === "text") {
807
- styles += `
808
- padding-left: 0px;
809
- padding-right: 0px;
810
- `;
811
- } else if (size === "xs") {
812
- styles += `
813
- padding-left: 8px;
814
- padding-right: 8px;
815
- `;
816
- } else if (size === "middle") {
817
- styles += `
818
- padding-left: 24px;
819
- padding-right: 24px;
820
- `;
821
- } else if (size === "large") {
822
- styles += `
823
- padding-left: 32px;
824
- padding-right: 32px;
825
- `;
826
- }
827
- }
828
- if (fluid) {
829
- styles += `
830
- width: 100%;
831
- `;
832
- }
833
- return styles;
834
- }}
835
-
836
- &&&.ant-btn-loading {
837
- gap: 8px;
838
- }
839
- `;
840
- var Button_default = Button;
841
-
842
- // src/components/Typography.styled/index.tsx
843
- var import_react = require("react");
844
- var import_styled_components2 = __toESM(require("styled-components"));
845
- var import_jsx_runtime46 = require("react/jsx-runtime");
846
- var FONT_VAR_MAP = {
847
- Kanit: "var(--font-kanit)",
848
- Roboto: "var(--font-roboto)",
849
- "iCielBC Lodestone": '"iCielBC Lodestone", sans-serif',
850
- Phudu: "var(--font-phudu)"
851
- };
852
- var StyleMap = {
853
- mobile: {
854
- h1: {
855
- fontSize: "48px",
856
- lineHeight: "58.88px",
857
- fontWeight: "400",
858
- letterSpacing: "0.1rem",
859
- fontFamily: "iCielBC Lodestone"
860
- },
861
- h2: {
862
- fontSize: "32px",
863
- lineHeight: "68px",
864
- letterSpacing: "0",
865
- fontWeight: "400",
866
- fontFamily: "iCielBC Lodestone"
867
- },
868
- h3: {
869
- fontSize: "28px",
870
- lineHeight: "46px",
871
- letterSpacing: "0",
872
- fontWeight: "400",
873
- fontFamily: "iCielBC Lodestone"
874
- },
875
- h4: {
876
- fontSize: "20px",
877
- lineHeight: "46px",
878
- letterSpacing: "0",
879
- fontWeight: "400",
880
- fontFamily: "iCielBC Lodestone"
881
- },
882
- h5: {
883
- fontSize: "16px",
884
- lineHeight: "14.72px",
885
- letterSpacing: "0.1rem",
886
- fontWeight: "400",
887
- fontFamily: "iCielBC Lodestone"
888
- },
889
- "subheading-1": {
890
- fontSize: "18px",
891
- lineHeight: "35.88px",
892
- letterSpacing: "0.1rem",
893
- fontWeight: "400",
894
- fontFamily: FONT_VAR_MAP["Kanit"]
895
- },
896
- "subheading-1-medium": {
897
- fontSize: "24px",
898
- lineHeight: "35.88px",
899
- letterSpacing: "0.1rem",
900
- fontWeight: "500",
901
- fontFamily: FONT_VAR_MAP["Kanit"]
902
- },
903
- "subheading-2": {
904
- fontSize: "20px",
905
- lineHeight: "29.9px",
906
- letterSpacing: "0.1rem",
907
- fontWeight: "500",
908
- fontFamily: FONT_VAR_MAP["Kanit"]
909
- },
910
- "subheading-3-bold": {
911
- fontSize: "16px",
912
- lineHeight: "23.92px",
913
- letterSpacing: "0.1rem",
914
- fontWeight: "700",
915
- fontFamily: FONT_VAR_MAP["Kanit"]
916
- },
917
- "subheading-3-semibold": {
918
- fontSize: "14px",
919
- lineHeight: "23.92px",
920
- letterSpacing: "0.1rem",
921
- fontWeight: "600",
922
- fontFamily: FONT_VAR_MAP["Kanit"]
923
- },
924
- "subheading-4": {
925
- fontSize: "16px",
926
- lineHeight: "20px",
927
- letterSpacing: "0.1rem",
928
- fontWeight: "400",
929
- fontFamily: FONT_VAR_MAP["Kanit"]
930
- },
931
- "subheading-5-medium": {
932
- fontSize: "14px",
933
- lineHeight: "20px",
934
- letterSpacing: "0.1rem",
935
- fontWeight: "500",
936
- fontFamily: FONT_VAR_MAP["Kanit"]
937
- },
938
- "subheading-6": {
939
- fontSize: "12px",
940
- lineHeight: "18px",
941
- letterSpacing: "0.1rem",
942
- fontWeight: "600",
943
- fontFamily: FONT_VAR_MAP["Kanit"]
944
- },
945
- "subheading-6-semibold": {
946
- fontSize: "10px",
947
- lineHeight: "12px",
948
- letterSpacing: "0.1rem",
949
- fontWeight: "600",
950
- fontFamily: FONT_VAR_MAP["Kanit"]
951
- },
952
- "title-text": {
953
- fontSize: "16px",
954
- lineHeight: "18.75px",
955
- letterSpacing: "0",
956
- fontWeight: "500",
957
- fontFamily: FONT_VAR_MAP["Roboto"]
958
- },
959
- "body-text": {
960
- fontSize: "14px",
961
- lineHeight: "20px",
962
- letterSpacing: "0",
963
- fontWeight: "400",
964
- fontFamily: FONT_VAR_MAP["Roboto"]
965
- },
966
- "body-text-2": {
967
- fontSize: "10px",
968
- lineHeight: "14px",
969
- letterSpacing: "0",
970
- fontWeight: "400",
971
- fontFamily: FONT_VAR_MAP["Roboto"]
972
- },
973
- "body-text-2-semibold": {
974
- fontSize: "12px",
975
- lineHeight: "18px",
976
- letterSpacing: "0",
977
- fontWeight: "600",
978
- fontFamily: FONT_VAR_MAP["Roboto"]
979
- },
980
- "body-text-3-semibold": {
981
- fontSize: "10px",
982
- lineHeight: "12px",
983
- letterSpacing: "0",
984
- fontWeight: "600",
985
- fontFamily: FONT_VAR_MAP["Roboto"]
986
- },
987
- //Phudu font
988
- "phudu-1": {
989
- fontSize: "16px",
990
- lineHeight: "20px",
991
- letterSpacing: "0.1rem",
992
- fontWeight: "400",
993
- fontFamily: FONT_VAR_MAP["Phudu"]
994
- },
995
- "phudu-2": {
996
- fontSize: "14px",
997
- lineHeight: "20px",
998
- letterSpacing: "0.1rem",
999
- fontWeight: "400",
1000
- fontFamily: FONT_VAR_MAP["Phudu"]
1001
- },
1002
- "phudu-3": {
1003
- fontSize: "12px",
1004
- lineHeight: "20px",
1005
- letterSpacing: "0.1rem",
1006
- fontWeight: "400",
1007
- fontFamily: FONT_VAR_MAP["Phudu"]
1008
- },
1009
- "phudu-4": {
1010
- fontSize: "10px",
1011
- lineHeight: "20px",
1012
- letterSpacing: "0.1rem",
1013
- fontWeight: "400",
1014
- fontFamily: FONT_VAR_MAP["Phudu"]
1015
- }
1016
- },
1017
- desktop: {
1018
- h1: {
1019
- fontSize: "64px",
1020
- lineHeight: "58.88px",
1021
- fontWeight: "400",
1022
- letterSpacing: "0.1rem",
1023
- fontFamily: "iCielBC Lodestone"
1024
- },
1025
- h2: {
1026
- fontSize: "48px",
1027
- lineHeight: "68px",
1028
- letterSpacing: "0",
1029
- fontWeight: "400",
1030
- fontFamily: "iCielBC Lodestone"
1031
- },
1032
- h3: {
1033
- fontSize: "32px",
1034
- lineHeight: "46px",
1035
- letterSpacing: "0",
1036
- fontWeight: "400",
1037
- fontFamily: "iCielBC Lodestone"
1038
- },
1039
- h4: {
1040
- fontSize: "24px",
1041
- lineHeight: "46px",
1042
- letterSpacing: "0",
1043
- fontWeight: "400",
1044
- fontFamily: "iCielBC Lodestone"
1045
- },
1046
- h5: {
1047
- fontSize: "16px",
1048
- lineHeight: "14.72px",
1049
- letterSpacing: "0.1rem",
1050
- fontWeight: "700",
1051
- fontFamily: "iCielBC Lodestone"
1052
- },
1053
- "subheading-1": {
1054
- fontSize: "24px",
1055
- lineHeight: "35.88px",
1056
- letterSpacing: "0.1rem",
1057
- fontWeight: "400",
1058
- fontFamily: FONT_VAR_MAP["Kanit"]
1059
- },
1060
- "subheading-1-medium": {
1061
- fontSize: "24px",
1062
- lineHeight: "35.88px",
1063
- letterSpacing: "0.1rem",
1064
- fontWeight: "500",
1065
- fontFamily: FONT_VAR_MAP["Kanit"]
1066
- },
1067
- "subheading-2": {
1068
- fontSize: "20px",
1069
- lineHeight: "29.9px",
1070
- letterSpacing: "0.1rem",
1071
- fontWeight: "500",
1072
- fontFamily: FONT_VAR_MAP["Kanit"]
1073
- },
1074
- "subheading-3-bold": {
1075
- fontSize: "16px",
1076
- lineHeight: "23.92px",
1077
- letterSpacing: "0.1rem",
1078
- fontWeight: "700",
1079
- fontFamily: FONT_VAR_MAP["Kanit"]
1080
- },
1081
- "subheading-3-semibold": {
1082
- fontSize: "16px",
1083
- lineHeight: "23.92px",
1084
- letterSpacing: "0.1rem",
1085
- fontWeight: "600",
1086
- fontFamily: FONT_VAR_MAP["Kanit"]
1087
- },
1088
- "subheading-4": {
1089
- fontSize: "16px",
1090
- lineHeight: "20px",
1091
- letterSpacing: "0.1rem",
1092
- fontWeight: "400",
1093
- fontFamily: FONT_VAR_MAP["Kanit"]
1094
- },
1095
- "subheading-5-medium": {
1096
- fontSize: "14px",
1097
- lineHeight: "20px",
1098
- letterSpacing: "0.1rem",
1099
- fontWeight: "500",
1100
- fontFamily: FONT_VAR_MAP["Kanit"]
1101
- },
1102
- "subheading-6": {
1103
- fontSize: "12px",
1104
- lineHeight: "18px",
1105
- letterSpacing: "0.1rem",
1106
- fontWeight: "600",
1107
- fontFamily: FONT_VAR_MAP["Kanit"]
1108
- },
1109
- "subheading-6-semibold": {
1110
- fontSize: "10px",
1111
- lineHeight: "12px",
1112
- letterSpacing: "0.1rem",
1113
- fontWeight: "600",
1114
- fontFamily: FONT_VAR_MAP["Kanit"]
1115
- },
1116
- "title-text": {
1117
- fontSize: "20px",
1118
- lineHeight: "23.44px",
1119
- letterSpacing: "0",
1120
- fontWeight: "500",
1121
- fontFamily: FONT_VAR_MAP["Roboto"]
1122
- },
1123
- "body-text": {
1124
- fontSize: "16px",
1125
- lineHeight: "22px",
1126
- letterSpacing: "0",
1127
- fontWeight: "400",
1128
- fontFamily: FONT_VAR_MAP["Roboto"]
1129
- },
1130
- "body-text-2": {
1131
- fontSize: "10px",
1132
- lineHeight: "14px",
1133
- letterSpacing: "0",
1134
- fontWeight: "400",
1135
- fontFamily: FONT_VAR_MAP["Roboto"]
1136
- },
1137
- "body-text-2-semibold": {
1138
- fontSize: "12px",
1139
- lineHeight: "18px",
1140
- letterSpacing: "0",
1141
- fontWeight: "600",
1142
- fontFamily: FONT_VAR_MAP["Roboto"]
1143
- },
1144
- "body-text-3-semibold": {
1145
- fontSize: "10px",
1146
- lineHeight: "12px",
1147
- letterSpacing: "0",
1148
- fontWeight: "600",
1149
- fontFamily: FONT_VAR_MAP["Roboto"]
1150
- }
1151
- }
1152
- };
1153
- var getStyle2 = (device, type) => {
1154
- const style = StyleMap[device][type];
1155
- if (!style) {
1156
- return {};
1157
- }
1158
- return style;
1159
- };
1160
- var getTag = (type) => {
1161
- switch (type) {
1162
- case "h1":
1163
- case "subheading-1":
1164
- return "h1";
1165
- case "h2":
1166
- case "subheading-2":
1167
- return "h2";
1168
- case "h3":
1169
- case "subheading-3-bold":
1170
- case "subheading-3-semibold":
1171
- return "h3";
1172
- case "h4":
1173
- case "subheading-4":
1174
- return "h4";
1175
- case "h5":
1176
- return "h5";
1177
- case "title-text":
1178
- case "body-text":
1179
- return "p";
1180
- default:
1181
- return "p";
1182
- }
1183
- };
1184
- var Typography = ({ children, $type = "body-text", $as: as, ...props }) => {
1185
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DynamicTypography, { tag: as ?? getTag($type), $type, ...props, children });
1186
- };
1187
- var DynamicTypography = (0, import_styled_components2.default)(
1188
- ({ tag, children, ...props }) => (0, import_react.createElement)(tag, props, children)
1189
- )`
1190
- ${(props) => getStyle2("desktop", props.$type)}
1191
-
1192
- @media (max-width: 425px) {
1193
- ${(props) => getStyle2("mobile", props.$type)}
1194
- }
1195
-
1196
- color: ${(props) => props.$color ?? "inherit"};
1197
- text-align: ${(props) => props.$align ?? "left"};
1198
- text-transform: ${(props) => props.$textTransform ?? "none"};
1199
- white-space: break-spaces;
1200
-
1201
- ${(props) => {
1202
- if (props.$fontFamily) {
1203
- return `font-family: ${FONT_VAR_MAP[props.$fontFamily]} !important;`;
1204
- }
1205
- }}
1206
-
1207
- ${(props) => {
1208
- if (props.$fontSize) {
1209
- return `font-size: ${props.$fontSize}px !important;`;
1210
- }
1211
- }}
1212
- ${(props) => {
1213
- if (props.$textDecoration) {
1214
- return `text-decoration: ${props.$textDecoration} !important;`;
1215
- }
1216
- }}
1217
- ${(props) => {
1218
- if (props.$fontWeight) {
1219
- return `font-weight: ${props.$fontWeight} !important;`;
1220
- }
1221
- }}
1222
- `;
1223
- var Typography_default = Typography;
1224
-
1225
- // src/components/ProgressCircular.styled/index.tsx
1226
- var import_antd2 = require("antd");
1227
- var import_styled_components3 = __toESM(require("styled-components"));
1228
- var import_jsx_runtime47 = require("react/jsx-runtime");
1229
- var ProgressCircular = (0, import_styled_components3.default)(({ children, size, strokeWidth, innerCircleHeight, innerCircleWidth, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { style: {
1230
- position: "relative",
1231
- width: "100%",
1232
- height: "100%"
1233
- }, children: [
1234
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1235
- import_antd2.Progress,
1236
- {
1237
- type: "circle",
1238
- percent: props.percent,
1239
- strokeColor: props.strokeColor,
1240
- trailColor: props.trailColor,
1241
- strokeLinecap: "square",
1242
- strokeWidth: strokeWidth ?? 10,
1243
- size,
1244
- showInfo: false,
1245
- style: {
1246
- position: "relative"
1247
- }
1248
- }
1249
- ),
1250
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1251
- "div",
1252
- {
1253
- style: {
1254
- position: "absolute",
1255
- top: "50%",
1256
- left: "50%",
1257
- transform: "translate(-50%, -50%)",
1258
- width: innerCircleWidth ?? "62%",
1259
- height: innerCircleHeight ?? "62%",
1260
- boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.1)",
1261
- borderRadius: "100%",
1262
- backgroundColor: "#fff"
1263
- },
1264
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { style: {
1265
- width: "100%",
1266
- height: "100%",
1267
- display: "flex",
1268
- justifyContent: "center",
1269
- alignItems: "center"
1270
- }, children })
1271
- }
1272
- )
1273
- ] }))`
1274
-
1275
- `;
1276
- var ProgressCircular_default = ProgressCircular;
1277
-
1278
- // src/components/Icons/Spinner.tsx
1279
- var import_jsx_runtime48 = require("react/jsx-runtime");
1280
- function Spinner() {
1281
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { width: "102", height: "102", viewBox: "0 0 102 102", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1282
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { filter: "url(#filter0_f_2_11473)", children: [
1283
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#paint0_angular_2_11473_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { transform: "matrix(-0.041125 0.01175 -0.0109833 -0.0384415 51 51)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("foreignObject", { x: "-1577.08", y: "-1577.08", width: "3154.16", height: "3154.16", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { style: { background: "conic-gradient(from 90deg, rgba(255, 255, 255, 1) 0deg, rgba(255, 255, 255, 0) 104.4deg, rgba(255, 255, 255, 1) 360deg)", height: "100%", width: "100%", opacity: 1 } }) }) }) }),
1284
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M7.525 51C5.5782 51 3.98624 52.5804 4.1321 54.5218C4.73734 62.5771 7.41099 70.3622 11.9209 77.1118C17.0854 84.8409 24.4257 90.865 33.0139 94.4223C41.602 97.9796 51.0521 98.9104 60.1692 97.0969C69.2863 95.2834 77.6609 90.8071 84.234 84.234C90.8071 77.6609 95.2834 69.2864 97.0969 60.1692C98.9104 51.0521 97.9797 41.602 94.4223 33.0139C90.865 24.4258 84.8409 17.0854 77.1118 11.9209C70.3622 7.411 62.5771 4.73734 54.5218 4.1321C52.5804 3.98624 51 5.5782 51 7.525C51 9.4718 52.5813 11.0338 54.5205 11.2054C61.1798 11.7945 67.6052 14.0478 73.195 17.7828C79.7648 22.1726 84.8853 28.4119 87.909 35.7118C90.9327 43.0117 91.7238 51.0443 90.1824 58.7939C88.6409 66.5434 84.836 73.6618 79.2489 79.2489C73.6618 84.836 66.5434 88.6409 58.7938 90.1824C51.0443 91.7238 43.0117 90.9327 35.7118 87.909C28.4119 84.8853 22.1725 79.7648 17.7828 73.195C14.0478 67.6052 11.7945 61.1798 11.2054 54.5205C11.0338 52.5813 9.4718 51 7.525 51Z", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.28999999165534973}],"stopsVar":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.28999999165534973}],"transform":{"m00":-82.249984741210938,"m01":-21.966585159301758,"m02":103.10827636718750,"m10":23.499994277954102,"m11":-76.883049011230469,"m12":77.69152832031250},"opacity":1.0,"blendMode":"NORMAL","visible":true}' })
1285
- ] }),
1286
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#paint1_angular_2_11473_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { transform: "matrix(-0.041125 0.01175 -0.0109833 -0.0384415 51 51)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("foreignObject", { x: "-1577.08", y: "-1577.08", width: "3154.16", height: "3154.16", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { style: { background: "conic-gradient(from 90deg, rgba(255, 255, 255, 1) 0deg, rgba(255, 255, 255, 0) 104.4deg, rgba(255, 255, 255, 1) 360deg)", height: "100%", width: "100%", opacity: 1 } }) }) }) }),
1287
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M7.525 51C5.5782 51 3.98624 52.5804 4.1321 54.5218C4.73734 62.5771 7.41099 70.3622 11.9209 77.1118C17.0854 84.8409 24.4257 90.865 33.0139 94.4223C41.602 97.9796 51.0521 98.9104 60.1692 97.0969C69.2863 95.2834 77.6609 90.8071 84.234 84.234C90.8071 77.6609 95.2834 69.2864 97.0969 60.1692C98.9104 51.0521 97.9797 41.602 94.4223 33.0139C90.865 24.4258 84.8409 17.0854 77.1118 11.9209C70.3622 7.411 62.5771 4.73734 54.5218 4.1321C52.5804 3.98624 51 5.5782 51 7.525C51 9.4718 52.5813 11.0338 54.5205 11.2054C61.1798 11.7945 67.6052 14.0478 73.195 17.7828C79.7648 22.1726 84.8853 28.4119 87.909 35.7118C90.9327 43.0117 91.7238 51.0443 90.1824 58.7939C88.6409 66.5434 84.836 73.6618 79.2489 79.2489C73.6618 84.836 66.5434 88.6409 58.7938 90.1824C51.0443 91.7238 43.0117 90.9327 35.7118 87.909C28.4119 84.8853 22.1725 79.7648 17.7828 73.195C14.0478 67.6052 11.7945 61.1798 11.2054 54.5205C11.0338 52.5813 9.4718 51 7.525 51Z", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.28999999165534973}],"stopsVar":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.28999999165534973}],"transform":{"m00":-82.249984741210938,"m01":-21.966585159301758,"m02":103.10827636718750,"m10":23.499994277954102,"m11":-76.883049011230469,"m12":77.69152832031250},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }),
1288
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("defs", { children: [
1289
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("filter", { id: "filter0_f_2_11473", x: "0.122818", y: "0.122818", width: "101.877", height: "101.877", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
1290
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
1291
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
1292
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { stdDeviation: "2", result: "effect1_foregroundBlur_2_11473" })
1293
- ] }),
1294
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "paint0_angular_2_11473_clip_path", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M7.525 51C5.5782 51 3.98624 52.5804 4.1321 54.5218C4.73734 62.5771 7.41099 70.3622 11.9209 77.1118C17.0854 84.8409 24.4257 90.865 33.0139 94.4223C41.602 97.9796 51.0521 98.9104 60.1692 97.0969C69.2863 95.2834 77.6609 90.8071 84.234 84.234C90.8071 77.6609 95.2834 69.2864 97.0969 60.1692C98.9104 51.0521 97.9797 41.602 94.4223 33.0139C90.865 24.4258 84.8409 17.0854 77.1118 11.9209C70.3622 7.411 62.5771 4.73734 54.5218 4.1321C52.5804 3.98624 51 5.5782 51 7.525C51 9.4718 52.5813 11.0338 54.5205 11.2054C61.1798 11.7945 67.6052 14.0478 73.195 17.7828C79.7648 22.1726 84.8853 28.4119 87.909 35.7118C90.9327 43.0117 91.7238 51.0443 90.1824 58.7939C88.6409 66.5434 84.836 73.6618 79.2489 79.2489C73.6618 84.836 66.5434 88.6409 58.7938 90.1824C51.0443 91.7238 43.0117 90.9327 35.7118 87.909C28.4119 84.8853 22.1725 79.7648 17.7828 73.195C14.0478 67.6052 11.7945 61.1798 11.2054 54.5205C11.0338 52.5813 9.4718 51 7.525 51Z" }) }),
1295
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "paint1_angular_2_11473_clip_path", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M7.525 51C5.5782 51 3.98624 52.5804 4.1321 54.5218C4.73734 62.5771 7.41099 70.3622 11.9209 77.1118C17.0854 84.8409 24.4257 90.865 33.0139 94.4223C41.602 97.9796 51.0521 98.9104 60.1692 97.0969C69.2863 95.2834 77.6609 90.8071 84.234 84.234C90.8071 77.6609 95.2834 69.2864 97.0969 60.1692C98.9104 51.0521 97.9797 41.602 94.4223 33.0139C90.865 24.4258 84.8409 17.0854 77.1118 11.9209C70.3622 7.411 62.5771 4.73734 54.5218 4.1321C52.5804 3.98624 51 5.5782 51 7.525C51 9.4718 52.5813 11.0338 54.5205 11.2054C61.1798 11.7945 67.6052 14.0478 73.195 17.7828C79.7648 22.1726 84.8853 28.4119 87.909 35.7118C90.9327 43.0117 91.7238 51.0443 90.1824 58.7939C88.6409 66.5434 84.836 73.6618 79.2489 79.2489C73.6618 84.836 66.5434 88.6409 58.7938 90.1824C51.0443 91.7238 43.0117 90.9327 35.7118 87.909C28.4119 84.8853 22.1725 79.7648 17.7828 73.195C14.0478 67.6052 11.7945 61.1798 11.2054 54.5205C11.0338 52.5813 9.4718 51 7.525 51Z" }) })
1296
- ] })
1297
- ] });
1298
- }
1299
-
1300
- // src/components/Loader.styled/index.tsx
1301
- var import_styled_components4 = __toESM(require("styled-components"));
1302
- var import_jsx_runtime49 = require("react/jsx-runtime");
1303
- var rotate = import_styled_components4.keyframes`
1304
- from {
1305
- transform: rotate(0deg);
1306
- }
1307
-
1308
- to {
1309
- transform: rotate(360deg);
1310
- }
1311
- `;
1312
- var Rotate = import_styled_components4.default.div`
1313
- animation: ${rotate} 1s linear infinite;
1314
- `;
1315
- var Loader = () => {
1316
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Rotate, { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Spinner, {}) });
1317
- };
1318
- var Loader_default = Loader;
1319
-
1320
- // src/components/Tabs.styled/index.tsx
1321
- var import_antd3 = require("antd");
1322
- var import_styled_components5 = __toESM(require("styled-components"));
1323
- var Tabs = (0, import_styled_components5.default)(import_antd3.Tabs)`
1324
- .ant-tabs-tab {
1325
- font-size: 16px;
1326
- line-height: 18.75px;
1327
- letter-spacing: 0;
1328
- font-weight: 500;
1329
- color: #8F8F8F;
1330
- padding: 12.5px 8px;
1331
- }
1332
- .ant-tabs-tab-active {
1333
- color: #0A0101;
1334
- }
1335
-
1336
- .ant-tabs-ink-bar{
1337
- background-color: #A71A1A;
1338
- }
1339
- `;
1340
- var Tabs_default = Tabs;
1341
-
1342
- // src/components/Image.styled/index.tsx
1343
- var import_styled_components6 = __toESM(require("styled-components"));
1344
- var import_jsx_runtime50 = require("react/jsx-runtime");
1345
- var Image = (0, import_styled_components6.default)(
1346
- ({ src, objectFit, height, width, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("img", { src, ...props })
1347
- )`
1348
- ${({ objectFit }) => {
1349
- if (objectFit) {
1350
- return `
1351
- object-fit: ${objectFit};
1352
- `;
1353
- }
1354
- }}
1355
-
1356
- ${({ width }) => {
1357
- if (width) {
1358
- return `
1359
- width: ${width};
1360
- `;
1361
- }
1362
- }}
1363
-
1364
- ${({ height }) => {
1365
- if (height) {
1366
- return `
1367
- height: ${height};
1368
- `;
1369
- }
1370
- }}
1371
- `;
1372
- var Image_default = Image;
1373
-
1374
- // src/components/Modal.styled/index.tsx
1375
- var import_antd4 = require("antd");
1376
- var import_styled_components7 = __toESM(require("styled-components"));
1377
- var import_jsx_runtime51 = require("react/jsx-runtime");
1378
- var Modal = (0, import_styled_components7.default)(({ children, footer, ...rest }) => {
1379
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1380
- import_antd4.Modal,
1381
- {
1382
- closeIcon: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(XIcon, {}),
1383
- footer,
1384
- styles: {
1385
- mask: {
1386
- backgroundColor: "rgba(0, 0, 0, 0.7)"
1387
- }
1388
- },
1389
- ...rest,
1390
- children
1391
- }
1392
- );
1393
- })`
1394
- .ant-modal-header {
1395
- height: 32px;
1396
- display: flex;
1397
- align-items: center;
1398
- }
1399
-
1400
- .ant-modal-title {
1401
- font-size: 16px;
1402
- line-height: 27px;
1403
- color: #A71A1A;
1404
- text-transform: uppercase;
1405
- }
1406
-
1407
- .ant-modal-close {
1408
- border-radius: 100%;
1409
- background-color: #A71A1A1A;
1410
- top: 16px;
1411
- right: 16px;
1412
- }
1413
-
1414
- .ant-modal-close:hover {
1415
- background-color: #A71A1A1A;
1416
- }
1417
-
1418
- .ant-modal-content{
1419
- padding: 16px;
1420
- border-radius: 16px;
1421
- border: ${({ $border: border }) => border};
1422
- box-shadow: unset;
1423
- }
1424
-
1425
- .ant-modal-footer{
1426
- ${({ footer }) => {
1427
- if (!footer) return "margin-top: 0px;";
1428
- }}
1429
- }
1430
- `;
1431
- var Modal_default = Modal;
1432
-
1433
- // src/components/FormItem.styled/index.tsx
1434
- var import_antd5 = require("antd");
1435
- var import_styled_components8 = __toESM(require("styled-components"));
1436
- var FormItem = (0, import_styled_components8.default)(import_antd5.Form.Item)`
1437
-
1438
- & .ant-form-item-label {
1439
- padding-bottom: 4px;
1440
- }
1441
-
1442
- & .ant-form-item-label > label {
1443
- font-size: 14px;
1444
- font-weight: 500;
1445
- line-height: 20px;
1446
- color: #000;
1447
- }
1448
-
1449
- & .ant-form-item-explain-error {
1450
- text-align: left;
1451
- color: #A71A1A !important;
1452
- }
1453
- `;
1454
- var FormItem_default = FormItem;
1455
-
1456
- // src/components/Input.styled/index.tsx
1457
- var import_antd6 = require("antd");
1458
- var import_styled_components9 = __toESM(require("styled-components"));
1459
- var Input = (0, import_styled_components9.default)(import_antd6.Input)`
1460
- border-color: #DCDCE4;
1461
- padding-top: 11px;
1462
- padding-bottom: 11px;
1463
- padding-left: 16px;
1464
- padding-right: 16px;
1465
- line-height: 20px;
1466
-
1467
- &:hover {
1468
- outline: none;
1469
- border-color: #DCDCE4;
1470
- box-shadow: none;
1471
- }
1472
-
1473
- &:focus {
1474
- outline: none;
1475
- border-color: #DCDCE4;
1476
- box-shadow: none;
1477
- }
1478
-
1479
- &.ant-input-disabled {
1480
- background-color: #DCDCE4;
1481
- color: #666687;
1482
- }
1483
-
1484
- &.ant-input-status-error {
1485
- border-color: #A71A1A !important;
1486
- }
1487
- `;
1488
- var Input_default = Input;
1489
-
1490
- // src/components/InputPassword/index.tsx
1491
- var import_antd7 = require("antd");
1492
- var import_styled_components10 = __toESM(require("styled-components"));
1493
- var InputPassword = (0, import_styled_components10.default)(import_antd7.Input.Password)`
1494
- border-color: #DCDCE4;
1495
- padding-top: 11px;
1496
- padding-bottom: 11px;
1497
- padding-left: 16px;
1498
- padding-right: 16px;
1499
- line-height: 20px;
1500
-
1501
- &:hover {
1502
- outline: none;
1503
- border-color: #DCDCE4;
1504
- box-shadow: none;
1505
- }
1506
-
1507
- &:focus {
1508
- outline: none;
1509
- border-color: #DCDCE4;
1510
- box-shadow: none;
1511
- }
1512
-
1513
- &.ant-input-disabled {
1514
- background-color: #DCDCE4;
1515
- color: #666687;
1516
- }
1517
-
1518
- &.ant-input-status-error {
1519
- border-color: #A71A1A !important;
1520
- }
1521
- `;
1522
- var InputPassword_default = InputPassword;
1523
-
1524
- // src/components/Icons/Search.tsx
1525
- var import_jsx_runtime52 = require("react/jsx-runtime");
1526
- function Search() {
1527
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M17.9419 17.0577L14.0302 13.1468C15.1639 11.7856 15.7293 10.0398 15.6086 8.27238C15.488 6.50499 14.6906 4.85217 13.3823 3.65772C12.074 2.46328 10.3557 1.8192 8.58462 1.85944C6.81357 1.89969 5.12622 2.62118 3.87358 3.87383C2.62094 5.12647 1.89945 6.81382 1.8592 8.58486C1.81895 10.3559 2.46304 12.0743 3.65748 13.3825C4.85192 14.6908 6.50475 15.4882 8.27214 15.6089C10.0395 15.7295 11.7854 15.1642 13.1466 14.0304L17.0575 17.9421C17.1156 18.0002 17.1845 18.0463 17.2604 18.0777C17.3363 18.1091 17.4176 18.1253 17.4997 18.1253C17.5818 18.1253 17.6631 18.1091 17.739 18.0777C17.8149 18.0463 17.8838 18.0002 17.9419 17.9421C17.9999 17.8841 18.046 17.8151 18.0774 17.7392C18.1089 17.6634 18.125 17.5821 18.125 17.4999C18.125 17.4178 18.1089 17.3365 18.0774 17.2606C18.046 17.1848 17.9999 17.1158 17.9419 17.0577ZM3.12469 8.74993C3.12469 7.63741 3.45459 6.54988 4.07267 5.62485C4.69076 4.69982 5.56926 3.97885 6.5971 3.55311C7.62493 3.12737 8.75593 3.01598 9.84707 3.23302C10.9382 3.45006 11.9405 3.98579 12.7272 4.77246C13.5138 5.55913 14.0496 6.56141 14.2666 7.65255C14.4837 8.74369 14.3723 9.87469 13.9465 10.9025C13.5208 11.9304 12.7998 12.8089 11.8748 13.427C10.9497 14.045 9.86221 14.3749 8.74969 14.3749C7.25836 14.3733 5.82858 13.7801 4.77404 12.7256C3.71951 11.6711 3.12634 10.2413 3.12469 8.74993Z", fill: "#8F8F8F" }) });
1528
- }
1529
-
1530
- // src/components/InputSearch.styled/index.tsx
1531
- var import_jsx_runtime53 = require("react/jsx-runtime");
1532
- var InputSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1533
- Input_default,
1534
- {
1535
- prefix: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Search, {}),
1536
- ...props
1537
- }
1538
- );
1539
- var InputSearch_default = InputSearch;
1540
-
1541
- // src/components/TextArea.styled/index.tsx
1542
- var import_antd8 = require("antd");
1543
- var import_styled_components11 = __toESM(require("styled-components"));
1544
- var TextArea = (0, import_styled_components11.default)(import_antd8.Input.TextArea)`
1545
- border-color: #DCDCE4;
1546
- padding-top: 11px;
1547
- padding-bottom: 11px;
1548
- padding-left: 16px;
1549
- padding-right: 16px;
1550
- line-height: 20px;
1551
-
1552
- &:hover {
1553
- outline: none;
1554
- border-color: #DCDCE4;
1555
- box-shadow: none;
1556
- }
1557
-
1558
- &:focus {
1559
- outline: none;
1560
- border-color: #DCDCE4;
1561
- box-shadow: none;
1562
- }
1563
-
1564
- &.ant-input-disabled {
1565
- background-color: #DCDCE4;
1566
- color: #666687;
1567
- }
1568
-
1569
- &.ant-input-status-error {
1570
- border-color: #A71A1A !important;
1571
- }
1572
- `;
1573
- var TextArea_default = TextArea;
1574
-
1575
- // src/components/Select.styled/index.tsx
1576
- var import_antd9 = require("antd");
1577
- var import_styled_components12 = __toESM(require("styled-components"));
1578
- var SelectCustom = (0, import_styled_components12.default)(import_antd9.Select)`
1579
- &&&.ant-select {
1580
- height: 100% !important;
1581
- }
1582
-
1583
- .ant-select-selector {
1584
- border-radius: 4px !important;
1585
- border-color: var(--primary-color) !important;
1586
- font-family: 'Roboto', sans-serif;
1587
- color: var(--primary-text-color);
1588
-
1589
- .ant-select-selection-item {
1590
- font-size: 14px;
1591
- line-height: 20px;
1592
- line-height: 38px;
1593
- color: var(--primary-text-color);
1594
- }
1595
- }
1596
-
1597
- &:hover .ant-select-selector,
1598
- &.ant-select-focused .ant-select-selector {
1599
- border-color: var(--primary-color) !important;
1600
- box-shadow: none !important;
1601
- }
1602
- `;
1603
- var StyledSelect = SelectCustom;
1604
- var Select_default = StyledSelect;
1605
-
1606
- // src/components/Avatar.styled/index.tsx
1607
- var import_antd10 = require("antd");
1608
- var import_styled_components13 = __toESM(require("styled-components"));
1609
- var Avatar = (0, import_styled_components13.default)(import_antd10.Avatar)`
1610
- border-radius: 50%;
1611
- `;
1612
- var Avatar_default = Avatar;
1613
-
1614
- // src/components/Card.styled/index.tsx
1615
- var import_styled_components14 = __toESM(require("styled-components"));
1616
- var Card = import_styled_components14.default.div`
1617
-
1618
- ${(props) => props.$backgroundColor && `
1619
- background-color: ${props.$backgroundColor};
1620
- `}
1621
- ${(props) => props.$padding && `
1622
- padding: ${props.$padding};
1623
- `}
1624
- ${(props) => props.$borderRadius && `
1625
- border-radius: ${props.$borderRadius};
1626
- `}
1627
- ${(props) => props.$border && `
1628
- border: ${props.$border};
1629
- `}
1630
- `;
1631
- var Card_default = Card;
1632
-
1633
- // src/components/Compound/Appbar/index.tsx
1634
- var import_styled_components15 = __toESM(require("styled-components"));
1635
-
1636
- // src/components/Icons/AppbarBg.tsx
1637
- var import_jsx_runtime54 = require("react/jsx-runtime");
1638
- var AppbarBg = () => {
1639
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { width: "626", height: "88", viewBox: "0 0 626 88", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1640
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { filter: "url(#filter0_d_185_24152)", children: [
1641
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M153 13H13V75H153V13ZM613 13H473V75H613V13Z", fill: "white" }),
1642
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M276.148 28.5798C272.703 20.4423 265.837 13 257 13H149C140.163 13 133 20.1634 133 29V59C133 67.8366 140.163 75 149 75H477C485.837 75 493 67.8366 493 59V29C493 20.1634 485.837 13 477 13H369C360.163 13 353.297 20.4423 349.852 28.5798C343.778 42.9311 329.565 53 313 53C296.435 53 282.222 42.9311 276.148 28.5798Z", fill: "white" })
1643
- ] }),
1644
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("filter", { id: "filter0_d_185_24152", x: "0.2", y: "0.2", width: "625.6", height: "87.6", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
1645
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
1646
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
1647
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feOffset", {}),
1648
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feGaussianBlur", { stdDeviation: "6.4" }),
1649
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
1650
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
1651
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_185_24152" }),
1652
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_185_24152", result: "shape" })
1653
- ] }) })
1654
- ] });
1655
- };
1656
-
1657
- // src/components/Compound/Appbar/index.tsx
1658
- var import_jsx_runtime55 = require("react/jsx-runtime");
1659
- var AppbarWrapper = import_styled_components15.default.div`
1660
- position: relative;
1661
- width: 100%;
1662
- height: 62px;
1663
- `;
1664
- var AppbarBackgroundWrapper = import_styled_components15.default.div`
1665
- position: absolute;
1666
- top: -21%;
1667
- left: 50%;
1668
- transform: translateX(-50%);
1669
- height: 62px;
1670
- `;
1671
- var AppbarItemsListWrapper = import_styled_components15.default.div`
1672
- position: relative;
1673
- padding: 0 15px 4px;
1674
- display: flex;
1675
- width: 100%;
1676
- height: 100%;
1677
- `;
1678
- var AppbarItem = import_styled_components15.default.div`
1679
- width: 100%;
1680
- position: relative;
1681
- display: flex;
1682
- flex-direction: column;
1683
- align-items: center;
1684
- justify-content: flex-end;
1685
- gap: 4px;
1686
- width: 100%;
1687
- height: 100%;
1688
- ${({ $isActive: isActive }) => isActive ? `
1689
- color: #A71A1A;
1690
- ` : `
1691
- color: #8F8F8F;
1692
- `}
1693
- ${({ $disabled: isDisabled }) => isDisabled ? `
1694
- opacity: 0.5;
1695
- ` : `
1696
- opacity: 1;
1697
- `}
1698
- `;
1699
- var Appbar = ({
1700
- items,
1701
- onMenuItemClick,
1702
- currentItem
1703
- }) => {
1704
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(AppbarWrapper, { children: [
1705
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(AppbarBackgroundWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(AppbarBg, {}) }),
1706
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(AppbarItemsListWrapper, { children: items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1707
- AppbarItem,
1708
- {
1709
- $isActive: currentItem?.title === item.title,
1710
- onClick: () => {
1711
- onMenuItemClick?.(item);
1712
- },
1713
- $disabled: item?.disabled ?? false,
1714
- children: [
1715
- item?.icon,
1716
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Typography_default, { $type: "body-text-2-semibold", children: item.title })
1717
- ]
1718
- },
1719
- item.title
1720
- )) })
1721
- ] });
1722
- };
1723
- var Appbar_default = Appbar;
1724
-
1725
- // src/components/Compound/Header/index.tsx
1726
- var import_styled_components16 = __toESM(require("styled-components"));
1727
- var import_jsx_runtime56 = require("react/jsx-runtime");
1728
- var HeaderWrapper = import_styled_components16.default.div`
1729
- position: relative;
1730
- display: flex;
1731
- justify-content: space-between;
1732
- align-items: center;
1733
- height: 53px;
1734
- padding: 0 16px;
1735
- `;
1736
- var MiddleWrapper = import_styled_components16.default.div`
1737
- position: absolute;
1738
- left: 50%;
1739
- transform: translateX(-50%);
1740
- width: 100%;
1741
- max-width: calc(100vw - 32px - 64px - 16px);
1742
- `;
1743
- function Header({ left, middle, right }) {
1744
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(HeaderWrapper, { children: [
1745
- left,
1746
- middle && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(MiddleWrapper, { children: middle }),
1747
- right
1748
- ] });
1749
- }
1750
-
1751
- // src/components/AppbarPrimaryButton/index.tsx
1752
- var import_styled_components17 = __toESM(require("styled-components"));
1753
- var import_jsx_runtime57 = require("react/jsx-runtime");
1754
- var AppbarPrimaryIconWrapper = import_styled_components17.default.div`
1755
- position: absolute;
1756
- top: 0;
1757
- left: 50%;
1758
- transform: translateX(-50%) translateY(-50%);
1759
- `;
1760
- var AppbarPrimaryIconInner = import_styled_components17.default.div`
1761
- width: 56px;
1762
- height: 56px;
1763
- border-radius: 100%;
1764
- background-color: #A71A1A;
1765
- border: 4px solid #fff;
1766
- display: flex;
1767
- align-items: center;
1768
- justify-content: center;
1769
- box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
1770
- `;
1771
- var AppbarPrimaryButtonWrapper = import_styled_components17.default.div`
1772
- width: 76px;
1773
- height: 76px;
1774
- border-radius: 100%;
1775
- background-color: #9DC108;
1776
- border: 4px solid #fff;
1777
- display: flex;
1778
- align-items: center;
1779
- justify-content: center;
1780
- box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
1781
- `;
1782
- var AppbarPrimaryButton = ({ icon, isHasBackground }) => {
1783
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(AppbarPrimaryIconWrapper, { children: isHasBackground ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(AppbarPrimaryButtonWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(AppbarPrimaryIconInner, { children: icon }) }) : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(AppbarPrimaryIconInner, { children: icon }) });
1784
- };
1785
- var AppbarPrimaryButton_default = AppbarPrimaryButton;
1786
-
1787
- // src/components/Compound/ProgressStep/index.tsx
1788
- var import_react2 = __toESM(require("react"));
1789
-
1790
- // src/components/Icons/Step.tsx
1791
- var import_jsx_runtime58 = require("react/jsx-runtime");
1792
- function Step() {
1793
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { width: "24", height: "23", viewBox: "0 0 24 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "12.1404", cy: "11.3152", r: "8.31516", stroke: "#D1D5DB", strokeWidth: "6" }) });
1794
- }
1795
-
1796
- // src/components/Icons/StepChecked.tsx
1797
- var import_jsx_runtime59 = require("react/jsx-runtime");
1798
- function StepChecked() {
1799
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { width: "23", height: "23", viewBox: "0 0 23 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1800
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("circle", { cx: "11.6208", cy: "11.3152", r: "11.3152", fill: "#58CC02" }),
1801
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { d: "M7.76074 11.8668L9.96684 14.0729L15.4821 8.55762", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1802
- ] });
1803
- }
1804
-
1805
- // src/components/Icons/StepLine.tsx
1806
- var import_jsx_runtime60 = require("react/jsx-runtime");
1807
- function StepLine() {
1808
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { width: "31", height: "2", viewBox: "0 0 31 2", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { x: "0.936523", y: "0.674805", width: "29.8891", height: "1.06747", fill: "#D1D5DB" }) });
1809
- }
1810
-
1811
- // src/components/Compound/ProgressStep/index.tsx
1812
- var import_styled_components18 = __toESM(require("styled-components"));
1813
- var import_jsx_runtime61 = require("react/jsx-runtime");
1814
- var StepContainer = import_styled_components18.default.div`
1815
- display: flex;
1816
- align-items: center;
1817
- justify-content: center;
1818
- `;
1819
- var GreenLine = import_styled_components18.default.div`
1820
- svg rect {
1821
- fill: #58CC02;
1822
- }
1823
- `;
1824
- function ProgressStep({ current, total }) {
1825
- const validCurrent = Math.max(1, Math.min(current, total));
1826
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StepContainer, { children: Array.from({ length: total }).map((_, index) => {
1827
- const stepNumber = index + 1;
1828
- const isCompleted = stepNumber <= validCurrent;
1829
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_react2.default.Fragment, { children: [
1830
- isCompleted ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StepChecked, {}) : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Step, {}),
1831
- stepNumber < total && (isCompleted && stepNumber + 1 <= validCurrent ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(GreenLine, { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StepLine, {}) }) : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StepLine, {}))
1832
- ] }, stepNumber);
1833
- }) });
1834
- }
1835
-
1836
- // src/components/Compound/MemoryCard/index.tsx
1837
- var import_styled_components19 = __toESM(require("styled-components"));
1838
- var import_jsx_runtime62 = require("react/jsx-runtime");
1839
- var CardWrapper = import_styled_components19.default.div`
1840
- width: 100%;
1841
- height: 100%;
1842
- `;
1843
- var CardContainer = import_styled_components19.default.div`
1844
- position: relative;
1845
- width: 100%;
1846
- height: 100%;
1847
- border: 1px solid ${({ $borderColor }) => $borderColor || "var(--checkin-primary, #000)"};
1848
- background-color: ${({ $backgroundColor }) => $backgroundColor || "var(--checkin-bg, #fff)"};
1849
- `;
1850
- var CardContent = import_styled_components19.default.div`
1851
- display: flex;
1852
- flex-direction: column;
1853
- height: 100%;
1854
- gap: 8px;
1855
- padding: 16px;
1856
- background-color: #FFF7E2;
1857
- `;
1858
- var ImageContainer = import_styled_components19.default.div`
1859
- position: relative;
1860
- display: flex;
1861
- width: 100%;
1862
- height: 358px;
1863
- overflow: hidden;
1864
- `;
1865
- var StatusOverlay = import_styled_components19.default.div`
1866
- position: absolute;
1867
- left: 0;
1868
- top: 0;
1869
- height: 100%;
1870
- width: 100%;
1871
- display: flex;
1872
- align-items: center;
1873
- justify-content: center;
1874
- `;
1875
- var BlurOverlay = import_styled_components19.default.div`
1876
- position: absolute;
1877
- left: 0;
1878
- top: 0;
1879
- height: 100%;
1880
- width: 100%;
1881
- background-color: rgba(0, 0, 0, 0.3);
1882
- backdrop-filter: blur(6px);
1883
- `;
1884
- var StatusContainer = import_styled_components19.default.div`
1885
- position: relative;
1886
- width: 100%;
1887
- `;
1888
- var StatusBadge = import_styled_components19.default.div`
1889
- display: flex;
1890
- align-items: center;
1891
- justify-content: space-between;
1892
- gap: 4px;
1893
- align-self: flex-start;
1894
- border-radius: 2px;
1895
- padding: 2px 4px;
1896
- background-color: #00000099;
1897
- `;
1898
- var TimeContainer = import_styled_components19.default.div`
1899
- display: flex;
1900
- align-items: center;
1901
- `;
1902
- var CardDescription = import_styled_components19.default.div`
1903
- width: 100%;
1904
- display: flex;
1905
- flex-direction: column;
1906
- gap: 8px;
1907
- `;
1908
- var CardHeader = import_styled_components19.default.div`
1909
- display: flex;
1910
- align-items: center;
1911
- justify-content: space-between;
1912
- `;
1913
- var CardFooter = import_styled_components19.default.div`
1914
- display: flex;
1915
- align-items: center;
1916
- justify-content: flex-end;
1917
- `;
1918
- var CaptionContainer = import_styled_components19.default.div`
1919
- ${({ lineClamp }) => lineClamp && `
1920
- display: -webkit-box;
1921
- -webkit-line-clamp: ${lineClamp};
1922
- -webkit-box-orient: vertical;
1923
- overflow: hidden;
1924
- `}
1925
- `;
1926
- var MemoryCardRoot = ({ borderColor, backgroundColor, children }) => {
1927
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CardWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CardContainer, { $borderColor: borderColor, $backgroundColor: backgroundColor, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CardContent, { children }) }) });
1928
- };
1929
- var MemoryCardImage = ({ src, alt = "", width = "100%", objectFit = "cover", blur = false }) => {
1930
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(ImageContainer, { children: [
1931
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Image_default, { src, alt, width, objectFit }),
1932
- blur && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(StatusOverlay, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(BlurOverlay, {}) })
1933
- ] });
1934
- };
1935
- var MemoryCardStatus = ({ isApproved }) => {
1936
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(StatusBadge, { $isApproved: isApproved, children: [
1937
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typography_default, { $type: "body-text", $color: "#D9D9D9", $fontWeight: "500", $fontSize: 12, children: isApproved ? "\u0110\xE3 duy\u1EC7t" : "\u0110ang ki\u1EC3m duy\u1EC7t" }),
1938
- isApproved ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(SealCheckIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ShieldWarningIcon, {})
1939
- ] });
1940
- };
1941
- var MemoryCardTime = ({ time, color = "#0A0101" }) => {
1942
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(TimeContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typography_default, { $type: "body-text-2-semibold", $color: color, $fontWeight: "500", children: time }) });
1943
- };
1944
- var MemoryCardCaption = ({ text, color = "#0A0101", fontSize = 14, lineClamp = 2 }) => {
1945
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CaptionContainer, { lineClamp, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typography_default, { $type: "body-text", $color: color, $fontSize: fontSize, children: text }) });
1946
- };
1947
- var MemoryCardActions = ({ children }) => {
1948
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CardFooter, { children });
1949
- };
1950
- var MemoryCardDefault = ({
1951
- image,
1952
- isApproved,
1953
- time,
1954
- caption,
1955
- action,
1956
- borderColor,
1957
- backgroundColor
1958
- }) => {
1959
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(MemoryCardRoot, { borderColor, backgroundColor, children: [
1960
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(StatusContainer, { children: [
1961
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1962
- MemoryCardImage,
1963
- {
1964
- src: image.src,
1965
- alt: image.alt || "",
1966
- blur: !isApproved
1967
- }
1968
- ),
1969
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(StatusOverlay, { children: !isApproved && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(BlurOverlay, {}) })
1970
- ] }),
1971
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(CardDescription, { children: [
1972
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(CardHeader, { children: [
1973
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(MemoryCardStatus, { isApproved }),
1974
- time && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(MemoryCardTime, { time })
1975
- ] }),
1976
- isApproved && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(MemoryCardCaption, { text: caption || "" })
1977
- ] }),
1978
- isApproved && action && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CardFooter, { children: action })
1979
- ] });
1980
- };
1981
- var MemoryCard = Object.assign(MemoryCardRoot, {
1982
- Image: MemoryCardImage,
1983
- Status: MemoryCardStatus,
1984
- Time: MemoryCardTime,
1985
- Caption: MemoryCardCaption,
1986
- Actions: MemoryCardActions,
1987
- Header: CardHeader,
1988
- Description: CardDescription,
1989
- Default: MemoryCardDefault
1990
- });
1991
- var MemoryCard_default = MemoryCard;
1992
-
1993
- // src/components/Compound/LocationOverviewCard/index.tsx
1994
- var import_styled_components20 = __toESM(require("styled-components"));
1995
- var import_jsx_runtime63 = require("react/jsx-runtime");
1996
- var CardWrapper2 = import_styled_components20.default.div`
1997
- width: 100%;
1998
-
1999
- @media (min-width: 640px) {
2000
- padding: 0;
2001
- }
2002
-
2003
- padding: 16px;
2004
- `;
2005
- var CardContainer2 = import_styled_components20.default.div`
2006
- width: 100%;
2007
- background-color: ${({ $backgroundColor }) => $backgroundColor || "white"};
2008
- display: flex;
2009
- flex-direction: column;
2010
- gap: 24px;
2011
-
2012
- @media (min-width: 640px) {
2013
- padding: ${({ $padding }) => $padding || "16px"};
2014
- }
2015
-
2016
- padding: 16px;
2017
- `;
2018
- var TitleContainer = import_styled_components20.default.div`
2019
- height: 100%;
2020
- width: 100%;
2021
- border-left: 2px solid ${({ $borderColor }) => $borderColor || "var(--checkin-text-primary, #000)"};
2022
- border-style: solid;
2023
- padding: ${({ $padding }) => $padding || "16px"};
2024
- `;
2025
- var DescriptionContainer = import_styled_components20.default.div`
2026
- ${({ $lineClamp }) => $lineClamp && `
2027
- display: -webkit-box;
2028
- -webkit-line-clamp: ${$lineClamp};
2029
- -webkit-box-orient: vertical;
2030
- overflow: hidden;
2031
- `}
2032
- `;
2033
- var ActionContainer = import_styled_components20.default.div`
2034
- display: flex;
2035
- width: 100%;
2036
- `;
2037
- var LocationOverviewCardRoot = ({
2038
- backgroundColor,
2039
- padding,
2040
- children
2041
- }) => {
2042
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(CardWrapper2, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(CardContainer2, { $backgroundColor: backgroundColor, $padding: padding, children }) });
2043
- };
2044
- var LocationOverviewTitle = ({
2045
- text,
2046
- color = "#000",
2047
- borderColor,
2048
- padding
2049
- }) => {
2050
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(TitleContainer, { $borderColor: borderColor, $padding: padding, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "notranslate", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typography_default, { $type: "h2", $color: color, children: text }) }) });
2051
- };
2052
- var LocationOverviewDescription = ({
2053
- text,
2054
- color = "#000",
2055
- lineClamp = 3
2056
- }) => {
2057
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(DescriptionContainer, { $lineClamp: lineClamp, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typography_default, { $type: "body-text", $color: color, children: text }) });
2058
- };
2059
- var LocationOverviewAction = ({ children }) => {
2060
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ActionContainer, { children });
2061
- };
2062
- var LocationOverviewCardDefault = ({
2063
- title,
2064
- description,
2065
- action,
2066
- backgroundColor,
2067
- padding
2068
- }) => {
2069
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(CardWrapper2, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(CardContainer2, { $backgroundColor: backgroundColor, $padding: padding, children: [
2070
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2071
- LocationOverviewTitle,
2072
- {
2073
- text: title.text,
2074
- color: title.color,
2075
- borderColor: title.borderColor,
2076
- padding: title.padding
2077
- }
2078
- ),
2079
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2080
- LocationOverviewDescription,
2081
- {
2082
- text: description.text,
2083
- color: description.color,
2084
- lineClamp: description.lineClamp
2085
- }
2086
- ),
2087
- action && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(LocationOverviewAction, { children: action })
2088
- ] }) });
2089
- };
2090
- var LocationOverviewCard = Object.assign(LocationOverviewCardRoot, {
2091
- Title: LocationOverviewTitle,
2092
- Description: LocationOverviewDescription,
2093
- Action: LocationOverviewAction,
2094
- Default: LocationOverviewCardDefault
2095
- });
2096
- var LocationOverviewCard_default = LocationOverviewCard;
2097
-
2098
- // src/components/Compound/SponsorByContainer/index.tsx
2099
- var import_styled_components21 = __toESM(require("styled-components"));
2100
- var import_jsx_runtime64 = require("react/jsx-runtime");
2101
- var Container = import_styled_components21.default.div`
2102
- display: flex;
2103
- width: 100%;
2104
- flex-direction: column;
2105
- align-items: center;
2106
- gap: 8px;
2107
- `;
2108
- function SponsorByContainer({ logo }) {
2109
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Container, { children: [
2110
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2111
- Typography_default,
2112
- {
2113
- $type: "subheading-3-semibold",
2114
- $color: "var(--checkin-text-primary, #000)",
2115
- $textTransform: "uppercase",
2116
- children: "Tr\u1EA1m v\u1EADt l\xFD \u0111\u01B0\u1EE3c t\xE0i tr\u1EE3 b\u1EDFi"
2117
- }
2118
- ),
2119
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Image_default, { src: logo, alt: "Sponsor by", height: "53px" })
2120
- ] });
2121
- }
2122
-
2123
- // src/components/Compound/InteractiveMap/MapSvg.tsx
2124
- var import_jsx_runtime65 = require("react/jsx-runtime");
2125
- var VietnamMap = (props) => {
2126
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2127
- "svg",
2128
- {
2129
- xmlns: "http://www.w3.org/2000/svg",
2130
- id: "viet-nam",
2131
- width: "100%",
2132
- height: "100%",
2133
- viewBox: "0 0 1440 960",
2134
- ...props,
2135
- children: [
2136
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("defs", { children: [
2137
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2138
- "pattern",
2139
- {
2140
- id: "New_Pattern_6",
2141
- width: 29,
2142
- height: 30,
2143
- x: 0,
2144
- y: 0,
2145
- "data-name": "New Pattern 6",
2146
- patternTransform: "translate(2323 620.9)",
2147
- patternUnits: "userSpaceOnUse",
2148
- children: [
2149
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2150
- "path",
2151
- {
2152
- d: "M0 0h29v30H0z",
2153
- style: {
2154
- fill: "none"
2155
- }
2156
- }
2157
- ),
2158
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2159
- "path",
2160
- {
2161
- d: "m2.4 19.2-2.5-2.5.3-.3 2.5 2.5-.3.3zM.9 20.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM6 22.9l-2.5-2.6.3-.3 2.5 2.6-.3.3zM4.5 24.4 2 21.8l.3-.3 2.5 2.6-.3.3zM3 25.9.5 23.3l.3-.3 2.5 2.5-.3.4zM1.5 27.4-1 24.8l.3-.3L1.8 27l-.3.4zM0 28.9l-2.5-2.6.3-.3 2.5 2.5-.3.4zM9.7 26.5 7.1 24l.3-.3 2.6 2.5-.3.3zM8.2 28l-2.6-2.5.3-.3 2.6 2.5-.3.3zM6.7 29.5 4.1 27l.4-.3L7 29.2l-.3.3zM5.2 31l-2.6-2.5.4-.3 2.5 2.5-.3.3zM3.7 32.5 1.1 30l.4-.3L4 32.2l-.3.3zM13.3 30.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM11.8 31.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM31.4 19.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM29.9 20.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM28.4 22.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM26.9 23.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM25.4 25.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM23.9 26.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM22.4 28.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM20.9 29.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM19.4 31.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM17.9 32.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM30.5 27.4 28 24.8l.3-.3 2.5 2.5-.3.4zM29 28.9l-2.5-2.6.3-.3 2.5 2.5-.3.4zM27.5 30.3 25 27.8l.3-.3 2.6 2.5-.4.3zM26 31.8l-2.5-2.5.3-.3 2.6 2.5-.4.3zM16.9 4.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM15.4 5.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM13.9 7.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM12.4 8.7 9.9 6.2l.3-.3 2.5 2.5-.3.3zM10.9 10.2 8.4 7.7l.3-.3 2.5 2.5-.3.3zM9.4 11.7 6.9 9.2l.3-.3 2.5 2.5-.3.3zM7.9 13.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM6.4 14.7l-2.5-2.5.3-.3 2.5 2.5-.3.3zM4.9 16.2l-2.5-2.5.3-.3 2.5 2.5-.3.3zM3.4 17.7.9 15.2l.3-.3 2.5 2.5-.3.3zM20.5 7.9 18 5.3l.3-.3 2.5 2.6-.3.3zM19 9.4l-2.5-2.6.3-.3 2.5 2.6-.3.3zM17.5 10.9 15 8.3l.3-.3 2.5 2.5-.3.4zM16 12.4l-2.5-2.6.3-.3 2.5 2.5-.3.4zM14.5 13.9 12 11.3l.3-.3 2.5 2.5-.3.4zM13 15.3l-2.5-2.5.3-.3 2.6 2.5-.4.3zM11.5 16.8 9 14.3l.3-.3 2.6 2.5-.4.3zM10 18.3l-2.5-2.5.3-.3 2.6 2.5-.4.3zM8.6 19.8 6 17.3l.3-.3 2.6 2.5-.3.3zM7.1 21.3l-2.6-2.5.3-.3L7.4 21l-.3.3zM24.2 11.5 21.6 9l.3-.3 2.6 2.5-.3.3zM22.7 13l-2.6-2.5.3-.3 2.6 2.5-.3.3zM21.2 14.5 18.6 12l.4-.3 2.5 2.5-.3.3zM19.7 16l-2.6-2.5.4-.3 2.5 2.5-.3.3zM18.2 17.5 15.6 15l.4-.3 2.5 2.5-.3.3zM16.7 19l-2.5-2.5.3-.4 2.5 2.6-.3.3zM15.2 20.5 12.7 18l.3-.4 2.5 2.6-.3.3zM13.7 22l-2.5-2.5.3-.4 2.5 2.6-.3.3zM12.2 23.5l-2.5-2.6.3-.3 2.5 2.6-.3.3zM10.7 25l-2.5-2.6.3-.3 2.5 2.6-.3.3zM27.8 15.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM26.3 16.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM24.8 18.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM23.3 19.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM21.8 21.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM20.3 22.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM18.8 24.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM17.3 25.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM15.8 27.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM14.3 28.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM5.2 1 2.6-1.5l.4-.3L5.5.7l-.3.3zM3.7 2.5 1.1 0l.4-.3L4 2.2l-.3.3zM2.2 4-.3 1.5l.3-.4 2.5 2.6-.3.3zM.7 5.5-1.8 3l.3-.4L1 5.2l-.3.3zM13.3.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM11.8 1.6 9.3-.9l.3-.3 2.5 2.5-.3.3zM10.3 3.1 7.8.6l.3-.3 2.5 2.5-.3.3zM8.8 4.6 6.3 2.1l.3-.3 2.5 2.5-.3.3zM7.3 6.1 4.8 3.6l.3-.3 2.5 2.5-.3.3zM5.8 7.6 3.3 5.1l.3-.3 2.5 2.5-.3.3zM4.3 9.1 1.8 6.6l.3-.3 2.5 2.5-.3.3zM2.8 10.6.3 8.1l.3-.3 2.5 2.5-.3.3zM1.3 12.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM-.2 13.6l-2.5-2.5.3-.3 2.5 2.5-.3.3zM19.4 1.2l-2.5-2.5.3-.3L19.7.9l-.3.3zM17.9 2.7 15.4.2l.3-.3 2.5 2.5-.3.3zM27.5.3 25-2.2l.3-.3L27.9 0l-.4.3zM26 1.8 23.5-.7l.3-.3 2.6 2.5-.4.3zM24.5 3.3 22 .8l.3-.3L24.9 3l-.4.3zM23.1 4.8l-2.6-2.5.3-.3 2.6 2.5-.3.3zM21.6 6.3 19 3.8l.3-.3L21.9 6l-.3.3zM31.2 4l-2.5-2.5.3-.4 2.5 2.6-.3.3zM29.7 5.5 27.2 3l.3-.4L30 5.2l-.3.3zM28.2 7l-2.5-2.5.3-.4 2.5 2.6-.3.3zM26.7 8.5l-2.5-2.6.3-.3L27 8.2l-.3.3zM25.2 10l-2.5-2.6.3-.3 2.5 2.6-.3.3zM30.3 12.1l-2.5-2.5.3-.3 2.5 2.5-.3.3zM28.8 13.6l-2.5-2.5.3-.3 2.5 2.5-.3.3z",
2162
- className: "st1"
2163
- }
2164
- )
2165
- ]
2166
- }
2167
- ),
2168
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("style", { children: ".st1{fill:#822020}.st3{fill:url(#New_Pattern_6);stroke:#fff;strokeWidth:.5px;stroke-miterlimit:10}" })
2169
- ] }),
2170
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "dong-bang-song-cuu-long", children: [
2171
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "tien-giang", children: [
2172
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2173
- "path",
2174
- {
2175
- d: "M300.4 839c0 .2.2.6.2.7 0 .4-.5 1-.7 1.3-.2.2-.7.5-.8.7-.1.3 0 1 0 1.3 0 .3.4.8.4 1.1 0 .3-.2 1-.2 1.4 0 .3.4.8.3 1.1 0 .2-.4.4-.6.6-.2.2-.6.6-.8.7-.3.1-1.1.1-1.4 0-.2 0-.6-.2-.8-.3-.3-.1-1-.2-1.3-.3-.3-.1-.8-.7-1.1-.8-.4-.2-1.3-.3-1.7-.2-.3 0-.7.4-1 .5-.2 0-.7.2-1 .2-.2 0-.5-.2-.6-.3H285.7c-.3 0-1-.3-1.3-.4-.3 0-.9-.3-1.2-.3-.3 0-.9 0-1.2-.1-.5 0-1.4-.4-1.9-.5-.3 0-1-.3-1.3-.3-.5 0-1.4 0-1.8-.2-.2 0-.6-.5-.8-.6h-1.1c-.4-.1-1.1-1.1-1.4-.8-.4-.2-.9-.5-1.1-.5-.6 0-2 .6-2.2.7-.2 0-.4.5-.6.6-.4.3-1.6.2-2.1.4-.3.1-.8.7-1.2.8-.4 0-1.1-.4-1.5-.4-.6 0-1.8-.2-2.3 0-.4.2-.6 1.2-1 1.3-.4.1-1.3-.4-1.7-.4-.4 0-1.2.1-1.6 0-.4-.1-1.1-.8-1.5-1-.4-.1-1.2 0-1.6 0-.4 0-1 .6-1.4.7-.2 0-.7.2-1 .1-.4 0-1.2-.6-1.7-.7-.4 0-.8-.2-1.2-.2h-2.1c-.7 0-.8 1-1.1 1.2-.2.1-.3.4-.5.6-.4-.4-1-1-1.4-1.1-.6-.3-2-.1-2.6-.4-.5-.3-1.2-1.3-1.7-1.6-.4-.3-1.5-.3-1.7-.7-.2-.4.1-1.4.4-1.7.4-.4 1.8-.3 2.2-.7.3-.3.4-1.2.7-1.5.5-.4 2-.4 2.4-.9.3-.3.3-1.4.6-1.7.2-.2.9-.4 1-.7.4-.7 0-2.3 0-3.1 0-.6.7-1.9.5-2.5 0 0 0-.2-.1-.3h1.3c.4 0 1.2.1 1.6.2.6 0 1.8.2 2.4 0 .4 0 1.1-.6 1.5-.7.3 0 .9.1 1.1 0 .3-.1.8-.7 1.1-.9.3-.1.9-.2 1.1-.4.5-.2 1.4-1.1 2-1.2.5 0 1.7.4 1.9.4.2 0 1.5-.5 2.1-.6h1.9c.6.1 1.6.8 2.2.9.4 0 1.3-.1 1.7 0 .5.2 1 1.1 1.4 1.4.6.3 2 .4 2.5.7.4.2 1 1 1.4 1.3.5.4 1.7.8 2.2 1.2.4.4.8 1.4 1.2 1.7.5.5 1.6 1.4 2.2 1.6.6.2 1.8-.2 2.4-.1.7.1 2.1.8 2.7 1.1.5.3 1.2 1 1.7 1.2.3.1 1.3.2 1.5.2s.7-.6 1-.7c.4-.1 1.2.1 1.6 0 .2 0 .7-.3 1-.4 0 .3-.2.6 0 .8 0 .1.4.1.6.2.2 0 .5-.2.7 0 .1 0 .2.3.3.4 0 .1.2.6.4.5.3 0 .1-.8.2-1 0-.1.2-.4.2-.5.1-.2.5-.4.6-.5.1 0 .4-.2.5-.3.1-.1.3-.4.5-.5.2-.1.7 0 .9-.1.2 0 .5-.3.6-.2.2.1 0 .9.3 1.1.3.3 1.1.2 1.4.4.1.2.2.6.2.8 0 .2 0 .7.3.8.2.1.7-.4 1-.3.2 0 .3.6.3.8Z",
2176
- className: "st3"
2177
- }
2178
- ),
2179
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2180
- "path",
2181
- {
2182
- d: "M299.4 850.8c.1.1.3.5.2.7 0 .2-.4.4-.5.4h-.8c-.2 0-.3.5-.5.6-.2.1-.7.3-.9.1-.2-.1-.2-.6-.1-.8 0-.1.3-.3.4-.4.1-.2.3-.6.5-.7.2-.1.6-.3.8-.3s.3.1.4.1c.1 0 .5 0 .6.1Z",
2183
- style: {
2184
- fill: "url(#New_Pattern_6)",
2185
- stroke: "#fff",
2186
- strokeWidth: ".5px"
2187
- }
2188
- }
2189
- ),
2190
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2191
- "path",
2192
- {
2193
- d: "M297.2 850c0 .2 0 .5-.2.6-.2.1-.7 0-.9 0-.2 0-.7.1-1 .2-.2 0-.5.5-.8.5-.2 0-.5-.4-.7-.6l-.8-.8c-.2-.2-.8-.4-1.1-.4-.3 0-1 0-1.4-.2-.3-.1-.7-.6-1-.7-.4-.2-1.2-.2-1.6-.3l-2.8-.4c-.5 0-1.5-.3-2-.4-.5-.1-1.6-.4-2.1-.6-.5-.2-2.2-.5-2-1.1.1-.3.9.2 1.3.2h1.4c.6.1 1.8.6 2.5.7.4 0 1.4 0 1.8.1.4 0 1.2.5 1.6.6.5 0 1.5-.1 2 0 .3 0 .9.5 1.2.5.3 0 .8-.2 1.1-.4.2-.1.5-.5.7-.6.3 0 .9 0 1.2.2.3.1.7.7 1 .8.3.1 1.2 0 1.5.2.3.2.4.9.6 1.1.1.1.5.2.6.4Z",
2194
- className: "st3"
2195
- }
2196
- )
2197
- ] }),
2198
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "ben-tre", children: [
2199
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2200
- "path",
2201
- {
2202
- d: "M283.8 875.4c0 .1 0 .4-.1.5 0 0-.3.2-.4.3-.2 0-.6.1-.7 0-.2 0-.3-.4-.4-.5-.2-.2-.7-.6-1-.8-.1-.1-.5-.3-.6-.5-.1-.2-.2-.6-.3-.8-.1-.1-.6-.2-.8-.3-.3-.2-.9-.7-1-.8v-.6c-.2-.3-1.1-.4-1.4-.6-.2-.1-.7-.5-.8-.7 0-.1 0-.4-.2-.5-.2-.2-.6-.5-.8-.6-.2-.2-.7-.5-.8-.7-.1-.2-.3-.7-.2-.8.2 0 .4.5.6.6.1 0 .5 0 .6.1.4.1 1 .6 1.3.7.3.1.8.4 1 .5.2.2.5.7.7.8.3.2.9.5 1.2.6h.7c.1.1 0 .5 0 .6 0 .2.5.3.6.5.2.2.5.8.7 1 .2.2.6.6.8.7.2.1.8.2 1 .3.1.1.2.6.2.7Z",
2203
- className: "st3"
2204
- }
2205
- ),
2206
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "ben-tre1", "data-name": "ben-tre", children: [
2207
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2208
- "path",
2209
- {
2210
- d: "M300.3 857.6c0 .2.1.7 0 .9 0 .2-.6.2-.7.4v.7c0 .2-.4.4-.5.4-.1 0-.3-.1-.4-.2 0 0 0-.5-.2-.5-.4 0-.7.9-1 1.1-.4.4-1.4.9-1.8 1.2-.1.1-.3.4-.5.5-.3.1-.9.1-1.2 0-.2-.2-.1-.8-.3-1 0 0-.2-.1-.3 0-.2.2.2.8 0 1 0 .1-.3.3-.4.4-.3 0-.9-.3-1.1 0-.2.2 0 .8 0 1v.6c0 .1.4.3.4.4 0 .2-.3.6-.5.8-.1.2-.5.5-.7.6-.1.1-.3.4-.4.6 0 .3 0 .9-.2 1.1 0 .1-.4.4-.5.4-.2 0-.5-.4-.7-.6-.1-.1-.3-.4-.5-.5 0 0-.3-.3-.4-.3-.2-.1-.6-.4-.9-.4-.2 0-.4.2-.5.3-.2 0-.7.2-.8.1-.1 0 0-.5-.1-.7-.2-.1-.6 0-.8 0-.2 0-.4-.3-.5-.4-.3-.1-1 0-1.2-.2-.2-.1-.3-.6-.5-.7-.3-.3-1-.8-1.3-1-.2-.1-.7-.3-1-.4-.3 0-.9 0-1.2-.2-.3-.1-.9-.6-1.2-.9-.3-.3-.6-1.1-.8-1.4-.2-.2-.5-.8-.8-.9-.2-.1-.7 0-.9-.2-.2-.1-.6-.6-.7-.8-.1-.3 0-1-.2-1.3-.2-.2-.8-.4-1.1-.5-.2-.2-.5-.7-.7-.8-.3-.1-1-.5-1.2-.2-.3.3.3 1.4.5 1.8.1.2.6.6.8.7.2.1.6.3.8.5.2.2.4.7.6.9.2.3.8.7 1 1 .2.2.4.8.6 1 .3.4 1.1.9 1.5 1.3.2.2.7.7.8.9.2.2.4.7.6.9.2.2.8.4 1.1.5.3.1 1 .5 1.3.6.3.1 1.1 0 1.4.2.3.1.8.5 1.1.7.3.2.9.4 1.2.6.2.1.7.3.8.5.2.1.5.6.7.7.5.3 1.7.6 2.2.8.3.1 1 .3 1.2.5.2.1.4.6.5.7.2.2.7.4.8.7.2.2.1.9.3 1.1.1.2.7.3.7.6 0 .2 0 .8-.2 1.1-.1.2-.5.4-.7.6-.2.3-.6.9-.9 1.1-.2.2-.8.4-1.1.3-.2 0-.7-.6-.9-.4-.2.1 0 .7 0 .9 0 .1-.1.4-.2.5-.2.2-.9 0-1.1 0-.2 0-.5.4-.7.4-.2 0-.6-.3-.8-.4-.3-.2-.7-.7-.9-1-.2-.3-.7-.9-.9-1.2-.3-.3-.9-1-1.2-1.3l-1.6-1.6c-.4-.4-1.3-1.2-1.9-1.5-.3-.2-1-.3-1.3-.5-.4-.2-1-.9-1.4-1.1-.4-.2-1.1-.7-1.6-.8-.4-.1-1.1-.3-1.5-.5-.4-.2-1.1-.7-1.5-.9-.4-.2-1.2-.6-1.6-.9-.3-.3-.7-1-1-1.3-.2-.2-.7-.7-1-.9-.5-.4-3.6-3.3-4-2.8-.2-.1-.5-.3-.6-.5-.2-.2-.3-.8-.5-1-.3-.3-1.1-.8-1.5-1l-1.6-1.2c-.2-.2-.7-.6-.8-.8-.2-.4-.2-1.3-.2-1.8 0-.3 0-.8-.1-1.1-.2-.3-.8-.7-1.1-.9-.5-.3-1.5-.8-2-1.1-.4-.3-.9-1.1-1.3-1.4-.3-.2-1.1-.6-1.5-.7-.5-.2-1.2-1.2-1.6-1.4-.4-.2-1.3 0-1.6-.4-.2-.3 0-.7-.3-1-.2-.3-.9-1-1.2-1.2-.2-.1-.5-.5-1.3-.6h1.7c.4 0 .8.2 1.2.2.4.1 1.2.7 1.7.7.2 0 .7 0 1-.1.4-.1 1-.6 1.4-.7.4 0 1.2-.1 1.6 0 .4.1 1.1.8 1.5 1 .4.1 1.2 0 1.6 0 .4 0 1.3.6 1.7.4.4-.1.6-1.1 1-1.3.5-.3 1.7-.1 2.3 0 .4 0 1.1.5 1.5.4.4 0 .9-.7 1.2-.8.5-.2 1.7 0 2.1-.4.2-.1.4-.6.6-.6.2 0 1.6-.7 2.2-.7.2 0 .8.3 1.1.5 0 .3.8.8 1 1.1.1.2.3.6.5.7.4.3 1.5.7 2 .9.3.1 1 .3 1.3.4.3.2.8.7 1.2.9.3.2 1.1.3 1.5.4.4.1 1.1.5 1.6.5h1.5c.2 0 .4.4.6.5.4.2 1.2.4 1.6.5.3 0 1-.3 1.3 0 .1 0 0 .5.2.6.2.2.7.2 1 .2.3 0 1-.2 1.2 0 .2 0 .3.4.5.5.2.2.8.4 1.1.5.3.1 1 0 1.3.2.2 0 .4.5.6.6.2.1.9 0 1.1.2 0 0 .1.3.2.4.2.1.7.2.8.3.2.2.3.7.5.8.1.1.5.2.7.2.3 0 .8 0 1 .2.2 0 .3.4.5.5.2.1.8 0 .9.2.1.1.2.5.3.7 0 .1.4.3.5.4 0 .2-.2.7-.1 1 0 .2.4.6.4.8Z",
2211
- className: "st3"
2212
- }
2213
- ),
2214
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2215
- "path",
2216
- {
2217
- d: "M282.8 864.7c.1.1.4.4.3.6 0 .1-.5 0-.7 0-.1 0-.3-.3-.5-.4-.1 0-.6-.1-.6-.3l.2-.2h.7c.1 0 .4.2.5.4Z",
2218
- className: "st3"
2219
- }
2220
- )
2221
- ] })
2222
- ] }),
2223
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "tra-vinh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2224
- "path",
2225
- {
2226
- id: "tra-vinh1",
2227
- d: "M285.5 885.6c0 .3.3 1 .3 1.3 0 .3-.2.9-.3 1.1-.2.3-.7.8-.9 1.2-.2.3-.3.9-.5 1.3-.1.3-.4 1-.5 1.3-.2.3-.7.8-1 1.1-.2.2-.5.6-.7.7-.2.2-.6.5-.9.7-.3.2-1 .5-1.4.6-.5.2-1.4.5-1.9.5h-.8c-.2 0-.5-.2-.6-.3-.1-.1-.2-.6-.3-.6-.1 0-.2.3-.3.4-.2.1-.6.2-.8.4-.2.1-.4.4-.5.5-.2 0-.6.1-.8 0-.2 0-.7-.2-.8-.4-.1-.2 0-.6 0-.7-.1-.2-.7-.2-.9-.3-.3-.2-1-1-1.1-1.2-.2-.2-1-.9-1.4-1.1-.4-.2-1.3-.5-1.7-.7-.5-.3-1.4-1-1.9-1.3-.3-.1-1-.2-1.2-.4-.5-.3-1.1-1.1-1.5-1.4-.5-.4-1.6-1.2-2.1-1.6-.6-.5-1.8-1.5-2.3-2-.5-.4-1.3-1.4-1.8-1.9-.4-.4-1.1-1.1-1.4-1.5-.4-.4-1.3-.9-1.7-1.3-.4-.4-.9-1.3-1.2-1.7-.7-.9-2.3-2.6-3.2-3.4-.5-.5-1.8-1.3-2.2-1.9 0-.4 1.1-.3 1.3-.6.2-.3.3-1.2.5-1.4.2-.2 1.2-.7 1.5-1 .2-.2 0-.9.3-1 .4-.2 1.1.7 1.5.7.4 0 1-.7 1.4-.9.3-.1.8-.5 1.1-.4.2 0 .2.6.4.6.4.1 1.2-.5 1.5-.8.3-.3.9-1.1.9-1.5 0-.3-.5-.9-.5-1.3s0-1.3.4-1.5c.3-.2.9.2 1.2.2.3 0 1-.4 1.3-.4.4 0 .9.6 1.2.7.5.2 1.6.5 2 .2.2-.2.3-.8.3-1 0-.4-.8-1.1-.7-1.4.2-.4 1.1-.4 1.5-.5h1.6c.9 1.1 2.9 2.7 3.3 3.1.4.5 1.3 1.4 1.7 1.8.3.3 1.1.9 1.4 1.2.3.3 1 .8 1.2 1.1.3.4.6 1.6 1 2 .5.6 2 1.5 2.6 2 .4.3 1.4.8 1.8 1.2.2.2.8.9.7 1.1-.1.2-.7 0-.9-.2-.3-.1-.8-.8-1.1-.7-.2.1-.2.8-.2 1 0 .3.5.9.7 1.2.3.3.9.8 1.2 1.1.4.3 1.3.5 1.7.9.4.3.7 1.3 1 1.7.2.3.7.7.9.9l1.6.8c.3.1.9.3 1 .5.2.3.1 1 0 1.3 0 .2 0 .5-.1.7 0 .2-.1.7-.1.9Z",
2228
- className: "st3",
2229
- "data-name": "tra-vinh"
2230
- }
2231
- ) }),
2232
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "vinh-long", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2233
- "path",
2234
- {
2235
- id: "vinh-long1",
2236
- d: "M246.3 846.9c.2-.2.3-.5.5-.6.2-.2.4-1.1 1.1-1.2h.4c.8 0 1 .5 1.3.6.3.2 1 .9 1.2 1.2.2.3 0 .7.3 1 .3.4 1.2.3 1.6.4.5.2 1.1 1.2 1.6 1.4.4.1 1.1.5 1.5.7.4.3.9 1.1 1.3 1.4.5.4 1.5.8 2 1.1.3.2 1 .6 1.1.9.1.2 0 .8.1 1.1 0 .4 0 1.4.2 1.8.1.3.6.6.8.8l1.6 1.2c.4.3 1.2.7 1.5 1 .2.2.3.8.5 1 .1.1.4.3.6.5-.1.2 0 .5.4 1h-1.6c-.4 0-1.4 0-1.5.5-.2.4.6 1 .7 1.4 0 .3 0 .9-.3 1-.4.3-1.5 0-2-.2-.3-.1-.9-.7-1.2-.7-.3 0-1 .3-1.3.4-.3 0-.9-.3-1.2-.2-.3.2-.4 1.1-.4 1.5 0 .3.6.9.5 1.3 0 .4-.6 1.2-.9 1.5-.3.3-1.1.9-1.5.8-.2 0-.2-.6-.4-.6-.3-.1-.9.2-1.1.4-.4.2-1 .9-1.4.9-.4 0-1.1-.9-1.5-.7-.2 0-.2.8-.3 1-.3.4-1.4.9-1.5 1-.2.2-.3 1.1-.5 1.4-.2.3-1.3.2-1.3.6-.4-.6-.5-2-.9-2.5-.3-.5-1.2-1.2-1.6-1.6-.3-.3-.9-.9-1.2-1.1-.4-.3-1.3-.9-1.7-1.1-.4-.2-1.4-.6-1.9-.7-.3 0-.9-.1-1.3 0-.2-.2-.5-.3-.6-.4-.2-.2-.8-.4-1-.7-.2-.3-.5-1-.7-1.3-.2-.3-.8-.8-1-1-.4-.3-1.3-.8-1.6-1.2-.2-.3-.3-.9-.5-1.2-.3-.4-1.1-.8-1.5-1.1-.6-.4-1.9-1.3-2.6-1.7-.3-.2-.9-.6-1.4-.9.2-.3.8-.6 1-.8.4-.4 1-1.4 1.4-1.8.3-.2.9-.4 1.2-.6.2-.1.4-.5.6-.5.4 0 .6 1 .9 1.1.4.2 1.3-.3 1.7-.1.6.3 1 1.7 1.6 2 .3.2 1.1 0 1.4.1.1 0 .2.4.3.4.3 0 .9-.6 1.2-.7.5-.1 1.8.3 2.2 0 .3-.3.1-1.2 0-1.6 0-.3-.4-.8-.2-1.1.2-.5 1.6-.5 2-1 .2-.3.3-1.1.5-1.4.2-.3 1-.6 1.2-.9.2-.3 0-.9.1-1.2 0-.3 0-1.1.3-1.3.3-.2 1.1.1 1.4 0 0 0 .1 0 .2-.1Z",
2237
- className: "st3",
2238
- "data-name": "vinh-long"
2239
- }
2240
- ) }),
2241
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "soc-trang", children: [
2242
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2243
- "path",
2244
- {
2245
- d: "M267.3 892.9c0 .2 0 .6-.1.8 0 .3-.1.8-.2 1.1 0 .3-.3.8-.5 1-.3.4-1 .9-1.3 1.1-.2.2-.6.6-.9.7-.2 0-.6-.2-.8-.4-.2-.2-.4-.6-.6-.8-.2-.2-.7-.6-.9-.9-.2-.3-.2-1.1-.3-1.5 0-.2-.2-.7-.3-1-.2-.3-.6-.8-.9-1.1l-.7-.7s-.3-1.1-.4-1.4c0-.3-.2-.8-.4-1-.3-.3-1.2-.3-1.5-.6-.2-.2-.2-.7-.4-.9-.1-.2-.5-.6-.6-.8-.1-.2-.1-.8-.2-1-.1-.2-.5-.4-.6-.6-.1-.1-.4-.4-.4-.6-.1-.3-.2-.9-.4-1.1-.1-.2-.6-.3-.7-.5-.2-.3-.5-1.3-.2-1.4 0 0 .2.2.3.2.2.1.6.2.8.3.2.2.4.7.6.9.2.2.7.3.8.5.2.2.2.9.3 1.2.1.2.6.5.7.6.3.3.8.9 1.1 1.1.2.2.7.5.9.7.3.2.9.5 1.2.6.2 0 .5.2.7.3.2.2.4.6.5.8.2.2.4.8.6 1 .2.2.8.5.9.7.1.2 0 .7.2.8.2.2.8.3 1 .4 0 0 .2.2.3.2.2 0 .5.3.6.4h1c.2 0 .6.4.6.6Z",
2246
- className: "st3"
2247
- }
2248
- ),
2249
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2250
- "path",
2251
- {
2252
- id: "soc-trang1",
2253
- d: "M262.1 897.6c0 .2.3.8.2 1 0 .2-.2.7-.2.9 0 .2-.2.6-.3.8-.2.4-.9 1-1.2 1.4-.2.2-.7.6-.9.8 0 .1-.3.4-.2.6 0 .2.4.2.6.3.1 0 .3.3.4.4.1 0 .6 0 .7.1v1.4c0 .2.3.5.2.7 0 .3-.7.7-.9.9-.2.2-.7.5-1 .5-.3 0-.8-.1-1.1 0-.3.1-.5.7-.8.9-.2 0-.6.1-.8.1-.2 0-.6-.2-.9-.2-.2 0-.6.4-.8.5-.4.1-1.2.4-1.6.4-.4 0-1.3-.4-1.7-.5-.4 0-1.1-.3-1.5-.3h-2c-.5 0-1.5 0-2 .1-.4.1-1.1.5-1.4.7-.6.3-1.5 1.2-2.1 1.6-.3.2-.7.5-1.1.7 0-.4-.3-1-.4-1.3 0-.2-.4-.5-.5-.7v-.9c0-.2-.3-.6-.4-.7-.2-.3-.7-1-.9-1.3v-1.2c-.1-.3-.4-.9-.7-1-.3 0-1 .3-1.1.5-.2.2 0 1-.2 1.1-.2.2-.9 0-1.2 0-.3-.1-1-.4-1.2-.7-.2-.3.2-1.1 0-1.3-.2-.3-1-.4-1.4-.4-.4 0-1 .5-1.3.7-.3.2-.7.7-1 .8-.2.1-.6.1-.8.2-.2.1-.5.6-.8.7-.3 0-.8-.4-1.1-.5h-1.5c-.4-.1-1-.8-1.4-1-.3-.1-1-.2-1.3-.4-.3-.1-.6-.6-.9-.7-.3-.1-.8 0-1.1-.1-.5-.2-1.6-.6-1.9-1.1-.3-.5-.3-1.7-.4-2.2 0-.4-.4-1.1-.3-1.5 0-.4.4-1 .4-1.4s-.4-1-.4-1.3c0-.4.6-1 .7-1.4 0-.4 0-1.2-.1-1.6 0-.2-.4-.5-.5-.7.3 0 .5-.2.7-.4.2-.2.5-.8.7-.8s1.1 0 1.4-.1c.3 0 .9-.4 1.1-.4.2 0 .9.4 1.2.4.5 0 1.2-.8 1.7-1 .3-.2 1.1-.3 1.3-.6.2-.2.3-.7.5-.8.3-.3 1.1-.4 1.4-.6.4-.2 1-.9 1.4-1.2.4-.3 1.4-.7 1.8-.9.6-.4 1.8-1.1 2.5-1.5.6-.3 1.6-1.1 2.2-1.4.3-.2 1.1-.5 1.3-.7.3-.3.6-1.1.7-1.5 0-.3-.2-1-.2-1.3 0-.5.1-1.4.2-1.9 0-.4.4-1.1.4-1.4 0-.4-.2-1.2-.1-1.5 0-.3.6-.7.8-1 .3-.4.6-1.4.8-1.9.2-.3.7-.7 1-1 .3.3.6.5.8.7.4.4 1 1.2 1.3 1.5.8.8 2.8 1.8 3.5 2.7.3.3.6 1.2.9 1.5.4.6 1.6 1.7 2.1 2.2.4.4 1.2 1.3 1.5 1.8.3.4.5 1.4.7 1.9.2.3.6.8.8 1.1.3.4.8 1.2 1 1.6.2.4.5 1.3.7 1.8l.8 1.2c.2.4.6 1.3.9 1.6.2.3.8.7 1.1 1 .2.2.7.7.9 1 .2.3.5 1.2.7 1.5.1.2.6.5.7.7.1.2.1.6.2.8.1.4.5 1 .6 1.4.2.3.6 1 .7 1.4Z",
2254
- className: "st3",
2255
- "data-name": "soc-trang"
2256
- }
2257
- )
2258
- ] }),
2259
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "dong-thap", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2260
- "path",
2261
- {
2262
- id: "dong-thap1",
2263
- d: "M246.7 829.8c0 .1.1.2.1.3.2.6-.4 1.9-.5 2.5 0 .8.4 2.4 0 3.1-.1.3-.8.4-1 .7-.3.4-.3 1.4-.6 1.7-.4.5-1.9.5-2.4.9-.3.3-.4 1.2-.7 1.5-.4.4-1.8.3-2.2.7-.3.3-.6 1.3-.4 1.7.2.4 1.3.5 1.7.7.5.3 1.1 1.3 1.7 1.6.6.3 2 .1 2.6.4.3.2 1 .7 1.4 1.1 0 0 0 .1-.2.1-.3.2-1.1-.2-1.4 0-.3.2-.2 1-.3 1.3 0 .3 0 1-.1 1.2-.2.3-1 .6-1.2.9-.2.3-.2 1.1-.5 1.4-.4.4-1.8.5-2 1-.1.2.2.8.2 1.1 0 .4.2 1.3 0 1.6-.4.4-1.6 0-2.2 0-.3 0-.8.8-1.2.7-.1 0-.2-.4-.3-.4-.3-.2-1.1 0-1.4-.1-.6-.3-1-1.8-1.6-2-.4-.2-1.3.3-1.7.1-.3-.1-.6-1.1-.9-1.1-.2 0-.4.4-.6.5-.3.2-.9.4-1.2.6-.4.4-1 1.4-1.4 1.8-.2.2-.8.5-1 .8-.3-.2-.6-.4-.8-.6-.2-.2-.5-.8-.7-1-.4-.4-1.4-.7-1.7-1.1-.2-.2-.2-.9-.4-1.1-.2-.3-.7-.6-1-.8l-.8-1.2c-.2-.3-.6-1-.9-1.3-.3-.4-1.1-1-1.4-1.4-.3-.3-.8-1-1.1-1.3-.4-.3-1.3-.4-1.7-.7-.3-.2-.8-.8-1-1 0-.3.2-.5.3-.7.6-.5 2.5-.5 3-1.1.3-.3.2-1.2.3-1.6.1-.5.3-1.4.5-1.9.3-.5 1.4-1.1 1.6-1.6.2-.4 0-1.3 0-1.7 0-.4.4-1.2.3-1.6 0-.4-.5-1.1-.7-1.5-.2-.4-.2-1.4-.5-1.7-.3-.3-1.1-.4-1.5-.5-.6-.2-1.7-.5-2.3-.7-.6-.2-1.6-.9-2.2-1.1-.5-.1-1.7 0-2.2 0-.7-.1-1.3-.9-1.7-1.4-.4-.5-.3-1.2-.5-1.7-.1-.3-.8-.9-1-1.3-.3-.5-.5-1.2-.8-1.8-.3-.6 0-1.8-.3-2.5-.2-.6-1.3-1.9-1.7-2.5-.3-.6-.5-2.5-1-2.8-.5-.3-2.6-.2-3.1-.5-.6-.4-1.9-.3-2.7-.6-1.2-.5-1.5-.8-1.9-2.5-.1-.5-1-2-2-2.7-.7-.5-.4-2-.2-2.7.6.4 1.3 1.3 1.9 1.5 1.2.4 3.8 0 5 .4.9.2 2.4 1.8 3.3 1.7.6 0 1.5-1.2 1.9-1.7.4-.5 1-1.9 1.4-2.4.5-.5 1.7-1.5 2.4-1.8.9-.3 2.8-.3 3.7-.2 1.1 0 3.3.9 4.4.7.5 0 1.2-.4 1.8-.8.3.4.9.8.9 1.2.1.5-.4 1.5-.3 2 .1.5.9 1.4 1.2 1.7.5.5 1.9 1 2.2 1.7.2.3-.2 1.1 0 1.4.3.3 1.4 0 1.8.2.4.2.7.9 1.1 1.2.3.2 1.2.3 1.5.6.2.2.4.9.6 1.1.3.2 1 .3 1.3.6.4.4.9 1.4 1.2 1.8.1.2.5.4.7.6.3.4.4 1.3.7 1.7.3.5 1.2 1.5 1.2 1.7s.2 2 .7 2.5c.5.6 2 1 2.6 1.3.6.3 1.7.8 2.2 1.2.9.5 2.7 1.7 3.6 2.4.4.4 1.3 1 1.7 1.6Z",
2264
- className: "st3",
2265
- "data-name": "dong-thap"
2266
- }
2267
- ) }),
2268
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "hau-giang", children: [
2269
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2270
- "path",
2271
- {
2272
- d: "M245.4 871.3c0 .2 0 .6-.2.7-.3 0-.7-.5-.8-.7-.3-.3-.7-.9-.9-1.2-.3-.3-.8-1.1-1.2-1.3-.3-.2-1-.3-1.3-.5-.2-.1-.6-.5-.7-.7-.2-.2-.8-.6-.7-.8 0-.2.5 0 .6 0 .3 0 .7.4.9.5.2 0 .6.2.8.3.3.2.7.7 1 .9.3.2.9.4 1.1.6.2.2.5.7.6 1 .1.2.8.9.8 1.2Z",
2273
- className: "st3"
2274
- }
2275
- ),
2276
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2277
- "path",
2278
- {
2279
- id: "hau-giang1",
2280
- d: "M219.5 891.8c-.1 0-.3 0-.4.1-.3 0-.9-.2-1.1-.1-.2 0-.4.4-.6.5-.3 0-1.1-.3-1.4-.2-.2 0-.5.3-.7.3-.2 0-.4-.6-.6-.7-.3 0-1.1.6-1.2.5 0 0-.6-.5-.9-.6h-1c-.2 0-.7.2-.9.2-.2 0-.5-.2-.7-.1-.3 0-.7.5-1 .5-.2 0-.6 0-.9-.1v-.4c0-.2-.3-.7-.2-.9 0-.2.4-.3.6-.4.2 0 .7-.1.8-.3.3-.2.5-.9.7-1.2 0-.2.3-.5.3-.6 0-.3-.8-.5-1.1-.7-.3-.1-1.1-.1-1.4-.3-.3-.1-.6-.7-.9-.8-.2-.1-.6-.1-.7-.3-.2-.1-.5-.5-.4-.7 0-.3.8-.5 1-.7.2-.2.4-.6.6-.8.3-.3.9-.7 1.2-.9.2-.1.5-.4.7-.5.2-.1.8-.3.9-.5.2-.2.4-.7.4-.9 0-.2-.3-.7-.2-.9 0-.2.5-.4.7-.5.2-.1.7-.2.8-.4.2-.3 0-1 .2-1.3 0-.2.4-.5.6-.6.2-.2.7-.4.9-.5.2 0 .7-.1.9-.2.2-.1.6-.5.9-.7.2 0 .5-.2.7-.3.2-.1.6-.5.9-.6.2 0 .5-.2.6-.3.2-.3.1-1.2.2-1.6 0-.3.3-.9.4-1.2 0-.3.3-1.1.2-1.4 0-.2-.4-.4-.7-.5.2-.1.4-.3.5-.3.2-.1.5-.3.7-.4.2-.1.4-.5.6-.7.2-.2.6-.5.8-.7.1-.2.1-.9.3-1.1.1-.2.4-.7.7-.7.2 0 .5.4.7.5.3.2.9.8 1.2 1.1.2.2.5.7.8.9.3.2 1 .6 1.4.7.4 0 1.1-.4 1.5-.6.3-.1.9-.3 1.1-.4.4-.1 1.4-.3 1.7-.5.3-.2.6-.9.9-1 .3 0 1 .4 1.3.6.3.2.8.7 1.1.7.3 0 1-.4 1.3-.4.2 0 .6.1.7.1.4 0 1.2-.4 1.5-.6.3-.2.7-.9 1.1-1.1h.3c0 .6.9 1.4 1.3 1.8.5.5 1.8 1.1 2.4 1.5.2.1.4.4.7.6-.2.4-.8.8-.9 1-.3.4-.6 1.4-.8 1.9-.2.3-.7.7-.8 1-.1.4.2 1.1.1 1.5 0 .4-.4 1.1-.4 1.4-.1.5-.2 1.4-.2 1.9 0 .3.2 1 .2 1.3 0 .4-.4 1.2-.7 1.5-.3.3-1 .6-1.3.7-.6.3-1.6 1.1-2.2 1.4-.6.4-1.8 1.1-2.5 1.5l-1.8.9c-.4.3-1 .9-1.4 1.2-.3.2-1.1.3-1.4.6-.2.2-.3.7-.5.8-.3.2-1 .4-1.3.6-.4.2-1.2.9-1.7 1-.3 0-1-.4-1.2-.4-.2 0-.8.3-1.1.4-.3 0-1.3.1-1.4.1s-.5.7-.7.8c-.1.1-.4.3-.7.4Z",
2281
- className: "st3",
2282
- "data-name": "hau-giang"
2283
- }
2284
- )
2285
- ] }),
2286
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "long-an", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2287
- "path",
2288
- {
2289
- id: "long-an1",
2290
- d: "M274.4 800.7c.3.3.4 1 .7 1.2.2.2.8.5 1.1.6h.8c.4.1.8.9 1.1 1.1.2 0 .6.2.8.2.2 0 .6-.2.9-.2.3 0 1 .2 1.3.3.4.1 1.3.2 1.5.6.1.1 0 .5 0 .7.2.3 1.2.3 1.5.6.2.2 0 .9.3 1.1.2.2.7.3.9.4.2.2.6.6.7.9 0 .3-.2 1-.2 1.4 0 .5.8 1.5.7 2 0 .3-.7.6-.9.8-.1.2-.2.8-.3 1-.1.2-.6.3-.7.5-.1.2-.1.6-.2.8 0 .3.1 1.1 0 1.3h-.4c-.1.1-.2.5-.3.6 0 .1-.4.3-.4.5 0 .3.5.6.7.8.2.2.5.8.7.9.2.1.7.2.8.3.2.2.2.9.4 1.1.2.2.8.4.9.7v.7c.3.4 1.5.6 1.9.3.2-.1 0-.7.2-.8.4-.2 1.4 0 1.8.2.2.1.4.5.6.7.2.1.8 0 1.1.2.2.1.3.7.5.8.3.2 1.1 0 1.4 0 .3 0 .9-.3 1.2-.4.2 0 .7-.3.9-.4h.7c.2 0 .5-.2.7-.2v.5c-.1.1-.5 0-.6.2-.1.1-.2.6-.2.7 0 .2.2.4.4.5.1.1.5.2.6.3.1 0 .3.4.4.5.2.2.5.5.6.8 0 .3.1.8 0 1.1 0 .2-.2.5-.4.6-.1 0-.4.2-.5.2-.2 0-.6-.2-.8 0-.1 0-.3.3-.3.5s-.2.7-.1 1c0 .2.4.7.4.9 0 .2-.1.6-.2.9 0 .4 0 1.2-.2 1.6 0 .2-.2.6-.3.8-.1.3-.5.8-.7 1-.2.2-.9.2-1.1.4-.2.2-.4.7-.5 1-.1.2-.5.4-.7.6 0 .1 0 .4-.2.5 0 .2-.3.6-.5.6-.1 0-.3-.3-.3-.5v-.5c0-.1-.3-.2-.4-.4-.1-.3.2-.9.1-1.2 0-.2-.1-.7-.3-.7 0 0 0 .3-.1.3 0 0-.4.4-.5.6 0 .2.1.5.1.6V836.9c-.3.1-.8.4-1 .4-.4 0-1.2-.2-1.6 0-.3.1-.9.7-1 .7s-1.1 0-1.5-.2c-.5-.2-1.2-1-1.7-1.2-.6-.4-2-1-2.7-1.1-.6-.1-1.8.3-2.4.1-.7-.2-1.8-1.1-2.2-1.6-.4-.4-.8-1.4-1.2-1.7-.5-.4-1.7-.9-2.2-1.2-.4-.3-1-1.1-1.4-1.3-.6-.3-2-.3-2.5-.7-.4-.2-1-1.2-1.4-1.4-.4-.2-1.3 0-1.7 0-.6-.1-1.6-.8-2.2-.9h-1.9c-.5 0-1.9.7-2.1.6-.2 0-1.4-.5-1.9-.4-.6.1-1.5 1-2 1.2-.3.1-.9.2-1.1.4-.3.2-.8.8-1.1.9h-1.1c-.4 0-1.1.6-1.5.7-.6.1-1.8 0-2.4 0-.4 0-1.2-.2-1.6-.2h-1.3c-.4-.6-1.2-1.2-1.7-1.6-.8-.7-2.6-1.9-3.6-2.4-.5-.3-1.7-.9-2.2-1.2-.7-.3-2.2-.8-2.6-1.3-.4-.5-.7-2.2-.7-2.5s-1-1.3-1.2-1.7c-.2-.4-.4-1.3-.7-1.7-.1-.2-.5-.4-.7-.6-.4-.4-.8-1.5-1.2-1.8-.3-.2-1.1-.3-1.3-.6-.2-.2-.4-.9-.6-1.1-.3-.3-1.2-.4-1.5-.6-.3-.2-.7-1-1.1-1.2-.4-.2-1.5.2-1.8-.2-.2-.3.2-1.1 0-1.4-.3-.6-1.7-1.2-2.2-1.7-.4-.4-1.1-1.2-1.2-1.7-.1-.5.4-1.5.3-2 0-.3-.6-.8-.9-1.2.8-.5 1.7-1 2.3-1.2 1.2-.3 3.6-.6 4.8-.6 1.2 0 3.6 0 4.8.1.6 0 1.7-.2 2.2 0 .8.5 1.5 2.3 1.9 3.1.4.6 1.3 1.6 1.5 2.3.1.4-.2 1.4 0 1.8.2.5 1.1 1.1 1.5 1.4.6.3 2 .9 2.6.7.3 0 .8-.7 1-1 .3-.4.6-1.3 1-1.7.3-.3.9-.9 1.2-.9.8 0 2 1.1 2.6 1.6.8.7 1.7 2.5 2.6 3 .6.3 2 .3 2.6.5.6.2 1.9.8 2.5.8.5 0 1.6-.3 2.1-.4.4 0 1.5.2 1.7-.2.4-.5-.5-1.9-.8-2.5-.2-.6-.9-1.6-1.1-2.2-.1-.5 0-1.4-.2-1.9-.1-.6-.9-1.7-.9-2.3 0-.6.4-1.8.9-2 .4-.2 1.2.7 1.6.7.3 0 .7-.2 1-.5h1.3c.3 0 .8-.4 1.1-.5.2 0 .5-.3.7-.3.2 0 .6.4.9.5.3 0 .9.1 1.2 0 .3 0 .9-.6 1.2-.7.3-.1.8-.2 1.1-.4.2-.2.4-.8.7-1 .5-.3 1.6-.2 2.1-.2h.7c.3 0 .7.6 1 .7.2 0 .7 0 .9.2Z",
2291
- className: "st3",
2292
- "data-name": "long-an"
2293
- }
2294
- ) }),
2295
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "bac-lieu", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2296
- "path",
2297
- {
2298
- id: "bac-lieu1",
2299
- d: "M208.1 892.1c.3 0 .7.2.9.1.3 0 .7-.5 1-.5.2 0 .5.1.7.1.2 0 .7-.2.9-.2h1c.3 0 .8.6.9.6 0 0 .9-.6 1.2-.5.2 0 .4.6.6.7.2 0 .5-.3.7-.3.4 0 1.1.3 1.4.2.2 0 .4-.4.6-.5.3 0 .9.2 1.1.1 0 0 .2 0 .4-.1.2.2.5.5.5.7.1.4.2 1.2.1 1.6 0 .4-.7 1-.7 1.4 0 .3.4 1 .4 1.3s-.4 1-.4 1.4c0 .4.3 1.1.3 1.5.1.6 0 1.8.4 2.2.3.4 1.4.9 1.9 1.1.3 0 .8 0 1.1.1.3.1.6.6.9.7.3.1 1 .2 1.3.4.4.2 1 .9 1.4 1 .4.1 1.1 0 1.5 0 .3 0 .8.5 1.1.5.3 0 .6-.5.8-.7.2-.1.6-.1.8-.2.3-.2.8-.6 1-.8.3-.2 1-.7 1.3-.7.4 0 1.1 0 1.4.4.2.3-.1 1 0 1.3.2.3.9.6 1.2.7.3 0 .9.3 1.2 0 .2-.2 0-.9.2-1.1.2-.3.8-.6 1.1-.5.3 0 .6.7.7 1v1.2c.1.4.7 1 .9 1.3.1.2.4.5.4.7v.9c0 .2.4.5.5.7.1.3.4.9.4 1.3-.7.4-1.5.9-1.9 1.2-.3.2-.8.6-1.1.8-.2.2-.6.8-.8 1-.3.2-1 .4-1.3.6-.5.3-1.6 1-2.1 1.2-.8.4-2.3 1-3.1 1.3-.5.2-1.6.7-2.1.9-.7.3-2.2.7-3 1-.7.3-1.9.9-2.5 1.2-.6.3-1.6 1-2.2 1.2-.7.3-2.2.6-2.9.8-.6.2-1.7.9-2.2 1.2-.5.4-1.4 1.2-1.8 1.7-.2.2-.4.7-.6 1-.3.4-1 1.2-1.4 1.6-.2.3-.8.8-1 1l-.2.2v-.5c0-.4-.2-1.2-.4-1.5-.2-.3-.6-.7-.9-.9-.1-.1-.4-.4-.6-.4s-.5.4-.8.4c-.2 0-.8 0-1-.2-.2 0-.4-.5-.6-.6-.3 0-.9.1-1.2.1-.2 0-.7 0-.9-.2-.3-.2-.8-.8-1.1-1-.2 0-.6-.2-.8-.2-.3 0-.8.2-1.1.2-.2 0-.5-.2-.7-.3-.2 0-.8-.1-.9-.3-.2-.3-.4-1.1-.3-1.4 0-.2.5-.4.6-.6.1-.2 0-.8 0-1 .1-.3.5-.7.7-.8.2-.1.7-.2.8-.4.2-.2.3-.8.2-1-.2-.3-1-.3-1.2-.5-.2-.2-.5-.7-.8-.8-.2-.1-.6-.2-.8-.3-.2-.2-.4-.6-.4-.8 0-.4.6-.9.8-1.2.2-.2.7-.6.9-.9.1-.2.2-.8.4-.9.2 0 .6.2.8.2.3-.1.8-.7.8-1 0-.3-.2-1-.4-1.2-.2-.2-1.1-.2-1.3-.5-.1-.2 0-.6-.2-.8 0-.2-.5-.4-.6-.7 0-.2-.1-.7 0-.9 0-.3.5-.7.7-.9.3-.3 1-.7 1.2-1 .2-.2.3-.8.3-1.1 0-.2.2-.6 0-.8-.2-.3-1.1-.2-1.4-.4v-.9c0-.3.4-.9.6-1.2.1-.2.6-.4.7-.6.3-.4.5-1.4.5-1.8 0-.3-.3-1.1-.2-1.4.2-.3 1.1-.3 1.3-.6.3-.2.8-.9.7-1.2 0-.3-.6-.6-.7-.8-.1-.2-.5-.6-.5-.8 0-.3.7-.5.7-.8 0-.3-.4-.9-.6-1.1-.3-.3-1-.6-1.2-.9-.1-.2-.2-.7-.2-1 0-.3 0-1 .1-1.4 0-.2.1-.8.4-.9.2 0 .4.3.5.4.2.3 0 1.2.3 1.4.2.1.6 0 .8 0 .1 0 .3.2.4.2.2 0 .6-.4.8-.3.3.1.3.9.5 1 .3.2 1.1 0 1.4 0h.3Z",
2300
- className: "st3",
2301
- "data-name": "bac-lieu"
2302
- }
2303
- ) }),
2304
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "can-tho", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2305
- "path",
2306
- {
2307
- id: "can-tho1",
2308
- d: "M227.5 856.2c.5.3 1.1.7 1.4.9.6.4 1.9 1.3 2.6 1.7.4.3 1.2.7 1.5 1.1.2.3.3.9.5 1.2.3.4 1.2.9 1.6 1.2.3.2.8.7 1 1 .2.3.5 1 .7 1.3.2.2.7.5 1 .7.1.1.4.3.6.4-.2 0-.4 0-.5.2v.2h-.3c-.3.1-.8.9-1.1 1.1-.3.2-1.1.5-1.5.6-.2 0-.6-.1-.7-.1-.4 0-1 .5-1.3.4-.3 0-.8-.6-1.1-.7-.3-.2-1-.6-1.3-.6-.3 0-.6.8-.9 1-.4.2-1.3.4-1.7.5-.3 0-.9.3-1.1.4-.4.1-1.1.6-1.5.6-.4 0-1.1-.4-1.4-.7-.2-.2-.6-.7-.8-.9-.3-.3-.9-.8-1.2-1.1-.2-.1-.5-.5-.7-.5-.2 0-.6.5-.7.7-.1.3-.1.9-.3 1.1-.1.2-.6.5-.8.7-.1.2-.4.5-.6.7-.1.1-.5.3-.7.4-.1 0-.3.2-.5.3-.2-.1-.4-.2-.5-.3-.3-.3-.6-1-.9-1.3-.3-.3-.9-.8-1.2-1-.6-.4-1.8-1.2-2.3-1.7-.5-.5-1.2-1.8-1.7-2.3-.4-.4-1.3-.9-1.7-1.2-.6-.6-1.5-1.9-2-2.5-.4-.4-1.1-1.2-1.5-1.6-.3-.3-1.1-.7-1.4-.9-.3-.2-1-.7-1.3-1-.3-.3-.8-1.1-1.1-1.4-.4-.3-1.2-.9-1.6-1.1-.4-.3-1.3-1-1.7-1.2h-.2c0-.1.2-.3.3-.4.1-.1.5-.3.7-.4.3-.3.5-1 .8-1.2.2-.2.6-.3.8-.5.2-.3 0-1.1.3-1.3.2-.3 1-.4 1.3-.5.4 0 1.3-.2 1.6 0 .3.1.8.7 1.1 1 .2.3.4 1.2.7 1.3.4.1 1.3-.5 1.7-.7.9-.4 2.8-.8 3.5-1.4.7-.5 1.2-2.5 2-2.8.5-.2 1.8.7 2.3.4.3-.2.5-.8.6-1.3.2.2.7.8 1 1 .4.2 1.3.4 1.7.7.3.2.8 1 1.1 1.3.3.4 1.1 1 1.4 1.4.3.3.7 1 .9 1.3.2.3.6 1 .8 1.2.2.2.8.6 1 .8.2.2.2.9.4 1.1.3.4 1.3.8 1.7 1.1.2.2.5.8.7 1 .2.2.5.4.8.6Z",
2309
- className: "st3",
2310
- "data-name": "can-tho"
2311
- }
2312
- ) }),
2313
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "an-giang", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2314
- "path",
2315
- {
2316
- id: "an-giang1",
2317
- d: "M216.2 844.7c-.2.5-.3 1.1-.6 1.3-.5.3-1.8-.6-2.3-.4-.8.3-1.4 2.3-2 2.8-.8.6-2.7 1-3.5 1.4-.4.2-1.2.8-1.7.7-.4-.1-.5-1-.7-1.3-.2-.3-.7-.9-1.1-1-.4-.1-1.2 0-1.6 0-.3 0-1.1.2-1.3.5-.2.3 0 1.1-.3 1.3-.1.2-.6.4-.8.5-.3.3-.5 1-.8 1.2-.1.1-.5.3-.7.4 0 0-.3.3-.3.4-.4-.2-1.1-.5-1.4-.6l-1.6-.8-1.2-.4c-.3-.1-1-.4-1.2-.6-.3-.2-.9-.8-1.2-1.1-.3-.2-.9-.6-1.3-.7-.3-.2-1-.4-1.3-.5-.3-.2-.9-.6-1.2-.9-.3-.2-.8-.8-1.1-1-.4-.3-1.3-.9-1.7-1.2-.2-.1-.6-.3-.9-.4l-1.6-.4c-.3 0-1-.3-1.4-.4H180c-.4 0-1.3.1-1.7 0-.4 0-1.1-.3-1.4-.5-.3-.2-1-.6-1.3-.9-.3-.3-.9-1-1.2-1.3-.2-.3-.7-.8-.9-1.2-.3-.4-.6-1.4-.9-1.9-.2-.4-1-.9-1.2-1.2-.1-.2 0-.8-.2-1-.1-.3-.7-.7-.9-1-.2-.3-.3-.9-.4-1.2v-1.2c0-.3-.1-.8-.2-1.2 1.2.3 2.5.7 3.3.7.7 0 2.1-.1 2.6-.5.6-.3 1.5-1.5 1.9-2 .4-.5 1.1-1.7 1.4-2.2.4-.7 1.1-2.4 1.7-3 .7-.7 2.6-1.4 3.4-1.9 1.1-.5 3.3-1.4 4.3-2.1.5-.4 1.6-1.1 1.8-1.7.1-.5-.3-1.5-.6-1.9-.3-.6-1.7-1.5-1.9-2.2-.2-.6.3-1.8.2-2.4-.1-.6-.9-1.7-1.1-2.4-.2-.7-.6-2.1-.4-2.7.2-.6 1.4-1.4 1.9-1.8.6-.3 1.8-1.1 2.4-1 .4.1.8 1.1 1.2 1.3.8.5 2.8.3 3.6.7.1 0 .2.1.3.2-.2.6-.5 2.2.2 2.7 1.1.8 1.9 2.2 2 2.7.4 1.7.7 2 1.9 2.5.8.3 2.1.2 2.7.6.5.3 2.6.3 3.1.5.6.3.7 2.2 1 2.8.4.6 1.4 1.9 1.7 2.5.3.7 0 1.9.3 2.5.3.6.5 1.2.8 1.8.2.3.9.9 1 1.3.2.6.2 1.3.5 1.7.4.6 1 1.3 1.7 1.4.5.1 1.7 0 2.2 0 .6.1 1.7.8 2.2 1.1.6.2 1.7.5 2.3.7.4.1 1.2.2 1.5.5.3.3.3 1.3.5 1.7.1.4.6 1.1.7 1.5 0 .4-.3 1.2-.3 1.6 0 .4.2 1.3 0 1.7-.2.5-1.3 1.1-1.6 1.6-.2.4-.4 1.4-.5 1.9 0 .4 0 1.3-.3 1.6-.5.6-2.4.6-3 1.1-.1.1-.3.4-.3.7Z",
2318
- className: "st3",
2319
- "data-name": "an-giang"
2320
- }
2321
- ) }),
2322
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "kien-giang", children: [
2323
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2324
- "path",
2325
- {
2326
- d: "M198.4 852.6h.2c.5.3 1.3.9 1.7 1.2.4.3 1.3.8 1.6 1.1.3.3.8 1.1 1.1 1.4.3.3 1 .8 1.3 1 .3.2 1.1.6 1.4.9.4.3 1.1 1.1 1.5 1.6.5.6 1.4 2 2 2.5.4.4 1.3.8 1.7 1.2.5.5 1.2 1.8 1.7 2.3.5.5 1.7 1.3 2.3 1.7.3.2.9.7 1.2 1 .3.3.6 1 .9 1.3.1.1.3.2.5.3.3.2.6.3.7.5.1.3-.1 1-.2 1.4 0 .3-.3.9-.4 1.2 0 .4 0 1.2-.2 1.6-.1.1-.5.2-.6.3-.2.1-.6.5-.9.6-.2 0-.5.2-.7.3-.2.1-.6.5-.9.7-.2 0-.7.1-.9.2-.3 0-.7.4-.9.5-.2.1-.5.4-.6.6-.2.3 0 1-.2 1.3-.1.2-.6.2-.8.4-.2.1-.6.3-.7.5 0 .2.2.7.2.9 0 .2-.2.7-.4.9-.2.2-.7.4-.9.5-.2.1-.6.4-.7.5-.3.2-.9.6-1.2.9-.2.2-.4.6-.6.8-.2.2-1 .4-1 .7 0 .2.3.5.4.7.2.1.6.2.7.3.3.2.6.7.9.8.3.2 1 .2 1.4.3.3.1 1 .4 1.1.7 0 .2-.2.5-.3.6-.2.3-.4 1-.7 1.2-.2.1-.6.2-.8.3-.2 0-.5.2-.6.4 0 .2.2.7.2.9v.4h-.3c-.4 0-1.1.1-1.4 0-.2-.2-.2-.9-.5-1-.2 0-.6.3-.8.3-.1 0-.3-.2-.4-.2h-.8c-.3-.2-.2-1.1-.3-1.4 0-.1-.3-.5-.5-.4-.2 0-.3.7-.4.9 0 .3-.1 1-.1 1.4 0 .3 0 .8.2 1 .2.3 1 .6 1.2.9.2.2.6.8.6 1.1 0 .3-.7.5-.7.8 0 .2.3.6.5.8.2.2.7.5.7.8 0 .4-.5 1-.7 1.2-.3.2-1.2.2-1.3.6-.2.3.2 1 .2 1.4 0 .5-.2 1.4-.5 1.8-.1.2-.6.4-.7.6-.2.3-.5.9-.6 1.2v.9l-1.2-.8-2.8-2c-.5-.3-1.4-.8-1.9-1.1-.9-.4-2.8-1-3.6-1.5-.5-.3-1.5-1.3-1.9-1.7-.3-.3-.9-.9-1.3-1.2-.4-.2-1.5-.4-1.9-.6-.4-.2-1-.8-1.4-.9-.5-.1-1.4.2-1.9 0-.3 0-.7-.4-1-.5-.6-.2-2-.4-2.6-.3-.4 0-1 .5-1.2.7-.3.3-.6 1-.8 1.3-.2.3-.4 1.1-.7 1.4-.1.2-.5.6-.7.5-.5 0-.9-1.1-1.4-1.3-.3-.1-.9-.1-1.3-.1v-.4c0-1.2.4-3.7.6-4.9.1-1 .3-2.9.4-3.9.2-1.1.6-3.2.9-4.3.2-1 .8-2.9 1.1-3.8.3-.9.4-2.9 1.1-3.6.2-.2.7-.2 1-.2.3 0 1 .2 1.3.2.4 0 1.3 0 1.7-.2.3-.2.6-.8.8-1.1.4-.5 1.1-1.4 1.4-1.8.3-.4 1-1.2 1.4-1.6.4-.4 1.4-1.3 1.9-1.6.3-.2.9-.5 1.2-.6.3 0 1 0 1.2.2.3.2.4 1.2.7 1.2.3 0 .8-.4 1-.7.1-.3-.1-1.1-.2-1.4-.1-.4-.4-1.3-.7-1.7-.2-.4-.8-1.1-1.1-1.4-.5-.6-1.4-1.7-1.9-2.2-.5-.6-1.7-1.6-2.2-2.2-.4-.4-.9-1.3-1.4-1.6-.5-.3-1.5-.4-2.1-.4-.4 0-1.2.2-1.5.4-.4.1-1.2.6-1.7.7h-1.3c-.3 0-.8-.5-1-.7-.3-.3-.8-1.2-1-1.6-.5-.7-1.4-2.2-2-2.8-.7-.8-2.1-2.2-2.9-2.8-.4-.3-1.4-.6-1.9-.7-.4 0-1.2-.2-1.7 0-.5.1-1.5.7-2 1-.5.3-1.4 1.1-1.8 1.5-.3.4-.8 1.2-1.1 1.7-.2.3-.3 1.2-.7 1.4-.2.1-.8.1-1 0-.3-.1-.9-.7-1-1-.1-.3 0-.9 0-1.2-.1-.4-.5-1.1-.7-1.4-.2-.2-.9-.3-1.1-.5-.2-.2-.4-.9-.4-1.2 0-.4.3-1.3.2-1.7 0-.3-.1-1-.3-1.2-.2-.3-.8-.7-1-.9-.2-.3-.5-1.1-.8-1.1-.2 0-.4.5-.5.7-.1.2-.3.8-.5.7-.3 0 0-.9 0-1.1 0-.3-.1-.9-.3-1.1-.2-.4-.7-1.6-1.1-2-.6-.6-2.7-3-2.7-3s1.5-.3 2.2-1.8c.4-.8 1.6-2.2 2.2-2.9.6-.8 1.5-2.6 2.2-3.4.7-.7 2.3-1.8 3.2-2 1-.2 3.2.6 4.2.6 1.1 0 3.2-.3 4.3-.2.5 0 1.1.2 1.7.3 0 .4.2.9.2 1.2v1.2c0 .3.2.9.4 1.2.2.3.8.7.9 1 .1.2 0 .8.2 1 .2.4.9.9 1.2 1.2.3.4.6 1.4.9 1.9.2.3.6.9.9 1.2.3.3.8 1 1.2 1.3.3.3.9.7 1.3.9.3.2 1.1.4 1.4.5H181.7c.4 0 1 .3 1.4.4l1.6.4c.2 0 .7.3.9.4.5.3 1.3.9 1.7 1.2.3.2.8.8 1.1 1 .3.2.9.7 1.2.9.3.2 1 .4 1.3.5.3.2 1 .5 1.3.7.3.2.9.8 1.2 1.1.3.2.9.5 1.2.6l1.2.4 1.6.8c.3.2 1 .4 1.4.6Z",
2327
- className: "st3"
2328
- }
2329
- ),
2330
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2331
- "path",
2332
- {
2333
- d: "M174.5 866.8c.1 0 .5.2.5.3s-.5.2-.5.3c0 .2.2.6 0 .8 0 .2-.6.1-.7.3-.1.2.3.7.2.9-.1.2-.7.2-.9 0-.3-.1-.6-.7-.7-1 0-.3 0-.8.1-1 .2-.2.7-.3.9-.4.2 0 .7-.3.9-.3ZM162.5 877.6c.1.2 0 .7-.2.9-.2.3-.8.5-1.1.5-.2 0-.4-.3-.6-.3-.3 0-.9.3-1.1.3-.3 0-1-.2-1.1-.5 0-.2.2-.6.4-.8.2-.1.6-.2.8-.2.3-.1.8-.5 1.1-.6.2 0 .5-.2.7-.1.1 0 0 .5.1.6.2.2.8 0 .9.3ZM156.3 864c0 .2-.2.6-.4.7-.2.1-.6.3-.8.2-.2 0-.2-.5-.3-.7-.1-.1-.6-.2-.7-.4 0-.2.3-.6.4-.8.1-.1.4-.2.6-.3.1 0 .5 0 .5.1.1.1 0 .6 0 .7 0 .1.5.1.6.3ZM144.2 888c0 .2-.3.7-.4.8-.2.1-.6.1-.8 0-.1 0-.3-.4-.3-.5 0-.3-.2-.9-.1-1.1 0-.2.3-.5.4-.6h.5c.1 0 .3.2.3.3 0 .2-.2.6-.1.8 0 .2.6.2.6.4ZM144 884.8c0 .2-.3.7-.5.8-.2 0-.6-.3-.7-.5v-.7c0-.1-.4-.2-.4-.3v-.7c.1-.1.5-.2.6-.2.1 0 .3.1.4.2 0 0 0 .3.1.4 0 .2-.1.5 0 .7 0 .2.6.3.6.5ZM142.9 881.8c.1.1.1.5 0 .6-.1.2-.5.2-.7.3h-.6c-.1-.1-.2-.6 0-.8 0 0 .3 0 .4-.1h.8ZM142.8 838.3c0 .1 0 .4-.2.5-.1.1-.5.3-.7.2-.2 0-.3-.4-.4-.5 0-.1-.2-.3-.2-.4 0-.1.2-.4.3-.5 0 0 .3-.2.4-.2 0 0 .2.2.3.2 0 .1-.3.4-.2.5 0 .2.6 0 .7.2ZM141.9 835.8v.5h-.4v.3l-.3.3v.6c0 .1-.1.4-.2.5h-.9c-.1 0-.3-.4-.2-.5 0-.2.5-.5.5-.5v-.5c0-.1.4-.3.5-.4.1 0 .4-.3.5-.3.2 0 .6.1.7.3ZM141.6 883.7c.1 0 .2.5.2.6 0 .2-.4.3-.5.4h-.5c-.2-.1-.3-.5-.3-.7 0-.1.3-.3.4-.3.1 0 .3.2.4.2.1 0 .3-.1.4 0ZM141.5 839.8c0 .1.3.3.3.4 0 .2-.4.4-.6.5-.1 0-.5 0-.6-.1 0 0-.1-.4-.1-.5 0-.1.1-.4.2-.5 0-.1.2-.3.2-.4 0 0 .3-.2.4-.2.1 0 .4 0 .5.2 0 .2-.2.5-.2.6ZM140 881.4c.2.2.4.8.3 1 0 .3-.4.7-.5.9-.1.2-.4.6-.4.9 0 .3.7.7.7 1 0 .2 0 .7-.2.8-.2.2-.8.2-1.1 0-.2-.1-.2-.7-.3-.9-.1-.2-.6-.5-.7-.7 0-.3-.1-1 0-1.2.1-.2.6-.1.8-.2.1 0 .4-.3.5-.5.1-.3-.2-1.1 0-1.3.1-.1.6 0 .7.2ZM125 849.5c0 .4-.4 1-.5 1.3-.1.3-.4 1-.6 1.3-.2.3-.9 1-.9 1.1s0 1.3-.1 1.7c0 .3-.3 1-.5 1.3-.1.2-.7.4-.8.7 0 .2.3.6.4.8 0 .2 0 .6-.1.8 0 .2-.5.4-.6.6-.1.4 0 1.2.2 1.6.1.4.7 1.1.7 1.5 0 .3-.7.7-.7 1 0 .3.4.9.6 1.1.2.2 1 .2 1.1.5 0 .2-.2.9-.5.9-.2 0-.6-.3-.8-.5-.2-.1-.5-.4-.7-.4-.2 0-.6.5-.8.4-.4-.1-.4-1.1-.6-1.4-.1-.4-.4-1.2-.5-1.6 0-.3-.3-.9-.4-1.3 0-.4-.1-1.1-.2-1.5 0-.3-.1-1-.2-1.4 0-.3-.5-1.1-.5-1.2v-1.1c0-.3-.5-.6-.6-.9-.2-.4-.4-1.3-.4-1.7 0-.2.3-.7.2-1 0-.2-.5-.5-.5-.7-.1-.3-.1-1-.3-1.3-.1-.3-.6-.8-.8-1-.2-.2-.6-.4-.8-.6-.2-.2-.3-.8-.4-1-.1-.2-.5-.5-.7-.6-.2-.1-.7-.3-.9-.3-.2 0-.6 0-.7-.2-.3-.2-.5-.7-.8-.9-.2-.2-.7-.2-.9-.4-.2-.2-.2-.7-.4-1 0-.1-.3-.3-.4-.4-.1-.2.1-.8 0-1 0-.1-.5-.2-.6-.3 0-.1-.1-.4-.1-.5 0-.2.2-.7.4-.8.2-.1.7.1 1 .2h1.1c.4 0 1.2.5 1.7.6.4 0 1.1.2 1.5.2.2 0 .7-.2.9-.3.2-.1.5-.5.6-.7.1-.3 0-.9 0-1.1 0-.2.4-.4.6-.4.2 0 .7.1.9 0 .2-.1.3-.6.4-.9v-.6c0-.2.2-.5.3-.7 0-.1.1-.4.2-.5.1-.1.4-.2.5-.3.1 0 .4-.3.6-.3.2 0 .4.3.5.4.2.1.5.3.6.5.1.2.2.7.3.9.1.3.4.9.7 1h.7c.1 0 .4.3.5.4.2.1.6.4.8.6.1.1.2.5.3.6.2.3.7.7.8.9.2.3.5.9.4 1.2 0 .2-.4.4-.5.6-.1.3-.2.9-.1 1.1 0 .3.4.7.5 1 0 .4-.3 1.2-.3 1.6v1.3c0 .4.6 1 .6 1.3Z",
2334
- className: "st3"
2335
- }
2336
- )
2337
- ] }),
2338
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ca-mau", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2339
- "path",
2340
- {
2341
- d: "M201.1 904.4c.3.2 1.2 0 1.4.4.1.2 0 .6 0 .8 0 .3-.2.8-.3 1.1-.2.3-.9.7-1.2 1-.2.2-.6.6-.7.9v.9c0 .2.5.5.6.7 0 .2 0 .6.2.8.2.3 1.1.2 1.3.5.2.2.5.9.4 1.2 0 .3-.5.9-.8 1-.2 0-.6-.3-.8-.2-.2.1-.2.7-.4.9-.2.3-.7.7-.9.9-.2.3-.8.9-.8 1.2 0 .2.2.6.4.8.2.2.6.2.8.4.2.2.5.7.8.8.3.2 1.1.2 1.2.5.1.2 0 .8-.2 1-.1.2-.6.2-.8.4-.2.2-.6.6-.7.8v1c0 .2-.5.4-.6.6-.1.3 0 1.1.3 1.4.2.2.7.2.9.3.2 0 .5.3.7.3.3 0 .8-.2 1.1-.2.2 0 .6.1.8.2.3.2.8.8 1.1 1 .2.1.7.2.9.2.3 0 .9-.2 1.2-.1.2 0 .4.5.6.6.2.1.7.2 1 .2.2 0 .5-.4.8-.4.2 0 .5.2.6.4.3.2.7.7.9.9.2.3.3 1.1.4 1.5v.5c-.2.2-.4.4-.5.6-.2.3-.8.7-1 1-.2.2-.4.7-.5 1 0 .4.2 1.1.1 1.5 0 .2-.3.6-.4.8-.1.2-.2.7-.4.9-.2.3-.7.6-.9.9-.2.3-.2 1.1-.3 1.4 0 .4-.3 1.1-.5 1.5l-.8 1.6c-.4.6-1.1 1.7-1.6 2.2s-1.3.8-1.7 1.2c-.2.2-.4.8-.6 1-.3.3-1.2.8-1.6 1-.4.2-1.4.4-1.8.6-.6.2-1.8.3-2.3.6-.4.2-1.1 1-1.4 1.4-.3.3-.8 1-1.1 1.3-.2.2-.5.7-.7 1-.3.6-.7 2-1.1 2.5-.2.3-.9.8-1.3.9-.3.1-1 0-1.3 0-.4 0-1.2 0-1.6.2-.6.2-1.6 1-2.2 1.2-.9.4-2.9 1-3.9 1.3-.5.1-1.4.5-1.9.6-1 .2-3.1.5-4.2.5-.7 0-2 0-2.6-.1-.5 0-1.6-.1-2.2-.2-.7-.1-2.2-.6-2.9-.9-.6-.2-1.9-.3-2.3-.8-.2-.2-.4-1-.3-1.3 0-.2.3-.7.5-.8.2-.1.7 0 1 0 .3 0 .8.5 1.1.5.4 0 1-.3 1.4-.5.5-.2 1.5-.6 1.8-1 .2-.2.3-.8.2-1.1 0-.3-.7-.8-.8-1.2 0-.3 0-1.1.3-1.4.2-.2.7-.2 1-.2.2 0 .8 0 1-.1.2-.2.4-.7.4-1 0-.5-.5-1.3-.7-1.7-.3-.5-1.1-1.4-1.4-1.9-.2-.3-.8-1-.9-1.4-.1-.4-.2-1.2-.2-1.6 0-.7.7-1.9.9-2.6.2-1.1.5-3.3.5-4.5 0-1.4-.1-4.2-.1-5.6 0-1.7.1-5.1.2-6.8v-2.3c0-.5.3-1.5.4-1.9.2-.9.5-2.6.5-3.4v-4.1c0-1.7.5-5.1.6-6.8 0-1.6.1-4.8.2-6.6.4 0 1.1 0 1.3.1.4.2.9 1.3 1.4 1.3.2 0 .6-.4.7-.5.2-.3.5-1.1.7-1.4.2-.3.5-1.1.8-1.3.3-.3.9-.7 1.2-.7.7-.1 2 .1 2.6.3.3 0 .7.4 1 .5.5 0 1.4-.2 1.9 0 .4.1 1.1.7 1.4.9.5.2 1.5.3 1.9.6.4.2 1 .9 1.3 1.2.5.4 1.4 1.4 1.9 1.7.8.5 2.7 1.1 3.6 1.5.5.2 1.4.8 1.9 1.1l2.8 2c.3.2.9.7 1.2.8ZM169.5 963.8c.1.2.2.9 0 1.1 0 .1-.4 0-.5.2v.6c-.1.1-.6.1-.7 0-.2-.1-.2-.6-.3-.8v-1.2c0-.2.2-.7.4-.8h.3c.2 0 .2.5.3.7.1.1.5.2.6.3Z",
2342
- className: "st3"
2343
- }
2344
- ) })
2345
- ] }),
2346
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "dong-nam-bo", children: [
2347
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "dong-nai", children: [
2348
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2349
- "path",
2350
- {
2351
- d: "M310.6 837.7c.2.2.6.7.6.9 0 .3-.5.6-.7.7h-.8c-.3 0-.7.5-.9.6-.3.1-1 .3-1.3.4-.2 0-.5.2-.7.3-.3.1-.8.4-1.1.5h-1c-.2-.1-.4-.6-.5-.8 0-.2.1-.7.3-.8h.4c.2-.2 0-.8 0-1.1 0-.2.1-.6.1-.8v-2.2c0-.2-.1-.7-.3-.9v-.5s.3-.3.3-.4v-.4c.2-.2.5-.6.7-.7h.9c.2 0 .4-.4.6-.4h1c.1 0 .4-.2.5-.2.2 0 .6.2.7.3.2.2.2.8.2 1v1.8c-.1.1-.5 0-.7.2-.1.2 0 .7 0 .9 0 .4.5 1 .8 1.2.2.1.6.1.8.2Z",
2352
- className: "st3"
2353
- }
2354
- ),
2355
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2356
- "path",
2357
- {
2358
- id: "dong-nai1",
2359
- d: "M312 780.2c.5-.2 1.1-.5 1.4-.8.4-.3 1.1-1.1 1.4-1.5.2-.2.5-.7.8-.9.3-.2 1-.3 1.1-.5.2-.3-.1-.9 0-1.2.1-.3.9-.5 1-.8.2-.5-.7-1.8-.4-2.3.2-.4 1.1-.7 1.4-1 .3-.3.5-1.3.9-1.5.3-.2 1.1.3 1.4 0 .4-.2.2-1.5.6-1.6.2 0 .6.5.8.6.3 0 .9-.5 1.2-.6.3-.1 1.1-.3 1.4-.3h1.4c.4 0 1.4 0 1.6-.2.1-.1.2-.5.4-.7.2-.2.9-.2 1.2-.3.4-.1 1.2-.5 1.6-.6.3 0 1 .1 1.3 0 .4 0 1.3-.5 1.7-.7.2 0 .4-.3.6-.4.3-.3.6-.5.9-.6.5 0 1.4.3 1.9.4.6 0 1.7 0 2.2.3.3.1.8.8 1.1 1 .5.3 1.7.3 2.2.6.3.3.5 1.2.8 1.4.4.3 1.5.1 1.8.5.2.2.3.9.2 1.2-.1.3-1.1.7-1 1 0 .3 1 .4 1.2.6.3.3.4 1.2.7 1.5.3.3 1.1.5 1.5.6.9.3 2.9.7 3.8 1.1.5.2 1.4.8 1.9 1 .3.2 1.1.4 1.4.5.5.2 1.3.8 1.8 1 .6.2 2.2-.1 2.6.4 0 0 0 .2.1.3 0 .5 0 1.3-.3 1.5-.4.4-1.6.4-2.2.4-.8 0-2.5-.3-3.3-.5-.6-.2-1.9-.7-2.4-1.1-.5-.4-.9-1.8-1.5-1.8s-1.6 1.1-1.9 1.6c-.4.6-.9 2-1.2 2.6-.5 1.4-1.2 4.4-1.7 5.9-.4 1.1-1 3.5-1.7 4.4-.4.5-2.1.7-2.3 1.4-.2.6 1.2 1.8 1.1 2.5-.2 1-2.8 2-2.6 2.9.1 1 2.4 2.1 3.4 2.4.6.2 2.1-.1 2.7.1.7.3 1.7 1.3 2.1 1.9.5.7 1.4 2.1 1.5 2.9.1.7-.8 2.3-.3 2.8.6.6 2.4-.8 3.2-.7.4 0 1.2.5 1.6.7.2.2.7.5.8.8 0 .2-.1.8-.2 1 0 .4.2 1.4 0 1.8-.1.3-.8.4-1 .7-.2.3 0 1.1 0 1.4-.2.4-1.3.5-1.5.9-.2.4 0 1.3-.1 1.7-.2.3-.8.8-1.2.9-.3 0-1-.4-1.2-.6-.2-.3 0-1-.2-1.3-.1-.1-.6-.1-.7-.2-.2-.3 0-1.1-.1-1.4-.1-.2-.6-.3-.8-.3-.4 0-1.4 0-1.7.2-.3.2-.7.9-1 1.2-.2.2-.7.3-.9.5-.2.2-.3.9-.5 1.1-.2.2-.7.3-.8.5-.1.2 0 .6-.2.8-.2.3-.8.7-1 1-.2.3-.4 1-.7 1.1-.2.1-.8 0-1.1 0-.3.2-.5 1.1-.7 1.3-.3.3-1.1.8-1.5.7-.2 0-.3-.7-.5-.8-.3-.2-.9.2-1.2 0-.2-.2-.3-.8-.5-1.1 0-.2-.4-.4-.4-.6 0-.3 0-.8.2-1 .2-.2.9 0 1.1 0 .2-.1.2-.6.2-.7 0-.2-.1-.6-.2-.7-.3-.3-1.2-.2-1.6-.4-.2 0-.5-.1-.6-.3 0-.2.3-.6.2-.8 0-.2-.6-.3-.8-.4h-.9c-.3.1-.7.9-1.1 1-.4.1-1.2-.2-1.6 0-.2.1-.5.7-.7.8-.4.2-1.3.2-1.6.5-.2.2 0 .8-.2 1-.2.4-.9.8-1.1 1.2-.1.3 0 .8-.1 1.1 0 .4-.3 1.3-.7 1.5-.5.3-1.9 0-2.4-.5-.2-.2-.1-.8-.3-1-.2-.2-.8-.3-1.1-.2-.3 0-.9.3-1.1.6-.2.3 0 1-.2 1.2-.3.4-1.6.3-2 .5-.3.2-.6.8-.9 1-.2.2-.8.5-.9.8-.1.4.2 1.1.4 1.4 0 .1.3.4.3.5v1c.1.3.8.7.9 1 .1.3 0 1 0 1.3-.1.3-.7.5-.8.7v1c0 .4-.6 1.1-.7 1.5 0 .4.2 1.2.1 1.5 0 .2-.4.4-.6.7-.3-.2-.9.3-1.2.2-.2 0-.4-.4-.5-.6v-.8c-.1-.2-.6-.1-.8-.2-.1-.1-.2-.5-.3-.7-.2-.2-.5-.5-.8-.5s-.7.3-.8.5c-.2.4.2 1.3 0 1.6-.1.2-.6.3-.7.2-.2-.2 0-.8 0-1.1v-1.2c0-.2-.6-.4-.7-.7 0-.2.4-.6.4-.9 0-.2-.2-.7-.4-.8-.2-.1-.7.1-1 .1h-1.2c0-.4.2-.9.3-1.2 0-.2.4-.5.4-.7 0-.4-.4-1.2-.2-1.5.1-.2.8-.2.9-.4.1-.2 0-.8 0-1-.2-.5-1-1.3-1.3-1.8-.2-.3-.4-1.1-.6-1.4-.7-.8-2.7-1.7-3.5-2.4-.3-.3-.8-1.1-1.1-1.4-.4-.3-1.5-.4-1.8-.9-.2-.3-.1-1 0-1.2.2-.2.9-.2 1.2-.4.4-.2.9-1 1.3-1.1.4-.1 1.2 0 1.6-.1.6 0 1.9-.1 2.4-.5.3-.3.4-1.4.7-1.6.2-.1.8 0 1.1 0 .3-.2.7-1.1.5-1.4-.2-.4-1.4 0-1.8-.2-.4-.3-.9-1.1-1.1-1.6 0-.3.3-1.1.1-1.4-.2-.5-1.4-.8-1.9-1.2-.4-.3-.8-1-1.3-1.4.2-.5.6-1.2.8-1.4.2-.2 1.1-.2 1.2-.4.3-.5-.2-1.8-.1-2.4 0-.3.3-.9.6-1.1.3-.3 1.3-.3 1.6-.6.3-.3.5-1.3.8-1.7.4-.4 1.5-1 2-1.2.5-.2.4-.8.3-1-.1-.4-.4-1.1-.5-1.4-.1-.5 0-1.5-.2-1.9-.1-.4-1.1-.7-1.3-1-.3-.4-.5-1.6-.8-1.8-.4-.3-1.5-.3-1.6-.7-.1-.4.7-.9.8-1.3 0-.3-.2-.9-.1-1.1.1-.2.8-.4.9-.6.2-.4-.4-1.3-.2-1.7.1-.4.8-.8 1-1.2.2-.4-.1-1.4.2-1.7.4-.4 1.7-.1 2.2-.3.1 0 .3-.1.5-.2Z",
2360
- className: "st3",
2361
- "data-name": "dong-nai"
2362
- }
2363
- )
2364
- ] }),
2365
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ba-ria-vung-tau", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2366
- "path",
2367
- {
2368
- id: "ba-ria-vung-tau1",
2369
- d: "M350.5 827.4c0 .1.1.4.2.6-.2.2-.4.7-.6.8-.2.2-.8.4-1 .5-.3.2-1 .5-1.1.8 0 .2.3.4.3.6 0 .3-.2.7-.4.9-.2.2-.8.3-1 .5-.2.2-.4.9-.7 1-.3.2-1.1.2-1.5 0-.1 0-.3-.2-.3-.3 0-.2.4-.5.3-.7-.2-.2-.8 0-1 .2-.3.2-.5 1-.7 1.3-.2.3-.7.7-1 .8-.4.2-1.2.3-1.6.4-.2 0-.5.3-.7.3h-3.5c-.3 0-.9.6-1.2.7-.2.1-.7.3-.9.4-.3.2-.7.8-1 1.1-.2.2-.6.7-.8.9-.2.1-.6.2-.8.3-.2.1-.6.4-.7.7 0 .2 0 .5-.1.7-.2.3-.9.7-1.2.6-.3 0-.6-.8-.9-1-.2-.1-.7-.2-1-.2-.3 0-1-.4-1.4-.3-.3 0-.8.5-1.1.4-.3 0-.7-.4-.9-.5-.2 0-.6-.2-.7 0-.2.1-.2.6-.2.8 0 0 .2.2.2.3 0 .3-.7.4-.9.6-.2.2-.6.6-.9.7-.1 0-.5 0-.7.1-.3.1-.8.6-1 .9 0 .1-.1.5-.2.6-.1.2-.5.4-.6.6v.8c-.2.2-.7.3-.9.2-.1 0-.2-.4-.3-.5h-.3c-.1-.1 0-.5 0-.7h.3c.1-.1.1-.5 0-.7 0-.1-.5-.2-.5-.3 0-.3.2-.9.4-1.1.1-.1.5-.3.6-.4.1-.2.1-.7.3-.8.2-.1.7.1.9 0 .2-.1.1-.6.3-.8h.6c.2-.2 0-.9 0-1.2 0-.2-.2-.5-.3-.6-.2-.1-.7-.3-.9-.2-.1 0-.3.3-.5.3-.3.1-.9.2-1.2.2-.3 0-.7-.6-.9-.8-.2-.2-.9-.4-1-.7 0-.2.3-.6.3-.8v-.5c.2-.2.5-.5.6-.7.1-.4-.2-1.2-.1-1.5 0-.4.6-1.1.7-1.5v-1c.1-.3.7-.5.8-.7.1-.3.2-1 0-1.3-.1-.3-.8-.7-.9-1v-1c0-.1-.2-.4-.3-.5-.1-.3-.5-1.1-.4-1.4 0-.3.7-.6.9-.8.2-.2.6-.9.9-1 .4-.3 1.6-.2 2-.5.2-.2 0-1 .2-1.2.2-.3.8-.5 1.1-.6.3 0 .9 0 1.1.2.2.2.1.8.3 1 .4.4 1.9.8 2.4.5.4-.2.6-1.1.7-1.5 0-.3 0-.9.1-1.1.2-.4.9-.8 1.1-1.2.1-.2 0-.8.2-1 .3-.3 1.3-.3 1.6-.5.2-.1.5-.7.7-.8.4-.2 1.2.1 1.6 0 .3-.1.7-.9 1.1-1h.9c.2 0 .7.2.8.4 0 .2-.3.6-.2.8 0 .1.4.2.6.3.4.1 1.3.1 1.6.4.1.1.2.5.2.7 0 .2 0 .6-.2.7-.2.2-.9 0-1.1 0-.2.2-.3.7-.2 1 0 .2.3.5.4.6.1.3.2.9.5 1.1.3.2.9-.2 1.2 0 .2.1.2.8.5.8.4.1 1.2-.4 1.5-.7.3-.3.4-1.1.7-1.3.2-.1.8 0 1.1 0 .3-.2.5-.9.7-1.1.2-.3.9-.7 1-1 .1-.2 0-.7.2-.8.1-.2.6-.3.8-.5.2-.2.3-.9.5-1.1.1.4.3 1 .5 1.2.1.2.5.5.7.6.4.4.9 1.3 1.3 1.6.3.3 1.3.4 1.6.7.2.3 0 1.1 0 1.5 0 .4-.3 1.3-.2 1.7 0 .3.4.8.6 1.1.2.2.8.3.9.6.3.5.3 1.7.5 2.2.2.3.7.9.9 1.2Z",
2370
- className: "st3",
2371
- "data-name": "ba-ria-vung-tau"
2372
- }
2373
- ) }),
2374
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "binh-phuoc", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2375
- "path",
2376
- {
2377
- id: "binh-phuoc1",
2378
- d: "M339.8 742.8c.3.4.6 1.5.6 2 0 .4-.3 1.2-.6 1.6-.2.4-1.1.9-1.2 1.4-.2.8.6 2.5.5 3.3 0 .2-.2.5-.3.8-.3-.3-.5-.7-.8-.8-.6-.1-1.8.4-2.3.7-.4.3-1 1.3-1.4 1.5-.5.2-1.7-.3-2.2 0-.4.3-.4 1.3-.4 1.7v1.6c-.1.5-.9 1.5-.9 2 0 .4.3 1.3.6 1.6.3.4 1.4.8 1.6 1.2.2.6-.8 1.8-.5 2.4.3.5 1.5.5 2 .8l.3.3c-.2.2-.4.3-.6.4-.4.2-1.2.6-1.7.7-.3 0-1-.1-1.3 0-.4 0-1.2.4-1.6.6-.3 0-.9.1-1.2.3-.1.1-.2.5-.4.7-.2.2-1.2.2-1.6.2H325c-.4 0-1.1.2-1.4.3-.3.1-.8.6-1.2.6-.2 0-.6-.6-.8-.6-.4.1-.2 1.4-.6 1.6-.3.2-1.1-.2-1.4 0-.4.2-.6 1.1-.9 1.5-.3.3-1.2.6-1.4 1-.2.5.6 1.7.4 2.3-.1.3-.9.5-1 .8-.1.3.2 1 0 1.2-.2.3-.9.3-1.1.5-.2.2-.6.7-.8.9-.3.4-1 1.2-1.4 1.5-.3.2-.9.6-1.4.8-.4-.2-1-.4-1.2-.5-.4-.3-.9-1.2-1.3-1.2-1-.1-1.7.6-2.2.7-.5.1-1.1 0-1.6.2-.3.2-1 1-1.3.8-.5-.3.2-1.8-.2-2.3-.3-.4-1.4-.3-1.7-.6-.3-.2-.3-1-.6-1.2-.4-.2-1.5.4-2 .3-.3 0-1-.2-1.1-.4-.1-.2.4-.7.3-.9 0-.3-.8-.6-.7-.9 0-.3.9-.5 1.1-.7.3-.4.8-1.3.9-1.8 0-.5.2-1.7-.1-2-.2-.2-.8 0-1.1 0-.4 0-1.1 0-1.4.3-.2.2-.4.9-.5 1.2-.1.5.1 1.8-.3 2.1-.3.2-1-.3-1.3-.2-.4.2-.3 1.2-.6 1.5-.3.3-1.3.3-1.6.6-.2.2-.4.8-.6.9-.2.1-.8-.2-1 0-.3.4.6 1.6.3 2-.2.2-.7 0-1 0-.5 0-1.5 0-1.8-.2-.3-.3 0-1.3-.4-1.5-.1-.1-.6 0-.7 0-.6-.2-1.4-1.2-1.7-1.8v-1.1c0-.3 0-1-.3-1.2-.4-.3-1.6 0-2-.2-.3-.1-1-.6-1.1-.9-.1-.3.2-1.1 0-1.4-.2-.3-1.2-.2-1.4-.5-.2-.3.2-1 0-1.3-.1-.2-.7-.4-1.1-.5v-.3c0-.5-.6-1.4-.6-1.9s.7-1.4.6-1.9c-.1-.5-1.2-1-1.5-1.4-.3-.3-.7-.9-.8-1.3 0-.3.1-1 0-1.3-.1-.3-.7-.5-.8-.8v-.7c.1 0 .3-.1.3-.2.4-.5-.3-2-.5-2.6-.2-.6-1.2-1.6-1.4-2.3-.2-.7-.3-2.2 0-2.9.2-.4 1.1-1 1.2-1.4.2-.7-.3-2.6-.3-2.7s1-1.2 1-1.7c0-.8-1-2-1.2-2.8-.2-.7-.7-2.2-.4-2.9.3-.5 1.5-.8 2-.8.7 0 1.9.6 2.6.7h2.7c.9 0 2.8-.3 3.7-.3.8 0 2.5-.3 3.4-.2.7 0 1.9.7 2.5.7.5 0 1.6 0 2-.2.6-.3 1.3-1.5 1.7-2.1.4-.7.8-2.3 1.3-3 .6-.7 2.1-2 3-2.2 1-.2 3.1.5 4.1.7 1.2.2 3.6.8 4.7.5 1.4-.3 3.9-2.2 5-3.2.9-.7 2.3-2.5 3.1-3.3.8-.8 2.6-2.4 3.4-3.3.7-.9 1.7-3 2.6-3.7.5-.4 1.3-.8 2.2-1.2.2.8.6 1.8.7 2.3.2 1 .3 3 .4 4 .1.8.8 2.3.7 3.1 0 .5-.9 1.3-.9 1.9 0 .5 1.1 1.1 1.2 1.6 0 .4-.1 1.1-.2 1.5 0 .5-.6 1.6-.3 2.1s1.6.6 2.1.9c.4.2 1.2.9 1.6 1.1.5.2 1.6.2 2 .5.5.4.9 1.9 1.4 2.3.4.4 1.7.3 2.1.7.3.3.1 1.4.4 1.8.4.6 2 1.2 2.4 1.9Z",
2379
- className: "st3",
2380
- "data-name": "binh-phuoc"
2381
- }
2382
- ) }),
2383
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "binh-duong", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2384
- "path",
2385
- {
2386
- id: "binh-duong1",
2387
- d: "M310.8 779.6c.2.2.8.3 1.2.5-.2 0-.4.2-.5.2-.5.1-1.8-.1-2.2.3-.3.3 0 1.3-.2 1.7-.1.4-.9.8-1 1.2-.1.4.4 1.3.2 1.7-.1.3-.8.4-.9.6-.1.3.2.8.1 1.1 0 .4-.9.9-.8 1.3.1.4 1.3.5 1.6.7.4.3.6 1.5.8 1.8.2.3 1.2.6 1.3 1 .2.5 0 1.5.2 1.9 0 .4.4 1.1.5 1.4 0 .3.2.9-.3 1-.6.2-1.6.8-2 1.2-.3.3-.5 1.4-.8 1.7-.3.3-1.3.3-1.6.6-.2.2-.5.8-.6 1.1-.1.6.5 1.9.1 2.4-.2.3-1 .2-1.2.4-.3.2-.6 1-.8 1.4-.2-.2-.5-.4-.7-.5-.4-.2-1.4 0-1.9.2-.6.3-1.3 1.4-1.9 1.7-.4.2-1.3.7-1.7.7-.4 0-.9-.7-1.2-.8-.4-.2-1.4-.2-1.7-.5-.3-.3-.4-1.3-.6-1.7-.1-.3-.5-.8-.6-1.1-.1-.5.2-1.6-.1-2-.4-.5-1.7-.6-2.2-.9-.6-.3-2-.6-2.4-1.1-.3-.4-.2-1.5-.5-2-.2-.3-.9-.7-1.1-1.1-.4-.6-.6-2-1.1-2.5-.4-.5-1.8-.7-2.2-1.2-.2-.2-.1-.8-.3-1-.5-.4-2.1-.5-2.7-.3-.3 0-.7.6-.9.7-.1 0-.4.1-.7.1 0-.3-.1-.5-.2-.7-.2-.5-1-1.4-1.1-1.9-.1-.4.1-1.3 0-1.7-.2-.4-1-.9-1.3-1.2-.6-.5-2-1.3-2.3-2-.2-.4.1-1.4 0-1.8-.2-.5-1.1-1.4-1.2-1.9-.2-.6-.4-1.9-.2-2.5 0-.4.6-1 .7-1.4.1-.4.2-1.3.4-1.7.3-.6 1.2-1.7 1.6-2.2.2-.4.6-1.2.9-1.6.2-.2.7-.3.9-.5.3-.3.6-1.4 1-1.7.2-.2.9-.1 1.1-.3.4-.3 1-1 1.2-1.6.4.1.9.3 1.1.5.2.3-.2 1 0 1.3.2.3 1.2.2 1.4.5.2.3-.1 1.1 0 1.4.2.3.8.8 1.1.9.5.2 1.7 0 2 .2.2.2.3.9.3 1.2v1.1c.2.6 1.1 1.6 1.7 1.8.2 0 .6-.1.7 0 .3.2 0 1.2.4 1.5.3.3 1.3.2 1.8.2.2 0 .8.2 1 0 .3-.4-.6-1.6-.3-2 .2-.2.8.1 1 0 .2-.1.4-.8.6-.9.3-.3 1.3-.3 1.6-.6.3-.3.3-1.3.6-1.5.3-.2 1 .4 1.3.2.4-.3.2-1.6.3-2.1 0-.3.3-1 .5-1.2.3-.2 1.1-.3 1.4-.3.3 0 .9-.2 1.1 0 .4.4.2 1.5.1 2 0 .5-.5 1.4-.9 1.8-.2.3-1.1.4-1.1.7 0 .3.7.6.7.9 0 .2-.4.7-.3.9.1.3.8.4 1.1.4.5 0 1.5-.5 2-.3.3.2.4 1 .6 1.2.3.3 1.5.2 1.7.6.4.5-.3 2 .2 2.3.3.2 1-.6 1.3-.8.5-.2 1 0 1.6-.2.5-.1 1.1-.8 2.2-.7.5 0 1 .9 1.3 1.2Z",
2388
- className: "st3",
2389
- "data-name": "binh-duong"
2390
- }
2391
- ) }),
2392
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "ho-chi-minh", children: [
2393
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2394
- "path",
2395
- {
2396
- d: "M304.8 834.3v.5c-.1 0-.4.1-.4.2-.1.2 0 .7 0 .9 0 .2-.4.6-.5.8 0 .3-.1.8 0 1.1 0 .2.3.7.3.9 0 .3 0 1-.2 1.2-.1.1-.5.2-.6.2-.2 0-.1-.6-.3-.7-.2 0-.6.3-.7.2-.2-.1-.2-.7-.3-.9 0-.2-.2-.5-.3-.7-.1-.1-.6-.2-.7-.4-.3-.3-.6-1-.9-1.3-.3-.3-1-.6-1.3-.9-.2-.3-.7-1-.7-1.3 0-.3.5-.7.6-1 0-.3-.5-.9-.5-1.3v-1.4c0-.2-.4-.6-.4-.9 0-.2 0-.5.2-.6.1-.1.6 0 .7 0 .2 0 .5.3.7.3.2 0 .7-.3.8-.5.1-.2 0-.6 0-.8 0-.2.2-.6.4-.7.1 0 .3.2.3.3 0 .1 0 .4.1.5.2.1.7-.2.9 0 .2.1 0 .7.2.8.1.2.7.4.8.5.1.1.3.4.4.6 0 .2 0 .6.2.8.2.2.8.3 1 .5.1.2.2.7.2.9 0 .2-.3.7-.2.9 0 .2.4.6.6.6h.2v.4s-.3.3-.3.4Z",
2397
- className: "st3"
2398
- }
2399
- ),
2400
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2401
- "path",
2402
- {
2403
- id: "ho-chi-minh1",
2404
- d: "M303.9 805.1c.5.5.9 1.1 1.3 1.4.4.3 1.6.7 1.9 1.2.1.3-.2 1-.1 1.4.1.5.6 1.4 1.1 1.6.4.2 1.6-.1 1.8.2.2.3-.2 1.2-.5 1.4-.2.2-.8 0-1.1 0-.4.3-.4 1.3-.7 1.6-.5.4-1.8.4-2.4.5-.4 0-1.2 0-1.6.1-.4.2-.9.9-1.3 1.1-.3.2-1 .1-1.2.4-.2.2-.2 1 0 1.2.3.4 1.4.6 1.8.9.3.3.8 1.1 1.1 1.4.8.7 2.8 1.6 3.5 2.4.2.3.4 1.1.6 1.4.3.5 1.1 1.3 1.3 1.8 0 .2.1.8 0 1-.1.2-.8.2-.9.4-.2.3.3 1.1.2 1.5 0 .2-.4.5-.4.7-.1.3-.2.8-.3 1.2-.3 0-.9-.3-1.2-.2-.2 0-.3.6-.5.8-.2.1-.6.3-.8.2-.2 0-.6-.3-.7-.5-.1-.2-.2-.5-.2-.7 0-.2 0-.6-.1-.7-.1-.2-.6-.5-.7-.7v-.7c0-.2-.3-.6-.5-.7-.2-.1-.6-.2-.8-.3-.2 0-.7 0-.9-.1-.2 0-.5-.4-.7-.6-.3-.1-.8-.3-1.1-.4-.1 0-.4-.3-.4-.4 0-.2.3-.6.3-.8 0-.2-.3-.6-.5-.7h-.7c-.1-.1-.2-.5-.2-.7 0-.2.3-.5.2-.7 0-.2-.4-.5-.6-.4 0 0 0 .1-.1.2-.1 0-.5.2-.7.2h-.7c-.2 0-.7.3-.9.4l-1.2.4c-.3 0-1.1.3-1.4 0-.2-.1-.3-.7-.5-.8-.2-.1-.8 0-1.1-.2-.2-.1-.4-.5-.6-.7-.4-.2-1.4-.5-1.8-.2-.2.1 0 .7-.2.8-.4.3-1.6 0-1.9-.3-.1-.1 0-.6 0-.7-.1-.2-.8-.4-.9-.7-.2-.2-.2-.9-.4-1.1-.2-.2-.6-.2-.8-.3-.2-.2-.6-.7-.7-.9-.2-.2-.7-.5-.7-.8 0-.2.3-.4.4-.5 0-.1.2-.5.3-.6h.4c.2-.3 0-1 0-1.3 0-.2 0-.6.2-.8.1-.2.6-.3.7-.5.2-.2.2-.7.3-1 .2-.3.8-.5.9-.8.1-.5-.6-1.5-.7-2 0-.3.3-1 .2-1.4 0-.3-.4-.7-.7-.9-.2-.2-.7-.2-.9-.4-.2-.2 0-.9-.3-1.1-.3-.3-1.3-.3-1.5-.6v-.7c-.2-.3-1.1-.4-1.5-.6-.3-.1-.9-.3-1.3-.3-.2 0-.6.2-.9.2s-.6 0-.8-.2c-.3-.2-.8-.9-1.1-1.1h-.8c-.3 0-.9-.4-1.1-.6-.2-.2-.4-1-.7-1.2.3-.3.8-1.1 1.1-1.3.2-.2.8-.3 1-.5.3-.3.3-1.3.5-1.6.3-.4 1.3-.8 1.6-1.2.5-.6 1-2.2 1.1-3 0-.3 0-.7-.1-1 .3 0 .5 0 .7-.1.3-.1.6-.7.9-.7.7-.2 2.2-.1 2.7.3.2.2.1.8.3 1 .4.5 1.8.8 2.2 1.2.5.5.7 2 1.1 2.5.2.3.9.7 1.1 1.1.3.4.2 1.6.5 2 .4.5 1.8.9 2.4 1.1.6.2 1.9.4 2.2.9.3.4 0 1.5.1 2 0 .3.4.8.6 1.1.2.4.2 1.4.6 1.7.3.3 1.3.3 1.7.5.3.1.8.8 1.2.8.5 0 1.3-.4 1.7-.7.5-.3 1.3-1.5 1.9-1.7.4-.2 1.4-.3 1.9-.2.2 0 .4.3.7.5Z",
2405
- className: "st3",
2406
- "data-name": "ho-chi-minh"
2407
- }
2408
- )
2409
- ] }),
2410
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "tay-ninh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2411
- "path",
2412
- {
2413
- id: "tay-ninh1",
2414
- d: "M280.5 767.2c-.2.6-.8 1.3-1.2 1.6-.2.2-.9.1-1.1.3-.4.3-.6 1.3-1 1.7-.2.2-.7.3-.9.5-.3.3-.6 1.2-.9 1.6-.4.6-1.3 1.6-1.6 2.2-.2.4-.2 1.3-.4 1.7-.1.4-.6 1-.7 1.4-.1.6 0 1.9.2 2.5.2.5 1.1 1.4 1.2 1.9.1.4-.2 1.4 0 1.8.3.7 1.7 1.5 2.3 2 .3.3 1.1.8 1.3 1.2.2.4 0 1.3 0 1.7.2.5.9 1.4 1.1 1.9 0 .2.1.4.2.7 0 .4.1.8.1 1 0 .8-.6 2.3-1.1 3-.3.4-1.3.8-1.6 1.2-.2.3-.2 1.3-.5 1.6-.2.2-.8.3-1 .5-.3.2-.8.9-1.1 1.3-.2-.1-.7 0-.9-.2-.3-.1-.7-.6-1-.7h-.7c-.5 0-1.7 0-2.1.2-.3.2-.5.8-.7 1-.2.2-.8.3-1.1.4-.3.2-.9.6-1.2.7h-1.2c-.2 0-.6-.5-.9-.5-.2 0-.5.3-.7.3-.3.1-.8.5-1.1.5h-1.3c.2-.1.3-.3.3-.4.3-.9-.9-2.6-1.2-3.4-.2-.5-.6-1.5-.9-1.9-.3-.4-.9-1.3-1.4-1.4-.4-.1-1.2 0-1.6 0-.6.2-1.2 1.6-1.8 1.5-.5 0-.9-1-1.2-1.4-.4-.5-.9-1.6-1.3-2.1s-1.7-.9-2.1-1.4c-.3-.5-.1-1.6-.4-2.1-.2-.4-.8-1.2-1.2-1.4-.6-.3-1.9-.1-2.5-.2-.7-.1-2.1-.2-2.6-.7-.4-.3-.8-1.4-.9-1.9-.2-.5 0-1.6-.3-2-.2-.4-1-1.1-1.4-1.4-.4-.3-1.5-.5-1.6-1-.2-.6 1.1-1.6 1.2-2.3.2-.7-.2-2.2-.2-2.9 0-.7.6-1.9.7-2.5.1-.4.5-1.1.4-1.4-.1-.6-1.6-1.1-1.7-1.7-.1-.6.5-1.6.7-2.2.1-.4.5-1.4.3-1.8-.1-.5-1-1.3-1.4-1.6-.5-.3-1.9-.2-2.3-.6-.4-.4-.9-1.4-.9-2s.6-1.5.9-1.9c.5-.7 1.6-2.1 2.4-2.4.6-.2 1.9 0 2.5.2.5.2 1.2 1.3 1.7 1.4.7.2 2.2-.1 2.7-.6.4-.4.7-1.9.8-2.2.1-.2.7-.9.9-1.2.2-.3.4-1 .5-1.4.2-.6.3-2 .7-2.5.3-.4 1.3-1 1.8-1 .8 0 2.4.7 3.2 1 .6.3 1.5 1.5 2.2 1.6.6 0 1.7-.8 2.4-.8.9 0 2.5.9 3.3 1.2.7.2 2.3.3 3 .7.6.4 1.2 2 1.9 2.4.7.5 2.4 1 3.2.8.5-.1 1-1.3 1.5-1.5.5-.2 1.6-.4 2.2-.2.6.2 1.2 1.6 1.8 1.9.4.1 1.2.3 1.7.1v.7c.1.3.7.5.8.8.1.3 0 1 0 1.3.1.4.6 1 .8 1.3.3.4 1.4.9 1.5 1.4.1.5-.6 1.4-.6 1.9s.7 1.4.6 1.9v.3Z",
2415
- className: "st3",
2416
- "data-name": "tay-ninh"
2417
- }
2418
- ) })
2419
- ] }),
2420
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "duyen-hai-nam-trung-bo", children: [
2421
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "quang-nam", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2422
- "path",
2423
- {
2424
- d: "M411.9 481.8c0 .2.4.6.3.8 0 .1-.3.4-.5.3-.1 0 0-.4-.1-.5-.1-.2-.5-.3-.6-.4-.1-.2-.1-.6-.3-.8-.1-.1-.4-.1-.5-.2-.1-.1-.1-.5-.2-.6 0 0 0-.3-.1-.3s-.4.2-.5.2c-.1 0-.3-.2-.3-.3 0-.2.2-.5.3-.6.1 0 .4-.2.6-.2.1 0 .3.2.4.3 0 .1 0 .5.1.6h.6c.1 0 .3.3.5.3h.5c.1 0 .2.4.2.6 0 .2-.2.5-.2.7ZM327.3 491.2c0-.7-.2-2.1.1-2.8.1-.3.6-.7.9-.8.4-.2 1.4-.2 1.9-.3.6-.2 1.7-.8 2.2-1.1.5-.3 1.4-1.3 2-1.5.4-.2 1.2-.3 1.6-.3.5 0 1.6.3 2.2.1.3 0 .9-.5 1.1-.7.4-.5.9-1.7 1.2-2.3.4-.7 1.4-2.2 1.7-3 .1-.4.3-1 .4-1.5.4.2 1.1.2 1.3.4.3.2.5.9.8 1 .3.1 1 0 1.3 0 .4-.2.9-1 1.4-1.2.2 0 .8.2 1 0 .3-.2.5-.8.5-1.2 0-.3-.2-1.1 0-1.3.2-.2.9-.2 1.1-.3.4-.2 1.1-.9 1.6-1 .2 0 .7.1.9.3.3.3 0 1.5.4 1.8.3.2 1.1-.2 1.5-.1.4 0 1.2.7 1.7.7.4 0 1.2-.4 1.5-.7.2-.2.4-.7.7-.8.3-.1 1 .3 1.3.4.4 0 1.1.2 1.5.2.4 0 1.1-.3 1.4-.5.3-.2.4-1.1.7-1.3.4-.2 1.4 0 1.8.2.2.1.4.6.6.7.5 0 1.5-.4 2-.4.3 0 1-.1 1.3 0 .3.1.8.8 1.1 1 .2.2.4.7.6.7.4 0 1-.8 1.4-.9.5-.1 1.5.3 2 .2.2 0 .5-.6.7-.7.4-.2 1.4-.4 1.9-.2.3.1.6 1 .9 1.2.3.2 1.2 0 1.5.1.4 0 1.3.6 1.7.5.5 0 1-1.1 1.4-1.2.3 0 .9.3 1.2.3.5 0 1.5-.3 1.9-.4h1.6c.5-.1 1.4-.4 1.8-.8.1-.1.3-.5.4-.7h1.3c.1 0 .8-.6 1.2-.7.2-.1.9 0 1-.3.2-.2.3-.8.2-1 0-.2-.4-.5-.5-.7-.2-.2-.7-.6-.7-.8s.6-.7.7-.9c.2-.2.4-.6.7-.7h1c.3.1.8.5.9.8v1c-.1.2-.8.3-1 .5-.1.2 0 .8 0 1.1 0 .3-.2.7-.2 1v1.4c0 .4.2 1.2.2 1.6.1.6.4 1.8.7 2.3.3.5 1.1 1.4 1.4 1.9.3.4 1 1.3 1.3 1.7.4.5 1.4 1.7 1.4 1.9 0 .2 1.2 1 1.2 1.2 0 .1 1.6.5 2.1.7.3.1.8.5 1 .7.3.4.6 1.3.6 1.7 0 .3-.2.8-.2 1.1 0 .7.8 1.9 1.1 2.5.7 1.4 2.2 4 3 5.3.7 1.2 2.4 3.4 3.1 4.5.5.7 1.3 2.3 1.9 3 .5.7 1.7 2 2.4 2.6.3.4 1.1 1 1.4 1.4.3.3.6 1 .9 1.3.1.1.5.3.7.3.2 0 .5 0 .6.1.1.2.1.7 0 .9 0 .1 0 .5-.2.5-.2.1-.8-.4-1.1-.2 0 0-.1.2-.1.3 0 .2.1.5.3.6.1 0 .5-.1.7 0 .2 0 .6.1.7.2.1.1 0 .6.1.7.2.2.7.3.9.4.2 0 .5.2.7 0 .1-.1 0-.5 0-.7 0-.2 0-.8.2-.9.2-.1.6.1.7.1h.8c.2.1.3.6.4.8 0 .3-.4.8-.3 1.1 0 .3.5.8.7 1 .2.3.7.8.9 1 .3.3.9.9 1.2 1.1-.1.3-.3.7-.5.8-.4.4-1.6.7-2.2.7-.3 0-.7-.4-.9-.4-.6 0-1.8.7-2.4.9-.4.1-1.1.4-1.5.5-.3 0-1-.1-1.3 0-.4.1-.9.9-1.2 1.1-.9.4-3.8.6-4 .6s-1.3.7-1.8.9c-.5.2-1.4.8-1.9.7-.5 0-1.2-1.1-1.7-1.1-.4 0-1 .8-1.4 1l-1.2.4c-.6 0-1.9-.3-2.5-.2-.6 0-1.5.8-2 .9-.3 0-1.1-.1-1.3 0-.3.3-.1 1.3-.4 1.7-.2.2-.8.4-1 .7-.2.3-.3 1.2-.1 1.5.2.3 1.1.4 1.2.7.1.3-.5.9-.5 1.2 0 .2.4.6.4.8 0 .5-.4 1.4-.6 1.8-.2.5-.7 1.5-1.1 1.8-.3.2-1 .3-1.2.6-.2.3-.1 1-.2 1.3-.1.5-.5 1.5-.6 2-.1.5-.4 1.6-.2 2.1 0 .1.1.3.3.4-.3.3-1 .5-1.3.5-.3 0-1-.3-1.2-.5-.3-.2-.5-1-.8-1.2-.4-.3-1.4-.8-1.9-.7-.4.1-1.1.9-1.2 1.3 0 .5.9 1.2 1 1.7 0 .6-.3 1.8-.6 2.4-.2.4-.6 1.1-.9 1.3-.2.1-.8 0-1.1 0-.4 0-1.3.7-1.7.5-.3-.1-.4-1.1-.7-1.2-.3-.2-1.2.2-1.5 0-.3-.2-.3-1.3-.6-1.4-.3 0-.6.7-.9.7-.6 0-1.6-1.2-2.2-1.3-.3 0-1.1.3-1.4.1-.4-.3-.5-1.5-.8-1.9-.2-.3-1-.5-1.2-.8-.2-.4-.1-1.4.2-1.7.3-.3 1.2.2 1.5 0 .2-.2.2-1 .4-1.2.2-.2 1-.3 1.2-.5.2-.3-.1-.9 0-1.2 0-.3.5-.9.6-1.2.1-.4.4-1.2.2-1.4-.2-.3-1.2 0-1.5-.4-.2-.2 0-.7-.2-.9-.5-.4-1.9.2-2.4-.1-.4-.3-.2-1.8-.7-2.1-.6-.4-2.1.3-2.8.4-.4 0-1.4.3-1.8 0-.3-.2-.3-1-.6-1.1-.4-.2-1.3 0-1.8.1-.5 0-1.5.3-1.9.1-.3-.1-.6-.7-.9-.9-.5-.2-1.6 0-2.1-.1-.5 0-1.8 0-2-.6-.3-.6.6-2 1.1-2.5.2-.3 1.1-.4 1.2-.7.1-.3-.6-1.2-.7-1.2s-1.9.4-2.4 0c-.4-.3-.4-1.6-.8-1.9-.2-.2-1-.2-1.2-.5-.3-.4-.1-1.5-.2-1.9-.1-.6-.3-2-.9-2.3-.3-.2-.9.2-1.2.1-.4-.1-.7-1.2-1.1-1.2-.2 0-.7.2-1 .4l-.2-.1c-.5-.1-1.4.8-1.9 1-.5.2-1.6.7-2.2.5-.4-.2-.9-1-1.1-1.4-.2-.4-.1-1.4-.3-1.9-.4-.8-1.5-2.1-2.2-2.6-.5-.4-1.5-1-2.1-1-.6 0-1.6.8-2.2.8-.6 0-2 0-2.6-.3-.4-.3-.7-1.3-.8-1.7-.2-.7.1-2.1 0-2.8-.1-.6-.6-1.7-1-2.1-.5-.5-1.8-1.2-2.4-1.5-.5-.2-1.5-.4-1.9-.7-.3-.2-.6-.9-.7-1.2-.2-.5-.3-1.4-.3-1.9s.3-1.4.2-1.8c-.3-.8-1.6-1.9-2.2-2.6-.2-.3-.9-.8-1-1.2-.1-.4.2-1.1.2-1.5Z",
2425
- className: "st3"
2426
- }
2427
- ) }),
2428
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "quang-ngai", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2429
- "path",
2430
- {
2431
- d: "M451.2 517.3v.5c0 .1-.4.2-.5.2-.1.1-.2.5-.4.5s-.5 0-.6-.2c-.1 0-.3-.4-.5-.4h-.9c-.2 0-.5 0-.6-.2-.1-.1-.1-.5-.2-.7 0-.1-.3-.3-.3-.4 0-.2.2-.6.4-.7.2-.1.7-.1.9 0 .2 0 .3.5.4.6h.7c.1 0 .3.3.4.4h.5c.2 0 .6 0 .7.2ZM393.4 540.1c-.1-.1-.3-.3-.3-.4-.1-.5.1-1.6.2-2.1s.5-1.5.6-2c0-.3 0-1 .2-1.3.2-.3 1-.3 1.2-.6.4-.3.8-1.3 1.1-1.8.2-.4.6-1.3.6-1.8 0-.2-.4-.6-.4-.8 0-.3.6-.9.5-1.2-.1-.3-1.1-.4-1.2-.7-.2-.3 0-1.2.1-1.5.1-.3.8-.4 1-.7.2-.4 0-1.4.4-1.7.2-.2 1 0 1.3 0 .5-.1 1.5-.8 2-.9.6-.1 1.9.3 2.5.2.3 0 .9-.2 1.2-.4.4-.2 1-1 1.4-1 .5 0 1.2 1.1 1.7 1.1s1.5-.5 1.9-.7c.5-.2 1.6-.9 1.8-.9s3.1-.2 4-.6c.4-.2.9-1 1.2-1.1.3-.1 1 0 1.3 0 .4 0 1.1-.4 1.5-.5.6-.2 1.7-.9 2.4-.9.3 0 .7.4.9.4.6 0 1.7-.3 2.2-.7.2-.1.3-.5.5-.8.3.2.9.5 1.2.6h1.4c.2 0 .6 0 .8-.1.2-.1.4-.5.5-.7 0-.1 0-.3-.1-.4 0-.2-.2-.5-.2-.7 0-.1 0-.5.2-.5s.2.6.3.8c0 .1.3.3.4.4h1.1c.1 0 .1.4.1.6v.8c0 .3.1.8.2 1 .2.3.7.9.9 1.2.2.2.5.4.7.5.2.1.6.2.8.4.2.2.6.6.6.8 0 .2-.4.6-.5.8 0 .3-.2.8-.1 1.1 0 .3.5.8.7 1.1.2.3.5.9.7 1.2l1.2 1.2c.1.1.4.5.6.5.1 0 .2-.3.3-.4.2-.1.7-.2.9 0 .2 0 .3.5.3.7 0 .2-.1.7-.3.9-.2.3-.8.6-1.1.8-.2.1-.6.4-.9.4-.2 0-.4-.4-.6-.4-.2 0-.7-.2-.9 0-.2.1-.3.6-.2.8 0 .1.2.3.3.4.2.1.7.2.8.4.1.3-.3.9-.2 1.2 0 .2.4.5.4.7 0 .2-.3.4-.4.5h-.7c-.2 0-.7-.1-1 0 0 0 0 .3-.2.3-.1.1-.5.2-.7.2-.2 0-.5-.4-.7-.4-.2 0-.5.3-.6.4v.4c.1.1.6-.2.8-.1 0 0 .2.2.3.2h1.4s.5.2.6.3c0 0 .2.2.2.3v.5c.2.2 1 0 1.2.3.1.2.1.7 0 .8-.1.2-.6.1-.9.2-.2 0-.6-.1-.8 0-.1 0-.2.4-.1.5 0 .1.3.3.4.4h.9s.3 0 .4.2c.1.1.2.4.2.6s.3 1.1.4 1.4c.1.4.4 1.3.6 1.8.1.4.4 1.2.5 1.6.2.5.6 1.5.7 2 0 .4 0 1.2.2 1.6.1.3.7.8.9 1.1.1.3.1 1 .2 1.3.1.3.7.9.9 1.2.2.4.5 1.2.7 1.6.2.4.6 1.1.8 1.4.3.6.8 1.9 1.1 2.5.4.7 1.3 2 1.8 2.7.3.5.9 1.4 1.2 1.9.2.3.8.8.9 1.1v1c0 .3.5.7.5 1 0 .3-.6.8-.7 1.1v1c0 .4.2 1.3.2 1.7v1.6c-.2 0-.5-.2-.6-.3-.3-.2-.5-1-.7-1.2-.3-.5-1.2-1.3-1.5-1.7-.3-.4-.5-1.3-.9-1.6-.4-.3-1.6-.2-2.2-.4-.5-.2-1.3-.8-1.7-1-.7-.2-2.2.2-2.9.1-.3 0-.9-.1-1.2-.2-.4-.1-1.1-.9-1.6-.8-.3 0-.7.6-1 .7-.5.1-1.5-.4-1.9-.2-.3.2-.4 1-.7 1.2-.3.2-1.1-.3-1.4-.2-.4.1-1.1.7-1.3 1-.3.4-.6 1.5-.6 1.7 0 .2.6.4.7.7.1.4-.5 1.3-.8 1.6-.2.2-.9.6-1.2.6-.4 0-1.3-.4-1.7-.5-.4 0-1.1-.3-1.4-.2-.3 0-.7.7-.9.9-.3.3-.8.9-1.2 1.1-.3.1-1.2-.2-1.5 0-.3.3-.5 1.3-.3 1.7.2.4.5 1.2 0 1.8-.2-.5-.5-1-.7-1.2-.3-.3-1.3-.5-1.7-.9-.3-.3-.4-1.1-.7-1.4-.2-.2-.6-.3-.9-.4-.3-.1-.7-.2-.9-.3-.3-.2-.8-.8-1-1.1-.2-.3-.2-1.2-.5-1.4-.4-.3-1.6.3-2 0-.2-.1-.3-.7-.3-.9 0-.4 0-1.2.1-1.6.2-.5.9-1.2 1.1-1.7v-1.6c0-.5 0-1.4.1-1.9 0-.3.5-.7.4-1 0-.5-.7-1.2-1.1-1.6-.3-.3-1.1-.8-1.5-.9-.5-.1-1.7.5-2.2.2-.3-.2-.3-1.2-.6-1.4-.7-.7-3.2-.8-3.8-1.6-.3-.3 0-1.4-.2-1.7-.4-.6-1.9-1-2.3-1.6-.2-.3-.2-1.3-.5-1.6-.2-.1-1 0-1-.1s-.3-1.3-.6-1.7c-.4-.4-1.5-.8-1.9-1.2-.5-.5-1.3-1.6-1.5-2.2-.2-.5 0-1.6-.2-2 0-.2-.4-.5-.6-.7Z",
2432
- className: "st3"
2433
- }
2434
- ) }),
2435
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "binh-dinh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2436
- "path",
2437
- {
2438
- d: "M457.8 591.8c0 .1.1.4 0 .6 0 .1-.3.4-.4.5-.1 0-.4 0-.5-.2-.1-.1 0-.5-.1-.7 0-.2-.5-.3-.5-.5s0-.7.2-.8c.2-.1.7 0 .9.3 0 .1-.2.5 0 .7 0 .1.4 0 .5 0ZM463.6 598.5c0 .2-.2.6-.3.7-.1.1-.4.4-.6.4-.2 0-.8-.2-.9-.4-.1-.2-.1-.8 0-1 0-.1.2-.4.3-.4.1 0 .3.2.4.2h.6l.2.2c.1 0 .4.1.4.2ZM432.7 635c0-.2-.6-.5-.7-.8 0-.2.3-.7.3-.9 0-.3-.6-.6-.7-.9-.1-.4.1-1.3 0-1.6-.1-.3-.8-.4-1-.7-.2-.2-.3-.8-.3-1.1 0-.2.6-.5.6-.7 0-.4-.8-1.1-.7-1.6 0-.3.7-.4.8-.6 0-.2-.1-.6 0-.8 0-.2.4-.6.4-.8.1-.4.1-1.3 0-1.7 0-.2-.4-.4-.5-.6 0-.2.1-.6 0-.8 0-.2-.3-.7-.4-.9-.1-.3-.2-1-.5-1.2-.2-.2-.7-.2-.9-.4-.1-.2 0-.6 0-.8 0-.2-.4-.6-.4-.7v-.8c0-.4-.2-1.3-.5-1.5h-.6c-.2 0-.8 0-1-.1-.1-.1 0-.6 0-.7-.1-.2-.6-.2-.7-.4-.1-.2 0-.8 0-1.1 0-.4-.2-1.2-.2-1.6 0-.2.2-.7.2-.9v-1.4c0-.1.3-.7.4-.9.1-.2.4-.4.6-.6.1-.2.4-.7.4-.9 0-.4 0-1.4-.3-1.8-.1-.2-.6-.1-.8-.2-.3 0-.8-.3-1-.4-.3-.2-.7-.7-.9-1-.2-.4-.2-1.2-.4-1.6-.2-.3-1-.6-1.2-1-.2-.3 0-1.1-.1-1.4-.2-.4-.9-1-1.1-1.3-.2-.2-.6-.6-.6-.8 0-.5 1-1.1 1-1.5 0-.4-.5-1.2-.7-1.6-.2-.5-.5-1.7-.7-2.2-.2-.5-.9-1.4-1-1.9-.1-.5.2-2 .2-2.1s-.3-.9-.5-1.2c-.3-.5-1.2-1.2-1.2-1.7 0-.4.6-1.1.6-1.6 0-.4-.3-1.3-.5-1.7-.2-.4-1-.9-1.1-1.3-.2-.4-.7-1.5-.4-1.9.3-.4 1.4 0 1.9-.2.3 0 1.1-.3 1.2-.6.3-.7-.8-2.2-1.1-2.9 0-.2-.2-.5-.3-.8.6-.6.3-1.4 0-1.8-.2-.4 0-1.4.3-1.7.3-.2 1.1.1 1.5 0 .4-.1.9-.8 1.2-1.1.2-.2.6-.8.9-.9.3-.1 1.1.1 1.4.2.4 0 1.3.5 1.7.5.3 0 1-.4 1.2-.6.3-.3 1-1.2.8-1.6 0-.2-.7-.4-.7-.7 0-.2.3-1.3.6-1.7.3-.3.9-.9 1.3-1 .4 0 1.1.4 1.4.2.3-.1.4-1 .7-1.2.4-.2 1.4.3 1.9.2.3 0 .7-.7 1-.7.4 0 1.2.7 1.6.8.3 0 .9.2 1.2.2.7 0 2.2-.3 2.9-.1.5.1 1.3.8 1.7.9.5.2 1.7 0 2.2.4.4.3.6 1.2.9 1.6.3.5 1.2 1.3 1.5 1.7.2.3.4 1 .7 1.2.1.1.4.2.6.3v.6s-.3 1.2-.3 1.6c0 .4.3 1.1.4 1.4.2.5.8 1.4 1 1.9.2.5.6 1.4.9 1.8.2.3.6.8.8 1.1.1.2.6.7.6.9s-.3.5-.4.7c0 .2-.3.6-.3.9 0 .2.3.6.4.8.1.1.5.3.5.5v.5c0 .2-.6.5-.6.7 0 .2.2.7.3.9.2.4.7 1.1.9 1.4.2.4.7 1.2.9 1.6.2.3.5.9.7 1.2.2.3.7.8 1 1 .1 0 .5.2.6.3v.5c0 .2-.5.2-.6.4 0 .2.1.5.2.6 0 .2.5.3.5.5 0 .3.3.7.4 1v.6c-.2.1-.7 0-.8 0-.1 0-.3.6-.2.7 0 .2.3.4.4.6v.7c0 .3.3.7.5 1 .1.2.5.5.6.7.3.3.6 1.2.9 1.4.1.1.5.1.6.2.1.1.3.5.2.7 0 .2-.5.6-.7.7-.1 0-.4.1-.5 0-.2-.1-.3-.7-.5-.9-.1-.2-.5-.5-.6-.7-.2-.2-.2-.8-.4-1-.2-.2-.9-.7-1.1-.5-.2.2.5.7.5.8s-.2.3-.2.4c0 .2.4.5.5.7 0 .1.1.5.2.6.2.2.8.4 1 .7.1.2 0 .6 0 .8 0 .4.4 1.2.6 1.6.2.4.5 1.1.7 1.4.2.4.6 1.1.8 1.4.1.2.5.7.6.9.1.2.4.6.5.9 0 .2-.3.7-.2.9 0 .2.4.4.5.6 0 .2-.2.5-.2.7 0 .3 0 .8-.2 1.1 0 .2-.3.5-.4.7-.1.3-.5 1-.4 1.3 0 .3.6.5.8.7.2.2.2.8.4 1 .2.2.9.4 1 .4 0 0 .5.3.6.4.1.2.2.6.3.8 0 .1.4.3.5.5.1.2 0 .8 0 1v.9c0 .2.4.6.4.9 0 .2-.4.4-.5.6 0 .2-.2.8 0 1 0 .1.4.2.5.3.1.1.2.5.2.7 0 .2-.3.5-.4.6-.2.3-.7.8-1 .9h-.7c-.2-.1-.4-.5-.4-.7 0-.3.1-.9.1-1.1v-1.2c0-.3.2-.7.2-1v-.9c0-.1.2-.4.2-.5 0-.3-.4-.8-.6-1.1-.2-.2-.6-.4-.7-.7-.1-.2-.2-.7-.3-.9-.2-.2-.7-.6-.9-.5-.2.1-.1.6 0 .8 0 .2.4.6.4.8 0 .3-.4.8-.4 1.1v1.1c0 .4.2 1.1.2 1.5 0 .2-.2.7-.2.9 0 .3 0 1 .2 1.3.1.2.6.4.7.6.1.2.1.8 0 1.1 0 .2-.5.4-.7.5-.2 0-.5-.1-.7 0-.2.1-.2.6-.2.8 0 .3-.2 1-.2 1.4 0 .4.5 1.2.6 1.4 0 .2.4.3.4.4 0 .2-.1.6-.2.8-.2 0-.4 0-.5-.1-.1 0-.3-.4-.5-.4-.4-.1-1.2 0-1.5.2-.3.2-.6.8-.9 1-.2.2-.7.5-.9.6-.2 0-.8-.2-1 0-.2.2.2.7 0 1 0 .1-.3.5-.5.4-.1 0-.1-.4-.2-.5-.2-.1-.9-.2-1.1 0-.2.2.4.9.2 1.2-.1.3-.8.5-1 .8-.2.3 0 1.1 0 1.4-.1.2-.7.3-.9.5-.2.3-.3 1.1-.6 1.2-.4.2-1.3-.3-1.7-.3-.3 0-1 0-1.2.3-.2.2-.1 1.1-.1 1.1s-1 .4-1.3.6c-.2.2-.3.8-.5.9-.5.3-1.7-.3-2.3-.3-.3 0-1.1.2-1.2.2s-1.2-.5-1.7-.6c-.4 0-1.3 0-1.7-.2-.3-.1-.7-.7-.9-.8-.3-.1-.9-.2-1.1-.3-.3-.2-.5-.8-.8-.9h-.6Z",
2439
- className: "st3"
2440
- }
2441
- ) }),
2442
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "phu-yen", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2443
- "path",
2444
- {
2445
- d: "M422 670.8c0-.2.1-.3.2-.4.3-.2 1.1.3 1.4.2.3 0 .7-.5 1-.6.3-.1 1 0 1.2-.2.2-.2.2-1 .2-1.3 0-.5-.5-1.5-.5-2s.5-1.3.7-1.7c.1-.3.2-1 .4-1.2.2-.2.9 0 1.2-.2.4-.3.6-1.3 1-1.5.6-.5 2.4-.4 2.9-.9.3-.3.5-1.3.5-1.8 0-.3-.3-.9-.2-1.2 0-.3.7-.6.9-.9.3-.4.7-1.4.7-1.9s-.2-1.4-.3-1.8c0-.3 0-1-.2-1.3-.2-.3-.8-.5-1.1-.7-.5-.4-1.2-1.5-1.6-2-.2-.2-.6-.5-.7-.7-.2-.5 0-1.6 0-2.1s-.6-1.4-.6-1.9c0-.4.6-1.1.5-1.5 0-.3-.8-.5-.9-.7-.2-.3.2-1.3-.1-1.5-.2-.1-.7 0-.9 0-.2.1-.1.7-.3.7-.3.1-.8-.5-1.1-.5-.4 0-.8.8-1.2.9-.3.1-1.2.2-1.4 0-.2-.3.2-1.1 0-1.4-.1-.3-1-.5-1-.8 0-.4.9-.9 1-1.3 0-.3-.2-1.1-.2-1.4 0-.4.4-1.2.8-1.4.2-.1 1 .1 1.1 0 0 0 .3-.5.4-.6.2-.1.6-.3.8-.2.3 0 .7.4 1 .4.3 0 .9.1 1.1 0 .2 0 .2-.5.4-.6.2-.2.7-.3 1-.2.2 0 .4.5.5.6.2.2.7.5 1 .5.3 0 .9-.2 1-.4h.6c.3.1.5.8.8.9.2.2.9.2 1.1.3.3.1.6.7.9.8.4.2 1.3 0 1.7.2.4 0 1.6.6 1.7.6s.9-.2 1.2-.2c.6 0 1.8.5 2.3.3.2-.1.3-.8.5-.9.3-.2 1.3-.5 1.3-.6s0-.9.1-1.1c.2-.2.9-.3 1.2-.3.4 0 1.3.5 1.7.3.3-.2.3-1 .6-1.2.2-.2.8-.3.9-.5.2-.3 0-1.1 0-1.4.1-.3.9-.5 1-.8.1-.3-.5-1-.2-1.2.2-.2.9-.1 1.1 0 .1 0 .1.5.2.5.2 0 .4-.3.5-.4 0-.2-.3-.8 0-1 .2-.2.7 0 1 0 .3 0 .7-.4.9-.6.3-.2.6-.8.9-1 .3-.2 1.1-.3 1.5-.2.1 0 .3.3.5.4 0 0 .3 0 .5.1v1.3s-.4.6-.4.8c0 .3.3.8.5 1 .2.3.7.8 1 1 .2.2.7.4.8.6.2.3.5.9.7 1.2.1.1.4.4.6.5.3 0 .7-.5 1-.4.2 0 .5.3.4.5 0 .2-.4.2-.5.4-.1.2-.2.6-.3.7-.2.1-.8 0-1-.2-.2 0-.3-.5-.4-.6-.2-.1-.7-.1-.8-.3-.1-.2 0-.6 0-.8 0-.2-.4-.5-.6-.7-.2-.2-.5-.6-.7-.8-.1-.2-.3-.6-.4-.7-.1-.2-.4-.6-.6-.6 0 0-.2.1-.3.2v.9c.1.2.5.3.7.5.1.1.2.5.3.6.1.2.6.3.7.4.1.1.2.5.3.7 0 .1.1.5.2.6.1.2.6.6.7.8 0 .2 0 .6.2.7 0 0 .3.1.4.2.2.2.2.7.4.9 0 0 .4.2.5.2h.9c.1 0 .3.3.2.5 0 .2-.4.3-.5.4-.1.1-.4.3-.4.5 0 .1.2.2.2.3.1.2.2.8.3 1 .2.2.6.4.8.5.2.1.7.2.8.4v.7c0 .1.5.2.5.3 0 .1.1.5.1.7 0 .3-.2.9-.1 1.1 0 .2.7.4.7.6 0 .2-.4.6-.7.6-.2 0-.5-.3-.7-.3-.2 0-.6-.2-.7 0 0 0 .2.4 0 .5-.1.2-.7 0-.8 0-.1 0 0-.5-.2-.5s-.5.3-.7.3c-.3 0-.8-.2-1-.4v-.7s.2-.1.3-.2c.1-.1 0-.6.2-.7.1-.1.5 0 .6 0 .2 0 .5-.3.6-.5 0-.2.1-.7 0-.8-.1-.2-.5-.2-.7-.3-.2-.1-.4-.5-.5-.7 0-.1 0-.5-.1-.6-.2-.2-.8 0-1 0-.2 0-.6.2-.8.1-.3 0-.6-.8-.9-.8-.2 0-.6.3-.6.4 0 .2.1.5.2.6h.7c.1.2 0 .7-.2.9-.1.2-.7.2-.8.4-.1.2-.2.7 0 .9 0 .1.5 0 .6.2.1.1.2.4.2.6 0 .2 0 .5-.1.6 0 .2-.5.4-.5.5 0 .2.4.5.5.8 0 .2-.2.5-.1.7 0 .1.3.3.5.4.1 0 .4 0 .5.2.1.1.3.4.3.6.1.3.2.9.4 1.1.1.1.4.3.6.4h1c.2 0 .5.3.5.5v1.8c0 .3.3 1.1.2 1.4 0 .1-.4.3-.5.3-.2 0-.7-.1-.8 0-.2.2 0 .7 0 .9 0 .1.3.3.4.5.1.2 0 .8.2 1 .1.1.5.3.6.2.2 0 .5-.4.5-.5 0-.2-.2-.6-.2-.9 0-.2 0-.7.1-.9.2-.1.7-.1.9 0 .2.1.5.7.6.9.1.3.5.8.4 1.1 0 .2-.3.5-.5.5s-.7-.2-.9 0c-.1.1 0 .5 0 .6 0 .2.5.4.7.6.3.3 1 .9 1 1.4 0 .3-.3.8-.5 1-.1.1-.6.2-.7.4-.2.3-.4 1.1-.5 1.4 0 .2-.2.7-.2.9 0 .4.4 1.2.5 1.6.2.5.7 1.6 1.1 2 .2.2.7.6.9.8.2.3.4.9.6 1.1.2.3.6.8.8 1.1.2.3.3 1.1.4 1.4.1.2.4.7.6.9.2.2.6.3.7.5.3.3.6 1 .8 1.3.3.4 1 .9 1.4 1.2.2.2.8.5.9.7.2.2 0 .9.2 1.1.2.3.8.6 1 .8.2.3.3 1.1.4 1.5 0 .2.3.6.3.8 0 .1-.2.4-.2.5 0 .2-.2.6-.2.8 0 .2-.2.8-.5.9h-.7c-.2 0-.5.5-.7.7-.2.1-.7.4-.8.2-.1 0 0-.5 0-.6.1-.1.5 0 .6-.2.2-.1.3-.6.4-.8.1-.1.6 0 .7-.2.1-.2 0-.6 0-.8 0 0-.3-.1-.3 0-.3 0-.7.4-1 .5-.2 0-.5.2-.7.3-.2.2-.3.6-.4.9h-.4c-.4 0-1.2-.3-1.6-.2-.3 0-.9.6-1.2.6-.3 0-.9-.1-1.2-.1-.5 0-1.4.3-1.9.5-.4.2-1.2.8-1.6.9-.5 0-1.5-.5-1.9-.3-.3.1-.6.9-.9 1.1-.4.2-1.3 0-1.7 0-.2 0-.6-.4-.8-.4-.4 0-1.4-.1-1.8 0-.6.3-1.3 1.4-1.5 1.9-.1.3-.1.9-.3 1.1-.3.3-1.3.5-1.7.7-.2.2-.5.7-.7.9-.5.3-1.7 0-2.2.2-.3.1-.5.7-.7.9-.5.2-1.6-.2-2 0-.3.2-.4.9-.7 1.2-.2.2-.8.2-1.2.2-.2-.4-.9-1-.9-1.4 0-.4.7-1.1.7-1.5 0-.3-.1-.8-.2-1-.2-.3-.8-.8-1-1.1-.1-.3 0-.9-.2-1.1-.2-.2-.7-.4-1-.4-.3 0-.7.4-.9.4-.4 0-1-.5-1.4-.6-.6 0-1.7.3-2.2.2-.3 0-.8-.4-1-.6-.3-.3-.4-1.1-.6-1.5-.2-.5-.6-1.6-1-1.8-.4-.2-1.4 0-1.9 0-.3 0-.9.3-1.1.2-.5-.2-.5-1.5-.9-1.9-.3-.4-1.4-.8-1.6-1.2-.1-.3.2-1 0-1.3-.3-.4-1.5-.4-1.9-.7-.3-.2-.6-.9-.9-1-.4-.2-1.5-.1-1.8-.5-.3-.4 0-1.3 0-1.8 0-.1 0-.3.1-.5ZM467.5 634.2c0 .2-.3.5-.5.6h-.7c-.1-.1 0-.5 0-.7-.1-.2-.6-.2-.7-.3v-1.2c.1 0 .4.1.6.2.2 0 .6 0 .7.2v.6c0 .2.6.4.6.7Z",
2446
- className: "st3"
2447
- }
2448
- ) }),
2449
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "khanh-hoa", children: [
2450
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2451
- "path",
2452
- {
2453
- d: "M465.9 704.4c.1 0 .2.5.2.7 0 .2-.6.4-.8.5-.2 0-.8 0-.9-.2-.2-.2-.1-.7 0-.9 0-.1.1-.4.2-.4s.4-.1.5 0c.1 0 0 .5 0 .6.2.1.7-.3.9-.2ZM467.3 712.3c.1.1 0 .6-.1.8 0 .2 0 .5-.2.6-.3 0-.7-.3-.9-.5-.1-.1-.3-.4-.3-.5 0-.1 0-.5.2-.5.1 0 .4.2.5.2.2 0 .7-.2.9 0Z",
2454
- className: "st3"
2455
- }
2456
- ),
2457
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2458
- "path",
2459
- {
2460
- d: "M424.1 723.9c-.4-.6-1-1.3-1.1-1.8-.2-.6.2-2 0-2.7-.1-.5-.9-1.2-1-1.7 0-.3.4-.9.3-1.2 0-.2-.5-.4-.9-.6 0-.1.1-.2.2-.3 0-.3-.2-.8-.2-1.1 0-.5.6-1.5.7-2 0-.3.2-.8.1-1.1-.1-.3-.8-.6-.9-.9-.1-.5.5-1.4.5-1.8 0-.3-.4-.9-.5-1.2 0-.4.1-1.2.4-1.5.3-.2 1.2 0 1.4-.2.2-.1 0-.7.2-.8.4-.4 1.7 0 2.3-.2.2 0 .5-.5.8-.6.6-.2 1.9-.2 2.4.2.1.1.1.6.2.7.3.2 1.1 0 1.4.1.4.2.9.8 1.3 1 .4.2 1.1.9 1.5.7.2-.1.3-.8.3-1 0-.3-.7-.5-.7-.8 0-.4.7-.9.8-1.2v-1.3c0-.1.5-1.3.6-1.7.1-.3.5-1 .5-1.3 0-.4-.5-1.2-.5-1.7 0-.4.5-1.1.7-1.4.1-.3.3-.9.5-1.1.1-.2.5-.4.5-.5.1-.4-.3-1.2-.3-1.6s0-1.2.3-1.4c.3-.2 1 .3 1.3.2.4 0 1.1-.4 1.5-.5.3 0 .9.3 1.2.2.5-.2 1.3-.9 1.4-1.4v-.3c.4 0 1 0 1.2-.2.3-.2.4-1 .7-1.2.4-.2 1.5.2 2 0 .3-.1.5-.7.7-.9.5-.2 1.7 0 2.2-.2.2-.1.5-.7.7-.9.4-.3 1.4-.4 1.7-.7.2-.2.2-.9.3-1.1.3-.6 1-1.7 1.5-1.9.4-.2 1.3-.2 1.8 0 .2 0 .6.4.8.4.4.1 1.3.2 1.7 0 .3-.1.6-1 .9-1.1.5-.2 1.4.4 1.9.3.5 0 1.2-.7 1.6-.9.5-.2 1.4-.4 1.9-.5.3 0 .9.2 1.2.1.3 0 .9-.6 1.2-.6.4 0 1.2.2 1.6.2h.4c-.2.3-.8.6-1.1.9-.2.2-.6.7-.8 1-.1.2-.4.6-.5.8v.8c0 .3.1.9.2 1.2v1.1c0 .2.3.6.5.8.1.2.3.7.4.9.1.2.5.4.6.6 0 .2.2.6.2.7 0 .2-.1.5 0 .7.1.3.8.8 1.1 1 .1.1.5.2.6.4.1.2-.1.7 0 .9.1.2.6.4.8.4.1 0 .3-.2.4-.2h.8c.2 0 .7 0 .9.1.2.1.5.5.5.8 0 .2-.3.4-.5.5h-.7c-.2 0-.6.3-.9.3h-.4c-.1.2.3.7.2 1 0 .2-.4.4-.4.6 0 .3.2.8.3 1.1 0 .1.4.3.4.5s-.4.6-.4.8c0 .2.7.3.7.5s-.4.6-.7.6c-.1 0-.3-.1-.4-.2 0 0 0-.4-.1-.5-.1 0-.6.2-.7.1-.2 0-.2-.5-.2-.7 0-.2.3-.5.4-.7 0-.2 0-.6-.2-.7h-.3c-.2 0-.6 0-.7-.2-.2-.1-.1-.7-.3-.8-.1-.1-.6-.3-.7-.1-.1 0 0 .4 0 .6 0 .3.3.8.4 1 0 .1.3.3.4.5 0 .2-.2.7 0 .9 0 .1.5.2.6.3 0 .2.1.6 0 .7 0 .1-.1.3-.2.4-.1 0-.3-.2-.5-.2h-.7s0-.4-.2-.4c-.1-.1-.6 0-.7 0-.2-.1 0-.7-.2-.8-.2-.2-1.1 0-1.3-.3 0-.1.1-.5 0-.7 0-.2-.5-.3-.6-.4v-.5c0-.1-.5-.2-.6-.2-.1 0 0 .4 0 .5-.1.1-.6.2-.7 0 0 0 0-.3-.2-.4 0-.1-.4-.2-.5-.4v-.5c0-.1.4-.2.5-.2.1-.1.3-.4.4-.5h.5c.1 0 .4-.1.5-.1.2 0 .6.2.8.3.1 0 .2.4.4.4s.7-.3.9-.4c.1 0 .3-.3.5-.2l.3.3c.1 0 .4.1.5.1.2 0 .3-.5.5-.5.1 0 .4.2.5.2.1 0 .4.1.5 0 .1 0 0-.4 0-.5 0-.2-.2-.4-.2-.6 0-.2.2-.7.1-.9 0-.2-.5-.2-.5-.4 0-.1 0-.5-.1-.6 0-.1-.4-.4-.5-.4-.1 0-.2.2-.3.4 0 .1 0 .4.1.6 0 .1.4.2.4.3s-.3.3-.4.4h-.6v-.3c0-.1-.3-.4-.5-.4-.1 0-.4 0-.4.1 0 .2.2.5.3.6 0 .2.2.5.1.7 0 .2-.3.5-.5.5-.1 0-.4 0-.5-.1v-.6c0-.1-.6-.1-.7 0-.2 0-.4.5-.6.5-.2 0-.5-.4-.5-.6 0-.1.4-.2.5-.3.2 0 .5-.2.6-.3v-1.3c0-.1.3-.3.4-.2.2 0 .4.4.5.4.2 0 .7-.2.7-.4 0-.1-.1-.4-.2-.5 0-.1 0-.4-.2-.4-.1-.1-.6 0-.7 0-.2-.1-.2-.6-.1-.8 0-.2.3-.4.4-.6v-.3c0-.3-.1-.8-.2-1.1 0-.2-.1-.6-.2-.8v-.9c0-.4 0-1.4-.3-1.5-.3 0-.7.8-.9 1-.3.3-.8.7-1.1 1l-1.2 1.2c-.3.3-.8 1.1-1.1 1.5-.3.3-1 .8-1.4 1.1-.4.3-1.1.9-1.5 1.2-.3.2-1.3.3-1.5.6v.5c0 .2.2.6.2.7 0 .3-.1 1-.4 1.2-.2.2-.8 0-1.1.2-.2.1-.7.5-.8.7 0 .2 0 .7.2.8.1.2.7.1.8.3v.7c0 .3 0 1-.2 1.2-.1.2-.6.2-.7.3-.1.1-.3.5-.2.7.1.2.8.2 1 .4v.7c.1.2.7.7 1 .5.2-.1-.2-.6-.2-.8 0-.2.3-.4.5-.6.1-.2.4-.6.6-.7h.6c.1.2 0 .6 0 .8 0 .1-.3.4-.3.5 0 .3.2.8 0 1.1 0 .2-.6.4-.6.6 0 .1.4 0 .5.1.1 0 .2.3.2.5s-.2.6 0 .8c0 .1.3.3.5.4h.7c.2 0 .3.5.4.6.2.1.7.2.9.4.1.1 0 .5.1.7.1.2.6.3.9.3.1 0 .5 0 .6.1.1.1.3.5.2.7 0 .1-.3.3-.4.4-.1.1-.4.4-.4.5 0 .1.1.4.1.6 0 .2-.2.5-.2.7v.5c.1.1.7 0 .8 0 0 .1-.3.4-.2.5.1.2.7.1.9.1.2 0 .8-.2 1 0v.5c.1.2.8.1.9.4v.5s.2.2.2.3c0 0-.2.2-.2.3 0 0-.3 0-.3.2 0 .1.2.3.2.5 0 .1-.2.4-.4.4-.1 0-.4-.2-.5-.3v-.4s-.1-.3-.2-.3c-.1-.1-.3-.5-.5-.5s-.2.5-.4.6h-.3v.6c0 .2-.3.4-.3.6 0 .3.4.7.3 1 0 .2-.4.5-.6.5-.2 0-.7-.3-.7-.4v-.6c-.1-.1-.5.2-.7.2-.2 0-.6-.2-.7-.4v-.8s-.2-.1-.3-.2c-.1-.1-.1-.5-.2-.7 0-.1-.4-.2-.5-.3v-.6s-.3 0-.4-.2c0 0 0-.3-.2-.4-.1-.1-.4 0-.5-.2-.1-.1 0-.6-.2-.8-.2-.2-.7 0-.9-.2-.2 0-.3-.5-.5-.6-.1 0-.4 0-.5-.2-.2-.1-.3-.6-.4-.8-.1-.1-.5-.2-.6-.3-.1 0-.2-.4-.3-.4-.1 0-.5-.2-.7-.2-.1.1-.1.5-.1.7v.4c0 .1.3.3.3.4l-.2.2h-.3v.5c0 .1-.1.4-.2.5 0 .1-.2.4-.1.6 0 .2.3.4.4.5h.9c.2 0 .6.2.8.3.2.1.8.3.9.5.2.3.1.9 0 1.2 0 .3-.2.8-.2 1s.1.8.2 1.1c.2.4.7 1.1 1 1.3.2.2.9.2 1 .5 0 .2-.2.7-.3.9-.2.2-.8.1-1 .3-.2.2-.4.8-.4 1.1v1.4c0 .3.2.9.2 1.2 0 .3-.3.8-.2 1.1 0 .1.4.2.4.4v.9c0 .2-.2.5-.2.7v1.9c0 .2.4.4.5.5v.9c0 .2-.3.5-.4.6 0 .2-.1.6 0 .7.2.2.9-.1 1 .1 0 .1-.1.5-.2.5-.2.1-.6.2-.9.2-.2 0-.6 0-.8-.1-.1-.1 0-.6-.1-.7 0 0-.3 0-.4.2-.1.2.1.7.2.9 0 .2.2.6.2.8 0 .2-.3.4-.4.6 0 .3.3.9.5 1.1.1.2.5.6.7.8l.5.5c0 .2 0 .7.2.9 0 .2.3.6.4.8.1.2.6.4.7.6.1.2-.1.8 0 1.1 0 .1.3.3.4.3.1 0 .5-.1.6-.1.3 0 .8.2.9.4.2.1.3.5.4.7.1.1.6.3.7.5v.8c0 .2-.5.4-.6.6v.4c0 .2-.5.3-.6.5 0 .1-.2.5-.2.6 0 .2.2.6.3.8.1.1.5.2.6.4 0 .2-.6.4-.6.6 0 .2.5 0 .7 0 .1 0 .4 0 .5.1.1.1.1.6 0 .8 0 0-.3.2-.3.3 0 .1-.2.4-.3.5-.2.1-.7 0-.9 0h-.7c-.3 0-.8-.2-1-.4v-.7c0-.1-.2-.3-.3-.3-.2 0-.7 0-.9.1-.2 0-.5.2-.7.1-.2 0-.4-.4-.4-.6 0 0 .2-.1.3-.2 0-.2 0-.6.1-.8 0-.1.4-.2.4-.3 0-.1.1-.5 0-.6h-.5v-.5c0-.1.4-.2.5-.3 0 0 .2-.3.2-.4 0-.3-.2-.8-.4-1 0 0-.4-.1-.5 0-.2 0-.4.4-.5.6v.9c0 .1-.3.3-.3.4 0 .2.1.7 0 .9 0 .1-.4.2-.5.3-.1.2-.2.6-.3.7 0 0-.4 0-.5.1-.2.1-.3.6-.4.8-.2.3-.8.7-.9 1v.8c0 .2-.5.4-.5.6 0 .2.1.5.3.7-.2 0-.5 0-.6-.1-.2 0-.2-.5-.3-.6-.3-.3-1-.8-1.4-.9h-.8c-.5 0-1.5-.2-1.9-.5-.3-.2-.9-.6-1.1-.9-.2-.4-.2-1.4-.6-1.7-.5-.4-1.8-.5-2.4-.6-.7 0-2 .4-2.7.1-.5-.2-1.1-1.2-1.6-1.5-.2-.2-.8-.6-1.1-.7-.4-.1-1.5.2-1.9 0-.3-.3 0-1.4-.4-1.7-.3-.3-1.4-.2-1.7-.4-.6-.4-1.6-2-1.6-2.4s-.8-1.2-1.1-1.5c-.6-.5-2.1-1.4-2.5-2-.3-.5 0-1.9-.4-2.5-.3-.5-1.8-1-2.1-1.5-.4-.6-.4-2.1-.6-2.7 0-.2-.2-.3-.3-.5Z",
2461
- className: "st3"
2462
- }
2463
- ),
2464
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2465
- "path",
2466
- {
2467
- d: "M463.6 721.7c.2.2.2.7.1 1 0 0 0 .2-.1.3 0 .2.1.7 0 .9l-.2.3c-.2 0-.6.1-.7 0-.1 0-.2-.4-.3-.5h-.6c-.1-.1 0-.5-.1-.7v-.5h-.5c-.1.1-.1.5-.1.7 0 .2.3.5.2.7 0 .2-.3.5-.5.5-.1 0-.5 0-.6-.2-.1-.1 0-.5-.1-.6-.2-.2-.8 0-1-.1v-.5c-.2-.2-.7 0-.9-.1-.2-.1-.5-.5-.6-.7 0-.2-.1-.5 0-.7 0-.1.3-.3.4-.3.2 0 .4.3.5.5 0 .1-.1.4 0 .5 0 0 .3.1.4 0 0 0 .1-.1.1-.2 0-.2-.1-.5-.1-.7 0-.2.2-.5.4-.5.1 0 .5 0 .6.1 0 .1-.2.4 0 .5.2.2.8 0 1.1 0 .2 0 .4-.4.5-.4.2 0 .4.3.5.5v.5c.1.1.6 0 .8 0 .1 0 0-.5.2-.6.2 0 .7.1.8.3Z",
2468
- className: "st3"
2469
- }
2470
- )
2471
- ] }),
2472
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ninh-thuan", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2473
- "path",
2474
- {
2475
- id: "ninh-thuan1",
2476
- d: "M457.5 752.5c0 .2-.2.6-.3.8 0 .1-.2.4-.4.5-.1.1-.4.2-.5.4-.1.2 0 .7-.2.9h-.5c-.2-.1-.4-.5-.5-.7 0-.2.1-.5 0-.7h-.6v.4c0 .2 0 .5-.1.7 0 .2-.4.7-.5.9 0 .2 0 .7-.2.9-.1.2-.6.4-.7.5-.2.2-.5.6-.5.8 0 .2.2.5.2.7 0 .3-.2.8-.2 1-.1.3-.4 1-.6 1.3 0 .2-.2.7-.3.9 0 .2-.4.4-.5.6v.6c0 .2-.3.5-.4.6-.1 0-.4.1-.5 0-.2 0-.3-.4-.5-.5-.2-.1-.7-.2-.9-.3-.1 0-.3-.4-.5-.5-.3-.1-.9-.2-1.1 0-.1 0 0 .4-.1.5 0 0-.3.2-.4.2-.1 0-.3-.3-.4-.3-.1-.1-.4-.4-.6-.4-.2 0-.7-.2-.9 0-.2.1-.5.6-.6.9 0 .2-.2.8-.1 1 0 .3.4.7.6 1 0 .2.3.4.4.6 0 .2-.2.5-.3.7 0 .2-.3.7-.3.9 0 .2.3.6.3.8 0 .2-.1.6-.2.8 0 .3-.2.9-.3 1.1-.1.3-.6 1-.7 1.1h-.6c-.1.1 0 .6 0 .8 0 .1.1.4.1.5 0 .2.3.5.3.7 0 .2.2.5.1.7 0 .2-.5.3-.6.5v.8c0 .1.3.3.3.5v.9c0 .1.4.2.5.3 0 .1 0 .5-.1.6-.1.1-.5.1-.6.1h-.7c-.2 0-.4.3-.5.4-.1.2 0 .7-.2.8-.2.2-.7.5-1 .6h-.5c-.2 0-.6.4-.7.6-.1.2 0 .7-.2.9-.1.2-.5.5-.7.4-.2 0-.3-.5-.3-.6v-.7c-.1-.2-.5-.4-.7-.4-.2 0-.6.3-.8.4-.2 0-.6 0-.7-.2-.1-.1 0-.6 0-.7-.1-.2-.6-.3-.8-.4-.1 0-.3 0-.5-.1v-.7c-.2-.4-1.1-.7-1.5-1-.2-.1-.5-.5-.7-.7-.5-.3-2-.6-2.2-.6s-1.3-.2-1.7-.5c-.3-.3-.3-1.3-.6-1.7-.3-.3-1.2-.3-1.4-.6-.5-.4-.7-1.9-1.3-2.2-.6-.4-2.1.2-2.7-.2-.4-.3-.7-1.6-.7-1.7s-.9-.3-1.2-.5c-.3-.3-.3-1.2-.6-1.4-.3-.3-1.2-.4-1.4-.7-.2-.3 0-1.2-.3-1.4-.3-.2-1 0-1.4 0s-1.2-.2-1.6 0c-.5.2-1.1 1-1.5 1.4 0-.4-.2-.8-.2-1 0-.5.2-1.6.3-2.1 0-.2.4-.6.4-.8 0-.4-.7-.9-.7-1.3s.2-1.2.4-1.6c.2-.4.7-1.1 1-1.2.4-.2 1.4.2 1.9.2.3 0 .9-.2 1.1-.3.4-.2 1-1.3 1.4-1.4.3 0 .7.5 1 .5.5 0 1.5-.2 1.8-.6.2-.3-.1-1 0-1.3.1-.2.7-.4.7-.7 0-.5-.5-1.4-.9-1.7-.4-.4-1.8-.3-2-.8 0-.2.3-.6.3-.8.1-.5.4-1.7 0-2.1-.2-.3-1.2-.1-1.5-.3-.4-.2-1.1-.6-1.3-.9-.2-.4 0-1.4.2-1.9.1-.5.5-1.6.9-2 .2-.2.8-.3 1-.5.2-.2.4-.8.5-1.1 0-.3-.2-1.1 0-1.4.1-.3.9-.7 1-1.1.1-.4-.2-1.3-.2-1.8 0-.4.2-1.1.2-1.5v-1.2c0-.2.5-.6.6-.8.1-.4-.1-1.1 0-1.5.1-.5.8-1.5 1.1-2 .1-.2.5-.5.5-.7 0-.4-.4-1.1-.5-1.5 0-.3-.2-1-.1-1.3 0-.3.6-.7.6-1 0-.3-.1-.9 0-1.2 0-.3 0-1.1.3-1.4 0-.1.4-.3.6-.4.1.2.2.4.3.5.3.7.2 2.1.6 2.7.4.5 1.8.9 2.1 1.5.3.5.1 1.9.4 2.5.4.7 1.9 1.5 2.5 2 .3.3 1.1 1.2 1.1 1.5s1 2 1.6 2.4c.4.2 1.4.1 1.7.4.3.3 0 1.5.4 1.7.4.3 1.4 0 1.9 0 .3 0 .8.5 1.1.7.4.3 1 1.3 1.6 1.5.6.2 2-.2 2.7-.1.6 0 2 .1 2.4.6.3.3.3 1.3.6 1.7.2.3.8.8 1.1.9.4.2 1.4.4 1.9.5h.8c.4.1 1.1.6 1.4.9.1.1.2.5.3.6.1 0 .4.1.6.1 0 0 .1.2.2.2h1.1c.1-.1 0-.6 0-.8 0-.2 0-.8.1-.9h.4c.2 0 .2-.5.4-.6h.4c.2-.2 0-.7.2-.9.1-.1.5-.2.6-.2.1 0 .2.4.2.5 0 .1 0 .4-.2.5 0 .1-.4.1-.5.2v.5c0 .2-.5.3-.6.5 0 .2.1.5.2.6 0 .1.4.3.4.5v.7c0 .1-.1.3-.1.5v.7c0 .2.4.3.5.5 0 .1.2.4.3.5.1.1.4.2.5.4 0 .1.2.4.3.5 0 0 .4.1.4.2.1.1 0 .5.2.6h.6c.1.1 0 .5.2.6 0 .1.5.1.5.3Z",
2477
- className: "st3",
2478
- "data-name": "ninh-thuan"
2479
- }
2480
- ) }),
2481
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "binh-thuan", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2482
- "path",
2483
- {
2484
- id: "binh-thuan1",
2485
- d: "M413.6 766.4c.4-.4 1-1.2 1.5-1.4.4-.1 1.2 0 1.6 0s1.1-.2 1.4 0c.3.2 0 1.1.3 1.4.2.3 1.2.4 1.4.7.3.3.3 1.2.6 1.4.2.2 1.2.4 1.2.5s.3 1.4.7 1.7c.5.4 2.1-.1 2.7.2.5.3.8 1.8 1.3 2.2.3.3 1.2.3 1.4.6.3.3.3 1.3.6 1.7.3.3 1.5.5 1.7.5s1.7.3 2.2.6c.2.1.5.5.7.7.3.3 1.3.6 1.5.9v.7c-.2 0-.5 0-.7-.1h-1.1c-.3.1-.5.6-.8.8-.2.1-.7.2-1 .2-.2 0-.7-.2-.9-.2-.3 0-.7.3-.9.4-.2 0-.7 0-.9.2-.1.1-.1.6-.2.7 0 .2-.2.6-.4.7-.1.1-.6.3-.7.4 0 0-.3.1-.3.2v.5c0 .2-.2.7-.4 1 0 .1-.2.3-.3.4 0 .3.1 1 0 1.3 0 .1-.3.3-.3.4 0 .2-.3.5-.3.7s.3.5.3.7c0 .2.1.7 0 .9-.1.2-.6.4-.8.5-.1 0-.5 0-.6.2 0 0 .1.3.1.4 0 .2-.3.6-.5.8-.1.1-.4.4-.5.4-.2 0-.4-.3-.4-.5 0-.1 0-.5-.1-.7 0-.1-.1-.5-.2-.6-.1-.1-.5-.1-.6-.2 0 0-.1-.2-.2-.2h-.8c-.3 0-1 .2-1.4.2h-.6c-.2 0-.5.4-.7.5-.2 0-.5 0-.7-.2-.1 0-.3-.5-.4-.6h-.6c-.2.1-.6.5-.8.7-.2.2-.7.4-.9.5-.2.1-.5.5-.7.6-.3.2-1.1.3-1.4.4-.3 0-1 .2-1.2.4-.2.1-.4.6-.5.8 0 .1-.4.3-.4.5-.2.3-.2.9-.4 1.2-.1.2-.6.4-.7.6-.2.2-.2 1.1-.3 1.1l-.4.4c-.1.2-.3.5-.3.7v.7c0 .2 0 .6-.2.7h-.4c-.2 0-.4.4-.5.5-.1 0-.5.1-.6 0 0 0 .1-.3.1-.4 0-.1-.2-.3-.3-.4-.1 0-.4-.2-.5-.2-.2 0-.7.2-.8.4-.1.2 0 .6 0 .8 0 .2-.3.6-.5.7h-.6c-.1-.1.1-.5 0-.6-.2-.1-.5.2-.7.3-.1 0-.5.2-.6.1-.1-.1 0-.6 0-.7h-.5c-.3 0-.8.4-1 .7-.1.2-.3.7-.2.9 0 .1.4.2.5.3 0 .1.1.4.1.6 0 .2.1.6 0 .7-.2.1-.6-.2-.8-.2-.2 0-.7.2-.8.4-.1.2 0 .8-.1 1 0 .1-.3.3-.4.4 0 .2.2.6.2.7 0 .2-.3.4-.5.4h-.4v-.5c0-.1-.3-.2-.4-.3-.1 0-.5-.1-.6 0-.1 0 0 .5-.1.6-.2.2-.7.3-.9.5-.1.1-.3.5-.4.6-.2 0-.6-.2-.8-.3-.1 0-.2-.4-.4-.5-.3-.2-.9-.2-1.3-.2-.2 0-.7-.2-1-.2-.4 0-1.3 0-1.7.1-.2 0-.7.2-.8.4-.2.2-.2.7-.4.8-.2.1-.8 0-1 0h-1c-.3 0-.8.2-1.1.3h-2.2c-.3.1-.6.7-.8.9-.2.1-.7.2-.9.4-.2.1-.4.5-.5.7-.1.2-.4.5-.6.6-.1.1-.3.5-.4.6-.1.2-.6.3-.7.5v1.4c0 .2-.1.6-.2.7-.1.2-.4.7-.5.9-.1.2-.3.5-.4.7-.1.2-.2.8-.3 1-.1.3-.5.8-.5 1.2 0 .3.3.9.3 1.2 0 .3-.2.9-.3 1.1-.2.3-.7.9-.8 1.2-.2.4-.4 1.3-.8 1.4-.3 0-.8-.4-1.1-.5-.2 0-.7.1-1 .1-.5 0-1.3-.4-1.8-.5-.4-.1-1.1-.4-1.5-.5-.4 0-1.2-.2-1.5 0-.3 0-.8.5-1.1.7-.2.1-.6.5-.9.6h-2.1c-.2 0-.5.2-.7.3-.2.2-.5.9-.7 1.2-.2.3-.5.9-.8 1.1-.2.2-.7.4-.9.5-.2.2-.5.8-.7.9-.3.2-.9.1-1.2.2-.2 0-.6.4-.8.5-.4.1-1.2-.1-1.6 0-.4 0-1.1.2-1.4.3-.3.2-.8.8-1.1 1-.5.4-1.8.8-2.4 1.1-.4.2-1.1.6-1.5.7-.4 0-1.2-.2-1.5 0 0 0-.1 0-.2.1 0-.2-.1-.5-.2-.6-.2-.3-.7-.9-.9-1.2-.2-.5-.2-1.7-.5-2.2-.2-.2-.7-.4-.9-.6-.2-.2-.5-.8-.6-1.1 0-.4.2-1.3.2-1.7 0-.4.3-1.2 0-1.5-.2-.4-1.2-.5-1.6-.7-.4-.3-.9-1.2-1.3-1.6-.2-.2-.6-.4-.7-.6-.2-.3-.4-.8-.5-1.2.2-.2.7-.3.9-.5.3-.2.6-1 1-1.2.4-.2 1.3-.3 1.7-.2.2 0 .7.2.8.3.2.3 0 1.1.1 1.4.1.1.6.1.7.2.2.3 0 1 .2 1.3.2.3.8.6 1.2.6.4 0 1-.5 1.2-.9.2-.4 0-1.3.1-1.7.2-.4 1.3-.5 1.5-.9.2-.3 0-1.1 0-1.4.1-.3.9-.4 1-.7.2-.4 0-1.3 0-1.8 0-.3.2-.8.2-1 0-.3-.6-.6-.8-.8-.4-.2-1.1-.7-1.6-.7-.8 0-2.6 1.2-3.2.7-.5-.5.5-2.1.3-2.8-.1-.8-1-2.3-1.5-2.9-.4-.6-1.5-1.6-2.1-1.9-.6-.3-2.1 0-2.7-.1-1-.3-3.3-1.4-3.4-2.4-.1-1 2.5-2 2.6-2.9.1-.7-1.3-1.8-1.1-2.5.2-.6 1.8-.9 2.3-1.4.8-.9 1.4-3.3 1.7-4.4.5-1.4 1.2-4.4 1.7-5.9.3-.7.8-2.1 1.2-2.6.4-.5 1.3-1.7 1.9-1.6.6 0 1 1.5 1.5 1.8.5.4 1.8.9 2.4 1.1.8.2 2.5.5 3.3.5.6 0 1.8 0 2.2-.4.3-.3.4-1.1.3-1.5.3-.2.9-.3 1.1-.3.5 0 1.5.2 1.9.1.5 0 1.4-.5 1.9-.5h2.7c.4 0 1.2.3 1.6.3.4 0 1.2-.3 1.6-.3.5 0 1.3.4 1.8.4.6 0 1.8-.2 2.4-.2.5 0 1.5.3 2 .4.7.2 2.6.2 2.9.9.1.3-.6.9-.5 1.2 0 .6 1.3 1.4 1.3 1.9v1.9c0 .1-.2 1.1-.1 1.5.1.5.6 1.7 1.1 1.6.2 0 0-.6.1-.8v-1c.2-.2.8-.2 1-.4.2-.2.5-.8.7-.9.2 0 .8.2 1 0 .3-.2.6-1.3.7-1.3s1 0 1.3-.1c.6-.2 1.6-.9 2.2-1h1.3c.3-.1.7-.7.9-1 .4-.4 1-1.4 1.5-1.7.3-.2 1-.4 1.3-.7.3-.2.8-.8 1-.8s.5-1.1.8-1.4c.3-.3 1.3-.4 1.6-.7.2-.2.6-.7.6-1 0-.4-.8-.8-.9-1.2 0-.2 0-.9-.5-.9s-.9.2-1.1 0c-.3-.2-.5-.9-.5-1.3 0-.3.5-.6.5-.9 0-.3-.4-.8-.3-1.1.1-.3.7-.4 1-.5.3-.2.7-.6 1-.7.4-.1 1.2 0 1.5 0 .3 0 .7-.5 1-.5.6 0 1.6 1 2.2.9.2 0 .5-.6.7-.6.3 0 .8.3 1 .3.3 0 .9-.4 1.2-.4.3 0 .6.5.9.6h1.4c.2 0 1.8-1.1 2.5-1.1.5 0 1.5.6 1.9.8.4.2 1.1.8 1.5.7.4 0 .9-.9 1.2-1.2Z",
2486
- className: "st3",
2487
- "data-name": "binh-thuan"
2488
- }
2489
- ) }),
2490
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "da-nang", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2491
- "path",
2492
- {
2493
- id: "da-nang1",
2494
- d: "M386.1 466.9c-.3.3-1 .9-1 1.4 0 .4.3 1.2.5 1.5.2.2.8.5 1 .7.3.3.7 1.2 1.1 1.5.3.3 1.1.7 1.5.8-.1.3-.3.6-.4.7-.3.3-1.3.7-1.8.8h-1.6c-.5 0-1.4.4-1.9.4-.3 0-.9-.4-1.2-.3-.4.1-1 1.1-1.4 1.2-.4 0-1.3-.4-1.7-.5-.4 0-1.2 0-1.5-.1-.3-.2-.5-1-.9-1.2-.4-.2-1.4 0-1.9.2-.2.1-.4.6-.7.7-.5.2-1.5-.3-2-.2-.4 0-1 .9-1.4.9-.2 0-.4-.5-.6-.7-.3-.3-.7-.9-1.1-1-.3-.1-1 0-1.3 0-.5 0-1.5.5-2 .4 0-.3-.2-1.1 0-1.4.2-.3.6-.8.9-1 .2-.1.6-.1.7-.2.3-.3.5-1.2.7-1.6 0-.3.2-1 .2-1.3.1-.4.5-1 .5-1.4v-1.3c0-.3.5-.6.7-.9.1-.2.2-.8.5-.9.4-.2 1.2.1 1.6.3.4.2 1.1.8 1.5.9.4.1 1.4 0 1.6 0 .2 0 1.3-.2 1.7-.2.4 0 1.5.2 1.7.1.1 0 .7-.4.9-.3.4 0 1.1.7 1.5 1 .1 0 .4.4.5.4h1.2c.4 0 1.2-.3 1.7-.3.3 0 .9.3 1.2.3.5 0 1.4-.7 1.9-.7h.7v.7c0 .1-1.1.5-1.4.7Z",
2495
- className: "st3",
2496
- "data-name": "da-nang"
2497
- }
2498
- ) })
2499
- ] }),
2500
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "tay-nguyen", children: [
2501
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "kon-tum", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2502
- "path",
2503
- {
2504
- id: "kon-tum1",
2505
- d: "M335.8 600.9c-.5-.3-1.4-1.1-1.5-1.7 0-.5.5-1.5.8-1.9.3-.5 1.1-1.2 1.4-1.7.4-.5 1.1-1.5 1.4-2.1.3-.5.9-1.6 1.2-2.2.2-.5.5-1.6.5-2.2 0-.6-.5-1.7-.7-2.2-.1-.5-.4-1.4-.3-1.9.1-.6 1.2-1.5 1.3-2.1.2-.6-.3-2.1 0-2.7.2-.4.9-.9 1.3-1 .4 0 1 .5 1.4.6.4 0 1.2.3 1.5 0 .2-.2.3-.8.3-1.1.2-.7.5-2.1.7-2.8.2-.5.9-1.5 1-2.1.2-.8 0-2.3 0-3.1 0-.7 0-2.1.2-2.8.2-.5 1-1.3 1.2-1.8.4-1 .7-3 .8-4.1 0-.4.1-1.1 0-1.5-.1-.6-.9-1.8-1.2-2.3-.2-.3-.8-.8-1-1.2-.2-.4-.6-1.4-.6-1.9 0-.4.2-1.3.5-1.6.3-.4 1.3-.8 1.7-1 .5-.3 1.5-.6 1.9-1 .4-.4 1-1.3 1.2-1.8.1-.4.3-1.3 0-1.6-.2-.3-1.1-.2-1.4-.3-.3 0-.7-.4-1-.5-.6-.3-1.9-.7-2.4-1-.7-.4-1.9-1.5-2.4-2.2-.4-.6-.9-2-1-2.7 0-.3 0-.9.2-1.2.5-.5 2-.5 2.6-.8.4-.2.9-.7 1.3-.9.4-.1 1.4-.2 1.8 0 .5.1 1.3.9 1.9.9.4 0 1.3-.5 1.4-.9.1-.3-.2-1-.2-1.3 0-.5 0-1.6.2-2 .2-.4.9-1 1-1.4.1-.5-.2-1.6-.4-2-.2-.4-.8-1-.9-1.4-.2-.3-.6-1-.5-1.4 0-.2.5-.5.6-.7.3-.3 1.2-.7 1.3-1.1.1-.4-.3-1.1-.4-1.5 0-.4-.2-1.2-.2-1.6 0-.5.5-1.3.6-1.8 0-.3-.1-1-.2-1.4-.2-.6-1-1.6-1.1-2.2 0-.4 0-1.1.1-1.4 0-.4.7-1.1.6-1.5 0-.3-.3-.8-.6-1 .3-.2.8-.5 1-.4.4 0 .7 1.1 1.1 1.2.3.1.9-.3 1.2-.1.5.3.7 1.7.9 2.3.1.5 0 1.5.2 1.9.2.3 1 .3 1.2.5.4.4.4 1.6.8 1.9.5.3 2.2 0 2.4 0s.8.8.7 1.2c-.1.3-1 .4-1.2.7-.5.5-1.4 1.9-1.1 2.5.2.5 1.5.5 2 .6.5 0 1.6 0 2.1.1.3.1.6.8.9.9.5.2 1.4 0 1.9-.1.5 0 1.4-.3 1.8-.1.3.2.3 1 .6 1.1.4.2 1.4 0 1.8 0 .7 0 2.2-.7 2.8-.4.5.3.2 1.8.7 2.1.5.4 1.9-.2 2.4.1.2.1 0 .7.2.9.3.3 1.3 0 1.5.4.2.3 0 1.1-.2 1.4 0 .3-.5.9-.6 1.2 0 .3.2.9 0 1.2-.2.3-.9.3-1.2.5-.2.2-.1 1-.4 1.2-.3.2-1.2-.2-1.5 0-.3.3-.3 1.3-.2 1.7.1.3.9.5 1.2.8.3.4.3 1.6.8 1.9.3.2 1.1-.2 1.4-.1.6.1 1.6 1.4 2.2 1.3.3 0 .6-.8.9-.7.4 0 .3 1.2.6 1.4.3.2 1.2-.2 1.5 0 .3.2.4 1.1.7 1.2.4.2 1.3-.5 1.7-.5h1.1c.3-.2.7-.9.9-1.3.3-.6.7-1.8.6-2.4 0-.5-1-1.2-1-1.7 0-.4.7-1.2 1.2-1.3.5-.1 1.5.4 1.9.7.3.2.5 1 .8 1.2.3.2.9.5 1.2.5.3 0 1-.2 1.3-.5.2.2.5.5.6.7.2.5 0 1.6.2 2 .2.6 1 1.7 1.5 2.2.4.4 1.6.8 1.9 1.2.3.3.6 1.5.6 1.7s.8 0 1 .1c.3.2.3 1.2.5 1.6.4.6 1.9 1 2.3 1.6.2.4 0 1.4.2 1.7.6.8 3.1.9 3.8 1.6.3.3.2 1.2.6 1.4.5.3 1.6-.3 2.2-.2.4 0 1.2.6 1.5.9.3.3 1 1.1 1.1 1.6 0 .3-.4.7-.4 1-.1.5-.1 1.4-.1 1.9 0 .4.2 1.2 0 1.6-.1.5-.9 1.3-1.1 1.7-.1.4-.2 1.2-.1 1.6 0 .2.1.8.3.9.4.3 1.6-.3 2 0 .3.2.3 1.1.5 1.4.2.3.7.9 1 1.1.2.1.5.2.9.3-.3.2-.8.4-1.1.4-.1 0-.3-.1-.4-.1-.3 0-.6.5-.8.6-.3.2-1 .8-1.4.7-.2 0-.6-.5-.8-.5-.4-.1-1.4.1-1.8.2-.5 0-1.4.5-1.8.3-.2-.1-.2-.8-.4-1-.3-.2-1.2.1-1.5-.2-.3-.3.1-1.2 0-1.5-.2-.3-.9-.7-1.3-.7s-1.1.5-1.4.8c-.3.3-.6 1-.6 1.4 0 .3.5.8.6 1.2 0 .2-.1.7 0 .9.1.4 1 .9 1 1.2 0 .2-.4.5-.6.7-.3.2-1.1.2-1.4.4-.3.2-.6.7-.8 1-.2.4-.2 1.3-.4 1.7-.2.2-.8.4-1 .6-.3.4-.3 1.6-.7 1.9-.3.2-1.1 0-1.4.3-.3.3-.1 1.4-.5 1.7-.2.2-.8 0-1.1 0-.7 0-2-.4-2.6-.2-.5.1-1.3.7-1.7 1-.5.3-1.2 1.3-1.7 1.3-.3 0-.7-.5-1-.5-.6-.1-1.8-.3-2.3 0-.4.2-.7 1.1-1 1.4-.2.3-.6.8-.7 1.1-.2.3-.5 1.1-.8 1.3-.3.2-1.2 0-1.5.2-.5.4-.8 1.8-1.2 2.2-.2.2-.8.5-1 .7-.3.3-.5 1.1-.8 1.4-.4.3-1.5.2-2 .2-.4 0-1.2.3-1.6.4-.3 0-1.3 0-1.2-.4 0-.3.5-1.8.1-2.2-.4-.4-1.7.2-2.2 0-.4-.2-.9-1.2-1.3-1.4-.4-.2-1.4 0-1.8.2-.4.3-.7 1.4-.9 1.9-.2.4-.2 1.3-.6 1.5-.4.2-1.3-.2-1.7-.1-.4.1-1 .8-1.4.9-.8.2-2.5-.4-3.3-.3-.8 0-2.1.9-2.9 1-.2 0-.8-.3-1 0-.2.3.5 1.1.4 1.5-.1.6-1.4 1.2-1.6 1.7-.1.4.2 1.2.1 1.6 0 .4-.5 1.3-.5 1.7 0 .6.8 1.7.5 2.2-.3.5-1.9.1-2.4.4-.4.2-.9 1.1-1.1 1.5-.2.4-.1 1.5-.5 1.7-.4.2-1.1-.6-1.5-.6-.4 0-.8.7-1.1.9-.3.1-1.2-.1-1.5.1-.3.3 0 1.4-.3 1.7-.3.3-1.2 0-1.6.1-.2.2-.3.8-.5 1.1-.3.3-1.1.6-1.5.8-.2.1-.8.1-1.2.2-.1-.7-.3-1.7-.7-2.1-.4-.4-1.6-.7-2.1-.8-.5 0-1.6.2-2.1 0-.4-.1-1-.7-1.2-1-.3-.5-.6-1.7-.4-2.3.1-.4 1-.6 1.2-.9.2-.3.4-1.1.2-1.4-.2-.3-1.2-.1-1.5-.3Z",
2506
- className: "st3",
2507
- "data-name": "kon-tum"
2508
- }
2509
- ) }),
2510
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "dak-lak", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2511
- "path",
2512
- {
2513
- id: "dak-lak1",
2514
- d: "M421.4 715.6c-.3.4-.8.8-1.2.9-.3.1-1-.1-1.3 0-.4.1-.9.9-1.2 1-.4 0-1.1-.4-1.5-.4-.2 0-.6.6-.8.6-.6 0-1.6-.7-2.2-.9-.3 0-1.1-.4-1.4-.2-.3.1-.5 1.1-.8 1.2-.4.2-1.3.2-1.6-.2-.3-.3.5-1.3.3-1.7-.1-.3-.7-.7-1-.7-.4 0-1.1.7-1.3 1-.2.4.3 1.3 0 1.6-.3.3-1.3.2-1.7.3-.5.2-1.3 1.2-1.8 1.4-.5.2-1.5.4-2 .4-.6 0-1.7-1.2-2.2-1-.5.2-.5 1.5-.8 1.9-.2.2-.8.2-1 .3-.4.2-1.2 1-1.7 1-.3 0-.7-.5-1-.5-.5 0-1.3.9-1.5 1.3-.1.3.2 1 .1 1.3-.1.3-.6.9-.9.9-.2 0-.2-.5-.3-.6-.3-.2-1 .1-1.2 0-.2 0-.4-.6-.6-.7-.5-.1-1.4.6-1.8.5-.4 0-1-.9-1.4-1-.4-.2-1.4-.5-1.9-.4-.3 0-1 .2-1.5.5v-.1c-.3-.6-1.6-1.1-1.9-1.6-.4-.5-.5-1.9-.9-2.4-.3-.4-1.3-1-1.7-1.4-.3-.3-.5-1.3-.9-1.5-.6-.4-2.2.2-2.9 0-.3-.1-.8-.8-1.1-.9-.4-.2-1.4-.3-1.7-.6-.4-.5 0-1.9-.3-2.5-.3-.7-1.5-1.6-1.7-2.3 0-.5.1-1.5.4-1.9.4-.5 1.6-.8 2.1-1.1.6-.3 2.2-.4 2.6-.9.3-.5.2-1.8 0-2.4-.2-.4-1.3-.7-1.6-1-.3-.3-.6-1.1-.9-1.2-.5-.2-1.7.4-2.2.2-.4-.1-1.1-.8-1.4-1.2-.2-.4-.6-1.2-.4-1.6.3-.7 2.1-.7 2.5-1.3.3-.4.3-1.4.2-1.9-.2-.5-1.3-1.1-1.5-1.6-.2-.7.3-2.3.3-3.1 0-.6-.4-1.8-.5-2.4 0-.4 0-1.1-.2-1.4-.5-.6-2.6-.4-2.9-1.1-.2-.4.6-1.1.5-1.6 0-.4-.6-1.2-1-1.4-.5-.2-1.6.3-2 .6-.3.2-.4 1-.7 1.1-.5.2-1.5-.8-2.1-.8-.6 0-1.6.6-2.2.6-.5 0-1.4-.6-1.9-.7-.7-.2-1.9-.9-2.6-1-.6 0-1.6.5-2.2.5-.5 0-1.4-.4-1.9-.3-.5 0-1.4.8-1.9.9-.2 0-.6.1-.9.2-.1-.3-.3-.6-.4-.8-.3-.5-1.1-1.3-1.5-1.8-.4-.6-1.2-1.9-1.6-2.6-.5-.9-1.5-2.7-1.6-3.6-.1-.9.5-2.7.6-3.6.1-1 0-3 .2-3.9.2-.9 1.4-2.4 1.7-3.2.5-1.1 1.3-3.6 1.9-4.7.6-1.3 2-3.8 2.5-5.1.2-.6.5-2 .7-2.6.2-.6.7-1.5 1.1-2.2.4 0 1 0 1.2-.1.4-.2.6-1.3 1.1-1.4.2 0 .6.2.7.2.3 0 1-.4 1.3-.6.2-.1.5-.6.7-.7.2-.1.7-.3 1-.2.3 0 .8.4 1.2.4.4 0 1.1-.5 1.4-.5.3 0 1 .5 1.3.5.6 0 1.5-.8 1.9-1.2.2-.2.4-.9.7-1 .5-.3 1.8-.2 2.3 0 .5.1 1.3 1 1.9 1.1.5.1 1.6 0 2.2-.2.3 0 .9-.5 1.2-.5.3 0 .6.9.9 1 .2.1.7.4 1 .3.3 0 .6-.7.9-.9.2-.1.7-.4 1-.4.3 0 .9.6 1.2.7.2 0 .6.2.8 0 .3-.1.5-.8.7-.9.2-.1.8 0 1 0 .2-.2-.1-.8 0-1 .3-.3 1.2-.2 1.6-.2.3 0 .9.6 1.2.7.2 0 .7 0 1-.2.1 0 .2-.4.4-.5.3-.2 1-.2 1.3-.1.3 0 .6.7.9.8.3.1.9 0 1.2.2.2.1.4.8.6.9.3.2 1.1.1 1.5.2.2 0 .5.1.7.2.1.1.2.5.3.6.5.3 1.7.1 2.3.1.5 0 1.4-.2 1.8 0 .2.2.2.9.5 1 .4.3 1.4 0 1.8 0 .3.1.7.7 1 .8.3.1 1.1 0 1.3.2.2.2.2 1 .4 1.2.3.2 1.2-.1 1.5.2.2.2 0 .9 0 1.2 0 .4-.4 1.3-.2 1.8 0 .2.3.6.5.7.3.1.9 0 1.2 0 .2 0 .4-.4.6-.3.2 0 .5.4.6.6.1.2.3.6.3.8 0 .3-.2.9 0 1.2 0 .2.4.3.4.5.1.3 0 1 0 1.2.1.3.6.6.7.9 0 .2-.3.7-.1.9.3.3 1.4-.3 1.8 0 .2.2 0 .7.1 1 0 .3.3.9.4 1.2 0 .3-.2.9 0 1.1.2.3 1.1.2 1.3.4.2.3 0 1.1.2 1.4.2.3.9.5 1.1.7.2.3 0 1.1.2 1.5.2.4.8 1 1.1 1.2.3.2 1 .1 1.4.2.3.1.7.7 1 .7.3 0 .8-.7 1.1-.7.3 0 1 .2 1.2.3.3.2.5.8.8.9.4.2 1.2-.2 1.6 0 .2 0 .3.6.5.7.3.2 1.2.1 1.5 0 .3 0 .7-.6 1-.6h.3c0 .2-.1.4-.1.5 0 .4-.3 1.4 0 1.8.3.4 1.4.3 1.8.5.3.2.6.8.9 1 .4.3 1.6.3 1.9.7.2.3-.1 1 0 1.3.2.5 1.3.8 1.6 1.2.3.4.4 1.7.9 1.9.3.1.8-.2 1.1-.2.5 0 1.5-.2 1.9 0 .5.3.8 1.3 1 1.8.2.4.4 1.2.6 1.5.2.2.7.5 1 .6.5.1 1.7-.3 2.2-.2.4 0 1 .6 1.4.6.3 0 .7-.4.9-.4.3 0 .8.2.9.4.2.2 0 .9.2 1.1.2.3.8.8 1 1.1.1.2.3.7.2 1 0 .4-.8 1.1-.7 1.5 0 .4.7.9.9 1.4v.3c0 .5-.9 1.2-1.4 1.4-.3.1-.9-.2-1.2-.2-.4 0-1.1.4-1.5.5-.3 0-1-.4-1.3-.2-.3.2-.3 1.1-.3 1.4s.5 1.2.3 1.6c0 .2-.4.4-.5.5-.2.3-.4.8-.5 1.1-.2.4-.7 1-.7 1.4 0 .4.5 1.2.5 1.7 0 .4-.4 1-.5 1.3-.2.4-.6 1.6-.6 1.7v1.3c-.1.4-.9.9-.8 1.2 0 .3.6.5.7.8 0 .3 0 .9-.3 1-.4.2-1.2-.5-1.5-.7-.3-.2-.9-.9-1.3-1-.3-.1-1.2 0-1.4-.1-.1-.1-.1-.6-.2-.7-.5-.4-1.8-.3-2.4-.2-.2 0-.6.5-.8.6-.5.2-1.8-.1-2.3.2-.2.1 0 .7-.2.8-.3.2-1.2 0-1.4.2-.3.3-.4 1.1-.4 1.5 0 .3.4.9.5 1.2 0 .5-.6 1.4-.5 1.8 0 .3.8.6.9.9 0 .3 0 .8-.1 1.1-.1.5-.7 1.5-.7 2 0 .3.3.8.2 1.1 0 0 0 .2-.2.3Z",
2515
- className: "st3",
2516
- "data-name": "dak-lak"
2517
- }
2518
- ) }),
2519
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "gia-lai", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2520
- "path",
2521
- {
2522
- id: "gia-lai1",
2523
- d: "M418.1 573.3c.1.3.2.6.3.8.3.7 1.4 2.2 1.1 2.9-.1.3-.9.5-1.2.6-.5.1-1.6-.2-1.9.2-.3.4.2 1.5.4 1.9.2.4.9.9 1.1 1.3.2.4.5 1.3.5 1.7 0 .4-.7 1.1-.6 1.6 0 .5 1 1.3 1.2 1.7.2.3.5 1.1.5 1.2s-.3 1.6-.2 2.1c.1.5.8 1.4 1 1.9.2.5.5 1.7.7 2.2.2.4.7 1.2.7 1.6 0 .5-1 1.1-1 1.5s.4.6.6.8c.3.3 1 .9 1.1 1.3.1.3 0 1.1.1 1.4.2.3 1 .7 1.2 1 .2.3.2 1.2.4 1.6.2.3.6.8.9 1 .2.2.8.3 1 .4.2 0 .7 0 .8.2.3.3.4 1.3.3 1.8 0 .3-.3.7-.4.9-.1.2-.4.4-.6.6-.1.2-.4.8-.4.9v1.4c0 .2-.2.7-.2.9 0 .4.1 1.2.2 1.6 0 .3-.2.9 0 1.1 0 .2.6.2.7.4.1.2 0 .6 0 .7.2.2.7.1 1 .1.2 0 .5-.2.6 0 .3.2.4 1.1.5 1.5v.8c0 .1.3.5.4.7v.8c.1.2.7.2.9.4.2.2.4.9.5 1.2 0 .2.4.7.4.9 0 .2-.1.6 0 .8 0 .2.4.4.5.6.1.4.1 1.3 0 1.7 0 .2-.4.6-.4.8 0 .2.2.6 0 .8-.1.2-.8.3-.8.6-.1.4.7 1.1.7 1.6 0 .2-.5.5-.6.7 0 .3.1.9.3 1.1.2.3.9.4 1 .7.2.4 0 1.3 0 1.6.1.3.7.6.7.9 0 .2-.3.7-.3.9 0 .2.7.5.7.8-.2.2-.8.4-1 .4-.3 0-.8-.3-1-.5-.2-.1-.3-.5-.5-.6-.2 0-.8 0-1 .2-.1.1-.2.5-.4.6-.2.1-.8 0-1.1 0-.3 0-.7-.4-1-.4-.2 0-.6.1-.8.2-.1.1-.4.5-.4.6 0 0-.8-.2-1.1 0-.4.2-.7 1-.8 1.4 0 .3.3 1.1.2 1.4-.1.4-1.1.9-1 1.3 0 .3.9.5 1 .8.1.3-.3 1.1 0 1.4.2.3 1.1.2 1.4 0 .4-.1.8-.9 1.2-.9.3 0 .8.6 1.1.5.2 0 .2-.6.3-.7.2-.1.7-.2.9 0 .3.2 0 1.2.1 1.5.1.3.8.5.9.7.1.4-.5 1.1-.5 1.5 0 .5.5 1.4.6 1.9 0 .5-.1 1.6 0 2.1 0 .2.5.6.7.7.4.5 1.1 1.6 1.6 2 .2.2.9.4 1.1.7.2.3.2 1 .2 1.3 0 .5.4 1.4.3 1.8 0 .5-.4 1.5-.7 1.9-.2.3-.8.6-.9.9 0 .3.2.9.2 1.2 0 .5-.2 1.4-.5 1.8-.5.6-2.3.5-2.9.9-.4.3-.6 1.3-1 1.5-.2.2-.9 0-1.2.2-.2.2-.3.9-.4 1.2-.2.4-.7 1.3-.7 1.7 0 .5.4 1.5.5 2 0 .3 0 1.1-.2 1.3-.2.2-.9 0-1.2.2-.3.1-.7.6-1 .6-.3 0-1.1-.4-1.4-.2 0 0-.2.2-.2.4h-.3c-.3 0-.7.5-1 .6-.4.1-1.2.1-1.5 0-.2 0-.3-.6-.5-.7-.4-.2-1.2.2-1.6 0-.3-.1-.6-.8-.8-.9-.3-.2-.9-.4-1.2-.3-.3 0-.8.7-1.1.7-.3 0-.7-.6-1-.7-.3-.1-1.1 0-1.4-.2-.4-.2-.9-.9-1.1-1.2-.2-.3 0-1.2-.2-1.5-.2-.3-.9-.5-1.1-.7-.2-.3 0-1.1-.2-1.4-.2-.3-1.1-.1-1.3-.4-.1-.2.1-.8 0-1.1 0-.3-.3-.9-.4-1.2 0-.2 0-.8-.1-1-.3-.3-1.5.3-1.8 0-.1-.2.2-.7.1-.9 0-.3-.6-.6-.7-.9-.1-.3 0-1 0-1.2 0-.2-.4-.3-.4-.5 0-.3.1-.9 0-1.2 0-.2-.2-.6-.3-.8-.1-.2-.4-.5-.6-.6-.2 0-.5.3-.6.3-.3 0-.9.1-1.2 0-.2 0-.5-.5-.5-.7-.1-.4.2-1.3.2-1.8 0-.3.2-.9 0-1.2-.2-.3-1.2 0-1.5-.2-.2-.2-.2-1-.4-1.2-.3-.2-1-.1-1.3-.2-.3-.1-.7-.7-1-.8-.4-.2-1.4.2-1.8 0-.2-.2-.2-.9-.5-1-.4-.2-1.4 0-1.8 0-.6 0-1.8.2-2.3-.1-.1 0-.2-.5-.3-.6-.1-.1-.5-.2-.7-.2-.4 0-1.2 0-1.5-.2-.2-.1-.4-.8-.6-.9-.3-.2-.9 0-1.2-.2-.3-.1-.6-.7-.9-.8-.3-.1-1 0-1.3.1-.1 0-.2.4-.4.5-.2.1-.7.2-.9.2-.3 0-.9-.6-1.2-.7-.4 0-1.3-.1-1.6.2-.2.2.1.8 0 1-.2.2-.8 0-1 0-.3.1-.4.8-.7.9h-.8c-.3-.1-.9-.6-1.2-.7-.3 0-.7.3-1 .4-.3.2-.6.8-.9.9-.3 0-.8-.1-1-.3-.3-.2-.5-.9-.9-1-.3 0-.9.4-1.2.5-.5.1-1.6.3-2.2.2-.5-.1-1.3-1-1.9-1.1-.6-.1-1.8-.2-2.3 0-.3.1-.5.8-.7 1-.4.4-1.4 1.1-1.9 1.2-.3 0-1-.5-1.3-.5-.4 0-1.1.5-1.4.5-.3 0-.9-.4-1.2-.4-.3 0-.8.1-1 .2-.2.1-.5.6-.7.7-.3.2-.9.6-1.3.6-.2 0-.6-.3-.7-.2-.4.1-.7 1.2-1.1 1.4-.2.1-.8.1-1.2.1.2-.4.4-.9.5-1.2.2-.6.5-2 .5-2.6 0-.6-.5-1.9-.5-2.5 0-.9.4-2.8.3-3.7-.1-1-.9-2.9-1.2-3.8-.2-.6-.7-1.7-.9-2.2-.3-.6-1.1-1.9-1.3-2.5-.3-1-.5-3.1-.8-4.1-.3-.9-1.1-2.6-1.7-3.4-.4-.7-1.4-2-2-2.4-.5-.3-1.8-.2-2.3-.6-.3-.3-.8-1.1-.8-1.5 0-.6.7-1.8.7-2.4 0-.5-.5-1.5-.5-2 0-.7.5-2.1.5-2.8 0-.5-.4-1.5-.5-2 0-.2 0-.4-.1-.6.4 0 1-.1 1.2-.2.4-.2 1.2-.5 1.5-.8.2-.2.3-.9.5-1.1.3-.2 1.3.1 1.6-.1.3-.3 0-1.4.3-1.7.3-.3 1.1 0 1.5-.1.3-.1.8-.8 1.1-.9.4 0 1.1.7 1.5.6.4-.2.3-1.3.5-1.7.2-.4.7-1.2 1.1-1.5.5-.3 2.1 0 2.4-.4.3-.5-.5-1.6-.5-2.2 0-.5.5-1.3.5-1.7 0-.4-.3-1.2-.1-1.6.2-.6 1.5-1.2 1.6-1.7 0-.4-.7-1.2-.4-1.5.2-.2.7 0 1 0 .7-.1 2.1-.9 2.9-1 .8-.1 2.5.5 3.4.3.4-.1 1-.8 1.4-.9.4-.1 1.4.4 1.7.1.3-.2.4-1.1.6-1.5.2-.5.5-1.6.9-1.9.4-.3 1.4-.4 1.8-.2.4.2.9 1.2 1.3 1.4.5.2 1.8-.4 2.2 0 .4.4 0 1.9-.1 2.2 0 .3.9.4 1.2.4.4 0 1.2-.3 1.6-.4.5 0 1.6 0 2-.2.3-.2.5-1.1.8-1.4.2-.2.8-.5 1-.7.4-.5.7-1.9 1.2-2.2.3-.2 1.2 0 1.5-.2.3-.2.6-1 .8-1.3.2-.3.6-.8.7-1.1.2-.4.6-1.2 1-1.4.5-.3 1.7-.1 2.3 0 .3 0 .7.6 1 .5.5 0 1.3-1 1.7-1.3.4-.3 1.2-.9 1.7-1 .6-.1 2 .2 2.6.2.3 0 .9.1 1.1 0 .3-.3.1-1.4.5-1.7.3-.2 1.1 0 1.4-.3.4-.3.3-1.5.7-1.9.2-.2.8-.3 1-.6.3-.4.2-1.3.4-1.7.1-.3.5-.8.8-1 .3-.2 1.1-.2 1.4-.4.2-.1.6-.4.6-.7 0-.4-.8-.9-1-1.2v-.9c0-.3-.6-.8-.6-1.2 0-.4.4-1.1.6-1.4.3-.3 1-.8 1.4-.8.4 0 1.1.4 1.3.7.2.3-.2 1.3 0 1.5.3.3 1.2 0 1.5.2.2.2.2.8.4 1 .4.2 1.4-.2 1.8-.3.5 0 1.4-.3 1.8-.2.2 0 .6.5.8.5.4 0 1-.5 1.4-.7.2-.1.6-.6.8-.6.1 0 .3.1.4.1.3 0 .8-.2 1.1-.4.4.1.7.2.9.4.3.3.4 1.1.7 1.4.3.3 1.3.5 1.7.9.2.2.5.8.7 1.2Z",
2524
- className: "st3",
2525
- "data-name": "gia-lai"
2526
- }
2527
- ) }),
2528
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "lam-dong", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2529
- "path",
2530
- {
2531
- id: "lam-dong1",
2532
- d: "M338.6 751.2c.2.2.3.4.5.4.3.1 1.1.1 1.4-.1.1-.1 0-.5.2-.6.3-.2 1.1.4 1.5.3.4-.1.9-.9 1.2-1.2.3-.4.6-1.5 1.1-1.7.3-.2 1.2 0 1.6.1.7.1 2 1.3 2.7.9.4-.2.2-1.3.5-1.6.3-.5 1.5-.8 1.9-1.2.4-.4 1.2-1.7 1.5-1.7s1.5.2 1.9 0c.5-.2 1.3-1.3 1.6-1.8.2-.4 0-1.5.4-1.8.3-.3 1.4-.5 1.9-.4.5 0 1.6.1 1.8.6.2.5-.6 1.7-.6 1.9s.5.5.7.6c.6.3 1.8 1.4 2.5 1.4s1.7-1.1 2.3-1.2c.4 0 1.4.2 1.8.1.8-.1 2.2-1.1 3-1.1.4 0 1.4.5 1.6.9.2.6-1.1 1.6-1.1 2.2 0 .5.5 1.4.9 1.6.4.3 1.4.4 1.9.2.3-.1.5-1 .9-1.1.5 0 1.2.8 1.6 1.1.2.2.4.8.6.9.6.1 1.4-1.1 1.9-1.2.5-.2 1.7.2 2.2 0 .4-.2.9-1.2 1.2-1.6.4-.5 1.3-1.4 1.7-1.9.3-.3 1-.9 1.1-1.3.2-.4.4-1.3.1-1.6-.2-.3-1.2 0-1.5-.3-.3-.3-.2-1.2-.4-1.5-.2-.3-1.1-.2-1.4-.5-.3-.4-.2-1.5-.5-1.9-.3-.4-1.4-.5-1.7-.8-.3-.3-.7-1.2-.7-1.7 0-.7.7-2.1.5-2.8-.2-.6-1.4-1.2-1.8-1.7-.3-.4-.8-1.2-.7-1.6.2-.6 1.4-1.1 2-1.4.8-.4 2.6-.8 3.5-.7.4 0 1.3.5 1.7.4.4-.1 1.1-.7 1.2-1.1.2-.5 0-1.6-.2-2.2.5-.3 1.1-.4 1.5-.5.5 0 1.5.2 1.9.4.4.2 1 1 1.4 1 .5 0 1.4-.7 1.8-.5.2 0 .4.6.6.7.3.1 1-.2 1.2 0 .1 0 .1.6.3.6.3 0 .8-.6.9-.9.1-.3-.2-1-.1-1.3.2-.5 1-1.3 1.5-1.3.3 0 .7.5 1 .5.5 0 1.2-.8 1.7-1 .2-.1.8-.2 1-.3.4-.3.4-1.7.8-1.9.6-.2 1.6.9 2.2 1 .5 0 1.5-.2 2-.4s1.3-1.2 1.8-1.4c.4-.2 1.4 0 1.7-.3.2-.3-.2-1.2 0-1.6.2-.4.9-1 1.3-1 .3 0 .9.4 1 .7.2.4-.5 1.3-.3 1.7.2.3 1.2.3 1.6.2.3-.2.5-1.1.8-1.2.3-.1 1.1.1 1.4.2.6.2 1.6.9 2.2.9.3 0 .6-.5.8-.6.4 0 1.1.5 1.5.4.4 0 .9-.9 1.2-1 .3-.1 1 .2 1.3 0 .3-.1.9-.6 1.2-.9.4.2.9.4.9.6.1.3-.4.9-.3 1.2 0 .5.9 1.3 1 1.7.2.6-.2 2 0 2.7.1.5.7 1.2 1.1 1.8-.2.1-.5.2-.6.4-.2.3-.3 1-.3 1.4 0 .3.2.9 0 1.2 0 .3-.6.7-.6 1 0 .3 0 1 .1 1.3 0 .4.5 1.1.5 1.5 0 .2-.4.5-.5.7-.3.5-.9 1.4-1.1 2 0 .4.1 1.2 0 1.5 0 .2-.5.6-.6.8v1.2c0 .4-.2 1.1-.2 1.5 0 .5.3 1.4.2 1.8-.1.3-.9.7-1 1.1-.1.3 0 1.1 0 1.4 0 .3-.3.9-.5 1.1-.2.2-.8.3-1 .5-.4.4-.7 1.5-.9 2-.1.5-.4 1.5-.2 1.9.2.4.9.8 1.3.9.4.2 1.3 0 1.5.3.3.4 0 1.6 0 2.1 0 .2-.4.6-.3.8.2.5 1.6.4 2 .8.4.3 1 1.2.9 1.7 0 .2-.6.4-.7.7-.1.3.2 1.1 0 1.3-.3.4-1.3.7-1.8.6-.3 0-.7-.5-1-.5-.5 0-1 1.1-1.4 1.4-.3.1-.8.3-1.1.3-.5 0-1.5-.3-1.9-.2-.4.2-.9.9-1 1.2-.2.4-.5 1.2-.4 1.6 0 .4.7.9.7 1.3 0 .2-.3.6-.4.8-.2.5-.4 1.6-.4 2.1s0 .7.2 1c-.3.3-.7 1.1-1.2 1.2-.4 0-1.1-.5-1.5-.7-.5-.2-1.4-.8-1.9-.8-.7 0-2.3 1.1-2.5 1.1s-1.1.1-1.4 0c-.3 0-.6-.5-.9-.6-.3 0-.9.4-1.2.4-.3 0-.8-.3-1-.3-.2 0-.5.6-.7.6-.6 0-1.6-.9-2.2-.9-.3 0-.7.4-1 .5-.4 0-1.2-.1-1.5 0-.3 0-.7.5-1 .7-.2.1-.8.3-1 .5-.1.3.4.8.3 1.1 0 .3-.5.6-.5.9 0 .3.2 1.1.5 1.3.2.2.6 0 1.1 0s.4.6.5.9c.1.4.9.8.9 1.2 0 .3-.4.8-.6 1-.3.3-1.3.4-1.6.7-.3.3-.7 1.4-.8 1.4s-.7.6-1 .8c-.3.2-1 .4-1.3.7-.4.3-1.1 1.3-1.5 1.7-.2.2-.6.8-.9 1-.3.1-1 0-1.3 0-.6.1-1.6.8-2.2 1-.3 0-1.2.1-1.3.1s-.4 1.1-.7 1.3c-.2.1-.8-.2-1 0-.3.1-.5.7-.7.9-.2.2-.8.2-1 .4-.1.2 0 .7 0 1 0 .2 0 .8-.1.8-.5.1-1-1.1-1.1-1.6 0-.4.1-1.4.1-1.5v-1.9c0-.5-1.2-1.3-1.3-1.9 0-.3.7-.9.5-1.2-.3-.7-2.2-.8-2.9-1-.5-.1-1.5-.4-2-.4-.6 0-1.8.2-2.4.2-.5 0-1.3-.4-1.8-.4-.4 0-1.2.3-1.6.3-.4 0-1.2-.3-1.6-.3-.7 0-2.1-.2-2.7 0-.5 0-1.4.5-1.9.5s-1.5-.2-1.9-.1c-.2 0-.8.1-1.1.3 0-.1 0-.2-.1-.3-.4-.5-2-.2-2.6-.4-.5-.2-1.3-.7-1.8-1-.3-.2-1.1-.4-1.4-.5-.5-.2-1.4-.8-1.9-1-.9-.4-2.9-.8-3.8-1.1-.4-.1-1.2-.3-1.5-.6-.3-.3-.4-1.2-.7-1.5-.2-.2-1.1-.3-1.2-.6 0-.4.9-.7 1-1 .1-.3 0-1-.2-1.2-.3-.3-1.4-.2-1.8-.5-.3-.3-.5-1.2-.8-1.4-.4-.3-1.7-.3-2.2-.6-.3-.2-.7-.8-1.1-1-.5-.2-1.7-.2-2.2-.3-.5 0-1.4-.5-1.9-.4-.3 0-.6.3-.9.6-.1-.1-.3-.2-.4-.3-.4-.3-1.7-.3-2-.8-.3-.5.7-1.8.5-2.4-.2-.5-1.3-.8-1.6-1.2-.2-.3-.6-1.2-.6-1.6 0-.6.8-1.5.9-2v-1.6c0-.4 0-1.5.4-1.7.4-.3 1.7.2 2.2 0 .5-.2 1-1.2 1.4-1.5.5-.3 1.7-.9 2.3-.7.3 0 .5.4.8.8Z",
2533
- className: "st3",
2534
- "data-name": "lam-dong"
2535
- }
2536
- ) }),
2537
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "dak-nong", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2538
- "path",
2539
- {
2540
- id: "dak-nong1",
2541
- d: "M384.2 723.6c.3.6.4 1.7.2 2.2-.1.4-.8 1-1.2 1.1-.4.1-1.3-.4-1.7-.4-.9 0-2.7.4-3.5.7-.6.2-1.8.8-2 1.4-.1.4.4 1.3.7 1.6.4.5 1.6 1.1 1.8 1.7.2.7-.6 2.1-.5 2.8 0 .5.4 1.3.7 1.7.3.3 1.4.4 1.7.8.3.4.2 1.6.5 1.9.2.3 1.1.2 1.4.5.3.3.2 1.2.4 1.5.3.3 1.3 0 1.5.3.2.3 0 1.2-.1 1.6-.2.4-.8 1-1.1 1.3-.4.5-1.3 1.4-1.7 1.9-.3.4-.8 1.3-1.2 1.6-.5.2-1.7 0-2.2 0-.5.2-1.4 1.3-1.9 1.2-.3 0-.4-.7-.6-.9-.3-.3-1.1-1.2-1.6-1.1-.3 0-.6.9-.9 1.1-.4.2-1.5 0-1.9-.2-.4-.3-.9-1.1-.9-1.6 0-.6 1.3-1.6 1.1-2.2-.1-.4-1.1-.9-1.6-.9-.8 0-2.2.9-3 1.1-.4 0-1.4-.2-1.8-.1-.6.1-1.6 1.3-2.3 1.2-.7 0-1.9-1.1-2.5-1.4-.2-.1-.7-.4-.7-.6s.8-1.5.6-1.9c-.2-.4-1.3-.5-1.8-.6-.5 0-1.5 0-1.9.4-.3.3-.2 1.4-.4 1.8-.3.5-1 1.6-1.6 1.8-.4.2-1.6 0-1.9 0s-1.1 1.3-1.5 1.7c-.4.4-1.6.8-1.9 1.2-.3.3-.1 1.4-.5 1.6-.6.3-2-.8-2.7-.9-.4 0-1.2-.3-1.6-.1-.4.2-.7 1.3-1.1 1.7-.3.3-.8 1.1-1.2 1.2-.4.1-1.2-.5-1.5-.3-.1 0 0 .5-.2.6-.3.2-1.1.2-1.4.1-.2 0-.3-.2-.5-.4.1-.3.3-.6.3-.8 0-.8-.7-2.5-.5-3.4.1-.4 1-1 1.2-1.4.2-.4.5-1.1.6-1.6 0-.5-.3-1.6-.6-2-.4-.6-2-1.2-2.4-1.9-.2-.4 0-1.5-.4-1.8-.4-.4-1.7-.4-2.1-.7-.5-.4-.9-1.9-1.4-2.3-.4-.3-1.5-.3-2-.5-.4-.2-1.2-.8-1.6-1.1-.5-.3-1.8-.4-2.1-.9-.3-.5.2-1.6.3-2.1 0-.4.3-1.1.2-1.5-.1-.5-1.1-1.1-1.2-1.6 0-.5.8-1.4.9-1.9 0-.8-.6-2.3-.7-3.1-.2-1-.2-3-.4-4-.1-.6-.5-1.5-.7-2.3 1.1-.5 2.3-.9 3.1-1.1.8-.3 2.6-.6 3.5-.7.8 0 2.5 0 3.2.2.6.2 1.6 1.1 2 1.6.6.8.8 3.4 1.7 3.7.6.2 1.5-.8 1.9-1.3.6-.7 1-2.8 1.7-3.6.6-.7 2.4-1.6 3.3-2 .5-.2 1.8-.3 2.1-.8.3-.6-.7-2.1-.6-2.8 0-.9 1.1-2.3 1.4-3.1.2-.5.6-1.6.7-2.2 0-.7-.4-2.1-.2-2.8.2-.6 1.3-1.5 1.5-2.2.2-.7-.3-2.2-.5-3-.1-.5-.6-1.6-.7-2.1-.2-.8-.6-2.5-.7-3.4 0-1.2.4-3.5.2-4.6 0-.5-.4-1.3-.6-1.9.3 0 .7-.1.9-.2.5-.2 1.3-.9 1.9-.9.5 0 1.4.3 1.9.3.6 0 1.6-.5 2.2-.5.7 0 2 .7 2.6 1 .5.2 1.4.7 1.9.7.6 0 1.6-.6 2.2-.6.6 0 1.6 1 2.1.8.3-.1.5-.9.7-1.1.4-.3 1.5-.7 2-.6.4.1.9.9 1 1.4 0 .4-.7 1.2-.5 1.6.3.7 2.4.5 2.9 1.1.2.3.2 1.1.2 1.4.1.6.5 1.8.5 2.4 0 .8-.6 2.4-.3 3.1.2.5 1.3 1.1 1.5 1.6.1.4 0 1.5-.2 1.9-.4.6-2.3.7-2.5 1.3-.2.4.2 1.3.4 1.6.2.4.9 1 1.4 1.2.5.2 1.7-.4 2.2-.2.4.2.6 1 .9 1.2.3.3 1.4.6 1.6 1 .3.5.4 1.9 0 2.4-.4.6-2 .7-2.6.9-.5.2-1.7.6-2.1 1.1-.3.4-.5 1.4-.4 1.9.1.7 1.4 1.6 1.7 2.3.2.6 0 2 .3 2.5.3.3 1.3.4 1.7.6.3.2.7.8 1.1.9.7.3 2.2-.3 2.9 0 .4.2.6 1.2.9 1.5.3.4 1.4.9 1.7 1.4.4.5.5 1.9.9 2.4s1.6 1.1 1.9 1.6v.1Z",
2542
- className: "st3",
2543
- "data-name": "dak-nong"
2544
- }
2545
- ) })
2546
- ] }),
2547
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "bac-trung-bo", children: [
2548
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "thanh-hoa", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2549
- "path",
2550
- {
2551
- id: "thanh-hoa1",
2552
- d: "M146 190.9c-.3-.4-1.4-.8-1.5-1.3-.1-.5.5-1.6.9-1.9.4-.3 1.6 0 2.1-.2.5-.3.8-1.4 1.3-1.6.5-.3 1.6 0 2.1-.2.4-.2.7-1.1 1.1-1.2.3-.1 1 0 1.2 0 .4-.3.8-1.2 1-1.7.2-.4.2-1.3.5-1.6.2-.3 1-.3 1.3-.5.7-.3 2.2-.7 2.9-1.1.5-.3 1.5-.8 1.9-1.3 0-.1.2-.3.3-.5.5.2 1.1.3 1.3.5.5.4 1 1.9 1.6 2.2.5.2 1.6-.4 2-.2.6.2 1 1.8 1.7 1.9.5 0 1.3-1 1.8-1 .6 0 1.3 1.5 1.8 1.4.4-.1.4-1.1.4-1.5 0-.5-.1-1.4 0-1.8.2-.3.8-.7 1.1-1 .4-.3 1.4-.5 1.7-1v-.7c.6 0 1.4-.2 1.8-.2.4 0 1.3-.6 1.7-.4.5.2.8 1.3 1.3 1.6.5.3 2-.4 2.4 0 .3.3-.1 1.4.1 1.7.3.5 1.6.8 2 1.2.3.3.6 1 .8 1.4.3.4 1 1.5 1.5 1.6.7.1 1.8-1 2.4-1.2.6-.2 1.8-.8 2.5-.7.7.1 2.3 1.7 2.4 1.9 0 .2 1.1 1.9 1.7 2.2.8.4 2.6-.3 3.3.1.3.2.7.9.8 1.2.2.5 0 1.7.4 2.2.5.7 3 1.2 3 1.6s0 1.2.3 1.4c.6.6 2.4.7 3.2 1 .8.3 2.4 1.1 3.3 1.4.7.2 2.1.6 2.9.7.7 0 2.1-.5 2.7-.4.8.2 2.1 1.8 3 1.7.4 0 .9-1.1 1.3-1.2h.3c.3.4.6 1.1.7 1.4.1.3.2.8.2 1.2 0 .4.8 1 1.2 1.2.5.3 1.9.7 2.1.8.2 0 1.6.8 2.1 1.2.3.3.7 1.2 1 1.6.3.3.9 1 1.2 1.3.6.4 1.8 1.1 2.4 1.4.4.3 1.2.8 1.7 1 .3.2.9.4 1.1.8.2.4.6 1.4 1.1 1.6.4.2 1.4-.2 1.9-.1s1.2.8 1.7 1c.8.3 2.6.3 3.3.7.4.2 1 1.3 1.2 1.4.2 0 1.3.6 1.7 1 .2.2.4.9.6 1.1.5.5 1.7.9 2.3 1.2.4.3 1.2.8 1.4 1.2.2.3.4 1.4.4 1.5 0 .1 1 .7 1.3 1 .1.2.4.5.5.8-.3 0-.6.8-.8 1.1-.2.2-.5.6-.6.8-.3.4-.9 1-1.2 1.4-.3.3-.9.7-1.1 1-.1.2-.4.5-.5.7v1.2c0 .4.2 1.3 0 1.7-.1.4-.9.8-1 1.1-.1.3 0 1 0 1.3 0 .3-.5.9-.5 1.2 0 .3 0 .9.2 1.1.1.2.6.3.6.4 0 .2-.1.8-.3.9-.2.1-.8-.2-1 0-.2 0-.2.5-.4.6-.2.2-.9.2-1 .4-.1.3.3.8.3 1.1 0 .3 0 1-.2 1.3-.1.1-.6 0-.7 0-.2 0-.5.3-.7.3-.2 0-.4-.3-.6-.3h-.7c-.3.2-.7.9-.9 1.3-.2.4-.6 1.3-.7 1.8-.1.5-.1 1.5-.3 2-.2.6-.8 1.7-.9 2.2-.1.5-.3 1.6-.4 2.1-.1.6-.4 1.9-.5 2.6v2.2c0 .6.1 1.9.1 2.5 0 .3 0 1-.1 1.3 0 .2.1.8 0 1-.1.1-.5-.3-.7-.2-.3.2-.2 1-.2 1.3-.1.4-.5 1-.6 1.4 0 .4.2 1.2.3 1.6.1.3.5.7.8.9.2.1.6 0 .8.2.2.2.2 1 .2 1.1s.4.7.5.9c0 .2-.2.6-.2.8 0 .2-.3.5-.5.7-.3-.1-.8-.4-1-.5-.4-.1-1.3 0-1.7 0-.2 0-.6-.6-.8-.7-.6-.2-1.9-.2-2.5-.2-.6 0-1.8.4-2.4.4s-.3-1-.3-1.2-1.1-.9-1.5-1.2c-.4-.4-1-1.5-1.5-1.7-.5-.3-1.9.4-2.4 0-.3-.2-.2-1-.4-1.3-.4-.6-1.9-1-2.3-1.6-.5-.6-.3-2.6-1-3.1-.4-.2-1.4.4-1.8.3-.4 0-1.1-.4-1.6-.6-.5-.2-1.2.8-1.6 1.1-.4.3-1.4.8-1.9.7-.5-.2-.9-1.4-1.4-1.7-.6-.4-2.4-.4-2.8-1-.3-.4.1-1.6 0-2.2-.1-.4-.5-1.6-.9-1.6-.5 0-.6 1.5-1.1 1.7-.3.2-1.2 0-1.5.2-.4.3-.4 1.3-.7 1.6-.2.1-.9.2-1.1 0-.6-.4-.7-2-.7-2.7V248c0-.4.5-1.2.6-1.7 0-.6 0-1.7-.2-2.2-.2-.7-.7-2-1.3-2.4-.4-.3-1.5.2-1.9 0-.3-.2-.4-1.2-.7-1.5-.4-.3-1.5 0-1.9-.3-.3-.2-.5-.8-.7-1.1-.3-.4-1.1-.9-1.2-1.3-.2-.5.1-1.7-.2-2.2-.2-.4-1.3-.7-1.6-1.2-.4-.7-.6-2.6-.2-3.3.2-.3 1.3-.2 1.6-.5.3-.4-.2-1.4 0-1.8.3-.4 1.5-.4 1.8-.8.2-.3.4-1.2.2-1.6-.2-.6-1.2-1.7-1.8-2-.3-.1-1.1 0-1.5 0-.5-.1-1.2-.9-1.7-1-.9-.2-2.8.8-3.7.6-.5-.2-1.2-1.2-1.7-1.5-.6-.4-1.8-.8-2.4-1.1-.7-.3-1.9-1.3-2.6-1.5-.4-.1-1.5.1-2.2 0 .2-.4.7-1 .9-1.4.3-.5.8-1.5 1.1-1.9.4-.5 1.5-1 1.9-1.5.2-.3.7-1.2.6-1.6-.1-.5-1.1-.9-1.5-1.2-.4-.4-1.2-1.3-1.7-1.7-.4-.3-1.4-.8-1.9-.9-.4 0-1.1.2-1.5.2-.6 0-1.8.2-2.3 0-.8-.3-1.7-1.9-2.3-2.4-.4-.4-1.2-1.1-1.7-1.3-.6-.2-1.9-.1-2.5-.2-.7 0-2.3 0-2.9-.4-.6-.3-1.7-1.4-1.9-1.6-.3-.2-1.6-.1-2.1-.2-.4-.1-1.3-.5-1.5-.9-.3-.5-.4-1.7-.4-2.3 0-.7.6-1.9.7-2.5.1-.6 0-1.8.2-2.3.2-.3.8-.5 1.1-.7.5-.4 1.4-1.5 2-1.8.6-.3 2 .1 2.5-.3.2-.2.5-.9.4-1.2-.1-.4-.8-.7-1.1-1-.6-.5-1.5-1.7-2.2-1.9-.4-.1-1.2.1-1.6.3-.5.3-1.2 1.2-1.5 1.6-.4.4-1 1.5-1.5 1.7-.5.2-1.7 0-2.2 0-.6.1-1.7.8-2.2 1.1-.6.3-1.7 1.3-2.4 1.4-.7.2-2.3.2-3 0-.5-.2-1.5-.8-1.6-1.3 0-.3.4-.8.4-1.1 0-.5-.6-1.3-.9-1.6Z",
2553
- className: "st3",
2554
- "data-name": "thanh-hoa"
2555
- }
2556
- ) }),
2557
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "nghe-an", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2558
- "path",
2559
- {
2560
- id: "nghe-an1",
2561
- d: "M113.1 263.1c-.1-.3-.1-1 0-1.3.4-.5 1.8-.3 2.3-.5.5-.2 1.5-.7 1.9-1.2.4-.5.4-2 .9-2.4.4-.3 1.4 0 1.9-.2s1.4-.9 1.9-1.1c.5-.2 1.7.1 2.2-.2.4-.2.6-1.1.8-1.4.2-.4.5-1.2.7-1.6.2-.4.9-1.2 1-1.7.1-.5.1-1.5.1-1.9 0-.6-.2-1.7-.3-2.2-.2-.6-.6-1.7-1-2.2-.4-.6-1.9-1.3-2-2 0-.6.8-1.8 1.3-2.2.4-.3 1.4-.6 1.9-.7.5 0 1.7.4 2.2.2.6-.3 1.1-1.7 1.7-2.1.8-.5 2.6-1.2 3.6-1.2.6 0 1.8.6 2.4.8.7.2 2.3.3 3 .5.7.2 1.8 1.1 2.5 1.1.6 0 1.7-.7 2.3-.9.6-.1 1.9-.3 2.4 0 .8.3 2 1.7 2.8 2.2.4.2 1.5.3 1.9.7.4.4.6 1.7 1.1 2 .6.4 2.3.3 3.1.2.6 0 1.6-.6 2.2-.7.4-.1 1.2-.3 1.6-.3.5 0 1.5.5 1.9.3.4-.1 1-.9 1.2-1.2.3-.5.3-1.7.5-2.3.2-.7.5-2.1.9-2.7.4-.6 1.3-1.6 1.9-1.8.5-.1 1.4.4 1.9.3.6-.1 1.7-.8 2.1-1.2.3-.3.7-1.1 1-1.4.6-.4 2.3-.1 2.8-.6.6-.6.7-2.4.7-3.3 0-.6-.6-1.8-.6-2.5 0-.8.4-2.4.9-3.1.3-.4 1.3-.8 1.8-1.1.4-.2 1.4-.5 1.7-.8.3-.3.3-1.1.5-1.5v-.2c.7 0 1.7-.2 2.2 0 .7.2 1.9 1.2 2.6 1.5.6.3 1.8.7 2.4 1.1.5.3 1.1 1.3 1.7 1.5.9.3 2.8-.8 3.7-.6.5 0 1.3.9 1.7 1 .4 0 1.1-.1 1.5 0 .6.3 1.6 1.3 1.8 2 .1.4 0 1.3-.2 1.6-.3.4-1.5.4-1.8.8-.2.4.3 1.5 0 1.8-.2.3-1.3.2-1.6.5-.5.7-.2 2.6.2 3.3.2.4 1.3.7 1.6 1.2.3.5 0 1.7.2 2.2.2.4 1 1 1.2 1.3.2.3.4.9.7 1.1.4.3 1.5 0 1.9.3.3.2.4 1.3.7 1.5.4.3 1.5-.2 1.9 0 .6.4 1.1 1.7 1.3 2.4.2.5.3 1.7.2 2.2 0 .4-.5 1.2-.6 1.7v1.4c0 .7.2 2.3.7 2.7.2.2.8.1 1.1 0 .4-.2.4-1.3.7-1.6.3-.2 1.2 0 1.5-.2.4-.3.6-1.7 1.1-1.7.5 0 .8 1.1.9 1.6.1.5-.3 1.7 0 2.2.4.6 2.2.6 2.8 1 .5.3.9 1.6 1.4 1.7.5.1 1.5-.4 1.9-.7.4-.3 1.1-1.2 1.6-1.1.5.2 1.2.5 1.6.6.5 0 1.4-.6 1.8-.3.7.4.5 2.4 1 3.1.4.6 1.9 1 2.3 1.6.2.3.1 1.1.4 1.3.5.4 1.9-.3 2.4 0 .5.2 1.1 1.4 1.5 1.7.4.3 1.5.9 1.5 1.2s-.2 1.2.3 1.2 1.8-.4 2.4-.4c.6 0 1.9 0 2.5.2.2 0 .6.6.8.7.4.1 1.3 0 1.7 0 .2 0 .7.3 1 .5 0 .1-.2.2-.2.3-.2.2-.4.8-.7.9-.2 0-.8-.3-1-.2-.3.1-.5.8-.6 1.1 0 .3.2.9 0 1.2-.1.3-.6.6-.8.7-.3.1-.9.2-1.1.3-.2.2-.5.6-.6.9-.2.6-.1 1.8 0 2.4 0 .4.2 1.3.2 1.8 0 .6 0 1.7-.2 2.2 0 .2-.3.6-.5.8-.2.2-.9.2-1.1.3-.2.1-.4.6-.6.7h-.9c-.1 0 0-.4-.1-.5-.2-.2-.7-.2-1 0-.4.2-1 1-1.2 1.4-.3.4-.9 1.1-1.1 1.6-.2.5-.5 1.5-.6 2-.1.7-.2 2.2-.2 3 0 .5 0 1.4.2 1.9 0 .4.3 1.2.5 1.5.1.4.5 1.1.7 1.4.2.2.9.4 1.2.5.4.2 1.1.5 1.5.7.2.2.6.6.8.7.2.2.7.6.8.9.3.4.6 1.4.8 1.8.2.5.6 1.5.9 2 .2.4.9 1 1.1 1.3 0 .2.3.6.2.8 0 .2-.7.2-.8.4-.1.2-.2.6-.1.7 0 .3.6.6.8.8.1.2.2.6.2.9s-.3.8-.3 1.1c0 .3.2.8.4.9.1 0 .4.1.5 0 .2-.3-.2-1-.2-1.4 0-.3.1-.9 0-1.2 0-.2-.5-.6-.6-.8 0-.2.2-.6.2-.8.1-.3.2-.9.5-1h.6c.3.2.6.9.7 1.3.1.4.3 1.2.3 1.6v2c0 .2.1.5.2.8-.6 0-1.8.2-2.4.4-.8.3-2.4.9-3 1.6-.4.4-.6 1.6-.9 2.1-.3.6-1.1 1.8-1.6 2.2-.3.3-.9.7-1.3.8-.4 0-1.2-.3-1.7-.3s-1.3.7-1.8.7c-.4 0-1.1-.6-1.5-.7-.8-.2-2.4-.3-3.2-.6-.5-.2-1.2-.7-1.7-.9-.5-.2-1.6-.7-2.2-.7-.7 0-2 .6-2.7.8-.6.2-1.8 1.1-2.5 1.1s-1.5-.7-2-.9c-.4-.1-1.4 0-1.8-.2-.6-.3-1.4-1.6-2.1-1.8-.7-.2-2.1.4-2.7.7-.4.3-.7 1.3-1.2 1.4-.5 0-1.4-.9-1.9-1.1-.2 0-.5-.1-.8-.2.3-.3.6-1 .5-1.3 0-.5-.7-1.2-1-1.5-.5-.6-1.7-1.7-2.3-2.2-.4-.4-1.1-1.4-1.6-1.7-.5-.2-1.9-.2-2-.2s-1.4-.2-1.8-.4c-.5-.2-1.2-1-1.7-1.2-.8-.3-2.6-.5-3.4-.5-.5 0-1.5.1-1.9 0-.4-.2-.6-1.3-1-1.6-.9-.7-3.2-1.1-4.3-1.1-.8 0-2.3.7-3.1.6-.6-.1-1.5-1.1-2.1-1.3-.6-.1-2.2 0-2.3 0s-1.6-.4-2-.7c-.4-.4-.7-1.6-1.1-1.9-.6-.4-2.1-.1-2.7-.5-.6-.4-1.2-2-1.9-2.4-.4-.3-1.5-.2-1.9-.4-.7-.3-2.1-1.7-2.4-1.9-.3-.2-1.2-1.5-1.6-2-.4-.5-1.1-1.7-1.6-2.2-.4-.3-1.3-.8-1.8-.8s-1.3.4-1.7.5c-.5 0-1.5.4-1.9.2-.5-.2-.9-1.4-1.1-1.9-.3-.6-.7-2-1.2-2.6-.4-.5-1.6-1.3-2.3-1.5-.7-.3-2.5 0-3.1-.3-.6-.3-1-1.7-1.5-2-.5-.3-1.8 0-2.4-.2-.6-.1-1.8-.5-2.4-.9-.5-.3-1.1-1.3-1.4-1.8-.2-.3-.6-1.1-.9-1.4-.5-.4-1.7-1-2.3-1.2-.6-.3-1.9-.5-2.5-.9-.6-.3-1.4-1.5-2-1.7-.4-.2-1.4-.2-1.9-.2-.9 0-2.7.3-3.6.2-.7 0-2-.5-2.5-.9-.7-.5-1.7-1.9-2.3-2.5-.5-.4-1.7-1.1-1.9-1.7Z",
2562
- className: "st3",
2563
- "data-name": "nghe-an"
2564
- }
2565
- ) }),
2566
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ha-tinh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2567
- "path",
2568
- {
2569
- id: "ha-tinh1",
2570
- d: "M193 321c-.6-.7-2.1-1.8-2.3-2.6-.2-1 .6-2.9.9-3.8.2-.8.9-2.2 1.3-2.9.3-.5.8-1.6 1.2-1.9.3-.2.9-.5 1.2-.5.4 0 1.2.4 1.6.2 0 0 .1 0 .2-.1.3 0 .7.1.8.2.5.2 1.4 1.2 1.9 1.1.5 0 .8-1.2 1.2-1.4.6-.4 2-.9 2.7-.7.7.2 1.5 1.5 2.1 1.8.4.2 1.4 0 1.8.2.5.1 1.5.9 2 .9s1.8-.8 2.5-1.1c.7-.2 2-.8 2.7-.8.6 0 1.7.5 2.2.7.4.2 1.2.8 1.7.9.8.3 2.4.3 3.2.6.4.1 1.1.7 1.5.7.5 0 1.3-.6 1.8-.7.4 0 1.3.4 1.7.3.4 0 1-.5 1.3-.8.5-.5 1.2-1.6 1.6-2.2.3-.5.5-1.7.9-2.1.6-.6 2.2-1.3 3-1.6.6-.2 1.7-.4 2.4-.4.2.4.4.9.5 1.2.2.4.5 1.2.7 1.6.3.7.9 2.2 1.2 2.9.2.5.8 1.5 1.1 2 .3.6 1.1 1.6 1.4 2.2.3.5 1 1.6 1.4 2 .3.4 1.1 1 1.5 1.3.1.1.5.4.6.6 0 .2 0 .7-.2.8 0 0-.4 0-.5.2-.2.3 0 1.2 0 1.3s.2 1.1.2 1.5c0 .2-.2.8 0 .9.3 0 .6-.8.7-1.1 0-.2.2-.6.2-.7 0-.2-.2-.7-.2-.9 0-.1.3-.3.3-.5 0-.1.2-.4.2-.5 0-.2-.2-.8 0-.9.1-.1.6-.1.7 0 .2.1 0 .6.1.8 0 .3.4.9.6 1.2.3.5 1.1 1.4 1.4 1.9.8 1 2.5 2.8 3.3 3.8.5.6 1.6 1.7 2.2 2.3.4.4 1.1 1.5 1.7 1.8.3.1 1.1.2 1.2.2s.6.7.5.9c0 .3-.9.5-1 .5h-.9c-.1 0-.4.5-.6.6-.4.2-1.6-.3-1.7 0 0 .3.6.6.9.7h1.4c.1 0 .3-.4.4-.4.2 0 .7.4.9.3.2 0 .1-.7.3-.9.1-.1.6.1.7 0 .1 0 0-.5 0-.6.2-.2.7-.4.9-.5.3 0 1 0 1.3.2.3.1 1 .5 1.3.7.5.3 1.5 1.1 2 1.4.2.1.8.3 1 .5.3.2.6.7.9.8h.9c.3.1.8.6 1.1.8.4.4.9 1.3 1.3 1.7.4.5 1.2 1.3 1.6 1.7.5.5 1.4 1.6 2 2 .3.2.9.6 1.3.7.2 0 .7-.1.9 0 .2 0 .6.4.8.4.2 0 .8.2 1 0 .2-.2 0-.8.2-1 0-.2.2-.5.3-.6.1 0 .4.2.6.2.2 0 .5 0 .6.1.1.2.2.6 0 .8-.1.2-.6.2-.8.4-.1.1-.2.6-.2.7 0 .3.6.8.7 1.1.2.4.4 1.2.5 1.6.2.6.8 1.6 1.1 2.1.3.5 1.1 1.4 1.5 1.8.2.2.6.4.7.6v.4c-.3.2-.7.3-.9.4-.6 0-1.9-.4-2.5-.3-.4 0-1.1.5-1.4.4-.5-.1-1-1.1-1.5-1.2-.7-.3-2.4-.4-3 0-.4.2-.6 1.2-1 1.5-.4.3-1.7-.1-1.9.3-.2.3.5 1.1.5 1.6 0 .4 0 1.4-.4 1.7-.4.2-1.3-.1-1.7-.2-.5-.1-1.4-.7-1.9-.8-.6 0-1.7.1-2.3.2-.8.1-2.5.7-3.3.6-.3 0-.9-.4-1.2-.4-.7-.2-2.2-.1-2.9-.3-.7-.2-2.3-.6-2.7-1.2-.3-.5 0-1.8 0-2.4 0-.3.5-.9.6-1.2 0-.4-.2-1.4-.6-1.6-.3-.2-1.2 0-1.6-.1-.4 0-1.3-.3-1.7-.5-.4-.2-1.1-1-1.6-1.2-.4-.1-1.3.3-1.6 0-.2-.2.2-1 0-1.3-.3-.5-1.7-.8-2.3-.9-.5-.1-1.6-.4-2 0-.3.2 0 1.1-.2 1.3-.4.5-2 .3-2.5.7-.4.3-.5 1.4-.9 1.6-.3.2-1.1-.3-1.4-.2-.5 0-1.1.9-1.6.9s-1.3-.7-1.7-.7c-.6 0-1.8 0-2.3.2-.5.4-.7 1.7-1 2.2-.2.3-.6.8-.9.9-.4.2-1.3-.2-1.8-.2-.4 0-1.2.2-1.8.2v-.9c-.3-.5-1.9-.5-2.4-.8-.5-.4-1.3-1.3-1.5-1.9-.1-.5.5-1.6.3-2.1s-1-1.1-1.4-1.3c-.2-.2-.8-.3-1-.5-.3-.2-.7-.9-1-1.2-.2-.2-.8-.5-1-.7-.3-.4-.6-1.3-.7-1.7 0-.4.4-1.1.3-1.5-.1-.5-.8-1.4-1.3-1.7-.4-.2-1.4-.3-1.9-.2-.4.1-1 1-1.3 1.2-.6.5-1.7 1.5-2.4 1.6-.7.1-2.2-.2-2.9-.5-.6-.3-1.7-1.1-1.9-1.7-.2-.5.5-1.7.5-2.2 0-.5-.4-1.5-.9-1.7-.7-.4-2.4.7-3.1.4-.5-.2-.9-1.3-1.2-1.7-.4-.4-1.2-1.2-1.7-1.6-.4-.4-1.5-.9-1.8-1.3-.3-.5-.2-1.8-.5-2.4-.3-.7-1.8-2.3-2.1-2.5-.3-.2-1.4-1.3-1.8-1.7Z",
2571
- className: "st3",
2572
- "data-name": "ha-tinh"
2573
- }
2574
- ) }),
2575
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "quang-binh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2576
- "path",
2577
- {
2578
- id: "quang-binh1",
2579
- d: "M224.6 354.4c-.1-.5-.4-1.6-.2-2.2.1-.5 1-1.1 1.2-1.5 0-.2.2-.6.2-1 .5 0 1.4-.2 1.8-.2.5 0 1.4.3 1.8.2.3-.1.7-.7.9-.9.3-.5.5-1.9 1-2.2.5-.3 1.7-.3 2.3-.2.5 0 1.3.8 1.7.7.5 0 1.2-.8 1.6-.9.4 0 1.1.3 1.4.2.4-.2.5-1.3.9-1.6.5-.4 2.1-.2 2.5-.7.2-.2 0-1.1.2-1.3.4-.3 1.5 0 2 0 .6.1 1.9.4 2.3.9.2.3-.2 1.1 0 1.3.3.3 1.2-.1 1.6 0 .5.2 1.1 1 1.6 1.2.4.2 1.2.4 1.7.5.4 0 1.3-.1 1.6.1.3.3.6 1.2.6 1.6 0 .3-.5.9-.6 1.2-.1.6-.4 1.9 0 2.4.4.6 2 1 2.7 1.2.7.2 2.2.1 2.9.3.3 0 .9.4 1.2.4.8 0 2.5-.5 3.3-.6.6 0 1.7-.3 2.3-.2.5 0 1.4.7 1.9.8.4.1 1.4.5 1.7.2.4-.2.4-1.2.4-1.7 0-.4-.7-1.2-.5-1.6.3-.4 1.5 0 1.9-.3.4-.2.6-1.3 1-1.5.7-.4 2.3-.2 3 0 .5.2 1 1.1 1.5 1.2.4 0 1.1-.3 1.4-.4.6 0 1.9.4 2.5.3.2 0 .6-.2.9-.4v.1c0 .2.3.6.4.8 0 .3-.2.9-.3 1.2-.1.3-.4.8-.6 1.1-.2.5-.7 1.5-1 2-.2.4-.8 1.3-1 1.7-.2.4-.5 1.4-.5 1.9s.2 1.5.3 2c.1.6.4 1.8.6 2.3.1.4.5 1.1.7 1.4.1.3.4 1 .6 1.3.1.3.3 1 .5 1.2.2.2.7.4.8.6.1.1.2.5.3.6 0 .3.1.9.3 1.2.2.3.7.7.9 1 .3.4.6 1.3.8 1.6.3.4 1.1.9 1.3 1.2.4.5.6 1.9 1 2.4.6 1.1 2 3 2.7 4 .8 1.1 2.3 3.2 3.2 4.2 1.1 1.3 3.2 3.8 4.4 5 .6.6 2.1 1.6 2.8 2.2 1.2 1 3.5 3.1 4.7 4.1.8.7 2.6 1.8 3.5 2.5 1.1.8 3.1 2.4 4.2 3.2.4.3 1.1.8 1.8 1.2-.3.1-.8.4-.9.5-.3.4-.5 1.4-.7 1.9-.3.5-1 1.3-1.5 1.6-.5.3-1.7.8-2.4.9-.4 0-1.2-.3-1.6-.2-.7 0-1.8 1-2.4 1.1-.4 0-1.4-.3-1.8-.2-.4.2-1.1.9-1.2 1.3-.1.5.2 1.5.4 1.9 0 .2.4.7.4.9 0 .4 0 1.2-.3 1.6-.3.3-1.4.3-1.7.7-.2.4 0 1.3 0 1.7 0 .3.3.9.2 1.2-.2.5-1 1.5-1.6 1.6-.6.2-1.9-.2-2.4-.6-.3-.3-.4-1.2-.7-1.5-.4-.4-1.6-.8-2.1-.7-.6 0-1.4 1.4-2 1.5-.5 0-1.4-.5-1.8-.7-.5-.3-1.5-.9-1.7-1.4 0-.2.4-.8.2-1-.2-.3-1-.5-1.3-.6-.4-.1-1.3-.3-1.7-.2-.2 0-.4.1-.6.2l-.1-.1c-.1 0-1.6.5-2.1.7-.6.2-1.8.7-2.4.6-.7-.1-2-.9-2.5-1.5-.4-.5-.6-1.7-.9-2.2-.3-.5-1.2-1.2-1.2-1.7 0-.6.9-1.6.7-2.2-.2-.7-1.7-1.3-2.2-1.8-.6-.7-1.5-2.3-2-3-.4-.5-1.3-1.8-1.4-2-.1-.2.5-1.4.4-1.9-.1-.5-1.2-1-1.4-1.4-.3-.5 0-1.9-.2-2.4-.1-.3-.6-.9-.9-.9-.3 0-.7.8-.9 1-.2.3-.4 1.2-.7 1.4-.4.3-1.4.3-1.9.2-.8-.2-2.3-1.2-3-1.7-1.4-1-4-3.3-5.3-4.5-.7-.6-1.9-1.9-2.5-2.5-1-1.1-2.9-3.5-4-4.6-.6-.6-2.1-1.4-2.7-2-.6-.6-1.4-2.2-2-2.9-.5-.6-1.5-1.6-2-2.2l-2.8-3.2c-.4-.4-.9-1.4-1.4-1.8-.7-.7-2.9-1.9-3.4-2-.5-.2-1.4-.4-1.8-.6-.4-.2-1.2-1-1.3-1.1 0-.2-.3-1.4-.5-1.8-.3-.6-1.4-1.4-1.8-1.9-.3-.4-.9-1.1-1.1-1.6-.3-.6-.4-1.9-.7-2.4-.5-.9-2.4-1.9-2.9-2.8-.3-.5-.6-1.8-.7-2.4Z",
2580
- className: "st3",
2581
- "data-name": "quang-binh"
2582
- }
2583
- ) }),
2584
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "quang-tri", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2585
- "path",
2586
- {
2587
- id: "quang-tri1",
2588
- d: "M284.8 421.4c-.4-.6-1.9-1.2-2.1-1.9-.2-.5 0-1.7.3-2.2.2-.3 1.2-.2 1.4-.5.3-.4.3-1.6.2-2.1 0-.3-.5-1.1-.7-1.4.2-.1.5-.2.6-.2.4 0 1.3.1 1.7.2.3 0 1.1.2 1.3.6.1.2-.3.8-.2 1 .2.5 1.2 1.1 1.7 1.4.4.3 1.3.8 1.8.7.6 0 1.4-1.4 2-1.5.6 0 1.7.4 2.1.7.3.3.4 1.2.7 1.5.5.4 1.8.7 2.4.6.5-.2 1.4-1.1 1.6-1.6 0-.3-.2-.9-.2-1.2 0-.4-.2-1.4 0-1.7.3-.4 1.4-.3 1.7-.7.3-.3.4-1.2.3-1.6 0-.3-.4-.7-.4-.9-.2-.5-.5-1.5-.4-1.9.1-.4.8-1.1 1.2-1.3.4-.2 1.4.3 1.8.2.7-.1 1.8-1 2.4-1.1.4 0 1.2.3 1.6.2.6 0 1.8-.5 2.4-.9.4-.3 1.2-1.1 1.5-1.6.3-.4.4-1.5.7-1.9.2-.2.6-.4.9-.5.9.6 1.9 1.3 2.6 1.7.5.3 1.5 1 2 1.2.3.2 1 .5 1.4.6.4.1 1.2.1 1.6.4.3.2.6.7.7 1 0 .3-.1 1-.2 1.4 0 .3-.2 1-.2 1.3 0 .4-.1 1.2 0 1.6.1.5.6 1.3.8 1.7.4.6 1.3 1.7 1.7 2.3.5.7 1.5 2.1 2.1 2.7.5.6 1.5 1.7 2.1 2.2.7.6 2.1 1.6 2.8 2.2.7.6 2 1.7 2.6 2.3.4.4 1.3 1.2 1.8 1.6l3.2 2.4c.7.5 2 1.5 2.6 2 .4.3.9.8 1.5 1.3-.4.2-1.1.6-1.4.6-.3 0-1-.1-1.4 0-.4 0-1.2.6-1.7.7h-1c-.5.2-1.2 1.1-1.7 1.5-.2.2-.8.5-.9.8-.2.5 0 1.8 0 2s.2.9.1 1.2c0 .3-.4 1-.6 1.2-.4.3-1.5.3-2 .4-.4.1-1.2.4-1.7.5-.4 0-1.3 0-1.7-.2-.2 0-.5-.5-.7-.6-.5-.2-1.7-.2-2.2-.1-.5 0-1.3.5-1.7.6-.4 0-1.2 0-1.6.1-.4.2-.9 1-1.3 1.2-.3.1-.9.2-1.2.3-.5.2-1.5.7-1.7 1.1-.1.2 0 .8.2 1 .2.2.9.4 1.1.5.4.2 1 .9 1.4 1.1.4.2 1.4.3 1.7.6.2.2.3.9.3 1.2 0 .4-.6 1-.5 1.3.1.5 1.4.9 1.6 1.4.1.3.2 1 0 1.2-.3.3-1.1 0-1.5 0-.4 0-1.2 0-1.5.3-.3.3-.4 1.3-.5 1.7-.1.3-.4.7-.5 1-.2.5-.5 1.4-.6 1.9v1.1c-.5 0-1.3.4-1.7.4-.6 0-2.3-.4-2.5-.4s-1.8 0-2.2-.3c-.3-.3-.3-1.2-.5-1.5-.3-.5-1.2-1.4-1.7-1.8-.4-.3-1.2-.6-1.6-.9-.4-.3-1.2-1.1-1.5-1.6-.4-.6-1.1-2.1-1.2-2.8 0-.5.7-1.5.7-2.1 0-.9-.6-2.8-1.2-3.5-.3-.4-1.3-.9-1.7-.9s-1.1.4-1.3.7c-.3.4-.2 1.5-.4 2s-.4 1.5-.9 1.8c-.2.1-.7-.1-.9 0-.4.2-.9.9-1.1 1.3-.3.5-.2 1.9-.7 2.3-.6.4-2.1.4-2.8.2-.7-.2-1.9-1.2-2.4-1.7-.4-.5-.7-1.7-.9-2.3-.2-.5-.7-1.3-.8-1.8-.1-.6-.1-1.9 0-2.6 0-.5.5-1.4.4-1.8-.1-.6-.8-1.7-1.3-1.9-.4-.2-1.2 0-1.6 0-.5-.2-1.5-1-1.7-1.1-.2-.2-1.4-2.4-1.8-3.3-.3-.7-1-2.2-1.1-3-.1-1 .3-3 .4-4 .1-.8.6-2.5.6-3.4 0-.5-.2-1.5-.4-1.9Z",
2589
- className: "st3",
2590
- "data-name": "quang-tri"
2591
- }
2592
- ) }),
2593
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "hue", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2594
- "path",
2595
- {
2596
- id: "thua-thien-hue1",
2597
- d: "M318.7 457.5v-1.1c0-.5.4-1.4.6-1.9.1-.3.4-.7.5-1 .2-.4.2-1.4.5-1.7.3-.3 1.1-.3 1.5-.3.4 0 1.2.3 1.5 0 .2-.2.1-.9 0-1.2-.2-.5-1.4-.9-1.6-1.4 0-.3.5-1 .5-1.3 0-.3-.1-.9-.3-1.2-.3-.3-1.3-.4-1.7-.6-.4-.2-1-.8-1.4-1.1-.3-.2-.9-.3-1.1-.5-.2-.2-.3-.8-.2-1 .2-.5 1.2-.9 1.7-1.1.3-.1.9-.1 1.2-.3.4-.2.9-1 1.3-1.2.4-.2 1.2 0 1.6-.1.5 0 1.3-.6 1.7-.6.6 0 1.7 0 2.2.1.2 0 .5.5.7.6.4.2 1.3.3 1.7.2.4 0 1.2-.4 1.7-.5.5-.1 1.6-.1 2-.4.3-.2.6-.8.6-1.2 0-.3-.1-1-.1-1.2s-.1-1.5 0-2c.1-.3.7-.6.9-.8.4-.4 1.1-1.3 1.7-1.5h1c.4-.1 1.2-.7 1.7-.7.3 0 1 .1 1.4 0 .3 0 1-.4 1.4-.6.5.5 1.1 1 1.4 1.3.8.6 2.6 1.8 3.4 2.4.5.4 1.5 1.4 2 1.7.4.3 1.3.8 1.7 1 .6.3 1.7.8 2.3 1.1.5.3 1.6.7 2.2 1 .5.3 1.5 1.2 2 1.5.5.3 1.6.7 2.2 1 .3.2.9.7 1.2 1 .5.4 1.5 1.3 2.1 1.7.7.6 2.1 1.6 2.8 2.2.5.4 1.3 1.4 1.8 1.8.5.5 1.6 1.3 2.2 1.7.5.4 1.3 1.3 1.9 1.6.3.2 1.2.4 1.4.7 0 .1.1.5 0 .6-.3.2-1.1-.2-1.4-.2H370c-.4-.1-1-.5-1.3-.8-.3-.3-.6-1-.9-1.2-.2-.2-.7-.7-1-.8-.3-.1-.9 0-1.1-.2-.1 0-.3-.4-.4-.5-.2-.2-.7-.4-.9-.6-.2-.2-.5-.8-.7-1.1-.2-.3-.7-.8-.9-1.1-.2-.3-.4-.9-.5-1.2-.2-.3-.6-.8-.9-1-.3-.2-1.1-.4-1.4-.7-.3-.2-.5-.9-.8-1.2-.4-.3-1.5-.7-1.9-.9-.4-.2-1.1-.5-1.4-.7-.3-.2-1-.6-1.2-.8-.2-.1-.5-.5-.7-.7-.2-.1-.8-.2-1-.3-.3 0-.8-.3-1.1-.4l-1.4-.7c-.4-.1-1.1-.3-1.5-.5-.4-.2-1.1-.9-1.4-1.2-.2-.1-.6-.4-.8-.5-.3-.2-.7-.8-1-1-.4-.3-1.3-.9-1.7-1.1-.3-.1-1-.2-1.3-.1-.3 0-1.1.2-1.2.5-.1.3.5.9.7 1.2.2.2.8.6 1.1.7.3 0 .9-.1 1.2 0 .2.1.6.5.7.7.1.3 0 1.1.2 1.3.2.2.7 0 1 0 .3 0 1 .3 1.3.3.3 0 1.1 0 1.4.2.1 0 .3.4.4.5.2.2.8.2.9.5 0 .2-.3.6-.5.7-.2.2-.8.3-1 .5-.1.2 0 .8-.1 1-.3.3-1.3-.3-1.6 0-.2.2 0 1 0 1.2s.4.5.6.5c.3.1.9.4 1.3.4.2 0 .6-.2.7-.4.1-.2 0-.7 0-1 0-.4-.3-1.1 0-1.4.2-.3 1.1-.4 1.5-.3.3 0 .8.6 1 1v.8c.2.2.7 0 .9 0 .3.1.5.8.7 1 .2.2.7.7.8.9v.9c0 .3 0 1 .3 1.2.2.1.8 0 1-.1.2-.1.4-.5.5-.7 0-.2.2-.5.2-.7v-1h.6c.2 0 .4-.6.7-.7h.8c.3 0 .7.5.9.7.2.3.4 1.2.7 1.5.2.2.8.5 1 .7.1.1.4.5.5.6.3.4.9 1.1 1.2 1.4.3.3 1.2.6 1.4 1 0 .2 0 .8-.2 1-.2.2-.8.2-.9.4-.2.2 0 .9-.1 1.2 0 .1-.3.4-.3.5 0 .2-.2.8 0 1 .2.4 1.1.8 1.5 1 .2.1.8.2 1 .3.5.3 1.1 1.2 1.5 1.6.4.3 1.1 1.1 1.6 1.3.2.1.7.2 1 .2.4.1 1 .7 1.4.7.3 0 .9-.2 1.1-.3.3-.1.8-.6 1.1-.8.1 0 .5-.1.6-.3.2-.3 0-1.2 0-1.6 0-.3-.2-.9 0-1.2 0-.1.3-.3.5-.4h.5c.5.2 1 1.1 1.4 1.3.2.1.8.4 1 .4.4 0 1.3.2 1.7 0 .2 0 .5-.3.7-.5.2-.2.2-1 .5-1.1.1 0 .4.1.5.2.2.3.2 1 .3 1.3.1.4.5 1.2.7 1.5.3.5.9 1.5 1.2 1.9.3.4.9 1 1.2 1.4.4.4 1.1 1.3 1.6 1.5.3.2 1.1.2 1.5.1.3 0 .8-.3 1.1-.3.3 0 .8.6 1.2.6.3 0 .9-.3 1.1-.2.2 0 .7.6.7.8 0 .3-.9.3-1.2.4-.3 0-.9 0-1.1.2v.1h-.7c-.5 0-1.4.7-1.9.7-.3 0-.9-.3-1.2-.3-.4 0-1.2.2-1.7.3-.3 0-.9.2-1.2 0-.2 0-.4-.3-.5-.4-.4-.3-1.1-.9-1.5-1-.2 0-.8.3-.9.3-.1 0-1.2-.1-1.7-.1-.4 0-1.5.1-1.7.2-.2 0-1.2.1-1.6 0-.4-.1-1.1-.8-1.5-.9-.4-.1-1.2-.5-1.6-.3-.2.1-.3.7-.5.9-.1.2-.6.6-.7.9-.1.3 0 1 0 1.3 0 .4-.4 1-.5 1.4 0 .3-.2 1-.2 1.3-.1.4-.3 1.3-.7 1.6-.1.1-.6.1-.7.2-.3.2-.7.8-.9 1-.2.2 0 1.1 0 1.4-.2 0-.4-.6-.6-.7-.4-.2-1.4-.4-1.8-.2-.3.2-.4 1.1-.7 1.3-.3.2-1 .5-1.4.5-.4 0-1.1-.1-1.5-.2-.3 0-1-.5-1.3-.4-.3 0-.5.7-.7.8-.3.2-1.1.7-1.5.7-.4 0-1.2-.6-1.7-.7-.4 0-1.2.3-1.5.1-.4-.3-.1-1.4-.4-1.8-.2-.2-.6-.3-.9-.3-.5 0-1.2.8-1.6 1-.3.1-.9.1-1.1.3-.2.3 0 1 0 1.3 0 .3-.3 1-.5 1.2-.2.1-.8-.1-1 0-.4.2-.9 1-1.4 1.2-.3.1-1 .2-1.3 0-.3-.1-.6-.8-.8-1-.2-.2-1-.2-1.3-.4 0-.3.1-.6.1-.9 0-.4 0-1.3-.2-1.7-.1-.4-.5-1.2-.8-1.4-.3-.2-1.2-.2-1.6-.2-.9 0-2.5.9-3.4 1-.8.1-2.3.2-3.1 0-.5-.2-1.4-.9-1.7-1.3-.3-.4-.5-1.5-.8-1.9-.4-.5-1.4-1.5-1.9-1.8-.4-.2-1.4-.5-1.9-.5s-1.6.2-2.1 0c-.6-.2-1.5-.9-1.9-1.4-.3-.4-.9-1.5-.9-2s.5-1.5.5-2c0-.4-.2-1.3-.4-1.7-.3-.7-1.3-1.8-1.9-2.2-.5-.4-1.7-.9-2.3-1h-.3Z",
2598
- className: "st3",
2599
- "data-name": "thua-thien-hue"
2600
- }
2601
- ) })
2602
- ] }),
2603
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "dong-bang-song-hong", children: [
2604
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "hai-phong", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2605
- "path",
2606
- {
2607
- d: "M289.6 179.4c-.6 0-1.5 0-1.8-.3-.1-.1 0-.7-.2-.7-.6-.2-1 1.5-1.7 1.4-.3 0-.4-.8-.7-.9-.3 0-.8.7-1 .9-.1.2-.2.6-.4.7-.4 0-1-.8-1.4-.8s-.7.4-1 .6c-.3.2-1.1.3-1.4.2-.7-.2-.8-1.6-1.4-2.1-.4-.4-1.7-.5-2.1-.9-.3-.4-.4-1.4-.7-1.8-.3-.3-1.2-.6-1.5-.9-.2-.2-.3-.6-.4-.9.3-.2.6-.8.9-1 .5-.3 1.7 0 2.2-.2.3-.1.7-.6 1-.7.6-.3 2.1-.4 2.6-.8.2-.2.5-.8.6-1.2v-1.6c-.1-.3-.9-.8-.8-1.2 0-.3 1.1-.4 1.2-.7 0-.4-.7-1-.8-1.3-.1-.4-.6-1.2-.3-1.5.5-.5 2 .7 2.7.7.4 0 1.3-.3 1.5-.7.2-.5-.6-1.5-.7-2 0-.4 0-1.5.3-1.7.5-.4 2 .2 2.6 0 .3 0 .8-.3 1-.5.2-.3.4-1 .4-1.3 0-.7-.2-2.2-.2-2.9V154h.5c.2 0 .8 0 1 .1.3.1.6.7.9.8.3 0 .9-.2 1.2-.2.4 0 1.2-.3 1.7-.2.3 0 .8.6 1.1.7.5.2 1.7 0 2.1.3.2.1.2.6.3.7.3.3 1.4.3 1.6.7.1.2-.3.7-.3 1 0 .3.4.7.4 1-.2 0-.3-.1-.4 0-.2.2.4.6.4.8 0 .2-.3.6-.4.9v.9c-.2.3-1.1.3-1.2.6 0 .3.4.7.5 1 .1.2.6.7.5 1 0 .1-.4.2-.5.2-.2 0-.6-.2-.8-.3-.2-.1-.5-.6-.7-.7-.3-.1-1 0-1.3.1-.2 0-.9 0-.9.3s.8.4 1 .4c.3 0 .9-.2 1.1 0 .2 0 .3.5.5.6.3.2 1 .3 1.2.5.2.2-.2.9 0 1.2.1.2.7.3.9.5.1.2.2.8 0 1-.1.3-1 .6-1 1 0 .2.5.3.6.5.1.3-.2 1-.1 1.2.1.3.7.7 1 .8.2.1.8.2 1.1.3.2.1.6.6.6.8 0 .3-.3.7-.5.9-.3.2-1.1.4-1.5.4-.2 0-.6-.1-.7 0-.5.2-.9 1.3-1.3 1.5-.3 0-.8-.2-1.1-.1-.3 0-.9.3-.9.5 0 .1.4.3.4.4 0 .2-.4.7-.5.9-.2.3-.4.9-.7 1.1-.2.1-.8 0-1 .2-.3.1-.9.8-1.2.9h-.8c-.3 0-.8.3-.9.5v.2ZM316.4 172.8v.5c0 .2.1.6 0 .7-.2 0-.1-.8-.3-.9-.1-.1-.5 0-.7 0-.1 0-.2-.4-.3-.5-.1-.1-.5-.3-.7-.4-.1-.2-.3-.7-.1-.9.1-.1.6 0 .7 0 .1-.2-.1-.8-.3-.9-.2-.1-.7 0-1 0-.2 0-.6-.6-.8-.6h-.7c-.3 0-.8 0-1-.2-.2-.2 0-.8 0-1 0-.2-.6-.3-.7-.5-.1-.2-.4-.8-.2-1 0-.1.4-.1.4-.2v-.3c0-.1.3-.3.4-.3.2 0 .5.1.7.2.1 0 .2.5.3.5.2 0 .5-.3.7-.4.1-.2.1-.6.1-.8 0-.2-.2-.5-.1-.7 0-.2.4-.4.6-.4.1 0 .3.1.4.2.2 0 .6.3.8.3h.8c.1 0 .3.2.4.2.3.1.7.4 1 .4.4 0 1.2-.6 1.5-.4.2 0 .3.4.4.5.1.2.3.7.3.8 0 0 .3.4.3.6 0 .2-.2.5-.3.6 0 0 .4.5.4.6s.5.3.6.3c0 0 .3 0 .3-.1 0 0 .1-.4.2-.5.1 0 .5-.2.5-.2s.4 0 .5.1c.2 0 .4.3.6.5.2.1.6.2.7.4.2.2.4.5.4.8 0 .1 0 .5-.1.5s-.4-.2-.5-.3c-.1-.1-.2-.4-.3-.5-.1-.1-.5-.3-.7-.4-.2 0-.5-.3-.6-.3 0 0-.3 0-.3.2 0 .1.4.3.5.3 0 0 .4.2.5.3 0 0 .3.4.4.5.1.1.5.2.6.4 0 .1.2.4 0 .6 0 .1-.4.2-.5.1-.1 0-.1-.3-.2-.4-.1-.2-.5-.4-.6-.6-.1-.1-.3-.4-.4-.5-.2 0-.6-.2-.7 0 0 .1.2.4.3.5 0 0 .3.2.4.3h.5s-.2.1-.2.2c-.1 0-.4.2-.5.1-.1 0-.3-.2-.4-.3-.2 0-.6-.4-.7-.2-.1 0 0 .4.1.5v.3c0 .2.6.4.7.6.1.1.5.4.4.5 0 0-.3 0-.4-.1-.2-.1-.5-.4-.7-.6-.1-.1-.3-.4-.5-.4-.1 0-.5 0-.6-.1-.1-.1 0-.5 0-.7 0 0-.4-.2-.5-.2-.1 0 0 .6 0 .7v.7c0 .1.5.2.6.2.2 0 .5.1.7.2.2.1.2.6.4.7.1 0 .4.1.5.2 0 .1.2.4.1.5 0 .2-.3.5-.4.6-.1.1-.3.4-.5.4s-.4-.4-.5-.5c-.2-.1-.6-.1-.8-.2-.1 0-.4-.4-.5-.5-.1 0-.5 0-.6-.2-.1-.1 0-.5-.1-.6h-.4s-.3.2-.3.3l.2.2Z",
2608
- className: "st3"
2609
- }
2610
- ) }),
2611
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ha-nam", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2612
- "path",
2613
- {
2614
- id: "ha-nam1",
2615
- d: "M250 194.1c-.7-.2-1.3-.4-1.4-.4-.2 0-.1-1.9-.6-2.2-.5-.2-1.4.9-1.9 1.2-.4.2-1.3.9-1.7.9-.7 0-1.8-1.1-2.5-1.1-.4 0-1 .2-1.6.4 0-.5 0-1.1-.2-1.4-.2-.4-.7-1.2-1.1-1.5-.6-.5-2.5-.4-2.9-1.1-.2-.4.3-1.3.2-1.7 0-.3-.3-.9-.4-1.2-.2-.5-.5-1.5-.8-2 .2-.1.7-.2.8-.3.2-.3 0-1.1 0-1.5.1-.4.7-1 .8-1.4.1-.4-.1-1.4 0-1.8.1-.4.7-1 .8-1.3.1-.3-.1-1.2.2-1.4.4-.4 1.7.1 2.3 0 .7 0 2.1-.8 2.8-.7.4 0 1.1.6 1.5.6.7 0 2-.4 2.6-.7.3-.2.8-.7 1.2-.9.2 0 .5-.2.9-.2.2.2.5.6.7.7.4.2 1.2-.2 1.6 0 .4.2.7 1.2.7 1.7s-.4 1.6-.3 2.2c0 .3.4 1 .7 1.2.9.4 3.1-.3 3.9-.8.3-.2.6-1.1.9-1.4.4-.3 1.5-.8 2.1-.7.2 0 .6.2.9.5 0 .2-.2.3-.2.4 0 .4.7 1.1.7 1.6 0 .7-1.1 1.7-1.2 2.4 0 .5.5 1.4.7 1.8.1.4.2 1.3.3 1.7.2.5.8 1.4.8 1.9 0 .3-.3.9-.4 1.3-.4 0-.8.2-1 .2-.4 0-1.3-.1-1.7-.3-.4-.2-.9-1.2-1.3-1.2-.3 0-.5.7-.7.9-.4.3-1.2.9-1.7 1.1-.5.1-1.7-.5-2.1-.1-.3.2 0 1.2 0 1.5s-1.4.9-1.5 1.4c0 .5 1.5 1.4 1.2 1.9-.2.4-1.2.3-2.1.1Z",
2616
- className: "st3",
2617
- "data-name": "ha-nam"
2618
- }
2619
- ) }),
2620
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "hung-yen", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2621
- "path",
2622
- {
2623
- id: "hung-yen1",
2624
- d: "m249 174.4-.2-.2c-.4-.2-1.5.1-1.8-.2-.4-.3-.4-1.4-.4-1.8 0-.4.6-1.2.7-1.7 0-.3 0-1-.3-1.2-.2-.2-.9 0-1.2-.2-.6-.2-2-.6-2.3-1.2-.2-.4-.3-1.3 0-1.7.2-.4 1.3-.6 1.5-1 .3-.4.3-1.5.2-2 0-.2-.5-.4-.6-.6-.1-.3 0-1-.2-1.2-.3-.4-1.1-.6-1.8-.7 0-.5 0-1 .3-1.2.3-.3 1.5 0 1.8-.3.3-.3.4-1.2.6-1.6.1-.4.3-1.2.6-1.4.3-.2 1.3 0 1.6-.2.3-.2.5-1 .9-1.1.2 0 .7.3.9.2.2-.1.3-.5.4-.9.3.3.5.9.8 1 .8.3 2.6.1 3.4 0 .2 0 .7-.5.9-.5.4 0 1.1.6 1.5.7h1.3c.8.1 2.3 1 3.1.9.6 0 1.5-.8 2.3-1.1-.1.6-.4 1.4-.6 1.8-.1.2-.5.7-.6.9-.1.5.2 1.6 0 2.1-.3.5-1.4 1.1-1.9 1.4-.2.1-.7.2-.9.4-.4.4-.4 1.6-.7 2.1-.1.2-.8.5-.8.7-.2.7.5 2 .9 2.6.4.6 1.5 1.5 2 1.9.5.4 1.5 1.4 2.2 1.6.4.1 1.3 0 1.7 0 .3 0 .9 1.2 1.3 1.5.3.2 1 .1 1.2.3.3.2.4 1 .7 1.2.3.2 1.1.1 1.3.4v.4c-.4 0-.7 0-.9.2-.2.2-.2.9-.4 1.1-.6.6-2.7.3-3.3.8-.2.2-.2.9-.4 1.1-.3.2-1.2 0-1.6-.2-.3 0-.9-.6-1.2-.5-.2 0-.3.3-.5.5-.3-.2-.7-.4-.9-.5-.5 0-1.6.4-2.1.7-.3.3-.6 1.2-.9 1.4-.8.6-3 1.2-3.9.8-.3-.1-.7-.8-.7-1.2-.1-.5.4-1.6.3-2.2 0-.4-.4-1.4-.7-1.7-.3-.2-1.2.2-1.6 0-.2 0-.5-.5-.7-.7Z",
2625
- className: "st3",
2626
- "data-name": "hung-yen"
2627
- }
2628
- ) }),
2629
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ninh-binh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2630
- "path",
2631
- {
2632
- id: "ninh-binh1",
2633
- d: "M240.2 192.9c.6-.2 1.2-.4 1.6-.4.7 0 1.8 1.1 2.5 1.1.5 0 1.3-.6 1.7-.9.5-.3 1.4-1.4 1.9-1.2s.4 2.2.6 2.2.7.2 1.4.4c0 .4-.2.9-.2 1.1-.2.7-.6 2-.7 2.6 0 .5 0 1.5.2 1.9.2.5 1.3 1 1.7 1.5.3.5.5 1.7.9 2.2.4.4 1.6.8 2.2 1 .7.2 2.3.5 3.1.3.5-.1 1.2-1.4 1.8-1.3.2 0 .5.4.5.6 0 .3-.2 1-.3 1.3 0 .3-.2.8-.1 1.1 0 .3.5.8.6 1.1.1.4 0 1.6.1 1.8 0 .2.5.7.5 1 0 .5-.3 1.4-.5 1.8-.3.6-1 1.6-1.4 2.1-.2.3-.8.9-1 1.3-.2.6 0 1.8-.3 2.4-.1.2-.6.4-.8.7h-.1c-.4 0-.1 1.1-.2 1.4 0 .2-.4.5-.5.7-.2.3-.3 1-.4 1.3-.1.3-.4.9-.6 1.1-.2.2-.7.3-1 .3-.2 0-.5-.3-.7-.5-.4-.3-1-1-1.3-1.4 0-.2-.1-.6-.2-.8 0-.2-.3-.6-.5-.6-.2-.3-.4-.6-.5-.8-.3-.3-1.2-.9-1.3-1 0-.1-.2-1.2-.4-1.5-.3-.4-1.1-.9-1.4-1.2-.5-.4-1.8-.8-2.3-1.2-.2-.2-.4-.9-.6-1.1-.3-.4-1.5-.9-1.7-1-.2 0-.8-1.2-1.2-1.4-.7-.5-2.5-.4-3.3-.7-.5-.2-1.2-.9-1.7-1-.5-.1-1.4.3-1.9.1-.4-.2-.9-1.2-1.1-1.6-.2-.4-.8-.7-1.1-.8-.4-.2-1.2-.8-1.7-1-.6-.4-1.9-1-2.4-1.4-.3-.3-.9-.9-1.2-1.3-.3-.4-.7-1.2-1-1.6-.4-.4-1.9-1.1-2.1-1.2-.2 0-1.6-.6-2.1-.8-.4-.2-1.1-.8-1.2-1.2 0-.4-.1-.9-.2-1.2-.1-.3-.5-.9-.7-1.4.4.1.8.4 1.1.4.4 0 1-.8 1.4-.9.8-.1 2.4 1.1 3.2.7.4-.2.4-1.4.8-1.6.3-.2 1.1.4 1.5.3.4-.1 1-1.2 1.4-1.2.4 0 1 .7 1.3 1 .5.4 1.3 1.6 1.9 1.6.5 0 1.2-.9 1.4-1.3.1-.4-.2-1.2-.1-1.6 0-.4.4-1.5.9-1.6.5 0 1.1 1.1 1.5 1.4.3.3.9.9 1.2 1 .4 0 1.1-.3 1.4-.4.4-.1 1.1-.4 1.7-.7Z",
2634
- className: "st3",
2635
- "data-name": "ninh-binh"
2636
- }
2637
- ) }),
2638
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "nam-dinh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2639
- "path",
2640
- {
2641
- id: "nam-dinh1",
2642
- d: "M255.2 226.2c-.2 0-.8-.2-.9-.4 0-.2.2-.6.3-.8 0-.2.3-.5.4-.6.1-.2.5-.4.6-.6.1-.2.5-.5.5-.7 0-.3-.1-.9 0-1.2 0-.2.2-.7.2-.9 0-.2-.2-.7-.1-1 0-.1.2-.3.2-.4 0-.1.1-.3.1-.4 0-.1 0-.4-.2-.5.2-.2.7-.4.8-.7.3-.5 0-1.8.3-2.4.1-.4.7-1 1-1.3.4-.5 1.1-1.5 1.4-2.1.2-.4.6-1.3.5-1.8 0-.3-.5-.8-.5-1 0-.2 0-1.4-.1-1.8 0-.3-.6-.8-.6-1.1 0-.3 0-.8.1-1.1 0-.3.4-1 .3-1.3 0-.2-.3-.6-.5-.6-.6 0-1.2 1.2-1.8 1.3-.7.2-2.3-.1-3.1-.3-.6-.2-1.7-.6-2.2-1-.4-.4-.6-1.7-.9-2.2-.3-.5-1.4-1-1.7-1.5-.2-.4-.2-1.4-.2-1.9 0-.7.5-2 .7-2.6 0-.2.2-.7.2-1.1.9.2 1.8.3 2.1-.1.3-.5-1.3-1.3-1.2-1.9 0-.5 1.5-1.2 1.5-1.4s-.2-1.2 0-1.5c.4-.4 1.6.3 2.1.1.5-.1 1.4-.7 1.7-1.1.2-.2.4-.8.7-.9.4 0 .9 1 1.3 1.2.4.2 1.3.3 1.7.3s.7-.1 1-.2c.3 0 .6-.1.8-.1.5 0 1.7 0 1.9.4.2.3-.4 1-.4 1.4 0 .5 0 1.6.4 2 .3.3 1.2.3 1.6.4.3 0 .9 0 1.1.2.3.2.8.7.9 1 0 .5-.8 1.7-.8 1.9s-.3 1.5 0 1.7c.4.3 1.5-.1 2-.3.6-.2 1.4-1.3 2-1.3.4 0 1.1.6 1.6.8.7.3 2.2.4 2.8.8.6.4 1.2 1.6 1.8 2 .8.5 2.7 1.3 3.7 1.1.5 0 1.2-1.1 1.7-1.2.6-.2 1.8-.1 2.4 0 .6.1 1.8.7 2.5 1 0 .2-.1.5-.2.6-.1.2-.5.4-.7.6-.2.2-.6.7-.8.9-.2.3-.4 1.1-.8 1.2-.3.1-.9-.2-1.2-.1-.3 0-.7.6-1 .8-.3.2-.9.6-1.2.7-.5.2-1.4.4-1.9.5-.4 0-1.2.2-1.6.3-.5 0-1.6.2-2.2.4-.6.2-1.6.7-2.1 1.1-.3.3-.9.9-1.1 1.2-.4.5-1.1 1.6-1.6 2-.2.2-.7.3-.9.4-.3.3-.5 1-.8 1.3-.2.2-.7.5-.9.7-.3.3-.7 1-.9 1.3-.3.3-.8 1-1.1 1.3-.3.2-1 .2-1.2.4-.2.2-.4.7-.5 1-.2.3-.7.8-1 1.1-.1.1-.4.4-.6.4-.2 0-.1-.5-.2-.6 0 0-.3-.2-.4-.1-.2 0-.3.5-.4.7 0 .1-.3.4-.3.5 0 .2.3.5.3.6s-.3.3-.4.4c0 .2.3.6.2.9 0 .2-.5.4-.7.5-.2.2-.6.7-.8.9 0 .1-.1.5 0 .6 0 .1.3.2.4.4 0 .1-.2.4-.3.4-.1.2-.5.4-.7.5-.2.2-.7.5-.9.7-.1.1-.2.5-.3.6-.2.2-.8.2-1 .3-.2 0-.4.4-.6.4-.1 0-.4-.1-.5-.1-.2 0-.6.1-.7 0Z",
2643
- className: "st3",
2644
- "data-name": "nam-dinh"
2645
- }
2646
- ) }),
2647
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "thai-binh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2648
- "path",
2649
- {
2650
- id: "thai-binh1",
2651
- d: "M260.2 177.6c.1-.2.3-.4.5-.5.3 0 .9.4 1.2.5.4 0 1.2.4 1.6.2.2-.1.2-.9.4-1.1.6-.6 2.7-.3 3.3-.8.2-.2.2-.9.4-1.1.2-.1.6-.2.9-.2h1c.4-.1.9-.9 1.3-.9.3 0 1 .4 1.3.4.4 0 1.3 0 1.8-.3.1.4.3.7.4.9.3.3 1.2.6 1.5.9.3.4.3 1.5.7 1.8.4.4 1.6.5 2.1.9.5.5.7 1.9 1.4 2.1.3 0 1.1 0 1.4-.2.3-.1.7-.6 1-.6.4 0 1 .9 1.4.8.2 0 .3-.5.4-.7.2-.3.7-1 1-.9.3 0 .4.8.7.9.6.2 1-1.5 1.7-1.4.2 0 0 .6.2.7.3.2 1.2.3 1.8.3 0 .4.1 1.2 0 1.6-.1.3-.6.7-.9.8-.3.1-1.1-.2-1.4 0-.2.1-.2.7-.3.9-.1.2-.5.7-.7.9-.2.4-.4 1.2-.4 1.6 0 .1.3.4.3.5.2.3.5.8.6 1.2 0 .3 0 1-.2 1.2-.1.1-.6 0-.8 0-.2.1-.3.6-.4.7-.2.2-.9.5-1.1.7-.1.2-.5.7-.3.8.2.2.7-.3 1-.5.2-.1.5-.5.7-.6.3-.2 1.2-.4 1.5-.2.1 0 .2.4.2.5 0 .3.1.8.2 1.1 0 .3.6.7.5 1 0 .3-.5.7-.6.9-.1.3-.4 1-.4 1.1s.2.3.3.4c0 .2.2.6.2.7 0 .3-.5.8-.7 1.1-.1.3-.4.9-.4 1.2v1c0 .3.7.6.7.8 0 .3-.3.8-.4 1v.4c-.7-.3-1.9-.9-2.5-1-.6-.1-1.8-.2-2.4 0-.5.2-1.2 1.2-1.7 1.2-.9.2-2.9-.6-3.7-1.1-.6-.4-1.2-1.6-1.8-2-.6-.4-2.1-.5-2.8-.8-.4-.2-1.1-.8-1.6-.8-.6 0-1.4 1.1-2 1.3-.5.2-1.6.6-2 .3-.3-.3 0-1.6 0-1.7s.9-1.4.8-1.9c0-.3-.6-.8-.9-1-.2-.1-.8-.1-1.1-.2-.4 0-1.3 0-1.6-.4-.4-.4-.5-1.5-.4-2 0-.4.6-1.1.4-1.4-.2-.4-1.4-.4-1.9-.4-.2 0-.5 0-.8.1.1-.4.4-1 .4-1.3 0-.5-.7-1.4-.8-1.9-.1-.4-.2-1.2-.3-1.7-.1-.5-.7-1.3-.7-1.8 0-.7 1.1-1.7 1.2-2.4 0-.4-.7-1.2-.7-1.6 0-.1 0-.3.2-.4Z",
2652
- className: "st3",
2653
- "data-name": "thai-binh"
2654
- }
2655
- ) }),
2656
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "hai-duong", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2657
- "path",
2658
- {
2659
- id: "hai-duong1",
2660
- d: "M274 173.8c-.5.2-1.4.3-1.8.3-.3 0-1-.5-1.3-.4-.4 0-.9.8-1.3.9h-1v-.4c-.2-.3-1.1-.2-1.3-.4-.3-.2-.4-1-.7-1.2-.3-.2-1-.1-1.2-.3-.4-.3-1-1.4-1.3-1.5h-1.7c-.6-.2-1.6-1.1-2.2-1.6-.5-.4-1.6-1.3-2-1.9-.4-.6-1.1-1.9-.9-2.6 0-.3.7-.5.8-.7.3-.5.3-1.7.7-2.1.2-.2.7-.3.9-.4.5-.3 1.6-.9 1.9-1.4.2-.5-.1-1.6 0-2.1 0-.3.5-.7.6-.9.2-.4.5-1.2.6-1.8.2 0 .3-.1.5-.2h1.5c.6 0 1.9.1 2.5.2.4 0 1.1 0 1.6-.1.3-.1.4-.7.5-1 .1-.4.4-1.2.5-1.7v-3.6c0-.4.3-1.2.3-1.6s-.5-1.5-.4-2c0-.3.5-.6.6-.9v-1.6h.3c.3.1.7.9 1 1.1.2.1.7.2.9.1.5-.2.9-1.2 1.4-1.4h1c.4-.2.8-.9 1.1-1.2.4-.4 1.2-1.1 1.7-1.2.5-.2 1.7-.3 2.3-.2.5 0 1.3.3 1.8.6-.2.3-.4.7-.5 1-.1.5 0 1.4 0 1.9-.1.4-.7 1-.7 1.4 0 .5.5 1.5.7 1.9.2.4.8 1 .9 1.3.2.4 0 1.4.2 1.7.4.5 1.7.6 2.2 1 .3.2.5 1 .8 1.2.5.4 1.8.7 2.3 1.1.2.2.5.6.6.8v1.3c0 .7.3 2.2.2 2.9 0 .3-.2 1.1-.4 1.3-.2.2-.7.4-1 .5-.6.1-2.1-.5-2.6 0-.3.3-.4 1.3-.3 1.7 0 .5.9 1.5.7 2-.2.4-1.1.6-1.5.7-.7 0-2.2-1.2-2.7-.7-.3.3.2 1.1.3 1.5.1.4.9.9.8 1.3 0 .3-1.1.4-1.2.7 0 .3.7.8.8 1.2.1.4.2 1.2 0 1.6 0 .3-.3.9-.6 1.2-.5.4-2 .5-2.6.8-.3.1-.7.6-1 .7-.5.2-1.7 0-2.2.2-.3.2-.6.8-.9 1Z",
2661
- className: "st3",
2662
- "data-name": "hai-duong"
2663
- }
2664
- ) }),
2665
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "bac-ninh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2666
- "path",
2667
- {
2668
- id: "bac-ninh1",
2669
- d: "M249.4 154.2c-.4-.3-1.5-.6-1.8-1-.2-.3 0-1.2-.2-1.6-.2-.6-.7-1.7-1.1-2.1-.2-.2-.8-.3-.9-.5-.3-.4.1-1.6 0-2.1-.1-.3-.7-.5-.8-.7-.2-.4 0-1.3 0-1.7-.1-.6-1.3-1.6-1.1-2.2 0-.3.9-.3 1-.5.3-.5-.5-1.7-.2-2.2.1-.2.7-.4.8-.6.1-.2.3-.4.4-.7.3.3.6.7.9.8.7.2 2.6-.2 2.9-.2s1.3.4 1.7.6c.9.4 2.7 1.3 3.5 1.8.3.2.9.9 1.2.9.2 0 .3-.5.4-.6.3-.2 1-.3 1.2-.4.3-.2 1-.7 1.2-.7s1.1.4 1.4.6c.3.3.6 1 .9 1.3.2.3.8.9 1.1 1 .7.3 2.3.3 3.1.1.5 0 1.3-.7 1.7-.7.3 0 .7.5.9.5.4 0 1.1-.4 1.4-.5.3 0 .9-.2 1.3-.1 0 .6.1 1.3 0 1.6 0 .3-.5.6-.6.9 0 .5.4 1.5.4 2 0 .4-.3 1.2-.3 1.6v3.6c0 .4-.4 1.2-.5 1.7 0 .3-.2.9-.5 1-.4.2-1.2.2-1.6.1-.6 0-1.9-.1-2.5-.2h-1.5c-.1 0-.3 0-.5.2-.7.4-1.7 1.1-2.3 1.1-.8 0-2.3-.8-3.1-.9H256c-.4-.1-1.1-.8-1.5-.7-.3 0-.7.4-.9.5-.8.2-2.6.4-3.4 0-.3-.1-.6-.7-.8-1Z",
2670
- className: "st3",
2671
- "data-name": "bac-ninh"
2672
- }
2673
- ) }),
2674
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ha-noi", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2675
- "path",
2676
- {
2677
- id: "ha-noi1",
2678
- d: "m248.8 174.2.2.2c-.4 0-.7.2-.9.2-.3.1-.8.7-1.2.9-.6.3-2 .7-2.6.7-.4 0-1.1-.6-1.5-.6-.7 0-2.1.7-2.8.7-.6 0-1.9-.5-2.3 0-.3.2 0 1.1-.2 1.4-.1.4-.7 1-.8 1.3-.1.4.1 1.4 0 1.8-.1.4-.7 1-.8 1.4-.1.4.2 1.2 0 1.5-.1.2-.6.2-.8.3 0 0 0-.1-.1-.2-.2-.2-.6-.3-.8-.7s-.9-1.9-1.5-2.2c-.4-.2-1.4 0-1.8-.2-.5-.2-1.7-.5-2-1-.2-.3 0-1.1 0-1.5 0-.3-.3-1-.5-1.3-.2-.3-1-.8-1-1.2 0-.5 1.2-1.3 1.2-1.8 0-.4-1.1-1-1-1.3 0-.3 1.1-2 1.1-2.7 0-.4-.3-1.1-.5-1.4-.2-.5-.6-1.5-1-1.8-.3-.3-1.2-.6-1.7-.8-.4-.2-1-.9-1.4-.8-.4 0-1.2.5-1.3.9-.2.5.7 1.4.5 1.9 0 .2-.6.5-.8.5-.5 0-1.5 0-1.8-.4-.2-.3-.1-1.2 0-1.5.1-.2.8-.3.9-.6.2-.4 0-1.4.2-1.7.1-.3.8-.5.8-.8 0-.7-1.5-1.5-1.7-2.2-.1-.4 0-1.2 0-1.7s-.2-.9-1-1.6c-.8-.7-1.3-1.3-1.4-1.9 0-.4.3-1.2.2-1.6 0-.4-.6-1.2-.9-1.5-.5-.4-1.9-1-2.5-.8-.4.1-.7 1.2-1.1 1.4-.6.2-1.8 0-2.4-.2-.3 0-.9-.3-1.2-.2-.5.1-1.2 1.4-1.7 1.4s-.6-.6-.8-.7c-.4-.1-1.3-.1-1.7 0-.2 0-.6.4-.8.6-.6-.5-1.3-1.1-1.5-1.6-.2-.7-.2-2.2 0-2.8.2-.5 1.3-1.3 1.3-1.8.1-1-1.7-2.7-1.4-3.7 0-.3.8-.5 1-.7.3-.4.1-1.5.4-1.9.2-.3.9-.4 1.2-.7.4-.4.7-1.6.9-2.1.2-.3.6-.9.7-1.3.6.4 1.3.9 1.7 1 .5.1 1.5-.1 2-.2.5 0 1.4-.5 1.8-.2.6.4.9 2.4 1 2.7.1.2 1.1 2.2 1.7 2.7.5.4 1.8.7 2.4.7 1.1 0 3.2-.6 4.3-.7.6 0 1.9-.3 2.5 0 .3.1.7.9 1 1.1.5.3 1.7.7 2.4.8h.7c.6 0 1.6 1 2.1.8 0 0 .2-.1.3-.3.2-.2.3-.5.3-.7.1-.6-.2-1.8-.2-2.4s.3-1.9.2-2.5c-.1-.5-1-1.5-.9-2 0-.3.6-.6.7-.8.2-.4 0-1.4.2-1.8.2-.4.9-1 1.2-1.2.2-.2.7-.6.9-.8.2-.4.1-1.3.4-1.6.2-.3.9-.6 1.1-.9.2-.2.3-1.1.6-1.2.4-.1 1.2.5 1.6.7.3.2.7.8 1 .9.4.1 1.2-.1 1.6 0 .4.1 1 .5 1.4.9-.1.4-.2.8-.1 1.1.1.5 1.1 1.3 1.4 1.7.4.6.9 1.9 1.3 2.4 0 .1.2.2.3.4 0 .3-.2.6-.3.7-.2.2-.7.3-.8.6-.2.5.5 1.7.2 2.2-.1.2-.9.2-1 .5-.2.6.9 1.6 1.1 2.2.1.4-.1 1.3 0 1.7.1.3.7.5.8.8.2.5-.2 1.6 0 2.1.1.2.7.3.9.5.4.4.9 1.5 1.1 2.1.1.4 0 1.2.2 1.6.3.4 1.4.7 1.8 1 0 .4-.2.8-.4.9-.2.1-.7-.3-.9-.2-.3.1-.6.9-.9 1.1-.3.2-1.3 0-1.6.2-.3.2-.5 1.1-.6 1.4-.2.4-.2 1.3-.6 1.6-.4.3-1.5 0-1.8.3-.2.2-.2.7-.2 1.2.8.1 1.5.3 1.8.7.2.2 0 1 .2 1.2 0 .2.5.4.6.6.2.5 0 1.6-.2 2-.2.4-1.3.6-1.5 1-.2.4-.2 1.4 0 1.7.4.5 1.7 1 2.3 1.2.3 0 1 0 1.2.2.2.2.3.9.3 1.2 0 .4-.6 1.2-.7 1.6 0 .5 0 1.5.4 1.8.3.3 1.4 0 1.8.2Z",
2679
- className: "st3",
2680
- "data-name": "ha-noi"
2681
- }
2682
- ) }),
2683
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "vinh-phuc", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2684
- "path",
2685
- {
2686
- id: "vinh-phuc1",
2687
- d: "M232.2 146.2c0 .1-.2.2-.3.3-.5.2-1.6-.7-2.1-.8h-.7c-.6 0-1.8-.4-2.4-.7-.3-.2-.7-1-1-1.1-.6-.2-1.9 0-2.5 0-1.1.1-3.2.8-4.3.7-.6 0-1.9-.4-2.4-.7-.6-.5-1.6-2.5-1.7-2.7-.1-.2-.4-2.3-1-2.7-.4-.2-1.3.2-1.8.2s-1.5.3-2 .2c-.4 0-1.2-.6-1.7-1v-.4c0-.5-.8-1.5-.7-2 0-.5.8-1.2 1-1.6.4-.9 1-2.9 1.3-3.8.1-.3.4-1 .4-1.4 0-.5-.3-1.7-.8-1.9-.3-.1-.8.4-1.1.5-.4 0-1.3.2-1.6-.1-.3-.3 0-1.4 0-1.9 0-.7-.3-2.2-.6-2.9 0-.2-.1-.4-.3-.7.2-.3.6-.5.8-.6.4-.1 1.2.1 1.6.1.3 0 .9-.3 1.2-.2.2 0 .6.4.8.5.3.1.9.4 1.2.5.5.1 1.5.5 1.9.2.2-.1 0-.6.2-.7.4-.3 1.3.3 1.7.2.3-.1.7-.9 1.1-1 .3-.1 1.1.2 1.4 0 .3-.2 0-1.2.4-1.5.2-.2.9 0 1.2-.2.2-.1.4-.4.6-.7.1.2.3.3.4.4.5.3 1.7.4 2.1.8.2.2.3.8.4 1.1.3.4 1.3 1.4 1.5 1.5.2 0 1 .6 1.2.8.3.3.6 1.1.8 1.4.3.3.9 1 1.2 1.2.4.3 1.4.7 1.9.9.4.2 1.4.4 1.7.7.3.2.5.9.7 1.2.4.3 1.5.6 1.8.9.3.3.6 1.5.6 1.7 0 .2.3.8.4 1.2-.2.4-.2 1.3-.4 1.6-.1.3-.7.6-.9.8-.3.3-1 .9-1.2 1.2-.2.4 0 1.4-.2 1.8-.1.2-.6.5-.7.8 0 .6.8 1.5.9 2 .1.6-.2 1.9-.2 2.5s.3 1.8.2 2.4c0 .2-.2.5-.3.7Z",
2688
- className: "st3",
2689
- "data-name": "vinh-phuc"
2690
- }
2691
- ) })
2692
- ] }),
2693
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "dong-bac-bo", children: [
2694
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "quang-ninh", children: [
2695
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2696
- "path",
2697
- {
2698
- d: "M364.6 156.1s-.3-.2-.4-.2h-.3s-.2-.3-.3-.4c0 0-.2 0-.2-.1v-.7c0-.2-.3-.5-.4-.5h-.6c-.2 0-.5-.1-.6-.2-.2-.2 0-.8-.2-.9-.1-.1-.6-.3-.8-.2-.1 0 0 .4-.2.6 0 0-.4.2-.4.3 0 .2.2.7.3.9 0 0 .3.2.3.3.1.2 0 .7.2.9 0 .1.5 0 .6.2 0 0 0 .4.2.5h.4c.1 0 .4.3.5.4 0 .2 0 .8-.2 1-.1.2-.7.2-.8.2s-.2.7 0 .9c.1.1.6 0 .8 0 .2 0 .4-.3.5-.4.1-.2 0-.8.3-1 0 0 .4 0 .5-.2.1-.2-.2-.7 0-.8h.5s0 .5.2.5h.3v-.4s-.1-.3-.2-.4ZM369.5 152.1c-.1 0-.1-.4-.3-.4-.2 0-.3.4-.4.5-.2 0-.5.2-.7.2-.1 0-.2-.4-.3-.4-.2 0-.2.6-.4.7h-.3c-.2 0-.3-.7-.5-.7-.1 0 0 .4 0 .5 0 .2.2.5.2.7 0 .1-.3.3-.3.5s-.1.6-.3.7h-.5c-.1.2.3.6.2.8 0 .2-.1.6-.3.7s-.3-.3-.4-.3c-.1 0 0 .5 0 .6.2.2.7.3 1 .2s.1-.4.3-.4c.2 0 .3.4.4.4.1 0 .4 0 .4-.1.1-.1.1-.5 0-.6 0-.1-.3-.3-.3-.4 0-.2.2-.6.4-.7.1 0 .5 0 .6-.2.1-.1.2-.5.3-.6 0 0 .4-.1.5-.2.1-.1.2-.5.3-.6.1-.1.6-.1.7-.3 0-.1 0-.6-.2-.6h-.3ZM366.2 148.3h.5c.1 0 0-.5.1-.6 0 0 .3 0 .4-.1 0 0 0-.3-.2-.4h-.5c-.1 0-.2.4-.3.5h-.5c-.1 0-.4.4-.4.5 0 .2.3.4.4.5s.4-.3.5-.3ZM367 147.2zM364 151.9c-.2 0-.4-.4-.5-.4 0 0-.1.3-.2.3h-.5c-.1 0-.2-.6-.4-.6s-.3.1-.4.2c0 .2.2.6.3.8 0 0 .3 0 .4.2 0 .1-.2.3-.2.4 0 0 .3.2.4.2.1 0 .2-.3.3-.4.1 0 .4.1.6 0 .1 0 .3-.2.4-.3v-.5h-.1ZM332.8 164.1s-.3 0-.4-.1c-.1-.1-.2-.5-.4-.7 0 0-.4-.1-.5-.1-.1 0-.4.1-.5.2v.6s.3 0 .4.2v.6c0 .1-.3.3-.3.4 0 .2-.1.6 0 .8v.5s.3 0 .4-.1.4 0 .5-.1c.1-.1.3-.5.3-.6v-.6c0-.1.3-.2.4-.3v-.6ZM333.5 161.3c-.1-.1-.5-.2-.6-.3 0 0-.2-.4-.4-.3-.1 0-.2.4-.1.6 0 .2.7.3.8.5 0 .1-.2.4-.1.6 0 .2.7 0 .8.3 0 .1-.3.4-.3.5v.5h-.4v.6c.1 0 .6-.2.6-.2s.1-.4.2-.6c0 0 .1-.2.2-.3 0 0 .4-.2.5-.3 0 0 .1-.4 0-.5-.1-.2-.7-.3-.8-.4-.2-.1-.3-.6-.4-.7ZM337.1 160.8c0 .1.4.3.5.3.2 0 .5-.2.7-.3.1 0 .4-.2.5-.2h.5s.5-.1.7-.1h.6c.1 0 .3-.3.4-.4.1 0 .4-.2.5-.3 0 0 .2-.4.3-.5h.5s.2-.3.3-.4c0-.2.3-.5.3-.6 0-.2.2-.5.1-.7 0-.1-.2-.5-.4-.5s-.3.5-.4.6c0 0-.4.1-.5.2-.1.2 0 .6-.2.8-.1.2-.6.4-.7.6 0 .2 0 .6-.1.7-.2.2-.8.3-1.1.3h-.7s-.1.2-.2.3c-.2.1-.8 0-1 0-.2 0-.6.2-.6.4ZM338.4 168.6s0 .5.2.5.5-.2.5-.3c0-.2-.5-.5-.5-.6s.1-.7 0-.8-.4-.2-.5-.3c0-.2.3-.5.3-.7v-.4c-.1 0-.3.4-.4.5h-.3s.2-.7 0-.7-.3.6-.5.6c0 0-.2-.2-.2-.3 0-.2.4-.7.3-.9 0-.1-.3-.2-.4-.2-.2 0-.3.5-.4.6s-.2 0-.3 0c-.2-.2.3-.7.1-.9 0-.1-.4-.1-.5 0-.2 0-.3.5-.3.7 0 .2.5.4.5.6 0 .2-.3.4-.2.5 0 .1.4 0 .5.2 0 .1-.3.3-.3.4 0 .2-.1.6 0 .7 0 .1.5 0 .6 0 .1 0 .4-.1.5-.1s.3.2.3.3c0 0 .5 0 .6.1 0 .1-.2.4-.1.6 0 .1.5 0 .6.1ZM339.3 170.2c-.2 0-.4.4-.6.5h-.5v.6c.1.2.5.6.7.6.2 0 .4-.4.5-.6 0-.2.2-.7 0-.9 0 0-.2-.2-.3-.2ZM340.7 167.4s-.2 0-.3-.1c-.1 0-.5-.2-.6-.1-.1 0-.3.4-.3.5 0 .2.2.4.2.6 0 .2-.2.6-.1.8 0 .2.3.5.4.6.2 0 .6.1.7 0 .2-.1.2-.6.1-.7 0-.1-.3-.3-.3-.5s.4-.3.5-.5c0-.2-.1-.5-.3-.7ZM342.6 161.1c-.2 0-.5.3-.7.3h-.5c-.1 0-.5 0-.5.2 0 .1.1.3.2.5 0 .1.2.4.3.4.2 0 .5-.3.7-.3.2 0 .7.2.9 0v-.4c0-.1.3-.2.3-.3 0-.2-.3-.4-.5-.4ZM344 157.8c.1 0 .5 0 .6-.2.1-.2 0-.7 0-.9 0-.2.3-.6.3-.8 0-.1 0-.4.1-.5v-.7h-.5c-.1 0 0 .5-.2.6h-.4c-.1.1 0 .5 0 .6 0 .2-.3.5-.3.6 0 0 .4.5.4.7s-.3.3-.3.4.2.3.3.4ZM346.2 162.5c-.2 0-.5 0-.7-.1-.1 0-.3-.2-.5-.2-.1 0-.4 0-.5.1v.5h.5l.3.3c0 .2 0 .5-.2.6h-.2c-.1.2.2.7 0 .8 0 0-.2 0-.2.1-.1.2 0 .6-.1.8h-.3c-.1 0-.3.4-.3.5 0 .2.2.6.4.7.2 0 .6-.2.6-.3v-.5c0-.2.3-.6.3-.8v-.6c0-.2.5-.4.5-.5 0-.1-.1-.4 0-.6 0-.2.4-.3.6-.4.1-.1.4-.3.5-.4 0-.1 0-.4-.1-.4s-.3.1-.5.1ZM345.2 168.9s-.2 0-.3.1c-.1 0-.4.3-.5.4-.2.1-.6.2-.6.4s.4.7.6.8c.2 0 .6.2.8 0s0-.5 0-.6c0-.1.4 0 .5-.1.1-.1.4-.5.3-.6 0-.1-.5 0-.6-.1 0 0 0-.3-.2-.3Z",
2699
- className: "st3"
2700
- }
2701
- ),
2702
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2703
- "path",
2704
- {
2705
- d: "M344.6 160.4c.1 0 .3.2.4.2h.5s.1-.3.2-.3c.2-.1.9 0 1.1-.2.1 0 .4-.4.4-.5s.3-.5.3-.5.2-.2.3-.2c0-.1-.2-.4-.1-.6 0-.2.3-.3.4-.5 0-.1 0-.4.1-.5 0-.1.3-.3.3-.4v-.4s.2-.4.3-.4h.4c.1 0 0-.4 0-.6 0-.1-.3-.2-.4-.3v-.5h.3c.2-.2 0-.7 0-.9 0-.1.3-.3.4-.4v-.5s-.2-.2-.2-.1c-.1 0-.1.4-.2.5 0 .2-.1.5-.3.6h-.3c-.1 0-.3-.4-.3-.5s.2-.3.2-.4c0-.1-.2-.4-.3-.4v.4c0 .2-.3.5-.5.6-.2.1-.6.2-.7.4 0 0-.2.4-.3.5-.2.2-.6.3-.7.5v.7c0 .1-.2.4-.3.5 0 .2-.2.6-.2.8 0 .2.2.6 0 .8-.1.3-.7.5-1 .7 0 0-.3.1-.4.2-.1.1-.2.5-.4.6-.1 0-.5.1-.6.2-.1 0-.2.4-.3.4-.2.1-.6.2-.8.3-.2 0-.4.4-.6.4h-.4c-.2 0-.4.3-.6.4-.2 0-.8 0-.9.3 0 .1.3.2.4.3h.5c.1 0 .4-.2.5-.3 0 0 .2-.2.3-.2h.5c.1 0 .3-.3.4-.4h.6c.1 0 .3-.1.5-.1s.8.3.8.2c0 0 .4-.2.6-.2Z",
2706
- className: "st3"
2707
- }
2708
- ),
2709
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2710
- "path",
2711
- {
2712
- d: "M349.9 158.8c0-.1-.3-.2-.4-.3 0-.1-.2-.4-.1-.5 0 0 .3-.1.4-.2 0 0 .2-.3.2-.4s0-.4-.2-.5c0 0-.2.1-.3.2 0 0-.3 0-.3.1-.1 0-.4.1-.5.2s0 .4 0 .5c0 .1-.2.3-.2.4v.6l-.3.3v.9c0 .1-.3.2-.4.3 0 0-.2.3-.3.3h-.5c-.2 0-.4.2-.6.3h-.5c-.2 0-.4.3-.6.3h-.5v.4c.2.1.7 0 .9 0 .1 0 .4-.2.6-.2h.4l.3-.3c.2-.1.5-.4.7-.3v.3l-.3.2v.5c0 .1 0 .4.2.4s.7-.4.7-.5v-.6c0-.2.3-.5.4-.6h.3c.2 0 .3-.4.4-.6v-.4s.3-.1.4-.2c0 0 .2-.3.3-.4v-.4ZM354.1 147c0 .1-.1.5-.2.6 0 .1-.4.3-.4.4-.1.2-.2.7-.4.8 0 0-.4 0-.5.2-.2.2-.2.7-.4.9 0 0-.3.1-.4.2-.2.2-.4.9-.4 1.2s.3.6.3.8c0 .2-.3.6-.3.8-.1.2-.2.9-.4 1 0 0-.2-.1-.3 0-.2 0 0 .5-.1.7 0 .1-.4.3-.4.5 0 0 .1.2.1.3v.7c0 .1-.2.3-.2.5 0 .1.3.4.4.4.2 0 .6-.3.7-.5 0-.2-.3-.5-.2-.7 0-.2.3-.6.4-.8 0-.1.2-.5.2-.6v-.6c0-.1.5-.2.6-.4v-.5c0-.1.4-.1.5-.2.1-.1.4-.4.5-.6 0-.1-.2-.4-.2-.5 0 0-.2-.4-.2-.5 0-.3.6-.5.8-.8v-.9c0-.2 0-.5.2-.7 0-.1.5-.4.5-.4s.2-.6.2-.8c0-.2.1-.6 0-.6s-.3.3-.3.4ZM335.7 162.9c0 .1.4 0 .5.2.1.1 0 .6.2.7.2.2.7.4 1 .3.2 0 .4-.4.5-.5h.8v-.5c0-.2.5-.3.6-.5 0-.2 0-.5-.1-.6-.2-.1-.6.3-.7.2-.2 0-.3-.6-.5-.7s-.5 0-.6.1c-.2 0-.5.1-.6.2-.1 0-.3.2-.4.2-.2 0-.4-.2-.5-.3-.1-.1-.3-.5-.5-.6h-.2c0 .2.1.5.2.7 0 0 .3.1.3.2v.7ZM370.4 145.1zM369.7 145.4c0 .1-.2.3-.3.4-.1 0-.5 0-.7.1 0 0-.2.3-.1.4 0 .1.4.3.6.3l.2-.3h.6c.1-.1 0-.5 0-.6 0-.2.4-.4.3-.6h-.4c-.1 0-.2.2-.3.3ZM369 145c.1 0 .5 0 .6-.2 0 0 .2-.3.2-.5 0-.1-.3-.4-.5-.4-.1 0-.1.4-.2.5h-.4c-.1 0-.3.4-.2.5 0 .1.3.3.4.3 0 0 .1-.2.2-.2ZM376.9 138.9c-.1 0-.2-.4-.4-.4-.1 0 0 .3-.2.4-.1 0-.5.1-.6.2h-.7c-.1 0-.3.4-.3.5 0 .3.8.3 1 .6 0 0 0 .4.2.5.2.1.9 0 1-.1v-.6c0-.1.5-.2.6-.4 0-.2 0-.6-.1-.7 0 0-.4.1-.5 0ZM375.9 129.3c-.2 0-.6.3-.8.3-.3 0-.8.1-1 .2-.2 0-.6.2-.9.3-.2 0-.7.2-1 .2-.3 0-.9-.1-1.2-.1h-.8l-.3.3s-.3.2-.5.2-.4-.2-.6-.2h-.6c-.2 0-.4.3-.5.4-.1 0-.4.2-.5.2s-.2.3-.1.4c0 .1.4 0 .6 0 .1 0 .3-.3.4-.4h1.1c.2 0 .6-.1.8-.2.2 0 .5-.2.7-.2h.5v.4c-.2.2-.7 0-.9 0s-.3.3-.5.4c-.2 0-.5.3-.7.3 0 0-.3-.1-.4 0-.2 0-.3.4-.4.6 0 0-.2.1-.2.2 0 .2.3.6.5.6s.2-.5.4-.6c.2-.1.7 0 .9-.2.2 0 .4-.3.5-.4.2 0 .5-.2.7-.3.2 0 .5-.3.7-.3.2 0 .6.2.8.2.1 0 .3-.2.5-.3.2 0 .5-.3.7-.4.1 0 .5-.2.6 0 0 .2-.5.4-.5.6 0 .1.3.3.5.3h.7c.2 0 .3-.4.4-.5l.8-.8c.2-.1.7-.2.9-.3 0 0 .2-.3.3-.3h.5s.2-.3.2-.4c-.2-.3-.9 0-1.2 0-.2 0-.6-.3-.9-.3ZM365.5 135.4c-.1-.2-.8.2-1 .1 0 0-.2-.2-.3-.2 0 0-.2.1-.3.2-.2 0-.5.3-.7.3h-.7c-.2 0-.4.3-.4.5v.7c.2.2.7.1.9 0 .1 0 .1-.5.3-.6.2-.1.6 0 .8 0 .2 0 .7-.1.9-.3.2-.1.5-.5.4-.7ZM363.7 131c0-.1-.5.2-.6 0v-.4c-.1 0-.3.2-.4.2 0 0-.3.1-.4.1h-.5s-.2.4-.1.5c0 .2.6.3.8.3.3 0 .8 0 1-.2.1-.1.4-.5.3-.6ZM361 134.9s.2.2.3.2c.1 0 .4 0 .5-.2 0 0 0-.4.2-.4.3-.2 1 .1 1.3 0 .2 0 .4-.6.6-.7.2-.2.8-.2 1-.4.1-.1.2-.5.4-.6.2 0 .5.1.7 0 .2 0 .6-.3.7-.5v-.5c-.2-.2-.9 0-1.2 0-.3 0-.7.4-.9.6-.2 0-.6 0-.7.2-.2.2-.2.8-.4.9-.2.1-.6 0-.8 0h-1.3c-.2 0-.2.5-.4.6-.2.2-.8.3-1.1.5-.2.1-.5.4-.7.5-.3.1-.9.4-1.1.5-.3.1-1 .2-1.2.4 0 0-.2.3-.3.4-.2.1-.6.2-.8.3-.2 0-.6.1-.6.3 0 .2.7.4.9.3.2 0 .6-.4.8-.5.3-.1.9-.2 1.2-.3.1 0 .3-.4.4-.4.4-.2 1.3-.2 1.6-.5.1 0 .2-.4.3-.6.1-.1.5-.3.7-.3ZM354.3 138.3c-.2 0-.6.3-.8.3h-.6c-.1 0-.3.4-.5.5-.2 0-.7 0-.8.2 0 .1.3.3.3.4 0 .1 0 .4-.1.5-.1 0-.5-.1-.6 0v.6c.1 0 .5-.1.6-.2.2-.1.5-.7.6-.7 0 0 .5-.1.7 0v.5c.1.1.5.1.7 0 .1-.1-.2-.6 0-.8 0-.1.6-.1.6-.3 0 0-.2-.4 0-.4s.7.2.7 0c0-.1-.2-.4-.4-.4-.1 0-.5-.1-.6 0ZM348.4 135.2c-.1 0-.4.1-.5.2v.4c0 .1.5 0 .6 0 0 0 0 .4.2.4.1 0 .4.2.6 0 0 0 .2-.3.1-.4 0 0-.3 0-.3-.1s.1-.4 0-.5c0-.1-.5 0-.6 0ZM346.4 136.3s-.2.4 0 .4c0 .1.4 0 .6 0 0 0 .3 0 .4-.1 0 0 .3-.1.4-.2 0 0 0-.3-.1-.4 0 0 0-.3-.1-.3h-.3s.1.3 0 .4c0 0-.3.2-.4.2 0 0-.3 0-.4.1ZM346.1 137.2s-.4-.1-.5-.2c-.1 0-.3-.4-.4-.5 0 0-.2-.3-.3-.3l-.1.2s.1.2.2.3c0 .1.4.3.5.4l.7.7c.1.1.4.5.6.6.2.1.6.4.7.3 0 0-.3-.3-.3-.4 0 0-.1-.3-.2-.3h-.4c-.1 0-.3-.3-.3-.4 0 0-.1-.3-.2-.3ZM347 137.1c0 .2.2.8.4.9.2.1.7 0 .9 0 .1 0 .1.4.3.5.3.2 1 0 1.4 0s.7.1.9 0c.2 0 .6-.3.7-.4 0 0 .2-.1.2-.2 0-.2-.4-.5-.5-.7-.2-.1-.7-.2-.8-.2h-1.3c-.3 0-.3-.2-.5-.2s-.5-.3-.7-.2c-.1 0-.3.3-.4.3-.1 0-.5 0-.5.2ZM338.9 135.5s-.3 0-.4.2c0 0-.1.2-.2.2 0 .1-.2.4-.2.5 0 .2.4.5.6.6.1 0 .4.2.5.1v-.5c0-.1-.5-.2-.6-.3 0-.1.2-.3.2-.4v-.4ZM339.3 145.9c0 .1 0 .6.2.7.1 0 .5-.1.5-.2v-.6c0-.1.2-.3.2-.5v-.7c0-.2 0-.5-.1-.7v-.4c0-.1-.3-.3-.4-.2-.1 0 0 .5-.2.6l-.2.2c0 .2.1.5.1.7 0 .2-.3.6-.2.7 0 .1.2.2.3.3Z",
2713
- className: "st3"
2714
- }
2715
- ),
2716
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2717
- "path",
2718
- {
2719
- d: "M338.3 150.6c0 .2.6.2.7.4 0 0 0 .4.1.5.2.2.9 0 1 0s.3-.5.4-.6c.1 0 .9-.2 1-.3 0 0 .8-.6 1-.8.2-.2.3-.7.5-.8.1 0 .3.3.4.3.2 0 .8 0 .9-.1v-.6c0-.2 0-.6.2-.7l.5-.1s.6 0 .7-.2c.2-.1.4-.5.5-.6v-.6c.1-.1.5 0 .7-.1.2-.1.3-.5.4-.7 0-.2.3-.5.4-.6.3-.1.9 0 1.2 0 .2 0 .4.2.6.2.2 0 .7-.2.9-.4 0-.1 0-.5.1-.7 0-.1.3-.4.5-.4.1 0 .4 0 .5-.2s.2-.4.4-.5c0-.1.4-.3.5-.4 0-.1 0-.5.2-.6.1-.1.5 0 .6-.1.1-.1.3-.6.2-.7h-.5c-.2 0-.5.3-.7.4-.1 0-.4 0-.5.1-.2.1-.4.6-.6.7-.2.2-.6.6-.8.7-.2 0-.7 0-.9-.1-.2-.2-.4-.8-.6-1-.1-.1-.5-.3-.7-.4-.3-.3-.6-1-.9-1.3-.2-.3-.9-.6-1.1-.9-.2-.2-.5-.8-.7-1-.1-.1-.5-.3-.6-.5-.2-.1-.4-.4-.6-.5h-.4c-.1 0-.4-.1-.4 0-.2.2 0 .7 0 1 0 .1-.3.4-.3.5 0 .3.4.9.4 1.2 0 .2-.4.5-.4.7s.2.3.2.5c0 .1 0 .4.1.5 0 .2.1.7.2.7s.6-.1.8-.2c.2 0 .6-.2.7 0 .1.2-.1.6-.3.7-.1.1-.5.2-.6.2-.1 0-.4 0-.5-.1-.1 0-.4-.3-.5-.3s-.4.2-.5.3c0 0-.2.3-.2.4 0 .2.4.3.5.4.1.2.5.6.3.7-.1.2-.6-.1-.8-.2-.2 0-.7 0-.8-.3 0-.2.2-.6.2-.7s-.3-.5-.3-.7c0-.2.4-.8.4-1.1 0-.1-.3-.3-.5-.3s-.3.7-.3.9v1.2c0 .2-.1.6-.3.7h-.2c-.1.1 0 .6 0 .8 0 0 0 .3.1.4.1 0 .5-.2.6-.1.1 0 .3.3.2.4h-.4c-.1 0-.5 0-.6.2v.5c.1.1.5 0 .7 0s0 .3 0 .3c-.1.1-.5.2-.7.2 0 0-.2 0-.3.1-.1.2 0 .6 0 .8 0 .1-.3.3-.3.4-.1.2-.2.8-.4.9h-.4c-.1 0 0 .5-.1.6-.1.1-.5 0-.6.1-.2.2-.5.8-.4 1ZM353.3 140.9z",
2720
- className: "st3"
2721
- }
2722
- ),
2723
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2724
- "path",
2725
- {
2726
- d: "M378.8 123.5c0-.1.3-.7.3-.8v-.8s-.4-.6-.3-.8c0 0 .2-.1.3-.2 0 0 0-.2-.1-.3-.1-.1-.6-.2-.7-.4v-.7c-.3-.3-1.2 0-1.6 0-.4-.2-1.1-.8-1.4-1.1-.3-.3-.6-1-.9-1.2-.5-.3-1.6-.2-2.1-.4-.4-.2-1-.9-1.2-1.3-.2-.4 0-1.4-.4-1.8-.3-.4-1.3-.8-1.8-1-.7-.2-2.1 0-2.8 0-.7 0-2.2-.4-2.9-.2-.8.2-2 1.3-2.8 1.6-.7.3-2.1.8-2.8.9-.8.2-2.4.4-3.2.3-.6 0-1.7-.3-2.3-.4-.5 0-1.5-.3-2-.1-.5.2-.8 1.3-1.3 1.6-.5.2-1.7.3-2.1 0-.5-.4-.2-1.8-.4-2.4-.3-.6-1-1.7-1.6-2-.5-.2-1.6-.1-2 0-.4.2-.9 1.1-1.3 1.4-.6.6-1.8 1.9-2.6 2.1-.2 0-.7 0-1-.1-.2.6-.6 1.3-1 1.6-.3.2-1 .1-1.4.1-.4 0-1.2-.5-1.6-.3-.3.1-.4 1-.6 1.2-.5.3-1.7 0-2.3.2-.4 0-1 .6-1.4.6-.3 0-.9-.3-1.2-.2-.4.1-1.1.8-1.1 1.2 0 .7 2 1.2 2.2 1.9 0 .4-.8 1.2-.8 1.6 0 .3.5.9.6 1.2.2.6 0 1.8.2 2.4.2.4 1.2.8 1.5 1.2.2.3.4 1.2.3 1.6 0 .3-.4.9-.8 1-.4 0-1-.7-1.4-.7-.5 0-1.5.6-2 .6-.3 0-.8-.5-1.1-.4-.6 0-1.3 1.2-1.9 1.3-.6 0-1.7-.6-2.2-.7-.6 0-1.8 0-2.4.3-.4.2-1.1.8-1.4 1.1-.4.3-.9 1.1-1.3 1.4-.2.1-.7.3-.8.4 0 .3 0 .8-.2 1-.2.3-1 .5-1.4.6-.3.1-1.1 0-1.4.2-.3.3.2 1.3 0 1.7 0 .3-.5.8-.6 1.1 0 .4.1 1.3 0 1.7 0 .4-.3 1.2-.6 1.6-.2.2-.9.4-1.1.6-.3.2-.7.9-1 .9-.4 0-.3-1.2-.7-1.4-.4-.2-1.4 0-1.8.2-.5.2-1.4 1.1-2 1.1-.3 0-.7-.7-1-.7-.5-.1-1.6 0-2.1.2-.3.1-.8.6-1.1.7-.7.4-2.1 1.4-2.8 1.4-.3 0-.8-.6-1.1-.6-.5-.1-1.6.3-2.1.2-.3 0-.9-.4-1.2-.6-.6-.3-1.9-1-2.6-1.1-.5 0-1.3.7-1.8.7-.6 0-1.9-.5-2.4-.9-.4-.3-1.1-1.4-1.4-1.4s-1.9.2-2.5 0c-.4-.1-.9-.8-1.2-.9 0 0-.2 0-.3-.1-.2.3-.4.7-.5.9-.1.5 0 1.4 0 1.9 0 .4-.7 1-.7 1.4 0 .5.5 1.5.7 1.9.2.4.8.9.9 1.3.2.4 0 1.4.3 1.7.4.5 1.7.6 2.2 1 .3.2.5 1 .8 1.2.5.4 1.8.7 2.3 1.1.2.2.5.6.6.8h.5c.3 0 .8 0 1 .1.3.1.7.7 1 .8.3 0 .9-.2 1.2-.2.4 0 1.2-.3 1.7-.2.3 0 .8.6 1.1.7.5.2 1.7 0 2.1.3.2.1.2.6.3.7.3.3 1.4.3 1.6.7 0 .2-.3.7-.3.9 0 .3.4.7.5 1 .2.1.4.3.5.4.2.3.4 1 .4 1.4s-.3 1-.4 1.3c0 .3-.2.8-.2 1.1v.7c0 .2 0 .8.2.9s.8.1 1 .2h1.3c.4 0 1.2.1 1.5.4.1.2 0 .7 0 .8.2.2.8.2.9.4.2.3-.2 1.2-.2 1.4s.8 1.1 1.2 1.2c.3 0 1-.3 1.4-.4.3 0 .9 0 1-.1.1-.1.1-.6 0-.8-.2-.4-1.1-.6-1.4-.9-.2-.2-.2-.9-.4-1.1-.1-.2-.6-.3-.7-.4-.2-.2-.6-.8-.7-1.2v-.7c.1-.2.6-.2.8-.3.1-.1.3-.5.3-.7 0-.2 0-.8-.2-.9-.1 0-.5.2-.7.2-.2 0-.7-.2-.7-.4s.3-.3.3-.5c.1-.3 0-1.1.3-1.2.1 0 .2.4.2.5 0 .2-.2.6 0 .7.2.2 1-.1 1.3 0 .1.1 0 .6.2.7.2 0 .5-.6.8-.7s.8.2 1 .2c.2 0 .4-.3.6-.4.3 0 .9.3 1.3.2.1 0 .5 0 .5-.2 0-.4-.9-.8-1.2-1h-.7c-.2-.2-.3-.7-.1-.9.1-.2.7-.2.9-.2h.8c.2 0 .8.1.9.1s.4-.4.5-.5c.2-.1.7 0 .9 0 .2 0 .5-.3.7-.3.2 0 .5.2.6.2.1 0 .3-.1.4-.2.2 0 .5-.1.6-.3v-.6s.2-.3.3-.3c.1 0 0 .5 0 .6v.7s-.4.2-.4.3c0 .2.4.4.5.4H316.6c.2 0 .6-.5.7-.7v-.5c0-.2-.4-.5-.6-.6-.2-.1-.6-.1-.7-.3-.1-.2.1-.6 0-.8 0-.1-.4-.2-.4-.3 0-.2.4-.4.6-.3.2 0 .2.7.3.9.2.1.7.1.8.2.2.2.5.7.6 1v1.1c.2.3 1 .5 1.4.6.3 0 .9-.1 1.3-.2.3 0 1-.5 1.4-.4.1 0 0 .4.2.5.2.2.9.2 1.2.2.3 0 1 .2 1.3.1.4 0 1.3-.1 1.5-.4.1-.2-.1-.6 0-.8.2-.2.7.1.9 0v-.5c0-.2.5-.3.5-.5s-.5-.3-.5-.4c0-.2.4-.6.6-.6s.4.4.6.4c.3 0 .7-.6.9-.6.3 0 .7.7.8.7s1-.3 1.3-.4c.4-.1 1.1-.5 1.6-.5.4 0 1.2.5 1.5.4.3 0 .7-.7 1-.7.3 0 .6.7.9.6.3-.1.6-1 .6-1.3s-.3-.5-.3-.6c0-.2.7-.4.7-.6 0-.2-.7-.3-.8-.6 0-.4.7-1 .6-1.4 0-.2-.4-.6-.6-.6s-.3.5-.5.6c-.2 0-.7-.2-.8-.4-.1-.2-.2-.8 0-1 .2-.2.7.1 1 0 .2 0 .6-.3.6-.5s-.5-.4-.6-.6v-.4c0-.2-.9-.4-.8-.7 0-.2.7 0 .9 0 .2.1.4.6.6.7.1 0 .5 0 .6-.1.2-.2.2-.7.3-.9V143.4c0-.2-.3-.5-.3-.7 0-.1.3-.3.4-.4.1-.1.4-.3.5-.5 0-.2 0-.7.1-.9.1-.2.5-.4.7-.5.3-.1.9-.1 1.1-.3s.5-.6.5-.8c0-.3-.3-1-.6-1.1-.1 0-.4.2-.6.3-.2.1-.5.4-.7.5h-.7c-.1-.1 0-.6-.2-.6-.3 0-.5.6-.6.8 0 .2 0 .8-.2 1-.1.1-.5.3-.7.2-.3-.1-.4-1.2-.2-1.3.2 0 .6-.7.6-1 0-.2-.1-.7-.3-.8-.1-.2-.6-.3-.7-.5-.1-.2-.4-.9-.2-1.1s.7.7.9.6c.2 0 0-.6 0-.7-.1-.3-.9-.7-.8-1 0-.2.6-.2.7-.1.2 0 .3.5.5.5s.3-.4.4-.4c.3 0 .9.3 1.1.5.1.2 0 .8.2.9.1.1.7 0 .8 0v.6c.2.1.6-.4.8-.4.2 0 .3.4.5.4.3 0 .9-.2 1-.4 0-.2-.2-.5-.3-.7-.2-.1-.7 0-.8-.2-.3-.1-.5-.7-.8-.9-.2-.1-.6 0-.8-.2-.2-.1-.8-.3-.8-.6 0 0 .1-.3.2-.3.2 0 .8.2 1 .3.2 0 .4.4.6.5.2 0 .5.1.7.2.2 0 .4.4.6.4 0 0 .3-.2.3-.3 0-.2-.3-.5-.2-.6.1-.2.6 0 .8 0 .2 0 .5.2.5.3s-.2.6 0 .7c.1.1.5.1.7.1h.9c.2 0 .4.6.6.6.2 0 .3-.4.5-.5 0 0 .3 0 .4-.2.1-.1.2-.6.4-.7h.6c.1-.1 0-.6 0-.8 0-.1.3-.4.4-.3.3 0 .3.8.5 1h.6c.2.2 0 .7 0 1 0 .1.4.3.4.4 0 .1 0 .5.1.6 0 0 .4.1.5 0 .2-.1.2-.7 0-.9 0-.1-.3-.3-.4-.5 0-.2-.1-.7-.2-.9 0-.1-.2-.4-.2-.6 0-.2-.2-.7 0-.7s.4.5.5.7v.7c0 .1.2.3.3.4.1.2.5.6.5.8 0 .2-.3.6-.2.7 0 .2.5.6.8.6.2 0 .7-.1 1-.1h1c.2 0 .5-.2.6-.3.1 0 .4-.2.4-.4 0-.1-.3-.4-.3-.5s.1-.3.2-.4h.3c0-.1.2-.4.1-.6 0 0-.2-.2-.3-.2h-.5l-.4-.4c-.1 0-.4 0-.5-.2-.2-.1-.5-.6-.3-.8 0-.1.4 0 .6.2.2.1.4.5.6.7.2 0 .6.1.8.1.2 0 .6-.1.6-.3 0-.1-.3-.2-.4-.2-.1 0-.4.1-.5 0-.1 0-.2-.3-.3-.5v-.5c0-.1.3-.3.3-.4v-.4h.3c.1 0 .3-.3.3-.5s-.4-.4-.4-.4.1-.4 0-.6c0 0-.3-.2-.3-.3-.1-.2-.5-.7-.4-1 0 0 .2-.2.3-.2.2 0 .5.2.5.4 0 0-.2.3-.2.4 0 .2.5.3.6.4.1.2 0 .7.1.8.2 0 .5-.3.7-.3.1 0 0 .5.2.6.1 0 .5.2.6 0 0 0 .2-.3.2-.4 0-.2-.5-.3-.5-.5 0-.1.3-.1.4-.2v-.4c0-.2-.6-.1-.7-.3v-.6c0-.1-.3-.4-.2-.5 0 0 .4.2.4.3 0 .1 0 .5.2.6 0 0 .4.2.5.1 0 0 .2-.3.2-.4l-.2-.2s-.3-.3-.3-.4c0-.1-.1-.5 0-.6h.3c.2.1.2.6.3.8 0 .1.3.2.4.3 0 .2 0 .6.2.7.1.1.5.3.6.2.1 0 0-.5 0-.6 0-.1 0-.5-.1-.6 0 0-.2-.1-.3-.2v-.4h.5s.2.1.3.2v.6c0 .1.2.4.2.5 0 .1-.1.4 0 .6 0 .2 0 .6.3.6.1 0 .3-.3.4-.4.1-.2.4-.5.4-.7 0-.1.1-.5 0-.6 0 0-.3-.1-.3-.2 0 0-.3-.3-.3-.4s.1-.5.3-.5.4.2.5.3c.1.2.1.5.2.7 0 .2.2.6.4.6 0 0 .2-.2.2-.3 0-.1.1-.5.2-.6.2-.1.6 0 .8-.1.2 0 .5-.2.5-.4 0-.1-.2-.4-.3-.6 0-.2-.3-.6-.2-.7.1-.2.7 0 .9-.2v-.5c0-.2-.1-.5 0-.7 0-.2.3-.5.5-.6h.6c0-.1-.2-.5 0-.6 0-.1.5-.2.5-.3v-.6c0-.1-.5-.2-.6-.3v-.6c.1-.2.6-.4.8-.4h.5c.1.1 0 .5 0 .6 0 .1.4 0 .5.2.1.1 0 .6.2.7.2.1.6 0 .8-.1.1-.1 0-.6 0-.8 0-.2-.1-.7-.1-.8s.2-.6.4-.6h.4c.1.1-.2.5-.1.7 0 .2.4.3.4.5s-.3.5-.2.7c0 .2.3.4.5.5.2 0 .6-.2.7-.3 0-.2-.4-.5-.5-.7v-.5c0-.2.4-.4.6-.4.1 0 .4.1.5.2 0 .2-.3.4-.3.6 0 .2.2.5.2.6s.4.6.6.7c.2 0 .5-.1.6-.3 0-.2-.2-.6-.3-.7 0 0 0-.6.1-.8.1-.1.5-.4.6-.3.1 0 .2.4.2.5 0 .2-.1.5 0 .6 0 .2.4.5.5.4.2 0 .3-.6.3-.8s-.3-.5-.2-.7c0-.2.6-.4.6-.5s.2-.6.3-.6c.1 0 .3.3.4.4.1.2.1.8 0 1.1 0 .1-.3.3-.3.5s.3.5.2.7c0 .1-.3.2-.3.3 0 .2.7.2.8.4.1.2.3.6.1.8 0 .1-.5 0-.6.1-.2.2-.4.8-.5 1 0 .3.3.8.2 1 0 .1-.3.2-.3.3 0 .2-.2.7 0 .8 0 0 .4-.1.5-.1.2 0 .4.5.6.5.2 0 .7.1.8 0 .1 0 .2-.5.2-.6 0-.2-.8-.2-.8-.4 0-.3 1-.8 1-.9s-.5-.5-.4-.7c0-.3.6-.5.7-.7 0-.2-.1-.6 0-.8 0-.2.5-.2.7-.3.1-.1.6-.7.9-.8.2 0 .5 0 .6.2.1.2 0 .8-.1 1.1-.1.3-.7.6-.8.9-.1.2-.3.8-.3 1 0 .1.2.3.3.4.2.2.7.5 1 .5.3-.1.3-.9.5-1.2.2-.2.9-.3 1-.6 0-.2-.1-.7-.2-.9 0-.2-.1-.8-.1-.9Z",
2727
- className: "st3"
2728
- }
2729
- )
2730
- ] }),
2731
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "bac-giang", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2732
- "path",
2733
- {
2734
- id: "bac-giang1",
2735
- d: "M242.4 132.7c0-.3.2-.5.3-.7.3-.4 1.3-.7 1.6-1.1.4-.4.8-1.5 1.3-1.7.5-.3 1.7 0 2.2-.1.4-.2.8-1 1.2-1.1.6-.1 2.1 1.1 2.5.7.4-.3-.6-1.5-.3-2 0-.1.5-.1.6-.2.3-.5-.1-1.6 0-2.2 0-.4.2-1.1.2-1.4 0-.5-.2-1.5 0-1.9.1-.4.8-.9 1-1.2.2-.4.1-1.4.1-1.9s-.2-1.6 0-2.1c.2-.4.9-.9 1.2-1 .7-.2 2.2.3 3 .2.4 0 1.2-.4 1.6-.4.6 0 1.5 1 2.2 1.1 0 .3 0 .7-.1 1 0 .3-.5.7-.6 1-.1.3 0 1.1-.1 1.4 0 .2-.5.3-.5.5-.1.5.3 1.6.6 2 .2.3.9.7 1.2.8.5.2 1.4.3 1.9.4.2 0 .6 0 .8.2.3.2.7.9 1.1.9.3 0 .8-.5 1-.6.3-.2.9-.9 1.2-1 .3 0 1 .2 1.3.3.3.2.9.6 1.2.9.2.1.6.4.7.6 0 .2-.1.6-.2.9 0 .3 0 .9-.1 1.2 0 .4-.4 1.1-.2 1.4.2.5 1.4 1.1 2 1.3.5.2 1.5 0 2 .1.4 0 1.2.3 1.6 0 .2-.2.2-.8.2-1.1 0-.2-.4-.7-.3-.9.1-.3.9-.6 1.2-.6.4 0 1.1.7 1.5.6.3 0 .5-.7.7-.9.3-.2 1.2 0 1.5-.2.3-.2.3-1.2.5-1.5.2-.2.8-.5 1-.7.3-.2 1.1-.6 1.1-1 0-.5-1-1.3-.9-1.7 0-.4 1.1-.8 1.2-1.2.2-.4 0-1.4.2-1.7.2-.3 1.3-.4 1.4-.6 0-.2.2-1.2.4-1.4.3-.3 1.2-.4 1.7-.4 1 0 2.9.6 3.8.4.3 0 .7-.3 1-.4.4 0 1.1.1 1.4.2.4.1 1.4.5 1.5.9 0 .3-.6.7-.6 1 0 .2.6.4.7.6.5.3 1.6 1.5 2.2 1.2.3-.1.4-1.2.6-1.3.2 0 1.3-.5 1.8-.5.2 0 .5.1.7.2.2.2.2.9.5 1 .4.2 1.3-.4 1.7-.4.5 0 1.6-.1 1.9.2.1.1.1.5 0 .7 0 .2-.6.3-.7.5-.1.3.1.8 0 1.1 0 .1-.3.3-.4.5 0 .3 0 .9.2 1.1.2.2.9 0 1.2 0 .6.1 2.3.3 2.3.9 0 .2-.6 0-.7.2-.2.3-.2 1.1 0 1.4.2.5 1.2 1.2 1.7 1.2.6 0 1.6-.7 2.2-.7.7 0 1.9.5 2.5.6.3 0 1-.3 1.2 0 .3.2.3 1.1.2 1.5 0 .3-.5.9-.6 1.2 0 .6.2 1.9.5 2.5.1.3.7.6.8.9.1.3-.2 1.1 0 1.4 0 .1.3.3.5.4-.1.3 0 .8-.2 1-.2.3-1 .5-1.4.6-.3.1-1.1 0-1.4.2-.3.3.2 1.3 0 1.7 0 .3-.5.8-.6 1.1 0 .4.1 1.3 0 1.7 0 .4-.3 1.2-.6 1.6-.2.2-.9.4-1.1.6-.3.2-.7.9-1 .9-.4 0-.3-1.2-.7-1.4-.4-.2-1.4.1-1.8.2-.5.2-1.4 1.1-2 1.1-.3 0-.7-.7-1.1-.7-.5-.1-1.6 0-2 .2-.3.1-.8.6-1.1.7-.7.4-2.1 1.4-2.9 1.4-.3 0-.8-.6-1.1-.6-.5-.1-1.6.3-2.1.2-.3 0-.9-.4-1.2-.6-.6-.3-1.9-1-2.5-1.1-.5 0-1.3.7-1.8.7-.6 0-1.8-.6-2.4-.9-.4-.3-1.1-1.4-1.4-1.4s-1.9.2-2.5 0c-.4-.1-.8-.8-1.2-.9 0 0-.2 0-.2-.1-.5-.2-1.3-.5-1.8-.6-.6 0-1.8 0-2.3.2-.5.2-1.3.9-1.7 1.2-.3.3-.7 1-1.1 1.2h-1c-.5.2-.9 1.3-1.4 1.4-.2 0-.7 0-.9-.1-.3-.2-.7-.9-1-1.1h-.3c-.4 0-1 0-1.3.1-.4 0-1.1.5-1.4.5-.3 0-.7-.5-.9-.5-.5 0-1.3.6-1.7.7-.8.1-2.4.2-3.1-.1-.3-.1-.9-.7-1.1-1-.3-.3-.6-1-.9-1.3-.3-.3-1.2-.6-1.4-.6s-.9.6-1.2.7c-.3.2-1 .2-1.2.4-.1.1-.3.5-.4.6-.4 0-.9-.7-1.2-.9-.9-.5-2.6-1.4-3.5-1.8-.4-.2-1.5-.6-1.7-.6s-2.2.4-2.9.2c-.3-.1-.6-.5-.9-.8-.1-.1-.2-.3-.3-.4-.4-.6-.9-1.8-1.3-2.4-.3-.5-1.2-1.2-1.4-1.7 0-.3 0-.7.1-1.1Z",
2736
- className: "st3",
2737
- "data-name": "bac-giang"
2738
- }
2739
- ) }),
2740
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "thai-nguyen", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2741
- "path",
2742
- {
2743
- id: "thai-nguyen1",
2744
- d: "M220.1 118.5c-.4-.4-.8-1-1.1-1.3-.4-.3-1.3-.8-1.7-1.2-.3-.3-.9-1.1-1-1.5-.1-.4-.1-1.2-.1-1.7s.1-1.6.2-2.1c.1-.6.5-1.6.6-2.2.2-.5.5-1.4.7-1.9.1-.3.6-.8.6-1.1 0-.4-.8-1-.7-1.4 0-.3.7-.8.7-1.2 0-.4-.6-1.1-.5-1.5 0-.3.8-.8.9-1.1.1-.4-.4-1.3-.4-1.8 0-.4.5-1.2.6-1.7 0-.3.2-.9 0-1.2-.2-.5-1.2-1.5-1.2-1.7s.1-.7.2-1.2h.9c.3 0 .9.7 1.2.6.3 0 .5-.8.7-1 .2-.2.9-.2 1.2-.4.4-.4.3-1.9.7-2.3.3-.2 1.1 0 1.4-.2.4-.2.8-1.1 1.2-1.2.2 0 .6.4.8.4.4 0 .9-.7 1.2-.9.3-.2.8-.7 1.2-.7.4 0 1 .5 1.2.7.3.2.7 1 1.1 1.2.5.3 1.8 0 2.2.3.4.4.3 1.6.4 2.1.2.5.8 1.5.9 2.1 0 .4-.3 1.3-.2 1.7 0 .5.6 1.5.7 2 0 .6-.2 1.7-.4 2.2-.2.6-1.2 1.5-1.1 2.1 0 .4.6 1 1 1.1.4.1 1.4 0 1.7-.3.4-.3.6-1.5 1-1.7.4-.3 1.5-.1 1.9-.3.4-.2.8-1.1 1.2-1.2.5-.2 1.7 0 2.2-.2.4-.3.6-1.5 1.1-1.7.5-.3 1.7 0 2.2-.2.4-.2 1.1-.7 1.3-1.1.2-.3.2-1.3.6-1.5.5-.2 1.5.9 2 .7.4-.1.7-.9.8-1.2.2-.4.2-1.5.6-1.7.5-.2 1.5.8 2 1.2.3.2.7.8 1 .9.3.1 1.1 0 1.4-.2.1 0 .3-.1.4-.2 0 .2.2.5.3.6.3.3 1.2.3 1.4.6.2.4 0 1.5-.2 2-.2.6-1.1 1.6-1.2 2.2 0 .5.7 1.5.6 2 0 .4-.9.8-.9 1.1 0 .6.8 1.6 1.4 1.9.3.1 1-.3 1.3-.1.3.2.4 1.1.7 1.2.3.2 1.1-.2 1.5-.1.6.2 1.3 1.2 1.9 1.4.5.2 1.6-.2 2 0 .4.2.8 1.1.9 1.5.1.7-.2 2.2-.6 2.8-.4.6-2 1.2-2.3 1.9-.1.2.1.8 0 1.1-.1.5-.5 1.8-1.1 1.9h-.3c-.6 0-1.6-1.1-2.2-1.1-.4 0-1.2.3-1.6.4-.7 0-2.3-.5-3-.2-.4.1-1.1.6-1.2 1-.2.5 0 1.6 0 2.1s0 1.5-.1 1.9c-.1.4-.9.9-1 1.2-.1.5 0 1.4 0 1.9 0 .4-.2 1.1-.2 1.4 0 .5.4 1.7 0 2.2 0 .1-.5.1-.6.2-.2.4.7 1.6.3 2-.5.4-1.9-.8-2.5-.7-.4 0-.9.9-1.2 1.1-.5.2-1.7-.1-2.2.1-.5.3-.9 1.4-1.3 1.7-.3.3-1.3.7-1.6 1.1-.1.1-.2.4-.3.7-.4-.4-1-.8-1.4-.9-.4-.1-1.2.1-1.6 0-.3-.1-.8-.7-1.1-.9-.4-.2-1.2-.8-1.6-.7-.3.1-.4.9-.6 1.2-.2.3-.9.6-1.1.9-.1-.4-.4-1-.4-1.2 0-.2-.3-1.4-.6-1.7-.3-.4-1.4-.6-1.8-.9-.2-.2-.4-.9-.7-1.2-.4-.3-1.3-.5-1.7-.7-.5-.2-1.5-.6-1.9-.9-.4-.2-1-.9-1.2-1.2-.3-.3-.5-1.1-.8-1.4-.2-.3-1-.7-1.2-.8s-1.2-1-1.5-1.5c-.2-.2-.2-.9-.4-1.1-.4-.4-1.6-.5-2.1-.8-.1 0-.3-.2-.4-.4Z",
2745
- className: "st3",
2746
- "data-name": "thai-nguyen"
2747
- }
2748
- ) }),
2749
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "bac-kan", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2750
- "path",
2751
- {
2752
- id: "bac-kan1",
2753
- d: "M265.3 73.2c.2.4.3 1.5.2 2-.2.5-1.4 1.5-1.6 1.7-.2.2-1.3 1-1.5 1.5-.3.6-.1 2-.4 2.5-.1.3-.7.7-.9 1.1-.2.5-.1 1.6-.5 2-.2.2-.9 0-1.1.1-.3.2-.6 1.1-.9 1.2-.4.2-1.4-.3-1.8-.2-.3 0-.9.5-1.1.8-.2.4.1 1.3.1 1.7v2.2c0 .4.7 1.2.7 1.6 0 .5-1 1.3-1.1 1.8 0 .2 0 .4.1.6-.2.1-.3.2-.4.2-.3.1-1.1.3-1.4.2-.3-.1-.7-.7-1-.9-.5-.3-1.4-1.4-2-1.2-.4.2-.4 1.3-.6 1.7-.2.3-.5 1.1-.8 1.2-.5.2-1.5-1-2-.7-.4.2-.3 1.2-.6 1.5-.3.3-.9.9-1.3 1.1-.5.2-1.7 0-2.2.2-.4.3-.6 1.5-1.1 1.7-.5.3-1.7 0-2.2.2-.4.2-.8 1-1.2 1.2-.4.2-1.5 0-1.9.3-.4.3-.6 1.4-1 1.7-.4.3-1.3.5-1.7.3-.3-.1-.9-.7-1-1.1 0-.6.9-1.5 1.1-2.1.2-.5.5-1.7.4-2.2 0-.5-.6-1.5-.7-2 0-.4.3-1.3.2-1.7 0-.6-.7-1.5-.9-2.1-.2-.5 0-1.7-.4-2.1-.4-.4-1.7 0-2.2-.3-.4-.2-.8-.9-1.1-1.2-.3-.2-.9-.7-1.2-.7-.3 0-.9.5-1.2.7-.3.2-.9.9-1.2.9-.2 0-.6-.4-.8-.4-.4 0-.9 1-1.2 1.2-.3.1-1.1 0-1.4.2-.5.4-.3 1.9-.7 2.3-.2.2-.9.2-1.2.4-.3.2-.4.9-.7 1-.3 0-.9-.5-1.2-.6h-.9V92c0-.6-.6-1.5-.9-2-.2-.5-.7-1.4-.9-1.9-.3-.4-1.2-1.2-1.3-1.7-.1-.5.3-1.5.4-2 0-.3.2-.9.1-1.2 0-.4-.6-1.2-.7-1.7-.1-.5-.1-1.7 0-1.9s.2-1.5 0-1.6c-.2 0-1.3-.7-1.5-1.1-.2-.4-.4-1.3-.3-1.7.1-.3.8-.8 1-1.1.2-.3.5-1 .8-1.2.4-.3 1.6 0 1.9-.5.1-.2 0-.7 0-.9-.1-.3-.9-.6-.8-.9 0-.3.9-.3 1.1-.6.2-.4-.3-1.3-.1-1.6.1-.2.8-.2.9-.4.3-.4 0-1.5 0-2 0-.3.3-.9.4-1.2 0-.3 0-1 .2-1.1.3-.2 1 .4 1.3.4.2 0 .6-.2.7-.4.1-.3 0-.9 0-1.2 0-.3-.5-.8-.4-1.1 0-.4.8-1 1.1-1.4.3-.4.9-1.1 1.1-1.5.3-.4 1-1.1 1-1.6s-1.2-.9-1.4-1.3c-.1-.4.3-1.2.1-1.6-.1-.2-.6-.2-.7-.4-.4-.4-.9-1.3-1-1.8-.1-.4.1-1.3 0-1.6-.2-.3-1.4-.4-1.7-.7-.3-.3-.6-.8-.7-1.1.8.2 2.2-.1 2.7-.3.6-.2 1.2-1.6 1.7-1.8.4-.2 1.5.4 1.8 0 .4-.3 0-1.5.4-1.7.4-.3 1.5.2 1.8 0 .3 0 1.5-1.4 2.2-1.7.6-.2 1.8.2 2.4 0 .6-.1 1.6-1.4 2.2-1.2.5.2.6 1.3.8 1.7.2.3.7.9.8 1.3.1.4.1 1.3 0 1.7-.2.3-1.2.4-1.3.7-.3.6.7 1.9.6 2.6 0 .4-.9 1.1-.8 1.5 0 .5 1.1.9 1.5 1.2.5.4 1.4 1.3 1.8 1.7.5.5 1.3 1.9 1.9 2.2.5.3 1.8.2 2.3.3.5.1 1.3.8 1.8.8s1.7-.7 2.2-1c.4-.3.9-1.2 1.3-1.3.4-.1 1.4.3 1.8.2.9-.2 2.4-1.2 3.1-1.7.7-.4 1.8-1.9 2.6-1.8.4 0 1.1.8 1.3 1.2.4.6.6 2.1 1 2.6.1.2.5.4.7.6.2.3.5 1 .6 1.4 0 .4-.1 1.2 0 1.6.5.9 3 1.1 3.5 2 .3.5-.5 2 0 2.2h.1c.1.5.3 1.3.5 1.5.4.6 2.3 1 2.5 1.7 0 .3-.5.8-.6 1.1-.2.4-.7 1.3-.6 1.7.1.6 1.3 1.3 1.7 1.7.3.3 1.1.6 1.3 1Z",
2754
- className: "st3",
2755
- "data-name": "bac-kan"
2756
- }
2757
- ) }),
2758
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "lang-son", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2759
- "path",
2760
- {
2761
- id: "lang-son1",
2762
- d: "M255.7 93.8c0-.2-.1-.5-.1-.6 0-.5 1-1.3 1.1-1.8 0-.4-.6-1.2-.7-1.6-.1-.5 0-1.6 0-2.2 0-.4-.3-1.3-.1-1.7.1-.3.7-.7 1.1-.8.4-.1 1.4.4 1.8.2.4-.2.6-1 .9-1.2.2-.1.9 0 1.1-.1.4-.3.3-1.5.5-2 .2-.3.7-.7.9-1.1.3-.6 0-2 .4-2.5.2-.5 1.3-1.3 1.5-1.5.2-.2 1.4-1.1 1.6-1.7.2-.5 0-1.5-.2-2-.2-.4-1-.7-1.3-1-.5-.4-1.6-1.1-1.7-1.7-.1-.5.4-1.3.6-1.7.1-.3.7-.8.6-1.1-.2-.7-2-1.1-2.5-1.7-.2-.3-.4-1-.5-1.5.4 0 .9-.8 1.1-1.1.4-.5.6-1.8 1-2.2.3-.3 1-.6 1.4-.6.7 0 2.1.5 2.6 1 .4.3.7 1.4 1.1 1.7.4.2 1.3 0 1.7.2.5.3 1.2 1.4 1.6 1.8.4.4 1.2 1.5 1.7 1.6.5 0 1.5-.8 2-.7.5 0 1.4.6 1.9.8.4.1 1.2.5 1.6.5.5 0 1.3-.5 1.7-.7.4-.4.8-1.6 1.3-1.9.6-.3 2.1.2 2.6-.2.2-.2.1-1 .3-1.2.2-.2.7-.4 1.3-.6.3.6 1.4 1.4 1.4 2 0 .5-.9 1.2-1.1 1.7 0 .4-.1 1.2.1 1.5.3.4 1.5.6 2 .7.6.1 1.8 0 2.3.3.6.2 1.6 1 2 1.5.8.8 2.4 2.7 2.7 3.8.2.8-.2 2.4-.6 3.1-.2.5-1.2 1.1-1.2 1.6 0 .6 1.3 1.2 1.5 1.8.1.5-.5 1.7-.4 2.2.2.6 1.4 1.3 1.6 1.9.2 1-.3 3.1-.9 3.9-.3.4-1.6.5-1.7 1-.2.6.4 2.1 1 2.5.4.3 1.4.4 1.8.2.4-.2.7-1.1.9-1.5.2-.3.4-1.1.7-1.3.3-.2 1.2-.2 1.6 0 .3.2.7.9 1 1.1.5.4 1.4 1.2 2 1.3.7.1 2.1-.8 2.9-.7.8 0 2.5.5 3.2 1.1.4.3.6 1.6 1.1 1.9.5.3 1.9.2 2.5 0 .4 0 1-.5 1.4-.6.5-.1 1.5-.1 2 0 .6.1 1.8.6 2.2 1 .4.4 1.1 1.5 1 2-.1.6-1.4 1.3-1.9 1.7-.3.3-1.2.9-1.3 1.3-.1.7.6 2.2 1.1 2.7.5.5 2.1.4 2.8.7 1 .4 3 1.3 4 1.9.8.5 2.3 1.7 3 2.3.6.4 1.7 1.5 2.4 1.6.4 0 1.2-.4 1.6-.6.4-.2 1.2-.9 1.6-1.1.4-.2 1.4-.4 1.8-.2.6.2 1.3 1.5 1.7 2 .5.7 1.4 2.1 1.7 2.9.3.8-.2 2.8.4 3.5.1.1.3.2.5.3-.2.6-.6 1.3-1 1.6-.3.2-1 .1-1.4.1-.4 0-1.2-.5-1.6-.3-.3.1-.3 1-.6 1.2-.5.3-1.7 0-2.3.2-.4 0-1 .6-1.4.6-.3 0-.9-.3-1.2-.2-.4.1-1.1.8-1.1 1.2 0 .7 2 1.2 2.2 1.9 0 .4-.8 1.2-.8 1.6 0 .3.5.9.6 1.2.2.6 0 1.8.2 2.4.2.4 1.2.8 1.5 1.2.2.3.4 1.2.3 1.6 0 .3-.4.9-.7 1-.4 0-1-.7-1.4-.7-.5 0-1.5.6-2 .6-.3 0-.8-.5-1.1-.4-.6 0-1.3 1.2-1.9 1.3-.6 0-1.7-.6-2.2-.7-.6 0-1.8 0-2.4.3-.4.2-1.1.8-1.4 1.1-.4.3-.9 1.1-1.3 1.4-.2.1-.7.3-.8.4-.2-.1-.4-.3-.5-.4-.2-.3.1-1 0-1.4-.1-.3-.7-.6-.8-.9-.3-.6-.6-1.9-.5-2.5 0-.3.5-.9.6-1.2 0-.4 0-1.3-.2-1.5-.2-.2-.9 0-1.2 0-.6 0-1.9-.6-2.5-.6-.6 0-1.7.8-2.2.7-.5 0-1.5-.8-1.7-1.2-.1-.3-.1-1.1 0-1.4.1-.2.7 0 .7-.2 0-.6-1.7-.8-2.3-.9-.3 0-1 .1-1.2 0-.2-.2-.3-.8-.2-1.1 0-.2.3-.3.4-.5 0-.3-.2-.9 0-1.1 0-.2.6-.3.7-.5v-.7c-.3-.3-1.4-.3-1.9-.2-.4 0-1.3.6-1.7.4-.3-.1-.3-.8-.5-1-.1-.1-.5-.2-.7-.2-.5 0-1.6.4-1.8.5-.2 0-.3 1.2-.6 1.3-.6.2-1.6-.9-2.2-1.2-.2-.1-.7-.3-.7-.6s.6-.7.6-1c-.1-.4-1.1-.7-1.5-.9-.3-.1-1.1-.3-1.4-.2-.3 0-.7.3-1 .4-1 .1-2.9-.5-3.8-.4-.4 0-1.4.1-1.7.4-.3.3-.4 1.2-.4 1.4 0 .2-1.1.3-1.4.6-.3.3 0 1.3-.2 1.7-.2.4-1.2.8-1.2 1.2 0 .5 1 1.3.9 1.7 0 .4-.8.8-1.1 1-.2.2-.8.4-1 .7-.2.3-.2 1.2-.5 1.5-.3.2-1.2 0-1.5.2-.3.1-.5.8-.7.9-.4 0-1.1-.6-1.5-.6-.3 0-1.1.3-1.2.6 0 .2.3.7.3.9 0 .3 0 .9-.2 1.1-.3.2-1.2 0-1.6 0-.5 0-1.6 0-2-.1-.6-.2-1.7-.8-2-1.3-.1-.3.2-1.1.2-1.4 0-.3 0-.9.1-1.2 0-.2.3-.7.2-.9 0-.2-.5-.4-.7-.6-.3-.2-.8-.7-1.2-.9-.3-.1-1-.4-1.3-.3-.4 0-.9.8-1.2 1-.2.2-.7.6-1 .6-.3 0-.7-.8-1.1-.9-.2 0-.6-.1-.8-.2-.5-.1-1.5-.2-1.9-.4-.3-.1-1-.5-1.2-.8-.3-.4-.7-1.5-.6-2 0-.2.4-.3.5-.5.2-.3 0-1.1.1-1.4 0-.3.5-.7.6-1 0-.2.1-.6.1-1h.3c.5-.2.9-1.4 1.1-1.9 0-.3-.2-.8 0-1.1.3-.7 1.9-1.3 2.3-1.9.4-.6.7-2.1.6-2.8 0-.4-.5-1.3-.9-1.5-.4-.2-1.5.2-2 0-.6-.2-1.3-1.3-1.9-1.4-.4-.1-1.2.3-1.5.1-.3-.2-.4-1.1-.7-1.2-.3-.1-1 .3-1.3.1-.5-.2-1.4-1.3-1.4-1.9 0-.4.9-.8.9-1.1.1-.5-.6-1.5-.6-2 0-.6 1-1.6 1.2-2.2.2-.5.5-1.5.2-2-.2-.3-1.1-.3-1.4-.6-.1-.1-.2-.3-.3-.6Z",
2763
- className: "st3",
2764
- "data-name": "lang-son"
2765
- }
2766
- ) }),
2767
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "cao-bang", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2768
- "path",
2769
- {
2770
- id: "cao-bang1",
2771
- d: "M260.4 64.4c-.5-.2.3-1.8 0-2.2-.5-.9-3-1.1-3.5-2-.2-.3 0-1.2 0-1.6 0-.4-.4-1.1-.6-1.4-.1-.2-.5-.4-.7-.6-.4-.6-.6-2.1-1-2.6-.3-.4-.9-1.1-1.3-1.2-.8 0-1.9 1.4-2.6 1.8-.8.5-2.3 1.5-3.1 1.7-.5 0-1.4-.4-1.8-.2-.4.1-.9 1.1-1.3 1.3-.5.3-1.6 1-2.2 1-.5 0-1.3-.7-1.8-.8-.6-.2-1.8 0-2.3-.3-.6-.4-1.4-1.7-1.9-2.2-.4-.5-1.3-1.3-1.8-1.7-.4-.3-1.4-.8-1.5-1.2 0-.4.8-1.1.8-1.5 0-.7-.8-2-.6-2.6.2-.3 1.1-.4 1.3-.7.2-.4.2-1.3 0-1.7 0-.4-.6-1-.8-1.3-.2-.4-.4-1.6-.8-1.7-.6-.2-1.6 1-2.2 1.2-.6.1-1.8-.3-2.4 0-.6.2-1.8 1.6-2.2 1.7-.3 0-1.4-.3-1.8 0-.4.3 0 1.5-.4 1.7-.4.3-1.4-.3-1.8 0-.6.2-1.2 1.6-1.7 1.8-.5.2-2 .5-2.7.3.1-.1.2-.3.2-.4 0-.5-1-1.1-1.2-1.6-.1-.5.1-1.4 0-1.9s-.8-1.2-1.1-1.7c-.3-.5-.5-1.8-.9-2.2-.3-.3-1.4-.4-1.7-.7-.4-.3-.6-1.5-1.1-1.8-.5-.4-1.9-.3-2.5-.4-.5-.1-1.7-.2-2.2-.6-.2-.2-.2-1-.5-1.2-.4-.3-1.5-.2-2-.3-.4 0-1.3-.2-1.7-.4-.4-.3-1.2-1.2-1.2-1.7 0-.3.6-.6.8-.7.4 0 1.1.6 1.4.3.4-.3-.4-1.8 0-2.2.2-.3 1.2.2 1.4 0 .2-.2-.2-1.1 0-1.3.5-.5 2.1.3 2.6 0 .4-.3.4-1.5.4-2 0-.4-.4-1.1-.2-1.5.3-.6 1.6-1.1 2.2-1.2.7-.1 2.3.8 3 .5.4-.2.6-1.3.9-1.7.4-.4 1.7-.8 2.2-1.2.4-.3.8-1.4 1.2-1.7.7-.4 2.3-.3 3.1-.7.3-.1.7-.4 1.1-.7.6.6 1.5 1.3 2.1 1.5.5.2 1.7-.1 2.3-.1.9 0 2.6-.2 3.4 0 .9.2 2.4 1.4 3.2 1.9.9.5 2.8 1.2 3.6 1.8.7.6 1.7 2.3 2.4 3 .6.6 1.6 2 2.4 2 .5 0 1.3-.7 1.7-.9.4-.1 1.2-.3 1.6-.2.8 0 2.2.8 3 .7.5 0 1.6-.6 1.9-1.1.3-.4.3-1.6.6-2 .2-.3.7-.7 1-.8.8-.2 2.4.2 3.2.2 1.5 0 4.5-.1 6 .2.8.2 2.3.7 2.9 1.2.8.7 1.9 2.7 2.4 3.7.4.7.7 2.4 1.4 2.9.3.2 1.1-.1 1.5 0 .5 0 1.3.6 1.7.6.6 0 1.7.1 2.2-.1.4-.2.7-1.2 1.1-1.4.6-.3 2.1-.1 2.7-.2.6 0 1.8-.2 2.4-.4.6-.2 1.6-.9 2-1.4.3-.3.6-1.2 1-1.5.4-.3 1.4-.5 1.9-.4.6.2 1.2 1.6 1.9 1.8.3 0 .8-.2 1.1-.2.5 0 1.6.3 2 .6.4.3.6 1.5 1 1.8.4.2 1.3.2 1.7.2.4 0 1.3-.5 1.7-.4.6.1 1.5 1.1 1.9 1.6.6.5 1.8 1.7 2.4 2.2.6.4 1.9 1.3 2.6 1.5.6.2 2.1-.5 2.5 0 .3.3.1 1.2 0 1.6-.2.3-1 .6-1.2.9-.9.9-2.2 3.2-2.8 4.3-.5.9-1.3 2.8-1.7 3.8-.3.9-.4 2.8-1 3.5-.4.5-1.6 1.2-2.2 1.3-.4 0-1.3-.4-1.7-.6-.4-.2-1.1-1.2-1.6-1.2s-1.5.3-1.8.6c-.6.7-.5 2.7-.9 3.6-.3.9-1.5 2.5-1.8 3.3-.3.7-.7 2.3-.6 3.1v.2c-.6.1-1.1.3-1.3.6-.2.2 0 1-.3 1.2-.5.4-2 0-2.6.2-.5.3-.9 1.5-1.3 1.9-.3.3-1.2.7-1.7.7-.4 0-1.2-.4-1.6-.5-.5-.2-1.4-.8-1.9-.8s-1.5.8-2 .7c-.6-.1-1.3-1.2-1.7-1.6-.4-.4-1-1.5-1.6-1.8-.4-.2-1.3 0-1.7-.2-.4-.3-.7-1.3-1.1-1.7-.6-.4-1.9-1-2.6-1-.4 0-1.1.3-1.4.6-.4.4-.6 1.7-1 2.2-.2.3-.8 1.1-1.1 1.1h-.1Z",
2772
- className: "st3",
2773
- "data-name": "cao-bang"
2774
- }
2775
- ) }),
2776
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "phu-tho", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2777
- "path",
2778
- {
2779
- id: "phu-tho1",
2780
- d: "M176.2 132.5h.1c.3-.3.6-1 .7-1.4 0-.3 0-1.1.1-1.4.1-.3.8-.5.9-.7.3-.4.7-1.2.8-1.7.1-.5.1-1.6 0-2.1-.1-.3-.8-.7-.9-.9-.3-.5-.8-1.8-.8-2.4 0-.3.3-.8.2-1-.2-.3-1.2-.5-1.2-.6s0-.9.1-1.1c.2-.2 1 0 1.2 0 .3-.2.8-.9.8-1.3 0-.5-1-1.1-.9-1.6 0-.5 1-1.2 1.4-1.5.3-.2.9-.6 1.2-.7.9-.6 2.7-2 3.7-2.4.6-.3 2-.3 2.5-.7.6-.4 1.4-2.3 1.7-2.3h1.3c.2.2.4.4.5.6.3.4.5 1.5.9 1.7.6.3 2.1 0 2.7-.1.5-.1 1.3-.8 1.7-.8.4 0 .9.6 1.2.8.6.3 2 .4 2.4.9.3.4 0 1.6.2 2 .1.2.6.3.7.5.3.4.2 1.5.5 1.9.2.2 1 .2 1.2.4.2.3.2 1.1.3 1.4.2.5.8 1.5 1.2 1.8.6.5 2.9 1.2 2.9 1.4s.2.6.3.9c.1.3.2.5.3.7.2.7.5 2.1.6 2.9 0 .5-.3 1.5 0 1.9.3.3 1.2.2 1.6.1.3 0 .8-.6 1.1-.5.5.2.8 1.4.8 1.9 0 .4-.3 1-.4 1.4-.3 1-.9 2.9-1.3 3.8-.2.4-.9 1.1-1 1.6 0 .5.8 1.5.7 2v.3c-.2.4-.6 1-.7 1.3-.2.5-.5 1.7-.9 2.1-.2.2-1 .4-1.2.7-.3.4-.2 1.5-.4 1.9-.2.3-.9.4-1 .7-.3.9 1.5 2.7 1.4 3.6 0 .6-1.1 1.3-1.3 1.8-.2.7-.3 2.2 0 2.8.2.5 1 1.1 1.5 1.6.2.2.4.4.5.6.4.7 1.1 2.2.8 3-.2.5-1.2 1.1-1.7 1.4-.5.3-1.8.6-2.1.5-.2 0-.8-.9-1.2-1-.5-.2-1.6 0-2.2 0-.4 0-1.1.7-1.5.6-.4 0-.8-.8-.9-1.2 0-.2.1-.6 0-.7-.4-.2-1.2.9-1.7 1-.4.1-1.3 0-1.7 0-.6-.2-1.8-.7-2.3-1.2-.5-.4-1.3-2-1.7-2.2-.3-.2-1-.2-1.3-.4-.5-.3-1.1-1.4-1.7-1.7-.4-.3-1.7-.6-2-.6s-2.3-.5-3-.8c-.6-.2-2-.6-2.4-1.2-.3-.4.2-1.6 0-2-.1-.2-.6-.6-1-.8v-.6c-.2-.4-1.3-.7-1.5-1.1-.2-.3-.1-1.2-.3-1.5-.1-.3-.6-.7-.7-1-.2-.4-.6-1.3-.6-1.7 0-.4.4-1.2.4-1.6 0-.5-.7-1.2-1-1.7-.2-.4-.7-1.3-.7-1.5 0-.2 0-1 .2-1.4 0-.2.4-.7.5-.9.1-.2.4-.5.5-.7.2-.3.2-1.1.4-1.4 0-.1.4-.3.6-.4Z",
2781
- className: "st3",
2782
- "data-name": "phu-tho"
2783
- }
2784
- ) }),
2785
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "tuyen-quang", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2786
- "path",
2787
- {
2788
- id: "tuyen-quang1",
2789
- d: "M218 92.8c0 .5-.2 1.1-.2 1.2 0 .2 1 1.2 1.2 1.7v1.2c0 .4-.5 1.2-.6 1.7 0 .5.5 1.4.4 1.8 0 .3-.8.8-.9 1.1 0 .4.5 1.1.5 1.5 0 .3-.7.8-.7 1.2 0 .4.7 1 .7 1.4 0 .3-.4.8-.6 1.1-.2.5-.6 1.4-.7 1.9-.2.5-.5 1.6-.6 2.2-.1.5-.2 1.6-.2 2.1 0 .4 0 1.3.1 1.7.1.4.7 1.2 1 1.5.4.4 1.3.9 1.7 1.2.3.3.7.9 1.1 1.3-.2.3-.4.6-.6.7-.3.2-1 0-1.2.2-.3.3 0 1.3-.4 1.5-.3.2-1-.1-1.4 0-.3.1-.7.9-1.1 1-.4.1-1.4-.4-1.7-.2-.2.1 0 .6-.2.7-.4.3-1.5 0-1.9-.2-.3 0-.9-.3-1.2-.5-.2-.1-.6-.5-.8-.5-.3 0-.9.2-1.2.2-.4 0-1.2-.3-1.6-.1-.2 0-.6.3-.8.6-.1-.4-.3-.8-.3-.9 0-.2-2.3-.9-2.9-1.4-.4-.3-1-1.3-1.2-1.8-.1-.3 0-1.2-.3-1.4-.2-.2-1-.2-1.2-.4-.3-.4-.2-1.5-.5-1.9-.1-.2-.6-.3-.7-.5-.2-.4.1-1.6-.2-2-.4-.5-1.8-.6-2.4-.9-.3-.2-.8-.8-1.2-.8-.5 0-1.3.7-1.7.8-.7.2-2.1.5-2.7.1-.4-.2-.7-1.3-.9-1.7 0-.2-.3-.4-.5-.6.2 0 .3 0 .4-.2.5-.6-.3-2.4 0-3.1.1-.7 1-1.8 1.2-2.5.1-.3.5-1.2 0-1.2s-2.4-.5-2.8-1.2c-.3-.4 0-1.7-.2-2.2-.3-.6-1.8-.9-2.1-1.5-.2-.4.4-1.4.2-1.8-.2-.5-1.5-.8-1.7-1.3-.2-.4 0-1.3 0-1.7 0-.8.3-2.5.2-3.3 0-.3-.2-1-.5-1.2-.5-.2-1.4.7-1.9.6-.5-.1-1-1.3-1.5-1.6-.5-.3-1.7 0-2.2-.3-.2-.1-.6-.5-.7-.7-.5-.4-1.7-1-1.9-1.6 0-.2.2-.5.2-.7 0-.5-.3-1.4-.4-1.8-.1-.6-.2-2-.7-2.3 0 0-.2-.1-.3-.1.2-.4.8-1 1.2-1.1.4-.1 1.2.2 1.5.4.2.2.3.9.5.9.5 0 .7-1.4 1-1.8.3-.3 1.2-.7 1.7-.8.5 0 1.4.3 1.9.2.3 0 .8-.5 1.1-.5.4 0 1.3.3 1.7.2.4-.1 1.2-.6 1.4-1 .2-.5-.3-1.7-.1-2.2.1-.4.9-.7 1.1-1 .2-.3.2-1 .4-1.3.2-.4 1.1-.8 1.1-1.2 0-.4-.9-1-1-1.4 0-.2.1-.7.3-.8.5-.3 2.1.8 2.4.2 0-.2-.4-.4-.5-.6-.2-.3-.6-.9-.6-1.3 0-.2.1-.7.3-.8.2-.1.8.2 1 0 .2-.2.3-.9.3-1.2 0-.5-.6-1.4-.6-1.9s.2-.7.3-1c0-.1.3-.2.4-.4.2-.5 0-1.6.2-2.1.2-.3.9-.3 1.1-.6.3-.4.2-1.4.1-1.9 0-.5-.9-1.5-.7-2 0-.3.9-.4 1-.7.2-.4-.6-1.4-.3-1.8.2-.3 1.3-.2 1.5-.5.2-.3.3-1 .2-1.4 0-.3-.9-.8-.9-1.1 0-.3.7-.7.7-1 0-.3-.5-.9-.3-1.1.2-.3 1-.2 1.4-.1.3 0 .6.6.9.7.4.1 1.2-.2 1.5 0 .2.2 0 .8.2 1 .3.3 1.4-.2 1.7 0 .1 0 .2.5.3.6.2.1.8 0 1.1 0 .5.1 1.5.6 1.8 1 .2.2 0 .8.2 1 .3.3 1.2.4 1.5.2.4-.2.5-1.5.9-1.7.3-.2 1.1 0 1.4 0 .4.1 1.1.8 1.5.9.4 0 1.3-.4 1.7-.3.3 0 .6.7.8.8.4.2 1.4 0 1.9.1.5 0 1.5.6 1.9.5.3 0 .7-.8 1-.9.2-.2.8-.3 1.1-.5.2-.1.5-.4.7-.7.1.3.4.8.7 1.1.3.3 1.5.3 1.7.7.2.4 0 1.2 0 1.6.1.5.6 1.4 1 1.8.2.1.6.2.7.4.2.3-.3 1.2-.1 1.6.2.4 1.3.8 1.4 1.3 0 .5-.7 1.2-1 1.6-.3.4-.8 1.1-1.1 1.5-.3.3-1 .9-1.1 1.4 0 .3.4.8.4 1.1 0 .3.2.9 0 1.2 0 .2-.5.4-.7.4-.3 0-1-.5-1.3-.4-.2.1-.2.8-.2 1.1 0 .3-.4.9-.4 1.2 0 .5.2 1.6 0 2-.1.2-.8.2-.9.4-.2.3.3 1.3.1 1.6-.1.3-1 .3-1.1.6 0 .3.7.6.8.9 0 .2.2.7 0 .9-.3.4-1.5.2-1.9.5-.3.2-.6.9-.8 1.2-.2.3-.9.7-1 1.1-.1.4 0 1.3.3 1.7.2.4 1.2 1.1 1.5 1.1.2 0 0 1.4 0 1.6V82c.1.4.6 1.2.7 1.7 0 .3 0 .9-.1 1.2 0 .5-.5 1.5-.4 2 .1.5 1 1.2 1.3 1.7.3.4.7 1.4.9 1.9.2.5.8 1.5.9 2v.7Z",
2790
- className: "st3",
2791
- "data-name": "tuyen-quang"
2792
- }
2793
- ) }),
2794
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "ha-giang", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2795
- "path",
2796
- {
2797
- id: "ha-giang1",
2798
- d: "M157.8 73.7c-.1 0-.2.1-.3.2-.4.1-1.3.2-1.6 0-.2-.2-.4-.8-.3-1.1.1-.4 1.3-.7 1.5-1.2.2-.5-.3-1.5-.2-2 0-.4 1.1-1.2.9-1.6-.2-.5-1.6-.1-2-.5-.4-.4-.2-1.6-.5-2-.3-.4-1.4-.4-1.8-.7-.4-.2-.8-1.1-1.2-1.3-.4-.2-1.5.2-1.9 0-.6-.3-1.4-1.5-1.4-2.2 0-.5 1.2-1.1 1.3-1.7 0-.4-.2-1.3-.5-1.6-.5-.4-2.1-.1-2.6-.6-.4-.4-.5-1.5-.5-2 0-.6.4-1.9.9-2.2.5-.3 1.9.6 2.4.2.3-.2.3-1.2.2-1.6 0-.4-.3-1.3-.6-1.5-.5-.3-1.9.3-2.3 0-.2-.2.1-1 0-1.3-.2-.5-1.2-1-1.4-1.5-.2-.4 0-1.3 0-1.7 0-.2-.1-.6-.2-1 .3-.2.7-.4.9-.5.5-.3 1-1.4 1.4-1.8.4-.4 1.4-1 1.9-1.3.5-.3 1.6-.5 2-.8.7-.5 1.6-2 2.1-2.6.6-.7 1.4-2.5 2.2-2.8.6-.2 2.1-.1 2.5.3.5.5 0 2.5.6 2.9.2.2 1 0 1.1-.3.3-.5-.8-1.6-.6-2 .2-.4 1.1-.6 1.6-.6s1.1.9 1.5 1.1c.9.4 2.8 1.2 3.7.8.4-.2.7-1.2 1-1.6.3-.4.8-1.1 1.1-1.4.3-.4 1.1-1.2 1.4-1.6.4-.5 1.1-1.7 1.7-2 .5-.3 1.7 0 2.2-.2.4-.1 1.2-.4 1.4-.8.3-.6-.3-2-.6-2.7-.2-.5-1-1.3-1.2-1.9-.3-.7-.2-2.4-.5-3.1-.2-.5-1-1.4-1.2-1.9-.2-.6-.8-1.9-.5-2.4.2-.4 1.2-.6 1.6-.6.6 0 1.5.9 2 .9s1.6-.6 1.8-1.1c.2-.4-.6-1.4-.4-1.8.1-.5.9-1.3 1.4-1.4.4 0 1.1.5 1.6.6.6 0 1.8-.3 2.2-.6.3-.3.5-1.2.8-1.4.4-.3 1.5-.2 2-.3.7-.2 2-.9 2.7-1.3.6-.4 1.4-1.4 2-1.7.4-.2 1.2-.4 1.6-.4.5 0 1.4.9 1.9.9s1.5-.6 1.9-.9c.4-.2.9-1 1.3-1.1.5-.2 1.5.1 2 .2.7.1 2.1.7 2.9.7.5 0 1.6-.1 1.9-.6.3-.5-.4-1.6-.7-2.1-.2-.4-1-.9-1-1.3 0-.7 1.8-1.2 2.3-1.7.4-.4.8-1.4 1.3-1.6.5-.2 1.7-.3 2.2 0 .5.3 1.2 1.4 1.4 2 .2.6.1 1.9.5 2.4s1.8 1 2.4 1.2c.5.2 1.6.2 2 .4.5.2 1.4.7 1.7 1.1.5.7.8 2.4 1.2 3.2.4.6 1.2 1.6 1.8 2 .6.3 2 .4 2.6.6.5.2 1.7.4 1.9.9.3.6-.2 2-.3 2.7 0 .5-.5 1.6-.3 2 0 .2.2.4.5.7-.4.3-.9.6-1.1.7-.7.3-2.4.2-3.1.7-.4.3-.8 1.3-1.2 1.7-.5.4-1.7.7-2.2 1.2-.3.3-.5 1.4-.9 1.7-.7.3-2.2-.6-3-.5-.6.1-2 .7-2.2 1.2-.2.3.3 1.1.2 1.5 0 .5 0 1.7-.4 2-.5.4-2.2-.4-2.6 0-.2.2.2 1.1 0 1.3-.2.2-1.2-.2-1.4 0-.4.4.4 1.9 0 2.2-.3.2-1.1-.4-1.4-.3-.3 0-.8.4-.8.7 0 .5.7 1.4 1.2 1.7.4.2 1.2.3 1.7.4.5.1 1.6 0 2 .3.2.2.3 1 .5 1.2.4.4 1.6.5 2.2.6.6.1 2 0 2.5.4.4.3.7 1.5 1.1 1.8.4.3 1.4.3 1.7.7.4.4.6 1.7.9 2.2.2.4.9 1.2 1.1 1.7.1.5-.1 1.5 0 1.9.1.5 1.2 1.1 1.2 1.6 0 .1 0 .3-.2.4-.2.3-.5.6-.7.7-.2.2-.8.3-1.1.5-.3.2-.7.9-1 .9-.5.1-1.5-.4-1.9-.5-.5 0-1.4 0-1.9-.1-.3-.1-.5-.7-.8-.8-.4-.1-1.2.4-1.7.3-.4 0-1.1-.8-1.5-.9-.3-.1-1.1-.2-1.4 0-.4.2-.5 1.5-.9 1.7-.3.2-1.2 0-1.5-.2-.2-.2 0-.8-.2-1-.3-.4-1.3-.9-1.8-1-.3 0-.8.1-1.1 0-.1 0-.2-.5-.3-.6-.4-.2-1.4.3-1.7 0-.2-.2 0-.8-.2-1-.3-.2-1.1.1-1.5 0-.3 0-.6-.6-.9-.7-.3 0-1.2-.2-1.4.1-.2.2.4.8.3 1.1 0 .3-.7.7-.7 1 0 .4.8.8.9 1.1 0 .3 0 1.1-.2 1.4-.3.3-1.3.2-1.5.5-.2.4.5 1.4.3 1.8-.1.3-.9.4-1 .7-.2.5.7 1.5.7 2s.1 1.5-.1 1.9c-.2.3-.9.3-1.1.6-.3.4 0 1.6-.2 2.1 0 .1-.3.3-.4.4-.1.2-.3.7-.3 1 0 .5.6 1.4.6 1.9 0 .3 0 1-.3 1.2-.2.2-.8-.2-1 0-.2.1-.3.6-.3.8 0 .4.4 1 .6 1.3 0 .2.5.4.5.6-.3.5-1.9-.6-2.4-.2-.2.1-.3.6-.3.8 0 .4 1 1 1 1.4 0 .4-.9.9-1.1 1.2-.2.3-.2 1-.4 1.3-.2.3-1 .7-1.1 1-.2.5.4 1.7.1 2.2-.2.4-1 .9-1.4 1-.4.1-1.2-.2-1.7-.2-.3 0-.8.5-1.1.5-.5 0-1.4-.2-1.9-.2s-1.3.5-1.7.8c-.4.3-.5 1.8-1 1.8-.3 0-.3-.7-.5-.9-.3-.2-1.1-.5-1.5-.4-.4.1-1 .6-1.2 1.1-.5 0-1.3 0-1.7.1-.3 0-1 .3-1.3.4-.5 0-1.4.3-1.9.2-.7-.2-1.9-1.2-2.2-1.8-.3-.4-.2-1.5-.3-2 0-.4 0-1.4-.4-1.7-.4-.4-1.5-.2-2-.4s-1.3-.9-1.7-1.1c-.8-.4-2.5-1.5-3.3-1.2-.3.2-.3 1-.5 1.3-.2.3-.8.8-1.3 1.1Z",
2799
- className: "st3",
2800
- "data-name": "ha-giang"
2801
- }
2802
- ) })
2803
- ] }),
2804
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { id: "tay-bac-bo", children: [
2805
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "yen-bai", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2806
- "path",
2807
- {
2808
- id: "yen-bai1",
2809
- d: "M174.6 78.8c.1 0 .2 0 .3.1.5.4.5 1.7.7 2.3.1.5.4 1.4.4 1.8 0 .2-.3.6-.2.7.2.6 1.4 1.2 1.9 1.6.2.2.5.6.7.7.5.2 1.7 0 2.2.3.5.3 1 1.4 1.5 1.6.5.1 1.5-.8 1.9-.6.3.1.4.8.5 1.2.1.8-.1 2.5-.2 3.3 0 .4-.2 1.3 0 1.7.2.5 1.5.8 1.7 1.3.2.4-.4 1.4-.2 1.8.3.6 1.7.9 2.1 1.5.3.5 0 1.7.2 2.2.4.6 2.4 1.2 2.8 1.2s0 1 0 1.2c-.3.6-1.1 1.8-1.2 2.5-.2.8.6 2.5 0 3.1l-.4.2H188c-.2 0-1.2 1.9-1.7 2.3-.5.4-1.9.4-2.5.7-1 .5-2.8 1.8-3.7 2.4-.3.2-.9.5-1.2.7-.4.3-1.3 1-1.4 1.5 0 .5.9 1.1.9 1.6 0 .4-.5 1.1-.8 1.3-.3.2-1-.1-1.2 0-.2.2-.1.9-.1 1.1s1 .3 1.2.6c.1.2-.2.7-.2 1 0 .6.5 1.9.8 2.4.2.3.8.6 1 .9.2.5.2 1.6 0 2.1 0 .5-.5 1.3-.8 1.7-.2.2-.8.5-1 .7-.2.3 0 1-.1 1.4-.1.4-.5 1.1-.7 1.4h-.1c-.7 0-1.4 0-1.8.1-.4.2-1 1-1.5 1.1-.5 0-1.4-.5-1.9-.6-.8-.2-2.6 0-3.1-.7-.4-.5.2-2.1-.2-2.7-.3-.4-1.5-.8-2-.7-.5.1-1.1 1.4-1.6 1.5-.7.2-2.1-.5-2.8-.8-.6-.2-1.7-1.1-2.3-1.2-.5-.1-1.7.2-2.2.1-.6-.1-1.9-.9-2.2-.9s-.5.9-.7 1.1c-.3.3-1.5.4-1.7.8-.2.4.6 1.6.3 2-.5.5-2.2 0-2.9-.2-.6-.2-1.4-1.3-2-1.6-.6-.2-1.9 0-2.4-.3-.6-.3-1.3-1.7-2-1.9-.6-.2-1.9.4-2.5 0-.3-.2-.5-.9-.7-1.2-.3-.4-1.1-1.1-1.2-1.6-.3-.7-.3-2.8-.2-3 0-.2.6-.9.7-1.2.1-.6-.3-1.8-.3-2.4 0-.4-.4-1.4-.1-1.7.2-.3 1.2.3 1.4 0 .3-.3-.2-1.2 0-1.5.2-.4 1.4-.4 1.5-.8 0-.4-.8-1-1.2-1.2-.6-.4-2.2-.5-2.9-.7-.7-.2-2.1-1.3-2.9-1.2-.7 0-2.1 1.5-2.3 1.6-.2 0-.3 1.1-.6 1.3-1 .6-3.6-.5-4.8-.7-.7 0-2.1 0-2.8-.2-.5-.2-1.4-1.1-1.9-1.2-.6-.2-1.9-.2-2.5-.2-.8 0-2.6.4-3.3 0-.4-.2-.7-1.1-1-1.4-.4-.3-1.4-.3-2-.5.2-.1.4-.3.6-.3.3-.1 1.2.2 1.4 0 .2-.3-.7-1-.6-1.4 0-.5 1-1 1.4-1.3.3-.2 1.2-.3 1.3-.7.2-.5-.7-1.8-.9-2-.1-.2-.1-1.6-.4-2-.3-.4-1.6-.5-1.9-.9-.2-.4 0-1.7 0-1.8s-.9-1.4-.9-1.6c0-.2 0-1.7.3-1.9.2-.1.7.2.9 0 .2 0 .5-.6.7-.7.3 0 .8.3 1.1.3s.7-.1.9-.2c.3-.2.9-.9 1.1-1.4.3.3 1.1.3 1.4.5.3.1.9.5 1.2.7.7.3 2.1.9 2.8 1 .5 0 1.6-.3 2.2-.3.6 0 1.7-.4 2.2-.2.5.2 1.2 1.3 1.2 1.6s1.4.3 1.9.2c.6-.1 1.7-.4 2.2-.7.4-.4.4-1.6.8-1.9.5-.4 1.9-.4 2.5-.2.5 0 1.5.8 2 .9.6.2 2-.2 2.5.2.4.3.4 1.4.7 1.7.2.3.9.8 1.3.8.6 0 1.8-.4 2.2-.7.5-.4.9-1.6 1.3-2 .3-.3 1.1-.4 1.3-.7.3-.7-.2-2.6-.2-3s-1.3-2.1-1.4-2.4c0-.3.3-1.4.2-1.8-.2-.5-1.6-1-1.8-1.5-.2-.4-.3-1.4 0-1.7.3-.3 1.2.1 1.5 0 .2-.1.6-.6.6-.9 0-.5-1.1-1.4-.9-1.9 0-.2.7-.2.8-.3.5-.5.1-2.4.7-2.6.5-.2 1.7.6 2.2 1 .5.5.5 2.1 1.1 2.4.5.2 1.5-.7 2.1-.6.5.1 1.2 1.1 1.7 1.4.6.4 2 1.4 2.6 1.2.3-.1.4-.9.5-1.2.2-.6.3-1.8.3-2.4 0-.4-.2-1.3 0-1.7.1-.3.8-.7.9-1.1.1-.3 0-.9 0-1.2-.1-.5-.7-1.3-.8-1.8V74c.5-.3 1-.8 1.3-1.1.2-.3.2-1.2.5-1.3.8-.4 2.5.8 3.3 1.2.5.2 1.3.9 1.7 1.1.5.2 1.6 0 2 .4.3.3.3 1.3.4 1.7 0 .5 0 1.5.3 2 .4.6 1.5 1.6 2.2 1.8.5.1 1.4 0 1.9-.2.3 0 1-.4 1.3-.4.4 0 1.2-.2 1.7-.1Z",
2810
- className: "st3",
2811
- "data-name": "yen-bai"
2812
- }
2813
- ) }),
2814
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "lao-cai", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2815
- "path",
2816
- {
2817
- id: "lao-cai1",
2818
- d: "M92.6 46.6c0-.7-.5-2-.3-2.6.3-1 1.6-2.6 2.4-3.2.6-.5 2-1.6 2.9-1.7.7 0 2 .9 2.6 1.4.7.7 1.5 2.5 2.2 3.3.9 1 3.1 2.6 4.1 3.5.8.7 2.5 2.2 3.3 2.9.6.6 1.8 2 2.4 2.7.5.5 1.3 1.8 1.9 2.2.5.4 1.8.9 2.4 1.2.6.3 1.9.8 2.6 1 .5.2 1.5.7 1.9.5.5-.2.6-1.4.7-1.9.1-.7 0-2.1 0-2.8v-2.2c0-.6.7-1.8.6-2.5 0-.5-.8-1.3-.7-1.8 0-.4.8-1.1.9-1.5.3-.6.5-1.8.8-2.3.4-.6 1.5-1.5 2-2.1.6-.7 1.4-2.8 2.3-3.1.5-.2 1.4.5 1.9.6.6 0 1.7-.3 2.2-.5.7-.3 1.9-1.1 2.5-1.5.5-.3 1.5-.9 2-1 .5 0 1.7.1 2 .6.4.6-.3 2.1-.5 2.7-.1.6-.6 1.9-.7 2.2-.1.3.9 1.7 1.4 2 .7.5 2.5.6 3.2 1 .7.3 1.6 1.7 2.4 1.9.5 0 1.4-.2 2-.6 0 .4.2.8.2 1 0 .4-.2 1.3 0 1.7.2.5 1.2 1 1.4 1.5.1.3-.2 1.1 0 1.3.4.4 1.8-.3 2.3 0 .3.2.5 1.1.6 1.5 0 .4 0 1.3-.2 1.6-.5.4-1.9-.6-2.4-.2-.5.3-.9 1.6-.9 2.2 0 .5.1 1.6.5 2 .5.5 2.1.1 2.6.6.3.3.6 1.2.5 1.6 0 .5-1.3 1.1-1.3 1.7 0 .6.8 1.8 1.4 2.2.4.2 1.5-.2 1.9 0 .4.2.8 1.1 1.2 1.3.4.3 1.5.3 1.8.7.3.4.1 1.6.5 2 .4.4 1.8 0 2 .5.2.4-.8 1.1-.9 1.6-.1.5.4 1.5.2 2-.2.4-1.3.7-1.5 1.2 0 .3.1.9.3 1.1.3.2 1.2.1 1.6 0 0 0 .2 0 .3-.2v.5c.1.5.7 1.3.8 1.8 0 .3.1.9 0 1.2-.1.3-.8.7-.9 1.1-.1.4.1 1.3 0 1.7 0 .6-.2 1.8-.3 2.4 0 .3-.2 1-.5 1.2-.7.3-2-.8-2.6-1.2-.5-.3-1.1-1.3-1.7-1.4-.5-.1-1.6.8-2.1.6-.6-.3-.6-1.9-1.1-2.4-.4-.4-1.6-1.2-2.2-1-.6.3-.3 2.1-.7 2.6-.1.2-.7.1-.8.3-.2.5.9 1.4.9 1.9 0 .3-.3.8-.6.9-.3.2-1.2-.2-1.5 0-.3.3-.2 1.3 0 1.7.3.5 1.6.9 1.8 1.5.2.4-.2 1.5-.2 1.8 0 .3 1.4 2 1.4 2.4s.6 2.3.2 3c-.2.3-1 .5-1.3.7-.4.4-.8 1.6-1.3 2-.5.4-1.6.8-2.2.7-.4 0-1.1-.5-1.3-.8-.3-.4-.3-1.5-.7-1.7-.5-.4-1.9 0-2.5-.2-.5-.1-1.4-.8-2-.9-.6-.1-2-.1-2.5.2-.4.3-.4 1.6-.8 1.9-.4.4-1.6.6-2.2.7-.5 0-1.9 0-1.9-.2s-.8-1.4-1.2-1.6c-.5-.2-1.7.1-2.2.2-.5 0-1.6.4-2.2.3-.7 0-2.1-.7-2.8-1-.3-.1-.9-.5-1.2-.7-.3-.1-1.1-.2-1.4-.5-.3-.4 0-1.6-.2-2.1-.1-.5-.8-1.2-.9-1.7-.2-.7 0-2.1-.2-2.7-.1-.4-.8-1.1-.9-1.6-.1-.5.2-1.6.2-2.2s.2-1.7-.2-2.2c-.2-.3-1.1-.4-1.5-.6-.3-.1-1.1-.5-1.1-.7 0-.2-.3-1.1-.6-1.4-.2-.2-.8-.4-1.1-.6-.4-.4-1.3-1.2-1.5-1.7-.2-.4-.3-1.3-.4-1.7-.1-.4-.4-1.3-.6-1.7-.3-.5-.9-1.4-1.2-1.9-.3-.4-1-1-1.3-1.4-.4-.4-1.1-1.2-1.4-1.7-.2-.3 0-1.1-.3-1.4-.3-.3-1.1-.3-1.4-.5-.3-.2-.5-1.1-.8-1.3-.4-.3-1.5-.5-2-.7-.2 0-.6-.4-.8-.4-.5 0-1.4.4-1.9.5-.5.1-1.5.5-1.9.4-.4-.1-.7-1-1-1.3-.3-.2-1-.5-1.2-.7-.4-.3-.9-1-1.2-1.4-.4-.4-1.4-1.2-1.4-1.8 0-.6 1.4-1.1 1.5-1.7 0-.5-.7-1.7-.9-1.7-.2 0-2-1.7-2-2s.2-1.7.2-1.9-.2-.4-.3-.8h.5c.5-.2.8-1.5 1.2-1.9.2-.2 1-.4 1.2-.7.3-.5 0-1.8 0-2.4Z",
2819
- className: "st3",
2820
- "data-name": "lao-cai"
2821
- }
2822
- ) }),
2823
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "hoa-binh", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2824
- "path",
2825
- {
2826
- id: "hoa-binh1",
2827
- d: "M219.6 195.6h-.3c-.4 0-.9 1.1-1.3 1.2-.9 0-2.1-1.6-3-1.7-.7-.1-2 .4-2.7.4-.7 0-2.2-.5-2.9-.7-.9-.3-2.4-1.1-3.3-1.4-.8-.3-2.6-.4-3.2-1-.3-.3-.3-1.1-.3-1.4s-2.5-.9-3-1.6c-.3-.4-.2-1.7-.4-2.2-.1-.3-.5-1.1-.8-1.2-.7-.4-2.6.2-3.3-.1-.6-.3-1.7-2-1.7-2.2 0-.2-1.6-1.7-2.4-1.9-.6-.1-1.9.4-2.5.7-.6.2-1.8 1.4-2.4 1.2-.5 0-1.2-1.2-1.5-1.6-.2-.3-.5-1.1-.8-1.4-.4-.4-1.7-.7-2-1.2-.2-.4.2-1.4-.1-1.7-.4-.4-1.9.3-2.4 0-.5-.2-.8-1.4-1.3-1.6-.4-.1-1.3.4-1.7.4-.4 0-1.2.2-1.8.2 0-.4-.3-.9-.2-1.2 0-.5.9-1.4.9-1.9 0-.4-.9-1-.9-1.4 0-.3.2-1.1.5-1.3.3-.2 1 .2 1.3 0 .2-.1.3-.9.5-1 .6-.3 1.9.2 2.4.5.3.1.7.6.9.7.3.1 1.1 0 1.4.2.3.1.6.6.8.7.6.3 2.1 1 2.7.7.3-.1.6-.9.6-1.2 0-.3-.7-.5-.8-.7-.1-.3 0-1.1 0-1.4.1-.2.8-.3 1-.6.2-.3.4-.9.2-1.2-.2-.3-1.1-.1-1.3-.4-.1-.3.5-.9.5-1.3s0-1.2-.2-1.5c-.2-.3-1.1-.3-1.3-.7-.2-.3.2-1.2.1-1.6 0-.4-.4-1.2-.7-1.5-.3-.2-1.1-.1-1.3-.3-.3-.3-.5-1.2-.7-1.6-.3-.5-.7-1.4-1.1-1.8-.3-.3-1.1-.6-1.4-.9-.3-.4-.5-1.5-.7-1.9-.2-.3-.9-.8-1-.8-.2 0-1.2-.9-1.4-1.4-.2-.5-.4-1.9 0-2.4.3-.4 1.3-.5 1.7-.7.4-.2 1.4-.3 1.6-.7v-.3c.4.2.9.5 1 .8.2.4-.2 1.6 0 2 .4.6 1.8.9 2.4 1.2.7.3 2.7.8 3 .8s1.5.3 2 .6 1.1 1.4 1.7 1.7c.3.2 1 .2 1.3.4.3.2 1.1 1.7 1.7 2.2.5.4 1.7 1 2.3 1.2.4.1 1.3.2 1.7 0 .5-.1 1.2-1.2 1.7-1 .1 0 0 .5 0 .7.1.3.6 1.1.9 1.2.4.1 1.1-.5 1.5-.6.5-.1 1.6-.3 2.2 0 .4.1.9.9 1.2 1 .2 0 1.6-.2 2.1-.5s1.6-.9 1.7-1.4c.2-.7-.5-2.3-.8-3 0-.2-.3-.4-.5-.6.2-.2.6-.5.8-.6.4-.1 1.3-.1 1.7 0 .3 0 .6.7.8.7.6 0 1.2-1.3 1.7-1.4.3 0 .9.2 1.2.2.6 0 1.9.4 2.4.2.4-.2.7-1.3 1.1-1.4.6-.2 2 .4 2.5.8.3.3.8 1.1.9 1.5 0 .4-.3 1.2-.2 1.6 0 .6.7 1.2 1.4 1.9s.9 1.1 1 1.6c0 .4-.1 1.3 0 1.7.2.7 1.8 1.5 1.7 2.1 0 .3-.7.6-.8.8-.2.4 0 1.4-.2 1.7-.1.2-.8.3-.9.6-.2.3-.3 1.2 0 1.5.3.4 1.4.5 1.8.4.2 0 .7-.3.8-.5.2-.5-.7-1.4-.5-1.9.1-.4.9-.9 1.3-.9s1 .6 1.4.8c.4.2 1.3.5 1.7.8.4.4.8 1.3 1 1.8.2.3.5 1 .5 1.4 0 .7-1 2.4-1.1 2.7 0 .3.9.9 1 1.3 0 .5-1.2 1.3-1.2 1.8 0 .4.8.8 1 1.2.2.3.4 1 .5 1.3 0 .4-.2 1.2 0 1.5.3.5 1.5.8 2 1 .4.1 1.4 0 1.8.2.6.3 1.2 1.9 1.5 2.2.2.3.7.5.8.7 0 0 0 .1.1.2.3.5.6 1.5.8 2 .1.3.4.9.4 1.2 0 .4-.5 1.4-.2 1.7.4.7 2.3.6 2.9 1.1.4.3.9 1.1 1.1 1.5.1.3.2.9.2 1.4-.6.3-1.3.6-1.7.7-.4.1-1.1.5-1.4.4-.4 0-.9-.7-1.2-1-.4-.3-1-1.5-1.5-1.4-.4 0-.8 1.1-.9 1.6 0 .4.3 1.2.1 1.6-.2.4-.9 1.3-1.4 1.3-.6 0-1.4-1.2-1.9-1.6-.3-.3-.9-1-1.3-1-.5 0-1 1.1-1.4 1.2-.4 0-1.1-.5-1.5-.3-.4.2-.4 1.4-.8 1.6-.7.3-2.4-.9-3.2-.7-.4 0-1 .8-1.4.9-.3 0-.7-.3-1.1-.4Z",
2828
- className: "st3",
2829
- "data-name": "hoa-binh"
2830
- }
2831
- ) }),
2832
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "lai-chau", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2833
- "path",
2834
- {
2835
- id: "lai-chau1",
2836
- d: "M15.7 47.3c-.1-.4-.2-1.3 0-1.6.3-.4 1.5-.5 2-.5.4 0 1.1.3 1.4.1.4-.1.9-.8 1.1-1.2.2-.5-.1-1.7 0-2.2.2-.5.7-1.5 1.2-1.8.4-.2 1.3-.3 1.7-.2.8.2 2.1 1.1 2.7 1.7.4.4.7 1.5 1.1 1.8.4.3 1.3.7 1.7.6.4 0 .8-.9 1.1-.9.5 0 1.3.8 1.7 1.1.4.3 1.2.9 1.7 1.1.6.2 2 0 2.6.2.7.1 2.1.6 2.7 1 .7.4 1.6 1.8 2.2 2.3.5.4 1.5 1.1 2.1 1.3.6.2 1.8 0 2.3.2.6.2 1.7.8 2.2 1.3.7.8 1.2 2.9 1.7 3.9.5.9 1.4 2.8 2.2 3.4.5.4 1.7.7 2.2.8.4 0 1.4-.1 1.8 0 .6.2 1.2 1.4 1.8 1.7.4.2 1.3.2 1.8.2.6 0 2 .6 2.5.2.3-.3 0-1.2-.1-1.5-.2-.5-1.1-1.3-1-1.9 0-.4 1-.9 1.4-1.1.5-.2 1.8-.1 2.4-.4.4-.2.8-1.2 1.2-1.5.5-.3 1.8-.3 2.1-.8.2-.4-.1-1.3-.3-1.7-.2-.4-.8-1.4-.9-1.6 0-.2.4-1.6.9-2 .4-.4 1.6-.5 2.2-.6.4 0 1.1-.1 1.5-.2.7-.3 2-1 2.6-1.5.3-.3.6-1 .8-1.4.2-.6.4-2 .6-2.6 0-.3.3-.8.4-1.1.2-.5.4-1.4.5-1.8.2-.5.6-1.7 1.1-1.9.7-.3 2.2.1 2.9.4 1 .4 2.8 1.7 3.6 2.4.3.3 1.1 1 1.1 1.4 0 .4-.8 1.2-.7 1.7 0 .4 1 .9 1.2 1.2.5.7.9 2.3 1.4 2.9.6.9 1.9 2.5 2.7 3.1.2.2.7.4 1.2.5.2.4.3.7.3.8 0 .2-.2 1.7-.2 1.9s1.8 1.9 2 2c.2 0 1 1.3.9 1.7 0 .6-1.5 1.1-1.5 1.7 0 .6 1 1.4 1.4 1.8.3.4.8 1.1 1.2 1.4.3.2 1 .5 1.2.7.3.3.6 1.2 1 1.3.5.2 1.4-.3 1.9-.4.5-.1 1.4-.5 1.9-.5.2 0 .6.3.8.4.5.2 1.6.4 2 .7.3.2.5 1.1.8 1.3.3.2 1.2.2 1.4.5.2.3.2 1.1.3 1.4.2.5 1 1.3 1.4 1.7.3.4 1 1 1.3 1.4.4.4 1 1.4 1.2 1.9.2.4.5 1.2.6 1.7.1.4.2 1.3.4 1.7.3.5 1.1 1.3 1.5 1.7.2.2.9.4 1.1.6.2.3.5 1.2.6 1.4 0 .2.8.5 1.1.7.4.2 1.3.3 1.5.6.3.4.2 1.6.2 2.2s-.3 1.6-.2 2.2c.1.4.8 1.1.9 1.6.2.7 0 2.1.2 2.7.1.5.8 1.2.9 1.7.2.5 0 1.7.2 2.1-.2.5-.7 1.1-1.1 1.4-.2.1-.6.2-.9.2-.3 0-.8-.4-1.1-.3-.2 0-.5.6-.7.7-.2 0-.7-.2-.9 0-.4.3-.4 1.7-.3 1.9 0 .2.9 1.5.9 1.6s-.2 1.4 0 1.8c.3.4 1.6.5 1.9.9.3.4.3 1.8.4 2 .1.2 1.1 1.5.9 2-.1.3-1 .5-1.3.7-.4.3-1.3.8-1.4 1.3 0 .4.8 1.1.6 1.4-.2.3-1 0-1.4 0-.1 0-.4.2-.6.3-.3.2-.7.5-.8.4-.2 0-1.3-.1-1.7-.4-.5-.3-.9-1.6-1.4-2-.3-.3-1.1-.7-1.3-.8-.2-.1-1.3-.9-1.7-1.3-.4-.4-1-1.2-1.4-1.6-.3-.3-1-.9-1-1.3s-.2-1.3-.5-1.5c-.3-.3-1.4-.2-1.7-.4-.1 0-.4-.4-.4-.5 0-.4.6-1.2.6-1.7 0-.4-.5-1.2-.7-1.3-.2 0-.7-.7-.8-1-.2-.4-.2-1.2-.5-1.6-.1-.2-.6-.5-.8-.7-.4-.4-1-1.3-1.4-1.7-.3-.3-1.1-1.2-1.2-1.2-.1 0-2.3-1.2-3.1-1.6-.6-.2-1.8-.8-2.5-.8-.3 0-.9.4-1.2.5-.5.3-1.6 1.1-1.8 1.7-.2.4.5 1.6.1 1.8h-.2c-.4-.1-.8-.7-1.1-.9-.4-.3-1.6-.7-1.7-1.2-.1-.6 1.1-1.5 1.2-2.1 0-.4-.3-1.3-.7-1.6-.3-.3-1.4 0-1.7-.2-.7-.5-1.2-2.5-1.6-3.3-.4-.8-.8-2.6-1.6-3.1-.5-.3-1.9-.2-2.6 0-.8.2-2.3.7-2.8 1.3-.3.4-.1 1.7-.5 2.1-.2.2-.8 0-.9.2-.4.5-.3 2.1-.2 2.5 0 .4 1.1 1.7.9 2.2 0 .2-.6.4-.8.3-.8-.2-1.6-2-2.4-2.3-.4-.2-1.3 0-1.7-.2-.6-.3-1.1-1.6-1.7-1.7-.5-.2-1.6.3-2.1.4-.5.1-1.5.7-2 .6-.3 0-.6-.7-.8-.9-.2-.2-.5-.9-.8-.9-.4 0-1.1.4-1.4.7-.4.4-.6 1.9-1.1 2.2-.5.3-1.7-.2-2.2 0-.3 0-.8.6-1.1.7-.6.1-2-.7-2.6-.4-.3.1-.4.8-.7.9-.4.2-1.4.5-1.8.2-.4-.3-.1-1.5-.4-1.9-.3-.3-1.2-.4-1.5-.7-.3-.3-.2-1.4-.6-1.6-.6-.4-2.2.2-2.8.5-.6.2-1.4 1.3-2 1.5-.7.2-2.1-.1-2.8-.2-.7-.1-2.3-.1-2.7-.7-.3-.3 0-1.3-.2-1.7-.1-.3-.6-.9-.8-1.2-.4-.5-1.1-1.5-1.4-2.1-.2-.4-.7-1.3-.7-1.8 0-.3.5-.9.7-1.2.3-.4 1.3-1.1 1.2-1.7 0-.4-.8-1-1.2-1.2-.6-.3-2-.4-2.5-.7-.4-.3-.7-1.3-1.1-1.6-.3-.2-1-.3-1.3-.1-.3.1-1 .8-.9 1.2 0 .5 1.5.7 1.9 1.2.2.3.5 1.2.5 1.6 0 .3-.4.9-.5 1.3 0 .3.3 1.2 0 1.4-.3.3-1.5.1-1.9 0-.3-.1-.9-.8-1-.8s-.9 0-1.2-.2c-.4-.3-1.1-1.1-1.1-1.6 0-.4.9-1 .8-1.4 0-.4-1.2-.9-1.2-1 0-.1-1.7-1.4-1.7-1.5s-.7-.5-1-.4c-.5.2-.8 1.3-1.2 1.6-.2.1-.9.2-1.1 0-.5-.3-.6-1.5-1-1.9-.3-.3-1.1-.8-1.4-1.1-.6-.6-1.2-2.3-1.7-2.9-.4-.5-1.6-1.2-2-1.7-.3-.4-.4-1.3-.7-1.7-.3-.3-1.3-.5-1.7-.7-.3-.2-.9-.6-1-.9-.1-.4.1-1.1.1-1.5 0-.4-.3-1.1-.2-1.4 0-.4.7-.9.8-1.3 0-.5-.5-1.4-.5-1.9 0-.3.2-1 .2-1.4 0-.1-.1-.3-.2-.5.3-.2.8-.6 1-.8.2-.4.2-1.3.5-1.7.3-.3 1.1-.4 1.4-.5.3-.1 1-.3 1.2-.5.3-.4.5-1.6.3-2.2-.1-.5-1.2-1-1.4-1.5Z",
2837
- className: "st3",
2838
- "data-name": "lai-chau"
2839
- }
2840
- ) }),
2841
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "dien-bien", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2842
- "path",
2843
- {
2844
- id: "dien-bien1",
2845
- d: "M1.2 65.3c-.3-.5-1-1.8-.7-2.4.1-.4.9-.7 1.2-.8.8-.2 2.4-.1 3.2 0 .6 0 1.9.7 2.4.5.3-.2.6-.9.7-1.2.2-.6-.2-2 0-2.6.3-.7 1.5-1.9 2.1-2.4.5-.5 1.8-1.2 2.4-1.6h.1c0 .2.2.4.2.5 0 .3-.2 1-.2 1.4 0 .5.6 1.4.5 1.9 0 .4-.7.9-.8 1.3 0 .4.2 1 .2 1.4 0 .4-.3 1.2-.1 1.5.1.3.7.7 1 .9.4.2 1.3.4 1.7.7.3.3.5 1.3.7 1.7.4.5 1.6 1.2 2 1.7.5.7 1.2 2.3 1.7 2.9.3.3 1.1.8 1.4 1.1.3.4.5 1.6 1 1.9.2.1.9 0 1.1 0 .4-.2.8-1.4 1.2-1.6.2 0 1 .2 1 .4s1.6 1.4 1.7 1.5c0 .1 1.2.6 1.2 1s-.8 1-.8 1.4c0 .5.7 1.4 1.1 1.6.3.2 1 .2 1.2.2s.7.7 1 .8c.4.2 1.6.4 1.9 0 .2-.3-.1-1.1 0-1.4 0-.3.4-.9.5-1.3 0-.4-.2-1.2-.5-1.6-.3-.4-1.8-.6-1.9-1.2 0-.4.6-1 .9-1.2.3-.1 1 0 1.3.1.4.2.7 1.3 1.1 1.6.5.4 1.9.4 2.5.7.4.2 1.1.8 1.2 1.2 0 .5-1 1.2-1.2 1.7-.2.3-.6.8-.7 1.2 0 .5.4 1.4.7 1.8.3.6 1.1 1.6 1.4 2.1.2.3.7.8.8 1.2.1.4-.1 1.3.2 1.7.5.5 2 .5 2.7.7.7.1 2.1.4 2.8.2.6-.2 1.4-1.2 2-1.5.7-.3 2.2-.9 2.8-.5.4.2.3 1.3.6 1.6.3.3 1.2.3 1.5.7.3.4 0 1.6.4 1.9.4.3 1.4 0 1.8-.2.2-.1.4-.8.7-.9.6-.2 1.9.5 2.6.4.3 0 .8-.6 1.1-.7.5-.2 1.8.3 2.2 0 .5-.3.6-1.8 1.1-2.2.3-.3 1-.7 1.4-.7.3 0 .6.7.8.9.2.2.5.8.8.9.5.1 1.5-.5 2-.6.5-.1 1.6-.6 2.1-.4.6.2 1.2 1.5 1.7 1.7.4.2 1.3 0 1.7.2.8.4 1.6 2.2 2.4 2.3.2 0 .7-.1.8-.3.2-.6-.8-1.8-.9-2.2 0-.4-.2-2 .2-2.5.2-.2.7 0 .9-.2.4-.4.2-1.7.5-2.1.5-.6 2.1-1.2 2.8-1.3.6-.1 2-.3 2.6 0 .7.5 1.2 2.3 1.6 3.1.4.8.8 2.8 1.6 3.3.4.3 1.4 0 1.7.2.3.3.7 1.1.7 1.6 0 .6-1.3 1.5-1.2 2.1.1.5 1.3.9 1.7 1.2.3.2.8.8 1.1.9 0 .4.1.8 0 1.1-.1.3-.7.6-.9.9-.2.4-.6 1.5-.5 2 .1.4.8 1.1 1.2 1.4.2.2.8.3 1 .5.3.5-.2 1.6 0 2.2.1.4.7.9 1 1.2.3.4.8 1.4 1 1.9.3.5.6 1.6.9 2.1.2.4 1 1 1.2 1.4.1.3.2 1 .2 1.3 0 .5.3 1.6 0 2.1-.1.3-.8.5-1 .8-.3.6-.4 1.9-.4 2.6 0 .5.5 1.3.4 1.8-.1.6-1.1 1.3-1.4 1.7-.3.4-.6 1.6-1 1.9-.4.3-1.5.3-1.9.6-.3.2-.7 1-1 1.2-.4.3-1.5.1-1.8.5-.5.6-.2 2.4-.3 3.1 0 .5 0 1.5-.3 1.8-.4.3-1.6-.1-2.2 0-.4 0-1.1.7-1.6.7-.6 0-1.8-.7-2.4-.6-.4 0-1.2.7-1.2 1s.7 1.4 1.2 1.7c.5.2 1.4.2 1.7.6.4.4.5 1.7.2 2.2-.1.3-1.1.3-1.1.6 0 .8 2.1 1 2.9 1.2.3.1 1.2 0 1.4.3.5.7-.3 2.6-.2 3.5 0 .6.7 1.8.7 2.5 0 .9 0 2.8-.5 3.5-.2.2-.9 0-1.1.2-.3.3.1 1.2 0 1.6-.2.3-1 .5-1.1.8-.2.8 1.7 2.3 1.5 3.1-.1.4-1 .9-1.4 1-.5 0-1.4-.7-1.9-.7-.3 0-1.1.2-1.4 0-.5-.2-1-1.4-1.6-1.6-.5-.1-1.6 0-1.8.5-.1.3.5.9.3 1.2-.2.3-1.1 0-1.3.2-.3.5.4 1.7.3 2.3 0 .3-.5.8-.5 1.2 0 .8 1.6 1.9 1.8 2.7.1.4.2 1.2 0 1.5-.2.3-1 0-1.2.3-.4.5.2 2.1 0 2.7-.1.3-.6 1-.9 1.2-.3.1-1-.1-1.2 0-.3.1-.9.7-1.2 1.2v-.8c-.2-.5-1.1-1.3-1.6-1.7-.4-.3-1.4-.6-1.9-.7-.7 0-2 .6-2.7.5-.7-.2-2-1.1-2.4-1.7-.4-.5-.4-1.9-.7-2.4-.3-.6-1.5-1.4-1.9-2-.4-.6-.9-2.7-1-2.8 0-.1-1.2-1.1-1.7-1.3-.5-.2-2.1-.2-2.2-.2-.1 0-1.5-1.1-1.5-1.2s.1-1.2 0-1.6c-.1-.3-.8-.8-1-1.1-.3-.5-.6-1.8-1-2.2-.3-.2-1.1 0-1.4-.3-.3-.2-.5-1-.5-1.3 0-.6 1.1-1.5 1.1-2.1 0-.5-.6-1.4-1-1.7-.4-.3-1.5-.5-2-.5s-1.4.5-1.9.5-1.6-.4-1.9-.9c-.2-.2-.1-.9 0-1.1.1-.3.7-.5.9-.7.5-.3 1.6-.8 2.1-.9.4 0 1.1 0 1.5-.1.4 0 1.2-.2 1.4-.5.3-.3.3-1.2.2-1.6 0-.5-1-1.4-1-1.9 0-.4.2-1.3.5-1.6.2-.2 1-.1 1.2-.4.4-.4 0-1.9.5-2.4.2-.2 1.1 0 1.3-.3.2-.2.1-1 0-1.2-.2-.2-.8-.5-1.1-.4-.4.1-.8 1.1-1.2 1.3h-1c-.4-.4-.6-1.8-.3-2.3.2-.4 1-.7 1.3-1 .5-.6 1.2-2 1.8-2.5.3-.3 1.1-.5 1.4-.7.4-.3.8-1.2 1.1-1.6.3-.4 1.1-.9 1.2-1.4 0-.4-.4-1.3-.5-1.7-.1-.6-.1-1.8-.2-2.4 0-.5-.3-1.6-.2-2.1 0-.4.7-1.2.6-1.6 0-.5-.7-1.3-1.1-1.5-.2-.1-.8 0-1.1 0-.4 0-1.2-.1-1.6 0-.6.2-1.4 1-1.9 1.4-.3.2-.9.8-1.3.8-.6 0-1.5-1.1-1.7-1.6-.2-.5.2-1.5.2-1.9s-.2-1.3-.2-1.7c0-.5.1-1.6 0-2.1 0-.4 0-1.4-.3-1.6-.5-.3-1.8.1-2.2.5-.4.4-.6 1.5-.6 2 0 .7.5 1.9.6 2.6 0 .5.2 1.7 0 2.1-.1.2-.7.2-.9.4-.5.4-1 1.5-1.4 1.9-.4.3-1.4.5-1.7.8-.3.3-.6 1.1-1 1.3-.8.4-2.7.4-3.4 0-.5-.3-1.1-1.4-1.4-1.9-.3-.4-.8-1.4-1-1.9-.2-.5-.8-1.7-.7-2.3.1-.5 1.3-1.4 1.3-1.6s0-2.8-.3-3.7c-.2-.4-.7-1.2-1-1.6-.4-.4-1.7-.8-1.9-1.3-.2-.5.5-1.6.3-2.2-.1-.5-.9-1.2-1.3-1.4-.4-.2-1.3 0-1.7-.2-.7-.2-2-1-2.6-1.5-.5-.4-1.4-1.3-1.7-1.8-.2-.3-.4-1.2-.2-1.5.2-.4 1.6-.7 1.5-1.2 0-.5-1.5-.5-1.9-.9-.2-.3-.3-1-.5-1.3-.4-.5-1.6-1-2.1-1.4-.4-.4-.7-1.4-1.1-1.7-.3-.3-1.2-.4-1.6-.6-.6-.3-1.6-1-2-1.5-.4-.4-.7-1.4-1.1-1.7-.3-.3-1.2-.3-1.5-.6-.4-.3-.8-1.5-1.2-1.8-.3-.2-1.2-.1-1.6-.1-.3 0-1 .1-1.3 0-.3-.2-.4-1.1-.7-1.4-.3-.2-1.1 0-1.3-.2-.2-.1-.2-.6-.3-.8-.2-.5-.4-1.7-.8-2.1-.4-.3-1.4-.2-1.9-.5-.4-.2-1.1-.8-1.2-1.3 0-.4.7-.9.7-1.2 0-.4-.7-.9-.9-1.3-.2-.4-.4-1.4-.4-1.5s-.7-.7-.9-1Z",
2846
- className: "st3",
2847
- "data-name": "dien-bien"
2848
- }
2849
- ) }),
2850
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { id: "son-la", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2851
- "path",
2852
- {
2853
- id: "son-la1",
2854
- d: "M72.3 165.8c-.5-.2-1.3-.9-1.5-1.4v-.8c.4-.4.9-1 1.2-1.2.3-.1 1 .1 1.2 0 .3-.2.8-.8.9-1.2.2-.6-.3-2.2 0-2.7.2-.3 1 0 1.2-.3.2-.3.1-1.1 0-1.5-.2-.8-1.7-1.9-1.8-2.7 0-.3.5-.8.5-1.2 0-.6-.7-1.8-.3-2.3.2-.3 1.1 0 1.3-.2.2-.3-.5-.9-.3-1.2.2-.4 1.4-.6 1.8-.5.5.1 1.1 1.4 1.6 1.6.3.1 1.1-.1 1.4 0 .5 0 1.4.8 1.9.7.4 0 1.3-.6 1.4-1 .2-.8-1.7-2.3-1.5-3.1 0-.3.9-.5 1.1-.8.2-.3-.2-1.3 0-1.6.2-.2.9 0 1.1-.2.6-.6.6-2.6.5-3.5 0-.6-.7-1.8-.7-2.5 0-.9.8-2.8.2-3.5-.2-.3-1.1-.2-1.4-.3-.7-.2-2.9-.5-2.9-1.2 0-.3.9-.3 1.1-.6.3-.5.1-1.7-.2-2.1-.3-.3-1.2-.3-1.7-.6-.5-.2-1.2-1.3-1.2-1.7s.8-.9 1.2-1c.6 0 1.8.6 2.4.6.4 0 1.1-.6 1.6-.7.5-.1 1.7.3 2.2 0 .4-.3.3-1.4.3-1.8.1-.8-.2-2.5.3-3.1.3-.4 1.4-.2 1.8-.5.3-.2.7-1 1-1.2.4-.3 1.5-.3 1.9-.6.4-.3.7-1.5 1-1.9.3-.5 1.3-1.2 1.4-1.7.1-.4-.4-1.3-.4-1.8 0-.6 0-2 .4-2.6.2-.3.9-.5 1-.8.2-.5 0-1.6 0-2.1 0-.3 0-1-.2-1.3-.2-.4-.9-1-1.2-1.4-.3-.5-.7-1.6-.9-2.1-.2-.5-.7-1.5-1-1.9-.2-.3-.8-.8-1-1.2-.2-.5.3-1.7 0-2.2-.1-.2-.7-.3-1-.5-.4-.3-1.1-1-1.2-1.4-.1-.5.2-1.5.5-2 .1-.3.8-.6.9-.9V93h.2c.4-.2-.3-1.4-.1-1.8.2-.6 1.3-1.4 1.8-1.7.3-.2.9-.5 1.2-.5.7 0 1.9.5 2.5.8.8.3 3 1.5 3.1 1.6.1 0 1 .9 1.2 1.2.4.4 1 1.3 1.4 1.7.2.2.7.5.8.7.2.3.3 1.2.5 1.6.1.3.7 1 .8 1 .2 0 .7.9.7 1.3s-.7 1.3-.6 1.7c0 .2.3.4.4.5.4.2 1.4.1 1.7.4.3.3.5 1.1.5 1.5s.7 1 1 1.3c.4.4 1 1.2 1.4 1.6.4.4 1.5 1.2 1.7 1.3.2.1 1 .5 1.3.8.4.4.9 1.7 1.4 2 .4.2 1.5.3 1.7.4.1 0 .4-.2.8-.4.6.2 1.7.2 2 .5.3.3.6 1.2 1 1.4.7.4 2.5 0 3.3 0 .6 0 1.9 0 2.5.2.5.2 1.4 1.1 1.9 1.2.7.2 2.1.2 2.8.2 1.2.1 3.8 1.3 4.8.7.3-.2.4-1.2.6-1.3.2 0 1.6-1.5 2.3-1.6.8 0 2.1.9 2.9 1.2.7.2 2.3.3 2.9.7.4.2 1.2.8 1.2 1.2 0 .4-1.3.4-1.5.8-.2.3.3 1.2 0 1.5-.2.3-1.2-.3-1.4 0-.3.3 0 1.3.1 1.7 0 .6.4 1.8.3 2.4 0 .3-.6 1-.7 1.2 0 .2 0 2.3.2 3 .2.5 1 1.1 1.2 1.6.2.3.4 1.1.7 1.2.5.3 1.9-.3 2.5 0 .6.3 1.4 1.6 2 1.9.6.3 1.9 0 2.4.3.6.2 1.4 1.3 2 1.6.7.3 2.4.7 2.9.2.3-.4-.5-1.5-.3-2 .2-.4 1.4-.5 1.7-.8.2-.2.4-1.1.7-1.1s1.6.8 2.2.9c.5.1 1.7-.2 2.2-.1.6.1 1.7 1 2.3 1.2.7.3 2.1 1 2.8.8.5-.1 1.1-1.4 1.6-1.5.5-.1 1.7.3 2 .7.4.5-.2 2.2.2 2.7.5.6 2.3.5 3.1.7.5.1 1.4.7 1.9.6.5 0 1-1 1.5-1.1.4-.1 1.1-.1 1.8-.1-.2.1-.5.3-.6.4-.2.3-.2 1.1-.4 1.4 0 .2-.4.5-.5.7-.1.2-.4.7-.5.9-.1.3-.1 1.2-.2 1.4 0 .2.5 1.1.7 1.5.2.4.9 1.2 1 1.7 0 .4-.4 1.2-.4 1.6 0 .5.4 1.3.6 1.7.1.3.6.7.7 1 .2.4 0 1.2.3 1.5.3.4 1.3.7 1.5 1.1 0 .1.1.4 0 .6v.3c-.2.4-1.2.5-1.6.7-.4.2-1.5.3-1.7.7-.3.5-.1 1.8 0 2.4.2.5 1.2 1.4 1.4 1.4.2 0 .8.6 1 .8.3.4.4 1.5.7 1.9.3.3 1.1.6 1.4.9.4.4.9 1.3 1.1 1.8.2.4.4 1.3.7 1.6.3.2 1.1.1 1.3.3.3.3.6 1.1.7 1.5 0 .4-.3 1.2-.1 1.6.2.3 1.1.4 1.3.7.2.3.3 1.1.2 1.5 0 .3-.6 1-.5 1.3.1.3 1.1.1 1.3.4.2.3 0 .9-.2 1.2-.2.2-.8.3-1 .6-.2.3-.2 1.1 0 1.4.1.3.8.5.8.7 0 .3-.3 1.1-.6 1.2-.6.3-2.1-.3-2.7-.7-.2-.1-.6-.6-.8-.7-.3-.2-1.1 0-1.4-.2-.3-.1-.7-.6-.9-.7-.6-.2-1.9-.7-2.4-.5-.3.1-.3.9-.5 1-.3.2-1.1-.2-1.3 0-.3.2-.5.9-.5 1.3s.9 1 .9 1.4c0 .5-.8 1.4-.9 1.9 0 .3.1.8.2 1.2v.7c-.2.4-1.3.7-1.7.9-.3.2-.9.6-1.1 1-.2.4 0 1.4 0 1.8 0 .4 0 1.4-.4 1.5-.5.2-1.3-1.3-1.8-1.4-.5 0-1.3 1.1-1.8 1-.6-.1-1.1-1.6-1.7-1.9-.5-.2-1.6.4-2 .2-.6-.3-1.1-1.7-1.6-2.2-.2-.2-.9-.3-1.3-.5.2-.5.3-1.1.2-1.4-.2-.4-1.2-.4-1.6-.6-.4-.2-1.1-.8-1.4-1.1-.4-.4-1.3-1.7-1.4-1.7s-1.6-.4-2.1-.3c-.4 0-1 .9-1.4 1-.3 0-1-.1-1.2-.3-.3-.3-.3-1.3-.4-1.7-.2-.7-.2-2.2-.7-2.7-.4-.5-1.9-.6-2.5-.9-.6-.3-1.5-1-2.1-1.3-.8-.5-2.6-1.2-3.4-1.7-.5-.4-1.5-1.2-1.8-1.7-.4-.5-.6-1.9-1-2.4-.3-.5-1.6-1.4-1.7-1.4s-1.7.2-1.9.2-1.1-.5-1.4-.6c-.5-.2-1.7-.5-2.2-.8-.5-.2-1.3-1-1.8-1s-1.4.6-1.9.5c-.6 0-1.3-1.1-1.9-1.2-.3 0-1.1.2-1.4.2-.5 0-1.8-.2-2.2.2-.4.4-.1 1.7-.4 2.2-.2.5-1 1.2-1.5 1.4-.4.2-1.2 0-1.6 0-.7 0-2-.4-2.7-.2-.4.1-1.1 1-1.5 1-.4 0-1-.7-1.4-.8-.7-.2-2.2-.2-2.8.1-.5.3-.6 1.8-1.2 2.1-.3.2-1.2 0-1.6 0-.4.2-1.2.7-1.4 1.1-.3.4-.2 1.4-.4 1.9-.2.3-.8.7-.9 1-.1.4.3 1.3.2 1.8 0 .3-.5.9-.7 1.2-.2.4-.2 1.3-.5 1.5-.4.3-1.4-.2-1.8 0-.3.2-.7.8-.7 1.1 0 .3.5.9.6 1.3 0 .5 0 1.5-.2 1.9-.2.3-.9.9-1.2 1-.5.1-1.7 0-2.2-.3-.7-.3-1.6-1.7-2.2-2.2-.5-.4-1.5-1-2-1.5-.3-.3-.7-1.2-1-1.4-.5-.4-1.9-.8-2.5-.8-.4 0-1.1.5-1.5.5-.6 0-1.7-.4-2.2-.7-.2-.2-.5-.8-.7-1.1-.2-.3-.7-.9-.8-1.2 0-.3.2-1.1 0-1.4-.2-.4-1.2-1-1.7-.9-.4 0-.9.8-1.2 1-.3.3-.9 1-1.3 1.2-.4.3-1.4.8-1.9.7-.5-.1-.9-1.4-1.4-1.7-.5-.3-1.9-.3-2.4-.5s-1.4-.9-1.9-1c-.7-.2-2.3.3-3.1 0Z",
2855
- className: "st3",
2856
- "data-name": "son-la"
2857
- }
2858
- ) })
2859
- ] })
2860
- ]
2861
- }
2862
- );
2863
- };
2864
- var MapSvg_default = VietnamMap;
2865
-
2866
- // src/hooks/useInteractiveMap.tsx
2867
- var import_react3 = require("react");
2868
- var import_jsx_runtime66 = require("react/jsx-runtime");
2869
- var mapViewPortStyle = (width, height) => ({
2870
- position: "relative",
2871
- width,
2872
- height,
2873
- overflow: "hidden"
2874
- });
2875
- var mapContainerStyle = {
2876
- position: "absolute",
2877
- top: 0,
2878
- left: "50%",
2879
- transform: "translateX(-52%)",
2880
- height: "100%",
2881
- aspectRatio: "3/2"
2882
- };
2883
- var mapBackgroundImageStyle = {
2884
- position: "absolute",
2885
- top: 0,
2886
- left: 0,
2887
- height: "100%",
2888
- aspectRatio: "3/2"
2889
- };
2890
- var mapSvgOverlayStyle = {
2891
- position: "absolute",
2892
- top: "50%",
2893
- left: "calc(31%)",
2894
- transform: "translateY(-49%)",
2895
- height: "calc(839/960*100%)",
2896
- width: "100%"
2897
- };
2898
- var defaultMarkerSVG = `
2899
- <svg width="18" height="23" viewBox="0 0 18 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2900
- <mask id="path-1-outside-1_2058_12179" maskUnits="userSpaceOnUse" x="0.25" y="0" width="18" height="23" fill="black">
2901
- <rect fill="white" x="0.25" width="18" height="23"/>
2902
- <path d="M9.12501 2C7.30232 2.00222 5.55493 2.72726 4.2661 4.01609C2.97726 5.30492 2.25222 7.05232 2.25001 8.875C2.24786 10.3645 2.73447 11.8136 3.6352 13C3.6352 13 3.8227 13.2466 3.85282 13.2823L9.12501 19.5L14.3994 13.2796C14.4271 13.2463 14.6148 12.9998 14.6148 12.9998L14.6158 12.9983C15.5159 11.8123 16.0022 10.3639 16 8.875C15.9978 7.05232 15.2728 5.30492 13.9839 4.01609C12.6951 2.72726 10.9477 2.00222 9.12501 2ZM9.12501 11.375C8.63055 11.375 8.1472 11.2284 7.73608 10.9537C7.32496 10.679 7.00453 10.2885 6.81531 9.83171C6.62609 9.37489 6.57658 8.87223 6.67304 8.38727C6.76951 7.90232 7.00761 7.45686 7.35724 7.10723C7.70687 6.7576 8.15233 6.5195 8.63728 6.42304C9.12223 6.32657 9.6249 6.37608 10.0817 6.5653C10.5385 6.75452 10.929 7.07495 11.2037 7.48607C11.4784 7.8972 11.625 8.38055 11.625 8.875C11.6243 9.53781 11.3606 10.1733 10.892 10.6419C10.4233 11.1106 9.78782 11.3743 9.12501 11.375Z"/>
2903
- </mask>
2904
- <path d="M9.12501 2C7.30232 2.00222 5.55493 2.72726 4.2661 4.01609C2.97726 5.30492 2.25222 7.05232 2.25001 8.875C2.24786 10.3645 2.73447 11.8136 3.6352 13C3.6352 13 3.8227 13.2466 3.85282 13.2823L9.12501 19.5L14.3994 13.2796C14.4271 13.2463 14.6148 12.9998 14.6148 12.9998L14.6158 12.9983C15.5159 11.8123 16.0022 10.3639 16 8.875C15.9978 7.05232 15.2728 5.30492 13.9839 4.01609C12.6951 2.72726 10.9477 2.00222 9.12501 2ZM9.12501 11.375C8.63055 11.375 8.1472 11.2284 7.73608 10.9537C7.32496 10.679 7.00453 10.2885 6.81531 9.83171C6.62609 9.37489 6.57658 8.87223 6.67304 8.38727C6.76951 7.90232 7.00761 7.45686 7.35724 7.10723C7.70687 6.7576 8.15233 6.5195 8.63728 6.42304C9.12223 6.32657 9.6249 6.37608 10.0817 6.5653C10.5385 6.75452 10.929 7.07495 11.2037 7.48607C11.4784 7.8972 11.625 8.38055 11.625 8.875C11.6243 9.53781 11.3606 10.1733 10.892 10.6419C10.4233 11.1106 9.78782 11.3743 9.12501 11.375Z" fill="white"/>
2905
- <path d="M9.12501 2C7.30232 2.00222 5.55493 2.72726 4.2661 4.01609C2.97726 5.30492 2.25222 7.05232 2.25001 8.875C2.24786 10.3645 2.73447 11.8136 3.6352 13C3.6352 13 3.8227 13.2466 3.85282 13.2823L9.12501 19.5L14.3994 13.2796C14.4271 13.2463 14.6148 12.9998 14.6148 12.9998L14.6158 12.9983C15.5159 11.8123 16.0022 10.3639 16 8.875C15.9978 7.05232 15.2728 5.30492 13.9839 4.01609C12.6951 2.72726 10.9477 2.00222 9.12501 2ZM9.12501 11.375C8.63055 11.375 8.1472 11.2284 7.73608 10.9537C7.32496 10.679 7.00453 10.2885 6.81531 9.83171C6.62609 9.37489 6.57658 8.87223 6.67304 8.38727C6.76951 7.90232 7.00761 7.45686 7.35724 7.10723C7.70687 6.7576 8.15233 6.5195 8.63728 6.42304C9.12223 6.32657 9.6249 6.37608 10.0817 6.5653C10.5385 6.75452 10.929 7.07495 11.2037 7.48607C11.4784 7.8972 11.625 8.38055 11.625 8.875C11.6243 9.53781 11.3606 10.1733 10.892 10.6419C10.4233 11.1106 9.78782 11.3743 9.12501 11.375Z" stroke="#A71A1A" strokeWidth="4" mask="url(#path-1-outside-1_2058_12179)"/>
2906
- </svg>
2907
- `;
2908
- function useInteractiveMap({
2909
- mapId,
2910
- mapBackground,
2911
- mapSvg,
2912
- containerStyle,
2913
- provinceData = {}
2914
- // Default to empty object
2915
- }) {
2916
- const MapTemplate = mapSvg ?? MapSvg_default;
2917
- const mapViewPortRef = (0, import_react3.useRef)(null);
2918
- const mapSvgOverlayRef = (0, import_react3.useRef)(null);
2919
- const mapContainerRef = (0, import_react3.useRef)(null);
2920
- const [provinceLabelsVisible, setProvinceLabelsVisible] = (0, import_react3.useState)(false);
2921
- const removeLabelsRef = (0, import_react3.useRef)(null);
2922
- const fillProvinceColor = (0, import_react3.useCallback)((provinceId, color) => {
2923
- if (!mapViewPortRef.current) return;
2924
- const province = mapViewPortRef.current.querySelector(`#${provinceId}`);
2925
- if (!province) {
2926
- console.warn(`Province with ID "${provinceId}" not found`);
2927
- return;
2928
- }
2929
- province.querySelectorAll("path").forEach((path) => {
2930
- if (path.getAttribute("stroke") !== "white") {
2931
- path.setAttribute("style", `fill: ${color}`);
2932
- }
2933
- if (path.getAttribute("stroke") === "white" && path.getAttribute("fill") === "#FF8C8C") {
2934
- path.setAttribute("style", `fill: ${color}`);
2935
- }
2936
- });
2937
- }, []);
2938
- const resetAllProvinceColors = (0, import_react3.useCallback)((defaultColor = "#F4E4E4") => {
2939
- if (!mapViewPortRef.current) return;
2940
- const mapVietnam = mapViewPortRef.current.querySelector("#viet-nam");
2941
- if (!mapVietnam) return;
2942
- mapVietnam.querySelectorAll("path").forEach((path) => {
2943
- if (path.getAttribute("stroke") !== "white") {
2944
- path.setAttribute("style", `fill: ${defaultColor}`);
2945
- }
2946
- });
2947
- const tayNamBo = mapVietnam.querySelector("#tay-nam-bo");
2948
- if (tayNamBo) {
2949
- tayNamBo.querySelectorAll("path").forEach((path) => {
2950
- if (path.getAttribute("stroke") === "white" && path.getAttribute("fill") === "#FF8C8C") {
2951
- path.setAttribute("style", `fill: ${defaultColor}`);
2952
- }
2953
- });
2954
- }
2955
- }, []);
2956
- const fillAreaProvinces = (0, import_react3.useCallback)((areaId, color) => {
2957
- if (!mapViewPortRef.current) return;
2958
- const area = mapViewPortRef.current.querySelector(`#${areaId}`);
2959
- if (!area) {
2960
- console.warn(`Area with ID "${areaId}" not found`);
2961
- return;
2962
- }
2963
- const provinces = area.querySelectorAll(`#${areaId} > g`);
2964
- provinces.forEach((province) => {
2965
- const provinceId = province.getAttribute("id");
2966
- if (provinceId) {
2967
- fillProvinceColor(provinceId, color);
2968
- }
2969
- });
2970
- }, [fillProvinceColor]);
2971
- const fillAllProvinces = (0, import_react3.useCallback)((color) => {
2972
- if (!mapViewPortRef.current) return;
2973
- const mapVietnam = mapViewPortRef.current.querySelector("#viet-nam");
2974
- if (!mapVietnam) return;
2975
- const areas = mapVietnam.querySelectorAll("#viet-nam > g");
2976
- areas.forEach((area) => {
2977
- const areaId = area.getAttribute("id");
2978
- if (!areaId || areaId === "dao-con-son") return;
2979
- fillAreaProvinces(areaId, color);
2980
- });
2981
- }, [fillAreaProvinces]);
2982
- const applyRandomColors = (0, import_react3.useCallback)(() => {
2983
- if (!mapViewPortRef.current) return;
2984
- const elementsLayer1 = mapViewPortRef.current.querySelectorAll("#viet-nam > g");
2985
- elementsLayer1?.forEach((area) => {
2986
- const areaId = area.getAttribute("id");
2987
- if (!areaId || areaId === "dao-con-son") return;
2988
- const provinces = area.querySelectorAll(`#${areaId} > g`);
2989
- provinces.forEach((province) => {
2990
- const provinceId = province.getAttribute("id");
2991
- if (provinceId) {
2992
- const randomColor = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
2993
- fillProvinceColor(provinceId, randomColor);
2994
- }
2995
- });
2996
- });
2997
- }, [fillProvinceColor]);
2998
- const addMarker = (0, import_react3.useCallback)((options) => {
2999
- if (!mapViewPortRef.current) return;
3000
- const existingMarker = mapViewPortRef.current.querySelector(`#marker-${options.id}`);
3001
- if (existingMarker) {
3002
- existingMarker.remove();
3003
- }
3004
- const marker = document.createElement("div");
3005
- marker.id = `marker-${options.id}`;
3006
- marker.classList.add("location-marker");
3007
- marker.innerHTML = options?.customMarker?.svg ?? defaultMarkerSVG;
3008
- if (options.onClick) {
3009
- marker.addEventListener("click", (e) => {
3010
- e.preventDefault();
3011
- e.stopPropagation();
3012
- options.onClick?.();
3013
- });
3014
- }
3015
- marker.style.cssText = `
3016
- position: absolute;
3017
- cursor: pointer;
3018
- transform: translate(-50%, -50%);
3019
- left: ${options.position.x}px;
3020
- top: ${options.position.y}px;
3021
- z-index: 10;
3022
- width: ${options?.customMarker?.style?.width || "10px"};
3023
- height: ${options?.customMarker?.style?.height || "10px"};
3024
- display: flex;
3025
- `;
3026
- mapViewPortRef.current.appendChild(marker);
3027
- return () => {
3028
- const markerToRemove = mapViewPortRef.current?.querySelector(`#marker-${options.id}`);
3029
- if (markerToRemove) {
3030
- markerToRemove.remove();
3031
- }
3032
- };
3033
- }, []);
3034
- const addFixedRatioMarker = (0, import_react3.useCallback)((options) => {
3035
- if (!mapViewPortRef.current) return;
3036
- const existingMarker = mapViewPortRef.current.querySelector(`#marker-${options.id}`);
3037
- if (existingMarker) {
3038
- existingMarker.remove();
3039
- }
3040
- const marker = document.createElement("div");
3041
- marker.id = `marker-${options.id}`;
3042
- marker.classList.add("location-marker");
3043
- marker.innerHTML = options?.customMarker?.svg ?? defaultMarkerSVG;
3044
- if (options.onClick) {
3045
- marker.addEventListener("click", (e) => {
3046
- e.preventDefault();
3047
- e.stopPropagation();
3048
- options.onClick?.();
3049
- });
3050
- }
3051
- const needTranslateX = 101.4 - 149.279;
3052
- const needTranslateY = 46 - 32.8205;
3053
- const customPosX = `${options.position.x + needTranslateX}px`;
3054
- const customPosY = `${options.position.y + needTranslateY}px`;
3055
- marker.style.cssText = `
3056
- position: absolute;
3057
- cursor: pointer;
3058
- transform: translate(-50%, -50%);
3059
- left: ${customPosX};
3060
- top: ${customPosY};
3061
- z-index: 10;
3062
- width: ${options?.customMarker?.style?.width || "10px"};
3063
- height: ${options?.customMarker?.style?.height || "10px"};
3064
- display: flex;
3065
- `;
3066
- mapViewPortRef.current.appendChild(marker);
3067
- return () => {
3068
- const markerToRemove = mapViewPortRef.current?.querySelector(`#marker-${options.id}`);
3069
- if (markerToRemove) {
3070
- markerToRemove.remove();
3071
- }
3072
- };
3073
- }, []);
3074
- const removeMarker = (0, import_react3.useCallback)((id) => {
3075
- if (!mapViewPortRef.current) return;
3076
- const marker = mapViewPortRef.current.querySelector(`#marker-${id}`);
3077
- if (marker) {
3078
- marker.remove();
3079
- }
3080
- }, []);
3081
- const removeAllMarkers = (0, import_react3.useCallback)(() => {
3082
- if (!mapViewPortRef.current) return;
3083
- const markers = mapViewPortRef.current.querySelectorAll(".location-marker");
3084
- markers.forEach((marker) => marker.remove());
3085
- }, []);
3086
- const getProvinceCenter = (0, import_react3.useCallback)((provinceId) => {
3087
- if (!mapViewPortRef.current) return null;
3088
- const province = mapViewPortRef.current.querySelector(`#${provinceId}`);
3089
- if (!province) {
3090
- console.warn(`Province with ID "${provinceId}" not found`);
3091
- return null;
3092
- }
3093
- const rect = province.getBoundingClientRect();
3094
- const containerRect = mapViewPortRef.current.getBoundingClientRect();
3095
- return {
3096
- x: rect.left + rect.width / 2 - containerRect.left,
3097
- y: rect.top + rect.height / 2 - containerRect.top
3098
- };
3099
- }, []);
3100
- const addMarkerToProvince = (0, import_react3.useCallback)((provinceId, markerOptions) => {
3101
- const center = getProvinceCenter(provinceId);
3102
- if (!center) return null;
3103
- return addMarker({
3104
- ...markerOptions,
3105
- position: center
3106
- });
3107
- }, [getProvinceCenter, addMarker]);
3108
- const addLabel = (0, import_react3.useCallback)((options) => {
3109
- if (!mapViewPortRef.current) return;
3110
- const existingLabel = mapViewPortRef.current.querySelector(`#label-${options.id}`);
3111
- if (existingLabel) {
3112
- existingLabel.remove();
3113
- }
3114
- const label = document.createElement("div");
3115
- label.id = `label-${options.id}`;
3116
- label.classList.add("province-label");
3117
- label.textContent = options.text;
3118
- label.style.cssText = `
3119
- position: absolute;
3120
- transform: translate(-50%, -50%);
3121
- left: ${options.position.x}px;
3122
- top: ${options.position.y}px;
3123
- z-index: 5;
3124
- font-size: ${options.fontSize || 12}px;
3125
- color: ${options.color || "#000"};
3126
- background-color: ${options.backgroundColor || "rgba(255, 255, 255, 0.7)"};
3127
- padding: 2px 6px;
3128
- border-radius: 4px;
3129
- white-space: nowrap;
3130
- pointer-events: none;
3131
- font-family: Arial, sans-serif;
3132
- font-weight: bold;
3133
- text-align: center;
3134
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
3135
- `;
3136
- mapViewPortRef.current.appendChild(label);
3137
- return () => {
3138
- const labelToRemove = mapViewPortRef.current?.querySelector(`#label-${options.id}`);
3139
- if (labelToRemove) {
3140
- labelToRemove.remove();
3141
- }
3142
- };
3143
- }, []);
3144
- const removeLabel = (0, import_react3.useCallback)((id) => {
3145
- if (!mapViewPortRef.current) return;
3146
- const label = mapViewPortRef.current.querySelector(`#label-${id}`);
3147
- if (label) {
3148
- label.remove();
3149
- }
3150
- }, []);
3151
- const removeAllLabels = (0, import_react3.useCallback)(() => {
3152
- if (!mapViewPortRef.current) return;
3153
- const labels = mapViewPortRef.current.querySelectorAll(".province-label");
3154
- labels.forEach((label) => label.remove());
3155
- }, []);
3156
- const addLabelToProvince = (0, import_react3.useCallback)((provinceId, text, options) => {
3157
- const center = getProvinceCenter(provinceId);
3158
- if (!center) return null;
3159
- return addLabel({
3160
- id: provinceId,
3161
- text: text || provinceId,
3162
- position: center,
3163
- fontSize: options?.fontSize,
3164
- color: options?.color,
3165
- backgroundColor: options?.backgroundColor
3166
- });
3167
- }, [getProvinceCenter, addLabel]);
3168
- const addLabelsToAllProvinces = (0, import_react3.useCallback)((options) => {
3169
- if (!mapViewPortRef.current) return;
3170
- const mapVietnam = mapViewPortRef.current.querySelector("#viet-nam");
3171
- if (!mapVietnam) return;
3172
- const areas = mapVietnam.querySelectorAll("#viet-nam > g");
3173
- const removeCallbacks = [];
3174
- areas.forEach((area) => {
3175
- const areaId = area.getAttribute("id");
3176
- if (!areaId || areaId === "dao-con-son") return;
3177
- const provinces = area.querySelectorAll(`#${areaId} > g`);
3178
- provinces.forEach((province) => {
3179
- const provinceId = province.getAttribute("id");
3180
- if (provinceId) {
3181
- const removeCallback = addLabelToProvince(provinceId, provinceId, options);
3182
- if (removeCallback) {
3183
- removeCallbacks.push(removeCallback);
3184
- }
3185
- }
3186
- });
3187
- });
3188
- return () => {
3189
- removeCallbacks.forEach((callback) => callback());
3190
- };
3191
- }, [addLabelToProvince]);
3192
- const toggleProvinceLabels = (0, import_react3.useCallback)((settings) => {
3193
- if (!mapViewPortRef.current) return;
3194
- if (provinceLabelsVisible) {
3195
- if (removeLabelsRef.current) {
3196
- removeLabelsRef.current();
3197
- removeLabelsRef.current = null;
3198
- }
3199
- removeAllLabels();
3200
- setProvinceLabelsVisible(false);
3201
- return false;
3202
- }
3203
- const mapVietnam = mapViewPortRef.current.querySelector("#viet-nam");
3204
- if (!mapVietnam) return false;
3205
- const areas = mapVietnam.querySelectorAll("#viet-nam > g");
3206
- const removeCallbacks = [];
3207
- areas.forEach((area) => {
3208
- const areaId = area.getAttribute("id");
3209
- if (!areaId || areaId === "dao-con-son") return;
3210
- const provinces = area.querySelectorAll(`#${areaId} > g`);
3211
- provinces.forEach((province) => {
3212
- const provinceId = province.getAttribute("id");
3213
- if (provinceId) {
3214
- const provinceName = provinceData[provinceId] || provinceId;
3215
- const removeCallback = addLabelToProvince(
3216
- provinceId,
3217
- provinceName,
3218
- {
3219
- fontSize: settings?.fontSize || 10,
3220
- color: settings?.color || "#000000",
3221
- backgroundColor: settings?.backgroundColor || "rgba(255, 255, 255, 0.7)"
3222
- }
3223
- );
3224
- if (removeCallback) {
3225
- removeCallbacks.push(removeCallback);
3226
- }
3227
- }
3228
- });
3229
- });
3230
- removeLabelsRef.current = () => {
3231
- removeCallbacks.forEach((callback) => callback());
3232
- };
3233
- setProvinceLabelsVisible(true);
3234
- return true;
3235
- }, [provinceLabelsVisible, provinceData, addLabelToProvince, removeAllLabels]);
3236
- const updateProvinceData = (0, import_react3.useCallback)(() => {
3237
- if (provinceLabelsVisible) {
3238
- if (removeLabelsRef.current) {
3239
- removeLabelsRef.current();
3240
- removeLabelsRef.current = null;
3241
- }
3242
- removeAllLabels();
3243
- setTimeout(() => {
3244
- toggleProvinceLabels();
3245
- }, 50);
3246
- }
3247
- }, [provinceLabelsVisible, toggleProvinceLabels, removeAllLabels]);
3248
- const cleanup = (0, import_react3.useCallback)(() => {
3249
- if (removeLabelsRef.current) {
3250
- removeLabelsRef.current();
3251
- removeLabelsRef.current = null;
3252
- }
3253
- removeAllLabels();
3254
- removeAllMarkers();
3255
- }, [removeAllLabels, removeAllMarkers]);
3256
- const mapInstance = (0, import_react3.useMemo)(() => {
3257
- if (!mapId) return null;
3258
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3259
- "div",
3260
- {
3261
- id: `map-viewport-${mapId}`,
3262
- style: mapViewPortStyle(containerStyle.width, containerStyle.height),
3263
- ref: mapViewPortRef,
3264
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
3265
- "div",
3266
- {
3267
- id: `map-container-${mapId}`,
3268
- style: mapContainerStyle,
3269
- ref: mapContainerRef,
3270
- children: [
3271
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3272
- "img",
3273
- {
3274
- src: mapBackground,
3275
- id: `map-background-${mapId}`,
3276
- alt: "Map background",
3277
- style: mapBackgroundImageStyle
3278
- }
3279
- ),
3280
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3281
- "div",
3282
- {
3283
- id: `map-svg-overlay-${mapId}`,
3284
- style: mapSvgOverlayStyle,
3285
- ref: mapSvgOverlayRef,
3286
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(MapTemplate, {})
3287
- }
3288
- )
3289
- ]
3290
- }
3291
- )
3292
- }
3293
- );
3294
- }, [mapId, mapBackground, MapTemplate, containerStyle]);
3295
- return {
3296
- mapInstance,
3297
- mapId,
3298
- // Province coloring methods
3299
- fillProvinceColor,
3300
- resetAllProvinceColors,
3301
- fillAreaProvinces,
3302
- fillAllProvinces,
3303
- applyRandomColors,
3304
- // Marker methods
3305
- addMarker,
3306
- removeMarker,
3307
- removeAllMarkers,
3308
- getProvinceCenter,
3309
- addMarkerToProvince,
3310
- // Label methods
3311
- addLabel,
3312
- addFixedRatioMarker,
3313
- removeLabel,
3314
- removeAllLabels,
3315
- addLabelToProvince,
3316
- addLabelsToAllProvinces,
3317
- // Province label toggle feature
3318
- toggleProvinceLabels,
3319
- updateProvinceData,
3320
- isProvinceLabelsVisible: provinceLabelsVisible,
3321
- cleanup
3322
- };
3323
- }
3324
- // Annotate the CommonJS export names for ESM import in node:
3325
- 0 && (module.exports = {
3326
- Appbar,
3327
- AppbarPrimaryButton,
3328
- Avatar,
3329
- Button,
3330
- Card,
3331
- FormItem,
3332
- Header,
3333
- Icons,
3334
- Image,
3335
- Input,
3336
- InputPassword,
3337
- InputSearch,
3338
- Loader,
3339
- LocationOverviewCard,
3340
- MemoryCard,
3341
- Modal,
3342
- ProgressCircular,
3343
- ProgressStep,
3344
- SVGs,
3345
- Select,
3346
- SponsorByContainer,
3347
- Tabs,
3348
- TextArea,
3349
- Typography,
3350
- useInteractiveMap
3351
- });