.nt-contact-icon {
position: fixed;
bottom: 5%;
right: 0;
z-index: 99999;
}
.ppocta-ft-fix {
	text-align: center;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}
#messengerButton {
display: inline-block;
position: relative;
height: 60px;
background: url("../images/m-fb.png") center center no-repeat;
box-shadow: 0 4px 8px 0 rgba(129, 129, 129, 0.2);
}
@media (max-width: 767px) {
	a#messengerButton:hover span{
		display: none;
	}
}
#zaloButton {
display: inline-block;
position: relative;
height: 60px;
background: 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: 60px;
box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7);
background: url("../images/mail.png") center center no-repeat;
}
#calltrap-btn {
    display: block;
    height: 60px;
    line-height: 100px;
    text-align: center;
    z-index: 9999;
    position: relative;
    background: 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: 6px!important;
    box-shadow: none!important;
    font-size: 0;
    background-size: 60px!important;
    height: 65px!important;
	width: 66px!important;
}
.ppocta-ft-fix a:hover {
    text-decoration: none;
}
.nt-contact-icon .lien-he {
	width: 313px!important;
    height: 56px!important;
    padding: 17px 21px;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(68, 51, 34, 0.3);
	background-image: linear-gradient(to left, #f3cc8a, #7e513c 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	margin-right: 11px;
}
 @media (max-width: 767px) {
    .nt-contact-icon {
        bottom: 3%;
            }
	a#calltrap-btn:hover span {
		display: none;
    }
    a#registerNowButton:hover span {
		display: none;
    }
    .ppocta-ft-fix {
		min-width: unset;
	}
	.ppocta-ft-fix a span {
		display: none!important;
	}
	.nt-contact-icon .lien-he {
		width: 313px!important;
		height: 56px!important;
		padding: 10px 15px;
		font-size: 13px;
	}
	 .ppocta-ft-fix a {
		background-size: 45px!important;
		height: 50px!important;
		width: 50px!important;
	}
}