.mobile_utilities {   display: block;position: fixed;bottom: 0;background: black;width: 100%;z-index: 9999;box-shadow: 2px 1px 9px #dedede;border-top: 1px solid #eaeaea;padding-bottom:10px;
}
.mobile_utilities {    padding: 0px;}
.mobile_utilities ul li {    width: 25%;    float: left;    list-style: none;    text-align: center;    font-size: 13.5px;}
.mobile_utilities a,.mobile_utilities a span {    color: #eee;    font-weight: bold;}
.mobile_utilities  ul li img {    width: 35px;    margin-top: 10px;    margin-bottom: 0px;
}	
/*=================== Start phone ring ===============*/
.phone-ring{	position:relative;}
.phonering-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 999 !important;
	margin-bottom:30px;
}
.phonering-phone.phonering-show {
    visibility: visible;
}
.phonering-phone.phonering-hover, .phonering-phone:hover {
    opacity: 1;
}
.phonering-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running phonering-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.phonering-phone.phonering-active .phonering-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running phonering-circle-anim !important;
}
.phonering-phone.phonering-static .phonering-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running phonering-circle-anim !important;
}
.phonering-phone.phonering-hover .phonering-ph-circle, .phonering-phone:hover .phonering-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
.phonering-phone.phonering-green.phonering-hover .phonering-ph-circle, .phonering-phone.phonering-green:hover .phonering-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.phonering-phone.phonering-green .phonering-ph-circle {
    border-color: #bfebfc;
    opacity: 0.5;
}
.phonering-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running phonering-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.phonering-phone.phonering-hover .phonering-ph-circle-fill, .phonering-phone:hover .phonering-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.phonering-phone.phonering-green.phonering-hover .phonering-ph-circle-fill, .phonering-phone.phonering-green:hover .phonering-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.phonering-phone.phonering-green .phonering-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.phonering-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running phonering-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.7;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.phonering-phone.phonering-hover .phonering-ph-img-circle, .phonering-phone:hover .phonering-ph-img-circle {
    background-color: #00aff2;
}
.phonering-phone.phonering-green.phonering-hover .phonering-ph-img-circle, .phonering-phone.phonering-green:hover .phonering-ph-img-circle {
    background-color: #75eb50;
}
.phonering-phone.phonering-green .phonering-ph-img-circle {
    background-color: red;z-index:9999;
}

.phone-number {
    position: fixed;    	padding: 4px 10px 4px 42px;    background: white;
    opacity: 0.6;    border: 1px solid #eee;    border-radius: 20px;    left: 25px;
    bottom: 76px;    font-size: 20px;    z-index: 1000;
}

.phonenumber {    position: relative;    z-index: 10000;}
.phonenumber a {    color: red !important;    font-weight: bold;}
.phone-ring:hover .phone-number
{
	transition:all 0.5s ease-in-out 0s; 	padding: 4px 10px 4px 44px;  
}
@keyframes phonering-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

@keyframes phonering-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes phonering-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.phonering-ph-img-circle a img {
    padding: 1px 0 0 1px;width: 25px
}

/*=================== End phone ring ===============*/


.phone-number{position:fixed;padding:4px 10px 4px 42px;background:white; opacity:0.8; border:1px solid red;border-radius:20px; left:25px;bottom:46px;font-size:20px;z-index:100; }
.phonenumber{	position:relative;z-index:100;}
.phonenumber a{	color:red !important;font-weight:bold;}

/*=================== Start zalo call ===============*/
.zalo-call{	position:relative;}
.zalo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 90px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 90px;
    z-index: 200000 !important;
	margin-bottom:80px;
}
.zalo-phone.zalo-show {
    visibility: visible;
}
.zalo-phone.zalo-hover, .zalo-phone:hover {
    opacity: 1;
}
.zalo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running zalo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 50px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 50px;
}
.zalo-phone.zalo-active .zalo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running zalo-circle-anim !important;
}
.zalo-phone.zalo-static .zalo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running zalo-circle-anim !important;
}
.zalo-phone.zalo-hover .zalo-ph-circle, .zalo-phone:hover .zalo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
.zalo-phone.zalo-green.zalo-hover .zalo-ph-circle, .zalo-phone.zalo-green:hover .zalo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.zalo-phone.zalo-green .zalo-ph-circle {
    border-color: #bfebfc;
    opacity: 0.5;
}
.zalo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running zalo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 25px;
    opacity: 0.1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.zalo-phone.zalo-hover .zalo-ph-circle-fill, .zalo-phone:hover .zalo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.zalo-phone.zalo-green.zalo-hover .zalo-ph-circle-fill, .zalo-phone.zalo-green:hover .zalo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.zalo-phone.zalo-green .zalo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.zalo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running zalo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 35px;
    left: 28px;
    opacity: 0.7;
    position: absolute;
    top: 28px;
    transform-origin: 50% 50% 0;
    width: 35px;
}

.zalo-phone.zalo-hover .zalo-ph-img-circle, .zalo-phone:hover .zalo-ph-img-circle {
    background-color: #00aff2;
}
.zalo-phone.zalo-green.zalo-hover .zalo-ph-img-circle, .zalo-phone.zalo-green:hover .zalo-ph-img-circle {
    background-color: #75eb50;
}
.zalo-phone.zalo-green .zalo-ph-img-circle {
    background-color: #00aff2;
}
.zalo-ph-img-circle a img {
    padding: 1px 0 0 1px;width: 30px
}


/*=================== Start mesenger call ===============*/
.mesenger	{position:relative;}
.mesenger-phone {
    background-color: transparent;
    cursor: pointer;
    height: 90px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 90px;
    z-index: 200000 !important;
	margin-bottom:135px;
}
.mesenger-phone.mesenger-show {
    visibility: visible;
}
.mesenger-phone.mesenger-hover, .mesenger-phone:hover {
    opacity: 1;
}
.mesenger-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running mesenger-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 50px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 50px;
}
.mesenger-phone.mesenger-active .mesenger-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running mesenger-circle-anim !important;
}
.mesenger-phone.mesenger-static .mesenger-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running mesenger-circle-anim !important;
}
.mesenger-phone.mesenger-hover .mesenger-ph-circle, .mesenger-phone:hover .mesenger-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
.mesenger-phone.mesenger-green.mesenger-hover .mesenger-ph-circle, .mesenger-phone.mesenger-green:hover .mesenger-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.mesenger-phone.mesenger-green .mesenger-ph-circle {
    border-color: #bfebfc;
    opacity: 0.5;
}
.mesenger-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running mesenger-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.mesenger-phone.mesenger-hover .mesenger-ph-circle-fill, .mesenger-phone:hover .mesenger-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.mesenger-phone.mesenger-green.mesenger-hover .mesenger-ph-circle-fill, .mesenger-phone.mesenger-green:hover .mesenger-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.mesenger-phone.mesenger-green .mesenger-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.mesenger-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running mesenger-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 34px;
    left: 28px;
    opacity: 0.7;
    position: absolute;
    top: 28px;
    transform-origin: 50% 50% 0;
    width: 34px;
}

.mesenger-phone.mesenger-hover .mesenger-ph-img-circle, .mesenger-phone:hover .mesenger-ph-img-circle {
    background-color: #00aff2;
}
.mesenger-phone.mesenger-green.mesenger-hover .mesenger-ph-img-circle, .mesenger-phone.mesenger-green:hover .mesenger-ph-img-circle {
    background-color: #75eb50;
}
.mesenger-phone.mesenger-green .mesenger-ph-img-circle {
    background-color: #00aff2;
}
.mesenger-ph-img-circle a img {
    padding: 1px 0 0 1px;width: 30px
}