.sharecs-mobile-net-bar {
    display: none
}

.sharecs-pc-net-bar {
    z-index: 1000 !important;
    right: 0px;
    padding: 0px !important;
    bottom: 25%;
    position: fixed;
    z-index: 998 !important;
    margin-bottom: 0px !important;
}

.sharecs-pc-net-bar li {
    width: 110px !important;
    height: 80px !important;
    overflow: hidden; 
    margin-bottom: 0;
    list-style: none;
}
.sharecs-pc-net-bar li:hover {
  transform: translate(-10%,0);
}

.sharecs-pc-net-bar li.facebook {
    margin-bottom: 0px !important;
    background-image: url("../images/top/face.png");
    background-size: cover; 
    background-repeat: no-repeat;
}
.sharecs-pc-net-bar li.hotline {
    margin-bottom: 0px !important;
    background-image: url("../images/top/sms.png");
    background-size: cover; 
    background-repeat: no-repeat;
}

.sharecs-pc-net-bar li.zalo {
    margin-bottom: 0px !important;
    background-image: url("../images/top/zalo.png");
    background-size: cover; 
    background-repeat: no-repeat;
}


@media (max-width: 1399.98px) { 
    .sharecs-pc-net-bar {
        z-index: 1000 !important;
        right: 0px !important;
    }
    .sharecs-pc-net-bar li {
        width: 60px !important;
        height: 60px !important;
    }
    .sharecs-pc-net-bar li.facebook {
        margin-bottom: 0px !important;
		background-size: contain !important;
    }
    .sharecs-pc-net-bar li.hotline {
        margin-bottom: 0px !important;
		background-size: contain !important;
    }
    
    .sharecs-pc-net-bar li.zalo {
        margin-bottom: 0px !important;
		background-size: contain !important;
    }
   
}

@media (max-width: 1199.98px) { 
    .sharecs-pc-net-bar {
        z-index: 1000 !important;
        right: 0px !important;
    }
    .sharecs-pc-net-bar li {
        width: 50px !important;
        height: 50px !important;
        right: 35px;
    }
    .sharecs-pc-net-bar li.facebook {
        margin-bottom: 0px !important;
    }
    .sharecs-pc-net-bar li.hotline {
        margin-bottom: 0px !important;
    }
    
    .sharecs-pc-net-bar li.zalo {
        margin-bottom: 5px !important;
    }
 }

@media (max-width: 991.98px) { 
    .sharecs-pc-net-bar {
        z-index: 1000 !important;
        right: 0px !important;
    }
    .sharecs-pc-net-bar li {
        width: 40px !important;
        height: 32px !important;
    }
    .sharecs-pc-net-bar li.facebook {
        margin-bottom: 0px !important;
    }
    .sharecs-pc-net-bar li.hotline {
        margin-bottom: 0px !important;
    }
    
    .sharecs-pc-net-bar li.zalo {
        margin-bottom: 0px !important;
    }
    
}

@media (max-width: 767.98px) { 
}

@media (max-width: 575.98px) {  
   
}

