.cover {
	position: relative;
}

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

@media (max-width: 991px) {
	.cover {
		padding-top: 150px;
		overflow: hidden;
	}
}


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

/**/

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

#toggle-video {
	position: absolute;
	top: 220px;
	right: 15px;
	background: #fff;
	border: 0;
	border-radius: 10px;
}

/**/

@media (min-width: 1400px) {
	.footer {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		background: rgba(0,0,0,0.8);
		color: #fff;
		padding: .5rem;
		border-top: 0;
	}
	.footer a {
		color: #ffff30;
	}
}

/**/

.pirs {
	text-align: center;
}

@media (min-width: 1200px) {
	.pirs {
		position: absolute;
		top: 40%;
		right: 0;
		width: 100%;
	}
}

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

@media (max-width: 1199px) {
	.pirs {
		padding-bottom: 30px;
	}
	
	.pirs a {
		display: block;
		margin-top: 30px;
	}
	
	.pirs a img {
		max-width: 100%;
	}
}


.services {
	
	width: 100%;
}

@media (min-width: 992px) {
	.services {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 1400px) {
	.services {
		bottom: 40px;
	}
}

.service {
	text-align: center;
	display: block;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.service .icon {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	padding: 1rem;
}

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

.service figcaption {
	background: rgb(5 28 121 / 80%);
    border-top: 1px solid rgb(4 155 3 / 90%);
	padding: .5rem;
	color: #fff;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.service:hover {
	text-decoration: none;
	color: #000;
}

.service:hover figcaption {
	background: #049b03;
	color: #fff;
}

/**/

.articles {
	width: 300px;
    min-height: 200px;
	margin: 2rem auto;
}

@media (min-width: 992px) {
	.articles {
		position: absolute;
		top: 36%;
		right: 18%;
		width: 380px;
		min-height: 200px;
	}
}

.articles-cube {
	position: relative;
	width: 100%;
	height: 100%;
}

.articles a {
	color: inherit;
}
.articles a:hover {
	text-decoration: none;
}

.articles-slick {
	padding: 2rem 3rem;
	margin-right: -14px;
    margin-left: -6px;
}

.articles-cube:before {
	background: rgba(255,255,255,0.8);
    border-radius: 3rem;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    z-index: -1;
    transform: skewX(13deg);
	border-right: 2px solid #049b02;
	border-left: 2px solid #049b02;
}

.articles h3 {
	font-weight: bold;
	font-size: 1.3rem;
}


.articles a:hover h3 {
	text-decoration: underline;
}

.articles-slick button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #049b02;
	color: #fff;
}
.articles-slick button:hover {
	background: #051c79;
	color: #fff;
}

.slick-prev:before, .slick-next:before {
	font-size: 11px;
    padding-top: 5px;
    line-height: 0;
    display: inline-block;
}



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


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

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

@media (max-width: 991px) {
	.news {
		
	}
}
@media (min-width: 992px) {
	.news {
		position: absolute;
		top: 67px;
		right: 0;
		z-index: 9;
		width: 100%;
		color: #fff;
	}
}

.news .content {
	width: 836px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	padding: .5rem;
}

@media (max-width: 1399px) {
	.news .content {
		margin: 0;
		margin-right: 282px;
		width: 706px;
	}
}

@media (max-width: 991px) {
	.news .content {
		margin: 0 auto !important;
		width: 90%;
	}
}

.news .content:before {
	background: rgb(5 28 120 / 80%);
    border-radius: 1rem;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    z-index: -1;
    transform: skewX(13deg);
}

.news h2 {
	background: #049b03;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 17px;
    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: 1rem;
}

.bn-news ul li a {
	font-size: 1rem;
	padding: 2px 10px;
	color: inherit;
}

.bn-news ul li a:hover {
	color: yellow;
}

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

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

.news time {
	color: #4ea44b;
}

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

.bn-controls {
    height: 32px;
	color: #fff;
}

.bn-direction-rtl .bn-controls {
    right: auto;
    left: 18px;
    transform: skew(14deg);
    border-radius: .75rem;
    overflow: hidden;
	top: 4px;
}

.bn-controls button {
    background-color: rgba(255,255,255,0.1);
}

.bn-direction-rtl .bn-controls button {
    border-left: 0;
    border-right: 0;
}

.bn-arrow {
    top: -5px;
	color: #fff;
}

.bn-pause {
    top: -2px;
}

.bn-pause::before {
    background-color: #fff;
}

.bn-pause::after {
    background-color: #fff;
}

.bn-news {
    margin-left: 28px;
}

.bn-play {
    background: #fff;
	margin-bottom: 3px;
}
