.section-leadership.bg-primary.py-4 h2 {
    color: #fff !important;
}

.header-main .main-nav .navbar-nav {
    margin-left: 150px;
}

.bg-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: saturate(0.5);
}

.cat-list li a {
    color: #fff;
    border-right: 1px solid #999;
    padding-right: 10px;
}

@media(max-width: 998px) {

    .header-main .navbar-brand::before,
    .header-main .navbar-brand::after {
        content: unset;
    }

    .header-right .header-lang {
        position: absolute;
        right: 16px;
        top: 56px;
        transform: translateY(-50%);
        z-index: 10;
    }

    #button-contact-vr {
        width: 100%;
        bottom: 0 !important;
        background: #ffffffc4;
    }

    div#gom-all-in-one {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #button-contact-vr .button-contact .phone-vr {
        width: 80px !important;
        height: 60px !important;
    }

    .phone-vr-circle-fill {
        width: 42px;
        height: 42px;
        top: 12px;
        left: 12px;
    }

    .phone-vr-img-circle {
        width: 36px;
        height: 36px;
        top: 15px;
        left: 15px;
    }

    .header-main .main-nav .navbar-nav {
        margin-left: 0;
    }

    .header-main .main-nav .navbar-nav .nav-item {
        border-right: 0;
        border-bottom: 1px solid #cccc;
    }

    .header-main .main-nav .navbar-nav>.nav-item:hover {
        background-color: #00adee !important;
    }

    .header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
        padding: 10px;
    }

    .main-nav .navbar-toggler {
        top: 16px;
    }

    .about-content iframe {
        width: 100% !important;
    }

    .header-right>a {
        padding: 4px 0;
    }

}

h3.gallery-title.mb-0 {
    min-height: 65px;
}

.post-box {
    width: 100%;
}

.copyright {
    text-align: center;
    color: #2957a4;
    border-top: 1px solid #2957a4;
    padding-top: 10px;
}

.contact_googlemaps iframe {
    width: 100%;
    height: 350px;
}

.text-muted {
    color: #0f70bf !important;
}

h3.post-title a {
    color: #0f70bf;
}

.post-content.mb-4.pb-2 {
    color: #0f70bf;
}


.nav-item:last-child {
    border-right: unset;
}


/*tim-kiem*/

.search-form.d-flex.search{
    padding: 10px;
}

form.search-form.d-flex.search input {
    border-radius: unset;
   
}

form.search-form.d-flex.search button {
    border-radius: unset;
}


.news-4__title.result {
    font-size: 14px;
    font-weight: inherit;
    color: #000;
}

.news-4__title.result a:hover {
    text-decoration: underline;
}

.news-4__title.result img {
    max-width: 80px;
    float: left;
    margin-right: 10px;
}

.news-4__frame.result {
    max-width: 60px;
    font-weight: normal;
}

.member__thumbnail {
    width: 188px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #0288d1;
    padding: 10px;
}


.member__avatar {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.member__avatar::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.member__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.member__name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 6px;
    padding: 14px 0 0;
    position: relative;
}

.member__name::before {
    content: "";
    display: block;
    width: 50px;
    border-top: 5px solid #0288d1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.member__desc {
    text-align: center;
}

.list_socical_footer {
    display: flex;
    justify-content: space-between;
}
.socical_footer i {
    margin-right: 7px;
}

/*End*/
