/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2024 | 08:21:45 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.zalo-container.right {
   right: 35px;
}
.zalo-container{
	bottom: calc(50% - 100px);
}

.zalo-container span{
	width: 60px;
    height: 60px;
}

.cmoz-alo-circle{
	width: 70px;
    height: 70px;
    top: -5px;
    right: -25px;
}

.cmoz-alo-circle-fill{
	width: 80px;
    height: 80px;
    top: -10px;
    right: -30px;
}

@media (max-width: 767px) {
	.zalo-container{
		bottom: calc(50% - 100px);
	}
}