/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.7
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/***************Bắt đầu css nút xem thêm trang chủ  ***************/
.hidden-content {
            overflow: hidden;
            line-height: 1.5em;
            height: 4.5em;
        }
.show-more {
    display: block;
    cursor: pointer;
    color: #fbae37;
    text-decoration: underline;
    border-color: #fbae37;
    border: 1px solid #fbae37;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 150px;
    padding: 5px 5px;
    text-align: center;
}
.hidden-content {
    margin-bottom: 10px;
}
/***************kết thúc css nút xem thêm trang chủ  ***************/