.float-contact {
position: fixed;
    bottom: 66px;
    left: 20px;
    z-index: 99999;
}
}
.chat-zalo, .chat-facebook, .call-hotline {
    display: block;
    margin-bottom: 6px;
    line-height: 0;
}
.phonelink {
font-size: 18px;
    font-size: 18px;
    position: fixed;
    bottom: 5px;
    left: 10px;
    margin: 10px;
    z-index: 9999;
    border: 2px solid rgb(152 27 31);
    padding: 7px 15px 7px 10px;
    border-radius: 24px;
    background: rgb(152 27 31);
    font-weight: 700;
    color: #fff;
}
.phonelink i {
 -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.phonelink {
        font-size: 18px;
        bottom: 0px;
        right: 0;
        width: fit-content;
        color: #fff;
	        left: auto;
    }
.phonelink a {
        color: #fff;
    }
	.float-contact {
    bottom: 10px;
}


}