.nt-contact-icon {
position: fixed;
bottom: 0;
right: 0;
z-index: 99999;
}
.ppocta-ft-fix {
	margin-bottom: 15px;
	position: inherit;
    bottom: 65px;
    right: 20px;
}
#messengerButton {
display: 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: 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: 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: 250px!important;
    height: 54px!important;
    padding: 10px 10px 0 70px;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(68, 51, 34, 0.3);
	background: url(../images/bgr-lien-he.png) no-repeat left top;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	margin-right: 0;
	display: block;
	background-size: 250px;
}
.nt-contact-icon .lien-he p {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 0;
}
.nt-contact-icon .lien-he h5 {
	font-size: 25px;
	color: var(--primary-color);
	line-height: 1;
	margin-bottom: 0;
}
 @media (max-width: 767px) {
    .nt-contact-icon {
        bottom: 0;
            }
	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: 200px!important;
		height: 43px!important;
		padding: 5px 15px 0 60px;
		font-size: 13px;
		background-size: 200px;
	}
	 .ppocta-ft-fix a {
		background-size: 45px!important;
		height: 50px!important;
		width: 50px!important;
	}
	.nt-contact-icon .lien-he p {
		font-size: 10px;
	}
	.nt-contact-icon .lien-he h5 {
		font-size: 18px;
	}
	.ppocta-ft-fix {
		bottom: 40px;
		right: 5px;
	}
}