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

/*************** ADD CUSTOM CSS HERE.   ***************/
.bg_camket .icon-box h5.uppercase {
    color: rgb(236, 238, 36);
}
h2 {
    color: #03933b;
}
p.tickets {
    color: rgb(236, 238, 36);
    font-weight: bold;
    background-image: url(img/tickets.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    background-size: contain;
    font-size: 18px;
}
.nhung_con_so h1 strong{
    color: rgb(236, 238, 36);
    font-weight: bold;
    font-size: 60px;
}


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


}