/*
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.   ***************/
ul.social-icons.text-right {
    display: flex !important;
    list-style: none !important;
    justify-content: flex-end;
}

.page-wrapper {
    padding-top: 0 !important;
}

.social-icon i {
    font-size: 16px;
}

.logo img {
    width: 200px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: unset !important;
    border-radius: .25rem;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
}

.leadership_about p:after {
    position: absolute;
    content: "";
    right: 65%;
    top: 11px;
    width: 60px;
    height: 2px;
    background: #f00;
}

.feature_inner_box:hover img {
    scale: white;
    filter: brightness(0) invert(1);
}

.portfolio-gallery .single_portfolio_thumb img {
    height: 270px !important;
}

.page-template-page-contact div#contact {
    margin-top: -19px;
}


.section-footer span.ux-menu-link__text {
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
}

.section-footer span.ux-menu-link__text:hover {
    color: #587cc3;

}

.section-footer * {
    font-family: 'Merriweather', serif;
}

.section-footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #eb1b2b;
    color: #fff;
    transition: .5s;
    text-transform: capitalize;
}


.section-footer input[type=email],
.section-footer input[type=number],
.section-footer input[type=search],
.section-footer input[type=tel],
.section-footer input[type=text],
.section-footer input[type=url],
.section-footer textarea {
    border-radius: 5px;
}

.breatcome_area {
    position: relative;
    margin-bottom: 30px !important;
}

.blog_dtl_thumb img {
    width: 100%;
}

.blog-left-side .widget h2 {
    line-height: 70px !important;
}

.blog-left-side>.widget>ul>li {
    padding-bottom: 0 !important;
}

ul.breadcrumb {
    color: #FFF;
}

ul.filter_menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.col-form-footer form input,
.col-form-footer form textarea {
    margin-bottom: 10px !important;
}

.search-theo-ten {
    background: transparent !important;
}

.filter_menu .col-md-10 {
    text-align: left;
}

.search-theo-ten button {
    position: unset;
}

ul.filter_menu h4 {
    width: max-content;
    margin-top: 0;
    margin-right: 20px;
}

.breatcome_area .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.absolute-footer {
    color: rgba(0, 0, 0, .5);
    font-size: .9em;
    padding: unset;
    display: flex;
    align-items: center;
    margin: auto 0;
    background: #0a1832;
}

.footer-primary.pull-left {
    margin: 15px !important;
    display: flex;
}

.footer-secondary {
    padding: 15px 0 !important;
}

.section-footer .section-content,
.section-absolute .section-content {

    display: flex;
    justify-content: center;
}

.row-text-trang a {
    color: #fff;
}

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


    .mean-container .mean-bar::before {
        color: #fff;
        content: "Abgalumni" !important;
        font-size: 22px;
        font-weight: 800;
        left: 10px;
        position: absolute;
        top: 18px;
    }

    .banner-dang-ky-thanh-vien .banner-layers {
        -webkit-overflow-scrolling: touch;
        overflow: unset;
    }
}