.cover {
	position: relative;
}

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

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

@media (max-width: 1199px) {
	.cover-slick {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
}

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

@media (min-width: 1200px) {
	.cover-content {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		z-index: 99;
		text-align: center;
		margin-left: 30px;
	}
}

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

/**/

.toggle-services {
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 999;
	width: 70px;
	height: calc(100% - 120px);
	background: rgba(14,149,70,.85);
	color: #fff;
	border: 0;
	font-size: 1.5rem;
	font-weight: bold;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 991px) {
	.toggle-services {
		top: 40%;
		height: 200px;
	}
}

.services-opened .toggle-services {
	left: 180px;
}

.toggle-services div {
	position: relative;
	width: 100%;
	height: 100%;
}
.toggle-services div:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(14,149,70,.85);
	border-width: 30px;
	margin-top: -30px;
}
.toggle-services span {
	width: 200px;
	text-align: center;
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.services {
	position: fixed;
	top: 120px;
	left: -180px;
	z-index: 999;
	width: 180px;
	height: calc(100% - 120px);
	background: rgba(14,149,70,.85);
	color: #fff;
	border: 0;
	overflow-y: auto;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.services .services-content {
	display: none;
}

.services-opened .services {
	left: 0;
}

.services-opened .services-content {
	display: block;
}

.services > div {
	padding-top: 20%;
}

.service {
	text-align: center;
	color: #fff;
	display: block;
    margin: 20% 0;
}

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

.service .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	background: rgb(166,217,220);
	background: linear-gradient(90deg, rgba(166,217,220,1) 0%, rgba(200,231,220,1) 100%);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.service:hover .icon {
	transform: scale(1.1);
}

.service .icon img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	max-width: 60px;
	max-height: 60px;
}

/**/

.footer {
	display: none;
}

/**/

.main-subjects > div {
	display: block;
	float: right;
}

.main-subjects > div:nth-child(1) .main-subject {
	background: rgba(16,115,186,.75);
}
.main-subjects > div:nth-child(2) .main-subject {
	background: rgba(14,149,70,.75);
}
.main-subjects > div:nth-child(3) .main-subject {
	background: rgba(207,49,41,.75);
}

.main-subject {
	width: 470px;
	height: 150px;
	margin: 30px 50px;
	position: relative;
	color: #fff;
}

.main-subject a {
	color: #fff;
}

.main-subject h2 {
	width: 240px;
	height: 222px;
	position: absolute;
	top: -19px;
	right: -15px;
	text-align: center;
	font-size: 2rem;
    line-height: 2.5rem;
    padding: 2.8rem 0 0 .7rem;
}

.main-subjects > div:nth-child(1) .main-subject h2 {
	background: url(images/1.png);
}
.main-subjects > div:nth-child(2) .main-subject h2 {
	background: url(images/2.png);
}
.main-subjects > div:nth-child(3) .main-subject h2 {
	background: url(images/3.png);
}

.main-subject .read-more {
	background: #232323;
	color: #fff;
	padding: .1rem .4rem;
	
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-subject .read-more em {
	color: #e8fc00;
}

.main-subject > div {
	padding: 25px;
	padding-right: 230px;
	text-align: right;
}

.main-subject ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-subject ul > li {
	margin-bottom: 10px;
}
.main-subject ul > li > a {
	color: #fff;
}
.main-subject ul > li em {
	color: #e8fc00;
}







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

@media (min-width: 1200px) {
	.news > .content {
		padding: 1.4rem;
		font-size: 1.2rem;
		padding-right: 120px;
	}
}

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

.news .buttons {
    position: absolute;
    top: 23px;
    left: 1.5rem;
}

.news a {
	color: #fff;
	display: block;
}
.news a:hover, .news a:focus {
	text-decoration: underline;
}

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

.news time {
	color: rgba(255,255,255,0.8);
}

.news-slick {
	margin-right: 100px;
	margin-left: 65px;
}

.news-slick button {
	position: absolute;
	top: 0;
	font-size: 0;
	font-family: 'FontAwesome';
	background: none;
	border: 0;
	cursor: pointer;
}

.news-slick button:before {
	font-size: 26px;
	color: #fff;
}

.news-slick .slick-next {
	top: 13px;
	left: 0;
}

.news-slick .slick-prev {
	top: 13px;
	left: 30px;
}

.news-slick .slick-prev:before {
	content: '\f0a9';
}

.news-slick .slick-next:before {
	content: '\f0a8';
}

.news .toggle-slick {
	position: absolute;
    top: 1.2rem;
    left: 3.5rem;
    font-size: 26px;
    background: none;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 0;
}

.news button {
	background: none;
	border: 0;
	padding: 0;
	font-size: 26px;
	color: #fff;
	margin-right: .3rem;
	line-height: 0;
}
.news .all-news {
	font-size: 26px;
	color: #fff;
}

.news-row h2 {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	background: #cf3129;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 .3rem;
	border-radius: .5rem;
}

@media (min-width: 1200px) {
	.news-row {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 99;
		width: calc(100% - 70px);
		height: 70px;
		margin: 0 auto;
		background: rgba(255,255,255,0.1);
	}
}

@media (max-width: 1199px) {
	.news-row h2 {
		position: absolute;
		top: 15px;
		right: 15px;
		margin: 0;
		color: #fff;
		display: block;
		font-size: 1.3rem;
	}
	
	.news-row {
		position: relative;
		background: #124e8f;
	}

	.news .content {
		padding: 15px;
		padding-top: 50px;
	}
	
	.news .buttons {
		position: absolute;
		top: 15px;
		left: 15px;
	}

}

@media (max-width: 1749px) {
	.main-subject {
		margin: 30px 30px;
	}
}
@media (max-width: 1670px) {
	.main-subject {
		width: 350px;
	}
	.main-subject > div {
		padding-right: 200px;
	}
	.main-subject h2 {
		right: -40px;
	}
}
@media (max-width: 1507px) {
	.cover-content {
		padding: 100px;
	}
	.main-subject {
		margin: 40px;
	}
}
@media (max-width: 1199px) {
	.cover-content {
		padding: 300px 50px;
	}
}
@media (max-width: 630px) {
	.main-subject {
		width: 210px;
		height: auto;
	}
	.main-subject > div {
		padding: 15px;
		padding-top: 200px;
	}
	.main-subject h2 {
		margin-top: -20px;
	}
	.cover-content {
		padding: 200px 30px;
	}
}

/**/

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

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

.bn-controls button:hover, .bn-controls button:focus {
    background-color: #3aaafa;
	outline: 2px solid yellow;
}



/**/

.dark-contrast .main-subject h2 span {
	background: #111;
	color: yellow;
}

.dark-contrast .main-subject ul > li > a {
	background: #111;
	color: yellow;
}

.dark-contrast .news-row {
	background: #111;
	color: yellow;
}

.dark-contrast .toggle-services span {
	background: #111;
	color: yellow;
}

.dark-contrast .service figcaption {
	background: #111;
	color: yellow;
}