.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.figure a:not(.btn):hover {
  text-decoration: underline;
}
.home-app .app-right .app-list {
  margin-bottom: 40px;
}
.home-app .app-right .app-list {
  margin-bottom: 40px;
}
.sidebar .catalog ul > li {
  background-color: #e3e9ec;
  font-weight: 600;
  color: #000;
}
.sidebar .catalog ul > li ul > li {
  font-weight: 100;
  background-color: #f5f5f5;
}
.sidebar .catalog ul > li ul > li .fa {
  display: none;
}
.sidebar .catalog ul > li a.selected,
.sidebar .catalog ul > li a.selected:link {
  background-color: #316a97;
}
.sidebar .catalog ul > li a:hover {
  background-color: #fff;
}
.sidebar .catalog ul > li a.selected,
.sidebar .catalog ul > li a.selected:link,
.sidebar .catalog ul > li a.selected:hover {
  background-color: #fff;
}
.bottom-link #kaxika img{
  width: 20px;
  height: 20px;
}
@media (max-width: 767px){
  .content{
    overflow: auto;
  }
}
.content:not(.col-*) a[href]:not(.btn){
  text-decoration: underline;
}