.ppocta-ft-fix{
   position: fixed;
    bottom: 5px;
    left: 10px;
    min-width: 120px;
    text-align: center;
    z-index: 9999; 
}

#messengerButton {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #4267b2;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
}
#messengerButton>a>i {
    background: url(images/messenger.png) center center no-repeat;
    background-size: 57%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#zaloButton {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #5ac5ef;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
}
#zaloButton>a>i {
    background: url(images/zalo.png) center center no-repeat;
    background-size: 57%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#registerNowButton {
    display: inline-block;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
    background: url(images/regbutton.png) center center no-repeat red;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
    text-decoration: none;
}
#callNowButton {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
}
#callNowButton a {
    display: block;
    text-decoration: none;
    outline: 0;
    color: #fff;
    text-align: center;
}
#callNowButton a.txt {
    position: absolute;
    top: -40px;
    left: calc(50% - 60px);
    background: #090;
    width: 120px;
    max-width: 120px;
    line-height: 2;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 15px;
}

#callNowButton i {
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(images/callbutton.png) center center no-repeat #090;
}
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.div-no-padding{
	padding-bottom:0px !important;
}
.section-tin h5.post-title {
	min-height:42px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}