/*
Theme Name: Nội thất
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.html_top_right_text .item {
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 62px;
    display: block;
    float: left;
    margin-left: 15px;
    padding: 5px 25px;
    position: relative;
}
.html_top_right_text .item .fa {
    padding-right: 0px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    border: solid 1px #ddd;
    left: -20px;
    top: 9px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 25px;
    color: #bb8636;
    background: #fff;
}
.html_top_right_text .item span {
    font-size: 14px;
    font-weight: normal;
    color: black;
}
.header-main .html_top_right_text .hotline b {
    display: block;
    color: #935800;
   font-style: normal;
    font-weight: 600;
	font-size: 20px;
}

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

#mega-menu-wrap-primary_mobile .mega-menu-toggle {
        width: 47px!important;
    }
}