/*
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.   ***************/
.col-thong-so {}

.col-thong-so .col-inner {
    background: white;
    padding: 10px 30px;
    border-radius: 10px;
}

.col-thong-so .col-inner p.count-up {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 13px;
    color: #d3a455;
}

.col-thong-so .col-inner p.info-count-up {
    text-align: right;
    margin-bottom: 0px;
}

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


}