@font-face {
    font-family: 'georgia';
    src: url("../fonts/georgia.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'poppins';
    src: url("../fonts/poppins.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.section-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bbsg-section-1.bg-auto-height:before {
    padding-bottom: 49%
}

.bbsg-section-1 .bbsg-logo {
    width: 2.88rem;
    height: 2.12rem;
    margin-bottom: .7rem
}

.bbsg-section-1 .bg-container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 11rem;
    margin: 0 auto;
    padding-top: 1rem
}

.bbsg-section-1 .section-cnt {
    font-family: poppins;
    font-size: .2rem
}

.bbsg-section-1 .section-cnt p {
    margin-top: .15rem
}



@media (max-width: 991.98px) {
    .bbsg-section-1.bg-auto-height:before {
        display: none !important
    }

    .bbsg-section-1 .bg-container {
        position: relative !important;
        width: 100%;
        padding: 2.5rem .8rem .8rem
    }

    .bbsg-section-1 .section-cnt {
        font-size: .24rem
    }
}

@media (max-width: 767.98px) {
    .bbsg-section-1 .bg-container {
        padding-left: .3rem;
        padding-right: .3rem
    }
}

.navbar .navbar-brand {
    display: block !important;
    background-image: url("/images/bbsg/logo-bbsg.png") !important;
    width: 1.81rem !important;
    margin-left: 0.56rem !important;
    margin-right: 0.56rem !important
}

.navbar.active .navbar-brand {
    width: 0.9rem !important
}

.navbar .navbar-nav-primary > .nav-item > .nav-link {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important
}

.footer-map {
    margin-top: 1.1rem !important
}

footer .navbar-brand, footer .slogan {
    display: block !important
}

footer .navbar-brand {
    width: 2.87rem !important;
    height: 0.75rem !important;
    background: transparent !important
}

footer .navbar-brand:before, footer .navbar-brand:after {
    display: block !important
}

@media (max-width: 991.98px) {
    .footer-map {
        margin-top: 0.8rem !important
    }
    .navbar .navbar-brand {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar .navbar-brand{
        margin-right: .2rem!important;
        margin-left: .2rem!important;
    }
    .navbar .navbar-nav-primary{
        padding-right: .3rem!important;
    }
    .navbar .navbar-nav-primary > .nav-item > .nav-link{
        padding-left: .15rem!important;
        padding-right: .15rem!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .index-section-hdiw .bg-container{
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 1rem;
    }
    .index-section-hdiw.bg-auto-height:before{
        display: none!important;
    }
}