.inside-ul {
  display:none;
  transform:translateY(-100%)
  transition:all 4.4s ease-in-out;
  list-style:inside;
  list-style-type:circle;
}
.open-ul:hover ul {
	
	display:block;
}
.master-news:{
	margin-top:230px;
}
element.style {
}
.main-content table td p, .main-content table td a, .main-content table td font, .main-content table th p, .main-content table th a, .main-content table th font {
    font-size: 1rem !important;
    line-height: 30px;
}
font a {
	color:red !important;
}
.section-home-4 .slick-slider {
	text-align:center;
}
.photos-wrap img {
	height:30rem;
}
.photos-wrap .overlay-img {
	height:30rem;
}
#txtKeyWord {
	width:50%;
}
.resource label {
	margin-top: 0.5rem
}
.news-wrap.maximal .inside-wrap {
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.news-wrap.maximal .inside-wrap span:last-child {
	min-width:80px;
}
.table-inside .input-box {
	padding-left:5px;
	padding-right:5px;
}	
@media (max-width: 768px){
	.section-home-4 .slick-photos .slick-prev {
		left:-5%
	}
	.photos-wrap img {
		height:25rem;
	}
	.photos-wrap .overlay-img {
		height:25rem;
	}
	}
@media (max-width: 576px){
	.section-home-4 .slick-photos .slick-next {
		right: 0%
	}
	.photos-wrap img {
		height:10rem;
	}
	.photos-wrap .overlay-img {
		height:10rem;
	}
	.news-wrap.maximal {
		max-height: unset;
		overflow-y: unset;
	}
	.news-wrap.maximal > div {
		display: none
	}
	.news-wrap.maximal div:nth-child(1) {
		display: block
	}
	.news-wrap.maximal div:nth-child(2) {
		display: block
	}
	.news-wrap.maximal div:nth-child(3) {
		display: block
	}
	.news-wrap.maximal div:nth-child(4) {
		display: block
	}
	.news-wrap.maximal div:nth-child(5) {
		display: block;
	}
	.news-wrap.maximal .inside-wrap span:last-child {
		display:block;
		text-align:end
}	

	}
@media (max-width: 320px) {
	#txtKeyWord {
		width:75%;
	}
	.table td , .table th {
		padding:0.5rem;
	}
}
	