#display_container .h-header {
	position: relative;
}
#display_container .h-header h4 {
	text-align: center;
    font-size: 30px;
    color: #333;
    padding: 30px 0 50px;
}
#display_container .h-header span {
    position: absolute;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    top: 80px;
    height: 3px;
    background-color: #000;
}
#display_container .h-body {
	padding-bottom: 30px;
}
#display_container .h-body .carousel-inner {
    text-align: center;
}
#display_container .h-body .carousel-caption {
    left: 3px;
    right: 3px;
    font-size: 14px;
}
#display_container .h-body .img {
	position: relative;
}
#display_container .h-body .img .bg {
	width: 100%;
	height: 500px;
	background: url(../../images/display/1.jpg) 50% 50% no-repeat;
    background-size: cover; 
}
#display_container .h-body .img .bg.bg-1 {
	background-image: url(../../images/display/1.jpg);
}
#display_container .h-body .img .bg.bg-2 {
	background-image: url(../../images/display/2.jpg);
}
#display_container .h-body .img .bg.bg-3 {
	background-image: url(../../images/display/3.jpg);
}
#display_container .h-body .img .bg.bg-4 {
    background-image: url(../../images/display/4.jpg);
}
#display_container .h-body .img .bg.bg-5 {
    background-image: url(../../images/display/5.jpg);
}
#carousel-example-generics {
    margin: 20px 0;
}
#carousel-example-generics .imgs {
    position: relative;
}
#carousel-example-generics .imgs .bg {
    width: 100%;
    height: 500px;
    background: url(../../images/display/16.jpg) 50% 50% no-repeat;
    background-size: cover; 
}
#carousel-example-generics .imgs .bg.bg-1 {
    background-image: url(../../images/display/16.jpg);
}
#carousel-example-generics .imgs .bg.bg-2 {
    background-image: url(../../images/display/7.jpg);
}
#carousel-example-generics .imgs .bg.bg-3 {
    background-image: url(../../images/display/46.jpg);
}
#carousel-example-generics .imgs .bg.bg-4 {
    background-image: url(../../images/display/76.jpg);
}
#carousel-example-generics .imgs .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../../images/display/mask.png) no-repeat;
    top: 0;
    left: 0;
    background-size: cover; 
}
#carousel-example-generics .imgs .bj {
    transition: all .5s ease-in-out;
    background: url(../../images/display/bj.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#carousel-example-generics .imgs .ico {
    transition: all .5s ease-in-out;
    display: none;
    margin: 0 auto 50px;
}

#carousel-example-generics .carousel-indicators {
    bottom: 0;
}
#display_container .h-body .img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../../images/display/mask.png) no-repeat;
    top: 0;
    left: 0;
    background-size: cover; 
}
#display_container .h-body .img .bj {
	transition: all .5s ease-in-out;
    border: 4px solid #3597dc;
    background: url(../../images/display/bj.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#display_container .h-body .img .ico {
	transition: all .5s ease-in-out;
    display: none;
    margin: 0 auto 50px;
}
#display_container .h-body .img .ico img {
    width: 40px;
    margin: 0 auto;
}
#display_container .h-body a:hover .img .ico,
#display_container .h-body a:hover .img .bj {
	display: block
}
.col-md-25 {
    width: 17%;
    display: inline-block;
    margin: 0 1%;
}
.carousel-wrapper.owl-carousel .owl-nav .owl-prev,
.carousel-wrapper.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	width: 100px;
	height: 500px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: unset;
	transition: all .3s;
}
.carousel-wrapper.owl-carousel .owl-nav .owl-prev {
	left: -100px;
}
.carousel-wrapper.owl-carousel .owl-nav .owl-next {
	right: -100px;
}
.carousel-wrapper.owl-carousel .owl-nav .owl-prev:hover,
.carousel-wrapper.owl-carousel .owl-nav .owl-next:hover {
	background: rgba(0, 0, 0, .3);
}
.carousel-wrapper.owl-carousel .owl-nav .owl-prev:hover i,
.carousel-wrapper.owl-carousel .owl-nav .owl-next:hover i {
	color: #fff;
}
.carousel-wrapper.owl-carousel .owl-nav .owl-prev i {
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	transform: translate(-50%, -50%);
}
.carousel-wrapper.owl-carousel .owl-nav .owl-next i {
	font-size: 40px;
	position: absolute;
	top: 50%;
	right: 50%;
	color: #000;
	transform: translate(50%, -50%);
}
