/*
Theme Name: ThanhNienGroup
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Nut call*/
.call-mobile {
    background: #20bc5a;
    position: fixed;
    bottom: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
}

.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}
.call-mobile i {
    font-size: 30px;
    line-height: 40px;
    background: #219a4e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}