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

/*************** ADD CUSTOM CSS HERE.   ***************/
.home-office-item {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.home-office-item p:first-child
 {
    width: 108px;
    height: 120px;
    display: inline-block;
    margin-bottom: 20px;
    background: url(https://gispvn.vn/wp-content/uploads/2025/06/icon3.png) no-repeat;
    font-size: 30px;
    font-weight: 700;
    line-height: 120px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
#product-sidebar .widget_text {
	background: #5270fe;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}