/* header-banner Start */

	.header-hero{
    height: 500px; 
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e2e2f;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	}
	.hero-content{
		position:relative;
		z-index:1; 
		text-align:center; 
		color:#fff;
	}
	.header-hero .hero-title{
		font-size:42px; 
		font-weight:800;
	}
	.header-hero .hero-desc{
		margin:14px auto; 
		max-width:615px;
	}
	.header-hero .hero-desc span{
		font-size:16px; 
		color:#f5f7fc;
	}
	.product-news-hero{
    background-image: url('/images/dashboard-header/product-news-banner.png'); 
}

	/* header-banner end */