@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
    background: #f3f3f3;
    background-blend-mode: multiply,multiply;
	background-attachment: fixed;
	padding-bottom:0px;
}
.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 400px;
}
.content-header-pic{
	background-color: #DCDCDC;
	height: 400px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.4);
	margin-top: 0px !important;
}
.text-content{
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	position: absolute!important;
  	direction: ltr;
  	text-align: center;
  	z-index: 1 !important;
  	padding: 0px !important;
    margin: 0px !important;
	width: 100%;
}
.text-content h2{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 40px;
	margin-top: 20px;
}
.under-line{
	border-bottom: 4px solid #fff;
	width: 100px;
	z-index: 200;
	margin: 0 auto;
}
.text-content h5{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500 !important;
}
#contentus{
	direction:ltr;
	margin-top:-60px;
	margin-bottom:50px;	
}
.content-text {
	direction:ltr !important;
	margin-bottom: 15px;
}
.content-date{
	color:#939494 !important;
}
.content-text p{
	font-size: 13px;
	line-height: 25px;
	color: #191919;
	direction:ltr !important;
	text-align: justify;
}
.content-pic-container{
	text-align: center;
	background-color:  #FFFFFF;
	height: 200px;
	padding: 3px;
}
.content-pic{
	background-color:  #FFFFFF;
	height: 100%;
	z-index: 30;
}
.content{
    height:auto;
	min-height: 268px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
	z-index: 10;
    position: relative;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: -25px !important;
	padding-bottom: 15px;
}
.content h4{
	direction: ltr;
	font-family: 'Open Sans', sans-serif !important;
	color: #1e88e5;
	font-size: 19px;
	padding: 10px 13px;
	margin: 0px;
}
.content p{
	direction: ltr;
	font-family: 'Open Sans', sans-serif !important;
	color: #363535;
	font-size: 13px;
	padding: 8px 13px;
}
.content a{
	direction: ltr;
	font-family: 'Open Sans', sans-serif !important;
	color: #c7c5c5 !important;
	font-size: 14px;
	padding: 15px!important;
}
.content i{
	padding-left: 5px;
	color: #c7c5c5;
}
.content i:hover{
}



.contents-date{
	position: absolute;
	bottom: -12px;
	right: 5px;
	color: #a7a7a7 !important;
	font-size: 12px !important;
}



.morecontents{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.loading-wait{
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}






