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

.cover-slick {
	width: 100%;
	height: 100%;
}

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

/**/

.services {
	position: absolute;
	top: 180px;
	right: 0;
}

@media (min-width: 1000px) {
	.services {
		top: 220px;
	}
}

@media (min-width: 1800px) {
	.services {
		top: 220px;
	}
}

.service {
	display: block;
	margin: .5rem 0;
}


@media (max-width: 1799px) {
	.service img {
		max-height: 28px;
	}
}

@media (max-height: 800px) {
	.service img {
		max-height: 28px;
	}
}

@media (max-height: 699px) {
	.service img {
		max-height: 20px;
	}

	.service {
		margin: .2rem 0;
	}
}


/**/

.footer {
	display: none;
}

/**/

@media (min-width: 992px) {
	.idx-footer {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0px;
		width: 100%;
		padding-bottom: 7%;
		background-image: url(images/footer.png);
		background-size: 100% 100%;
	}

	.idx-footer .logos {
		position: absolute;
		bottom: 10px;
		left: 40px;
		transform-origin: left;
	}

	.idx-footer .logos a {
		float: right;
		display: inline-block;
	}

	.idx-footer .logos a:nth-child(1) {
		padding: 20px 30px;
	}



	.idx-footer .content {
		position: absolute;
		bottom: 0;
		right: 8px;
	}
}

@media (max-width: 1799px) {
	.idx-footer .logos {
		transform: scale(.8);
	}
}

@media (max-width: 1600px) {
	.idx-footer .logos {
		transform: scale(.7);
		bottom: 0;
	}
}

@media (max-width: 1350px) {
	.idx-footer .logos {
		transform: scale(.5);
	}
}

@media (max-width: 991px) {
	.idx-footer {
		background: rgba(29, 182, 207, .9);
		text-align: center;
	}

	.idx-footer .logos {
		background: #fff;
		display: inline-block;
		margin: 1rem;
		padding: 1rem;
	}
}



.idx-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.idx-footer ul li {
	display: inline;
}

.idx-footer ul li a {
	font-size: 1.4rem;
	color: #fff;
	padding: 1rem;
	display: inline-block;
}

@media (max-width: 1220px) {
	.idx-footer ul li a {
		padding: .5rem 1rem;
	}
}

/**/


@media (min-width: 992px) {
	.pirs {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
}

.pirs a {
	margin: 0 10px;
	display: inline-block;
}

@media (min-width: 992px) and (max-width: 1799px) {
	.pirs {
		max-width: 50%;
	}

	.pirs a img {
		max-width: 100%;
	}
}

@media (min-width: 1800px) {
	.pirs {
		max-width: 60%;
	}

	.pirs a img {
		max-width: 100%;
	}
}


@media (max-width: 1199px) {
	.pirs {
		width: 100%;
		bottom: 0;
		position: absolute
	}

	.pirs a {
		display: block;
	}

	.pirs a img {
		max-width: 100%;
	}
}



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

.news {
	padding: 1rem;
	background: #fff;
}

.news .content {
    position: relative;
}

.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 {
	background: #111;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}

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

@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 .date:after {
	content: ' | ';
	margin: 0 10px;
}

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

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

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