.img_wrap{
	position: relative;
}
.img_wrap img.main_banner {
	width: 100%;
}
.text_wrap{
	margin: 10px 0;
}
.comp_logo{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 90px;
	height: 90px;
	display: flex;
	background-color: #fff;
	padding: 10px;
}
.comp_logo img{
	object-fit: contain;
	width: 90px;
}
#rtl_img_wrap{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#rtl_img{
	position: relative;
	width:196px;
	height:72px;
	text-decoration: none;
	user-select: none;
	cursor:pointer;
	text-align:right;
	color:#fff;
	overflow:hidden;
	margin-bottom: 10px;
	margin-right: 3px;
	display: block;
}
#rtl_tiker{
	position: relative;
	color: #0079c2;
	font-weight: bold;
	padding-left: 33px;
	padding-top: 10px;
	text-align: left;
}
#rtl_score {
	position: absolute;
	top: 0;
	right: 0;
}
img.img-fluid{
	display: inline-block;
	object-fit: cover;
	width: 100%;
	height: 170px;
	padding: 0;
}
.text-img{
	bottom: -20px !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	font-size: 15px;
	height: 0;
	transition: .2s ease;
	background: rgb(0 0 0 / 60%);
}
.main_video-block{
	max-height: 180px;
	/* overflow: hidden; */
	/* padding: 0 6px; */
}
.elem-link{
	transition: .2s ease;
	border-radius: 4px;
	box-shadow: 3px 2px 4px #696565;
	z-index: 9;
}
.elem-link:hover .text-img{
	bottom: 0;
	height: 30%;
}
.gallery_block .autoplay_img{
	width: 170px;
}
.gallery_block .owl-item{
	width: auto !important;
}
.gallery_block .elem-link:hover .text-img{
	bottom: 0;
	height: 170px;
}
.elem-link:hover{
	filter: brightness(80%);
}
.autoplay_img{
	margin: 2px;
}
.random_video{
	margin: 0;
	height: 174px;
	margin-top: 23px;
}
.random_video .text-img{
	font-size: 13px;
}
.random_video img.img-fluid,
.random_video .text-link{
	height: 170px;
}
.manin_video-block-wrap{
	/* margin: 0 10px; */
}
section{
	margin: 15px auto;
}
.insider-block .insider_wrap{
	width: 150px;
	transition: .2s all ease;
	background: #ffffff78;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	box-shadow: 0 0 10px #d7d1d1;
	text-align: center;
}
.insider-block .insider_wrap:hover{
	text-decoration: underline;
	filter: brightness(85%);
	color: gray;
}
.insider-block .insider_wrap a img{
	overflow: hidden;
	border-radius: 4px;
}
.insider_title{
	font-size: 12px;
	line-height: 13px;
	display: inline-block;
	margin-top: 10px;
}
.insider-block .owl-item{
	width: auto ;
}
#a3d4f226,
.news_line{
	display: none;
}
.statistics_num_wrap{
	display: flex;
	flex-wrap: nowrap;
	font-size: 85%;
}
.wrap_num{
	margin-right: 30px;
}
.wrap_num .num{
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.5px;
	margin: 21px auto;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
	color: #0079c2;
	justify-content: center;
}
#innerPage h2{
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0;
}
.block_int .owl-item{
	width: auto;
}
.project_story{
	margin-bottom: 30px;
}
.story_nav      {color: #7a7a7a;}
.story_nav span {width: 210px; display: block; float: left;}
.story_nav img  {margin-bottom: -7px;}
.story_nav a    {padding-right: 15px;}
.list_chunk.half_list {
	position: relative;
	height: 800px;
	overflow: hidden;
}
.list_chunk.half_list::before {
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, .5));
  content: "";
  height: 170px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.show_chunk_list {
	text-decoration: underline;
	color: #0079c2;
	cursor: pointer;
	padding: 8px 0;
	display: inline-block;
	margin: 10px 0;
}
/* PERSON LIST */
.person_list_wrap, .comp_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.person_list_wrap .tile_item{
	width: 400px;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 90%;
}
.person_list_wrap .tile_item .tile_img img{
	width: 50px;
	height: 50px;
}
.person_list_wrap .tile_info .item_text{
	height: auto;
}
/* COMP LIST */
.comp_list_wrap > div {
	width: 400px;
	/* margin-bottom: 10px; */
	box-shadow:  none;
	top: 0;
	right: 0;
	margin: 5px;
}
.rtl__comp_desc {
	position: relative;
}
.rtl__comp_desc .rtl__comp_top {
	display: flex;
	align-items: center;
	gap: 15px;
}
.rtl__comp_desc .rtl__comp_top .rtl__comp_top_left {
	flex-grow: 1;
	max-width: 40px;
}
@media only screen and (max-width: 1715px){
	.block_int .int-itm:last-child {
		display: block;
	}
}
@media only screen and (max-width: 1200px){
	#rtl_img{
		display: none;
	}
}
