.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 1vh;
    left: 1vw;
    min-width: 45px;
    text-align: center;
    z-index: 9999;
}

@media only screen and (max-width: 541px) {
	.bt-scroll-top {
		display: none;
	}
}

.bt-scroll-top {
    height: 45px;
    width: 45px;
    position: fixed;
    right: 2vw;
    top: 50%;
    z-index: 9999;
    display: none;
    animation: 1s linear;
}

.bt-scroll-top i {
	opacity: 0.75;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #464646;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
    position: relative;
    margin: 0px !important;
    z-index: 999;
}

.social-button-toggle-container {
    display: none;
}

.social-button-content {
    display: inline-grid;
	visibility: hidden;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.zalo-icon {
    background-image: url('/wp-content/themes/hestia-child/img/zalo.png');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0px !important;
    width: 45px;
    height: 45px;
    background-color: #2196f3;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    margin-left: 2px !important;
    z-index: 999;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(2);
    animation: shakeImg 1s infinite;
}

.social-button i {
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
    position: relative;
    margin: 0px !important;
    z-index: 999;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(2);
    animation: shakeImg 1s infinite;
}

.call-icon i, .hotline-note {
    background: #327900;
}

.sms i {
    background: #c12c2c;
}

.mes i {
    background: #2d5fdc;
}

.viber i {
    background: #714497;
}

.user-support i, .user-support .connect-note {
    background: #0045f4;
}

.social-button span {
    display: none;
}

.call-icon:hover>span, .mes:hover>span, .sms:hover>span, .zalo:hover>span, .viber:hover>span {
    display: block
}

.social-button a span {
    border-radius: 5px;
    text-align: center;
    background: #0045f4;
    padding: 9px;
    display: none;
    width: 200px;
    margin-left: 15px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 1s ease-in-out 1s;
}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #0045f4;
    position: absolute;
    left: -10px;
    top: 10px;
}

.connect-note, .hotline-note {
    border-radius: 2px;
    text-align: center;
    font-size: 13px !important;
    width: 100px;
    height: 33px !important;
    margin-left: -4px;
    line-height: 33px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 13px;
    left: 40px;
    border-radius: 0 10px 10px 0;
    transition: 0.1s;
}

@keyframes shakeImg {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media only screen and (max-width: 480px) {
	
	#hotline-note, #connect-note {
		display:none !important;
	}
	
	#hotline-note:hover, #connect-note:hover {
		display:block !important;
	}
	
}

/* @keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
} */