.cover {
	height: 100vh;
	min-height: 562px;
	position: relative;
}

@media (max-width: 1259px) {
	.cover {
		padding-top: 53px;
		height: auto;
	}
}

.cover:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 5px;
	content: '';
	display: block;
	background: url(images/line.png);
	background-size: 100% 100%;
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

/**/

@media (min-width: 1260px) {
	.services {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		margin-top: 68px;
	}

	.services-items > div {
		float: right;
	}
}
@media (max-width: 1259px) {
	.services {
		text-align: center;
		padding: 2rem 0;
		max-width: 920px;
		margin: 0 auto;
	}

	.services-items > div {
		display: inline-block;
	}
}

.service {
	text-align: center;
	display: block;
	margin: 1rem;
	width: 280px;
	height: 280px;
	position: relative;
	color: #fff;
}

.service:before, .service:after {
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.service:before {
	background-image: url(images/service-top.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.service:after {
	background-image: url(images/service-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.service .icon {
	padding: 2.3rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.service .icon img {
	display: block;
	margin: 0 auto;
}

.service figcaption {
	position: absolute;
    bottom: 0;
    right: 25%;
    width: 50%;
    text-align: center;
    padding-left: .75rem;
    height: 82px;
    font-size: 1.3rem;
    line-height: 1.3rem;
	z-index: 1;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.service:hover:before {
	transform: rotateZ(180deg);
}
.service:hover:after {
	transform: rotateZ(180deg);
}
.service:hover .icon {
	top: 110px;
}
.service:hover figcaption {
	bottom: 150px;
}
.service:hover {
	transform: scale(1.1);
	color: #fff;
}

/**/

.bottom-row {
	padding: 4rem 2rem;
}

.bottom-row h2 {
	margin-bottom: 1.5rem;
}

.bottom-row h2 span {
	background: #dba266;
	display: inline-block;
	border-radius: 10px 10px 10px 0;
	font-size: 1.3rem;
	padding: .25rem .75rem;
	font-weight: bold;
}
.bottom-row .articles-2 h2 span {
	background: #93c1b1;
}

.bottom-row .events h2 span {
	background: #b6c08a;
}

.articles-negative-margin {
	margin: 0 -10px;
}

.article {
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	position: relative;
	margin: 10px;
	margin-bottom: 30px;
}
.article:before {
	width: 93px;
    height: 33px;
    background: url(images/article-corner.png);
    position: absolute;
    top: 0px;
    right: -4px;
    display: block;
    content: '';
    z-index: 1;
}
.article .pic.smaller {
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
}
.article img {
	display: block;
	width: 100%;
}
.article .pic.smaller img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.article h3 {
	padding: .5rem;
	font-size: 1.2rem;
	min-height: 62px;
}
.article .date {
	padding-bottom: 79.6%;
    position: relative;
    background: rgb(206 189 111);
    background: linear-gradient(45deg, rgb(246 183 77) 0%, rgb(160 183 132) 50%, rgb(121 204 200) 100%);
}

.article .date > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	
	font-size: 3rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.article .date > div > span:nth-child(2) {
	font-size: 1.5rem;
	display: block;
}

.read-more {
	background: #fff;
	display: inline-block;
	border-radius: 10px 0 10px 0;
	padding: .25rem .75rem;
	font-weight: bold;
	color: inherit;
	border: 1px solid #ddd;
}

/**/

.pirs {
	margin-top: 64px;
	display: block;
	box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 30px;
}
.pirs:before {
	width: 93px;
    height: 33px;
    background: url(images/article-corner.png);
    position: absolute;
    top: 0px;
    right: -4px;
    display: block;
    content: '';
    z-index: 1;
}
.pirs img {
	width: 100%;
    display: block;
}




/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



@media (max-width: 1259px) {
	.news {
		padding: 1rem;
		position: relative;
	}
	.news:before {
		background: #65a4b3;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		content: '';
		display: block;
	}
}

@media (max-width: 991px) {
	.news {
		padding-top: 90px;
	}
}

@media (min-width: 1260px) {
	.news {
		position: absolute;
		top: 97px;
		right: 465px;
		z-index: 999;
		width: calc(100% - 465px);
		padding: 1.35rem;
		color: #fff;
		overflow: hidden;
	}
	
	.news:before {
		background: #65a4b3;
		position: absolute;
		top: 0;
		right: 55px;
		width: 105%;
		height: 100%;
		content: '';
		display: block;
		transform: skewX(55deg);
	}
}

@media (min-width: 1260px) and (max-width: 1469px) {
	.news {
		right: 260px;
		width: calc(100% - 260px);
	}
}

.news a {
	color: inherit;
}

.news h2 {
	background: #4ea44b;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0 10px;
    margin: 0;
    border-radius: 2rem;
	z-index: 5;
}
.news h2 a {
	color: inherit;
}

@media (max-width: 991px) {
	.news h2 {
		display: none;
	}
}

.breaking-news-ticker {
	font-size: 1.1rem;
}
.bn-news ul li a {
	font-size: 1.2rem;
	padding: 2px 10px;
	color: inherit;
}
.bn-news ul li a:hover {
	color: #000;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}
.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: #ffebc6;
}

.news time {
	color: #ffebc6;
}

.news-toggle {
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
	height: 40px;
	width: 110px;
}

/*
.bn-controls button:nth-child(1),
.bn-controls button:nth-child(3) {
	background: none;
	color: #fff;
	width: 20px;
}
*/

.bn-direction-rtl .bn-controls button {
	border: 0;
	background: #fff;
	border-radius: 50%;
	float: right;
	width: 40px;
	margin-right: 10px;
}

/*
.bn-controls button:nth-child(2) {
	position: absolute;
	top: 0;
	right: 25px;
	background: none;
	border-radius: 50%;
	width: 40px;
	border: 1px solid #fff;
}
.bn-controls button:nth-child(2) .bn-pause::before {
	background-color: #fff;
}
.bn-controls button:nth-child(2) .bn-pause::after {
	background-color: #fff;
}
*/

/**/



@keyframes MoveUpDown {
	0% {
		transform: translate(-50%, 0);
	}
	50% {
		transform: translate(-50%, -15px);
	}
	100% {
		transform: translate(-50%, 0);
	}
}

.more-content-btn {
	animation: MoveUpDown 2s linear infinite;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	font-size: 40px;
	color: #60a0af;
}


/**/

@media (min-width: 1200px) {
	.custom-col-xl-7 {
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		
		flex: 0 0 80%;
		max-width: 80%;
	}
	.custom-col-xl-5 {
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		
		flex: 0 0 20%;
		max-width: 20%;
		
		padding-right: 4%;
	}
}

@media (max-width: 1199px) {
	.custom-col-xl-7, .custom-col-xl-5 {
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		
		flex: 0 0 100%;
		max-width: 100%;
	}
}

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
}


.slick-prev:before, .slick-next:before {
    background: #93c1b1;
    padding: 8px 10px;
}