forked from nguyenphu04723/ThemeBlogspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mizuna-template-idntheme.xml
3442 lines (3430 loc) · 220 KB
/
Mizuna-template-idntheme.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:defaultwidgetversion='2' b:js='true' b:layoutsVersion='3' b:responsive='true' b:templateUrl='vegeclub.xml' b:templateVersion='1.3.0' expr:dir='data:blog.languageDirection' lang='vi' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<title><data:view.title.escaped/></title>
<b:include data='blog' name='all-head-content'/>
<meta content='summary_large_image' name='twitter:card'/>
<meta content='Trần Nhật Sinh' name='twitter:site'/>
<meta content='@starsinhinfo' name='twitter:creator'/>
<meta content='1301692206673062' property='fb:app_id'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<b:if cond='data:view.isMultipleItems'>
<meta content='website' property='og:type'/>
</b:if>
<b:if cond='data:view.isSingleItem'>
<meta content='article' property='og:type'/>
<meta content='https://www.facebook.com/S99999.VN' property='article:author'/>
<meta content='https://www.facebook.com/S99999.VN' property='article:publisher'/>
</b:if>
<b:skin version='1.3.0'><![CDATA[
/*
<!-- Constants -->
<Variable name="damionRegular36" description="Damion Regular 36" type="font" default="400 36px Damion, cursive" hideEditor="true" value="400 36px Damion, cursive"/>
<Variable name="damionRegular62" description="Damion Regular 62" type="font" default="400 62px Damion, cursive" hideEditor="true" value="400 62px Damion, cursive"/>
<Variable name="playfairDisplayBlack28" description="Playfair Display Black 28" type="font" default="900 28px Playfair Display, serif" hideEditor="true" value="900 28px Playfair Display, serif"/>
<Variable name="playfairDisplayBlack36" description="Playfair Display Black 36" type="font" default="900 36px Playfair Display, serif" hideEditor="true" value="900 36px Playfair Display, serif"/>
<Variable name="playfairDisplayBlack44" description="Playfair Display Black 44" type="font" default="900 44px Playfair Display, serif" hideEditor="true" value="900 44px Playfair Display, serif"/>
<Variable name="robotoNormal15" description="Roboto Normal 15" type="font" default="15px Roboto, sans-serif" hideEditor="true" value="15px Roboto, sans-serif"/>
<Variable name="robotoNormal16" description="Roboto Normal 16" type="font" default="16px Roboto, sans-serif" hideEditor="true" value="16px Roboto, sans-serif"/>
<Variable name="robotoLightItalic15" description="Roboto Light Italic 15" type="font" default="italic 300 15px Roboto, sans-serif" hideEditor="true" value="italic 300 15px Roboto, sans-serif"/>
<Variable name="robotoBold22" description="Roboto Bold 22" type="font" default="bold 22px Roboto, sans-serif" hideEditor="true" value="bold 22px Roboto, sans-serif"/>
<Variable name="robotoBold30" description="Roboto Bold 30" type="font" default="bold 30px Roboto, sans-serif" hideEditor="true" value="bold 30px Roboto, sans-serif"/>
<Variable name="robotoBold45" description="Roboto Bold 45" type="font" default="bold 45px Roboto, sans-serif" hideEditor="true" value="bold 45px Roboto, sans-serif"/>
<!-- Variable definitions -->
<Group description="Body">
<Variable name="body.background.color" description="Body background color" type="color" default="#f7f7f7" value="#f7f7f7"/>
<Variable name="body.background" description="Background" type="background" color="#f7f7f7" default="$(color) none repeat scroll top left" value="$(color) none repeat scroll top left"/>
<Variable name="body.text.font" description="Font" type="font" default="$(generalFont)" value="400 16px Ubuntu, sans-serif"/>
<Variable name="body.text.color" description="Color" type="color" default="#3c4043" value="#3c4043"/>
<Variable name="body.link.color" description="Link color" type="color" default="$(keycolor)" value="#365899"/>
<Variable name="body.link.visited.color" description="Visited Link Color" type="color" default="$(body.link.color)" value="#707070"/>
<Variable name="body.link.hover.color" description="Link Hover Color" type="color" default="$(body.link.color)" value="#365899"/>
<Variable name="body.button.font" description="Button font" type="font" default="$(textButtonFont)" value="500 12px Ubuntu, sans-serif"/>
<Variable name="body.button.color" description="Button color" type="color" default="$(keycolor)" value="#1a73e8"/>
</Group>
<Group description="Posts" selector="div.widget.Blog">
<Variable name="posts.background.color" description="Post background color" type="color" default="#fff" value="#ffffff"/>
<Variable name="posts.title.color" description="Post title color" type="color" default="#212121" value="#212121"/>
<Variable name="posts.title.font" description="Post title font" type="font" default="$(titleFont)" value="500 24px Ubuntu, sans-serif"/>
<Variable name="posts.byline.color" description="Post byline color" type="color" default="#757575" value="#757575"/>
<Variable name="posts.byline.font" description="Post byline font" type="font" default="$(bylineFont)" value="italic 400 12px Merriweather, Georgia, serif"/>
<Variable name="posts.text.font" description="Post text font" type="font" default="$(bodyFont)" value="400 16px Roboto, Georgia, serif"/>
<Variable name="posts.text.color" description="Post text color" type="color" default="$(body.text.color)" value="#3c4043"/>
<Variable name="posts.text.lineHeight" description="Post text line height" min="10px" max="60px" type="length" default="$(bodyLineHeight)" value="32px"/>
<Variable name="posts.snippet.text.font" description="Post snippet text font" type="font" default="$(bodyFontSmall)" value="400 14px Merriweather, Georgia, serif"/>
<Variable name="posts.snippet.text.lineHeight" description="Post snippet text line height" min="10px" max="60px" type="length" default="$(bodyLineHeightSmall)" value="24px"/>
<Variable name="posts.link.color" description="Post link color" type="color" default="$(body.link.color)" value="#1a73e8"/>
<Variable name="posts.icons.color" description="Post icons color" type="color" default="$(posts.link.color)" value="#1a73e8"/>
<Variable name="posts.border.radius" description="Post border radius" type="length" default="0px" min="0px" max="32px" value="0px"/>
<Variable name="postFilter.background.color" description="Filter background color" type="color" default="$(keycolor)" value="#1a73e8"/>
<Variable name="postFilter.message.font" description="Filter text font" type="font" default="$(postFilterFont)" value="italic 400 18px Merriweather, Georgia, serif"/>
<Variable name="postFilter.message.color" description="Filter text color" type="color" default="$(posts.background.color)" value="#ffffff"/>
<Variable name="postFilter.message.link.color" description="Filter keyword color" type="color" default="$(postFilter.message.color)" value="#ffffff"/>
<Variable name="labels.font" description="Label font size" type="font" default="$(labelsFont)" value="500 10.5px Ubuntu, sans-serif"/>
</Group>
*/
@font-face{font-family:'Material Icons';font-style:normal;font-weight:normal;src:local('Material Icons'), local('MaterialIcons-Regular'), url(//fonts.gstatic.com/s/materialicons/v12/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff'), url(//fonts.gstatic.com/s/materialicons/v12/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'), url(//fonts.gstatic.com/s/materialicons/v12/2fcrYFNaTjcS6g4U3t-Y5bbKic1PW3nceB3q24YFOMg.ttf) format('truetype')}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0}
ol,ol ol,ul,ul ul{padding:0}
a,a:hover{text-decoration:none}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
table{border-collapse:separate;border-spacing:0}
caption,td,th{text-align:left;font-weight:400}
a img{border:none}
a{outline:0}
input,button,textarea{font-family:Roboto,Arial,sans-serif;outline:none}
*{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;text-rendering:geometricPrecision}
body{animation:fadeInOpacity 2s;background-color:#f7f7f7;color:$(posts.text.color);font-family:Roboto,Arial,sans-serif;padding-top:70px;min-height:100vh;word-wrap:break-word;word-break:break-word;overflow:hidden;overflow-y:auto}
@-webkit-keyframes fadeInOpacity{from{opacity:0}to{opacity:1}}
@-moz-keyframes fadeInOpacity{from{opacity:0}to{opacity:1}}
@-o-keyframes fadeInOpacity{from{opacity:0}to{opacity:1}}
@keyframes fadeInOpacity{from{opacity:0}to{opacity:1}}
body.overflow{overflow-y:hidden}
.clearfix:before,.clearfix:after{content:'';display:block;height:0;overflow:hidden}
.error_page{text-align:center}
.error_page .message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);line-height:40px;display:block;float:left;width:100%;max-width:640px;padding:20px;background-color:$(posts.background.color);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
.error_page .message:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.error_page .message h1{font-size:4em;line-height:1em;letter-spacing:2px;margin-bottom:28px}
.error_page .message h1 span{background:#512da8;color:$(posts.background.color);padding:0 12px 0 14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.error_page .message h3{font-size:26px;font-weight:normal;line-height:40px;margin:0 0 8px}
.error_page .message span a{margin-top:15px;background-color:#448aff;border-radius:3px;color:#fafafa;display:inline-block;font-size:14px;letter-spacing:0.5px;line-height:36px;min-width:54px;padding:0 15px;text-align:center;white-space:nowrap;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}
svg{height:24px;width:24px;min-width:24px;vertical-align:text-bottom}
svg{fill:hsl(0,0%,53.3%)}
.overlay-dialog,.overlay,.dialog{background-color:rgba(0,0,0,.85);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:8}
.overlay{z-index:8}
.overlay-dialog,.dialog{z-index:10}
.hidden{display:none}
.modal-dialog{box-shadow:0 1px 3px 0 rgba(60,64,67,0.302),0 4px 8px 3px rgba(60,64,67,0.149);-webkit-font-smoothing:antialiased;letter-spacing:.2px;-webkit-align-items:center;align-items:center;background-color:#202124;border:none;-webkit-border-radius:4px;border-radius:4px;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;left:0;margin:20px;max-width:640px;min-height:50px;padding:8px 15px;position:fixed;right:auto;text-align:left;top:auto;white-space:normal;z-index:10}
.modal-dialog-content{font-size:15px;font-weight:400;color:$(posts.background.color)}
.modal-dialog-buttons{height:20px;width:20px;min-height:20px;min-width:20px;fill:$(posts.background.color);vertical-align:middle;margin-left:15px;cursor:pointer}
.MD-StoTop{background:hsla(0,0%,6.7%,.4);bottom:20px;cursor:pointer;position:fixed;right:20px;z-index:7;opacity:.7;border:0;outline:none;padding:5px;cursor:pointer;box-sizing:content-box;display:inline-block;border-radius:50%}
.MD-StoTop:before{font-family:Material Icons;content:'\e5d8';font-size:24px;font-weight:normal;font-style:normal;color:$(posts.background.color);vertical-align:bottom}
.main-container{max-width:1920px;position:relative;display:block;margin:auto;padding:0 10%;clear:both}
#backer{display:inline-block;position:fixed;top:0;left:0;right:0;height:50px;background:$(posts.background.color);z-index:10;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear}
#backer .header{height:50px;line-height:50px;display:inline-flex;width:60%}
#backer .replaced h1 a,#backer .replaced a{position:relative;height:50px;display:flex;font-family:arial;font-weight:normal;font-size:20px;color:#707070;text-transform:uppercase;line-height:50px}
#backer .replaced h1{line-height:50px}
#backer .mobile-menu{float:left;position:relative;height:50px;display:none}
#backer #Label1{display:flex;margin:13px 0;position:relative}
#backer .list-label-widget-content{position:fixed;top:50px;bottom:0;left:0;background:#fafafa;z-index:9;line-height:20px;padding:0;width:70%;box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(0,0,0.2,1);transition-timing-function:cubic-bezier(0,0,0.2,1)}
#backer .list-label-widget-content.invisible{-webkit-transition-timing-function:cubic-bezier(0.4,0,0.6,1);transition-timing-function:cubic-bezier(0.4,0,0.6,1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
#backer .list-label-widget-content ul{height:100%;padding-bottom:40px;overflow:hidden;overflow-y:auto}
#backer .list-label-widget-content ul li{font-size:15px;text-align:left;list-style-type:none;padding:10px 20px;border-bottom:1px solid #c3c3c3}
#backer .list-label-widget-content ul li:last-child{border:none}
#backer .list-label-widget-content ul li:last-child a{display:inline-block}
#backer .list-label-widget-content ul li a{display:block;color:$(body.text.color)}
#backer span.label-count{margin:0;padding:0;line-height:20px}
#backer .list-label-widget-content ul li a.current{color:$(body.link.color)}
.label-count{float:right;font-size:14px}
.label-count:before{content:'('}
.label-count:after{content:')'}
#backer #Label1 button.open:before{font-family:Material Icons;content:'\e5d2';font-size:24px;color:hsl(0,0%,53.3%)}
#backer #Label1 button.close:before{font-family:Material Icons;content:'\e5cd';font-size:24px;color:hsl(0,0%,53.3%)}
#backer .list-label-widget-content svg{height:21px;width:21px;min-width:21px;margin-right:20px}
#backer .list-label-widget-content .copyright{position:absolute;width:100%;bottom:0;background:#fafafa;padding:10px 15px;border-top:1px solid rgba(0,0,0,0.12);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px;text-align:left}
#backer .list-label-widget-content .copyright a{display:block;color:$(body.text.color)}
#backer .list-label-widget-content .search{display:none}
#Header1{float:left;height:50px;width:250px}
#Header1 .header-widget{display:inline-block}
#Header1 img{height:50px;width:100%}
#backer .header .BlogSearch{display:flex;margin:7px 0;width:-webkit-fill-available}
.bg_Se{line-height:32px;position:relative;width:100%}
.bg_Se .gb_Se{background-color:#f5f8fa;display:inline-block;position:relative;width:100%;border:1px solid #e6ecf0;-webkit-border-radius:21px;border-radius:21px}
.bg_Se input{background:transparent;font-family:Roboto,Arial,sans-serif;font-size:15px;line-height:32px;padding-left:40px;width:100%;color:$(body.text.color);border:0;outline:none}
.bg_Se button{width:40px;border:0;background:transparent;cursor:pointer;position:absolute;top:0;line-height:32px;height:32px;outline:none}
.bg_Se .Se{float:left}
.bg_Se .Se:before{font-family:Material Icons;content:'\e8b6';font-size:22px;color:hsl(0,0%,53.3%)}
.gb_Re{background:rgba(60,64,67,0.90);-webkit-border-radius:4px;border-radius:4px;color:$(posts.background.color);font:500 12px 'Roboto',arial,sans-serif;letter-spacing:.8px;line-height:16px;margin-top:4px;min-height:14px;padding:4px 8px;position:absolute;z-index:1000;-webkit-font-smoothing:antialiased}
.bg_Se .results-content{position:absolute;top:45px;height:100vh;z-index:9;width:100%}
.bg_Se .results-content .dropdown{overflow:hidden;position:absolute;display:block;width:28px;height:14px;top:-14px;left:15%;-ms-transform:translateX(-15%);transform:translateX(-15%)}
.bg_Se .results-content .dropdown::after{position:absolute;display:block;width:14px;height:14px;bottom:-7px;left:7px;background-color:$(posts.background.color);border-radius:3px 0 0 0;box-shadow:0 0 10px rgba(0,0,0,0.2);-ms-transform:rotate(45deg);transform:rotate(45deg);content:""}
.bg_Se .results-content .searchresults-wrapper{background:#ffffff;padding:10px 15px;-webkit-border-radius:4px;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.25);background-clip:padding-box;max-height:calc(100% - 44px);overflow-x:hidden;overflow-y:auto}
.bg_Se .results-content ul li{line-height:unset;list-style:none}
.bg_Se .results-content ul li a{display:block;color:$(body.text.color);font-size:15px;font-weight:normal;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bg_Se .results-content ul li svg{width:23px;height:23px;margin-right:15px;fill:$(body.link.color)}
.bg_Se .clear-text{right:0}
.bg_Se .clear-text:before{font-family:Material Icons;content:'\e5cd';font-size:21px;color:hsl(0,0%,53.3%)}
#backer .search form{width:100%;border-bottom:1px solid #c3c3c3}
#backer .search input{width:100%;background:transparent;font-size:15px;line-height:35px;text-indent:20px;color:$(body.text.color);border:0;outline:0}
#backer .Label .search button{background:transparent;cursor:pointer;position:absolute;top:0;right:0;height:38px;width:60px;line-height:38px;margin:0;padding:0;outline:0;border:0}
#backer .Label .search button:before{font-family:Material Icons;content:'\e8b6';font-size:22px;color:hsl(0,0%,53.3%)}
#backer .backer-right{float:right;height:50px;display:none}
#backer .backer-right .widget{margin:13px 0;position:relative;cursor:pointer}
#backer .Label button,#backer .backer-right .widget .dropdwn{padding:0;border:0;outline:0;background:transparent;height:24px;width:24px;cursor:pointer}
#backer .backer-right .widget .dropdwn:before{font-family:Material Icons;content:'\e5c3';font-size:24px;color:hsl(0,0%,53.3%)}
#backer .backer-right .widget-content{background:$(posts.background.color);width:180px;position:absolute;z-index:9;top:36px;right:0;background-color:$(posts.background.color);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-ms-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;transform-origin:center center}
#backer .backer-right .widget-content.opened{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}
#backer .backer-right .widget-content ul{list-style-type:none}
#backer .backer-right .widget-content ul li{line-height:20px;font-size:15px;text-align:left}
#backer .backer-right .widget-content ul li a{color:$(body.text.color);display:block;padding:10px 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#backer .backer-right .widget-content ul li a:hover{background-color:rgb(230,230,230)}
#backer .pc-menu{float:right;display:flex;position:relative}
#backer .pc-menu .widget{line-height:50px;margin-right:25px;position:relative;cursor:pointer}
#backer .pc-menu .widget:last-child{margin-right:0}
#backer .pc-menu .widget .title{font-size:15px;position:relative;}
#backer .pc-menu .widget .title::after{font-weight:normal;font-style:normal;font-family:Material Icons;content:'\e5cf';font-size:18px;color:hsl(0,0%,53.3%);position:absolute}
#backer .pc-menu .widget-content{visibility:hidden;background:$(posts.background.color);width:200px;position:absolute;z-index:9;top:50px;left:50%;background-color:$(posts.background.color);border-radius:4px;box-shadow:0 2px 10px 0 rgba(0,0,0,0.3);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}
#backer .pc-menu .widget-content .dropdown{overflow:hidden;position:absolute;display:block;width:28px;height:14px;top:-14px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#backer .pc-menu .widget-content .dropdown::after{position:absolute;display:block;width:14px;height:14px;bottom:-7px;left:7px;background-color:$(posts.background.color);border-radius:3px 0 0 0;box-shadow:0 0 10px rgba(0,0,0,0.2);-ms-transform:rotate(45deg);transform:rotate(45deg);content:""}
#backer .pc-menu .widget:last-child .widget-content{left:unset;right:0;-ms-transform:unset;transform:unset}
#backer .pc-menu .widget:last-child .widget-content .dropdown{left:unset;right:5%}
#backer .pc-menu .widget-content ul{list-style-type:none}
#backer .pc-menu .widget-content ul li{line-height:20px;font-size:15px}
#backer .pc-menu .widget-content ul li a{color:$(body.text.color);display:block;padding:10px 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#backer .pc-menu .widget-content ul li a:hover{background-color:rgb(230,230,230)}
#backer .pc-menu .widget:hover .widget-content{visibility:visible;animation:dropdown-show .3s ease forwards}
#backer .pc-menu .widget:last-child:hover .widget-content{animation:dropdown-last-show .3s ease forwards}
@keyframes dropdown-show{from{opacity:0;transform:translate(-50%,15px)}to{opacity:1;transform:translate(-50%,0)}}
.recent-comments{position:relative}
@keyframes dropdown-last-show{from{opacity:0;transform:translate(0%,15px)}to{opacity:1;transform:translate(0%,0)}}
.recent-comments{position:relative}
.recent-comments .loading.load{position:relative;height:100px}
.recent-comments .loading.spinner:before{top:40%;left:45%}
.recent-comments ul.load{height:400px;position:relative}
.recent-comments ul.spinner:before{top:45%;left:45%}
.recent-comments ul li{list-style-type:none;position:relative;padding:0 0 10px 0}
.recent-comments ul li:last-child{padding:0}
.recent-comments .rc_avatar{position:absolute;border-radius:50%;height:40px;width:40px;overflow:hidden}
.recent-comments .rc_avatar img{width:100%;height:100%}
.recent-comments .rc_block{margin:0 0 0 50px;display:block;font-size:15px;line-height:1.5}
.recent-comments .rc_header{overflow:hidden;white-space:nowrap}
.recent-comments .rc_content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:15px;font-weight:normal;line-height:1.4}
.recent-comments .rc_more a{color:$(body.text.color)}
.recent-comments .rc_content a{color:$(body.link.color)}
.recent-comments .rc_user{font-size:15px}
.recent-comments .rc_user a{color:#212121}
.recent-comments .rc_date{font-size:13px;padding-left:7px}
.recent-comments .rc_date a{color:#777}
.tb .rc_page{background:#f5f5f5;border-top:1px solid #ccc;border-color:rgba(0,0,0,.2);padding:10px 0;text-align:center}
.tb .rc_page button{cursor:pointer;outline:none;background:#f5f5f5;border:1px solid rgba(0,0,0,.2);padding:7px 10px;border-radius:2px}
.tb .rc_page button:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-color:#c6c6c6;background-color:$(posts.background.color)}
.ad-top,.ad-footer{width:100%;float:left;position:relative}
.ad-top .widget,.ad-footer .widget{float:left;width:100%;padding:10px;background-color:$(posts.background.color);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;position:relative;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
.ad-top .widget:hover,.ad-footer .widget:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.ad-top .widget{margin-bottom:20px}
.ad-top .widget a,.ad-footer .widget a{display:flex}
.ad-top .widget img,.ad-footer .widget img{width:100%;height:auto}
#ad-middle{float:left;width:100%;margin-bottom:20px}
#ad-middle .widget-content{background-color:$(posts.background.color);padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;position:relative;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
#ad-middle .widget-content:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.main-wrapper{width:100%;float:left;margin:auto;position:relative}
.main-wrapper .widget{float:left;width:100%;position:relative;margin-bottom:20px}
.main-wrapper .Blog{margin-bottom:0}
.main{float:left;width:70%;padding-right:20px;margin:auto;position:relative}
.breadcrumbs{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.breadcrumbs.homepage{border-bottom:3px solid rgba(0,0,0,0.12);padding-bottom:10px;margin-bottom:15px}
.breadcrumbs ul,.breadcrumbs .search-label{font-size:16px;color:$(body.text.color);text-align:left;padding:0 0 10px 0;margin:0 0 15px 0;border-bottom:3px solid rgba(0,0,0,0.12);position:relative;display:block}
.breadcrumbs ul span.name{padding-bottom:10px;border-bottom:3px solid $(body.link.color)}
.breadcrumbs .last-item,.breadcrumbs .search-label a,.breadcrumbs .search-label span{border-bottom:3px solid $(body.link.color);padding:0 0 10px 0}
.breadcrumbs ul li:before,.breadcrumbs .search-label a:after{font-family:Material Icons;content:'\e409';font-size:18px;font-style:normal;font-weight:normal;vertical-align:bottom}
.breadcrumbs ul li:first-child:before,.breadcrumbs .tg-menu ul li:before{content:unset}
.breadcrumbs .title{border-bottom:3px solid $(body.link.color);padding-bottom:9px;position:absolute}
.breadcrumbs h1,.breadcrumbs h3{margin-bottom:15px;font-size:larger;font-weight:normal;text-transform:uppercase;position:relative}
.breadcrumbs h1:before,.breadcrumbs h3:before{content:"";position:absolute;width:100%;height:5px;bottom:9px;background-image:-moz-linear-gradient(left,#0799ff #21d4fd);background-image:-webkit-gradient(linear,left top,right top,from(#0799ff),to(#21d4fd));background-image:-webkit-linear-gradient(left,#0799ff,#21d4fd);background-image:-o-linear-gradient(left,#0799ff,#21d4fd)}
.breadcrumbs h1 span,.breadcrumbs h3 span{background:#f7f7f7;position:relative;padding-right:15px}
.breadcrumbs .search-label h1.search-query{color:$(body.link.color)}
.breadcrumbs ul li{display:inline-block;position:relative}
.breadcrumbs a{color:$(body.text.color)}
.breadcrumbs ul li a:hover{border-bottom:3px solid $(body.link.hover.color);padding-bottom:10px}
.featured{float:left;width:100%}
.featured .widget{margin-bottom:20px}
.featured_post .item{position:relative;display:block;float:left;width:100%}
.featured_post .item .post_thumb{float:left;display:block;width:100%;height:auto;max-height:400px;overflow:hidden}
.featured_post .item .post_thumb:before{display:block;position:absolute;width:100%;bottom:0;left:0;height:100%;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));background-image:-moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));content:'';z-index:1}
.featured_post .item .post_thumb img{height:100%;width:100%;object-fit:cover}
.featured_post .item .post_content{position:absolute;bottom:25%;left:5%;max-width:50%;z-index:1}
.featured_post .item .post_content,.featured_post .item .post_content a{color:$(posts.background.color)}
.featured_post .item .post_content a.post_jump_link{background-color:rgba(0,0,0,.85);padding:0 15px;margin-top:20px;text-transform:uppercase;font-weight:normal;font-size:12px;line-height:38px;display:inline-block;vertical-align:middle;position:relative}
.featured_post .item .post_content a.post_jump_link:after{font-family:Material Icons;content:'\e5c8';font-size:20px;color:$(posts.background.color);vertical-align:middle;padding-left:5px}
.featured_post .item .post_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:22px;font-weight:normal;line-height:26px}
.featured_post .item .post_title:hover{color:$(body.link.hover.color)}
.featured_post .item .post_meta{font-size:14px;font-weight:normal;padding-top:10px}
.featured_post .item .post_meta .post_date{padding-right:8px;line-height:1.5}
.featured_post .item .post_meta .post_date:before{font-family:Material Icons;content:'\e192';font-size:13px;color:$(posts.background.color);vertical-align:text-bottom;padding-right:3px}
.featured_post .item .post_meta .post_label:before{font-family:Material Icons;content:'\e54e';font-size:13px;color:$(posts.background.color);vertical-align:middle;padding-right:3px}
.featured_post .item .post_snippet{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:15px;font-weight:normal;line-height:1.4;padding-top:10px}
.all_posts .row{margin:0 -10px;display:inline-table}
.all_posts a{color:$(body.text.color)}
.col-md-4{padding:0 10px 20px 10px;width:33.33%;display:inline-block;vertical-align:top;position:relative}
.card{background-color:$(posts.background.color);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;position:relative;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
.card:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.card.post-wrap{padding:10px}
.card .card-header .author{position:absolute;top:0;left:0;padding:21px 28px;width:100%;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.6)),color-stop(1,rgba(0,0,0,0)));background:-ms-linear-gradient(top,rgba(0,0,0,0.6),rgba(0,0,0,0));background:-moz-linear-gradient(center top,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)',endColorstr='rgba(0,0,0,0.6)')}
.all_posts .card .card-header .author a .avatar{width:40px;height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:2px;background:$(posts.background.color);vertical-align:middle}
.card .card-header .author a .name{color:$(posts.background.color);margin-left:5px}
.card .content{padding:15px}
.card .content .title{font-size:20px;font-weight:normal;line-height:normal;margin-bottom:10px}
.card .content .title a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:$(body.text.color)}
.card .content .title a:hover{color:$(body.link.hover.color)}
.card .content .meta{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:10px;font-size:15px;font-weight:normal}
.card .content .meta .date{font-size:14px}
.card .content .meta .cmt-num:before{content:'-';padding:0 5px 0 3px}
.card .content .post-entry{font-size:15px;font-weight:normal;line-height:1.5}
.card .card-footer{border-top:1px solid #e6e6e6;padding-left:15px;position:absolute;bottom:0;left:0;width:100%;background:$(posts.background.color)}
.card .card-footer .parmalink{text-transform:uppercase;font-weight:normal;font-size:12px;line-height:42px;display:inline-block;vertical-align:middle;position:relative;padding-right:30px}
.card .card-footer .parmalink:after{font-family:Material Icons;content:'\e5c8';font-size:20px;color:hsl(0,0%,53.3%);position:absolute;right:5px}
.card .card-footer .share-wrap{border-left:1px solid #e6e6e6;text-align:center;cursor:pointer;position:relative}
.card .card-footer .pull-right{float:right}
.card .card-footer .share-wrap .share-button{line-height:42px;width:42px;height:42px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;display:block}
.card .card-footer .share-wrap .share-button:before{font-family:Material Icons;content:'\e80d';font-size:18px;color:hsl(0,0%,53.3%)}
.card .card-footer .share-wrap .share-link-wrap{position:absolute;bottom:100%;right:15px;margin-bottom:5px;background:$(posts.background.color);-webkit-border-radius:2px 2px 0 2px;-moz-border-radius:2px 2px 0 2px;border-radius:2px 2px 0 2px;box-shadow:0 -1px 4px 0 rgba(0,0,0,0.1),0 2px 3px -2px rgba(0,0,0,0.2),0 0 7px 0 rgba(0,0,0,0.12);-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-ms-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;transform-origin:100% 100%}
.all_posts .card .card-footer .share-wrap .share-link-wrap.opened{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}
.card .card-footer .share-wrap .share-link-wrap span{display:block;text-align:left;padding:8px 15px;font-size:15px;white-space:nowrap;color:$(body.text.color)}
.card .card-footer .share-wrap .share-link-wrap span:hover{background-color:rgb(230,230,230)}
.card-header{position:relative;}
.card-header .featured-image{display:flex;position:relative;padding-bottom:56.25%}
.card-header .tag-list{display:block;position:absolute;z-index:2;left:8px;bottom:8px;padding:2px 7px;opacity:.8;border-radius:3px;background:#000;line-height:24px;font-size:13px}
.card-header .tag-list a{padding:0;color:#fff}
.featured-image-container{background-color:rgba(0,0,0,0.8);position:absolute;top:0;left:0;height:100%;width:100%;background-size:cover;background-position:center;object-fit:cover}
/*.featured-image-container::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#00000099);transition:.3s all ease}*/
.featured-image-container{transition: width .2s linear;-o-transition: width .2s linear;-moz-transition: width .2s linear;-webkit-transition: width .2s linear;}
.card-header .demo{opacity:0;transition:.5s ease;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}
.card-header:hover .demo{opacity:1}
.card-header .demo a{position:relative;color:#ffffff;font-size:13px;display:block;padding:7px 10px;min-width:70px;border-radius:3px}
.card-header .demo a:first-child{margin-bottom:5px}
.card-header .demo a span{vertical-align:middle}
.card-header .demo a.preview{background:#2ac4ea;border:1px solid #2ac4ea}
.card-header .demo a.purchase{background:#DC4637;border:1px solid #DC4637}
.card-header .demo a.download{background:#5c4185;border:1px solid #5c4185}
.card-header .demo a:before{font-family:Material Icons;font-size: 18px;line-height:0;vertical-align:middle;padding-right:5px;color: #ffffff}
.card-header .demo a.preview:before{content:'\e8f4'}
.card-header .demo a.purchase:before{content:'\e8cc'}
.card-header .demo a.download:before{content:'\e2c0'}
#article{background-color:$(posts.background.color);float:left;width:100%;margin:auto;margin-bottom:20px;display:block;position:relative;padding:15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
#article:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.article-body{float:left;width:100%}
.post-item{float:left;width:100%;margin:auto;position:relative;display:block}
.post-item .post-header{padding-bottom:20px}
.post-item .post-header .nread{display:block;position:relative;font-size:15px;font-style:italic;margin-top:20px}
.post-item .post-header .nread a{color:$(body.text.color)}
.post-item .post-header .post-title{font-size:x-large;font-weight:normal;line-height:normal}
.post-item .post-header .post-description{padding-top:18px}
.post-item .post-header .post-description p {font-size:16px;font-weight:bold;line-height:1.6em}
#related-article{position:relative;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,0.12)}
#related-article ul{margin:15px 0 15px 15px}
#related-article ul li{list-style-type:disc;font-weight:normal;font-size:16px;line-height:1.6em;color:$(body.text.color)}
#related-article ul li a{color:$(body.text.color)}
#related-article ul li a:after{content:unset}
#related-article ul li a:hover{color:$(body.link.color);text-decoration:underline}
.post-body{display:block;font-size:16px;font-weight:normal;line-height:1.6em}
.post-body a{color:$(body.link.color)}
.post-body ol,.post-body ul{margin:15px 0 15px 30px}
.post-body ul > ul{margin:15px 0 15px 15px}
.post-body ul li{list-style-type:disc}
.post-body ol li{list-style-type:decimal}
.post-body img{max-width:100%;display:block;margin:0 auto;opacity:1;border:solid 1px #f0f1f5;transition:border-color .3s;border-radius:3px}
.post-body .tr-caption-container,.post-body .separator{max-width:800px;margin:0 auto;position:relative;clear:both!important;text-align:center!important}
.post-body .share-fb,.post-body .share-gg{display:inline-block;width:70px;height:20px;cursor:pointer}
.post-body .share-fb{background:url(https://3.bp.blogspot.com/-L4UvEgK3YK4/W9moHbMg9QI/AAAAAAAANLE/FsQ-5cVjTCgJlPbUa5JSXvff15VhFR8uQCLcBGAs/s000/share-fb.gif) no-repeat}
.post-body .share-gg{background:url(https://4.bp.blogspot.com/-XalQtUPZgVU/XIxv9p85VdI/AAAAAAAAOsY/1-3cBMC1ujEGyMezMIhJRrHBo2exGm-rgCLcBGAs/s000/twitter.png) no-repeat}
.post-body .shareBtn{transition:all 0.5s ease 0s;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.post-body .tr-caption-container:hover .shareBtn,.post-body .separator:hover .shareBtn{opacity:1}
.post-body .tr-caption-container:hover img,.post-body .separator:hover img{opacity:0.3}
.post-body .tr-caption-container a,.post-body .separator a{display:inline-block;cursor:default}
.post-body .video-container{position:relative;padding-bottom:56.25%}
.post-body .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.post-body .tr-caption{font-size:15px;color:#777;line-height:1.6;padding:10px 0;border-bottom:1px solid #e7e8ea}
.post-body blockquote{color:#666;border-left:3px solid $(body.link.color);padding-left:15px}
.post-body blockquote{color:#666;border-left:3px solid #365899;padding-left:15px}
.box_tin{background-color:#f5f8fa;margin-top:25px;padding:15px;border:1px solid #f5f8fa;transition:border-color .3s;border-radius:3px;font-size:15px}
.box_tin:hover{border-color:#0af;transition:border-color .3s}
.box_tin p{font-size:15px;font-weight:normal}
.box_tin ul{margin:5px 15px 0 15px}
.post-body .category{margin-top:25px;background-color:#E4F0F6;color:#3c4043;padding:10px;border:1px solid #E4F0F6;transition:border-color .3s;border-radius:3px}
.post-body .category:hover{border-color:#0af;transition:border-color .3s}
.post-body .category span.title{display:block;padding-bottom:10px;text-align:center;font-size:large;font-weight:normal}
.post-body ul#chapter{margin:0 0 0 20px}
.post-body .popup{color:$(body.link.hover.color);cursor:pointer}
.post-body table {width:100%;border: 1px solid rgb(187,187,187)}
.post-body td{font-size: 16px;padding:5px 10px;border:1px solid rgb(187,187,187)}
.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{font-size:large;font-weight:normal}
.post-body .demo{text-align:center}
.post-body .demo a{position:relative;color:#ffffff;font-size:14px;display:inline-block;padding:7px 14px;min-width:70px;border-radius:3px}
.post-body .demo a span{vertical-align:middle}
.post-body .demo a.preview{margin-right:5px}
.post-body .demo a.preview{background:#b97ebb;border:1px solid #b97ebb}
.post-body .demo a.purchase{background:#DC4637;border:1px solid #DC4637}
.post-body .demo a.download{background:#6dab3c;border:1px solid #6dab3c}
.post-body .demo a:before{font-family:Material Icons;font-size:18px;line-height:0;vertical-align:middle;padding-right:5px;color: #ffffff}
.post-body .demo a.preview:before{content:'\e8f4'}
.post-body .demo a.purchase:before{content:'\e8cc'}
.post-body .demo a.download:before{content:'\e2c0'}
.inline-ad{margin-top:20px}
.post-button-container{float:left;width:100%;position:relative;margin:20px 0 15px 0;text-align:center}
.post-button-container .post-button{background-color:$(posts.background.color);display:inline-flex;position:relative;padding:5px;border-radius:3px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}
.post-button-container .post-button:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.post-button-container .post-button a{display:inline-flex;margin-right:20px}
.post-button-container span.left,.post-button-container span.right,.post-button-container span.share,.post-button-container span.share-button{display:inline-flex}
.post-button-container span.share-button{padding:2px 0;cursor:pointer}
.post-button-container span.left{margin-right:20px}
.post-button-container a.home:before,.post-button-container a.left:before,.post-button-container span.left:before,.post-button-container a.right:after,.post-button-container span.right:after,.post-button-container .share-button:before{font-family:Material Icons;font-size:24px;font-style:normal;font-weight:normal}
.post-button-container a.home:before{content:'\e88a';color:hsl(0,0%,53.3%)}
.post-button-container a.left:before{content:'\e5c4';color:hsl(0,0%,53.3%)}
.post-button-container span.left:before{content:'\e5c4';color:#aaa}
.post-button-container a.right:after{content:'\e5c8';color:hsl(0,0%,53.3%)}
.post-button-container span.right:after{content:'\e5c8';color:#aaa}
.post-button-container span.share-button:before{content:'\e80d';color:hsl(0,0%,53.3%);font-size:21px}
.post-button-container .share-menu{background:$(posts.background.color);position:absolute;top:35px;left:0;width:200px;-webkit-border-radius:2px;border-radius:2px;text-align:left;list-style-type:none;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);z-index:8;-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-ms-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;transform-origin:center center}
.post-button-container .share-menu.opened{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}
.post-button-container .share-menu li{padding:0 20px;line-height:35px;font-size:15px;cursor:pointer}
.post-footer{float:left;position:relative;width:100%;margin:15px 0 20px 0}
.post-footer .social-sharing-widgets{display:block;position:relative}
.post-footer .ma-share{cursor:pointer}
.post-footer .ma-share:before{font-family:Material Icons;content:'\e0be';background:$(body.text.color);margin-right:5px;vertical-align:text-bottom;text-align:center;color:$(posts.background.color);height:20px;line-height:20px;width:27px;float:left;font-size:14px;border-radius:2px}
.post-footer .print-email{float:right;display:inline-block}
.post-footer .printBtn:before{font-family:Material Icons;content:'\e555';float:left;background:#005A89;width:27px;vertical-align:text-bottom;text-align:center;color:$(posts.background.color);height:20px;line-height:20px;font-size:14px;border-radius:3px}
.post-footer .printBtn{float:right;cursor:pointer}
.post-footer .keywords span::before{font-family:Material Icons;content:'\e54e';font-size:16px;color:hsl(0,0%,53.3%);vertical-align:text-bottom;padding-right:3px}
.post-footer .keywords{display:block;float:left;width:100%;margin-top:20px}
.post-footer .keywords span{line-height: 18px;}
.post-footer .keywords a{background:#f0f1f5;border:solid 1px #f0f1f5;font-size:14px;color:#3c4043;display:inline-block;padding:4px 7px;margin:0 0 10px 5px;border-radius:3px;transition: border-color .3s}
.post-footer .keywords a:hover{background:#448aff;border-color:#448aff;transition:border-color .3s;color:$(posts.background.color)}
.about-author{margin-top:20px;padding-bottom:14px;font-size:16px;text-align:center;clear:both;border-radius:4px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
.about-author:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.about-author img{margin-top:15px;width:72px;height:72px;border-radius:50%;-webkit-border-radius:50%;border:2px solid rgba(0,0,0,0.12)}
.about-author p.name{font-size:16px;font-weight:bold;line-height:0;margin:10px 0}
.about-author p.aboutme{text-align:left;line-height:1.5em;max-width:414px;margin:auto}
.about-author p.name svg{vertical-align:middle;max-width:16px;min-width:16px;height:16px;width:16px}
.about-author p.name svg path{fill:#4285F4;paint-order:stroke;stroke-width:3px;stroke:$(posts.background.color)}
.about-author p.social{padding-top:10px;line-height:0}
.about-author a{display:inline-block;color:$(body.text.color)}
.social-icon{height:32px;width:32px;display:inline-block;transform:scale(.75)}
.google-plus-icon{background:no-repeat url(//i.imgur.com/5PAwXhg.png)}
.twitter-icon{background:no-repeat url(//i.imgur.com/PNFln8C.png)}
.facebook-icon{background:no-repeat url(//i.imgur.com/2zSBCg9.png)}
.linkedin-icon{background:no-repeat url(//i.imgur.com/Du1IUyz.png)}
.reactions{float:left;width:100%;margin:15px 0}
.reactions .reactions-label{float:left;line-height:36px;font-weight:bold}
.reactions .reactions-iframe{height:36px;width:166px;background:transparent;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);display:inline-block;margin-left:20px;padding:7px 0;border-radius:3px}
.FollowByEmail .follow-by-email-inner{max-width:640px;margin:auto;position:relative}
.FollowByEmail form{width:100%}
.FollowByEmail input[name=email]{width:100%;text-indent:15px;line-height:34px;border:1px solid #dee2e6;border-radius:50px;box-sizing:border-box;resize:vertical;font-size:15px}
.FollowByEmail button[type=submit]{position:absolute;top:0;right:0;background:#33b5e5;border:1px solid transparent;border-radius:50px;outline:0;padding:0 10px 0 40px;font-size:15px;color:#fafafa;line-height:36px;cursor:pointer;white-space:nowrap}
.FollowByEmail button[type=submit]:before{font-family:Material Icons;content:'\e0e1';position:absolute;left:10px;font-size:20px}
form[name=contact-form] input[type=text],form[name=contact-form] input[type=email],form[name=contact-form] textarea{width:100%;padding:10px;border:1px solid rgba(0,0,0,0.12);transition:border-color .3s;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;outline:none;font-size:15px;font-family:Roboto,Arial,sans-serif}
form[name=contact-form] textarea{height:200px}
form[name=contact-form] input[type=text]:hover,form[name=contact-form] input[type=email]:hover,form[name=contact-form] textarea:hover,form[name=contact-form] input[type=button]:hover{border-color:#0af;transition:border-color .3s}
form[name=contact-form] input[type=button]{min-width:70px;background:transparent;border:1px solid rgba(0,170,255,.2);border-radius:4px;color:#00aaff;padding:8px 10px 8px 5px;letter-spacing:.007px;white-space:nowrap;transition:border-color .3s;font-size:15px;outline:none;cursor:pointer}
form[name=Contact-Form] .col-sm-mb{margin-bottom:15px}
form[name=Contact-Form] .col-sm-mb:last-child{margin-bottom:0}
form[name=Contact-Form] .field{display:block;position:relative}
form[name=Contact-Form] input,form[name=Contact-Form] .select,form[name=Contact-Form] textarea{font-family:Roboto,helvetica,arial,sans-serif;font-size:14px;color:#555;outline:none}
form[name=Contact-Form] .select{text-align:left;cursor:pointer}
form[name=Contact-Form] .select::after{content:url(https://2.bp.blogspot.com/-hRPyX5CNH3I/XB5ImK9j8WI/AAAAAAAAOI0/HlT3qBaOIDYOptSseMcv4mGZ1g7bFRYQwCLcBGAs/s12/angle-down.png);position:absolute;right:15px;top:15px}
form[name=Contact-Form] .themes_list ul{position:absolute;background:#ffffff;border:1px solid #ddd;margin:0;z-index:9;border-radius:3px;max-height:500px;min-width:200px;width:100%;overflow-x:hidden;overflow-y:auto;-webkit-box-shadow:0 12px 15px 0 rgba(0,0,0,0.24);box-shadow:0 12px 15px 0 rgba(0,0,0,0.24)}
form[name=Contact-Form] .themes_list ul li{cursor:pointer;font-size:14px;padding:8px 15px 8px 40px;display:block;list-style-type:none}
form[name=Contact-Form] .themes_list ul li:first-child,form[name=Contact-Form] .themes_list ul li:hover{background-color:#f7f7f7}
form[name=Contact-Form] .exportInput,form[name=Contact-Form] .select,form[name=Contact-Form] textarea{background-color:#fdfdfd;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d3d3d3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:all 0.3s ease}
form[name=Contact-Form] .exportInput,form[name=Contact-Form] .select{height:42px;padding:0 10px 0 40px}
form[name=Contact-Form] textarea{height:120px;vertical-align:top;resize:vertical;padding:10px 10px 10px 40px}
form[name=Contact-Form] input[type="submit"]{display:inline-block;min-width:90px;background-color:#1a73e8;color:#fff;border-radius:3px;padding:0;text-transform:uppercase;border:none;height:33px;line-height:33px;white-space:nowrap;overflow:hidden;-webkit-appearance:none;cursor:pointer}
form[name=Contact-Form] #message_note{padding-left:15px;vertical-align:middle;white-space:nowrap;overflow:hidden}
form[name=Contact-Form] .field .exportInput:focus,form[name=Contact-Form] .field .exportInput.focus,
form[name=Contact-Form] .field .select:focus,form[name=Contact-Form] .field .select.focus,
form[name=Contact-Form] .field textarea:focus,form[name=Contact-Form] .field textarea.focus{background:#fff;border-color:#ea4242}
form[name=Contact-Form] .field input.exportInput:focus ~ .bar,form[name=Contact-Form] .field .exportInput.focus ~ .bar,
form[name=Contact-Form] .field .select:focus ~ .bar,form[name=Contact-Form] .field .select.focus ~ .bar,
form[name=Contact-Form] .field textarea:focus ~ .bar,form[name=Contact-Form] .field textarea.focus ~ .bar{width:100%;opacity:1;filter:alpha(opacity=100)}
form[name=Contact-Form] .field .exportInput:focus ~ .fa,form[name=Contact-Form] .field .exportInput.focus ~ .fa,
form[name=Contact-Form] .field .select:focus ~ .fa,form[name=Contact-Form] .field .select.focus ~ .fa,
form[name=Contact-Form] .field textarea:focus ~ .fa,form[name=Contact-Form] .field textarea.focus ~ .fa{color:#fff;background:#ea4242;border-color:#ea4242}
form[name=Contact-Form] .field .fa{position:absolute;top:0;bottom:0;left:0;text-align:center;width:30px;line-height:38px;color:rgba(141,199,63,0.2);pointer-events:none;background:#fff;border:1px solid #ddd;border-right:none;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}
form[name=Contact-Form] .field .fa,form[name=Contact-Form] .field .bar{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease}
form[name=Contact-Form] .field .bar{position:absolute;right:0;bottom:0;left:0;margin:auto;background:#ea4242;width:0;height:2px;opacity:0;filter:alpha(opacity=0);-webkit-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}
.btn-popup{position:fixed;z-index:10;left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,.85);opacity:0;visibility:hidden;-webkit-transition:opacity 0.3s 0s,visibility 0s 0.3s;-moz-transition:opacity 0.3s 0s,visibility 0s 0.3s;transition:opacity 0.3s 0s,visibility 0s 0.3s}
.btn-popup.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity 0.3s 0s,visibility 0s 0s;-moz-transition:opacity 0.3s 0s,visibility 0s 0s;transition:opacity 0.3s 0s,visibility 0s 0s}
.btn-popup-container{position:fixed;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;background:$(posts.background.color);text-align:left;padding:20px}
.btn-popup-container p{font-size:18px;text-transform:uppercase;text-align:center;color:$(body.text.color)}
.btn-popup-container .btn-popup-close{position:absolute;top:8px;right:8px;width:30px;height:30px;cursor:pointer}
.btn-popup-container .btn-popup-close::before,.btn-popup-container .btn-popup-close::after{content:'';position:absolute;top:12px;width:14px;height:2px;background-color:$(body.text.color)}
.btn-popup-container .btn-popup-close::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);left:8px}
.btn-popup-container .btn-popup-close::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:8px}
#related-posts{background-color:$(posts.background.color);float:left;width:100%;display:block;position:relative;margin-bottom:20px;padding:15px 15px 0 15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;position:relative;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
#related-posts:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
#related-posts h3{padding-bottom:10px;margin-bottom:15px;border-bottom:3px solid rgba(0,0,0,0.12);font-size:16px;font-weight:normal;}
#related-posts h3 a{border-bottom:3px solid $(body.link.color);padding-bottom:10px;color:$(body.text.color)}
#related-posts .post{width:100%;float:left;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.12)}
#related-posts .post:last-child{padding:0;border:0}
#related-posts .post_thumb{float:left;width:40%;position:relative}
#related-posts .post_thumb a{display:flex;position:relative;padding-bottom:56.25%}
#related-posts .post_thumb img{border-radius:3px;position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}
#related-posts .post_title{display:table;padding-left:15px;font-size:22px;font-weight:normal}
#related-posts .post_title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:$(body.text.color)}
#related-posts .post_title a:hover{color:$(body.link.hover.color)}
/*#related-posts .post_title a:visited{color:$(body.link.visited.color)}*/
#related-posts .post_meta{display:table;padding:8px 0 0 15px}
#related-posts .post_summary{display:table;padding:10px 0 0 15px}
#related-posts .post_meta a,.post_meta span{color:#3c4043}
#related-posts .post_meta span{font-size:14px}
#related-posts .post_meta .post_published:before{content:'-';padding:0 5px}
#related-posts .post_summary p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:15px}
.sidebar{width:30%;float:left;display:block;position:relative;margin:0 auto;padding:0}
.sidebar .widget{float:left;width:100%;padding:15px;background-color:$(posts.background.color);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;position:relative;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
.sidebar .widget:hover{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12)}
.sidebar #HTML101{padding:10px}
.sidebar ul{list-style:none;margin:0;padding:0;position:relative}
.sidebar h3{font-size:16px;font-weight:normal;color:$(body.text.color);text-align:left;padding-bottom:10px;margin-bottom:13px;border-bottom:3px solid rgba(0,0,0,0.12);position:relative}
.sidebar h3 span{border-bottom:3px solid $(body.link.color);padding:15px 0 10px 0}
.PopularPosts ul li{display:block;float:left;width:100%;position:relative;padding-bottom:13px}
.PopularPosts ul li:last-child{padding:0}
.PopularPosts .item-thumbnail{float:left;width:45%;margin-right:12px}
.PopularPosts .item-thumbnail a{display:flex;padding-bottom:56.25%;position:relative}
.PopularPosts .item-thumbnail img{border-radius:3px;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.PopularPosts .item-title{display:table;font-size:15px}
.PopularPosts .item-title a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:normal;color:$(body.text.color)}
/*.PopularPosts ul li a.current{color:$(body.link.visited.color)}*/
.PopularPosts .item-title a:hover{color:$(body.link.hover.color)}
/*.PopularPosts .item-title a:visited{color:$(body.link.visited.color)}*/
.PopularPosts .item-meta{display:table;font-size:14px;padding-top:8px;line-height:10px}
.PopularPosts .item-label a{color:$(body.text.color)}
.PopularPosts .item-published{display:none}
.PopularPosts .item-published:before{content:'-';padding:0 5px}
.PopularPosts .item-snippet{padding-top:10px;display:none;}
.PopularPosts .item-snippet p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:15px}
pre.code{display:block;font:16px Roboto,"Helvetica Neue",Helvetica,sans-serif;color:$(body.text.color);text-align:left;overflow:auto;border:1px solid rgba(0,0,0,0.12);margin:auto;padding:16px;line-height:1.6em;white-space:nowrap}
.dds button.dropdwn,.tb button.dropsss{background:transparent;border:none;cursor:pointer;margin:5px 5px 5px 0;padding:8px;outline:none}
.dds button.dropdwn:before{font-family:Material Icons;content:'\e5c3';font-size:24px;color:hsl(0,0%,53.3%)}
.dds-menu{position:absolute;top:50px;font-size:15px;background:#fafafa;box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.4);display:none;z-index:9;min-width:160px}
.dds-menu ul li{list-style:none}
.dds-menu ul li a{color:$(body.text.color);display:block;padding:10px 16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.dds-menu ul li a:hover{background:rgb(230,230,230)}
#footer{background-color:#1c2331;float:left;width:100%;position:relative}
.footer-top{background:#09c;padding:30px 0;text-align:center}
.service-center{padding-top:30px}
.service-center a.mailto{margin-right:10px}
.service-center a{position:relative;display:inline-block;border:1px solid #dee2e6;border-radius:3px;padding:7px 10px 7px 40px;font-size:15px;color:#fafafa;white-space:nowrap}
.service-center a:before{font-family:Material Icons;position:absolute;left:10px;font-size:20px}
.service-center a.mailto:before{content:'\e569'}
.service-center a.telephone:before{content:'\e61d'}
.footer-container.main-container{background-color:#1c2331;padding:15px 0;max-width:980px;display:flex}
.footer-container .widget h3{font-size:14px;font-weight:normal;font-style:normal;text-transform:uppercase;color:$(posts.background.color);line-height:36px;margin-bottom:15px}
.footer-container .widget h3 span{border-bottom:2px solid #33b5e5;padding-bottom:10px}
.footer-container .widget{float:left;position:relative;display:inline-block;width:25%}
.footer-container .widget ul{margin:0;padding:0;list-style-type:none}
.footer-container .widget ul li{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:normal;font-style:normal;line-height:30px}
.footer-container .widget ul li a{color:$(posts.background.color)}
.footer-copyright.main-container{max-width:980px;padding:15px 0;border-top:1px solid #d8d8d8;justify-content:space-between;display:flex}
.footer-copyright .widget{list-style-type:none}
.footer-copyright .LinkList ul li{display:inline-block;margin-right:8px;padding-right:10px;border-right:1px solid #d8d8d8;font-size:13px;color:#d8d8d8}
.footer-copyright .LinkList ul li:first-child{margin-right:20px;padding:0;border:0}
.footer-copyright .LinkList ul li:last-child{margin:0;padding:0;border:0}
.footer-copyright .LinkList ul li a{color:#d8d8d8;}
.footer-copyright .socialList{display:flex;float:right}
.footer-copyright .socialList a{margin-right:18px}
.footer-copyright .socialList a:last-child{margin-right:0}
.footer-copyright .socialList a svg{fill:#d8d8d8}
.dd{display:inline-block;text-align:center}
.dd .drops{display:inline-block;padding:0 5px;background:#365899;color:$(posts.background.color);font-family:Helvetica,Arial,sans-serif;font-size:11px;font-weight:bold;border-radius:3px;cursor:pointer;height:20px;line-height:20px;vertical-align:bottom}
.dd-menu{background:$(posts.background.color);display:none;z-index:10;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);max-width:230px;width:100%;text-align:left}
.dd-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
.dd-menu li{display:block;padding:10px 15px;cursor:pointer}
.dd-menu li span{display:block;font-size:15px;color:$(body.text.color)}
.dd-menu li:hover{background-color:rgb(230,230,230)}
.dd-menu svg{margin-right:25px;height:24px;width:24px;vertical-align:middle}
.tb-menu{position:absolute;top:50px;background:#fafafa;display:none;z-index:9;max-width:320px;width:100%;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}
.dds-menu,.tb-menu,.au-menu{right:0}
[data-tooltip]{position:relative;z-index:5;cursor:pointer}
[data-tooltip]:before,[data-tooltip]:after{visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;pointer-events:none}
[data-tooltip]:before{position:absolute;bottom:120%;left:50%;margin-bottom:5px;margin-left:-45px;padding:7px;width:80px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#000;color:$(posts.background.color);content:attr(data-tooltip);text-align:center;font-size:13px;line-height:1.2}
[data-tooltip]:after{position:absolute;bottom:120%;left:50%;margin-left:-5px;width:0;border-top:5px solid #000;border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}
[data-tooltip]:hover:before,[data-tooltip]:hover:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}
.fbcomments{float:left;width:100%;max-width:800px;position:relative}
#comments .title{clear:both;padding-bottom:15px}
#comments .backlinks-container:before{content:"-";padding:0 5px}
#comments .backlinks-container a{color:$(body.text.color)}
#comments .backlinks-container a:hover{color:$(body.link.hover.color)}
#comments .commentForm{margin-top:13px;border-bottom:1px solid rgba(0,0,0,0.12)}
#comment-editor{min-height:93px}
#comments .comment-action{background:transparent;cursor:pointer;border:0;outline:0;padding:0;font-size:16px;letter-spacing:.007px}
#comments .comments-content{padding-top:20px;border-top: 1px solid rgba(0,0,0,0.12)}
#comments .comment-footer{font-size:13px}
#comments .comment-thread .comment-replies,#comments .comment .comment-replybox-single{margin:15px 0 0 50px}
#comments .comment-thread .thread-count{display:none}
#comments .comment{list-style-type:none;position:relative;margin-bottom:15px}
#comments .comment:last-child{margin-bottom:0}
#comments .comment .comment-replies .comment{margin:0}
.comment .avatar-image-container{position:absolute;height:40px;width:40px}
.comment .avatar-image-container img{border-radius:50%;height:100%;width:100%}
.comment .comment-replies .avatar-image-container{height:35px;width:35px}
.comment .comment-replies .avatar-image-container img{border-radius:50%;height:100%;width:100%}
.avatar-image-container img{background:url(//4.bp.blogspot.com/-9TaHwQSt4ps/WfdMSWzDpAI/AAAAAAAAQgE/lwRBOH-oCWQVR-UDuoXZGFHUc4A1B99cQCLcBGAs/s1600/no-image.png) no-repeat center}
.avatar-image-container svg,.comment .avatar-image-container .avatar-icon{border-radius:50%;border:solid 1px $(posts.icons.color);box-sizing:border-box;fill:hsl(0,0%,53.3%);height:40px;margin:0;padding:7px;width:40px}
.comments .comments-content .icon.blog-author:before{font-family:Material Icons;content:'\e5ca';background:rgb(136,136,136);display:inline-block;color:$(posts.background.color);border-radius:50%;margin-left:5px;font-size:10px;height:13px;line-height:13px;overflow:hidden;text-align:center;width:13px;vertical-align:middle}
#comments .comment .comment-block{background:$(posts.background.color);border-radius:3px;margin:0 0 0 50px;padding:8px 15px;display:inline-block;font-size:medium;font-weight:normal;line-height:1.5;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
#comments .comment .comment-block:hover{webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 12px 0 rgba(0,0,0,0.12);box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.2), 0 1px 12px 0 rgba(0,0,0,0.12)}
#comments .comment .comment-block:before{content:"";border-left:5px solid transparent;border-right:20px solid #f4f4f4;border-bottom:20px solid transparent;position:absolute;top:25px;left:25px}
#comments .comment-author-header-wrapper{margin-left:40px}
#comments .comment .comment-header .user,#comments .comment .comment-header .user a{color:$(body.text.color);font-style:normal;font-weight:normal;font-size:15px}
#comments .comment .comment-actions{font-size:12px;font-weight:normal;text-transform:uppercase}
#comments .comment .comment-actions a,#comments .comment .comment-header .datetime a,#comments .comment .comment-footer .comment-timestamp a,#comments .comment .comment-content{color:$(body.text.color)}
#comments .continue,#comments .comment .continue {display:none}
#comments .comment .continue a.comment-reply{font-size:13px;color:$(body.text.color);text-transform:uppercase}
#comments .comment .comment-actions .item-control.blog-admin{display:none}
#comments .comment .comment-header .datetime{bottom:0;display:inline-block;font-size:13px;font-weight:normal}
#comments .comment .comment-header .datetime{margin-left:5px}
#comments .comment-form{border-bottom:1px solid rgba(0,0,0,0.12)}
.comments .comments-content .loadmore.loaded{max-height:0;opacity:0;overflow:hidden}
#comments .loadmore a{color:$(body.text.color)}
.spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:34px;height:34px;border-radius:50%;border:3px solid #448aff;border-right-color:transparent;animation:spinner .9s linear infinite;-webkit-animation:spinner .9s ease-in-out infinite}
.box_category.load{height:400px;position:relative}
.loadposts.load{position:relative;height:50px}
.loadposts.spinner:before{left:48%;top:20%}
@keyframes spinner{to{transform:rotate(360deg)}}
@-webkit-keyframes spinner{to{-webkit-transform:rotate(360deg)}}
.breadcrumb{position:relative;float:left;width:100%;margin:0 0 15px 0;padding:0 0 10px 0;border-bottom:3px solid rgba(0,0,0,0.12);line-height:normal}
.breadcrumb button{float:left;position:relative;background-color:transparent;display:inline-block;border:none;padding:0 30px 0 0;cursor:pointer;font-size:15px;outline:none;color:$(body.text.color)}
.breadcrumb .num_posts span,.breadcrumb .all_num_posts span{float:right;position:relative;display:inline-block;padding:0;cursor:default;font-size:15px}
.breadcrumb button:after{font-family:Material Icons;content:'\e5cf';font-size:24px;font-style:normal;font-weight:normal;color:$(body.text.color);vertical-align:middle}
.breadcrumb ul{position:absolute;left:0;top:30px;background:$(posts.background.color);border:1px solid #ddd;z-index:9;box-shadow:0 1px 15px rgba(27,31,35,.15);border-radius:3px;max-height:396px;max-width:200px;width:100%;overflow-y:auto;margin:0}
.breadcrumb ul li{cursor:pointer;padding:8px 13px;display:block;list-style-type:none;font-size:16px;font-weight:normal;line-height:normal}
.breadcrumb ul li:hover{background-color:#E4F0F6}
.blog-posts.load,.row.load{height:400px;position:relative}
.blog-posts.spinner:before,.row.spinner:before{top:47%;left:47%}
.show-posts{float:left;width:100%;margin-bottom:20px;text-align:center}
.show-posts.more{padding:15px 0;margin:15px 0 0 0;border-top:1px solid rgba(0,0,0,0.12)}
.show-posts .load-posts,#blog-pager .loadposts .button{position:relative;background:#448aff;border:none;border-radius:3px;outline:0;padding:0 30px 0 10px;font-size:15px;color:#fafafa;line-height:34px;cursor:pointer;white-space:nowrap;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}
.show-posts .load-posts:after,#blog-pager .loadposts .button:after{font-family:Material Icons;content:'\e5cf';font-size:24px;color:#fafafa;position:absolute;right:5px}
.recent-posts ul.load{height:400px}
.recent-posts ul.spinner:before{left:45%;top:45%}
.show-more{float:left;width:100%;margin-top:13px;padding-top:13px;border-top:1px dashed rgba(0,0,0,0.12)}
.show-more .show-wore-messages{display:inline-flex;text-transform:uppercase;cursor:pointer;font-size:14px;font-weight:normal}
.show-more .messages-loading{font-size:15px;font-weight:normal}
#blog-pager{float:left;width:100%;margin-bottom:20px;text-align:center}
#blog-pager span{display:inline-flex;vertical-align:bottom}
#blog-pager span.pagecurrent,#blog-pager span a{width:40px;height:40px;line-height:40px;display:inline-block;color:#3c4043;font-size:16px;margin-right:5px;background:$(posts.background.color);border-radius:4px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 2px 0 -2px rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.12);-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-ms-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}
#blog-pager span:last-child a{margin:0}
#blog-pager span a:hover{color:$(posts.background.color);background:#168fd6;-webkit-box-shadow:0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);-moz-box-shadow:0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12)}
#blog-pager span.pagecurrent{color:$(posts.background.color);background:#168fd6}
#blog-pager span:after{font-family:Material Icons;font-size:21px;height:40px;width:40px;color:hsl(0,0%,53.3%)}
#blog-pager span:hover:after{color:$(posts.background.color)}
#blog-pager span.prevText:after{content:'\e5c4'}
#blog-pager span.nextText:after{content:'\e5c8'}
@media screen and (max-width:1920px){
.card{height:475px}
}
@media screen and (max-width:1440px){
.card{height:445px}
}
@media screen and (max-width:1366px){
.card{height:435px}
.box_category.spinner:before{top:46%;left:48%}
}
@media screen and (max-width:1280px){
.main-container{padding:0 3%}
}
@media screen and (max-width:1040px){
.main-container{padding:0 15px}
.main-container.footer-copyright{padding:15px}
.main-container.footer-container{padding:15px 20px}
.col-md-4{padding:0 7.5px 20px 7.5px}
.all_posts .row{margin:0 -7.5px}
}
@media screen and (max-width:960px){
#backer .header{width:55%}
}
@media screen and (max-width:860px){
#backer .header{width:85%}
#backer .pc-menu{display:none!important}
#backer .mobile-menu{display:inline-block;padding-right:20px}
#backer .backer-right{display:flex}
}
@media screen and (max-width:800px){
.sidebar{width:100%}
.PopularPosts ul li{padding-bottom:15px}
.PopularPosts .item-thumbnail{width:40%;margin-right:15px}
.PopularPosts .item-title{font-size:22px}
.PopularPosts .item-meta{line-height:normal}
.PopularPosts .item-published{display:inline-block}
.PopularPosts .item-snippet{display:table}
.PopularPosts .item-title a{-webkit-line-clamp:2}
#footer{border:0}
.col-md-4{width:50%}
.main-wrapper .main{width:100%;padding-right:0}
.featured_post .item .post_content{bottom:15%;max-width:65%}
}
@media screen and (max-width:700px){
#backer .header .LinkList{margin-left:7px}
}
@media screen and (max-width:667px){
.PopularPosts .item-snippet p{-webkit-line-clamp:2}
}
@media screen and (max-width:640px){
#backer{text-align:center}
#backer .header{width:unset}
#Header1{width:auto}
#backer .mobile-menu{padding:0}
#backer .header .BlogSearch{display:none}
#backer .list-label-widget-content .search{display:block}
.PopularPosts .item-snippet p,#related-posts .post_summary p{-webkit-line-clamp:2}
#footer .copyright{width:100%;padding:0 0 15px 0}
#footer .contact{float:left;width:100%}.post-body{font-size:16px}}
@media screen and (max-width:550px){
.card .content .title{display:block;font-size:larger}
.PopularPosts .item-title,#related-posts .post_title{font-size:large}
.PopularPosts .item-title a,#related-posts .post_title a{-webkit-line-clamp:3}
}
@media screen and (max-width:500px){
.service-center a.mailto{margin-right:0}
.PopularPosts .item-thumbnail,#related-posts .post_thumb{width:45%}
.PopularPosts .item-snippet,#related-posts .post_summary{display:none}
#related-posts .post{margin:0;border:0}
#related-posts .post:last-child{padding-bottom:15px}
}
@media screen and (max-width:414px){
.main-container{padding:0}
#backer .main-container,.footer-top .main-container{padding:0 15px}
.footer-container.main-container{display:inline-block}
.col-md-4{width:100%;padding:0 10px 10px 10px}
.card{height:unset;border-radius:unset}
.card .content .title a{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;text-overflow:unset}
.card .content .post-entry{line-height:1.4}
.card .card-footer{position:relative}
.footer-container .widget{width:50%;padding:0 0 12px 0}
.featured_post .item .post_content{left:15px;right:15px;bottom:15px;max-width:100%}
.featured_post .item .post_title{display:block;font-size:18px;line-height:normal}
.featured_post .item .post_content a.post_jump_link{margin-top:15px;line-height:34px}
.featured_post .item .post_snippet{display:none}
.main-container.footer-copyright{float:left;display:block;text-align:center}
.footer-copyright .LinkList ul li:first-child{margin-right:0;margin-bottom:8px;line-height:1.5}
.footer-copyright .HTML{padding-top:12px}
.footer-copyright .socialList{float:none;display:inline-block}
.all_posts .row{margin:0}
.show-posts{padding-top:20px}
.show-posts.more{text-align:left;border-top:1px dashed rgba(0,0,0,0.12);padding:13px 0 15px 0;margin:13px 0 0 0}
.show-posts.more .load-posts{background:transparent;padding:0;border-radius:unset;font-size:14px;color:#333;text-transform:uppercase;line-height:normal;box-shadow:unset;-webkit-box-shadow:unset}
.PopularPosts .item-title,#related-posts .post_title{font-size:medium}
.comment-form.spinner:before{left:45%;top:45%}
.reactions{margin:0 0 15px 0;text-align:center}
.reactions .reactions-iframe{margin:8px 0 0 0}
.post-button-container{position:fixed;left:0;bottom:0;margin:0;z-index:8}
.post-button-container .post-button{float:left;width:100%;display:block;padding:0 15px;line-height:40px;height:40px;border-radius:unset;-webkit-box-shadow:unset;box-shadow:unset}
.post-button-container .post-button a,.post-button-container span.left{margin:0}
.post-button-container .post-button a,.post-button-container span.left,.post-button-container span.right{margin-right:21%}
.post-button-container span.share-button{padding:0}
.post-button-container .share-menu{top:unset;left:unset;bottom:40px;right:15px}
.box_category.spinner:before,.loadposts.spinner:before{left:46%}
.service-center{padding-top:20px}
.service-center a.telephone{margin-top:20px}
.bottom_fixed{height:40px;clear:both}
}
@media screen and (max-width:384px){
.modal-dialog{margin:15px}
.PopularPosts .item-title,#related-posts .post_title{font-size:medium}
#related-posts .post_published,.PopularPosts .item-published{display:none}
}
@media screen and (max-width:375px){
.cd-popup-container{max-width:320px}
.footer-container .widget:last-child{padding:0}
}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){#footer .widget{width:100%}}
@media print{
body{width:90%;height:100%;overflow:hidden;margin:0 auto;padding:0;display:block}
.main-container{padding:0}
.main{float:none;width:100%;margin:auto}
#article{width:100%;border:0;border-radius:unset;box-shadow:unset;transition:unset}
#article:hover{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset)}
.post-title{margin-bottom:30px}
#backer,.ad-top, .ad-footer,.post-footer,.sidebar,#footer,.Footer_legal,.MD-StoTop,.box_tin,.post-button-container,#comments,.breadcrumbs,#related-article,.inline-ad,#ad-middle,.keywords,#related-posts{display:none}} .btn{display:inline-block;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);padding:10px 20px;font-size:.81rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;margin:.375rem;border:0;-webkit-border-radius:.125rem;border-radius:.125rem;cursor:pointer;text-transform:uppercase;white-space:normal;word-wrap:break-word;color:#ffffff!important}
.heading-home{text-align:center;margin-bottom:20px;margin-top:20px}
.heading-home hr{width:20%;border:0;height:2px;background-color:#333}
.heading-home h3{text-transform:uppercase;position:relative;letter-spacing:1px;font-size:21px;padding:0;color:#333;margin:0}
@media screen and (max-width: 384px){
.heading-home h3 {font-size:19px;}}
pre{background-color:unset;display:block;font-family:Roboto,Arial,sans-serif;color:#3c4043;text-align:left;overflow:auto;border:1px solid rgba(0,0,0,0.12);margin:auto;padding:16px;line-height:1.6em;white-space:nowrap}
.post-body{
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
]]></b:skin>
<script type='text/JavaScript'>
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (“return false”)
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>
<b:template-skin><![CDATA[
body#layout{background-color:#edf4ff;border:1px solid #cdd4ef;}
body#layout #backer .main-container{padding:0;display: inline-flex;}
body#layout #backer{position:relative;display:block}
body#layout #header,body#layout #pc-menu, body#layout #mobile-menu{display:inline-block}
body#layout #Header1{height:unset;max-width:unset;overflow:unset}
body#layout #template-script,body#layout .footer-container,body#layout .footer-top,body#layout #copyright{clear:both;overflow:hidden;}
body#layout .main-wrapper{float:left;width:100%}
body#layout .main{float:left;width:59%}
body#layout .sidebar{float: right;width:30%}
body#layout .footer-container{float:left;width:94.7%}
body#layout .footer-container .widget{display: inline-block;width:25%;float:left}
body#layout #copyright .widget,body#layout #slideads .widget{width:49.5%}
body#layout #copyright .Text,body#layout #HTML1{float:left}
body#layout #copyright .HTML,body#layout #HTML2{float:right}
body#layout .ad-top,body#layout .ad-footer{min-height:unset;clear:both;}
body#layout .ad-top .widget, body#layout .ad-footer .widget{overflow:unset}
body#layout #template-script,body#layout .footer-copyright{display:none!important}
]]></b:template-skin>
<b:if cond='!data:view.isError'>
<b:if cond='data:view.isMultipleItems'>
<style>
.main{width:100%;padding-right:0}
</style>
</b:if>
<b:if cond='data:view.isPost'>
<style>
@media screen and (max-width: 414px){.MD-StoTop{bottom:50px}}
</style>
</b:if>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'/>
<b:include data='blog' name='google-analytics'/>
<script>//<![CDATA[
function validateemail() {
document.getElementById('submit').disabled = true;
return true;
}
//]]></script>
</b:if>
<script>
/*var url = "<data:blog.url.canonical/>";
//<![CDATA[
var uri = window.location.toString();
if ((uri.length - url.length) > 0) {window.history.replaceState({}, document.title, url);}*/
//]]></script>
<!--</head>--></head>
<body>
<b:if cond='!data:view.isError'>
<header id='backer'>
<div class='main-container'>
<b:section class='mobile-menu' id='mobile-menu' name='Mobile Menu' showaddelement='fasle'>
<b:widget id='Label1' locked='true' title='Label' type='Label' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='sorting'>FREQUENCY</b:widget-setting>
<b:widget-setting name='display'>LIST</b:widget-setting>
<b:widget-setting name='selectedLabelsList'/>
<b:widget-setting name='showType'>ALL</b:widget-setting>
<b:widget-setting name='showFreqNumbers'>true</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='this'>
<button aria-label='Menu chính' class='open' type='button'/>
<button aria-label='Đóng' class='close hidden' type='button'/>
<b:include name='content'/>
</b:includable>
<b:includable id='cloud'/>
<b:includable id='content'>
<div class='invisible'>
<b:class expr:name='data:this.display + "-label-widget-content"'/>
<b:include cond='data:this.display == "list"' name='list'/>
</div>
</b:includable>
<b:includable id='list'>
<div class='search'>
<form expr:action='data:blog.searchUrl.canonical' method='get'>
<input autocomplete='off' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.search' expr:value='data:view.isSearch ? data:view.search.query.escaped : ""' name='q' spellcheck='false' type='search'/>
<button expr:label='data:messages.search.escaped' expr:value='data:messages.search.escaped' role='data:messages.search.escaped' type='submit'/>
</form>
</div>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<a expr:href='data:blog.searchUrl + "/label/" + data:label.name + "?&max-results=12"' expr:title='data:label.name'>
<span><data:label.name/></span>
<b:if cond='data:this.showFreqNumbers'><span class='label-count'><data:label.count/></span></b:if>
</a>
</li>
</b:loop>
<li>Bản quyền © <script>document.write(new Date().getFullYear())</script> <b><a expr:href='data:blog.canonicalHomepageUrl' expr:title='data:blog.title'>Template XYZ</a></b>. Mọi quyền được bảo lưu.</li>
</ul>
</b:includable>
</b:widget>
</b:section>
<b:section class='header' id='header' name='Header' showaddelement='fasle'>
<b:widget id='Header1' locked='true' title='Template XYZ | Free Sharing Blogger Template (Tiêu đề)' type='Header' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='displayUrl'/>
<b:widget-setting name='displayHeight'>0</b:widget-setting>
<b:widget-setting name='sectionWidth'>600</b:widget-setting>
<b:widget-setting name='useImage'>false</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>BEHIND</b:widget-setting>
<b:widget-setting name='displayWidth'>0</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='this'>
<div class='header-widget'>
<b:include cond='data:imagePlacement in {"REPLACE", "BEFORE_DESCRIPTION"}' name='image'/>
<b:include cond='data:imagePlacement not in {"REPLACE", "BEFORE_DESCRIPTION"}' name='title'/>
</div>
<b:include cond='data:imagePlacement == "BEHIND"' name='behindImageStyle'/>
</b:includable>
<b:includable id='behindImageStyle'>
<b:if cond='data:sourceUrl'>
<b:include cond='data:this.image' data='{ image: data:this.image, selector: ".header-widget" }' name='responsiveImageStyle'/>
<style type='text/css'>
.header-widget {background-position: <data:blog.locale.languageAlignment/>;background-repeat:no-repeat;}
</style>
</b:if>
</b:includable>
<b:includable id='description'/>
<b:includable id='image'>
<b:if cond='data:view.isMultipleItems and !data:view.isLabelSearch and !data:blog.searchQuery'>
<h1><a expr:href='data:blog.canonicalHomepageUrl' expr:title='data:title'><img expr:alt='data:title' expr:src='data:sourceUrl'/></a></h1>
<b:else/>
<a expr:href='data:blog.canonicalHomepageUrl' expr:title='data:title'><img expr:alt='data:title' expr:src='data:sourceUrl'/></a>
</b:if>
</b:includable>
<b:includable id='title'>
<div class='replaced'>
<b:if cond='data:view.isMultipleItems and !data:view.search.label and !data:blog.searchQuery'>
<h1><a expr:href='data:blog.canonicalHomepageUrl' expr:title='data:blog.title'>Template XYZ</a></h1>
<b:else/>
<a expr:href='data:blog.canonicalHomepageUrl' expr:title='data:blog.title'>Template XYZ</a>
</b:if>
</div>
</b:includable>
</b:widget>
<b:widget id='BlogSearch1' locked='true' title='Tìm kiếm' type='BlogSearch' version='2' visible='true'>
<b:includable id='main'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='bg_Se'>
<b:include name='searchForm'/>
</div>
</b:includable>
<b:includable id='searchForm'>
<form class='gb_Se' expr:action='data:blog.searchUrl.canonical' method='get'>
<b:include name='searchSubmit'/>
<input autocomplete='off' expr:aria-label='data:messages.search' name='q' placeholder='Tìm theme' spellcheck='false' type='text'/>
<button aria-label='Xóa tìm kiếm' class='clear-text hidden' type='button'/>
<div class='results-content hidden'>
<div class='dropdown'/>
<div class='searchresults-wrapper'>
<ul class='results'>
</ul>
</div>
</div>
</form>
</b:includable>
<b:includable id='searchSubmit'>
<button class='Se' expr:aria-label='data:messages.search' role='button' type='submit'/>
</b:includable>
</b:widget>
</b:section>
<b:section class='pc-menu' id='pc-menu' name='PC Menu' showaddelement='fasle'>
<b:widget id='Label2' locked='true' title='Phong cách' type='Label' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='sorting'>ALPHA</b:widget-setting>
<b:widget-setting name='display'>LIST</b:widget-setting>
<b:widget-setting name='selectedLabelsList'>business,landing,magazine,personal,photos</b:widget-setting>
<b:widget-setting name='showType'>USER_SELECTED</b:widget-setting>
<b:widget-setting name='showFreqNumbers'>true</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='this'>
<div class='title'><data:title/></div>
<b:include name='content'/>
</b:includable>
<b:includable id='cloud'/>
<b:includable id='content'>
<div class=''>
<b:class expr:name='data:this.display + " widget-content"'/>
<b:include cond='data:this.display == "list"' name='list'/>
</div>
</b:includable>
<b:includable id='list'>
<div class='dropdown'/>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<a expr:href='data:blog.searchUrl + "/label/" + data:label.name + "?&max-results=12"' expr:title='data:label.name'>
<span><data:label.name/></span>
<b:if cond='data:this.showFreqNumbers'><span class='label-count'><data:label.count/></span></b:if>
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:widget>
<b:widget id='Label3' locked='true' title='Tính năng' type='Label' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='sorting'>FREQUENCY</b:widget-setting>
<b:widget-setting name='display'>LIST</b:widget-setting>
<b:widget-setting name='selectedLabelsList'>ads-ready,drop-down-menu,reponsive,seo-friendly</b:widget-setting>
<b:widget-setting name='showType'>USER_SELECTED</b:widget-setting>
<b:widget-setting name='showFreqNumbers'>true</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='this'>
<div class='title'><data:title/></div>
<b:include name='content'/>
</b:includable>
<b:includable id='cloud'/>
<b:includable id='content'>
<div class=''>
<b:class expr:name='data:this.display + " widget-content"'/>
<b:include cond='data:this.display == "list"' name='list'/>
</div>
</b:includable>
<b:includable id='list'>
<div class='dropdown'/>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<a expr:href='data:blog.searchUrl + "/label/" + data:label.name + "?&max-results=12"' expr:title='data:label.name'>
<span><data:label.name/></span>
<b:if cond='data:this.showFreqNumbers'><span class='label-count'><data:label.count/></span></b:if>
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:widget>
<b:widget id='Label4' locked='true' title='Theo cột' type='Label' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='sorting'>FREQUENCY</b:widget-setting>
<b:widget-setting name='display'>LIST</b:widget-setting>