#footer_misc {
  background-color: #00367e;
  color: #fff;
  font-size: 24px;
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
}
#footer_misc .panel {
  height: 90px;
  justify-content: space-between;
}
#footer_misc .panel .wrapper .icon {
  width: 70px;
  height: 70px;
}
#footer_misc .panel .splitter {
  width: 1px;
  height: 40px;
  background-color: #002a60;
}

.goup-container,
.goup-text {
  transform: scale(2);
}
.goup-container {
  transform-origin: bottom;
  opacity: 0.5;
}
.goup-arrow {
  border: none!important;
  width: 100%!important;
  height: 100%!important;
  background-image: url(../img/goup_bg.png);
  background-size: 50%;
}
.goup-text {
  font-size: 15px;
  font-weight: bold;
  transform-origin: top;
}