.support-online {
    position: fixed;
    z-index: 999;
    right: 16px;
    /*bottom:80px;*/
    bottom:30px;
}

.support-online a {
    position: relative;
    margin: 26px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}


    .support-online a.zalo {
      margin-left: 2px;
      width: 55px;
      height: 55px;
  }
      .support-online a.zalo .zs-ico {
          display: block;
          position: relative;
          z-index: 12;
          width: 55px;
          height: 55px;
          cursor: pointer;
          background: none;
      }

      .support-online a.zalo .zs-ico .zs-ico-main {
          display: block;
          position: relative;
          z-index: 3;
          background: url(../images/stick_zalo.png) 0 0 no-repeat;
          background-size: cover;
          width: 58px;
          height: 58px
      }

      .support-online a.zalo .zs-ico .zs-ico-main-wechat {
          display: block;
          position: relative;
          z-index: 3;
          background: url(../images/wechat.png) 0 0 no-repeat;
          background-size: cover;
          width: 58px;
          height: 58px
      }

      .support-online a.zalo .zs-ico.zs-logined:before {
          background-color: #7ed321
      }

      .support-online a.zalo .zs-ico.zs-has-notify:before,
      .support-online a.zalo .zs-ico.zs-logined:before {
          position: absolute;
          top: 2px;
          left: 12px;
          z-index: 4;
          content: "";
          width: 8px;
          height: 8px;
          border: 1px solid #fff;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%
      }

      .support-online a.zalo .zs-ico.zs-has-notify:before {
          background-color: #ff5d5d;
      }
      .support-online a.zalo .zs-ico.zs-has-notify:before, .zs-ico.zs-logined:before {
          left: 36px!important;
      }

      .support-online a.zalo .zs-ico.zs-has-notify em {
          position: absolute;
          top: 7px;
          left: 17px
      }

      .support-online a.zalo .zs-ico.zs-has-notify em:after,
      .support-online a.zalo .zs-ico.zs-has-notify em:before {
          position: absolute;
          left: -4px;
          top: 2px;
          content: "";
          width: 32px;
          height: 32px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          -webkit-animation-name: Grow;
          -moz-animation-name: Grow;
          animation-name: Grow;
          -webkit-animation-duration: 1.5s;
          -moz-animation-duration: 1.5s;
          animation-duration: 1.5s;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
          -moz-animation-timing-function: linear;
          animation-timing-function: linear
      }

    .support-online a.zalo .zs-ico.zs-has-notify em:before {
          -webkit-box-shadow: 0 0 8px 4px #ff5d5d;
          box-shadow: 0 0 8px 4px #ff5d5d
      }

      .support-online a.zalo .zs-ico.zs-has-notify em:after {
          -webkit-box-shadow: inset 0 0 6px 2px #ff5d5d;
          box-shadow: inset 0 0 6px 2px #ff5d5d
      }


.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.support-online i.scroll-down {
    background-color: #ACACAC !important;
    font-size: 12px; line-height: 40px;
}

.wchat{background: #3cad17 !important;}
.wchat img{ width: 40px }
.support-online a span {
    border-radius: 5px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 220px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: -7px;
    right: 55px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}



.support-online a span:after{
    content: "";
    width: 0;
    height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid rgb(103, 182, 52);
  border-bottom: 8px solid transparent;
    position: absolute;
    left: 220px;
    top: 18px;
}



.alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer;
}


@-moz-keyframes Grow {
    0% {
        transform: scale(.1);
        -ms-transform: scale(.1);
        -webkit-transform: scale(.1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        transform: scale(1.8);
        -ms-transform: scale(1.8);
        -webkit-transform: scale(1.8);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes Grow {
    0% {
        transform: scale(.1);
        -ms-transform: scale(.1);
        -webkit-transform: scale(.1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        transform: scale(1.8);
        -ms-transform: scale(1.8);
        -webkit-transform: scale(1.8);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.share {
  position: fixed;
    z-index: 990;
    right: 80px;
    bottom:100px;
    width: 50px;
    height: 50px;

}
#myDIV {
    width: 155px;
    height: 60px;
    padding: 5px 5px;
    display:none;
    left: -155px;
    top: -4px;
    position: relative;
     -webkit-transition: opacity 0.3s ease-in-out;

}
.share span {

width: 45px;
    height: 45px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.share span i img { width: 45px; height: 45px}

.share a {
  line-height: 45px;
  width: 45px;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0px;
  border-radius: 100%; display: block;

}
.share #myDIV a{ display: inline-block !important;
  width: 45px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0px; display: block;
 }

.share #myDIV a:nth-child(1) {
  margin-left: 0;
}
.share #myDIV a:nth-child(1):hover {
  background-color: #3b5998;
}
.share #myDIV a:nth-child(2):hover {
  background-color: #3b5998;
}
.share #myDIV a:nth-child(3):hover {
  background-color: #ea4335;
}
.share #myDIV a:nth-child(4) {
  margin-right: 0;
}
.share #myDIV a:nth-child(4):hover {
  background-color: #ea4335;
}

.share a img{ width: 45px; height: 45px }
