@charset "UTF-8";
/* IE10+ VIEWPORT FIX */
@-ms-viewport {width:device-width;}
@viewport {width:device-width;}

@media only screen and (min-width: 769px){
    .slicknav_menu{display: none;}
}

/* @media only screen and (max-width: 768px){
    .topmenu, .mainmenu{
        display: none;
    }
} */


/*============================ desktop view =================================================*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

/*============================ small tablet view =================================================*/
@media only screen and (min-width: 641px) and (max-width: 768px) {}

/*============================ mobile wide screen view =================================================*/
@media only screen and (min-width: 569px) and (max-width: 640px) {
	
}

/*============================ mobile view =================================================*/
@media only screen and (min-width: 280px) and (max-width: 768px) {

    .navmain{display: none;}
    .wrapper{
        width: 95%;
        overflow: hidden;
    }
    .banner{height: auto;}
    .banner img{width: 100%;}
    nav ul li a{border-right: none;}
    nav ul li a:first-child:nth-last-child(2):after {border: none;}
    .latestnews ul{width: 100%;}
    .cls{width: 100%;}
    .fhitem{width: 100%;}
    .crs{
        width: 100%;
        margin-top: 50px;
    }
    
    
}