/* GLOBAL STYLES
-------------------------------------------------- */
/* Second */

.carousel-inner {
	
}

.carousel-item {
	height: 30rem;
	background-color: #777;
}

.carousel-item {
	/*
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60rem;
	min-width: 100%;
	height: 30rem;
	*/
	
	width: 100%;
    height: 480px;
    background-color: rgba(0, 0, 0, 1);
    background-size: auto 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/about_banner_1920x480_2x.jpg);
    overflow: hidden;
    /*transition: all 0.3s ease-in-out 0s;*/
}

.np-sec-online {
	background-image: url(../images/online_top_banner_1920x300.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
