@media screen and (min-width:1201px) {
    .header-mobile-button {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    body.is_home .main-header.scrolled {
        height: 85px;
    }

    .header-top-logo {
        width: 97%;
    }

    .header-bottom-nav {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0);
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
    }

    body .main-header {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        flex-direction: unset;
    }

    .header-mobile-button>i {
        font-size: 25px;
    }

    body.is_home .main-header.scrolled .header-mobile-button>i {
        color: #000;
    }

    body.is_home .main-header.scrolled .language-wrapper.dropdown {
        top: 26px;
    }

    .header-bottom-nav.active {
        opacity: 1;
        visibility: visible;
    }

    .header-bottom-nav.active .so-megamenu-wrapper {
        transform: translateX(0);
    }

    .header-bottom-nav .so-megamenu-wrapper .megamenu-container {
        justify-content: flex-start;
        padding-top: 115px;
        padding-bottom: 15px;
    }

    .header-bottom-nav .so-megamenu-wrapper .megamenu-container .megamenu {
        gap: 0;
    }

    .so-megamenu-wrapper .megamenu-container .megamenu-header {
        height: 115px;
    }

    .header-bottom-nav.active .so-megamenu-wrapper .megamenu-container .megamenu>li>a {
        color: #000 !important;
    }

    .header-bottom-nav.active .so-megamenu-wrapper .megamenu-container .megamenu>li>a>span {
        color: #000 !important;
    }

    .so-megamenu-wrapper .megamenu-container .megamenu-footer .megamenu-footer-list-lc>li .dropdown>button {
        color: #000 !important;
    }

    .footer-widget {
        width: 80%;
    }

    .so-megamenu-wrapper .megamenu-container .megamenu-header>a>img {
    width: 85px;
}

.information-information-container {
    padding-top: 0;
}

.main-breadcrumb {
    padding-bottom: 0;
}

.logo-img {
    padding-right: 2.5rem;
}

}

@media screen and (max-width:769px) {
    .footer-widget {
        width: 100%;
    }
}