@media only screen and (max-width:1326px){
    .weathers{
        display: none;
    }
}

@media only screen and (max-width:800px){
    header{
        display: none;
    }
}

@media only screen and (max-width:990px){
    .menu {
        display: none !important;
    }
    .menu-toggler{
        display: block;
    }
}




@media only screen and (min-width:990px){
    .menu-margin {
        margin-right: 16px;
    }
}





@media only screen and (min-width:1390px){
    .menu-margin {
        margin-right: 30px;
    }
}



@media only screen and (max-width:1024px){
    .hotNewsRight {
        display: none !important;
    }
    button.liveBtn.sm {
        display: block;
    }
    .hotNewsLeft{
        width: 100%;
    }
}

@media only screen and (max-width:991px){
   #carousels div.ant-col-sm-12.ant-col-md-12.ant-col-lg-24{
       margin-top: 9px;
   }

   .asan-news-type{
       position: absolute;
       top: -30px;
   }
   .asan-news-type{
    position: absolute;
    top: -30px;
    left: 13px;
    }
    .new-news-type{
        position: absolute;
        top: -32px !important;
    }
   .asan-news-title{
       margin-top: 10px;
   }
   .soc-ad{
    margin-top: 68px;
   }

   .btn-circle-sosial{
       display: inline-block;
   }

   img.popular-second-img{
       height: 488px;
   }
   .layer-panel.popular-small{
       top: 456px;
   }

   img.popular-first-img{
        height: 488px;
    }
    .layer-panel.popular-big{
        top: 456px;
    }
}


@media only screen and (min-width:992px){
    .pr-lg-15{
        padding-right: 15px;
    }
}


@media only screen and (max-width:767px){
    .carousel-big-img{
        height: 396px;
    }
    img.popular-second-img{
        height: 400px;
    }
    .layer-panel.popular-small{
        top: 368px;
    }

    img.popular-first-img{
        height: 400px;
    }
    .layer-panel.popular-big{
        top: 368px;
    }

}


@media only screen and (max-width:576px){
    #about-panel img.logo{
         width: 100px;
    }
 
    #about-panel div.layer-panel{
     top: -webkit-calc(50% - 37px);
     top: expression(50% - 37px);
     top: -moz-calc(50% - 37px);
     top: -o-calc(50% - 37px);
     top: calc(50% - 37px);
 
     left: -webkit-calc(50% - 50px);
     left: expression(50% - 50px);
     left: -moz-calc(50% - 50px);
     left: -o-calc(50% - 50px);
     left: calc(50% - 50px);
    }
    .carousel-big-img{
         height: 255px;
     }
 
     .layer-panel a.big{
         font-size: 17px;
         line-height: 25px;
         margin-right: 0px;
     }
     #newspage .layer-container img{
         height: 335px;
     }
     .news-content{
         margin-top: 20px;
     }
     .asan-news-content{
         max-height: 67px;
     }

     img.popular-second-img{
        height: 290px;
    }
    .layer-panel.popular-small{
        top: 258px;
    }

    img.popular-first-img{
        height: 290px;
    }
    .layer-panel.popular-big{
        top: 258px;
    }
    
    .videos.layer-container>img{
        height: 268px;
    }

    #categoryNews .layer-container>img{
        height: 348px;
    }
    .layer-panel.category{
        top: 316px;
    }
 }
