@media (max-width: 991px) {
    .breadcrumb {
        padding: 15px 20px;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 1.25rem;
    }

    .header-wrapper .navbar .supported_by {
        display: none;
    }

    .navbar-brand a img {
        width: 162px;
        height: 40px;
        margin-left: 0;
    }

    .header-wrapper .navbar .menu_header {
        align-items: center;
    }

    .header-wrapper .navbar .btn-register span,
    .header-wrapper .navbar .btn-login span {
        font-size: 1.25rem;
    }

    .footer-bottom {
        flex-direction: column;
        padding: 60px 0 40px;
    }

    .footer-bottom .footer-image {
        margin-bottom: 53px
    }

    .footer-bottom .footer-image img {
        width: 282px;
        height: auto;
    }

    .footer-bottom .copyright p {
        font-size: 1.5rem
    }

    .menu-footer .to-top {
        display: none;
    }

    .menu-footer {
        padding: 60px;
        flex-direction: column;
    }

    .menu-footer .menu {
        margin-bottom: 20px;
        margin-right: 0;
        flex-direction: row;
        height: 36px;
        align-items: center;
    }

    .menu-footer .menu li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .menu-footer .menu li a {
        font-size: 1.3rem;
    }
}

@media (max-width: 650px) {
    .header-wrapper .navbar .btn-register,
    .header-wrapper .navbar .btn-login {
        width: 80px;
        height: 30px;
        padding: 0;
    }

    .header-wrapper .header {
        padding: 10px 10px;
    }
    
    .header-wrapper .navbar .btn-register span,
    .header-wrapper .navbar .btn-login span {
        font-size: 0.875rem;
    }

    .navbar-brand a img {
        width: 130px;
        height: auto;
    }

    .header-wrapper .navbar .navbar-brand-custom > a {
        height: auto;
    }

    .menu-footer {
        padding: 60px 30px;
    }

    .menu-footer .menu li a {
        font-size: 1rem;
    }

    .footer-bottom .footer-image {
        margin-bottom: 35px;
    }

    .footer-bottom .footer-image img {
        width: 200px;
        height: auto;
    }

    .footer-bottom .copyright p {
        font-size: 1rem;
    }

    .menu-footer .menu {
       height: 20px;
       margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .menu-footer .menu li a {
        font-size: 0.75rem;
    }

    .breadcrumb {
        padding: 10px;
    }
    
    .breadcrumb .breadcrumb-item {
        font-size: 0.875rem;
    }
}

@media (max-width: 375px) {
    .breadcrumb .breadcrumb-item {
        font-size: 0.625rem;
    }

    .header-wrapper .navbar .btn-register span,
    .header-wrapper .navbar .btn-login span {
        font-size: 0.875rem;
    }

    .navbar-brand a img {
        width: 100px;
    }

    .footer-bottom {
        padding: 30px 0 20px;
    }

    .footer-bottom .footer-image img {
        width: 141px;
        height: auto;
    }
    
    .menu-footer {
        padding: 30px;
    }

    .footer-bottom .footer-image {
        margin-bottom: 26px;
    }

    .menu-footer .menu {
        margin-bottom: 5px;
        height: 18px;
    }

    .footer-bottom .copyright p {
        font-size: 0.75rem
    }

    .menu-footer .menu li a {
        font-size: 0.75rem;
    }
}

@media (max-width: 360px) {
    .header-wrapper .navbar .btn-register, .header-wrapper .navbar .btn-login {
        width: 60px;
        height: 25px;
    }

    .header-wrapper .navbar .btn-register span, .header-wrapper .navbar .btn-login span {
        font-size: 0.75rem;
    }
}