.cover {
	position: relative;
}

@media (min-width: 1200px) {
	.cover {
		height: 100vh;
	}
}

@media (max-width: 1199px) {
	.cover {
		padding-top: 200px;
	}
}

.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;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

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

/**/

@media (min-width: 1200px) {
	.services {
		position: absolute;
		top: 50%;
		right: 3rem;
		transform: translate(0, -50%);
		max-width: 900px;
	}
}
@media (max-width: 1199px) {
	.services {
		padding: 3rem;
		margin-bottom: 4rem;
	}
}

.services-list > div {
	float: right;
}


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

@media (max-width: 991px) {
	.service {
		width: 150px;
	}
}

.service:hover {
	transform: scale(1.2);
}

.services-list > div:nth-child(1) .service,
.services-list > div:nth-child(2) .service,
.services-list > div:nth-child(3) .service {
	padding-top: 3rem;
}

.service:hover {
	color: #fff;
}

@media (min-width: 1200px) {
	.services-list > div:nth-child(3) .service {
		margin-left: 210px;
	}

	.services-list > div:nth-child(4) .service {
		margin-right: 46px;
	}
}


.service:before {
	position: absolute;
    top: 0;
    right: 8%;
    width: 85%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    transform: skewX(-13deg);
    content: '';
    display: block;
    border-radius: 2rem;
	z-index: -1;
}

.service:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0) scaleY(-1) scaleX(-1);
    width: 65px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(images/logo-symbol-white.png);
    background-position: center;
    content: '';
    display: block;
	z-index: -1;
	margin-left: -18px;
}

.services-list > div:nth-child(1) .service:after,
.services-list > div:nth-child(2) .service:after,
.services-list > div:nth-child(3) .service:after {
	transform: translate(-50%, 0) scaleY(1) scaleX(1);
	margin-left: 18px;
	bottom: auto;
	top: 0;
}

.services-list > div:nth-child(1) .service:before {
	background: rgba(27,175,166,0.65);
}
.services-list > div:nth-child(2) .service:before {
	background: rgba(1,138,177,0.65);
}
.services-list > div:nth-child(3) .service:before {
	background: rgba(54,163,59,0.65);
}
.services-list > div:nth-child(4) .service:before {
	background: rgba(112,119,202,0.65);
}
.services-list > div:nth-child(5) .service:before {
	background: rgba(155,91,148,0.65);
}
.services-list > div:nth-child(6) .service:before {
	background: rgba(78,98,147,0.65);
}
.services-list > div:nth-child(7) .service:before {
	background: rgba(1,132,219,0.65);
}

.service figcaption {
	padding: 0 2rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.services-list > div:nth-child(1) .service figcaption,
.services-list > div:nth-child(2) .service figcaption,
.services-list > div:nth-child(3) .service figcaption {
	padding-right: 3.5rem;
}

.service .icon {
	padding: 1rem;
}

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


/**/


@media (min-width: 1200px){
	.articles {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 12;
		background-image: url(images/articles-bg.png);
		background-repeat: no-repeat;
		background-position: right;
		width: 918px;
		height: 128px;
	}

	.articles-content {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 918px;
		padding: 0 2rem;
		padding-right: 4rem;
	}
}

@media (max-width: 1199px){
	.articles {
		background: #0183de;
		padding-top: 2rem;
	}
}


.articles-slick {
	padding: 0 2rem;
}

.article {
	display: block;
	color: #fff;
}
.article:hover {
	color: #fff;
}
.article .pic {
	margin-right: 18px;
	float: right;
	width: 150px;
	transform: skewX(-13deg);
	border: 2px solid #fff;
	border-bottom: 0;
	overflow: hidden;
	border-radius: 2rem 2rem 0 0;
}
.article img {
	width: 100%;
	transform: skewX(13deg) scale(1.3);
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	
}
.article:hover img {
	transform: skewX(13deg) scale(1.4);
}
.article .info {
	padding-top: 3rem;
    padding-right: 194px;
    padding-left: 15px;
}
.article h3 {
	font-size: 1.2rem;
}
.article .date {
	padding-bottom: 56.25%;
    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;
}

@media (min-width: 1200px) and (max-width: 1569px) {
	.articles {
		width: 600px;
	}
	.articles-content {
		width: 600px;
	}
}


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

.news {
	background: #fff;
}

@media (min-width: 1200px) {
	.news {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 9;
		width: 100%;
	}
}

.news .content {
    position: relative;
	padding: 1rem 0;
	
}

@media (min-width: 1200px) {
	.news .content {
		width: 60%;
	}
}

@media (max-width: 1199px) {
	.news .content {
		width: 100%;
	}
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 204px;
	height: 121px;
	background: url(images/news-bg.png);
	color: #fff;
	margin: 0;
	z-index: 10;
	padding: 2rem 2.2rem;
    font-weight: bold;
}

.news h2 a {
	color: inherit;
}

@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    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-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-direction-rtl .bn-controls {
    top: 10px;
	right: 25px;
    left: auto;
    z-index: 99;
    margin-top: 8px;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff !important;
	color: #fff;
	padding: 0;
	margin-right: 5px;
	line-height: 0;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}


/**/

@media (min-width: 1200px) {
	.centered-banner {
		position: fixed;
		top: 50%;
		left: 42px;
		transform: translate(0, -50%);
		margin-top: 80px;
		max-width: 140px;
		text-align: center;
	}
	
	.centered-banner a {
		color: #000;
		display: block;
		position: relative;
		width: 240px;
		height: 153px;
		padding: 20px 40px 20px 70px;
		margin: 10px 0;
	}
	
	.centered-banner a:before {
		position: absolute;
		top: 0;
		right: 8%;
		width: 85%;
		height: 100%;
		background: rgb(255 255 255 / 52%);
		transform: skewX(-13deg);
		content: '';
		display: block;
		border-radius: 2rem;
		z-index: -1;
		backdrop-filter: blur(2px);
	}

	.centered-banner img {
		max-height: 400px;
	}
}

@media (max-width: 1199px) {
	.centered-banner {
		padding: 30px;
	}
	
	.centered-banner img {
		max-width: 100%;
	}
	
	.centered-banner a {
		color: #000;
		display: block;
		position: relative;
		width: 240px;
		height: 185px;
		padding: 20px 40px;
		text-align: center;
		margin: 10px auto;
	}
	
	.centered-banner a:before {
		position: absolute;
		top: 0;
		right: 8%;
		width: 85%;
		height: 100%;
		background: rgb(255 255 255 / 52%);
		transform: skewX(-13deg);
		content: '';
		display: block;
		border-radius: 2rem;
		z-index: -1;
		backdrop-filter: blur(2px);
	}
}


/**/


.footer {
	display: none;
}