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

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title-main {
    text-transform: uppercase;
}
.section-title-main:after {
    content: "";
    display: table;
    clear: both;
    background: url(assets/imgs/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}
.section-title b {
    background: none;
}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 500 !important;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}
.primary, input[type=submit], input[type=submit].button {
    background-color: #fa1919;
}
.form-dang-ky input[type='submit'] {
    border-radius: 4px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 20px;
}
li.current-dropdown>.nav-dropdown-full, li.has-dropdown:hover>.nav-dropdown-full {
    max-width: 1484px !important;
}

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