.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;
}
.home-app .app-right .app-list {
  margin-bottom: 40px;
}
.com-pro p {
  font-size: 13px;
  line-height: 24px;
}
.index-products .pro-special .pro-list .figure .mode {
  text-align: center;
}
.index-products .pro-special .pro-list .figure .summary {
  font-size: 13px;
  padding: 0 15px;
}
.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;
}
.sidebar .catalog ul > li {
  background-color: #014a85;
}
.sidebar .catalog ul > li > a {
  color: #fff;
}
.sidebar .catalog ul > li ul > li {
  background-color: #286495;
}
.sidebar .catalog ul > li ul > li > a {
  color: #fff;
}
.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: #ff6600;
}
.sidebar .catalog ul > li a.selected,
.sidebar .catalog ul > li a.selected:link,
.sidebar .catalog ul > li a.selected:hover {
  background-color: #ff9933;
}

header .top-header .language .dropdown-toggle{
  float: none;
}
header .top-header .hidden-xs .search-form{
  top: -1px;
}
.home-app .app-right .app-list {
  margin-bottom: 40px;
}
.com-pro p {
  font-size: 13px;
  line-height: 24px;
}
.index-products .pro-special .pro-list .figure .mode {
  text-align: center;
}
.index-products .pro-special .pro-list .figure .summary {
  font-size: 13px;
  padding: 0 15px;
}
@media (max-width: 767px){
  .content{
    overflow: auto;
  }
}
.content:not([class*="col-"]) a[href]:not(.btn) {
  text-decoration: underline;
}
/* .content:not([class*="col-"]) img{
  max-width: 100%;
  max-height: 100%;
} */
.image-box {
  position: relative;
}
.image-box .image-cover {
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: Center;
  overflow: hidden;
}
.image-box:hover .image-cover {
  animation: image_hover 1s forwards;
}
@keyframes image_hover {
  from {
    bottom: 100%;
  }
  to {
    bottom: 0;
  }
}