.share-social{width:100%;display: inline-block;}
.social {
  text-align: center;display: inline-block; }
  .social__item {
    float:left;
    margin: 10px; }
  .social .fab {
    background: #fff;
    border-radius: 35px;
    color: #818181;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 70px; }
    .social .fab:after {
	display:none;
      color: #818181;
      content: attr(data-count);
      font-family: Roboto, Arial, sans-serif;
      font-size: 14px;
      left: 0;
      line-height: 20px;
      position: absolute;
      text-align: center;
      top: 100%;
      width: 100%; }
	.social .fa-zalo{padding:24px;
	-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);}
  .social .fa-facebook:hover {
    box-shadow: 0 0 15px rgba(59, 89, 152, 0.5) inset;
    color: #3b5998; }
  .social .fa-zalo:hover {
    box-shadow: 0 0 15px rgba(32, 152, 209, 0.75) inset;
    color: #2098d1;-webkit-filter: grayscale(0%); 
  filter: grayscale(0%);}
  .social .fa-twitter:hover {
    box-shadow: 0 0 15px rgba(0, 172, 237, 0.5) inset;
    color: #00aced; }
  .social .fa-pinterest:hover {
    box-shadow: 0 0 15px rgba(203, 32, 39, 0.5) inset;
    color: #cb2027; }
  .social .fa-linkedin:hover {
    box-shadow: 0 0 15px rgba(0, 123, 182, 0.5) inset;
    color: #007bb6; }
  .social .fa-google-plus:hover {
    box-shadow: 0 0 15px rgba(221, 75, 57, 0.5) inset;
    color: #dd4b39; }

