Spaces:
Configuration error
Configuration error
File size: 126,539 Bytes
a53e20e f0c0a84 a53e20e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
<!DOCTYPE html>
<html dir='ltr' lang='id'>
<!-- Creator : WEB & UI/UX Designer ======= -->
<!-- Website : https://www.bernekellboy.biz.id =================== -->
<!--<head>
<link href='https://www.blogger.com/static/v1/widgets/3566091532-css_bundle_v2.css' rel='stylesheet' type='text/css'/>
-->
<head>
<script async='async' src='//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script>
<!-- == AHC == -->
<meta content='yes' name='apple-mobile-web-app-capable'/>
<meta content='#d6d6d6' name='apple-mobile-web-app-status-bar-style'/>
<meta content='#d6d6d6' name='msapplication-navbutton-color'/>
<meta content='#d6d6d6' name='theme-color'/>
<meta charset='UTF-8'/>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<meta content='index, follow' name='robots'/>
<meta content='ID-JK' name='geo.region'/>
<meta content='Index, Follow' name='robots'/>
<meta content='Jasa RootSec BOT' name='Jasa RootSec BOT'/>
<meta content='© RootSec' name='copyright'/>
<meta content='2 days' name='revisit'/>
<meta content='never' name='expires'/>
<meta content='always' name='revisit'/>
<meta content='Indonesia' name='geo.placename'/>
<meta content='Bahasa' name='language'/>
<meta content='Indonesia' name='geo.country'/>
<meta content='All-Language' http-equiv='Content-Language'/>
<meta content='global' name='distribution'/>
<meta content='blogger' name='generator'/>
<meta content='general' name='rating'/>
<meta content='global' name='target'/>
<meta content='true' name='MSSmartTagsPreventParsing'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='index, follow' name='googlebot'/>
<meta content='follow, all' name='Googlebot-Image'/>
<meta content='all' name='spiders'/>
<meta content='all' name='WEBCRAWLERS'/>
<meta content='noodp' name='robots'/>
<meta content='noydir' name='robots'/>
<link href="//toko.rootsec.biz.id/favicon.ico" rel="icon">
<meta content='TOKO RootSec BOT' property='og:site_name'/>
<title>TOKO RootSec BOT</title>
<meta content='TOKO RootSec BOT' itemprop='name'/>
<meta content='TOKO RootSec BOT' name='twitter:title'/>
<meta content='TOKO RootSec BOT' name='twitter:image:alt'/>
<meta content='TOKO RootSec BOT' property='og:image:alt'/>
<meta content='TOKO RootSec BOT' property='og:title'/>
<meta content='TOKO RootSec BOT' name='keywords'/>
<meta content='aeiwi, alexa, alltheWeb, altavista, aol netfind, anzwers, canada, directhit, euroseek, excite, overture, go, google, hotbot. infomak, kanoodle, lycos, mastersite, national directory, northern light, searchit, simplesearch, Websmostlinked, webtop, what-u-seek, aol, yahoo, webcrawler, infoseek, excite, magellan, looksmart, bing, cnet, googlebot' name='search engines'/>
<meta content='TOKO RootSec BOT' property='article:tag'/>
<meta content='' name='description'/>
<meta content='' name='twitter:description'/>
<meta content='' itemprop='description'/>
<link href='http://toko.rootsec.biz.id/' rel='canonical'/>
<link href='http://toko.rootsec.biz.id/' hreflang='x-default' rel='alternate'/>
<meta content='http://toko.rootsec.biz.id/' property='og:url'/>
<meta content='summary_large_image' name='twitter:card'/>
<meta content='article' property='og:type'/>
<meta content='@koleksibot' name='twitter:site'/>
<meta content='@koleksibot' name='twitter:creator'/>
<meta content='OgYroXMh7F91HZEKUvh11T9pvhb27IQNOL2dk2BQHec' name='google-site-verification'/>
<meta content='CFD64403EA573827C68A8A88B34308B7' name='msvalidate.01'/>
<meta content='index, follow' name='robots'/>
<meta content='index, follow' name='googlebot'/>
<link href='http://toko.rootsec.biz.id/feeds/posts/default' rel='alternate' title='TOKO RootSec BOT — Atom' type='application/atom+xml'/>
<link href='http://toko.rootsec.biz.id/feeds/posts/default?alt=rss' rel='alternate' title='TOKO RootSec BOT — RSS' type='application/rss+xml'/>
<link href='https://www.blogger.com/feeds/7921602400663178869/posts/default' rel='service.post' title='TOKO RootSec BOT — Atom' type='application/atom+xml'/>
<link href='https://www.blogger.com/openid-server.g' rel='openid.server'/>
<link href='http://toko.rootsec.biz.id/' rel='openid.delegate'/>
<include expiration='7d' path='*.css'></include>
<include expiration='7d' path='*.js'></include>
<include expiration='3d' path='*.gif'></include>
<include expiration='3d' path='*.jpeg'></include>
<include expiration='3d' path='*.jpg'></include>
<include expiration='3d' path='*.png'></include>
<include expiration='3d' path='*.webp'></include>
<include expiration='3d' path='*.ico'></include>
<meta content='sat, 02 jun 2024 00:00:00 GMT' http-equiv='expires'/>
<meta content='public' http-equiv='Cache-control'/>
<link href='//ajax.googleapis.com' rel='dns-prefetch'/>
<link href='//www.google-analytics.com' rel='dns-prefetch'/>
<link href='//www.googletagservices.com' rel='dns-prefetch'/>
<link href='//resources.blogblog.com' rel='dns-prefetch'/>
<link href='//www.blogger.com' rel='dns-prefetch'/>
<link href='//1.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//2.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//3.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//4.bp.blogspot.com' rel='dns-prefetch'/>
<link href='//lh3.googleusercontent.com' rel='dns-prefetch'/>
<link href='//blogger.googleusercontent.com' rel='dns-prefetch'/>
<link href='//www.youtube.com' rel='dns-prefetch'/>
<link href='//img.youtube.com' rel='dns-prefetch'/>
<link href='//github.com' rel='dns-prefetch'/>
<link href='//cdn.rawgit.com' rel='dns-prefetch'/>
<link href='//cdn.jsdelivr.net' rel='dns-prefetch'/>
<link href='//dummyimage.com' rel='dns-prefetch'/>
<!-- == / AHC == -->
<style type='text/css'>@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format('woff2');unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2)format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}</style>
<style id='page-skin-1' type='text/css'><!--
:root {
--key: #434343;
--tag: #ff0000;
--black: #232323;
--white: #d6d6d6;
--silver: #f6f6f6;
--gray: #777777;
--border: rgba(0 0 0 / 7.5%);
--radius: 8px;
--radius2: 16px;
--lebar: 960px;
--header_height: 80px;
--footer_height: 100px;
--card_shadow : 0 10px 15px -3px rgb(0 0 0 / 5%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
html.dark {
--key: #fff;
--black: #aaa;
--white: #232323;
--silver: #1e1e1e;
--gray: #666;
--border: rgba(0 0 0 / 30%);
--card_shadow: 0 10px 15px -3px rgb(0 0 0 / 15%), 0 4px 6px -2px rgb(0 0 0 / 15%);
}
*, *:before, *:after { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; box-sizing: border-box; word-wrap: break-word; outline: 0; padding: 0; margin: 0; }
@media only screen and (max-width: 768px) {
* { cursor: default !important; }
}
@media only screen and (min-width: 1024px) {
*::-webkit-scrollbar { width: 5px; }
*::-webkit-scrollbar-track { background: var(--white); }
*::-webkit-scrollbar-thumb { background: var(--key); }
}
::-moz-selection { background: var(--border); }
::selection { background: var(--border); }
svg { display: block; max-width: 100%; height: auto; margin: auto; }
img, iframe { display: block; margin: auto; max-width: 100%; height: auto; transition: opacity .5s; border: 0; }
img[data-src], iframe[data-src] { opacity: 0; }
.video { display: block; padding-top: 56.25%; position: relative; background: #000; overflow: hidden; border-radius: var(--radius); max-width: 100%; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.pop-content .video { margin: -20px -20px; padding-top: calc(56.25% + 25px); border-radius: 0; width: calc(100% + 40px); max-width: calc(100% + 40px); }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }
a { text-decoration: none; color: var(--gray); }
a:hover { color: var(--key); }
b { font-weight: 600; }
hr { border: 0; border-bottom: 1px solid var(--border); }
@keyframes spinner {
to { transform: rotate(360deg); }
}
.loading { position: relative; min-height: 40px; }
.loading:before { content: ''; background: var(--black); opacity: .9; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; }
.loading:after { content: ''; box-sizing: border-box; position: absolute; z-index: 2; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; border-radius: 50%; border: 1px solid var(--border); border-top-color: var(--key); animation: spinner .2s linear infinite; }
body.loading:before { position: fixed; z-index: 9999; }
body.loading:after { position: fixed; z-index: 10000; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; }
.wrapper { width: var(--lebar); max-width: calc(100% - 40px); margin: auto; }
body { background: var(--white); color: var(--black); min-height: 100vh; font-size: 18px; line-height: 1.8; }
@media only screen and (max-width: 1440px) {
body { font-size: 16px; line-height: 1.6; }
}
#header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: center; height: var(--header_height); background: var(--white); transition: box-shadow .1s; }
#header.shadow { box-shadow: var(--card_shadow); }
#header-section { position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-gap: 20px; }
#header-section .widget { display: flex; align-items: center; justify-content: center; }
#header-section .widget.Header { justify-content: left; }
#header-section #nav { display: none; }
#header-section #nav i.menu { padding: 0 10px; }
#header-section #nav i.menu svg { fill: var(--gray); stroke: var(--gray); }
#header-section #logo a { display: block; }
#header-section #logo img { width: 40px;height: 40px; border-radius: var(--radius); }
#header-section #logo hgroup { display: none; }
#header-section #search { width: 100%;margin: auto; }
#header-section #search .search-form { position: relative; }
#header-section #search .search-form form { position: relative; display:grid; grid-template-columns: 1fr auto; }
#header-section #search .search-form form input,
#header-section #search .search-form form button { color: var(--black);display: block;width: 100%;border: 1px solid transparent;background: var(--silver);padding: 10px 20px;font-size: 90%; }
#header-section #search .search-form form input { border-radius: var(--radius) 0 0 var(--radius); padding-right:0; border-right:0!important; }
#header-section #search .search-form form button { border-radius: 0 var(--radius) var(--radius) 0; border-left:0!important; position:relative; z-index:1; }
#header-section #search .search-form form input:focus,
#header-section #search .search-form form input:focus ~ button { background: transparent;border: 1px solid var(--border); }
#header-section #search .search-form form button.cancel { display:none; }
#header-section #search .search-form form input:focus ~ button[type=submit] { display:none; }
#header-section #search .search-form form input:focus ~ button.cancel { display:block; }
#header-section #search .search-form form nav { font-size: 80%; }
#header-section #search .search-form form nav ul { display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px;padding: 20px;background: var(--white);box-shadow: var(--card_shadow);border-radius: var(--radius);position: absolute;top: calc(100% - 10px);width: 100%;right: 0;overflow-y: auto;visibility: hidden;opacity: 0;transition: .1s;transform-origin: top center; }
#header-section #search .search-form form nav ul li,
#header-section #search .search-form form nav ul li a { display:block; min-width: 0; }
#header-section #search .search-form form nav ul li a { display: grid;grid-template-columns: 1fr auto;grid-gap: 15px;padding: 15px;border: 1px solid var(--border);border-radius: var(--radius);font-size: 90%;box-shadow: var(--inset_shadow); }
#header-section #search .search-form form nav ul li a:active { box-shadow: none; }
#header-section #search .search-form form nav ul li a>* { display: flex;align-items: center; }
#header-section #search .search-form form nav ul li a span { min-width: 0;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%; }
#header-section #search .search-form form nav ul li a small { padding: 0 15px;border-radius: 100px;background: var(--silver);line-height: 1;font-weight: 600;transition: .1s; }
#header-section #search .search-form form nav ul li:hover a small { background: var(--key);color: white; }
#header-section #search .search-form form input:focus~nav ul,
#header-section #search .search-form form nav ul:hover { top: 100%;visibility: visible;opacity: 1; }
@media only screen and (max-width: 768px) {
#header-section #search .search-form form nav ul { max-height: calc(100% - var(--header_height)); position: fixed;border-top: 1px solid var(--border);top: calc(var(--header_height) - 10px);width: 100%;left: 0;border-radius: 0 0 var(--radius) var(--radius);grid-template-columns: repeat(2, 1fr);grid-gap: 10px; }
#header-section #search .search-form form input:focus~nav ul, #header-section #search .search-form form nav ul:hover { top: var(--header_height); }
}
#header-section #pop-menu { text-align: center; }
#header-section #pop-menu ul, #header-section #pop-menu ul li, #header-section #pop-menu ul li a { display: block; }
#header-section #pop-menu>ul li a { display: block; padding: 20px; border-bottom: 1px solid var(--border); }
#header-section #pop-menu>ul { margin: -20px -20px 20px; }
#header-section #pop-menu>ul li.dropdown>ul.sub { display: none; background: var(--silver); }
#header-section #pop-menu>ul li.dropdown a i svg { transition: .2s; }
#header-section #pop-menu>ul li.dropdown.active a i svg { transform: rotate(-180deg); }
#header-section #pop-menu small { display: block; font-size: 80%; letter-spacing: 1px; }
#featured-post { position: relative; margin-bottom: 80px; }
#featured-post .img { display: block; }
#featured-post .img img { border-radius: var(--radius); }
#featured-post .text { position: absolute; bottom: -40px; left: 40px; width: calc(100% - 80px); padding: 40px; box-shadow: var(--card_shadow); border-radius: var(--radius); overflow: hidden; }
#featured-post .text:before { content: ''; background: var(--white); position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .95; }
#featured-post .text>* { position: relative; }
#featured-post .text small { color: var(--gray); display: block; margin-bottom: 5px; }
#featured-post .text h3 { font-size: 150%; line-height: 1.4; color: var(--black); transition: .1s; }
#featured-post:hover .text h3 { color: var(--key); }
@media only screen and (max-width: 768px) {
#featured-post { margin: -20px -20px 80px; }
#featured-post .img img { border-radius: 0; }
#featured-post .text { padding: 20px; left: 20px; width: calc(100% - 40px); }
#featured-post .text h3 { font-size: 100%; }
}
#main { min-height: calc(100vh - var(--header_height) - var(--footer_height)); display: flex; padding: 20px 0 40px; }
#slideshow-home { margin-bottom: 40px; }
#slideshow-home .youtube a { display: block; position: relative; padding-top: 50%; }
#slideshow-home .youtube a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover }
#slideshow-home .youtube a svg { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: 20%; opacity: 0; visibility: hidden; transition: .1s; }
#slideshow-home .youtube:hover a svg { opacity: 1; visibility: visible; }
#slideshow-home .youtube a svg .bg { fill: rgba(0 0 0 / 50%); transition: .1s; }
#slideshow-home .youtube a svg:hover .bg { fill: red; }
#slideshow-home .youtube a svg .play { fill: white; }
#slideshow-home a { display: block; }
#slideshow-home img { display: block; width: 100%; border-radius: var(--radius); box-shadow: var(--card_shadow); }
@media only screen and (max-width: 768px) {
#slideshow-home { margin: -20px -20px 40px; }
#slideshow-home img { border-radius: 0; box-shadow: none; }
}
#label-banner { margin-bottom: 20px; }
#label-banner img { border-radius: var(--radius); margin-left: -20px; max-width: calc(100% + 40px); width: calc(100% + 40px); }
@media only screen and (max-width: 960px) {
#label-banner { margin-top: -20px; }
#label-banner img { border-radius: 0; }
}
#main article .post-body table.field { display: none; }
#main header.page-title { position: sticky; top: calc(var(--header_height) - 1px); z-index: 99; margin: 0 -20px; display: grid; grid-template-columns: 1fr auto; grid-gap: 20px; padding: 15px 20px; border-radius: 0 0 var(--radius2) var(--radius2); box-shadow: var(--card_shadow); overflow: hidden; background: var(--white); }
#main header.page-title>* { display: flex; align-items: center; min-width: 0; }
#main header.page-title h2 { display: inline-block; letter-spacing: 2px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#main header.page-title h3 { font-size: 90%; }
#main header.page-title #sort select { height: 40px; padding: 0 20px; border: 1px solid var(--border); background: transparent; border-radius: 100px; /* hide arrow */
-webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ellipsis; width: 100%; color: var(--black); background: transparent no-repeat; background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z'/%3E%3C/svg%3E"); background-size: auto 15px; background-position: calc(100% - 20px) center; padding-right: 30px; }
html.dark #main header.page-title #sort select { background-image: url("data:image/svg+xml,%0A%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z'/%3E%3C/svg%3E"); }
#main header.page-title #sort select option { font-size: 120%; }
#main header.page-title #sort select::-ms-expand { display: none; }
#main .is_single article.is_post { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 40px; margin-bottom: 40px; }
#main .is_single article.is_post>.article-right { display: flex; }
#main .is_single article.is_post>.article-right>.wrap { display: block; margin: auto 0; width: 100%; }
@media only screen and (max-width: 768px) {
#main .is_single article.is_post { grid-template-columns: 1fr; }
}
#main .is_single article .sticky { position: sticky; top: 100px; width: 100%; }
#main .is_single #pop-bagikan .grid-preview { display: grid; grid-template-columns: auto 1fr; grid-gap: 20px; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 20px; padding: 20px; }
#main .is_single #pop-bagikan .grid-preview img { border-radius: var(--radius); box-shadow: var(--card_shadow); }
#main .is_single #pop-bagikan .grid-preview .info { display: flex; align-items: center; }
#main .is_single #pop-bagikan .grid-preview .info .wrap { width: 100%; }
#main .is_single #pop-bagikan .grid-preview .info .wrap h4 { font-weight: 600; }
#main .is_single #pop-bagikan .grid-preview .info .wrap small { display: block; color: var(--gray); }
#main .is_single #pop-bagikan .grid { display: grid; grid-template-columns: repeat(4, 1fr); }
#main .is_single #pop-bagikan .grid>* { text-align: center; }
#main .is_single #pop-bagikan .grid i { display: flex; width: 50px; height: 50px; border-radius: 50px; box-shadow: var(--card_shadow); margin: auto; align-items: center; justify-content: center; transition: .1s; }
#main .is_single #pop-bagikan .grid a:active i { box-shadow: none; }
#main .is_single #pop-bagikan .grid i.whatsapp svg { fill: #0DC143; }
#main .is_single #pop-bagikan .grid i.telegram svg { fill: #2199CB; }
#main .is_single #pop-bagikan .grid i.facebook svg { fill: #1B74E4; }
#main .is_single #pop-bagikan .grid i.twitter svg { fill: #1d9bf0; }
#main .is_single #pop-bagikan .grid .copy { padding: 20px; grid-column: 1/5; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--border); margin: 20px -20px -20px; border-radius: 0; }
#main .is_single #pop-bagikan .grid .copy input, #main .is_single #pop-bagikan .grid .copy button { width: 100%; border: 0; padding: 10px 20px; background: transparent; border-radius: 100px; }
#main .is_single #pop-bagikan .grid .copy input { text-overflow: ellipsis; color: var(--black); }
#main .is_single #pop-bagikan .grid .copy button { border: 1px solid var(--black); color: var(--black); cursor: pointer; background: transparent; }
#main .is_single article h1.title { font-weight: 600; font-size: 150%; line-height: 1.2; }
#main .is_single article.is_post .harga { margin-top: 20px; }
#main .is_single article.is_post .harga s { color: var(--gray); }
#main .is_single article.is_post .harga b { color: var(--key); }
#main .is_single article.is_post .harga .persen { display: inline-block; vertical-align: middle; line-height: 1; padding: 5px 10px; background: var(--tag); color: white; border-radius: var(--radius); margin-right: 10px; letter-spacing: .5px; font-weight: 600; }
#main .is_single article.is_post .cta { display: grid; grid-template-columns: 3fr 1fr; grid-gap: 20px; padding: 20px; margin: 0 -20px; position: sticky; border-radius: var(--radius2); box-shadow: var(--card_shadow); overflow: hidden; z-index: 99; top: calc(var(--header_height) - 1px); background: var(--white); }
#main .is_single article.is_post .cta a.link { font-weight: 600; display: block; width: 100%; color: var(--white); background: var(--key); border-radius: 100px; letter-spacing: 1px; text-align: center; padding: 15px 20px; font-size: 110%; }
#main .is_single article.is_post .cta a.link.off { cursor: no-drop; background: var(--gray); opacity: .5; }
#main .is_single article.is_post .cta a.link i.icon svg { fill: var(--white); }
#main .is_single article.is_post .cta a.bagikan { display: flex; border-radius: 50px; border: 1px solid var(--border); align-items: center; justify-content: center; }
#main .is_single article.is_post .cta a.bagikan:hover i.icon { color: var(--black); }
#main .is_single article .attr { display: grid; grid-template-columns: 1fr auto; grid-gap: 40px 20px; font-size: 80%; background: var(--white); margin-top: 40px; }
#main .is_single article .attr>span { display: flex; align-items: center; }
#main .is_single article .attr a { color: var(--black); }
#main .is_single article .attr img { display: inline-block; vertical-align: middle; border-radius: 100px; margin-right: 10px; box-shadow: 0 0 0 1px var(--border); }
#main .is_single article.is_post figure.cover { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; margin-bottom: 40px; }
#main .is_single article.is_post figure.cover a:first-of-type { grid-column: 1/5; }
#main .is_single article.is_post figure.cover img { width: 100%; border-radius: var(--radius); box-shadow: var(--card_shadow); }
#main .is_single article .breadcrumb { display: block; margin-bottom: 5px; color: var(--gray); font-size: 80%; }
#main .is_single article .breadcrumb ol, #main .is_single article .breadcrumb ol li { display: inline; }
#main .is_single article .breadcrumb .pager { display: inline-block; margin: 5px; opacity: .5; }
#main .is_single article .update { display: block; padding: 10px 20px; border: 1px solid var(--border); border-radius: var(--radius); margin-top: 40px; font-size: 90%; }
#main .is_single article .post-body { margin-top: 20px; font-size: 90%; }
#main .is_single article.is_post .post-body { position: relative; border-radius: var(--radius); border: 1px solid var(--border); padding: 20px; }
#main .is_single article .post-body a { color: var(--key); margin: auto !important; text-decoration: underline; }
#main .is_single article .post-body .tr-caption-container { color: var(--gray); }
#main .is_single article .post-body img { display: block; margin: 10px auto; border-radius: var(--radius); box-shadow: var(--card_shadow); border: 1px solid var(--border); }
#main .is_single article .post-body .video { display: block; margin: 10px auto; }
#main .is_single article .post-body blockquote { background: var(--silver); padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 105%; margin-top: 20px; }
#main .is_single article .post-body blockquote mark { display: inline-block; background: var(--key); color: var(--white); border-radius: 2px; padding: 0 2px; }
#main .is_single article .post-body code { font-family: monospace, monospace; }
#main .is_single article .post-body pre { overflow: hidden; box-shadow: inset 0 0 0 1px var(--black); border-radius: var(--radius); font-size: 90%; margin-top: 20px; }
#main .is_single article .post-body pre code { display: block; max-width: 100%; overflow-x: auto; padding: 20px; }
#main .is_single article .post-body pre header { display: block; background: var(--black); color: var(--white); padding: 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#main .is_single article .post-body pre code mark { display: inline-block; background: var(--key); color: var(--white); border-radius: 2px; padding: 0 2px; }
#main .is_single article .post-body h2 { font-size: 200%; font-weight: 600; border-top: 1px solid var(--border); padding-top: 20px; padding-bottom: 10px; margin: 20px 0; }
#main .is_single article .post-body h3 { font-size: 150%; font-weight: 600; margin-top: 20px; }
#main .is_single article .post-body ol, #main .is_single article .post-body ul { margin-left: 2em; padding: 20px 0; }
#main .is_single article .post-body ol>li, #main .is_single article .post-body ul>li { margin-bottom: 10px; }
#main .is_single article .post-body ol>li:last-of-type, #main .is_single article .post-body ul>li:last-of-type { margin-bottom: 0; }
#main .is_single article .post-body .table { border: 1px solid var(--border); max-width: 100%; overflow-x: auto; border-radius: var(--radius); margin-top: 20px; }
#main .is_single article .post-body .table table { width: 100%; border-collapse: collapse; }
#main .is_single article .post-body .table table thead th { border-bottom: 1px solid var(--border); }
#main .is_single article .post-body .table table th, #main .is_single article .post-body table td { padding: 10px; text-align: center; vertical-align: middle; }
#main .is_single article .post-body .table table tbody tr:nth-child(odd) td { background: var(--silver); }
#main .is_single article .post-body .btn { cursor: pointer; text-decoration: none !important; display: inline-block; vertical-align: middle; padding: 10px 24px; border-radius: var(--radius); border: 1px solid var(--border); color: var(--key); box-shadow: inset 0 -2px 0 0 rgba(0 0 0 / 10%); }
#main .is_single article .post-body .btn:active { box-shadow: none; }
#main .is_single article .post-body .btn.cta { background: var(--key); border: 1px solid var(--key); color: var(--white); }
#main .is_single article .post-body .btn.cta i.icon { color: #fff !important; }
#main .is_single article .post-body .btn.block { display: block; text-align: center; }
#main .is_single article .post-body .btn-group { display: flex; }
#main .is_single article .post-body .btn-group .btn { width: 100%; margin-right: 20px !important; }
#main .is_single article .post-body .btn-group .btn:last-of-type { margin-right: 0 !important; }
#main .is_single article #comments .comments-title { display: grid; grid-template-columns: 1fr auto; grid-gap: 20px; border: 1px solid var(--border); padding: 20px; border-radius: var(--radius); font-size: 90%; }
#main .is_single article a.comments-add { text-decoration: none !important; display: block; padding: 20px; border: 1px solid var(--border); text-align: center; border-radius: var(--radius); margin-top: 40px; font-size: 90%; }
#main .is_single article #comments iframe.comment-form { display: block; border: none; width: 100%; height: 364px; }
#main .is_single article #comments .comment-actions, #main .is_single article #comments .comment-replies, #main .is_single article #comments .continue, #main .is_single article #comments .loadmore { display: none; }
#main .is_single article #comments #comments-block { display: grid; grid-gap: 40px; margin-bottom: 40px; }
#main .is_single article #comments #comments-block .comment { display: grid; grid-template-columns: auto 1fr; grid-gap: 20px; }
#main .is_single article #comments #comments-block .comment .avatar-image-container { border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 60px; }
#main .is_single article #comments #comments-block .comment .avatar-image-container img { border-radius: 50px; width: 50px; height: 50px; object-fit: cover; }
#main .is_single article #comments #comments-block .comment .comment-block { direction: ltr; display: block; }
#main .is_single article #comments #comments-block .comment .comment-author { line-height: 1; }
#main .is_single article #comments #comments-block .comment .comment-author .datetime { display: block; direction: ltr; line-height: 1; margin-top: 10px; margin-bottom: 10px; font-size: 80%; opacity: .8; }
#main .is_single article #comments #comments-block .comment .comment-author .user { font-style: normal; font-weight: 600; }
#main .is_single article #comments #comments-block .comment .comment-author .user a { color: var(--black); }
#main .is_single article #comments #comments-block .comment .comment-author .icon.blog-author:before { content: 'check_circle'; font-family: 'Material Icons'; display: inline-block; margin-top: -5px; margin-left: 5px; vertical-align: middle; color: var(--key); font-size: 24px; height: 24px; width: 24px; overflow: hidden; }
#main .is_single article #comments #comments-block .comment .comment-text { word-break: break-word; direction: ltr; margin-top: 10px; padding: 20px; border-radius: 0 var(--radius) var(--radius) var(--radius); border: 1px solid var(--border); box-shadow: var(--card_shadow); line-height: 1.5; display: inline-block; transition: .1s; }
#main .is_single article #comments #comments-block .comment .comment-text pre code { display: block; font-size: 90%; max-width: 55vw; overflow-x: auto; padding: 20px; border: 1px solid var(--black); border-radius: var(--radius); }
#main .is_single article #comments #comments-block .comment .comment-text .comment-timestamp { font-size: 80%; opacity: .5; }
#main .is_single article #comments #comments-block .comment.focus .comment-text { border-color: var(--key); }
#main .is_single article #comments #comments-block .comment:nth-child(even) {
direction: rtl; text-align: right; }
#main .is_single article #comments #comments-block .comment:nth-child(even) .comment-author { text-align: right; }
#main .is_single article #comments #comments-block .comment:nth-child(even) .comment-text { border-radius: var(--radius) 0 var(--radius) var(--radius); text-align: left; }
#main .is_single #blog-pager { margin-top: 40px; border-top: 2px dashed var(--border); padding-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
@media only screen and (max-width: 768px) {
#main .is_single #blog-pager { grid-template-columns: 1fr; }
}
#main .is_single #blog-pager a { display: grid; grid-template-columns: auto 1fr; grid-gap: 20px; border-radius: var(--radius); box-shadow: var(--card_shadow); font-size: 90%; padding: 20px; }
#main .is_single #blog-pager a .flex { display: flex; align-items: center; }
#main .is_single #blog-pager a .flex.right { justify-content: end; }
#main .is_single #blog-pager a:active { box-shadow: none; }
#main .is_single #blog-pager a:nth-child(2) {
text-align: right; direction: rtl; }
#main .is_single #blog-pager a:nth-child(2)>* { direction: ltr; }
#main .is_single #blog-pager a figure { display: block; min-width: 60px; }
#main .is_single #blog-pager a figure img { border-radius: var(--radius); width: 100%; }
#main .is_single #blog-pager a small { color: var(--gray); }
#main .is_single #blog-pager a h3 { line-height: 1.4; }
#main .is_loop { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px 20px; margin: 40px 0; }
@media only screen and (max-width: 768px) {
#main .is_loop { grid-template-columns: repeat(2, 1fr); }
}
#main .is_loop article { min-width: 0; position: relative; transition: .1s; }
#main .is_loop article:active { box-shadow: none; }
#main .is_loop article figure.cover { position: relative; display: block; border-radius: var(--radius); overflow: hidden; margin-bottom: 20px; box-shadow: var(--card_shadow); }
#main .is_loop article figure.cover img { width: 100%; }
#main .is_loop article.off figure.cover img { opacity: .2; }
#main .is_loop article a { display: block; transition: .1s; color: var(--black); }
#main .is_loop article a:hover { color: var(--key); }
#main .is_loop article h2.title { line-height: 1.2; font-size: 80%; font-weight: 600; margin-bottom: 5px; display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#main .is_loop article .harga { display: flex; align-items: center; font-size: 80%; }
#main .is_loop article .harga .persen, #main .is_loop article .harga .off { position: absolute; top: 20px; right: 0; background: var(--tag); color: white; border-radius: var(--radius) 0 0 var(--radius); padding: 10px 15px; font-weight: 600; font-size: 80%; letter-spacing: .5px; box-shadow: var(--card_shadow); line-height: 1; }
#main .is_loop article .harga .off { background: var(--black); color: var(--white); }
#main .is_loop article .harga s { color: var(--gray); }
#main .is_loop article .harga [data-harga] { color: var(--key); }
#main .is_loop article .post-body { display: none; }
#main .loadmore-btn { margin-top: 40px; display: block; padding: 20px; text-align: center; border-radius: var(--radius); border: 1px solid var(--border); font-size: 90%; letter-spacing: 1px; overflow: hidden; }
#main .loadmore-btn.loading { text-indent: -9999px; }
#footer { display: flex; height: var(--footer_height); align-items: center; border-top: 1px solid var(--border); font-size: 90%; line-height: 1.5; }
#footer #footer-section { color: var(--gray); }
#footer #footer-section .LinkList { display: grid; grid-template-columns: 1fr auto; grid-gap: 20px; }
#footer #footer-section .LinkList>* { display: flex; align-items: center; }
#footer #footer-section h3 { margin-bottom: 20px; font-size: 120%; }
#footer #footer-section .socmed { display: block; margin-bottom: 5px; }
#footer #footer-section .socmed a { margin-right: 5px; }
#footer #footer-section .socmed a:last-of-type { margin-right: 0; }
#footer #footer-section .socmed a i.icon svg { width: 20px; height: 20px; }
#footer #footer-section .socmed a:hover i.icon svg { fill: var(--black); }
#footer #footer-section a[href*='#'] { margin-left: 10px; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50px; box-shadow: var(--card_shadow); }
#footer #footer-section a[href*='#']:active { box-shadow: none; }
#footer #footer-section a[href*='#']:first-of-type { margin-left: 0; }
#footer #footer-section a[href*='#']:hover i.icon { color: var(--black); }
i.icon { font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; vertical-align: middle; direction: ltr; -webkit-font-smoothing: antialiased; }
i.icon svg { display: block; width: 24px; height: 24px; fill: var(--key); }
*:hover>i.icon svg { fill: var(--black); }
i.icon.left { margin-right: 10px; }
i.icon.right { margin-left: 10px; }
small i.icon svg { width: 20px; height: 20px; }
small i.icon.left { margin-right: 5px; }
small i.icon.right { margin-left: 5px; }
[target*="pop-"] { cursor: pointer; }
[id*="pop-"] { display: none; }
.pop { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; padding: 40px 0; background: rgba(0 0 0 / 50%); display: flex; text-align: left; font-size: 1rem; font-weight: 400; text-transform: none; transition: transform, margin .1s; visibility: hidden; opacity: 0; }
.pop.open { visibility: visible; opacity: 1; }
body.pop-open { overflow-y: hidden; }
.pop .pop-wrap { display: block; margin: auto; background: var(--white); box-shadow: var(--long_shadow); border-radius: var(--radius); overflow: hidden; width: 500px; max-width: calc(100% - 40px); transition: .1s; transform-origin: bottom center; transform: scale(.9); }
.pop.open .pop-wrap { transform: scale(1); }
.pop .pop-wrap .pop-header { border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; grid-gap: 20px; }
.pop .pop-wrap .pop-header .pop-title { display: flex; padding: 20px; overflow: hidden; }
.pop .pop-wrap .pop-header .pop-title h3 { display: block; margin: auto 0; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 100%; font-weight: 400; }
.pop .pop-wrap .pop-header .pop-title h3 .pop-back { display: inline-block; vertical-align: middle; margin-right: 10px; width: 20px; height: 20px; }
.pop .pop-wrap .pop-header .pop-title h3 .pop-back svg { fill: var(--gray); }
.pop .pop-wrap .pop-header .pop-close { display: flex; background: transparent; border: 0; font-size: 200%; line-height: 1; cursor: pointer; padding: 0 20px; opacity: .5; }
.pop .pop-wrap .pop-header .pop-close:hover { opacity: 1; }
.pop .pop-wrap .pop-header .pop-close:active { transform: scale(.9); }
.pop .pop-wrap .pop-header .pop-close svg { display: block; margin: auto; width: 24px; height: 24px; fill: var(--black); stroke: var(--black); }
.pop.open .pop-wrap .pop-content { display: block; }
.pop .pop-wrap .pop-content { padding: 20px; line-height: 1.5; }
.pop .pop-wrap .pop-content hr { width: calc(100% + 40px); margin: 0 -20px; }
@media only screen and (max-width: 768px) {
.pop { padding: 0; }
.pop .pop-wrap { margin-bottom: 0; max-width: 100%; width: 100% !important; border-radius: var(--radius) var(--radius) 0 0; transform: none; }
.pop .pop-wrap .pop-content { max-height: 80vh; overflow-y: auto; }
}
.lightbox:not([target]) {
cursor: zoom-in; }
#lightbox { transition: .1s; opacity: 0; visibility: hidden; cursor: zoom-out; display: flex; align-items: center; justify-content: center; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; text-align: center; }
#lightbox:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--white); opacity: .8; }
#lightbox.open { visibility: visible; opacity: 1; }
#lightbox img { transform: scale(.8); transition: .2s; display: block; width: auto; height: auto; max-width: calc(100vw - 40px); max-height: calc(100vh - 40px); border-radius: var(--radius); }
#lightbox img.open { transform: scale(1); }
.slideshow { display: block; position: relative; }
.slideshow header { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; background-image: linear-gradient(transparent, rgba(0 0 0 / 50%)); padding: 20% 5% 5%; text-shadow: 0 1px 2px rgba(0 0 0 / 10%); color: var(--white); }
.slideshow header h2 { font-weight: 600; font-size: 120%; }
.slideshow .slideshow-item, .slideshow .widget { display: none; }
.slideshow .slideshow-item:first-of-type, .slideshow .widget:first-of-type { display: block; }
.slideshow [class*=nav-] { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); border: 0; line-height: 1; width: 40px; height: 40px; cursor: pointer; font-size: 200%; transition: .1s; background: rgba(0 0 0 / 10%); display: flex; align-items: center; justify-content: center; border-radius: 100px; visibility: hidden; opacity: 0; }
.slideshow:hover [class*=nav-] { visibility: visible; opacity: 1; }
.slideshow:hover [class*=nav-]:active { transition: none; transform: translateY(-50%) scale(.9); }
.slideshow [class=nav-left] { left: 0px; }
.slideshow [class=nav-right] { right: 0px; }
.slideshow:hover [class=nav-left] { left: 20px; }
.slideshow:hover [class=nav-right] { right: 20px; }
.slideshow [class*=nav-] svg { display: inline-block; vertical-align: middle; width: 24px; height: 24px; fill: #fff; }
.pop-content .slideshow { margin: 0 20px; }
@media only screen and (max-width: 768px) {
.slideshow [class*=nav-] { visibility: visible; opacity: 1; }
.slideshow [class=nav-left] { left: 20px; }
.slideshow [class=nav-right] { right: 20px; }
}
[data-feed] { min-height: 200px; }
@media only screen and (max-width: 768px) {
[data-feed] .is_loop { display: flex !important; grid-gap: 20px !important; overflow-x: auto !important; margin: 40px -20px 0 !important; padding: 0 20px 20px !important; }
[data-feed] .is_loop article { min-width: 70vw !important; }
}
.cuaca {
position: fixed;
width: 100%;
height: 100%!important;
left: 0;
top: 0;
overflow: hidden;
z-index: -1;
}
.cuaca:before, .cuaca:after {
content: "";
position: absolute;
left: -100%;
top: -100%;
right: -100%;
bottom: -100%;
pointer-events: none;
background: transparent repeat;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
-webkit-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: cuaca;
animation-name: cuaca;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.cuaca:after {
-webkit-animation-name: cuaca2;
animation-name: cuaca2;
}
.cuaca.ujan:before, .cuaca.ujan:after {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi2nsC6lLKvYwtPQfYbgXOWdAK86CLeqnTTMHfCh-319CbSAha8_aJsL6LwTyD5310MNvRmwm1Ii6avh6XPz5Jpe_XlMLrITfMVp5mjA2QG9VW1Rap7FdfqLRQ6MwkKNbOg3ecZrKIU7vHCOWcSlMrH0azYCnv1k_eR3IY8VeAq5mv6EPfe2GAm7oTnw/s1600/hexartch-ujan.png) left top;
opacity: 0.6;
-moz-opacity: 0.6;
-webkit-opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.cuaca.ujan:after {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
@-webkit-keyframes cuaca {
from { background-position: 0 0; }
to { background-position: 0 1024px; }
}
@keyframes cuaca {
from { background-position: 0 0; }
to { background-position: 0 1024px; }
}
@-webkit-keyframes cuaca2 {
from { background-position: 64px 64px; }
to { background-position: 64px 1088px; }
}
@keyframes cuaca2 {
from { background-position: 64px 64px; }
to { background-position: 64px 1088px; }
}
--></style>
<script>
const $_config = {
"page" : {
"title": "TOKO RootSec BOT",
"name": "",
},
"url" : {
"canonical": "http://toko.rootsec.biz.id/",
"home": "http://toko.rootsec.biz.id/",
},
};
console.log($_config);
//<![CDATA[
function darkmode_head() {
if (localStorage.getItem("darkmode") == 1) {
document.getElementsByTagName('html')[0].setAttribute('class','dark');
}
setTimeout(function(){
var $theme_color = getComputedStyle(document.head).getPropertyValue('--white');
document.querySelector('[name="apple-mobile-web-app-status-bar-style"]').setAttribute( 'content', $theme_color );
document.querySelector('[name="msapplication-navbutton-color"]').setAttribute( 'content', $theme_color );
document.querySelector('[name="theme-color"]').setAttribute( 'content', $theme_color );
}, 1);
}
darkmode_head();
//]]>
</script>
<!--<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>
</head>-->
</head>
<body id='top' itemscope='' itemtype='https://schema.org/WebPage'>
<div class='config section' id='config' name='#config'><div class='widget HTML' data-version='3' id='HTML11'>
<script>const $license_key = '';</script>
</div><div class='widget HTML' data-version='3' id='HTML12'>
<script>
$_config['cta'] = {
"whatsapp": "6285648973328",
"order_button_text": "PESAN SEKARANG",
"order_button_off": "Habis",
"order_text": "Halo Admin, saya mau order *[title]*",
}
</script>
</div><div class='widget HTML' data-version='3' id='HTML13'>
<script>
$_config['local'] = {
"country_id" : "id-ID",
"currency" : "IDR",
}
</script>
</div></div>
<header id='header'>
<div class='wrapper'>
<div class='header-section section' id='header-section' name='#header-section'><div class='widget Header' data-version='2' id='Header11'>
<div id='logo'>
<a href='http://toko.rootsec.biz.id/' title='TOKO RootSec BOT'>
<img alt='TOKO RootSec BOT - ' data-src='https://blogger.googleusercontent.com/img/a/AVvXsEgbi3wuhp8o6wBk6bKUHm0sj5JsoEO73hoK-XaZZcUkE1vI4fZUpLVjvSqv84_ICPybvQQwBTy0w7VJ27FMQpGujxgxROuG_JsECiUXIn3UGd-_s2SPKUHgzeljlT3oyhHDugS3dOenyLErKJTGr_6m_3Q2cw-c9S0osAieB_nuTO5BlKXFBah-ZhGJ827-=w100-h100-p-k-no-nu' height='40'/>
<div style='display:none;'>
<h3>
TOKO RootSec BOT
</h3>
<p>
Toko RootSec BOT Adalah Sebuah Toko Sederhana Dimana Toko Ini Bisa Membeli Produk - Produk Digital Secara Cepat Langsung Menuju Ke Developernya.
</p>
</div>
</a>
</div>
</div><div class='widget Label' data-version='2' id='Label11'>
<div id='search'>
<div class='search-form' itemscope='' itemtype='https://schema.org/WebSite'>
<meta content='http://toko.rootsec.biz.id/' itemprop='url'/>
<form action='/search' itemprop='potentialAction' itemscope='' itemtype='https://schema.org/SearchAction' method='get' role='search'>
<meta content='http://toko.rootsec.biz.id/search?q={q}' itemprop='target'/>
<input name='max-results' type='hidden' value='6'/>
<input name='name' type='hidden' value='TOKO RootSec BOT'/>
<input autocomplete='off' class='text' itemprop='query-input' name='q' placeholder='Cari Produk Murahmu..' required='' type='search' value=''/>
<button aria-label='Search' type='submit'>
<i class='icon'><svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M443.5 420.2L336.7 312.4c20.9-26.2 33.5-59.4 33.5-95.5 0-84.5-68.5-153-153.1-153S64 132.5 64 217s68.5 153 153.1 153c36.6 0 70.1-12.8 96.5-34.2l106.1 107.1c3.2 3.4 7.6 5.1 11.9 5.1 4.1 0 8.2-1.5 11.3-4.5 6.6-6.3 6.8-16.7.6-23.3zm-226.4-83.1c-32.1 0-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9 0-32.1 12.5-62.3 35.2-84.9 22.7-22.7 52.9-35.2 85-35.2s62.3 12.5 85 35.2c22.7 22.7 35.2 52.9 35.2 84.9 0 32.1-12.5 62.3-35.2 84.9-22.7 22.7-52.9 35.2-85 35.2z'></path></svg></i>
</button>
<button aria-label='Hide Search' class='cancel' type='button'>
<i class='icon'>
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M256 217.9L383 345c9.4 9.4 24.6 9.4 33.9 0 9.4-9.4 9.3-24.6 0-34L273 167c-9.1-9.1-23.7-9.3-33.1-.7L95 310.9c-4.7 4.7-7 10.9-7 17s2.3 12.3 7 17c9.4 9.4 24.6 9.4 33.9 0l127.1-127z'></path></svg>
</i>
</button>
<nav itemscope='' itemtype='http://schema.org/SiteNavigationElement'>
<ul>
<li>
<a class='label-name' href='https://toko.rootsec.biz.id/search/label/Aplikasi?max-results=6' itemprop='url'>
<span itemprop='name'>
Aplikasi
</span>
<small>2</small>
</a>
</li>
<li>
<a class='label-name' href='https://toko.rootsec.biz.id/search/label/IOS?max-results=6' itemprop='url'>
<span itemprop='name'>
IOS
</span>
<small>1</small>
</a>
</li>
<li>
<a class='label-name' href='https://toko.rootsec.biz.id/search/label/Jasa?max-results=6' itemprop='url'>
<span itemprop='name'>
Jasa
</span>
<small>3</small>
</a>
</li>
<li>
<a class='label-name' href='https://toko.rootsec.biz.id/search/label/Joki?max-results=6' itemprop='url'>
<span itemprop='name'>
Joki
</span>
<small>1</small>
</a>
</li>
<li>
<a class='label-name' href='https://toko.rootsec.biz.id/search/label/Tugas?max-results=6' itemprop='url'>
<span itemprop='name'>
Tugas
</span>
<small>1</small>
</a>
</li>
</ul>
</nav>
</form>
</div>
</div>
</div><div class='widget LinkList' data-version='2' id='LinkList11'>
<a target='pop-menu'>
<i class='icon'><svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M432 176H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h352c8.8 0 16 7.2 16 16s-7.2 16-16 16zM432 272H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h352c8.8 0 16 7.2 16 16s-7.2 16-16 16zM432 368H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h352c8.8 0 16 7.2 16 16s-7.2 16-16 16z'></path></svg></i>
</a>
<div data-pop-title='Selamat Datang Di TOKO Kami' data-pop-width='320' id='pop-menu'>
<ul>
<li><a href='/'>Kebijakan Jual Beli</a></li>
<li><a href='/'>Hubungi Kami</a></li>
<li><a href='#dropdown'>Pilih Layanan Tersedia</a></li>
<li><a href='/'>_Jasa</a></li>
<li><a href='/'>_Topup Game</a></li>
<li><a href='https://www.rootsec.biz.id'>Lihat PROMO Menarik</a></li>
</ul>
<small>
©2023 — <b>TOKO RootSec BOT</b>
</small>
</div>
</div></div>
</div>
</header>
<main id='main'>
<div class='wrapper'>
<div class='slideshow section' id='slideshow-home' name='#slideshow-home'>
<div class='widget Image' data-version='3' id='Image11'>
<figure>
<a href='/search/label/Jasa?max-results=6' title='Jasa'>
<img alt='Jasa - Keterangan' data-src='https://blogger.googleusercontent.com/img/a/AVvXsEju8SYFR7PtHk0Gua44gRwHLL94mSXTkyNX9kqWVa1FvFbIZLgtXMSpQm7SA0Vc1xMXwtcj7MeTdtO-JU_zSNjYOf50JReiPdQ8jXjEPqax4qEcvAzJe_u66x7qIAi6wHnpzk-s0ygr55armejUsmaELaog8Rav9vUCkFDH-iSLYeciZ0UVYdGmG11eRiHm=w960-h480-p-k-no-nu' height='480' width='960'/>
</a>
<figcaption style='display:none;'>Jasa — Keterangan</figcaption>
</figure>
</div><div class='widget Image' data-version='3' id='Image12'>
<figure>
<a href='/search/label/Joki?max-results=6' title='Joki'>
<img alt='Joki - Keterangan' data-src='https://blogger.googleusercontent.com/img/a/AVvXsEhXwv-K81LZ6nCN8Rb0AFVarv1NCIfVLDmlAqYbbBCjDbxmxJr2Ys0QyjeFXWO-ttEZrAwjX49Jy-CO6nRBkAPnfJH7Lv2YgYC0kzVoXOPrGEKhoIZZNMvG84M3I-0ZLACRK0xNSQPxSQGuXprFTN0E2oHz6HMsNnBWgkaM6cSIqaYbqTXTR8Ryo7jpzbhI=w960-h480-p-k-no-nu' height='480' width='960'/>
</a>
<figcaption style='display:none;'>Joki — Keterangan</figcaption>
</figure>
</div><div class='widget Image' data-version='3' id='Image13'>
<figure>
<a href='/' title='PROMO BELA NEGARA'>
<img alt='PROMO BELA NEGARA - Keterangan' data-src='https://blogger.googleusercontent.com/img/a/AVvXsEheEF60OpjlSNFAmZvubGrihORGzDEDSHtEue0sP-_UperpB7Coez-6j6Mqk6IUWSKZTt4ko_XzPJkwjzJ-QV7T-FoDkQspXzre3Y5-8lgnNJOoW7OlT20Cadiq2SVT7HlcZYAXDAsEYHEASGoTshuylSxlWf_5zIXN6ggV6YeRKC-WqaFlaW-XxwU3Sf9J=w960-h480-p-k-no-nu' height='480' width='960'/>
</a>
<figcaption style='display:none;'>PROMO BELA NEGARA — Keterangan</figcaption>
</figure>
</div>
</div>
<div class='index section' id='index' name='#index'><div class='widget HTML' data-version='3' id='HTML1'>
<div class='widget-content'>
<div class="cuaca ujan"></div>
</div>
</div>
<div class='widget Blog' data-version='2' id='Blog11'>
<header class='page-title'>
<div class='left'>
<h2>
Produk Terbaru Kami
</h2>
</div>
<div class='right'>
<div id='sort'>
<select>
<optgroup label='Urutkan :'>
<option value='terbaru'>TERBARU</option>
<option value='terendah'>Harga : MURAH</option>
<option value='tertinggi'>Harga : MAHAL</option>
</optgroup>
</select>
</div>
</div>
</header>
<div class='is_loop'>
<article class='' id='1797395151720713829' itemscope='' itemtype='http://schema.org/Product'>
<div class='microdata-product' style='display:none;'>
<div itemprop='offers' itemscope='' itemtype='https://schema.org/Offer'>
<link href='http://toko.rootsec.biz.id/' itemprop='url'/>
<meta content='https://schema.org/NewCondition' itemprop='itemCondition'/>
<meta content='https://schema.org/InStock' itemprop='availability'/>
<meta content='14000' itemprop='price'/>
<meta content='IDR' itemprop='priceCurrency'/>
<meta content='3012-12-12' itemprop='priceValidUntil'/>
</div>
<div itemprop='aggregateRating' itemscope='' itemtype='https://schema.org/AggregateRating'>
<meta content='89' itemprop='reviewCount'/>
<meta content='4.4' itemprop='ratingValue'/>
</div>
<div itemprop='review' itemscope='' itemtype='https://schema.org/Review'>
<div itemprop='author' itemscope='' itemtype='https://schema.org/Person'>
<meta content='AnonSec Team' itemprop='name'/>
</div>
<div itemprop='reviewRating' itemscope='' itemtype='https://schema.org/Rating'>
<meta content='4' itemprop='ratingValue'/>
<meta content='5' itemprop='bestRating'/>
</div>
</div>
<meta content='SKU-1797395151720713829' itemprop='sku'/>
<meta content='MPN-1797395151720713829' itemprop='mpn'/>
<div itemprop='brand' itemscope='' itemtype='https://schema.org/Brand'>
<meta content='TOKO RootSec BOT' itemprop='name'/>
</div>
</div>
<meta content=' Status ( on/off ) on Harga Normal 100.000 ...' itemprop='description'/>
<meta content='2023-12-18T18:04:00+07:00' itemprop='releaseDate'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='mainEntityOfPage'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='url'/>
<figure class='cover' itemprop='image' itemscope='' itemtype='https://schema.org/ImageObject'>
<a href='https://toko.rootsec.biz.id/2023/12/joki-tugas.html' title='Joki Tugas'>
<img alt='Joki Tugas' data-src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5RkQOUtmuRxvlVR3JrUL8b-M7SPeyDGSeol5EFk2wTF860qHS4LmpWpQRmQO7PrlP0T-iV0FW1emB1iI8_3TZ92-qa7TfCxIaNd-cQ5FzO98WVLZBasheRrNeCY-uihoCdPToo3xQMHgrRElkuCT96iW4P3tj0DnVFoXOqez3o1Dt40bbfeEMk1mZQ-Ac/w320-h320-p-k-no-nu/Joki%20Tuga.png' height='320' width='320'/>
<meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5RkQOUtmuRxvlVR3JrUL8b-M7SPeyDGSeol5EFk2wTF860qHS4LmpWpQRmQO7PrlP0T-iV0FW1emB1iI8_3TZ92-qa7TfCxIaNd-cQ5FzO98WVLZBasheRrNeCY-uihoCdPToo3xQMHgrRElkuCT96iW4P3tj0DnVFoXOqez3o1Dt40bbfeEMk1mZQ-Ac/w320-h320-p-k-no-nu/Joki%20Tuga.png' itemprop='url contentUrl'/>
</a>
<meta content='320' itemprop='width'/>
<meta content='320' itemprop='height'/>
<figcaption itemprop='caption' style='display:none;'>Joki Tugas</figcaption>
</figure>
<a href='https://toko.rootsec.biz.id/2023/12/joki-tugas.html' title='Joki Tugas'>
<h2 class='title' itemprop='name'>
Joki Tugas
</h2>
</a>
<div class='post-body lightbox-auto' itemprop=''>
<div class="cuaca ujan"></div>
<table class="field" style="border-collapse: collapse; font-family: Roboto, sans-serif; margin: 20px 0px; padding: 0px; text-align: center; width: 100%;">
<tbody>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Status ( on/off )</td>
<td class="status" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">on</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga Normal</td>
<td class="harga_normal" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">100.000</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga ( Diskon )</td>
<td class="harga_diskon" style="border: 1px solid rgb(221, 221, 221); padding: 10px;"><br></td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Custom ( CTA WhatsApp )</td>
<td class="cta_whatsapp" style="border: 1px solid rgb(221, 221, 221); padding: 10px;"><br></td>
</tr>
</tbody>
</table>
</div>
</article>
<article class='' id='6226902844530610099' itemscope='' itemtype='http://schema.org/Product'>
<div class='microdata-product' style='display:none;'>
<div itemprop='offers' itemscope='' itemtype='https://schema.org/Offer'>
<link href='http://toko.rootsec.biz.id/' itemprop='url'/>
<meta content='https://schema.org/NewCondition' itemprop='itemCondition'/>
<meta content='https://schema.org/InStock' itemprop='availability'/>
<meta content='14000' itemprop='price'/>
<meta content='IDR' itemprop='priceCurrency'/>
<meta content='3012-12-12' itemprop='priceValidUntil'/>
</div>
<div itemprop='aggregateRating' itemscope='' itemtype='https://schema.org/AggregateRating'>
<meta content='89' itemprop='reviewCount'/>
<meta content='4.4' itemprop='ratingValue'/>
</div>
<div itemprop='review' itemscope='' itemtype='https://schema.org/Review'>
<div itemprop='author' itemscope='' itemtype='https://schema.org/Person'>
<meta content='AnonSec Team' itemprop='name'/>
</div>
<div itemprop='reviewRating' itemscope='' itemtype='https://schema.org/Rating'>
<meta content='4' itemprop='ratingValue'/>
<meta content='5' itemprop='bestRating'/>
</div>
</div>
<meta content='SKU-6226902844530610099' itemprop='sku'/>
<meta content='MPN-6226902844530610099' itemprop='mpn'/>
<div itemprop='brand' itemscope='' itemtype='https://schema.org/Brand'>
<meta content='TOKO RootSec BOT' itemprop='name'/>
</div>
</div>
<meta content=' Status ( on/off ) on Harga Normal 1.800.000 ...' itemprop='description'/>
<meta content='2023-12-18T17:57:00+07:00' itemprop='releaseDate'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='mainEntityOfPage'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='url'/>
<figure class='cover' itemprop='image' itemscope='' itemtype='https://schema.org/ImageObject'>
<a href='https://toko.rootsec.biz.id/2023/12/pembuatan-aplikasi-ios.html' title='Pembuatan Aplikasi IOS'>
<img alt='Pembuatan Aplikasi IOS' data-src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtl930mAZbbaKE8-IJmU-H_VnNzbUuYCRk8uk7VpmYy7Eeg2TPW_TGXK3HS-bHuUbBYUTty7hvdykemnY5z3mFCTU4Z93l9iojZDTMVslYGJHaOIpgcTOmx0yI8GtjP6WpQOqp1FOE3O4_IVzBETuRcMdCZAY8A4TdBgilx79LMs444IOTZ5_M6VM_TMWz/w320-h320-p-k-no-nu/Jasa%20Pembuatan%20ios.png' height='320' width='320'/>
<meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtl930mAZbbaKE8-IJmU-H_VnNzbUuYCRk8uk7VpmYy7Eeg2TPW_TGXK3HS-bHuUbBYUTty7hvdykemnY5z3mFCTU4Z93l9iojZDTMVslYGJHaOIpgcTOmx0yI8GtjP6WpQOqp1FOE3O4_IVzBETuRcMdCZAY8A4TdBgilx79LMs444IOTZ5_M6VM_TMWz/w320-h320-p-k-no-nu/Jasa%20Pembuatan%20ios.png' itemprop='url contentUrl'/>
</a>
<meta content='320' itemprop='width'/>
<meta content='320' itemprop='height'/>
<figcaption itemprop='caption' style='display:none;'>Pembuatan Aplikasi IOS</figcaption>
</figure>
<a href='https://toko.rootsec.biz.id/2023/12/pembuatan-aplikasi-ios.html' title='Pembuatan Aplikasi IOS'>
<h2 class='title' itemprop='name'>
Pembuatan Aplikasi IOS
</h2>
</a>
<div class='post-body lightbox-auto' itemprop=''>
<div class="cuaca ujan"></div>
<table class="field" style="border-collapse: collapse; font-family: Roboto, sans-serif; margin: 20px 0px; padding: 0px; text-align: center; width: 100%;">
<tbody>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Status ( on/off )</td>
<td class="status" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">on</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga Normal</td>
<td class="harga_normal" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">1.800.000</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga ( Diskon )</td>
<td class="harga_diskon" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">15%</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Custom ( CTA WhatsApp )</td>
<td class="cta_whatsapp" style="border: 1px solid rgb(221, 221, 221); padding: 10px;"><br></td>
</tr>
</tbody>
</table>
</div>
</article>
<article class='' id='4016046680445762911' itemscope='' itemtype='http://schema.org/Product'>
<div class='microdata-product' style='display:none;'>
<div itemprop='offers' itemscope='' itemtype='https://schema.org/Offer'>
<link href='http://toko.rootsec.biz.id/' itemprop='url'/>
<meta content='https://schema.org/NewCondition' itemprop='itemCondition'/>
<meta content='https://schema.org/InStock' itemprop='availability'/>
<meta content='14000' itemprop='price'/>
<meta content='IDR' itemprop='priceCurrency'/>
<meta content='3012-12-12' itemprop='priceValidUntil'/>
</div>
<div itemprop='aggregateRating' itemscope='' itemtype='https://schema.org/AggregateRating'>
<meta content='89' itemprop='reviewCount'/>
<meta content='4.4' itemprop='ratingValue'/>
</div>
<div itemprop='review' itemscope='' itemtype='https://schema.org/Review'>
<div itemprop='author' itemscope='' itemtype='https://schema.org/Person'>
<meta content='AnonSec Team' itemprop='name'/>
</div>
<div itemprop='reviewRating' itemscope='' itemtype='https://schema.org/Rating'>
<meta content='4' itemprop='ratingValue'/>
<meta content='5' itemprop='bestRating'/>
</div>
</div>
<meta content='SKU-4016046680445762911' itemprop='sku'/>
<meta content='MPN-4016046680445762911' itemprop='mpn'/>
<div itemprop='brand' itemscope='' itemtype='https://schema.org/Brand'>
<meta content='TOKO RootSec BOT' itemprop='name'/>
</div>
</div>
<meta content=' Status ( on/off ) on Harga Normal 1.500.000 ...' itemprop='description'/>
<meta content='2023-12-18T17:48:00+07:00' itemprop='releaseDate'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='mainEntityOfPage'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='url'/>
<figure class='cover' itemprop='image' itemscope='' itemtype='https://schema.org/ImageObject'>
<a href='https://toko.rootsec.biz.id/2023/12/jasa-pembuatan-aplikasi-android.html' title='Pembuatan Aplikasi Android'>
<img alt='Pembuatan Aplikasi Android' data-src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdUmwyx6jJd_mWm0q1wsfC3aOyYWOlngRHnRL78Xw8jaqQ26Eez_5jOnlrTgepOqQ_uzmIsedtiy7yg55k1E4nq0yzOogrqGYrcX78NMzm4tmjmQFfINJ4MWFQwsgn1hndpmsAX8KcAjW2f491mNc1ZTp1v2aeRPSRRjlFxaCkCESmcZCblRV1XJYRhSn8/w320-h320-p-k-no-nu/Jasa%20Pembuatan%20Aplikasi.png' height='320' width='320'/>
<meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdUmwyx6jJd_mWm0q1wsfC3aOyYWOlngRHnRL78Xw8jaqQ26Eez_5jOnlrTgepOqQ_uzmIsedtiy7yg55k1E4nq0yzOogrqGYrcX78NMzm4tmjmQFfINJ4MWFQwsgn1hndpmsAX8KcAjW2f491mNc1ZTp1v2aeRPSRRjlFxaCkCESmcZCblRV1XJYRhSn8/w320-h320-p-k-no-nu/Jasa%20Pembuatan%20Aplikasi.png' itemprop='url contentUrl'/>
</a>
<meta content='320' itemprop='width'/>
<meta content='320' itemprop='height'/>
<figcaption itemprop='caption' style='display:none;'>Pembuatan Aplikasi Android</figcaption>
</figure>
<a href='https://toko.rootsec.biz.id/2023/12/jasa-pembuatan-aplikasi-android.html' title='Pembuatan Aplikasi Android'>
<h2 class='title' itemprop='name'>
Pembuatan Aplikasi Android
</h2>
</a>
<div class='post-body lightbox-auto' itemprop=''>
<div class="cuaca ujan"></div>
<table class="field" style="border-collapse: collapse; font-family: Roboto, sans-serif; margin: 20px 0px; padding: 0px; text-align: center; width: 100%;">
<tbody>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Status ( on/off )</td>
<td class="status" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">on</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga Normal</td>
<td class="harga_normal" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">1.500.000</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga ( Diskon )</td>
<td class="harga_diskon" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">10%</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Custom ( CTA WhatsApp )</td>
<td class="cta_whatsapp" style="border: 1px solid rgb(221, 221, 221); padding: 10px;"><br></td>
</tr>
</tbody>
</table>
</div>
</article>
<article class='' id='7997589683732746225' itemscope='' itemtype='http://schema.org/Product'>
<div class='microdata-product' style='display:none;'>
<div itemprop='offers' itemscope='' itemtype='https://schema.org/Offer'>
<link href='http://toko.rootsec.biz.id/' itemprop='url'/>
<meta content='https://schema.org/NewCondition' itemprop='itemCondition'/>
<meta content='https://schema.org/InStock' itemprop='availability'/>
<meta content='14000' itemprop='price'/>
<meta content='IDR' itemprop='priceCurrency'/>
<meta content='3012-12-12' itemprop='priceValidUntil'/>
</div>
<div itemprop='aggregateRating' itemscope='' itemtype='https://schema.org/AggregateRating'>
<meta content='89' itemprop='reviewCount'/>
<meta content='4.4' itemprop='ratingValue'/>
</div>
<div itemprop='review' itemscope='' itemtype='https://schema.org/Review'>
<div itemprop='author' itemscope='' itemtype='https://schema.org/Person'>
<meta content='AnonSec Team' itemprop='name'/>
</div>
<div itemprop='reviewRating' itemscope='' itemtype='https://schema.org/Rating'>
<meta content='4' itemprop='ratingValue'/>
<meta content='5' itemprop='bestRating'/>
</div>
</div>
<meta content='SKU-7997589683732746225' itemprop='sku'/>
<meta content='MPN-7997589683732746225' itemprop='mpn'/>
<div itemprop='brand' itemscope='' itemtype='https://schema.org/Brand'>
<meta content='TOKO RootSec BOT' itemprop='name'/>
</div>
</div>
<meta content=' Status ( on/off ) on Harga Normal 1.649.000 ...' itemprop='description'/>
<meta content='2023-12-18T14:56:00+07:00' itemprop='releaseDate'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='mainEntityOfPage'/>
<meta content='http://toko.rootsec.biz.id/' itemprop='url'/>
<figure class='cover' itemprop='image' itemscope='' itemtype='https://schema.org/ImageObject'>
<a href='https://toko.rootsec.biz.id/2023/12/pembuatan-website-sekolah.html' title='Pembuatan Website Sekolah'>
<img alt='Pembuatan Website Sekolah' data-src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja52TDUa3GS8mACKT1xA5-uLQhHwnrY29I-qqjYux7Wz91YMrYLVc9mwl8Y2YuDPU4rAYJweYHPqfYvGOJjmaB-FqxV-7H1POXkWwxlNF2Zj5gwqfYkOSv5RKwQlLXoYgAW0tFGbumukEyiNMzGT2JM5mpMzt8LasFJWFbdi_tcwzmTETJkQvfqxf7Z3HX/w320-h320-p-k-no-nu/Jasa%20Pembuatan%20Web.png' height='320' width='320'/>
<meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja52TDUa3GS8mACKT1xA5-uLQhHwnrY29I-qqjYux7Wz91YMrYLVc9mwl8Y2YuDPU4rAYJweYHPqfYvGOJjmaB-FqxV-7H1POXkWwxlNF2Zj5gwqfYkOSv5RKwQlLXoYgAW0tFGbumukEyiNMzGT2JM5mpMzt8LasFJWFbdi_tcwzmTETJkQvfqxf7Z3HX/w320-h320-p-k-no-nu/Jasa%20Pembuatan%20Web.png' itemprop='url contentUrl'/>
</a>
<meta content='320' itemprop='width'/>
<meta content='320' itemprop='height'/>
<figcaption itemprop='caption' style='display:none;'>Pembuatan Website Sekolah</figcaption>
</figure>
<a href='https://toko.rootsec.biz.id/2023/12/pembuatan-website-sekolah.html' title='Pembuatan Website Sekolah'>
<h2 class='title' itemprop='name'>
Pembuatan Website Sekolah
</h2>
</a>
<div class='post-body lightbox-auto' itemprop=''>
<div class="cuaca ujan"></div>
<table class="field" style="border-collapse: collapse; font-family: Roboto, sans-serif; margin: 20px 0px; padding: 0px; text-align: center; width: 100%;">
<tbody>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Status ( on/off )</td>
<td class="status" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">on</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga Normal</td>
<td class="harga_normal" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">1.649.000</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Harga ( Diskon )</td>
<td class="harga_diskon" style="border: 1px solid rgb(221, 221, 221); padding: 10px;">85%</td>
</tr>
<tr>
<td style="border: 1px solid rgb(221, 221, 221); color: #f57c00; font-weigh: 600; padding: 10px;">Custom ( CTA WhatsApp )</td>
<td class="cta_whatsapp" style="border: 1px solid rgb(221, 221, 221); padding: 10px;"><br></td>
</tr>
</tbody>
</table>
</div>
</article>
</div>
</div></div>
<div class='feed-label no-items section' id='feed-label' name='#feed-label'>
</div>
</div>
</main>
<footer id='footer'>
<div class='wrapper'>
<div class='footer-section section' id='footer-section' name='#footer-section'><div class='widget LinkList' data-version='2' id='LinkList31'>
<div class='left'>
<div class='wrap'>
<div class='socmed'>
<a data-popwin-height='640' data-popwin-width='1280' href='https://www.instagram.com/' rel='external nofollow' target='_popwin' title='Instagram'>
<i class='icon'>
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M336 96c21.2 0 41.3 8.4 56.5 23.5S416 154.8 416 176v160c0 21.2-8.4 41.3-23.5 56.5S357.2 416 336 416H176c-21.2 0-41.3-8.4-56.5-23.5S96 357.2 96 336V176c0-21.2 8.4-41.3 23.5-56.5S154.8 96 176 96h160m0-32H176c-61.6 0-112 50.4-112 112v160c0 61.6 50.4 112 112 112h160c61.6 0 112-50.4 112-112V176c0-61.6-50.4-112-112-112z'></path><path d='M360 176c-13.3 0-24-10.7-24-24s10.7-24 24-24c13.2 0 24 10.7 24 24s-10.8 24-24 24zM256 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64m0-32c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z'></path></svg>
</i>
</a>
<a data-popwin-height='640' data-popwin-width='1280' href='https://www.facebook.com/' rel='external nofollow' target='_popwin' title='Facebook'>
<i class='icon'>
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M426.8 64H85.2C73.5 64 64 73.5 64 85.2v341.6c0 11.7 9.5 21.2 21.2 21.2H256V296h-45.9v-56H256v-41.4c0-49.6 34.4-76.6 78.7-76.6 21.2 0 44 1.6 49.3 2.3v51.8h-35.3c-24.1 0-28.7 11.4-28.7 28.2V240h57.4l-7.5 56H320v152h106.8c11.7 0 21.2-9.5 21.2-21.2V85.2c0-11.7-9.5-21.2-21.2-21.2z'></path></svg>
</i>
</a>
<a data-popwin-height='640' data-popwin-width='1280' href='https://twitter.com/koleksibot' rel='external nofollow' target='_popwin' title='Twitter'>
<i class='icon'>
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M492 109.5c-17.4 7.7-36 12.9-55.6 15.3 20-12 35.4-31 42.6-53.6-18.7 11.1-39.4 19.2-61.5 23.5C399.8 75.8 374.6 64 346.8 64c-53.5 0-96.8 43.4-96.8 96.9 0 7.6.8 15 2.5 22.1-80.5-4-151.9-42.6-199.6-101.3-8.3 14.3-13.1 31-13.1 48.7 0 33.6 17.2 63.3 43.2 80.7-16-.4-31-4.8-44-12.1v1.2c0 47 33.4 86.1 77.7 95-8.1 2.2-16.7 3.4-25.5 3.4-6.2 0-12.3-.6-18.2-1.8 12.3 38.5 48.1 66.5 90.5 67.3-33.1 26-74.9 41.5-120.3 41.5-7.8 0-15.5-.5-23.1-1.4C62.8 432 113.7 448 168.3 448 346.6 448 444 300.3 444 172.2c0-4.2-.1-8.4-.3-12.5C462.6 146 479 129 492 109.5z'></path></svg>
</i>
</a>
<a data-popwin-height='640' data-popwin-width='1280' href='https://www.youtube.com/' rel='external nofollow' target='_popwin' title='YouTube'>
<i class='icon'>
<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M508.6 148.8c0-45-33.1-81.2-74-81.2C379.2 65 322.7 64 265 64h-18c-57.6 0-114.2 1-169.6 3.6C36.6 67.6 3.5 104 3.5 149 1 184.6-.1 220.2 0 255.8c-.1 35.6 1 71.2 3.4 106.9 0 45 33.1 81.5 73.9 81.5 58.2 2.7 117.9 3.9 178.6 3.8 60.8.2 120.3-1 178.6-3.8 40.9 0 74-36.5 74-81.5 2.4-35.7 3.5-71.3 3.4-107 .2-35.6-.9-71.2-3.3-106.9zM207 353.9V157.4l145 98.2-145 98.3z'></path></svg>
</i>
</a>
</div>
<small id='copyright'>
©2021 — <b style='white-space:nowrap;'>TOKO RootSec BOT</b>
</small>
</div>
</div>
<div class='right'>
<a href='#darkmode' title='Mode Gelap / Terang'>
<i class='icon dark'><svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M195 125c0-26.3 5.3-51.3 14.9-74.1C118.7 73 51 155.1 51 253c0 114.8 93.2 208 208 208 97.9 0 180-67.7 202.1-158.9-22.8 9.6-47.9 14.9-74.1 14.9-106 0-192-86-192-192z'></path></svg></i>
<i class='icon light' style='display:none;'><svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M277.3 32h-42.7v64h42.7V32zm129.1 43.7L368 114.1l29.9 29.9 38.4-38.4-29.9-29.9zm-300.8 0l-29.9 29.9 38.4 38.4 29.9-29.9-38.4-38.4zM256 128c-70.4 0-128 57.6-128 128s57.6 128 128 128 128-57.6 128-128-57.6-128-128-128zm224 106.7h-64v42.7h64v-42.7zm-384 0H32v42.7h64v-42.7zM397.9 368L368 397.9l38.4 38.4 29.9-29.9-38.4-38.4zm-283.8 0l-38.4 38.4 29.9 29.9 38.4-38.4-29.9-29.9zm163.2 48h-42.7v64h42.7v-64z'></path></svg></i>
</a>
<a href='#top' title='Kembali ke Atas'>
<i class='icon'><svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M256 217.9L383 345c9.4 9.4 24.6 9.4 33.9 0 9.4-9.4 9.3-24.6 0-34L273 167c-9.1-9.1-23.7-9.3-33.1-.7L95 310.9c-4.7 4.7-7 10.9-7 17s2.3 12.3 7 17c9.4 9.4 24.6 9.4 33.9 0l127.1-127z'></path></svg></i>
</a>
</div>
</div></div>
</div>
</footer>
<script type='text/javascript'>
</script>
<script>
</script>
<script type='text/javascript'>
//<![CDATA[
var hexart = hexartch;
(function (aell, severo) {
var cloyde = hexartch, nasear = aell();
while (!![]) {
try {
var landenn = parseInt(cloyde(433)) / 1 + parseInt(cloyde(234)) / 2 * (-parseInt(cloyde(282)) / 3) + -parseInt(cloyde(472)) / 4 + -parseInt(cloyde(261)) / 5 * (-parseInt(cloyde(363)) / 6) + parseInt(cloyde(280)) / 7 * (-parseInt(cloyde(201)) / 8) + parseInt(cloyde(443)) / 9 + parseInt(cloyde(341)) / 10;
if (landenn === severo) break; else nasear.push(nasear.shift());
} catch (uhuru) {
nasear.push(nasear.shift());
}
}
}(draeden, 171087));
const $license_item = hexart(241);
license();
function license() {
var willia = hexart;
function fatmir(rootlx) {
var jernice = hexartch;
function fusaye(kairen) {
try {
return btoa(atob(kairen)) == kairen;
} catch (yesli) {
return ![];
}
}
if (fusaye(rootlx)) {
rootlx = atob(rootlx), rootlx = rootlx.replaceAll(jernice(372), "."), rootlx = rootlx[jernice(359)]("YY", "-"), rootlx = rootlx[jernice(359)]("O5", "a"), rootlx = rootlx[jernice(359)]("E4", "i"), rootlx = rootlx[jernice(359)]("U3", "u"), rootlx = rootlx[jernice(359)]("I2", "e"), rootlx = rootlx[jernice(359)]("A1", "o");
function glade(timmeka) {
var lucelenia = jernice;
const dameta = timmeka[lucelenia(295)](""), seger = dameta[lucelenia(434)](), emerald = seger[lucelenia(302)]("");
return emerald;
}
return rootlx = glade(rootlx), rootlx;
} else return "";
}
function argelio(elidet) {
var rolan = hexartch, cappie = rolan(340) + elidet + rolan(481) + $license_item + '" target="_blank" style="opacity:.7;font-size:70%;letter-spacing:1px;">https://lapak.kangrian.net</a> </div> </div> ';
return document[rolan(376)][rolan(478)] = cappie;
}
if (typeof $license_key === "undefined") argelio(willia(277)); else {
if (typeof $license_item === willia(284)) argelio(willia(324)); else {
if (location[willia(477)][willia(416)](willia(262)) != -1 || location[willia(477)][willia(416)]("") != -1 || location[willia(477)][willia(416)](willia(211)) != -1) {
console[willia(485)](willia(255));
var misue = document.getElementById(willia(442));
if (misue === null) argelio(willia(352)); else {
var sefa = (new Date)[willia(218)]();
misue.innerHTML = willia(336) + sefa + willia(468) + $license_item + willia(285), misue[willia(194)](willia(375), willia(355));
}
} else {
if ($license_key === "") argelio(willia(251)); else {
const braya = fatmir($license_key)[willia(295)]("|")[0], porcelain = fatmir($license_key).split("|")[1];
if (braya == "" || braya == undefined) argelio(willia(264)); else {
if (location[willia(477)][willia(416)](braya) == -1) argelio("<b>Kode Lisensi</b> hanya bisa digunakan pada website dengan domain : <b>" + braya + "</b><br><br><small>#ERR_DOMAIN</small>"); else {
if (porcelain != $license_item) {
function keema(mattilyn) {
var alexaundrea = willia;
mattilyn = mattilyn[alexaundrea(295)](" ");
for (var mazarine = 0; mazarine < mattilyn[alexaundrea(253)]; mazarine++) {
mattilyn[mazarine] = mattilyn[mazarine].charAt(0)[alexaundrea(317)]() + mattilyn[mazarine][alexaundrea(271)](1);
}
return mattilyn = mattilyn[alexaundrea(302)](" "), mattilyn;
}
argelio("<b>Kode Lisensi</b> hanya bisa digunakan untuk <b>" + keema($license_item.replaceAll("-", " ")) + willia(349));
} else console[willia(485)]("Developed by. https://kangrian.net ( Premium Version )");
}
}
}
}
}
}
}
window.onload = function () {
etc(), shortcode(), post_convert(), post_sort(), pop(), popwin(), lazyload(), timeago(), lightbox(), slideshow(), darkmode(), custom_js();
};
function slideshow() {
var wyomia = hexart;
$(wyomia(212))[wyomia(327)](function () {
var myles = wyomia, nane = $(this), mariaha = 4e3, milahn = parseInt(nane[myles(236)](myles(227))), kinji = 1e3, rosanny = parseInt(nane[myles(236)](myles(385))), cheryln;
milahn[myles(253)] && (mariaha = milahn), rosanny[myles(253)] && (kinji = rosanny), $(myles(377), nane)[myles(253)] > 1 && (cheryln = setInterval(function () {
var charlonda = myles;
$(charlonda(318), nane)[charlonda(327)](function () {
var jerimy = charlonda, tifany = $(this);
tifany[jerimy(243)](), tifany[jerimy(248)](jerimy(377))[jerimy(253)] ? tifany.next(jerimy(377))[jerimy(288)](kinji) : tifany.closest(jerimy(212))[jerimy(438)](jerimy(377)).first()[jerimy(288)](kinji);
});
}, mariaha), $(this)[myles(354)](myles(202))), $(myles(231), nane).on(myles(360), function () {
var meylani = myles;
clearInterval(cheryln), $(meylani(318), nane)[meylani(327)](function () {
var jaquante = meylani, junell = $(this);
junell.hide(), junell[jaquante(353)](jaquante(377)).length ? junell[jaquante(353)](jaquante(377)).fadeIn(kinji) : junell.closest(jaquante(212))[jaquante(438)](jaquante(377))[jaquante(269)]().fadeIn(kinji);
});
}), $(myles(208), nane).on(myles(360), function () {
var dazhaun = myles;
clearInterval(cheryln), $(dazhaun(318), nane)[dazhaun(327)](function () {
var dontel = dazhaun, shrivas = $(this);
shrivas[dontel(243)](), shrivas[dontel(248)](dontel(377))[dontel(253)] ? shrivas[dontel(248)](dontel(377)).fadeIn(kinji) : shrivas[dontel(333)](dontel(212))[dontel(438)](dontel(377)).first().fadeIn(kinji);
});
});
});
}
function darkmode() {
var kilea = hexart;
localStorage[kilea(369)]("darkmode") == 1 && $(kilea(203)).toggle(), $(kilea(424)).on(kilea(360), function (siana) {
var callisa = kilea;
siana[callisa(259)](), $(callisa(451)).toggleClass("dark"), $("i", this).toggle(), localStorage[callisa(369)](callisa(246)) == 1 ? localStorage[callisa(457)](callisa(246), 0) : localStorage[callisa(457)]("darkmode", 1), darkmode_head();
});
}
function post_sort() {
var suriya = hexart;
$(suriya(461)).on("change", function () {
var bertrand = suriya;
$(bertrand(210))[bertrand(441)](bertrand(381));
if ($(this).val() == "terbaru") {
var hearther = $(bertrand(268));
hearther[bertrand(297)](function (itiya, cisco) {
var edrianna = bertrand;
return new Date($(edrianna(474), cisco)[edrianna(236)](edrianna(270)))[edrianna(473)]() - new Date($(edrianna(474), itiya)[edrianna(236)](edrianna(270)))[edrianna(473)]();
}), setTimeout(function () {
var elizah = bertrand;
$(elizah(221)).append(hearther), $(elizah(210))[elizah(293)](elizah(381)), lazyload();
}, 500);
}
if ($(this)[bertrand(455)]() == bertrand(384)) {
var hearther = $(".Blog article");
hearther[bertrand(297)](function (latay, acxel) {
var lynnete = bertrand;
return new Date($(lynnete(474), latay)[lynnete(236)](lynnete(270)))[lynnete(473)]() - new Date($(lynnete(474), acxel).attr("content"))[lynnete(473)]();
}), setTimeout(function () {
var baran = bertrand;
$(baran(221)).append(hearther), $("#sort")[baran(293)]("loading"), lazyload();
}, 500);
}
if ($(this)[bertrand(455)]() == "terendah") {
var hearther = $(".Blog article");
hearther[bertrand(297)](function (fleta, kevaughn) {
var cloudie = bertrand;
return $(cloudie(467), fleta).attr(cloudie(213)) - $(cloudie(467), kevaughn).attr("data-harga");
}), setTimeout(function () {
var jamie = bertrand;
$(jamie(221))[jamie(354)](hearther), $(jamie(210))[jamie(293)](jamie(381)), lazyload();
}, 500);
}
if ($(this)[bertrand(455)]() == "tertinggi") {
var hearther = $(".Blog article");
hearther[bertrand(297)](function (codah, emley) {
var weslee = bertrand;
return $(weslee(467), emley)[weslee(236)](weslee(213)) - $(".harga [data-harga]", codah)[weslee(236)](weslee(213));
}), setTimeout(function () {
var gloriette = bertrand;
$(gloriette(221)).append(hearther), $(gloriette(210))[gloriette(293)](gloriette(381)), lazyload();
}, 500);
}
}), $("#sort select").val() != "terbaru" && $("#sort select")[suriya(332)](suriya(314));
}
function post_convert() {
var haasini = hexart;
$(haasini(230))[haasini(327)](function () {
var blayne = haasini, tristina = $(this);
tristina[blayne(441)](blayne(426));
tristina.hasClass(blayne(325)) && $(".field .gambar", this)[blayne(253)] && $(blayne(440), this)[blayne(327)](function (janetzy) {
var nirvair = blayne;
if (janetzy > 0) {
var mohamedali = $(this).attr(nirvair(450))[nirvair(295)]("=")[0], jere = mohamedali[nirvair(295)]("/")[7], annyka = mohamedali[nirvair(223)](jere, nirvair(323)) + nirvair(265), farrel = mohamedali[nirvair(223)](jere, "s1000") + nirvair(366);
$(nirvair(346), tristina)[nirvair(354)](nirvair(400) + farrel + nirvair(273) + annyka + '"/></a>');
}
});
var jaggar = "";
$(blayne(219), tristina)[blayne(253)] && (jaggar = $(blayne(219), tristina)[blayne(207)]()[blayne(359)](" ", "")[blayne(359)](/(?:\r\n|\r|\n)/g, ""));
var cortnee = "";
$(blayne(475), tristina)[blayne(253)] && (cortnee = $(".field .harga_normal", tristina)[blayne(207)]()[blayne(359)](" ", "")[blayne(359)](".", "").replaceAll(",", "").replaceAll(/(?:\r\n|\r|\n)/g, ""));
var jahnise = "";
$(blayne(361), tristina).length && (jahnise = $(".field .harga_diskon", tristina)[blayne(207)]().replaceAll(" ", "")[blayne(359)](".", "")[blayne(359)](",", "")[blayne(359)](/(?:\r\n|\r|\n)/g, ""));
var antje = "";
$(blayne(292), tristina)[blayne(253)] && (antje = $(blayne(292), tristina)[blayne(207)]()[blayne(359)](" ", "")[blayne(359)]("+", "").replaceAll("-", "").replaceAll(/(?:\r\n|\r|\n)/g, ""));
var cristeen = "";
if (cortnee) {
cristeen += blayne(334);
if (!tristina[blayne(252)](blayne(325)) && jaggar == blayne(200)) cristeen += blayne(301) + $_config[blayne(454)][blayne(392)] + blayne(260) + cortnee + '">' + format_price(cortnee, $_config.local.country_id, $_config[blayne(320)][blayne(453)]) + "</span> ", $(blayne(420), this)[blayne(236)](blayne(270), cortnee); else {
if (jahnise) {
var ilihia = "";
jahnise.includes("%") ? (ilihia = jahnise[blayne(359)]("%", ""), jahnise = Number(cortnee - cortnee * ilihia / 100)) : ilihia = Math[blayne(290)](100 - jahnise / cortnee * 100), cristeen += ' <small class="persen">-' + ilihia + blayne(305) + format_price(cortnee, $_config[blayne(320)][blayne(486)], $_config[blayne(320)][blayne(453)]) + blayne(307) + jahnise + '">' + format_price(jahnise, $_config.local[blayne(486)], $_config[blayne(320)][blayne(453)]) + blayne(446), $(blayne(420), this).attr(blayne(270), jahnise);
} else cristeen += blayne(470) + cortnee + '">' + format_price(cortnee, $_config[blayne(320)][blayne(486)], $_config[blayne(320)][blayne(453)]) + "</span> ", $('[itemprop="price"]', this)[blayne(236)](blayne(270), cortnee);
}
cristeen += "</span></div>", jaggar == blayne(200) && ($(this)[blayne(441)](blayne(200)), $(this)[blayne(333)](blayne(247))[blayne(438)]('[itemprop="availability"]')[blayne(236)](blayne(270), blayne(393)));
}
tristina.hasClass(blayne(325)) && (jaggar == "off" ? cristeen += '<div class="cta"><a class="link off" href="#off">' + $_config[blayne(454)][blayne(392)] + '</a><a class="bagikan" target="pop-bagikan"><i class="icon"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M448 248L288 96v85.334C138.666 202.667 85.333 309.334 64 416c53.333-74.666 117.333-108.802 224-108.802v87.469L448 248z"/></svg></i></a></div>' : ($admin = encodeURIComponent($(blayne(379), this)[blayne(207)]()).replaceAll(blayne(378), ""), eryss = encodeURIComponent($(blayne(266), this)[blayne(207)]()).replaceAll("%0A", ""), cristeen += blayne(315) + (antje ? antje : $_config[blayne(454)][blayne(487)]) + "&text=" + $_config[blayne(454)][blayne(409)].replaceAll(blayne(403), $admin)[blayne(359)](blayne(287), eryss) + blayne(404) + $_config[blayne(258)].canonical + blayne(239) + $_config[blayne(454)].order_button_text + blayne(220)));
var eryss = $(blayne(405), this);
$(cristeen)[blayne(296)](eryss);
});
}
function popwin() {
$(document).on("click", '[target="_popwin"]', function (ceci) {
var kimily = hexartch;
ceci[kimily(267)](), ceci[kimily(259)]();
var sashe = $(this)[kimily(236)](kimily(276)), memoree = $(this)[kimily(236)](kimily(198)), biak = $(this)[kimily(236)](kimily(423)), raine = 960;
memoree && (raine = memoree);
var jontavius = 540;
biak && (jontavius = biak);
var angelo = Number(screen[kimily(391)] / 2 - raine / 2), adan = Number(screen[kimily(388)] / 2 - jontavius / 2), kenslee = window[kimily(358)](sashe, "", kimily(250) + raine + kimily(337) + jontavius + kimily(272) + adan + kimily(321) + angelo);
kenslee[kimily(357)]();
});
}
function shortcode() {
var melita = hexart;
$(melita(237)).each(function () {
var fayelyn = melita;
$(this)[fayelyn(451)]($(this)[fayelyn(451)]()[fayelyn(223)](/\[youtube\]/g, fayelyn(299)).replace(/\[\/youtube\]/g, '"></iframe></div>')[fayelyn(223)](/\[code\]/g, fayelyn(330))[fayelyn(223)](/\[\/code\]/g, "</code></pre>").replace(/\[img\]/g, '<img style="display:block;width:100%;border-radius:10px;" data-shortcode="img" src="').replace(/\[\/img\]/g, fayelyn(406))[fayelyn(223)](/\[url\]/g, fayelyn(448))[fayelyn(223)](/\[\/url\]/g, fayelyn(286)));
}), $(melita(256)).each(function () {
var fallynn = melita, bene = $(this)[fallynn(236)]("data-shortcode");
if (bene == fallynn(368)) {
var rivki = $(this)[fallynn(236)]("src");
$(this).wrap('<a class="lightbox" href="' + rivki + fallynn(429));
}
if (bene == "youtube") {
var makynzee = $(this)[fallynn(236)](fallynn(460)), josianna = makynzee[fallynn(295)]("/")[3];
makynzee[fallynn(416)](fallynn(418)) >= 0 && (josianna = get_url_parameter("v", makynzee)), $(this)[fallynn(236)](fallynn(460), fallynn(456) + josianna + fallynn(217));
}
});
}
function etc() {
var julibeth = hexart;
$(window).on(julibeth(431), function () {
var maysn = julibeth;
$(maysn(376))[maysn(441)]("loading"), setTimeout(function () {
var rosemary = maysn;
$("body")[rosemary(293)](rosemary(381));
}, 2e3);
}), $(window).on(julibeth(278), function () {
var agustin = julibeth;
$(window).scrollTop() > 0 ? $("#header")[agustin(441)]("shadow") : $(agustin(476))[agustin(293)]("shadow");
}), $(julibeth(263))[julibeth(327)](function () {
var ariabella = julibeth;
$(this)[ariabella(236)]("href", ariabella(322)), $(this)[ariabella(354)](ariabella(394));
var jeshia = $(this).parent("li");
jeshia.addClass(ariabella(279)), jeshia[ariabella(300)](ariabella(464)), jeshia.append(ariabella(348));
}), $(julibeth(233))[julibeth(327)](function () {
var juilo = julibeth, delayni = $(this)[juilo(204)]("li")[juilo(353)](juilo(238))[juilo(438)]("ul");
$(this).parent("li")[juilo(407)](delayni);
var majok = $(this)[juilo(207)]()[juilo(359)]("_", "").replaceAll("_ ", "");
$(this)[juilo(207)](majok);
}), $(julibeth(345)).on(julibeth(360), julibeth(365), function () {
var taleeyah = julibeth;
$(this)[taleeyah(438)](taleeyah(364)).toggle(), $(this).toggleClass(taleeyah(437));
});
$(julibeth(216))[julibeth(253)] && $(julibeth(216))[julibeth(327)](function () {
var karamia = julibeth, tekela = $(this), karnesha = $(this).attr(karamia(462));
tekela[karamia(441)](karamia(381)), tekela.load(karnesha + karamia(350), function () {
var yiannis = karamia, abdulsalam = $(this)[yiannis(451)]();
tekela[yiannis(451)](abdulsalam);
var laurennicole = tekela.attr(yiannis(445));
laurennicole && (tekela.find(yiannis(430) + laurennicole)[yiannis(253)] ? tekela[yiannis(438)]("article#" + laurennicole)[yiannis(435)]() : tekela[yiannis(438)](yiannis(283))[yiannis(435)]()), post_convert(), lazyload(), timeago(), tekela[yiannis(293)]("loading");
});
});
$(julibeth(447)).on("click", function (kike) {
var amea = julibeth, kendralyn = $(this);
kendralyn[amea(398)](amea(245))[amea(294)](), document[amea(351)](amea(281)), kendralyn.text(amea(289)), setTimeout(function () {
var kaiston = amea;
kendralyn.text(kaiston(326));
}, 2e3);
});
if (window[julibeth(396)][julibeth(344)]) {
if ($(window[julibeth(396)][julibeth(344)])[julibeth(253)]) {
var veatrice = $("#header")[julibeth(228)](), laynah = $(".is_single article .attr-sticky")[julibeth(228)]();
$(julibeth(427)).stop().animate({scrollTop: $(window[julibeth(396)][julibeth(344)])[julibeth(209)]()[julibeth(383)] - veatrice - laynah - 20}, 500), $(window[julibeth(396)][julibeth(344)])[julibeth(441)](julibeth(357)), setTimeout(function () {
var demian = julibeth;
$(window[demian(396)][demian(344)])[demian(293)](demian(357));
}, 2e3);
}
}
$(document).on("click", julibeth(308), function (ayane) {
var marysusan = julibeth, mittie = "#" + $(this)[marysusan(236)](marysusan(276))[marysusan(295)]("#")[1];
if ($(mittie)[marysusan(253)] && $(this)[marysusan(236)]("href")[marysusan(295)]("#")[0] === "") {
ayane.preventDefault();
var al = $("#header")[marysusan(228)](), trissa = $(marysusan(309))[marysusan(228)]();
trissa ? $(marysusan(427))[marysusan(390)]().animate({scrollTop: $(mittie).offset()[marysusan(383)] - al - trissa - 20}, 500) : $(marysusan(427))[marysusan(390)]()[marysusan(458)]({scrollTop: $(mittie)[marysusan(209)]()[marysusan(383)] - al - 20}, 500), $(mittie).addClass(marysusan(357)), setTimeout(function () {
var borys = marysusan;
$(mittie).removeClass(borys(357));
}, 2e3);
}
}), $(document).on(julibeth(360), ".loadmore-btn", function (sevanna) {
var sakira = julibeth;
sevanna[sakira(259)]();
let sharaya = $(this).attr("href"), ollivander = $(sakira(356)), myeka = $(sakira(356))[sakira(207)]();
sharaya && $[sakira(449)]({url: sharaya, beforeSend: function () {
var aadrian = sakira;
ollivander.addClass(aadrian(381));
}, complete: function () {
var freeda = sakira;
ollivander[freeda(293)](freeda(381));
}, success: function (christabella) {
var ruxton = sakira;
let wynsten = $(christabella)[ruxton(438)](ruxton(221))[ruxton(451)](), atreya = $(christabella)[ruxton(438)](".loadmore-btn")[ruxton(236)]("href");
$(ruxton(221))[ruxton(354)](wynsten), ollivander.show(), post_convert(), post_sort(), lazyload(), timeago(), atreya ? ollivander[ruxton(236)](ruxton(276), atreya) : ollivander.fadeOut();
}});
});
if ($_config[julibeth(258)][julibeth(483)] == julibeth(240)) {
var ezma = $(julibeth(471))[julibeth(207)](), kolia = $(julibeth(471))[julibeth(236)]("href");
$("a.blog-pager-older-link").load(kolia + julibeth(419), function () {
var zykai = julibeth, kriv = $("a.blog-pager-older-link").text();
$(zykai(471)).html(zykai(373) + ezma + "</b></small><h3>" + kriv + zykai(459)), $(zykai(225)).load(kolia + zykai(329), function () {
var quatashia = zykai, versailles = $(this).html(), cozetta = versailles[quatashia(295)]('src="')[1], dellanira = cozetta[quatashia(295)]('"')[0], johrdan = dellanira.split("=")[0], luisalberto = johrdan[quatashia(295)]("/")[7];
johrdan = johrdan[quatashia(223)](luisalberto, quatashia(313)) + quatashia(342), $(quatashia(225))[quatashia(451)](quatashia(257) + johrdan + quatashia(232))[quatashia(293)](quatashia(381));
});
});
var cetera = $(julibeth(328)).text(), aijah = $(julibeth(328)).attr("href");
$(julibeth(328)).load(aijah + " article h1", function () {
var coretta = julibeth, deshanti = $("a.blog-pager-newer-link").text();
$(coretta(328)).html('<figure class="loading"></figure><div class="flex right"><div class="wrap"><small><b>' + cetera + coretta(274) + deshanti + "</h3></div></div>"), $(coretta(402)).load(aijah + coretta(329), function () {
var cassander = coretta, lajuanda = $(this).html(), kahler = lajuanda[cassander(295)]('src="')[1], zealan = kahler.split('"')[0], francsico = zealan[cassander(295)]("=")[0], atasia = francsico[cassander(295)]("/")[7];
francsico = francsico[cassander(223)](atasia, cassander(313)) + cassander(342), $(cassander(402))[cassander(451)](cassander(257) + francsico + cassander(232)).removeClass(cassander(381));
});
});
}
}
function timeago() {
var elexius = hexart;
$(elexius(410))[elexius(327)](function () {
var leiyah = elexius, ciena = $(this), gryffin = ciena[leiyah(236)](leiyah(312));
ciena[leiyah(441)](leiyah(397)), !ciena[leiyah(236)](leiyah(304)) && ciena[leiyah(236)](leiyah(304), gryffin), ciena[leiyah(207)](jaeden(gryffin));
});
function jaeden(avakate) {
var maxon = elexius, jakeyah = maxon(413), lim = maxon(319), giang = maxon(374), zire = maxon(298), shilow = maxon(432), henon = "months", mariaelisa = maxon(480);
$_config[maxon(320)][maxon(486)] == maxon(347) && (jakeyah = maxon(382), lim = maxon(422), giang = maxon(362), zire = maxon(412), shilow = "hari", henon = maxon(199), mariaelisa = "tahun");
var tarneisha = new Date(avakate), kisean = 36e5, shenitha = 24 * kisean, yoandy = 30 * shenitha, simeon = 365 * shenitha, mizael = jakeyah, ralphy = new Date - tarneisha;
return ralphy < 6e4 ? Math[maxon(290)](ralphy / 1e3) + " " + lim + " " + mizael : ralphy < kisean ? Math[maxon(290)](ralphy / 6e4) + " " + giang + " " + mizael : ralphy < shenitha ? Math[maxon(290)](ralphy / kisean) + " " + zire + " " + mizael : ralphy < yoandy ? Math[maxon(290)](ralphy / shenitha) + " " + shilow + " " + mizael : ralphy < simeon ? Math[maxon(290)](ralphy / yoandy) + " " + henon + " " + mizael : Math[maxon(290)](ralphy / simeon) + " " + mariaelisa + " " + mizael;
}
$(elexius(291)).each(function () {
var tarique = elexius, ashtin = $(this), janyha = ashtin[tarique(207)]();
ashtin[tarique(236)]("datetime", janyha);
var serdar = ashtin[tarique(236)](tarique(312));
ashtin[tarique(441)]("timeago"), ashtin[tarique(236)](tarique(304), serdar), ashtin[tarique(207)](jaeden(serdar));
});
}
function hexartch(duc, oreoluwa) {
var srinitya = draeden();
return hexartch = function (bryon, jimbo) {
bryon = bryon - 194;
var aydren = srinitya[bryon];
return aydren;
}, hexartch(duc, oreoluwa);
}
function format_price(neilan, linde, revy) {
var ilene = hexart;
return new Intl.NumberFormat(linde, {style: "currency", currency: revy, maximumSignificantDigits: 3})[ilene(414)](neilan);
}
function separator(jordann, _0x325717 = "") {
var kengi = hexart, sharitha = "", gauri = jordann[kengi(275)]()[kengi(295)]("")[kengi(434)]()[kengi(302)]("");
for (var basile = 0; basile < gauri[kengi(253)]; basile++) if (basile % 3 == 0) sharitha += gauri[kengi(214)](basile, 3) + ".";
return _0x325717 ? _0x325717 + " " + sharitha[kengi(295)]("", sharitha.length - 1)[kengi(434)]()[kengi(302)]("") : sharitha[kengi(295)]("", sharitha[kengi(253)] - 1)[kengi(434)]().join("");
}
function pop() {
var jonlucas = hexart;
$(jonlucas(465)).length && ($pop_video_html = jonlucas(380), $($pop_video_html)[jonlucas(407)](jonlucas(376))), $(jonlucas(338))[jonlucas(327)](function () {
var mahaylee = jonlucas, hajrah = $(this), aira = hajrah[mahaylee(236)]("id"), curtice = hajrah[mahaylee(236)](mahaylee(224)), zaylie = hajrah[mahaylee(236)](mahaylee(205)), minden = hajrah[mahaylee(236)](mahaylee(242));
hajrah.wrap('<div class="pop"></div>'), hajrah[mahaylee(428)](mahaylee(444)), hajrah.addClass(mahaylee(389));
var dazzlyn = ' <header class="pop-header"> <div class="pop-title"> <h3> ' + curtice + mahaylee(339);
hajrah[mahaylee(333)](mahaylee(399))[mahaylee(229)](dazzlyn), zaylie && hajrah.closest(mahaylee(399))[mahaylee(482)]("width", zaylie);
}), $(jonlucas(408)).on(jonlucas(360), function () {
var tracye = jonlucas;
$(this)[tracye(333)](".pop")[tracye(293)](tracye(358)), $(tracye(376))[tracye(293)](tracye(316)), $(tracye(417))[tracye(253)] && $("[id=pop-video] iframe")[tracye(236)](tracye(450), "");
}), $(document).on(jonlucas(360), '[target*="pop-"]', function (abiyah) {
var dardi = jonlucas;
abiyah.preventDefault();
var elen = $(this), haniah = elen[dardi(236)](dardi(466)), sakshi = elen.attr(dardi(224)) ? elen[dardi(236)](dardi(224)) : $("#" + haniah)[dardi(236)](dardi(224)), rasaan = elen[dardi(236)]("data-pop-width"), jacquese = elen[dardi(236)](dardi(242));
elen[dardi(333)](dardi(335))[dardi(293)](dardi(358)), $(dardi(376))[dardi(293)](dardi(316));
$("#" + haniah)[dardi(253)] && ($(dardi(376)).addClass(dardi(316)), $("#" + haniah)[dardi(333)](dardi(335))[dardi(441)](dardi(358)), elen[dardi(333)](dardi(367))[dardi(253)] && ($back_id = elen[dardi(333)](".pop-content").attr("id"), sakshi = '<a target="' + $back_id + dardi(222) + sakshi), sakshi && $("#" + haniah)[dardi(333)](dardi(335)).find(dardi(395))[dardi(451)](sakshi), $("[data-src]")[dardi(327)](function () {
var marchelo = dardi, yalanda = $(this)[marchelo(236)]("data-src");
$(this).attr(marchelo(450), yalanda)[marchelo(439)]("data-src");
}));
if (haniah == "pop-video") {
$href = $(this)[dardi(236)]("href");
var job = $href[dardi(295)]("/")[3];
$href[dardi(416)](dardi(418)) >= 0 && (job = get_url_parameter("v", $href)), $(dardi(417)).attr(dardi(450), "https://www.youtube.com/embed/" + job + dardi(235));
}
}), $(document).on(jonlucas(360), ".pop.open", function () {
var calionna = jonlucas;
$(this).find(".pop-close")[calionna(332)](calionna(360));
}), $(document).on(jonlucas(360), jonlucas(399), function (eletha) {
var baile = jonlucas;
eletha[baile(267)]();
});
}
function lightbox() {
var luke = hexart;
$(luke(421))[luke(253)] && $(luke(421))[luke(327)](function () {
var tylea = luke;
$(tylea(368), this)[tylea(333)]("a")[tylea(327)](function () {
var kywon = tylea;
$(this).addClass(kywon(436));
});
});
if ($(luke(306)).length) {
var gerica = luke(310);
$(luke(376))[luke(354)](gerica), $(document).on(luke(360), luke(306), function (siddanth) {
var farice = luke;
siddanth[farice(259)]();
var dajia = $(this)[farice(236)]("href");
$("#lightbox")[farice(441)](farice(358)), $(farice(425)).addClass(farice(381)), $("#lightbox figure")[farice(451)]('<img src="' + dajia + farice(232)), $(farice(331)).on(farice(254), function () {
var dylan = farice;
$("#lightbox figure")[dylan(293)]("loading"), $(this).addClass(dylan(358));
});
}), $(document).on(luke(360), luke(343), function (jayke) {
var vasti = luke;
$(vasti(343))[vasti(293)]("open"), $(vasti(370)).remove();
}), $(window).on(luke(278), function () {
var micalyn = luke;
$(micalyn(343))[micalyn(293)]("open"), $(micalyn(370))[micalyn(435)]();
});
}
}
function lazyload() {
var jazilynn = hexart;
$(jazilynn(226)).each(function () {
var deriona = jazilynn, akeel = $(this), giulia = akeel[deriona(236)](deriona(311));
akeel[deriona(482)]("background-image", deriona(303) + giulia + ")")[deriona(439)](deriona(311));
}), $(jazilynn(386)).each(function () {
var teyana = jazilynn, quaneeka = $(this), deroderick = $(window).height(), deah = $(window)[teyana(371)](), aamora = deah + deroderick, rovan = quaneeka[teyana(209)]()[teyana(383)];
quaneeka[teyana(236)](teyana(387), rovan);
var annalysia = quaneeka.attr(teyana(460));
annalysia = annalysia[teyana(223)](teyana(249), teyana(452)), annalysia = annalysia[teyana(223)](teyana(484), teyana(452)), annalysia = annalysia[teyana(223)](teyana(463), "lh3.googleusercontent.com"), annalysia = annalysia[teyana(223)](teyana(401), teyana(452));
var rubyrose = quaneeka.prop("tagName").toLowerCase();
if (rovan <= aamora) {
if (rubyrose == teyana(368)) quaneeka[teyana(236)](teyana(450), annalysia)[teyana(439)](teyana(460)), quaneeka.attr(teyana(415), teyana(215)); else rubyrose == teyana(244) && (quaneeka[teyana(236)](teyana(450), annalysia).removeAttr(teyana(460)), quaneeka.attr(teyana(415), teyana(215)));
}
}), $(window).on(jazilynn(278), function () {
var saudia = jazilynn, cevanna = $(window)[saudia(388)](), lunsford = $(window)[saudia(371)](), suejin = lunsford + cevanna;
$(saudia(386))[saudia(327)](function () {
var dannille = saudia, jazabel = $(this), sedra = $(window)[dannille(388)](), vincene = jazabel[dannille(209)]()[dannille(383)], nelvin = jazabel[dannille(236)](dannille(460));
nelvin = nelvin[dannille(223)]("1.bp.blogspot.com", dannille(452)), nelvin = nelvin[dannille(223)](dannille(484), "lh3.googleusercontent.com"), nelvin = nelvin[dannille(223)]("3.bp.blogspot.com", dannille(452)), nelvin = nelvin.replace("4.bp.blogspot.com", dannille(452));
var madasin = jazabel.prop(dannille(196))[dannille(197)]();
if (vincene <= suejin) {
if (madasin == "img") jazabel.attr(dannille(450), nelvin)[dannille(439)]("data-src"), jazabel[dannille(236)](dannille(415), dannille(215)); else madasin == dannille(244) && (jazabel.attr("src", nelvin)[dannille(439)](dannille(460)), jazabel[dannille(236)](dannille(415), dannille(215)));
}
});
});
}
function titleCase(frankie) {
var ellwyn = hexart;
frankie = frankie[ellwyn(295)](" ");
for (var chesnie = 0; chesnie < frankie[ellwyn(253)]; chesnie++) {
frankie[chesnie] = frankie[chesnie][ellwyn(479)](0)[ellwyn(317)]() + frankie[chesnie][ellwyn(271)](1);
}
return frankie = frankie[ellwyn(302)](" "), frankie;
}
function draeden() {
var kaloyan = ["click", ".field .harga_diskon", "menit", "30nVlilo", "ul:first", "li.dropdown", "=s1000", ".pop-content", "img", "getItem", "#lightbox img", "scrollTop", "XXX", '<figure class="loading"></figure><div class="flex left"><div class="wrap"><small><b>', "minutes", "style", "body", ".slideshow-item, .widget", "%0A", '[itemprop="author"] b', ' <div id="pop-video" data-pop-title="Video" data-pop-width="960"> <div class="video"> <iframe allowfullscreen="true"></iframe> </div> </div> ', "loading", "yang lalu", "top", "terlama", "data-fade", '[data-src]:not([lazy="true"])', "data-offset-top", "height", "pop-content pop-loaded", "stop", "width", "order_button_off", "https://schema.org/OutOfStock", '<i class="icon right"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z"/></svg></i>', ".pop-title h3", "location", "timeago", "siblings", ".pop-wrap", '<a class="lightbox" href="', "4.bp.blogspot.com", "a.blog-pager-newer-link > figure", "[admin]", "%0A%0Avia. ", ".title", '" alt="image"/>', "appendTo", ".pop-close", "order_text", "[datetime]:not(.timeago)", "search", "jam", "ago", "format", "lazy", "indexOf", "[id=pop-video] iframe", "https://www.youtube.com/watch?v=", " article h1", '[itemprop="price"]', ".lightbox-auto", "detik", "data-popwin-height", 'a[href="#darkmode"]', "#lightbox figure", "field_loaded", "html, body", "wrap", '"></a>', "article#", "beforeunload", "days", "22856sLeDdi", "reverse", "remove", "lightbox", "active", "find", "removeAttr", ".field .gambar img", "addClass", "copyright", "2152152nWEZrD", '<div class="pop-wrap"></div>', "data-hide-id", "</b> ", "#pop-bagikan .copy button", '<a data-shortcode="url" href="', "ajax", "src", "html", "lh3.googleusercontent.com", "currency", "cta", "val", "https://www.youtube.com/embed/", "setItem", "animate", "</h3></div></div>", "data-src", "#sort select", "data-feed", "3.bp.blogspot.com", '<span class="dropdown-title"></span>', "[target=pop-video]", "target", ".harga [data-harga]", ' — Made with. <a href="https://toko.rootsec.biz.id/', "exec", ' <span data-harga="', "a.blog-pager-older-link", "872204zVJtuI", "getTime", '[itemprop="releaseDate"]', ".field .harga_normal", "#header", "hostname", "innerHTML", "charAt", "years", '</p> <br> <hr style="border:0;border-top:1px solid #ddd;"> <br> <a href="https://toko.rootsec.biz.id/', "css", "view", "2.bp.blogspot.com", "log", "country_id", "whatsapp", "setAttribute", "\\$&", "tagName", "toLowerCase", "data-popwin-width", "bulan", "off", "144TPDccO", ' <button class="nav-left"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M217.9 256L345 129c9.4-9.4 9.4-24.6 0-33.9-9.4-9.4-24.6-9.3-34 0L167 239c-9.1 9.1-9.3 23.7-.7 33.1L310.9 417c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-33.9L217.9 256z"/></svg> </button> <button class="nav-right"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"/></svg> </button> ', 'a[href="#darkmode"] i', "parent", "data-pop-width", "substring", "text", ".nav-right", "offset", "#sort", ".blogger.com", ".slideshow", "data-harga", "substr", "true", "[data-feed]", "?rel=0", "getFullYear", ".field .status", '</a><a class="bagikan" target="pop-bagikan"><i class="icon"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M448 248L288 96v85.334C138.666 202.667 85.333 309.334 64 416c53.333-74.666 117.333-108.802 224-108.802v87.469L448 248z"/></svg></i></a></div>', ".Blog .is_loop", '"><i class="pop-back"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M217.9 256L345 129c9.4-9.4 9.4-24.6 0-33.9-9.4-9.4-24.6-9.3-34 0L167 239c-9.1 9.1-9.3 23.7-.7 33.1L310.9 417c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-33.9L217.9 256z"/></svg></i></a>', "replace", "data-pop-title", "a.blog-pager-older-link > figure", "[data-bg]", "data-delay", "outerHeight", "prepend", "article:not(.field_loaded)", ".nav-left", '"/>', '.LinkList li a:contains("_")', "6kibTUK", "?autoplay=1&showinfo=0", "attr", ".post-body", ".dropdown", '" target="_popwin"><i class="icon left"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M260.062 32C138.605 32 40.134 129.701 40.134 250.232c0 41.23 11.532 79.79 31.559 112.687L32 480l121.764-38.682c31.508 17.285 67.745 27.146 106.298 27.146C381.535 468.464 480 370.749 480 250.232 480 129.701 381.535 32 260.062 32zm109.362 301.11c-5.174 12.827-28.574 24.533-38.899 25.072-10.314.547-10.608 7.994-66.84-16.434-56.225-24.434-90.052-83.844-92.719-87.67-2.669-3.812-21.78-31.047-20.749-58.455 1.038-27.413 16.047-40.346 21.404-45.725 5.351-5.387 11.486-6.352 15.232-6.413 4.428-.072 7.296-.132 10.573-.011 3.274.124 8.192-.685 12.45 10.639 4.256 11.323 14.443 39.153 15.746 41.989 1.302 2.839 2.108 6.126.102 9.771-2.012 3.653-3.042 5.935-5.961 9.083-2.935 3.148-6.174 7.042-8.792 9.449-2.92 2.665-5.97 5.572-2.9 11.269 3.068 5.693 13.653 24.356 29.779 39.736 20.725 19.771 38.598 26.329 44.098 29.317 5.515 3.004 8.806 2.67 12.226-.929 3.404-3.599 14.639-15.746 18.596-21.169 3.955-5.438 7.661-4.373 12.742-2.329 5.078 2.052 32.157 16.556 37.673 19.551 5.51 2.989 9.193 4.529 10.51 6.9 1.317 2.38.901 13.531-4.271 26.359z"></path></svg></i> ', "single", "simstore-blogger-template", "data-pop-height", "hide", "iframe", "input", "darkmode", "article", "next", "1.bp.blogspot.com", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=1, copyhistory=no, width=", "<b>Kode Lisensi</b> dibutuhkan..<br><br><small>#ERR_LICENSE</small>", "hasClass", "length", "load", "Developed by. https://kangrian.net ( Free / Trial Version )", "[data-shortcode]", '<img src="', "url", "preventDefault", '</small><span data-harga="', "9810bIkSIC", "localhost", '.LinkList li a[href*="#"]', "<b>Kode Lisensi</b> yang digunakan tidak valid.</b><br><br><small>#ERR_KEY</small>", "=w150-h150-c", "h1.title", "stopPropagation", ".Blog article", "last", "content", "slice", ", top=", '"><img data-src="', "</b></small><h3>", "toString", "href", "Dilarang menghapus variable <b>$license_key</b>..", "scroll", "dropdown", "93534aNovQI", "copy", "37227QznUHn", "article:last-of-type", "undefined", '" target="_blank"><b>RootSec</b></a>', '" target="_blank" rel="nofollow external">Lihat Tautan</a>', "[title]", "fadeIn", "Disalin!", "round", "#comments .datetime a:not(.timeago)", ".field .cta_whatsapp", "removeClass", "select", "split", "insertAfter", "sort", "hours", '<div class="video"><iframe allowfullscreen="true" data-shortcode="youtube" data-src="', "wrapInner", ' <small class="off">', "join", "url(", "title", "%</small><s>", ".lightbox:not([target])", '</s> <b data-harga="', 'a[href*="#"]', ".is_single article .attr-sticky", ' <div id="lightbox"> <figure></figure> </div> ', "data-bg", "datetime", "w100-h100-c", "change", '<div class="cta"><a class="link" href="https://api.whatsapp.com/send?phone=', "pop-open", "toUpperCase", ".slideshow-item:visible, .widget:visible", "seconds", "local", ", left=", "javascript:void(0)", "w150-h150-c", "Dilarang menghapus variable <b>$license_item</b>..", "is_post", "Salin", "each", "a.blog-pager-newer-link", " article .post-body img:first-of-type", '<pre data-shortcode="code"><code>', "#lightbox figure img", "trigger", "closest", '<div class="harga"><span class="wrap">', ".pop", "©", ", height=", '[id*="pop-"]:not(".pop-loaded")', ' </h3> </div> <div class="pop-close"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M278.6 256l68.2-68.2c6.2-6.2 6.2-16.4 0-22.6-6.2-6.2-16.4-6.2-22.6 0L256 233.4l-68.2-68.2c-6.2-6.2-16.4-6.2-22.6 0-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3l68.2 68.2-68.2 68.2c-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3 6.2 6.2 16.4 6.2 22.6 0l68.2-68.2 68.2 68.2c6.2 6.2 16.4 6.2 22.6 0 6.2-6.2 6.2-16.4 0-22.6L278.6 256z"/></svg> </div> </header> ', ' <link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap" rel="stylesheet"> <style>hr { margin:0!important; } body { padding: 0px!important; } * { font-family: "Rubik", sans-serif; font-weight:400; box-sizing:border-box;margin:0;padding:0; text-decoration:none; color:#636363; } b { font-weight: 500; color:#232323; }</style> <div id="notice_html" style="display:flex;background:#fafafa;min-height:100vh;text-align:center;"> <div style="margin:auto;width:480px;max-width:80%;background:white;padding:30px;border-radius:10px;border:1px solid #ddd;"> <svg style="fill:#636363;width:100px;height:100px;display:block;margin:0 auto 20px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M228.9 79.9L51.8 403.1C40.6 423.3 55.5 448 78.9 448h354.3c23.3 0 38.2-24.7 27.1-44.9L283.1 79.9c-11.7-21.2-42.5-21.2-54.2 0zM273.6 214L270 336h-28l-3.6-122h35.2zM256 402.4c-10.7 0-19.1-8.1-19.1-18.4s8.4-18.4 19.1-18.4 19.1 8.1 19.1 18.4-8.4 18.4-19.1 18.4z"/></svg> <h2><b>Peringatan</b> :</h2> <br> <p>', "3950870ceLYvu", "=w100-h100-c", "#lightbox", "hash", ".LinkList", "figure.cover", "id-ID", '<ul class="sub"></ul>', "</b><br><br><small>#ERR_ITEM</small>", " .is_loop", "execCommand", '<b>Hargailah Hak Cipta</b><br><br><small>Gunakan "Lisensi Premium" untuk menghapus credit.</small><br><br><small>#ERR_COPYRIGHT</small>', "prev", "append", "display:inline-block!important;opacity:1!important;position:static!important;visibility:visible!important;text-indent:0px!important;color:currentColor!important", "#blog-pager .loadmore-btn", "focus", "open", "replaceAll"];
draeden = function () {
return kaloyan;
};
return draeden();
}
function $_GET(fayez) {
var demetra = hexart, crayson = window[demetra(396)][demetra(411)][demetra(206)](1), alaila = crayson[demetra(295)]("&"), jatinder, cassina;
for (cassina = 0; cassina < alaila[demetra(253)]; cassina++) {
jatinder = alaila[cassina][demetra(295)]("=");
if (jatinder[0] === fayez) return jatinder[1] === undefined ? !![] : decodeURIComponent(jatinder[1]);
}
}
function get_url_parameter(arayiah, teianna) {
var sadir = hexart;
arayiah = arayiah[sadir(223)](/[\[\]]/g, sadir(195));
var nataria = new RegExp("[?&]" + arayiah + "(=([^&#]*)|&|#|$)"), shatema = nataria[sadir(469)](teianna);
if (!shatema) return null;
if (!shatema[2]) return "";
return decodeURIComponent(shatema[2][sadir(223)](/\+/g, " "));
}
//]]></script>
<script type='text/javascript'>
var coding = window.location.toString();
if (coding.indexOf("?m=1","?m=1") > 0) {
var clean_nprinsh = coding.substring(0, coding.indexOf("?m=1"));
window.history.replaceState({}, document.title, clean_nprinsh);};
</script>
<!--
<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2200993116-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AOuZoY6XfgTdLGNvQH3nmkDpMxo2ZMwLfA:1703100391377';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7921602400663178869','//toko.rootsec.biz.id/','7921602400663178869');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7921602400663178869', 'title': 'TOKO RootSec BOT', 'url': 'https://toko.rootsec.biz.id/', 'canonicalUrl': 'http://toko.rootsec.biz.id/', 'homepageUrl': 'https://toko.rootsec.biz.id/', 'searchUrl': 'https://toko.rootsec.biz.id/search', 'canonicalHomepageUrl': 'http://toko.rootsec.biz.id/', 'blogspotFaviconUrl': 'https://toko.rootsec.biz.id/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'id', 'localeUnderscoreDelimited': 'id', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22TOKO RootSec BOT - Atom\x22 href\x3d\x22https://toko.rootsec.biz.id/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22TOKO RootSec BOT - RSS\x22 href\x3d\x22https://toko.rootsec.biz.id/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22TOKO RootSec BOT - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7921602400663178869/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/06794071678558079467\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/54e0e36be8e83c74', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Dapatkan link', 'key': 'link', 'shareMessage': 'Dapatkan link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Bagikan ke Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Bagikan ke Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Bagikan ke Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27id\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Baca selengkapnya', 'pageType': 'index', 'pageName': '', 'pageTitle': 'TOKO RootSec BOT'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Tautan disalin ke papan klip!', 'ok': 'Oke', 'postLink': 'Tautan Pos'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Khusus', 'isResponsive': true, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'TOKO RootSec BOT', 'description': 'Toko RootSec BOT Adalah Sebuah Toko Sederhana Dimana Toko Ini Bisa Membeli Produk - Produk Digital Secara Cepat Langsung Menuju Ke Developernya.', 'url': 'https://toko.rootsec.biz.id/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}, {'name': 'widgets', 'data': [{'title': 'Kode Lisensi ( Premium )', 'type': 'HTML', 'sectionId': 'config', 'id': 'HTML11'}, {'title': 'Default CTA ( Click To Action )', 'type': 'HTML', 'sectionId': 'config', 'id': 'HTML12'}, {'title': 'Lokalisasi', 'type': 'HTML', 'sectionId': 'config', 'id': 'HTML13'}, {'title': 'TOKO RootSec BOT (Header)', 'type': 'Header', 'sectionId': 'header-section', 'id': 'Header11'}, {'title': 'Search \x26amp; Label', 'type': 'Label', 'sectionId': 'header-section', 'id': 'Label11'}, {'title': 'Selamat Datang Di TOKO Kami', 'type': 'LinkList', 'sectionId': 'header-section', 'id': 'LinkList11'}, {'title': 'Jasa', 'type': 'Image', 'sectionId': 'slideshow-home', 'id': 'Image11'}, {'title': 'Joki', 'type': 'Image', 'sectionId': 'slideshow-home', 'id': 'Image12'}, {'title': 'PROMO BELA NEGARA', 'type': 'Image', 'sectionId': 'slideshow-home', 'id': 'Image13'}, {'title': '', 'type': 'HTML', 'sectionId': 'index', 'id': 'HTML1'}, {'title': 'Banner Label', 'type': 'LinkList', 'sectionId': 'index', 'id': 'LinkList21'}, {'title': 'Postingan Blog', 'type': 'Blog', 'sectionId': 'index', 'id': 'Blog11', 'posts': [{'id': '1797395151720713829', 'title': 'Joki Tugas', 'featuredImage': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5RkQOUtmuRxvlVR3JrUL8b-M7SPeyDGSeol5EFk2wTF860qHS4LmpWpQRmQO7PrlP0T-iV0FW1emB1iI8_3TZ92-qa7TfCxIaNd-cQ5FzO98WVLZBasheRrNeCY-uihoCdPToo3xQMHgrRElkuCT96iW4P3tj0DnVFoXOqez3o1Dt40bbfeEMk1mZQ-Ac/s320/Joki%20Tuga.png', 'showInlineAds': false}, {'id': '6226902844530610099', 'title': 'Pembuatan Aplikasi IOS', 'featuredImage': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtl930mAZbbaKE8-IJmU-H_VnNzbUuYCRk8uk7VpmYy7Eeg2TPW_TGXK3HS-bHuUbBYUTty7hvdykemnY5z3mFCTU4Z93l9iojZDTMVslYGJHaOIpgcTOmx0yI8GtjP6WpQOqp1FOE3O4_IVzBETuRcMdCZAY8A4TdBgilx79LMs444IOTZ5_M6VM_TMWz/s320/Jasa%20Pembuatan%20ios.png', 'showInlineAds': false}, {'id': '4016046680445762911', 'title': 'Pembuatan Aplikasi Android', 'featuredImage': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdUmwyx6jJd_mWm0q1wsfC3aOyYWOlngRHnRL78Xw8jaqQ26Eez_5jOnlrTgepOqQ_uzmIsedtiy7yg55k1E4nq0yzOogrqGYrcX78NMzm4tmjmQFfINJ4MWFQwsgn1hndpmsAX8KcAjW2f491mNc1ZTp1v2aeRPSRRjlFxaCkCESmcZCblRV1XJYRhSn8/s320/Jasa%20Pembuatan%20Aplikasi.png', 'showInlineAds': false}, {'id': '7997589683732746225', 'title': 'Pembuatan Website Sekolah', 'featuredImage': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja52TDUa3GS8mACKT1xA5-uLQhHwnrY29I-qqjYux7Wz91YMrYLVc9mwl8Y2YuDPU4rAYJweYHPqfYvGOJjmaB-FqxV-7H1POXkWwxlNF2Zj5gwqfYkOSv5RKwQlLXoYgAW0tFGbumukEyiNMzGT2JM5mpMzt8LasFJWFbdi_tcwzmTETJkQvfqxf7Z3HX/s320/Jasa%20Pembuatan%20Web.png', 'showInlineAds': false}], 'footerBylines': [{'regionName': 'footer1', 'items': [{'name': 'comments', 'label': 'comments'}, {'name': 'icons', 'label': ''}]}], 'allBylineItems': [{'name': 'comments', 'label': 'comments'}, {'name': 'icons', 'label': ''}]}, {'title': 'Media Sosial', 'type': 'LinkList', 'sectionId': 'footer-section', 'id': 'LinkList31'}]}]);
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML11', 'config', document.getElementById('HTML11'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML12', 'config', document.getElementById('HTML12'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML13', 'config', document.getElementById('HTML13'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header11', 'header-section', document.getElementById('Header11'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label11', 'header-section', document.getElementById('Label11'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList11', 'header-section', document.getElementById('LinkList11'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image11', 'slideshow-home', document.getElementById('Image11'), {'resize': false}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image12', 'slideshow-home', document.getElementById('Image12'), {'resize': false}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image13', 'slideshow-home', document.getElementById('Image13'), {'resize': false}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'index', document.getElementById('HTML1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList21', 'index', document.getElementById('LinkList21'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog11', 'index', document.getElementById('Blog11'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/2933027729-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/3268905543-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList31', 'footer-section', document.getElementById('LinkList31'), {}, 'displayModeFull'));
</script>
</body>-->
</body>
</html> |