
html {
    scroll-padding-top: 59px;
}

a.text-custom:hover {
    color: #1f2d4e;
}

.butn {
    display: inline-block;
    font-size: .8rem;
    padding: 6px 16px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 25px;
    margin-top: 2rem;
    color: #333333;
    letter-spacing: 1px;
    line-height: 24px;
    cursor: pointer;
    width: auto;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.butn:hover, .butn:active {
    background: #1f2d4e;
    color: #fff;
    border-color: #1f2d4e;
}

.butn:hover span, .butn:active span {
    color: #fff
}


/**BACK TO TOP**/
.scroll-to-top {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 50%;
    background: #1f2d4e;
    border: 1px solid #1f2d4e;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #1f2d4e;
    background: #fff
}

.scroll-to-top:hover i {
    color: #1f2d4e
}

.navbar-custom {
    padding: 8px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: "Libre Franklin", sans-serif;
}

.navbar-custom .navbar-nav li a {
    color: #fff;
    transition: all 0.5s;
    background-color: transparent !important;
    margin: 0 1.55rem;
    font-size: .8rem;
    line-height: 1.1rem;
    padding: 0.2rem 0.6rem;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a.active {
    color: #fff !important;
    background: #155CCD !important;
    border-radius: 1rem;
}

.navbar-custom .navbar-nav .nav-link {
    padding: .2rem .7rem;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-btn {
    margin: 0 15px;
    font-size: 12px;
    border-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-btn:hover {
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: rgba(8, 37, 79, 0.8);;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    color: #0f1f3e !important;
}

.nav-sticky.navbar-custom .navbar-nav {
    margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #ffffff !important;
}


.logo .logo-light, .logo .logo-dark {
    height: 44px;
    width: auto;
}

.logo .logo-light {
    display: inline-block;
}

.logo .logo-dark {
    display: none;
}

.nav-sticky .logo .logo-dark {
    display: inline-block;
}

.nav-sticky .logo .logo-light {
    display: none;
}


/********* Responsive *********/
@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: rgba(8, 37, 79, 0.8) !important;
        -webkit-box-shadow: 0 10px 33px rgba(15, 31, 62, 0.1);
        box-shadow: 0 10px 33px rgba(15, 31, 62, 0.1);
        color: #fff !important;
    }

    .navbar-custom .navbar-nav {
        margin-top: 10px !important;
    }

    .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a.active {
        color: #155CCD !important;
        background: transparent !important;
    }

    .navbar-custom .navbar-nav li a {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        color: #fff !important;
        margin: 0;
        padding: 0;
        line-height: 1.8rem;
    }

    .navbar-custom > .container {
        width: 90%;
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #fff !important;
        border: none !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }
    .navbar-btn {
        margin: 0px;
    }

    .logo .logo-light {
        display: none;
    }

    .logo .logo-dark {
        display: block;
    }

    .language-switch {
        margin: 0px !important;
    }

    .language-switch a {
        margin: 0 .3rem 0 0 !important;
    }
}

.bg-footer {
    padding: 4.25rem 0 2rem 0;
    background: rgba(185, 215, 255, 0.3);
}


.footer-contact {
    display: inline-block;
    margin-top: 1.6rem;
}


.footer-logo img {
    width: 4.7rem;
    margin-top: 1.7rem;
}


.qrcode img {
    width: 3.7rem;
    height: 3.7rem;
    display: block;
}

.qrcode span {
    color: #000;
    font-size: .7rem;
}


.copyright {
    color: #fff;
    font-size: .7rem;
    background-color: #08254F;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.footer-list-menu li a {
    color: #000;
    font-size: .8rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-list-menu li a:hover {
    color: #0C387D;
}


