/*
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.   ***************/
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: auto;
}
html, body {
    overflow-x: initial;
}
.button.primary.lowercase:not(.is-outline) {
    margin-top: 0px;
}
.tintucnew .blog-post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 25px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}
.tintucnew .box-text-inner.blog-post-inner h5.post-title.is-large {
    color: rgba(255,255,255,0.8); !important;
}
.entry-title{ color: rgba(255,255,255,0.8);}

.post.type-post {
    background: #323133;
    color: rgba(255,255,255,0.8);
    padding: 15px;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.footer-secondary .social-icons a{
   
}

#comments {
    display: none;
}

.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(240, 173, 0);
    margin-bottom: -2px;
    color: #0f91db;
    text-transform: none;
}

ul.nav-line-bottom {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}

.button.primary:not(.is-outline), .is-outline:hover {
    margin-top: 0px !important;
}

.nav.header-nav.header-bottom-nav>li {
    padding-right: 25px;
}

.nav.header-nav h2.uppercase strong {
    color: #3a629f;
}

.nav.header-nav h2.has-block strong {
    color: #198c3e;
}

.glink{
    padding-left: 10px !important;
}
/*************** section-title.   ***************/

.section-title b {
    background-color: #ffffff00;
}

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


}