/* start swiper style */

/*-------------------- global swiper -----------------*/

.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-wrapper{
	/*flex-direction: inherit;*/
}
.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container .swiper-button-prev{opacity:0;}
.swiper-container:hover .swiper-button-prev{opacity:1;}
.swiper-container .swiper-button-next{opacity:0;}
.swiper-container:hover .swiper-button-next{opacity:1;}

/* slides swiper*/
#slides-swiper{
	border-radius:10px;
	width:100%;
	max-width:1000px; /* slides width */
	height:100%;
	max-height:300px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#slides-swiper a{margin-bottom:-7px;}

#slides-swiper img{
	width:100%; max-width:1000px; height:100%; max-height:300px;
}
#slides-swiper .slides-title{
	width:100%;
	color: #FFF;
	font-size: 100%;
	background-color:#000; 
	opacity:0.55;
	top: 25px;
	left: 0;
	position: absolute;
	z-index: 2;
	text-align:center;	
}

/* videos swiper */
#videos-swiper{	
	width:100%;
	padding-bottom:15px;
/*	max-width:1250px;
	height:auto;
	max-height:320px;*/
}
#videos-swiper .yt-player{	
	width:295px; 	
	height:166px;
}

.yt-player iframe {
	width:295px;
	height:166px;
    background: transparent;
	border-top-left-radius:5px; border-top-right-radius:5px;
	/*border-radius:5px;*/
}
.yt-player img {
	width:295px; 	
	height:166px;
	object-fit: cover;
	display: block;
	cursor: pointer;
	/*border-radius:10px;*/
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	border-top-left-radius:5px; border-top-right-radius:5px;
}
.yt-player img:hover {
	-webkit-filter: brightness(75%);
}
.yt-player .play {
    height: auto;
    width: 65px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('/img/yt-button.png') no-repeat;
    cursor: pointer;
	opacity:0.85;
}
.yt-player .play:hover{	opacity:1;}
.yt-player-cover{background-color:#2295cc;border-radius:5px;}
.yt-player-text{padding:5px;color:#FFF;height:60px;width:100%; max-width:285px;}

/* banner swiper */
#banner-swiper{width:100%; padding-bottom:15px;}
#banner-swiper img{width:200px; height:auto;}
#banner-swiper .swiper-slide{height: calc((100% - 80px) / 2);}

/* banner other swiper */
#banner-other-swiper1{padding:10px 10px 10px 20px; margin-bottom:15px;}
#banner-other-swiper1 img{width:170px; height:auto;}
#banner-other-swiper1 .swiper-slide{height: calc((100% - 65px) / 2);}

#banner-other-swiper2{padding:10px 10px 10px 20px; margin-bottom:15px;}
#banner-other-swiper2 img{width:170px; height:auto;}
#banner-other-swiper2 .swiper-slide{height: calc((100% - 65px) / 2);}

#banner-other-swiper3{padding:10px 10px 10px 20px; margin-bottom:15px;}
#banner-other-swiper3 img{width:170px; height:auto;}
#banner-other-swiper3 .swiper-slide{height: calc((100% - 65px) / 2);}

.brs1{box-shadow: -10px 0 0px -3px #ff8c00; border-radius:15px;}
.brs2{box-shadow: -10px 0 0px -3px #4682B4; border-radius:15px;}
.brs3{box-shadow: -10px 0 0px -3px #6B8E23; border-radius:15px;}

.brs-icon1{color:#ff8c00;} .brs-icon2{color:#4682B4;} .brs-icon3{color:#6B8E23;}

.bno-item{display:flex; align-items:center; width:100%;}
.bno-item-text{width:150px !important;}
.bno-item-text span{margin-right:10px;}

/* hotbox Old swiper */
/*#hotbox-swiper{}
.hotbox-nest{display:inline-block; width:100%; max-width:410px; height:auto; margin-bottom:15px;}
.hotbox-nest h4{padding:5px; display:inline-block; border-radius:5px; margin-bottom:10px;}
.hotbox-all-size{width:100%; height: 220px; display: inline-block; vertical-align:top;}
.hotbox-item{width:395px; height:55px; display:inline-block; vertical-align:top; padding:5px; border-radius:5px; margin:5px 22px 5px 5px; text-align: left;}
.hotbox-item:hover{border:1px solid #CCC}*/

/* hotbox swiper */
.hotbox-item{display:table; text-align:center; width:230px; height:120px; margin:15px 0px;border-radius:6px;}
.hotbox-item-inner{display:table-cell; vertical-align:middle; font-size:110%;}
.hotbox-item-label{width:100%;color:#FFF; background-color:#333; padding:5px 0px; opacity:0.85;}


/* nm (news manager) dir newsm */
#newsm-swiper {width:100%; max-width:800px; height:auto; border-radius: 5px;}
#newsm-swiper .swiper-slide {background-size: cover;background-position: center;}
#newsm-swiper .swiper-slide img{display: block;width: 100%;height: 100%;object-fit: cover;}

