@media screen and (max-width: 1024px){
    .news-box-container .box-header .title{
        padding-left: 40px;
    }

    .news-box-container .btn-close-box{
        left: 0;
    }
}
@media screen and (max-width: 580px){
    .district-filter{
        display: none;
    }

    .leaflet-control-search .all-area{
        display: block;
    }

    .newsContainer{
        top: 6px;
        width: 59px;
        height: 59px;
        right: 0;
    }

    .newsContainer .newIcon{
        background-size: cover;
    }

    .leaflet-control-search .search-input{
        width: 230px;
    }

    .image-item{
        flex: 0 0 calc(100% - 10px);
        /*flex: unset;*/
    }

    .paginate_window{
        display: none;
    }

    .paginate_mb{
        display: block;
        margin: 5px
    }

    .dialog{
        z-index: 999991;
    }

    .dialog-content{
        height: 80%;
        width: 90%;
        margin: 0 auto;
    }

    .news-box-container{
        top: 8px;
        right: 5px;
        width: 97%;
    }

    .news-box-container .news-text a{
        display: -webkit-box;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-box-container .news-item p{
        height: 82px;
    }

    .news-box-container .news-item img{
        width: 140px;
    }

    .image-item img {
        width: 100%;
    }

    .text_top{
        font-size: 28px;
    }

    .text_top img {
        margin-top: 0;
    }

    .group_logo{
        left: 0;
    }

    .group_logo img{
        width: 75px;
    }

    .group_logo div{
        font-size: 18px;
    }

    .btn_join_globe{
        padding: 5px 15px;
    }

    .text_top img {
        width: 160px;
    }

    #icon_space {
        scale: 1.5;
        left: 15px;
    }

    #trailer_video_button{
        display: block;
    }
}

@media screen and (max-width: 486px){
    .hide_mb{
        display: none;
    }
}

@media screen and (max-width: 375px){
    .leaflet-control-search .search-input{
        width: 220px;
    }

    .btn_join_globe{
        bottom: 130px;
    }

    .group_logo div {
        font-size: 17px;
    }
}

@media screen and (width: 1280px){
    .text_top{
        font-size: 30px;
    }

    .text_top img {
        width: 140px;
        margin-top: 10px;
    }

    .btn_join_globe{
        bottom: 120px;
    }

    .group_logo img{
        width: 70px;
    }

    .group_logo div {
        font-size: 24px;
    }
}

@media screen and (width: 320px){
    .text_top{
        font-size: 30px;
    }
}

@media screen and (min-width: 568px) and (max-height: 480px){
    .text_top{
        font-size: 30px;
    }

    .text_top img {
        width: 80px;
        margin-top: 0;
    }

    .btn_join_globe{
        bottom: 70px;
        padding: 5px 15px;
    }

    .group_logo{
        bottom: 10px;
        left: 10px;
    }

    .group_logo img{
        width: 70px;
    }

    .group_logo div{
        font-size: 18px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) and (min-height: 700px){
    .text_top{
        font-size: 30px;
    }

    .text_top img {
        width: 180px;
    }
}

@media screen and (max-width: 1100px) and (max-height: 521px){
    .text_top{
        font-size: 24px;
    }

    .text_top img {
        width: 100px;
    }

    .btn_join_globe{
        bottom: 100px;
    }

    .group_logo img{
        width: 70px;
    }

    .group_logo div{
        font-size: 20px;
    }
}

@media screen and (max-width: 1366px) and (max-height: 700px) {
    .text_top img {
        width: 130px;
    }
}

@media screen and (width: 800px) and (max-height: 600px){
    .text_top img{
        width: 100px;
    }
}