@media only screen and (min-width: 1199px) {
    .desktop-nav li {
        margin-left: 10px
    }
}

@media only screen and (min-width: 1024px) {
    .nav-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .desktop-nav li a {
        font-size: 12px;
    }

    .partners .container {
        padding-top: 120px !important;
    }

    .partners .content .desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .homepage-section {
        padding-top: 40px;
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #004A6E;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #32a3db;
    }

    .nav-mobile {
        padding-left: 0;
        display: none;
        list-style-type: none;
        border-top: 2px solid #004A6E
    }

    .nav-mobile li {
        margin-bottom: 10px;
    }

    .nav-mobile li:first-child {
        padding-top: 10px;
    }

    .nav-mobile li a {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    @media only screen and (max-width: 400px) {
        .nav-mobile li a {
            font-size: 16px;
        }
    }

    .mobile-nav {
        display: block !important;
        float: right;
    }

    .mobile-nav .lang {
        padding: 10px;
        transform: translateY(-2px);
    }

    header .top-actions .action,
    header .desktop-nav {
        display: none;
    }

    .btn-block-mobile {
        width: 100%;
    }

    .news-section .img-wrapper {
        margin-bottom: 20px;
    }

    .news-section .list .media > img {
        width: 100%;
        max-width: 100% !important;
    }

    .theme-section .theme-item a.btn {
        font-size: 14px;
    }

    .symposium-section .info {
        margin-bottom: 20px;
    }

    .member-section .btn {
        float: none !important;
    }

    .point-section .point-item-wrapper {
        margin-bottom: 100px !important;
    }

    .partners-section select {
        margin-bottom: 20px;
    }

    .media {
        display: block;
    }

    .media > img {
        width: 100%;
        max-width: 100% !important;
    }

    .media-body {
        margin-top: 20px;
        width: 100% !important;
    }
}