@media (min-width: 768px ) {
.news-cat .last {
padding-left: 20px;
}
.news-cat .first {
padding-right: 20px;
}
.slicknav_menu{display:none;}
}
@media (max-width: 768px ) {
.section-head h2{font-size:28px;}
.about-img{margin-bottom:20px;}
.apply{
display:block !important;
position: fixed;
bottom: 0px;
width: 100%;
z-index:999;
background-color: #fff;
}
#footer{margin-bottom: 50px;}	
.header-menu{display:none;}
.header-top .container{padding:0;}
.header-logo{height:60px; line-height: 60px;}
.header-logo img{margin-left:15px;max-height:60px;}
.footer-info {
max-width: 100%;
}
.sidebar ul.menu{overflow:hidden;}
.sidebar ul.menu li{
    width: 48%;
    float: left;
    margin-right: 1%;	
}
}