.icon-right-new {
  width: 80px;
    position: fixed;
    top: 50%;
    left: 15px;
    z-index: 190000000;
    transform: translateY(-50%);
}
.icon-right-new nav {
  width: 100%;
}
.icon-right-new nav ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.icon-right-new nav ul li a {
  display: block;
  height: 80px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.icon-right-new nav ul li a i {
  background-image: url("../../image/social-icon-right.png");
  background-position: -3px 0px;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 7px;
}
.icon-right-new nav ul li a i.i-zalo {
  animation: iconb001_icon 1.5s infinite;
}
.icon-right-new nav ul li a i.i-dathen {
  background-position: -3px -88px;
  animation: iconb002_icon 1.5s infinite;
}
.icon-right-new nav ul li a i.i-mes {
  background-position: -3px -178px;
  animation: iconb003 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
}
.icon-right-new nav ul li a i.i-tv {
  background-position: -3px -269px;
  animation: iconb004 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both infinite;
}
.icon-right-new nav ul li a span {
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 10px;
  color: #2170bb;
}
.icon-right-new nav ul li:first-child .showqcode {
  position: absolute;
  left: 110%;
  top: 3px;
  width: 140px;
  height: 132px;
  opacity: 0;
  visibility: hidden;
  transition: left 0.3s ease-in-out;
}
.icon-right-new nav ul li:first-child:hover .showqcode {
  left: 100%;
  opacity: 1;
  visibility: inherit;
}

@keyframes iconb001_icon {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes iconb002_icon {
  from {
    top: 0;
  }
  to {
    top: 7px;
  }
}
@keyframes iconb003_icon {
  0% {
    transform: translateY(0) rotateX(0);
    transform-origin: 50% 0%;
  }
  100% {
    transform: translateY(-100%) rotateX(-180deg);
    transform-origin: 50% 100%;
  }
}
@keyframes iconb004_icon {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
.scroll_top {
  
  background-color: #ff0055;
  color: #fff;
  border-radius: 5px;
  padding: 1rem;
  border: none;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */