a:hover{text-decoration: none;}
.vol{position: absolute; top: 10px; left: 20px; color: #000; font-weight: 500; font-size: 20px; z-index: 999;}
/*  Floating Menu  */
.floating-menu {
position: fixed;
left: 4rem;
bottom: 5%;
transition: 0.5s;
z-index: 20;
}
.plus-link {
position: relative;
width: 56px;
height: 56px;
border-radius: 50%;
cursor: pointer;
transition: transform 0.5s;
box-sizing: border-box;
background: #232323 url(icon-plus.svg) center no-repeat;
transform: rotate(315deg);
}
.plus-link.active {
transform: rotate(0deg);
}
.float-inner {
display: block;
}
.float-inner.active {
display: none;
}
.floating-list {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.floating-list .floating-linker {
margin-bottom: 20px;
}
.floating-linker{
display: block;
border-radius: 28px;
font-size: 0.8rem;
flex-direction: row;
transition: 0.3s;
color: #000;
text-decoration: none;
font-size: 14px;
}
.floating-linker .icon {
display: inline-block;
vertical-align: middle;
width: 50px;
height: 50px;
border-radius: 50%;
background: #ccc;
margin-right: 0.5rem;
}
.floating-linker .icon01 {
background: #ccc url(icon01.png) center/cover no-repeat;
}
.floating-linker .icon02 {
background: #ccc url(icon02.png) center/cover no-repeat;
}
.floating-linker .icon-youtube {
background: #ccc url(icon-youtube.png) center/cover no-repeat;
}
.floating-linker .icon-blog {
background: #ccc url(icon-blog.png) center/cover no-repeat;
}
.floating-linker .icon-instagram {
background: #ccc url(icon-instagram.png) center/cover no-repeat;
}
.floating-linker .icon-facebook {
background: #ccc url(icon-facebook.png) center/cover no-repeat;
}
.floating-menu2 {
left: auto;
right: 1em;
bottom: 5%;
transition: 0.5s;
z-index: 20;
}
.floating-menu2 .floating-list{align-items: flex-end;}
.floating-linker2{
display: block;
border-radius: 28px;
font-size: 0.8rem;
flex-direction: row;
transition: 0.3s;
color: #000;
text-decoration: none;
font-size: 14px;
text-align: right;
}
.floating-menu2 .plus-link{margin-left: auto;}
.floating-linker2 .icon{margin-right: 0; margin-left: 0.5rem;}

.panel-body{background: rgba(88, 141, 216, 0.95) !important; color: #fff !important;}
.toast-toc .jstree-icon .toc-svg-file-icon svg{fill:white !important;}
.jstree:not(.has-folder) .jstree-container-ul>.jstree-node:hover{color: #000 !important;}
.jstree:not(.has-folder) .jstree-container-ul>.jstree-node .jstree-anchor:hover .jstree-wholerowex, .jstree:not(.has-folder) .jstree-container-ul>.jstree-node .jstree-anchor .jstree-wholerowex:hover, .panel-body .row:hover{background: #fff !important;}
.jstree:not(.has-folder) .jstree-container-ul>.jstree-node:hover .jstree-icon .toc-svg-file-icon svg{fill:#000 !important;}
.desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor .jstree-wholerowex{background: #fff !important;}
.desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor, .desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor:active, .desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor:hover, .desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor:link, .desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor:visited{color: #000 !important;}
.desktop .panel-body .jstree-node[aria-selected="true"] > .jstree-anchor .jstree-icon .toc-svg-file-icon svg{fill:#000 !important;}
.panel-heading{background: rgba(88, 141, 216, 0.95) !important; color: #fff !important;}
.icon_close{color: #fff;}

@media all and (max-width:1089px){
  .vol{font-size: 14px; top: 30px;}
}
@media all and (max-width:500px){
  .vol{top: -2px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 12px; z-index: 5002;}
  .plus-link{transform: rotate(0deg);}
  .plus-link.active {transform: rotate(315deg);}
  .float-inner {
  display: none;
  }
  .float-inner.active {
  display: block;
  }
}