-
Notifications
You must be signed in to change notification settings - Fork 0
/
cost-control.html
552 lines (428 loc) · 50 KB
/
cost-control.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<!-- saved from url=(0037)https://rembon.co.id/cost-control.php -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">.swal-icon--error{border-color:#f27474;-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}.swal-icon--error__x-mark{position:relative;display:block;-webkit-animation:animateXMark .5s;animation:animateXMark .5s}.swal-icon--error__line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal-icon--error__line--left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal-icon--error__line--right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}@-webkit-keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes animateXMark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}to{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}to{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal-icon--warning{border-color:#f8bb86;-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}.swal-icon--warning__body{width:5px;height:47px;top:10px;border-radius:2px;margin-left:-2px}.swal-icon--warning__body,.swal-icon--warning__dot{position:absolute;left:50%;background-color:#f8bb86}.swal-icon--warning__dot{width:7px;height:7px;border-radius:50%;margin-left:-4px;bottom:-11px}@-webkit-keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}@keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}.swal-icon--success{border-color:#a5dc86}.swal-icon--success:after,.swal-icon--success:before{content:"";border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal-icon--success:before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal-icon--success:after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px;-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}.swal-icon--success__ring{width:80px;height:80px;border:4px solid hsla(98,55%,69%,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal-icon--success__hide-corners{width:5px;height:90px;background-color:#fff;padding:1px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal-icon--success__line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal-icon--success__line--tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.swal-icon--success__line--long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}.swal-icon--info{border-color:#c9dae1}.swal-icon--info:before{width:5px;height:29px;bottom:17px;border-radius:2px;margin-left:-2px}.swal-icon--info:after,.swal-icon--info:before{content:"";position:absolute;left:50%;background-color:#c9dae1}.swal-icon--info:after{width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px}.swal-icon{width:80px;height:80px;border-width:4px;border-style:solid;border-radius:50%;padding:0;position:relative;box-sizing:content-box;margin:20px auto}.swal-icon:first-child{margin-top:32px}.swal-icon--custom{width:auto;height:auto;max-width:100%;border:none;border-radius:0}.swal-icon img{max-width:100%;max-height:100%}.swal-title{color:rgba(0,0,0,.65);font-weight:600;text-transform:none;position:relative;display:block;padding:13px 16px;font-size:27px;line-height:normal;text-align:center;margin-bottom:0}.swal-title:first-child{margin-top:26px}.swal-title:not(:first-child){padding-bottom:0}.swal-title:not(:last-child){margin-bottom:13px}.swal-text{font-size:16px;position:relative;float:none;line-height:normal;vertical-align:top;text-align:left;display:inline-block;margin:0;padding:0 10px;font-weight:400;color:rgba(0,0,0,.64);max-width:calc(100% - 20px);overflow-wrap:break-word;box-sizing:border-box}.swal-text:first-child{margin-top:45px}.swal-text:last-child{margin-bottom:45px}.swal-footer{text-align:right;padding-top:13px;margin-top:13px;padding:13px 16px;border-radius:inherit;border-top-left-radius:0;border-top-right-radius:0}.swal-button-container{margin:5px;display:inline-block;position:relative}.swal-button{background-color:#7cd1f9;color:#fff;border:none;box-shadow:none;border-radius:5px;font-weight:600;font-size:14px;padding:10px 24px;margin:0;cursor:pointer}.swal-button:not([disabled]):hover{background-color:#78cbf2}.swal-button:active{background-color:#70bce0}.swal-button:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)}.swal-button[disabled]{opacity:.5;cursor:default}.swal-button::-moz-focus-inner{border:0}.swal-button--cancel{color:#555;background-color:#efefef}.swal-button--cancel:not([disabled]):hover{background-color:#e8e8e8}.swal-button--cancel:active{background-color:#d7d7d7}.swal-button--cancel:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)}.swal-button--danger{background-color:#e64942}.swal-button--danger:not([disabled]):hover{background-color:#df4740}.swal-button--danger:active{background-color:#cf423b}.swal-button--danger:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)}.swal-content{padding:0 20px;margin-top:20px;font-size:medium}.swal-content:last-child{margin-bottom:20px}.swal-content__input,.swal-content__textarea{-webkit-appearance:none;background-color:#fff;border:none;font-size:14px;display:block;box-sizing:border-box;width:100%;border:1px solid rgba(0,0,0,.14);padding:10px 13px;border-radius:2px;transition:border-color .2s}.swal-content__input:focus,.swal-content__textarea:focus{outline:none;border-color:#6db8ff}.swal-content__textarea{resize:vertical}.swal-button--loading{color:transparent}.swal-button--loading~.swal-button__loader{opacity:1}.swal-button__loader{position:absolute;height:auto;width:43px;z-index:2;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-align:center;pointer-events:none;opacity:0}.swal-button__loader div{display:inline-block;float:none;vertical-align:baseline;width:9px;height:9px;padding:0;border:none;margin:2px;opacity:.4;border-radius:7px;background-color:hsla(0,0%,100%,.9);transition:background .2s;-webkit-animation:swal-loading-anim 1s infinite;animation:swal-loading-anim 1s infinite}.swal-button__loader div:nth-child(3n+2){-webkit-animation-delay:.15s;animation-delay:.15s}.swal-button__loader div:nth-child(3n+3){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes swal-loading-anim{0%{opacity:.4}20%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes swal-loading-anim{0%{opacity:.4}20%{opacity:.4}50%{opacity:1}to{opacity:.4}}.swal-overlay{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center;font-size:0;overflow-y:auto;background-color:rgba(0,0,0,.4);z-index:10000;pointer-events:none;opacity:0;transition:opacity .3s}.swal-overlay:before{content:" ";display:inline-block;vertical-align:middle;height:100%}.swal-overlay--show-modal{opacity:1;pointer-events:auto}.swal-overlay--show-modal .swal-modal{opacity:1;pointer-events:auto;box-sizing:border-box;-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s;will-change:transform}.swal-modal{width:478px;opacity:0;pointer-events:none;background-color:#fff;text-align:center;border-radius:5px;position:static;margin:20px auto;display:inline-block;vertical-align:middle;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;z-index:10001;transition:opacity .2s,-webkit-transform .3s;transition:transform .3s,opacity .2s;transition:transform .3s,opacity .2s,-webkit-transform .3s}@media (max-width:500px){.swal-modal{width:calc(100% - 20px)}}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(.5);transform:scale(.5)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(.5);transform:scale(.5)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}</style>
<title>Solve IT Problems /// About Rembon </title>
<link rel="icon" href="https://rembon.co.id/img/android-icon-192x192.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="language" content="en">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="X-AU-Compatible" content="IE=edge, chrome=1">
<meta name="title" content="Solve IT Problems - Rembon">
<meta name="description" content="Rembon - About Us">
<meta name="author" content="PT. Rembon Karya Digital">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="google" content="notranslate">
<meta name="theme-color" content="#1a1a1a">
<meta name="msapplication-TileColor" content="#1a1a1a">
<meta name="msapplication-TileImage" content="assets/img/favicon/ms-icon-144x144.png">
<link rel="stylesheet" href="./cost-control_files/bootstrap.css">
<link rel="stylesheet" href="./cost-control_files/balloon.css">
<link rel="stylesheet" href="./cost-control_files/f-navbar.css">
<link rel="stylesheet" href="./cost-control_files/f-footer.css">
<link rel="stylesheet" href="./cost-control_files/f-portfolio.css">
<link rel="stylesheet" href="./cost-control_files/subscribe.css">
<link rel="stylesheet" href="./cost-control_files/hover.css">
<link rel="stylesheet" href="./cost-control_files/map.css">
<link href="./cost-control_files/aos.css" rel="stylesheet">
<link rel="stylesheet" href="./cost-control_files/animate.min.css">
<link href="./cost-control_files/css" rel="stylesheet">
<link href="./cost-control_files/css(1)" rel="stylesheet">
<link href="./cost-control_files/css(2)" rel="stylesheet">
<link href="./cost-control_files/css(3)" rel="stylesheet">
<link rel="stylesheet" href="./cost-control_files/all.css">
<link href="./cost-control_files/css(4)" rel="stylesheet">
<link rel="stylesheet" href="./cost-control_files/materialdesignicons.css">
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
<link href="./cost-control_files/css(5)" rel="stylesheet">
<script src="./cost-control_files/aos.js"></script>
<script src="./cost-control_files/jquery.aniview.js"></script>
<script src="./cost-control_files/jquery.js"></script>
<script src="./cost-control_files/loader.js"></script>
<script src="./cost-control_files/global.js"></script>
<script src="./cost-control_files/mobile.js"></script>
<script>
$(document).ready(function () {
$('.oContact').click(function () {
$('#contact').fadeIn('fast');
});
$('#contact .cancel').click(function () {
$('#contact').fadeOut('fast');
});
});
</script>
<style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .control-panel-tabs{display:flex;justify-content:space-between;list-style:none;margin-bottom:4px;padding:0}.ismanga .control-panel-tabs__item{line-height:1.2;margin-left:8px;margin-right:8px}.ismanga .control-panel-tabs__item:first-child{margin-left:0}.ismanga .control-panel-tabs__item:last-child{margin-right:0}.ismanga .control-panel-tabs__item:hover .control-panel-tabs__item-btn,.ismanga .control-panel-tabs__item.active .control-panel-tabs__item-btn{box-shadow:0 3px #b4183d;color:#b4183d;cursor:pointer}.ismanga .control-panel-tabs__item-btn{background:none;border:0;border-radius:0;color:#ccc;font-size:14px;font-weight:600;padding:0;padding-bottom:8px}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .ismanga-button{border:0;box-sizing:border-box;cursor:pointer;font-size:14px;font-weight:600;line-height:normal;outline:none;width:100%}.ismanga .ismanga-button--primary{background-color:#b4183d;color:#fff}.ismanga .ismanga-button--primary-active,.ismanga .ismanga-button--primary:hover,.ismanga .ismanga-button--primary:active,.ismanga .ismanga-button--primary:focus{background-color:#901330}.ismanga .ismanga-button--primary-outline{background-color:#fff;border:1px solid #b4183d;color:#b4183d}.ismanga .ismanga-button--primary-outline-active,.ismanga .ismanga-button--primary-outline:hover,.ismanga .ismanga-button--primary-outline:active,.ismanga .ismanga-button--primary-outline:focus{background-color:#b4183d;color:#fff}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .control-panel-edit-content__desc{font-size:14px;margin-bottom:12px;margin-top:16px;width:128px}.ismanga .control-panel-edit-content__btn{border-radius:4px;padding:8px 16px}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .ismanga-select__option{cursor:pointer}.ismanga .ismanga-select__control{cursor:pointer}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .control-panel-view-content__select-label{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:4px;margin-top:16px}.ismanga .control-panel-view-content__btn-container{display:flex;flex-direction:column;margin-top:12px}.ismanga .control-panel-view-content__btn:first-child{margin-bottom:12px}.ismanga .control-panel-view-content__btn{border-radius:4px;padding:8px 16px}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .control-panel{background:#fff;border-bottom-right-radius:8px;border-top-right-radius:8px;box-shadow:0 0 5px #b4b4b4;color:#000;font-family:Helvetica;font-weight:normal;left:0;line-height:1.4;padding:16px;position:relative;transform:translateX(0);transition:transform .5s}.ismanga .control-panel--hidden{transform:translateX(-169px)}.ismanga .control-panel .control-panel__collapse-btn{background-color:#b4183d;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;cursor:pointer;font-family:"Bangers";font-size:20px;padding:8px 16px;position:absolute;right:-69px;top:56px;transform:rotate(90deg)}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .ismanga-spinner{align-items:center;display:flex;flex-direction:column;position:absolute}.ismanga .ismanga-spinner__inner{animation:spin 2s linear infinite;border-color:rgba(0,0,0,.04);border-radius:50%;border-style:solid;border-top-color:#b4183d}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .ismanga-screenshot-translation-content{height:100%;position:absolute;width:100%}.ismanga .ismanga-screenshot-translation-content--overlayer{background-color:rgba(0,0,0,.5);border:4px solid #b4183d}.ismanga .ismanga-screenshot-translation-content__warning{align-items:center;background-color:#6c0e24;box-sizing:border-box;color:#fff;display:flex;font-size:22px;height:80px;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.ismanga .ismanga-screenshot-translation-content__warning .ismanga-spinner__inner{border-top-color:#fff}.ismanga .ismanga-screenshot-translation-content__spinner-container{margin-left:12px;position:relative}.ismanga .ismanga-screenshot-translation-content__translate-btn{border-radius:4px;display:flex;font-size:20px;justify-content:center;left:16px;padding:12px 16px;position:absolute;top:16px;width:auto}.ismanga .ismanga-screenshot-translation-content__upgrade-text{color:#fff;font-size:20px;padding-top:16px}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .ismanga-text-bubble-content__bubble{align-items:center;background-color:#fff;border-radius:4px;box-sizing:border-box;display:flex;justify-content:center;padding:4px;position:absolute}.ismanga .ismanga-text-bubble-content__bubble p{color:#000;line-height:1;margin:0;white-space:normal}.ismanga .ismanga-text-bubble-content__bubble:hover{box-shadow:0 0 0 2px #b4183d;cursor:pointer;z-index:9999}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga .ismanga-interaction-content__overlay{align-items:center;background-color:rgba(255,255,255,.7);color:#b4183d;display:flex;font-size:24px;justify-content:center;position:absolute;text-align:center;z-index:1}.ismanga .ismanga-interaction-content__translate-button{background-color:#b4183d;border:0;border-radius:2px;box-shadow:none;color:#fff;font-family:"Comic Neue";outline:none;padding:6px 10px}.ismanga .ismanga-interaction-content__translate-button:hover{background-color:#901330}</style><style>.ismanga{font-family:"Comic Neue"}.ismanga *,.ismanga *::before,.ismanga *::after{box-sizing:border-box}.ismanga ul[class],.ismanga ol[class]{padding:0}.ismanga body,.ismanga h1,.ismanga h2,.ismanga h3,.ismanga h4,.ismanga p,.ismanga ul[class],.ismanga ol[class],.ismanga li,.ismanga figure,.ismanga figcaption,.ismanga blockquote,.ismanga dl,.ismanga dd{margin:0}.ismanga body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}.ismanga ul[class],.ismanga ol[class]{list-style:none}.ismanga a:not([class]){text-decoration-skip-ink:auto}.ismanga img{display:block;max-width:100%}.ismanga input,.ismanga button,.ismanga textarea,.ismanga select{font:inherit}@media(prefers-reduced-motion: reduce){.ismanga *{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}}.ismanga.ismanga-control-panel-container{left:0;position:fixed;top:40%;z-index:99999 !important}</style><script type="text/javascript" charset="UTF-8" src="./cost-control_files/common.js"></script><script type="text/javascript" charset="UTF-8" src="./cost-control_files/util.js"></script></head>
<body data-aos-easing="ease" data-aos-duration="400" data-aos-delay="0" cz-shortcut-listen="true">
<!-- Navbar Start -->
<nav id="nav" class="navbar navbar-expand-lg tst-1 fixed-top" style="z-index: 999">
<a class="navbar-brand" href="https://rembon.co.id/index.php" style="padding-left: 20px;"><img class="nav-logo" src="./cost-control_files/header-logo.png" alt=""></a>
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-cstm"><i class="fas fa-caret-square-down fa-2x"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link" href="https://rembon.co.id/cost-control.php#" id="navbarDropdown" role="button" data-toggle="dropdown">
Company
</a>
<div class="dropdown-menu f-d-company">
<a class="dropdown-item company" href="https://rembon.co.id/about.php"><span>About Us</span><img src="./cost-control_files/about-logo.png"></a>
<a class="dropdown-item careers" href="https://rembon.co.id/cost-control.php#"><span>Careers</span><img src="./cost-control_files/careers.png"></a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="https://rembon.co.id/cost-control.php#" id="navbarDropdown" role="button" data-toggle="dropdown">
Services
</a>
<div class="dropdown-menu f-d-services">
<a class="dropdown-item company" href="https://rembon.co.id/seo-smo.php"><span>SEO & SMO</span><img src="./cost-control_files/seo.png"></a>
<a class="dropdown-item company" href="https://rembon.co.id/mobile-apps.php"><span>Mobile Apps</span><img src="./cost-control_files/mobile.png"></a>
<a class="dropdown-item company" href="https://rembon.co.id/web-development.php"><span>Website</span><img src="./cost-control_files/website.png"></a>
<a class="dropdown-item company" href="https://rembon.co.id/desktop.php"><span>Desktop Apps</span><img src="./cost-control_files/desktop.png"></a>
<a class="dropdown-item company" href="https://rembon.co.id/infrastructure.php"><span>Infrastructure
&<br>Networking</span><img src="./cost-control_files/network.png"></a>
<a class="dropdown-item company" href="https://rembon.co.id/internet-of-things.php"><span>Connected
Devices<br>(IoT)</span><img src="./cost-control_files/iot-logo.png"></a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://rembon.co.id/portfolio.php">Portfolio</a>
</li>
<li class="nav-item">
<a href="https://rembon.co.id/cost-control.php" class="nav-link" data-toggle="modal" data-target="#myModal" data-lat="-6.241159" data-lng="106.860150">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- MODAL CONTACT US -->
<form id="modalContact" action="https://rembon.co.id/cost-control.php">
<section id="modal-contact">
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="row">
<div class="col-md-6 modal_body_map">
<div class="location-map" id="location-map">
<div style="width: 600px; height: 400px;" id="map_canvas"></div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-12 txt-1">
<span>SAY HELLO!</span>
<span>Send us a message</span>
</div>
<div class="col-md-12 txt-2">
<label for="">Name</label>
<input class="form-control form-control-sm" type="text" placeholder="Your name" spellcheck="false" required="">
</div>
<div class="col-md-12 txt-2">
<label for="">Company / Brand</label>
<input class="form-control form-control-sm" type="text" placeholder="Your company name" spellcheck="false" required="">
</div>
<div class="col-md-12 txt-2">
<label for="">Email Address</label>
<input class="form-control form-control-sm" type="text" placeholder="Your email address" spellcheck="false" required="">
</div>
<div class="col-md-12 txt-2">
<label for="">Phone Number</label>
<input class="form-control form-control-sm" type="text" placeholder="Your phone number" spellcheck="false" required="">
</div>
<div class="col-md-12 txt-2">
<label for="">Message</label>
<textarea class="form-control" rows="2" placeholder="Your message (max 300 character) required" required=""></textarea>
<button type="submit" id="send_contact" class="btn btn-sm btn-primary btn-1">Send Message</button>
<button type="button" class="btn btn-sm btn-danger btn-2" data-dismiss="modal">Cancel</button>
</div>
<div class="col-md-12 footer">
<span>Jl. Asem Baris Raya 12 No. 3A-3B RT.007 RW.014
Kebon Baru, Tebet Jakarta Selatan 12830 </span>
<span>+62 811908 918</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</form>
<!-- Navbar end -->
<!-- <div id="contact">
<div class="content">
<div class="left">
<div id="maps" style='color: #112833'></div>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAWE8BwPOPM7rjec74EZ1E1OjEqT25HQJk&callback=initMap">
</script>
<script>
function initMap() {
var headquarter = {
lat: -6.241159,
lng: 106.860150
};
var map = new google.maps.Map(document.getElementById('maps'), {
scrollwheel: false,
zoom: 15,
mapTypeControl: false,
fullscreenControl: false,
center: headquarter
});
var contentString1 = '<div id="content">' +
'<h1 id="firstHeading" class="firstHeading">' +
'PT. Rembon Karya Digital</h1><br/>' +
'<div id="bodyContent">' +
'<div>Jl. Asem Baris Raya 12 No. 3A-3B RT.007 RW.014 Kebon Baru, Tebet Jakarta Selatan 12830 DKI Jakarta, Indonesia</div>' +
'<p>+62 811908 918</p></div></div>';
var infowindow1 = new google.maps.InfoWindow({
content: contentString1
});
var marker1 = new google.maps.Marker({
title: 'PT. Rembon Karya Digital - Office',
position: headquarter,
map: map
});
marker1.addListener('click', function () {
infowindow1.open(map, marker1)
});
}
</script>
</div>
<div class="right">
<div class="top">
<span>SAY HELLO!</span>
Send us a message
</div>
<form>
<div class="obj">
<label>Name</label>
<input type="text" name="name" spellcheck="false" autocomplete="off" placeholder="Your name"
required />
</div>
<div class="obj">
<label>Company / Brand</label>
<input type="text" name="company" spellcheck="false" autocomplete="off"
placeholder="Your company name" required />
</div>
<div class="obj">
<label>Email Address</label>
<input type="email" name="email" spellcheck="false" autocomplete="off"
placeholder="Your email address" required />
</div>
<div class="obj">
<label>Phone Number</label>
<input type="text" name="phone" spellcheck="false" autocomplete="off"
placeholder="Your phone number" required />
</div>
<div class="obj">
<label>Message</label>
<textarea name="message" spellcheck="false" autocomplete="off"
placeholder="Your message (max 300 character) required"></textarea>
</div>
<button type="submit">Send Message</button>
<a class="cancel" href="javascript:void(0)">Cancel</a>
</form>
<div class="bottom">
<span>Jl. Asem Baris Raya 12 No. 3A-3B RT.007 RW.014<br />Kebon Baru, Tebet Jakarta Selatan
12830</span>
<span style="text-align: right">+62 811908 918</span>
</div>
</div>
</div>
</div> --> <!-- Header start -->
<section id="portfolio-content_page" class="heading">
<div class="jumbotron">
<img src="./cost-control_files/cost-control-wide.png" alt="">
<div class="row text-center" style="min-height: 240px;">
<div class="col-12">
<div class="block_content-text">
<h1>Cost Control</h1>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio-2" data-aos="fade-up" data-aos-duration="1400" class="aos-init aos-animate">
<div class="container">
<div class="row text-center" style="margin-bottom: 50px">
<div class="col-md-12">
<div class="badge mtb-25">WHAT IS COST CONTROL ?</div>
</div>
</div>
<div class="row text-left">
<div class="col-md-12" style="margin-bottom: 35px;">
<div class="row">
<div class="col-5 col-md-2">
<img src="./cost-control_files/cc-png.png" alt="">
</div>
<div class="col-7 col-md-10">
<h1>Cost Control</h1>
<img src="./cost-control_files/line.png" alt="">
</div>
</div>
</div>
<div class="col-md-12 aos-init" data-aos="fade-up" data-aos-duration="1200">
<p>Cost Control is very important and should get special attention in efforts to improve the
protection of the company's cash flow.<br> One step that must be done is to control and regulate
all costs, purchase of goods, and sale of goods.</p>
</div>
</div>
</div>
</section>
<section id="portfolio-3">
<div class="container">
<div class="row text-center">
<div class="col-md-12 aos-init" style="margin-bottom: 50px" data-aos="fade-down" data-aos-duration="1200">
<h1>CROSS PLATFORM AND ANY DEVICES</h1>
</div>
</div>
<div class="row text-center part-2 aos-init" data-aos="fade-down" data-aos-duration="1400">
<div class="col-12">
<img src="./cost-control_files/p-group-cost-control.svg" alt="">
</div>
</div>
</div>
</section>
<section id="portfolio-5">
<div class="row text-center">
<div class="col-12">
<div class="badge aos-init" style="margin-bottom: 50px;" data-aos="fade-down" data-aos-duration="1400">GRAPH CHART OF COST CONTROL</div>
</div>
</div>
<img src="./cost-control_files/chart.png" alt="" data-aos="fade-down" data-aos-duration="1100" class="aos-init">
</section>
<section id="portfolio-other_part">
<div class="container">
<div class="row text-center part-1">
<div class="col-12">
<h1>Other Portfolio</h1>
</div>
</div>
<div class="row text-center part-2">
<div class="col-md-4">
<a href="https://rembon.co.id/mobile-approval.php">
<div class="content-block">
<img src="./cost-control_files/mobile-approval-photo.png" alt="">
<h1>Mobile Approval</h1>
</div>
</a>
</div>
<!-- <div class="col-md-4">
<a href="">
<div class="content-block">
<img src="img/un-lion-photo.png" alt="">
<h1>Vending Machine</h1>
</div>
</a>
</div> -->
<div class="col-md-4">
<a href="https://rembon.co.id/kodiklat.php">
<div class="content-block">
<img src="./cost-control_files/un-kodiklat-photo.png" alt="">
<h1>Kodiklat</h1>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://rembon.co.id/apg.php">
<div class="content-block">
<img src="./cost-control_files/apg-photo.png" alt="">
<h1>Asian Paragames 2018</h1>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="web-6">
<div class="container">
<div class="row part-1">
<div class="col-12">
<hr class="hr-2">
</div>
</div>
<div class="row part-2">
<div class="col-md-6">
<h4 style="margin-bottom: 10px;">Subscribe to Get Notified!</h4>
<p>Sign up to receive updates and fresh news from us</p>
<form action="https://rembon.co.id/cost-control.php">
<div class="row" style="margin-top: 40px;">
<div class="col-md-8">
<div class="form-row">
<input type="text" class="form-input" placeholder="Enter Your E-mail"></div>
</div>
<div class="col-md-4">
<div class="form-row">
<input type="button" class="form-input btn-f" value="Subscribe">
</div>
</div>
</div>
</form>
</div>
<div class="col-md-5 offset-md-1">
<h4 style="margin-bottom: 10px;">Time to get Started</h4>
<p>Improve your business results with Us</p>
<form action="https://rembon.co.id/cost-control.php">
<div class="row" style="margin-top: 40px;">
<div class="col-md-4">
<div class="form-row">
<input type="button" class="form-input btn-f" value="Contact Us"></div>
</div>
<div class="col-md-7">
<div class="form-row main-btn-f">
<input type="button" class="form-input btn-f" value="Read More About Us">
</div>
</div>
</div>
</form>
</div>
</div>
<div class="row part-1">
<div class="col-12">
<hr class="hr-1">
</div>
</div>
</div>
</section>
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script> -->
<script src="./cost-control_files/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="./cost-control_files/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<footer id="f-footer">
<div class="container-fluid" style="padding: 0;">
<div class="row">
<div class="col-md-6 part-footer-left">
<p>Jl. Asem Baris Raya 12 No. 3A-3B RT.007 RW.014<br>
Kebon Baru, Tebet Jakarta Selatan 12830</p>
</div>
<div class="col-md-6 part-footer-right">
<img src="./cost-control_files/footer-logo.png" alt="">
<p style="color: #cccccc;">© Copyright 2019, PT. Rembon Karya Digital<br>PT. Rembon Karya Network
</p>
</div>
</div>
</div>
</footer>
<script async="" defer="" src="./cost-control_files/js"></script>
<script src="./cost-control_files/map.js"></script>
<script src="./cost-control_files/sweetalert.min.js"></script>
<script>
$('#modalContact').submit(function(e) {
swal({
title: "Thank you for contact us",
text: "Your form has been submitted!",
icon: "success",
});
e.preventDefault();
})
</script>
<script>
AOS.init()
</script>
<gdiv class="ginger-extension-writer" style="display: none;"><gdiv class="ginger-extension-writer-frame"><iframe src="./cost-control_files/index.html"></iframe></gdiv></gdiv><gdiv id="ginger-floatingG-container" style="position: absolute; top: 0px; left: 0px;"><gdiv class="ginger-floatingG ginger-floatingG-closed" style="display: none;"><gdiv class="ginger-floatingG-disabled-main"><gdiv class="ginger-floatingG-bar-tool-tooltip">Enable Ginger</gdiv></gdiv><gdiv class="ginger-floatingG-offline-main"><gdiv class="ginger-floatingG-bar-tool-tooltip"><em>Cannot connect to Ginger</em> Check your internet connection<br> or reload the browser</gdiv></gdiv><gdiv class="ginger-floatingG-enabled-main"><gdiv class="ginger-floatingG-bar"><gdiv class="ginger-floatingG-bar-tool ginger-floatingG-bar-tool-disable"><ga></ga><gdiv class="ginger-floatingG-bar-tool-tooltip">Disable in this text field</gdiv></gdiv><gdiv class="ginger-floatingG-bar-tool ginger-floatingG-bar-tool-rephrase ginger-floatingG-bar-tool-rephrase_big-circle"><ga class="ginger-floatingG-bar-tool-rephrase__btn" id="ginger__floatingG-bar-tool-rephrase__btn">Rephrase</ga><gdiv class="ginger-floatingG-bar-tool-tooltip ginger-floatingG-bar-tool-tooltip_rephrase">Rephrase current sentence</gdiv></gdiv><gdiv class="ginger-floatingG-bar-tool ginger-floatingG-bar-tool-mistakes"><ga><span class="ginger-floatingG-bar-tool-mistakes-count"></span></ga><gdiv class="ginger-floatingG-bar-tool-tooltip">Edit in Ginger</gdiv></gdiv></gdiv></gdiv><gdiv class="ginger-floatingG-contentPopup"><gdiv class="ginger-floatingG-contentPopup-wrap"><ga class="ginger-floatingG-contentPopup-close">×</ga><gdiv class="ginger-floatingG-contentPopup-frame"><iframe scrolling="no" src="./cost-control_files/saved_resource.html"></iframe></gdiv></gdiv></gdiv></gdiv></gdiv></body></html>