.ppocta-ft-fix {
display: inline-grid;
position: fixed;
bottom: 40%;
right: 0;
min-width: 80px;
text-align: center;
z-index: 99999;
}
#messengerButton {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
border-radius: 100%;
box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7);
background: #1CB2ED url("../images/m-fb.png") center center no-repeat;
border-radius: 16px 0 0 0;
box-shadow: 0 4px 8px 0 rgba(129, 129, 129, 0.2);
background-color: #0c8590;
}
@media (max-width: 767px) {
	a#messengerButton:hover span{
		display: none;
	}
}
#zaloButton {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
border-radius: 0 0 0 16px;
background:  #ffcd28 url("../images/zalo.png") center center no-repeat;
}
@media (max-width: 767px) {
	a#zaloButton:hover span{
		display: none;
	}
}
#registerNowButton {
display: inline-block;
position: relative;
height: 80px;
width: 80px;

border-radius: 100%;
box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7);
background: #1CB2ED url("../images/mail.png") center center no-repeat;
}
a#registerNowButton {outline:none; }
a#registerNowButton:hover {
text-decoration:none;
background: #f16029 url("../images/mail.png") center center no-repeat;
}
a#registerNowButton span {
 z-index:10;
 display:none; 
 padding:10px;
 right:45px;
 width:240px; 
 line-height:16px;
 border-radius:4px;
 box-shadow: 5px 5px 8px #CCC;
}
a#registerNowButton:hover span {
 display:inline; position:absolute; color:#111;
 border:1px solid #DCA; background:#fffAF0;
 }
#calltrap-btn {
    display: block;
    height: 80px;
    line-height: 100px;
    text-align: center;
    width: 80px;
    z-index: 9999;
    position: relative;
    background: #2074a1 url("../images/phone-call.png") no-repeat center center;
}
.ppocta-ft-fix a span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 54px;
    display: block;
}
.ppocta-ft-fix a#zaloButton span {
    margin-top: 45px;
}
.ppocta-ft-fix a {
    background-position-y: 12px!important;
}
.ppocta-ft-fix a:hover {
    text-decoration: none;
}
 @media (max-width: 767px) {
    .ppocta-ft-fix {
        bottom: 5%;
            }
	a#calltrap-btn:hover span {
		display: none;
    }
    a#registerNowButton:hover span {
		display: none;
    }
    .ppocta-ft-fix {
		min-width: unset;
	}
	.ppocta-ft-fix a {
		width: 50px!important;
		height: 50px!important;
	}
	.ppocta-ft-fix a span {
		display: none!important;
	}
}
