@import url("font/basic-vi.css");:focus{outline:0}
*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{background-repeat:repeat-x;background-color:#f1f1f1;padding:0;margin:auto}
body{background-color:#FFF;margin:auto;max-width:999px;font-family:'basic-vi';font-size:13px;line-height:1.4;padding:0;color:#343434;border:4px solid #f4f4f4;word-wrap:break-word}
@media only screen and (min-width:900px){
  .row main{float:left;width:65%;margin-right:10px}
  .row aside{float:left;width:33.6%;position:sticky;top:40px}
  .row:after{content:"";display:table;clear:both}
}
@media only screen and (max-width:900px){
  .row aside,.row main{width:100%}
  .row:after{content:"";display:block;clear:both}
}
@media only screen and (min-width:720px){
  .author-box{background-color:#ffffff;border:1px solid #2CAAD3;border-radius:0px;overflow:hidden;max-width:500px;margin:6px auto;box-shadow:0 4px 6px rgba(0,0,0,0.1)}
  .author-cover{background-image: url('https://i.imgur.com/ijfEXYC.png');background-size:100% 100%;width:100%!important;height:150px;overflow:hidden;margin-bottom: -50px;}
  .cover-image{width:100%!important;height:100%;object-fit:cover}
  .author-info{display:flex;padding:15px;align-items:center}
  .author-avatar{margin-right:15px}
  .avatar{width:70px;height:70px;border-radius:50%;border:3px solid #ffffff}
  .author-details h3{margin:0;font-size:1.5em;color:#333333}
  .author-stats{display:flex;justify-content:space-between;padding:10px 15px;background-color:#f9f9f9;border-top:1px solid #ddd}
  .stat{flex:1;text-align:center;color:#555}
  .stat b{font-weight:bold;color:#333}
  .stat span{display:block;margin-top:5px;font-size:1.1em;color:#2CAAD3}
}
@media only screen and (max-width:720px){
  .author-box *{display:none}
}
.header{text-align:center;padding:20px 0 15px 10px;color:#fff;background:radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.15) 30%,rgba(255,255,255,.3) 32%,rgba(255,255,255,0) 33%) 0 0,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.1) 11%,rgba(255,255,255,.3) 13%,rgba(255,255,255,0) 14%) 0 0,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.2) 17%,rgba(255,255,255,.43) 19%,rgba(255,255,255,0) 20%) 0 110px,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.2) 11%,rgba(255,255,255,.4) 13%,rgba(255,255,255,0) 14%) -130px -170px,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.2) 11%,rgba(255,255,255,.4) 13%,rgba(255,255,255,0) 14%) 130px 370px,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.1) 11%,rgba(255,255,255,.2) 13%,rgba(255,255,255,0) 14%) 0 0,linear-gradient(45deg,#79C7EE 20%,#99d6f9 100%);background-size:100px 100px,470px 470px,210px 210px,310px 310px,230px 230px,530px 530px,100% 100%}
.footer{border-top:#253444 solid 3px;text-align:center;margin-top:5px;padding:12px 10px;color:#fff;background:radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.15) 30%,rgba(255,255,255,.3) 32%,rgba(255,255,255,0) 33%) 0 0,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.1) 11%,rgba(255,255,255,.3) 13%,rgba(255,255,255,0) 14%) 0 0,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.2) 17%,rgba(255,255,255,.43) 19%,rgba(255,255,255,0) 20%) 0 110px,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.2) 11%,rgba(255,255,255,.4) 13%,rgba(255,255,255,0) 14%) -130px -170px,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.2) 11%,rgba(255,255,255,.4) 13%,rgba(255,255,255,0) 14%) 130px 370px,radial-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.1) 11%,rgba(255,255,255,.2) 13%,rgba(255,255,255,0) 14%) 0 0,linear-gradient(45deg,#79C7EE 20%,#99d6f9 100%);background-size:100px 100px,470px 470px,210px 210px,310px 310px,230px 230px,530px 530px,100% 100%}
.footer a{color:red}
.is_logo{font-family:'fiolex-vi';font-size:40px;color:#fa016d;-webkit-animation:hue 3s linear infinite;text-shadow:2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff}
.maintxt{border:2px solid #f3f3f3;margin:0;padding:4px}
@-webkit-keyframes hue{
  100%{-webkit-filter:hue-rotate(360deg)}
}
a,a:active{color:#2caad3;text-decoration:none}
a:hover{color:blue;transition:all 2s ease;-webkit-transition:all 2s ease;-moz-transition:all 2s ease;position:relative;text-shadow:0 0 3px orange;background-image:url("https://i.imgur.com/NNsItzO.gif")}
hr{border-color:#cecece;border-style:dotted;border-width:1px 0 0;margin:0}
p{margin-bottom:6px;margin-top:6px}
ul{margin:0;padding-left:20px}
img{max-width:90%}
iframe{max-width:98%}
p em{text-align:center;font-size:10px;display:block}
.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.kvideo{max-width:80%;max-height:auto}
.thumb{float:left;margin:5px 5px 0 0;padding:1px;height:50px;width:50px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;border:1px solid #ccc;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.thumb:hover{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}
.thumbnail{float:left;margin:5px 5px 0 0;padding:1px;height:50px;width:50px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;border:1px solid #d8d8d8;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.thumbnail:hover{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}
.sub{border-top:1px dotted #dddedf;margin-top:4px;padding-top:6px}
.sub2{border-top:1px dotted #dddedf;font-size:12px;margin-top:4px;padding-top:6px}
.mainblok{border:1px solid #2CAAD3;margin-top:6px!important}
.mainblok .phdr{margin-top:0}
.mainblok div{border-left:0!important;border-right:0!important;border-color:#2CAAD3!important}
.mainblok div .menu {border-left:1px!important;border-right:1px!important;border-color:#2CAAD3!important;border-top: 0!important}

.phdr{background-color:green;font-weight:700;margin:6px 0 0;color:#FFF;padding-right:6px;padding-left:8px;padding-top:7px;padding-bottom:7px}
.phdr a:link,.phdr a:visited{color:#ffa;font-weight:700;text-decoration:none}
.phdr a:hover{color:#e8d200;text-decoration:none}
.phdr{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLfVhX3FAh49jPsmLGp7IgRgf8SM3MukVbsr-gj5m9xE-7ySYdceDssnXv_eNZE5yd0tUHX-Ow6D1kr3egMUrhyphenhyphen2a2GOmtMSzBhouL-Y7huDLmMnFQiqO0d9OrmbCsPs0zJbPoEEQzqOfJ/s1600/bar.png) right no-repeat #2CAAD3}
.menu{background-color:#FFF;border-color:#D5D5D5;border-style:solid;border-width:1px!important;margin:2px 0 0;padding:6px; margin: 2px;}
.ad{background:#FFF  url("https://i.imgur.com/0YDBo3Z.png") no-repeat 4px center;border-color:#D5D5D5;border-style:solid;border-width:1px;margin:2px 0 0;padding:6px;padding-left:23px}
#menu{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLfVhX3FAh49jPsmLGp7IgRgf8SM3MukVbsr-gj5m9xE-7ySYdceDssnXv_eNZE5yd0tUHX-Ow6D1kr3egMUrhyphenhyphen2a2GOmtMSzBhouL-Y7huDLmMnFQiqO0d9OrmbCsPs0zJbPoEEQzqOfJ/s1600/bar.png) right no-repeat #2CAAD3;display:block;position:sticky;top:0;z-index:999}
#menu ul{display:table;list-style:none;width:95%;table-layout:fixed}
#menu a,#menu a:hover{color:#FFF;display:inline-block;padding:10px}
#menu li:hover a{background:#39C1EE;text-decoration:none}
#menu li,.content-bottom > ul > li{vertical-align:middle;display:table-cell;text-align:center}
.bvTitle{background:#f4f4f4;font-size:20px!important;padding:8px 10px;text-align:center;border:1px solid #f8f8f8}
.list{color:#000;background:none repeat scroll 0 0 #fff;line-height:24px;border-left:1px solid #d1d3d9;border-right:1px solid #d1d3d9;border-bottom:1px solid #d1d3d9;padding:5px 7px}
.list:hover{background:none repeat scroll 0 0 #fff;line-height:24px;border-left:1px doted rgb(44,170,211);border-right:1px solid #d1d3d9;border-bottom:1px solid #d1d3d9;padding:5px 7px}
.list1{background-color:#DFFBE1;border:1px solid #c6edde;margin:1px 0 0;padding:6px}
.list2{background-color:#FFF;border-color:#D5D5D5;border-style:solid;border-width:0 1px 1px;margin:0;padding:6px}
.list3{background-color:#FFF;border-color:#D5D5D5;border-style:solid;border-width:0 1px 1px;margin:0;padding:6px}
.list3:hover{background-color:#F3F3F3;border:1px solid #D5D5D5}
.new-topic{background-color:#FF5252;border:1px solid #D32F2F;color:#FFF;line-height:14px;vertical-align:baseline;white-space:nowrap;padding:1px 4px 2px}
.all-topic{background-color:#fff;border:1px solid #C0BFBF;color:#565656;line-height:14px;vertical-align:baseline;white-space:nowrap;padding:3px 4px;margin-right:4px}
.func{border-left:2px solid #423456;color:#423456;margin-top:4px;margin-left:2px;padding-left:4px}
.gmenu{background-color:#f0fffa;border:1px solid #c6edde;margin:1px 0 0;padding:6px}
.rmenu{background-color:#ffd1f0;border:1px solid #ffb3dc;margin:1px 0 0;padding:6px;overflow:auto}
.topmenu{background-color:#fdfdfd;color:#456789;border:1px solid #d7d7d7;padding:4px 6px;overflow:auto}
.news{background-color:#eee;border:1px solid #fff;color:#333;padding:3px 4px 4px}
.news:hover{background:#fffdcc;border:1px solid #ffda19;border-radius:3px;padding:4px}
.notice{padding:4px;border:1px solid;margin-top:4px;background:#FFC;color:red;border-color:#FFD324;text-align:left}
.trithuc9x{color:#000;background:none repeat scroll 0 0 #fff;line-height:24px;border-left:1px solid #CFC;border-right:1px solid #CFC;border-bottom:1px solid #CFC;padding:5px 7px}
.danhmuc{border:1px solid #e2e2e2;border-top:-1px;font-weight:400;font-size:13px;padding:8px 35px 8px 8px;list-style:none;background:#fff}
.dangcap{background-color:#f0fffa;border:1px solid #c6edde;margin:1px 0 0;padding:6px}
.trexanh{background:none repeat scroll 0 0 #FFF;line-height:24px;border:1px solid #d5d5d5;padding:3px 4px 4px}
.trexanh:hover{background:none repeat scroll 0 0 #FF9;line-height:24px;border:1px solid #f09;padding:3px 4px 4px}
.icon{padding:3px 6px 3px 1px;vertical-align:middle}
.icon-inline{margin-left:2px;padding-right:4px;vertical-align:middle}
.icon-l5{padding-left:5px;vertical-align:middle}
.icon-r5{padding-right:5px;vertical-align:middle}
.icon-l3{padding-left:3px;vertical-align:middle}
.icon-r3{padding-right:3px;vertical-align:middle}
.icon-tb{padding-left:3px;padding-right:3px;vertical-align:middle}
.rightf{float:right;vertical-align:middle;margin:1px;padding:1px}
.center{text-align:center}
.right{text-align:right}
.left{float:left}
h1,h2,h3,h4,h5,h6{display:inline;font-size:13px}
h3{margin:0;padding:0 0 2px}
h4{margin:6px 0 2px}
em{font-style:italic}
strong{font-weight:600}
.clip a:link,.clip a:visited{color:#424e59}
.green,.green a:link,.green a:visited{color:green}
.greply a:link,.greply a:visited{color:#080}
.red,.red a:link,.red a:visited{color:red}
.alarm a:link,.alarm a:visited{color:#FFF;font-weight:700}
.reply a:link,.reply a:visited{color:#d00}
.do{color:#fff;text-shadow:0 0 0 red,0 0 .5em red,0 0 .4em red;font-weight:700}
.cam{color:#fff;text-shadow:0 0 0 orange,0 0 .5em red,0 0 .4em orange;font-weight:700}
.vang{color:#fff;text-shadow:0 0 0 yellow,0 0 .5em yellow,0 0 .4em #ff0;font-weight:700}
.xanhla{color:#fff;text-shadow:0 0 0 green,0 0 .5em green,0 0 .4em green;font-weight:700}
.xanhduong{color:#fff;text-shadow:0 0 0 blue,0 0 .5em blue,0 0 .4em blue;font-weight:700}
.luc{color:#fff;text-shadow:0 0 0 teal,0 0 .5em teal,0 0 .4em teal;font-weight:700}
.hong{color:#fff;text-shadow:0 0 0 #ff00ff,0 0 .5em #ff00ff,0 0 .4em #f0f;font-weight:700}
.tim{color:#fff;text-shadow:0 0 0 #9932CC,0 0 .5em #9932CC,0 0 .4em #9932CC;font-weight:700}
.den{color:#fff;text-shadow:0 0 0 #000000,0 0 .5em #000000,0 0 .4em #000;font-weight:700}
.datroi{color:#fff;text-shadow:0 0 0 #0896c3,0 0 .5em #0896c3,0 0 .4em #0896c3;font-weight:700}
.mau{border-radius:3px;color:#FFF;font-size:normal;font-weight:700;line-height:14px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);vertical-align:baseline;white-space:nowrap;padding:1px 4px 2px}
.topic{font-size:10px;border-radius:3px;color:#fff;line-height:14px;vertical-align:baseline;white-space:nowrap;padding:1px 4px 2px}
.topic.cat_red{background-color:#ff5252;border:1px solid #d32f2f}
.topic.cat_blue{background-color:#03a9f4;border:1px solid #0288d1}
.topic.cat_green{background-color:#4caf50;border:1px solid #388e3c}
.topic.cat_orange{background-color:#ff5722;border:1px solid #e64a19}
form{margin:0;padding:0}
input{background-color:#FFF;margin:5px 0 7px 2px;border:1px solid #cecece;padding:4px;width:98%}
input[name="username"],input[name="password"]{max-width:300px}
input[name="usernamme"]{background-color:#fff;margin:5px 0 7px;border:1px solid #cecece;padding:4px 4px 4px 17px}
input[name="password"]{background-color:#fff;margin:5px 0 7px;border:1px solid #cecece;padding:4px 4px 4px 17px}
input[placeholder],[placeholder],[placeholder]{color:#2f382f!important}
input[type=submit],submit{color:#FFF;text-decoration:none;font-weight:700;position:relative;border:0;margin:5px 0 0 5px;text-align:center;background:green;border:0 solid #ECF0F1;border-radius:2px;z-index:1;padding:6px 13px;cursor:pointer}
input[type=submit]:hover{background:orange;border:0 solid #ECF0F1}
input[type="button"],button{color:#FFF;text-decoration:none;font-weight:700;position:relative;border:0;margin:5px 0 0 5px;text-align:center;background:#009ed8;border:0 solid #ECF0F1;border-radius:2px;z-index:1;padding:6px 13px;cursor:pointer}
input[type=button]:hover,button:hover{background:#0079a5;border:0 solid #ECF0F1}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted 9px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
textarea{box-sizing:border-box;margin:6px 0 7px;background-color:#FFF;padding:4px;border:1px solid #cecece;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);width:100%}
select{padding:4px;display:block;color:#999;border:1px solid #cecece;outline:none;display:inline-block;cursor:pointer;font-weight:300}
.w3-input{padding:8px;width:98%;display:block;border-bottom:1px solid #ccc}
.w3-border-0{border:0!important}
.w3-border{border:1px solid #ccc!important}
.w3-select{padding:9px 0;width:100%;border-bottom:1px solid #ccc}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
#toolbar_markdown{font-size:16px;text-align:center}
#toolbar_markdown a{text-align:center;border:1px solid transparent;box-sizing:border-box;display:inline-block;cursor:pointer;outline:medium;width:24px;height:24px;border-color:#c9f;border-radius:3px;margin-top:5px;margin-bottom:5px}
#toolbar_markdown a:hover{background-color:#fcfcff;border-color:#a5cae4;border-radius:3px;outline:medium}
#content{line-height:1.6}
#content ol,#content ul,#content dl,#content pre,#content address,#content blockquote,#content .table-wrapper{margin-top:.5em}
#content a{overflow:hidden;text-overflow:ellipsis}
#content ul,#content ol{padding-left:1.5em}
#content li .highlight{margin-top:.25rem}
#content ol{list-style-type:none;counter-reset:step-counter}
#content ol > li{position:relative}
#content ol > li::before{position:absolute;top:.2em;left:-1.6em;color:#959396;content:counter(step-counter) '. ';counter-increment:step-counter;font-size:12px!important}
@media (min-width:31.25rem){
  #content ol > li::before{font-size:14px!important}
}
@media (min-width:31.25rem){
  #content ol > li::before{top:.11em}
}
#content ol > li ol{counter-reset:sub-counter}
#content ol > li ol > li::before{content:counter(sub-counter,lower-alpha);counter-increment:sub-counter}
#content ul{list-style:none}
#content ul > li::before{position:absolute;margin-left:-1.4em;content:"•"}
#content .task-list-item::before{content:""}
#content .task-list-item-checkbox{margin-right:.6em;margin-left:-1.4em}
#content hr + *{margin-top:0}
#content h1:first-of-type{margin-top:.5em}
#content dl{display:grid;grid-template:auto/10em 1fr}
#content dt,#content dd{margin:.25em 0}
#content dt{grid-column:1;font-weight:500;text-align:right}
#content dt::after{content:":"}
#content dd{grid-column:2;margin-bottom:0;margin-left:1em}
#content dd blockquote:first-child,#content dd div:first-child,#content dd dl:first-child,#content dd dt:first-child,#content dd h1:first-child,#content dd h2:first-child,#content dd h3:first-child,#content dd h4:first-child,#content dd h5:first-child,#content dd h6:first-child,#content dd li:first-child,#content dd ol:first-child,#content dd p:first-child,#content dd pre:first-child,#content dd table:first-child,#content dd ul:first-child,#content dd .table-wrapper:first-child{margin-top:0}
#content dd dl:first-child dt:first-child,#content dd dl:first-child dd:nth-child(2),#content ol dl:first-child dt:first-child,#content ol dl:first-child dd:nth-child(2),#content ul dl:first-child dt:first-child,#content ul dl:first-child dd:nth-child(2){margin-top:0}
#content .anchor-heading{position:absolute;right:-1rem;width:1.5rem;height:100%;padding-right:.25rem;padding-left:.25rem;overflow:visible}
@media (min-width:50rem){
  #content .anchor-heading{right:auto;left:-1.5rem}
}
#content .anchor-heading svg{display:inline-block;width:100%;height:100%;color:#7253ed;visibility:hidden}
#content .anchor-heading:hover svg,#content .anchor-heading:focus svg,#content h1:hover > .anchor-heading svg,#content h2:hover > .anchor-heading svg,#content h3:hover > .anchor-heading svg,#content h4:hover > .anchor-heading svg,#content h5:hover > .anchor-heading svg,#content h6:hover > .anchor-heading svg{visibility:visible}
#content summary{cursor:pointer}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content #toctitle{position:relative;margin-top:1.5em;margin-bottom:.25em}
#content h1 + table,#content h1 + .table-wrapper,#content h1 + .code-example,#content h1 + .highlighter-rouge,#content h1 + .sectionbody .listingblock,#content h2 + table,#content h2 + .table-wrapper,#content h2 + .code-example,#content h2 + .highlighter-rouge,#content h2 + .sectionbody .listingblock,#content h3 + table,#content h3 + .table-wrapper,#content h3 + .code-example,#content h3 + .highlighter-rouge,#content h3 + .sectionbody .listingblock,#content h4 + table,#content h4 + .table-wrapper,#content h4 + .code-example,#content h4 + .highlighter-rouge,#content h4 + .sectionbody .listingblock,#content h5 + table,#content h5 + .table-wrapper,#content h5 + .code-example,#content h5 + .highlighter-rouge,#content h5 + .sectionbody .listingblock,#content h6 + table,#content h6 + .table-wrapper,#content h6 + .code-example,#content h6 + .highlighter-rouge,#content h6 + .sectionbody .listingblock,#content #toctitle + table,#content #toctitle + .table-wrapper,#content #toctitle + .code-example,#content #toctitle + .highlighter-rouge,#content #toctitle + .sectionbody .listingblock{margin-top:1em}
#content h1 + p:not(.label),#content h2 + p:not(.label),#content h3 + p:not(.label),#content h4 + p:not(.label),#content h5 + p:not(.label),#content h6 + p:not(.label),#content #toctitle + p:not(.label){margin-top:0}
#content > h1:first-child,#content > h2:first-child,#content > h3:first-child,#content > h4:first-child,#content > h5:first-child,#content > h6:first-child,#content > .sect1:first-child > h2,#content > .sect2:first-child > h3,#content > .sect3:first-child > h4,#content > .sect4:first-child > h5,#content > .sect5:first-child > h6{margin-top:.5rem}
#content table{display:table;min-width:100%;border-collapse:separate}
#content th,#content td{font-size:12px!important;min-width:120px;padding-top:.5rem;padding-right:.75rem;padding-bottom:.5rem;padding-left:.75rem;background-color:#fff;border-bottom:1px solid rgba(238,235,238,0.5);border-left:1px solid #eeebee}
@media (min-width:31.25rem){
  #content th,#content td{font-size:14px!important}
}
#content th:first-of-type,#content td:first-of-type{border-left:0}
#content tbody tr:last-of-type th,#content tbody tr:last-of-type td{border-bottom:0}
#content tbody tr:last-of-type td{padding-bottom:.75rem}
#content thead th{border-bottom:1px solid #eeebee}
.pagination,#phantrang{text-align:center;padding:14px}
.currentpage,.pagination span{background-color:#4E342E;padding:3px 11px;margin:2px;border-radius:50px;color:#fff!important;box-shadow:0 0 7px rgba(0,0,0,0.2),0 0 0 1px rgba(188,188,188,0.1)}
.pagenav,a.pagenav{background-color:#00B7FF;color:#fff!important;text-decoration:none!important;padding:3px 11px;margin:2px;border-radius:50px;box-shadow:0 0 7px rgba(0,0,0,0.2),0 0 0 1px rgba(188,188,188,0.1);animation:namedcolors 3s infinite alternate}
.pagevav:hover,a.pagenav:hover{background-color:#54a3c6;color:#fff!important}
.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:5px 10px;font-size:13px;line-height:1.38461539;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}
.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}
.btn-primary .badge{color:#337ab7;background-color:#fff}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}
.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}
.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}
.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}
.btn-info .badge{color:#5bc0de;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}
.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}
.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}
.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}
.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}
.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{color:#337ab7;font-weight:400;border-radius:0}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}
.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}
.btn-lg,.btn-group-lg>.btn{padding:8px 13px;font-size:17px;line-height:1.3333333;border-radius:0}
.btn-sm,.btn-group-sm>.btn{padding:4px 8px;font-size:12px;line-height:1.5;border-radius:0}
.btn-xs,.btn-group-xs>.btn{padding:1px 4px;font-size:12px;line-height:1.5;border-radius:0}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}
.DorewDown{animation:animatebottom .4s}
.DorewUp{animation:animatetop .4s}
.popup-box{background-color:#fff;border:1px solid #b0b0b0;bottom:0;position:fixed;right:70px;width:300px;font-family:quicksand,sans-serif}
.popup-box-hide{height:380px;display:none;animation:animatebottom .4s}
.round.hollow{margin:40px 0 0}
.round.hollow a{border:2px solid #ff6701;border-radius:35px;color:red;color:#ff6701;font-size:23px;padding:10px 21px;text-decoration:none;font-family:quicksand,sans-serif}
.round.hollow a:hover{border:2px solid #000;border-radius:35px;color:red;color:#000;font-size:23px;padding:10px 21px;text-decoration:none}
.popup-box-on{display:block!important;animation:animatetop .4s}
.popup-box .popup-head{background-color:#fff;clear:both;color:#7b7b7b;display:inline-table;font-size:21px;padding:7px 10px;width:100%;font-family:quicksand,sans-serif}
.bg_none i{border:1px solid #ff6701;border-radius:25px;color:#ff6701;font-size:17px;height:33px;line-height:30px;width:33px}
.bg_none:hover i{border:1px solid #000;border-radius:25px;color:#000;font-size:17px;height:33px;line-height:30px;width:33px}
.bg_none{background:transparent none repeat scroll 0 0;border:medium}
.popup-box .popup-head .popup-head-right{margin:11px 7px 0}
.popup-box .popup-messages{}
.popup-head-left img{border:1px solid #7b7b7b;border-radius:50%;width:44px}
.popup-messages-footer textarea{border-bottom:1px solid #b2b2b2!important;height:34px!important;margin:7px;padding:5px!important;border:medium;width:95%!important}
.popup-messages-footer{background:#fff none repeat scroll 0 0;bottom:0;position:absolute;width:100%}
.popup-messages-footer .btn-footer{overflow:hidden;padding:2px 5px 10px 6px;width:100%}
.simple_round{background:#d1d1d1 none repeat scroll 0 0;border-radius:50%;color:#4b4b4b!important;height:21px;padding:0 0 0 1px;width:21px}
.popup-box .popup-messages{background:#4b8673 none repeat scroll 0 0;height:275px;overflow:auto}
.popup-messages .chat-box-single-line{border-bottom:1px solid #a4c6b5;height:12px;margin:7px 0 20px;position:relative;text-align:center}
.popup-messages abbr.timestamp{background:#4b8673 none repeat scroll 0 0;color:#fff;padding:0 11px}
.popup-head-right .btn-group{display:inline-flex;margin:0 8px 0 0;vertical-align:top!important}
.chat-header-button{background:transparent none repeat scroll 0 0;border:1px solid #636364;border-radius:50%;font-size:14px;height:30px;width:30px}
.popup-head-right .btn-group .dropdown-menu{border:medium;min-width:122px;padding:0}
.popup-head-right .btn-group .dropdown-menu li a{font-size:12px;padding:3px 10px;color:#303030}
form select{background:url("https://i.imgur.com/MIZ40rN.png") no-repeat 2px center;padding-left:16px}
form select option{background:url("https://i.imgur.com/PTDXfgF.png") no-repeat 2px center}
form input[name="username"]{background:url("https://i.imgur.com/KTjsgKs.png") no-repeat 2px center;padding-left:20px}
form input[name="password"]{background:url("https://i.imgur.com/m7r54zo.png") no-repeat 2px center;padding-left:20px}
form input[name="query"]{background:url("https://i.imgur.com/OhbszT6.png") no-repeat 2px center;padding-left:20px}
.mtx{background:url("https://i.imgur.com/m7WvSKk.png") no-repeat 4px center;padding-left:23px;border-top:0}
.mtd{background:url("https://i.imgur.com/AA07nqN.png") no-repeat 4px center;padding-left:23px;border-top:0}
.mtv{background:url("https://i.imgur.com/CpSdxrb.png") no-repeat 4px center;padding-left:23px;border-top:0}
.catx{background:url("https://i.imgur.com/i0RYOG8.png") no-repeat 4px center;padding-left:23px;border-top:0}
.catv{background:url("https://i.imgur.com/TWAI5yV.png") no-repeat 4px center;padding-left:23px;border-top:0}
[type="submit"]{background:#009ed8 url("https://i.imgur.com/rK6Szc6.png") no-repeat 4px center;padding-left:23px}
[type="submit"]:hover{background:#0079a5 url("https://i.imgur.com/rK6Szc6.png") no-repeat 4px center;padding-left:23px}
p{font-size:16px;line-height:1.5;margin-bottom:25px}
blockquote{font-style:italic;margin-left:0;padding-left:16px;border-left:4px solid #eee}
pre,code{font-family:monospace,monospace;font-size:1em}
pre{overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}
code{font-family:"SFMono-Regular",menlo,consolas,monospace;font-size:.75em;line-height:1.4;backgroung:#eee}
pre.highlight{border:1px solid #eeebee}
.main{max-width:none;margin-left:0}
}
a.skip-to-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}
a.skip-to-main:focus,a.skip-to-main:active{color:#7253ed;background-color:#fff;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:10px 35%;padding:5px;border-radius:15px;border:4px solid #5e41d0;text-align:center;font-size:1.2em;z-index:999}
div.opaque{background-color:#fff}
p.highlight,blockquote.highlight{background:rgba(255,235,130,0.2);border-left:4px solid #e7af06;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}
p.highlight > .highlight-title,blockquote.highlight > .highlight-title{color:#e7af06;display:block;font-weight:700;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}
p.highlight-title,blockquote.highlight-title{background:rgba(255,235,130,0.2);border-left:4px solid #e7af06;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}
p.highlight-title > p:first-child,blockquote.highlight-title > p:first-child{margin-top:0;margin-bottom:0;color:#e7af06;display:block;font-weight:700;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}
blockquote.highlight{margin-left:0;margin-right:0}
blockquote.highlight > p:first-child{margin-top:0}
blockquote.highlight > p:last-child{margin-bottom:0}
blockquote.highlight-title{margin-left:0;margin-right:0}
blockquote.highlight-title > p:nth-child(2){margin-top:0}
blockquote.highlight-title > p:last-child{margin-bottom:0}
p.important,blockquote.important{background:rgba(44,132,250,0.2);border-left:4px solid #183385;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}
div.highlighter-rouge,div.listingblock > div.content{padding:.75rem;margin-top:0;margin-bottom:.75rem;overflow-x:auto;background-color:#f5f6fa;border-radius:4px;box-shadow:none;-webkit-overflow-scrolling:touch}
div.highlighter-rouge div.highlight,div.highlighter-rouge pre.highlight,div.highlighter-rouge code,div.listingblock > div.content div.highlight,div.listingblock > div.content pre.highlight,div.listingblock > div.content code{padding:0;margin:0;border:0}
figure.highlight{padding:.75rem;margin-top:0;margin-bottom:.75rem;overflow-x:auto;background-color:#f5f6fa;border-radius:4px;box-shadow:none;-webkit-overflow-scrolling:touch}
figure.highlight pre,figure.highlight code{padding:0;margin:0;border:0}
.highlight .table-wrapper{padding:0;margin:0;border:0;box-shadow:none}
.highlight .table-wrapper td,.highlight .table-wrapper pre{font-size:11px!important;min-width:0;padding:0;background-color:#f5f6fa;border:0}
@media (min-width:31.25rem){
  .highlight .table-wrapper td,.highlight .table-wrapper pre{font-size:12px!important}
}
.highlight .table-wrapper td.gl{width:1em;padding-right:.75rem}
.highlight .table-wrapper pre{margin:0;line-height:2}
.code-example,.listingblock > .title{padding:.75rem;margin-bottom:.75rem;overflow:auto;border:1px solid #eeebee;border-radius:4px}
.code-example + .highlighter-rouge,.code-example + .sectionbody .listingblock,.code-example + .content,.code-example + figure.highlight,.listingblock > .title + .highlighter-rouge,.listingblock > .title + .sectionbody .listingblock,.listingblock > .title + .content,.listingblock > .title + figure.highlight{position:relative;margin-top:-1rem;border-right:1px solid #eeebee;border-bottom:1px solid #eeebee;border-left:1px solid #eeebee;border-top-left-radius:0;border-top-right-radius:0}
code.language-mermaid{padding:0;background-color:inherit;border:0}
.author {padding: 10px;background-color:#e6f5fc;color: #555;border-left: 6px solid #2CAAD3;font-size: 12px!important;}
.author .listItem {margin: 0;padding: 0;background: url("https://i.imgur.com/oolOeTv.png") no-repeat left center;padding-left: 32px;border-top: 0;}
.author .listItem li {cursor: pointer;position: relative;padding: 6px 4px 6px 20px;list-style-type: none;font-size: 18px;transition: 0.2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.author .listItem li:nth-child(1) {background:url("https://i.imgur.com/giC8qkJ.png") no-repeat 0px center;padding-left:32px;border-top:0}
.author .listItem li:nth-child(2) {background:url("https://i.imgur.com/G3F9Cl4.png") no-repeat 0px center;padding-left:32px;border-top:0}
.author .listItem li:nth-child(3) {background:url("https://i.imgur.com/KNwD6Eu.png") no-repeat 0px center;padding-left:45px;border-top:0}
.social {width: 100%;max-width: 360px;padding: 12px;border: none;border-radius: 4px;margin: 5px 0;opacity: 0.85;display: inline-block;font-size: 17px;line-height: 20px;text-decoration: none;display: block;right: 50%}
.social .fa {border-right: 1px solid #bcbcbc;padding-right: 4px;}
.fb {background-color: #3B5998;color: white;}
.twitter {background-color: #55ACEE;color: white;}
.google {background-color: #fff;color: #000;border: 1px solid #444}

.video-js {max-width: 98%!important}
.highlight .c{color:#586e75}
.highlight .err{color:#93a1a1}
.highlight .g{color:#93a1a1}
.highlight .k{color:#859900}
.highlight .l{color:#93a1a1}
.highlight .n{color:#93a1a1}
.highlight .o{color:#859900}
.highlight .x{color:#cb4b16}
.highlight .p{color:#93a1a1}
.highlight .cm{color:#586e75}
.highlight .cp{color:#859900}
.highlight .c1{color:#586e75}
.highlight .cs{color:#859900}
.highlight .gd{color:#2aa198}
.highlight .ge{font-style:italic;color:#93a1a1}
.highlight .gr{color:#dc322f}
.highlight .gh{color:#cb4b16}
.highlight .gi{color:#859900}
.highlight .go{color:#93a1a1}
.highlight .gp{color:#93a1a1}
.highlight .gs{font-weight:700;color:#93a1a1}
.highlight .gu{color:#cb4b16}
.highlight .gt{color:#93a1a1}
.highlight .kc{color:#cb4b16}
.highlight .kd{color:#268bd2}
.highlight .kn{color:#859900}
.highlight .kp{color:#859900}
.highlight .kr{color:#268bd2}
.highlight .kt{color:#dc322f}
.highlight .ld{color:#93a1a1}
.highlight .m{color:#2aa198}
.highlight .s{color:#2aa198}
.highlight .na{color:#555}
.highlight .nb{color:#b58900}
.highlight .nc{color:#268bd2}
.highlight .no{color:#cb4b16}
.highlight .nd{color:#268bd2}
.highlight .ni{color:#cb4b16}
.highlight .ne{color:#cb4b16}
.highlight .nf{color:#268bd2}
.highlight .nl{color:#555}
.highlight .nn{color:#93a1a1}
.highlight .nx{color:#555}
.highlight .py{color:#93a1a1}
.highlight .nt{color:#268bd2}
.highlight .nv{color:#268bd2}
.highlight .ow{color:#859900}
.highlight .w{color:#93a1a1}
.highlight .mf{color:#2aa198}
.highlight .mh{color:#2aa198}
.highlight .mi{color:#2aa198}
.highlight .mo{color:#2aa198}
.highlight .sb{color:#586e75}
.highlight .sc{color:#2aa198}
.highlight .sd{color:#93a1a1}
.highlight .s2{color:#2aa198}
.highlight .se{color:#cb4b16}
.highlight .sh{color:#93a1a1}
.highlight .si{color:#2aa198}
.highlight .sx{color:#2aa198}
.highlight .sr{color:#dc322f}
.highlight .s1{color:#2aa198}
.highlight .ss{color:#2aa198}
.highlight .bp{color:#268bd2}
.highlight .vc{color:#268bd2}
.highlight .vg{color:#268bd2}
.highlight .vi{color:#268bd2}
.highlight .il{color:#2aa198}
.highlight .c{color:#586e75}
.highlight .err{color:#93a1a1}
.highlight .g{color:#93a1a1}
.highlight .k{color:#859900}
.highlight .l{color:#93a1a1}
.highlight .n{color:#93a1a1}
.highlight .o{color:#859900}
.highlight .x{color:#cb4b16}
.highlight .p{color:#93a1a1}
.highlight .cm{color:#586e75}
.highlight .cp{color:#859900}
.highlight .c1{color:#586e75}
.highlight .cs{color:#859900}
.highlight .gd{color:#2aa198}
.highlight .ge{font-style:italic;color:#93a1a1}
.highlight .gr{color:#dc322f}
.highlight .gh{color:#cb4b16}
.highlight .gi{color:#859900}
.highlight .go{color:#93a1a1}
.highlight .gp{color:#93a1a1}
.highlight .gs{font-weight:700;color:#93a1a1}
.highlight .gu{color:#cb4b16}
.highlight .gt{color:#93a1a1}
.highlight .kc{color:#cb4b16}
.highlight .kd{color:#268bd2}
.highlight .kn{color:#859900}
.highlight .kp{color:#859900}
.highlight .kr{color:#268bd2}
.highlight .kt{color:#dc322f}
.highlight .ld{color:#93a1a1}
.highlight .m{color:#2aa198}
.highlight .s{color:#2aa198}
.highlight .na{color:#555}
.highlight .nb{color:#b58900}
.highlight .nc{color:#268bd2}
.highlight .no{color:#cb4b16}
.highlight .nd{color:#268bd2}
.highlight .ni{color:#cb4b16}
.highlight .ne{color:#cb4b16}
.highlight .nf{color:#268bd2}
.highlight .nl{color:#555}
.highlight .nn{color:#93a1a1}
.highlight .nx{color:#555}
.highlight .py{color:#93a1a1}
.highlight .nt{color:#268bd2}
.highlight .nv{color:#268bd2}
.highlight .ow{color:#859900}
.highlight .w{color:#93a1a1}
.highlight .mf{color:#2aa198}
.highlight .mh{color:#2aa198}
.highlight .mi{color:#2aa198}
.highlight .mo{color:#2aa198}
.highlight .sb{color:#586e75}
.highlight .sc{color:#2aa198}
.highlight .sd{color:#93a1a1}
.highlight .s2{color:#2aa198}
.highlight .se{color:#cb4b16}
.highlight .sh{color:#93a1a1}
.highlight .si{color:#2aa198}
.highlight .sx{color:#2aa198}
.highlight .sr{color:#dc322f}
.highlight .s1{color:#2aa198}
.highlight .ss{color:#2aa198}
.highlight .bp{color:#268bd2}
.highlight .vc{color:#268bd2}
.highlight .vg{color:#268bd2}
.highlight .vi{color:#268bd2}
.highlight .il{color:#2aa198}