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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-nav > li > a{
    text-transform: uppercase;
}
.home .header-nav > li > a{
    color: #fff !important;
}
.home .header-nav>li.active>a{
    color: red !important;
}
.home .stuck .header-nav>li>a{
    color: #000 !important;
}
.stuck #masthead {
    position: relative;
    background: #fff;
    z-index: 9999;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}