#content{
	height:calc(100% - 140px);
	min-height:initial!important;
}

.home_swiper .swiper-container{
	width:100%;
	height:100%;
}
[dir=rtl] .swiper-container{
	font-family: 'Droid Arabic Kufi', Tahoma;
}
.home_swiper .swiper-slide{
	text-align:center;
	font-size:18px;
	background:#fff;
	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;
	/**/
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
/**/
@media (max-width:1000px){
	#content{
		/*padding:50px 0px 10px 0px;*/
	}
}

.home_swiper{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	z-index:0;
	box-shadow:0px 2px 10px rgba(0,0,0,0.3);
}
/*@media (min-width:1000px){
	.home_swiper>div{
	}
}*/
.home_swiper .swiper-slide>div{
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items: center;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	text-shadow:2px 1px 1px #000;
	overflow:hidden;
}
.home_swiper .swiper-slide>div>*{
	position:relative;
	top:-100px;
	padding:10px;
	border-radius:5px;
	margin: 10px 0px 0px 0px;
	opacity:0;
	/*background:linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,24,25,0.5) 50%,rgba(0,0,0,0) 100%);*/
	background:rgba(0, 0, 0, 0.6);
	transition:0.5s;
}
.home_swiper .swiper-slide.swiper-slide-active>div>*,.home_swiper .swiper-slide.swiper-slide-duplicate-active>div>*{
	top:0px;
	opacity:1;
	transition:0.5s;
}

.home_swiper .swiper-slide>div>*:nth-child(2){
	transition-delay:0.2s;
}
.home_swiper .swiper-slide>div>*:nth-child(3){
	/*margin-top: 15px;*/
	background: initial;
	transition-delay:0.4s;
}

.home_swiper .swiper-slide>div a{
	width: 100px;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background: #FFC107;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transition:0.2s;
}
.home_swiper .swiper-slide>div a:hover{
	background: #0b46ba;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.home_swiper .swiper-slide h3{
	color:#fff;
}

/* about */
#about{
	position: relative;
	border-top: solid 30px rgba(0, 0, 0, 0.5);
	border-bottom: solid 30px rgba(0, 0, 0, 0.5);
	background-image:url(/s/1/img/page.about.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color:#fff;
	text-align:center;
}
#about::before{
	content:' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
#about>div{
	position: relative;
}
#about h1{
	color:#fff;
}
#about a{
	display:inline-block;
	padding:10px;
	border-radius: 3px;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	transition:0.2s;
}
#about a:hover{
	background-color:#ddd;
}
#about .brief{
	background:rgba(255,255,255,0.9);
	color:#333;
	padding:10px;
	border-radius:10px;
}
#about iframe{
	margin-top:20px;
	border-radius:10px;
}
/**/
#stats{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:stretch;
}
#stats div{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin:15px;
	background-color: #fff;
	color: #000;
	text-align:center;
}
#stats span{
	display: block;
	font-size: 60px;
	padding-top: 45px;
	font-weight: bold;
}
/* news */
#mini_news{
	min-height:450px;
	background:url(/s/1/img/home.news.background.png) no-repeat center top #fff;
}
#mini_news>div{
	overflow: hidden;
}
#mini_news h1{
	margin:40px 0px;
	text-align:center;
	color:#e0001a;
}
.web_news{
	margin-bottom:30px;
}
.web_news_preview{
	display:block;
	width:100%;
	height:200px;
	background:url(/s/1/img/home.news.board.png) no-repeat right top #a71728;
	color:#fff;
	text-align:initial;
}

.web_news_preview>div{
	position:relative;
	top:-100px;
	margin:0px 50px 0px 50px;
	opacity:0;
	transition:0.5s;
}
.web_news_preview .date{
	margin-top:10px;
	font-size:12px;
}
.web_news_preview .title{
	font-size:22px;
}
.web_news_preview .brief{
	font-size:12px;
}

.web_news_preview.swiper-slide-active>div{/*,.web_news_preview.swiper-slide-duplicate-active>div{*/
	top:0px;
	opacity:1;
	transition:0.5s;
}

.web_news_preview>div:nth-child(2){
	transition-delay:0.2s;
}
.web_news_preview>div:nth-child(3){
	transition-delay:0.4s;
}

.web_news_preview .more{
	margin:10px 50px;
	text-align:center;
}
.web_news_preview>div a{
	width: 100px;
	padding: 5px;
	border-radius: 3px;
	text-decoration: none;
	color:#37474f;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transition:0.2s;
}
.web_news_preview>div a:hover{
	background: #FFC107;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

#mini_news .swiper-pagination{
	bottom:-35px;
}

#mini_news>div>a{
	text-align:center;
	display:block;
	color:#a71728;
	margin-top:50px;
	margin-bottom:20px;
}
/* subsidiaries */
#subsidiaries{
	background-color:#eee;
	text-align:center;
}

#subsidiaries>div{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:stretch;
}

#subsidiaries h1{
	width:100%;
	text-align:center;
	color:#37474F;
}
#subsidiaries>div>div{
	min-width:200px;
	margin:20px;
	text-decoration:none;
	text-align:center;
}

#subsidiaries h2{
	font-size: 1.2em;
	color:#37474F;
}
#subsidiaries a{
	display:block;
	width:100px;
	padding:10px;
	border-radius: 3px;
	margin:auto;
	background-color:#fff;
	color:#333;
	text-decoration:none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	font-weight:bold;
	transition:0.2s;
}
#subsidiaries a:hover{
	background-color:#ffc109;
}
#subsidiaries .img{
	width:120px;
	height:120px;
	margin:auto;
	background-size: cover;
	background-position: center;
}
/**/
.animate{
	position:relative;
	transition:0.5s;
}
.an2.animationOut, .an1.animationOut{
	/*top:-50px;*/
	transform: scale(0.6);
	opacity:0;
}
.an2.animationIn, .an1.animationIn{
	/*top:0px;*/
	transform: scale(1);
	opacity:1;
}