@media screen and (max-aspect-ratio: 1/1){
    .g_text_intro {
        position: absolute;
        left: 10%;
        top: 30%;
        transform: translate(-10%, -30%);
        width: 100% !important;
    }
}
@media screen and (max-width: 1366px){
    .list_categories{
        display: none !important;
    }
}

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

    .news-box-container .btn-close-box{
        left: 0;
    }

    #btnSpace{
        top: -30px;
    }

    #title_district{
        display: none;
    }
}
@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: 10px;
        bottom: 10px;
    }

    .group_logo img{
        width: 100px;
    }

    .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;
    }

    .popup_detail_tour{
        width: 100%;
    }

    .group_header_vt{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .closePopup{
        position: unset;
        transform: unset;
    }
}

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

    #btnSpace {
        top: -15px;
        left: -8px;
    }

    .lg\:hexagon-14{
        --hexagon-edge: 2.8rem;
    }
}

@media screen and (max-width: 390px){
    #btnSpace img {
        width: 40px !important;
        height: 40px !important;
    }

    #btnSpace {
        top: 0;
        left: -5px;
    }
}

@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 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: 100px;
    }

    .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: 100px;
    }

    .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;
    }
}