header nav ul.nav_1st li.current > a::before{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: red;
    position: absolute;
    left: 0;
    top: -1px;
    }

.header_class h1{
	font-size:100px;
	color: yellow;
	font-family:green;
	}

.news_sidebar {
display: none !important;
}
