.header.offset .logo{
	background-image: url(./images/logo-bg.png);
}
.header.offset .logo img{
	width: 310px;
    top: 1.2rem;
}
.cover {
	position: relative;
	min-height: 670px;
	display: flex;
	align-items: center;
}
.row.fullwidth{
	margin-top: 5rem;
}

.newswrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 460px;
	background-image: url(./images/news-circle.png);
	background-size: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50px;
	margin-bottom: 2.8rem;
	height: 425px;
}
.newswrapper {
	display: inline;
	margin-right: 5px;
	padding: 0;
	width: 100%;
	max-width:420px;
}
.newswrapper .wave{
	width: inherit;
	display: flex;
	justify-content: center;
	margin-top: 1.87rem;
	margin-top: -5px;
}
.newswrap .togbtn.toggle-slick {
	position: absolute;
	bottom: -110px;
	right: 55%;
	background: none;
	border: 0;
}
.newswrap .togbtn.toggle-slick .fa-pause, .newswrap .togbtn.toggle-slick .fa-play{
	position: relative;
	isolation: isolate;
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newswrap .togbtn.toggle-slick .fa-pause::before,.newswrap .togbtn.toggle-slick .fa-play::before{
	color:#fff;
	z-index: 9;
}
.newswrap .togbtn.toggle-slick .fa-pause::after, .newswrap .togbtn.toggle-slick .fa-play::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: var(--sea);
	inset: 0;
	z-index: -1;
	margin: auto;
}
/* .newswrap .togbtn.toggle-slick {
    position: relative;
    top: 0;
    left: 50%;
    outline: none;
    border: none;
    background-color: transparent;
} */

.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 .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}


.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;
}

/**/

video {
	position: absolute;
	/*bottom: 0;*/
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	height:534px;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

.search-wrapper {
	margin-top: 1.05rem;
}
.search-wrapper form {
	position: relative;
	display: inline-flex;
	width: 100%;
}
.search-wrapper [type="text"] {
	height: 58px;
	border-radius: var(--border9);
	width: 100%;
	padding-right: 1.25rem;
	border: 1px solid rgba(49, 53, 73, 0.2);
	color: var(--coal);
	background-color: rgba(255,255,255,0.89);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.search-wrapper ::placeholder{
	font-weight: bold;
	color:var(--coal);
}
.search-wrapper button {
	border: 0;
	background: none;
	position: absolute;
	top: 50%;
	left: 0;
	height: inherit;
	transform: translate(0, -50%);
}
.search-wrapper .icon-btn {
	background-color: transparent;
	background-repeat: no-repeat;
	border-radius: var(--border9);
	background-position: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: inherit;
	aspect-ratio: 1;
	position: absolute;
	inset: 0;
	margin: auto auto auto 9px;
}
.col-lg-6 .wrap{
	width: 100%;
	max-width:560px;
	margin-right: auto;
	margin-left: 1.2rem;
}

/**/

.services-slick {
	padding: .5rem 1rem;
	margin: 0 1rem;
}
.services {
	position: relative;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 1rem;
}
.service {
	text-align: center;
	display: block;
	background: #fff;
	margin: 1rem 0;
	padding: 1rem;
	width: 164px;
	aspect-ratio: 1;
	border-radius: 30px;
}
.service:nth-of-type(1){
	background-color: var(--blue2);
}
.service:nth-of-type(2){
	background-color: var(--orange);
}
.service:nth-of-type(3){
	background-color: var(--grape);
}
.service:nth-of-type(4){
	background-color: var(--puke);
}
.service:nth-of-type(5){
	background-color: var(--purple);
}
.service:nth-of-type(6){
	background-color: var(--teal);
}
.service:hover{
	text-decoration: none;
	filter:invert(1);
}
.service .icon img {
	display: block;
	margin: 0 auto;
	margin-bottom: .75rem;
}

.service figcaption{
	color:#fff;
	font-weight: 600;
	line-height: 1.2;
}


/* Articles */

.articles {
	padding: 3rem 2rem;
}
.articles h2 {
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-top: 1.4rem;
	display: flex;
	justify-content: center;
	color:#fff;
	font-size: 1.75rem;
}
.articles h2 a{
	color:#fff;
}
.articles article {
	display: block;
	height: 100%;
}
.articles .row > div {
	margin-bottom: 30px;
}
a.article {
	display: flex;
	background: transparent;
	color: #000;
	/* box-shadow: 0 0 25px rgba(0,0,0,0.1); */
	position: relative;
	height: 100%;
	text-decoration: none;
	color:#fff;
	width: 80%;
	margin-inline:auto;
	margin-top: 2rem;
}
.articles .slick-slide{
	position: relative;
}
.article img {
	display: block;
	width: 100%;
}
.article .info {
	padding: 0 1rem;
	max-width: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
}
.article h3 {
	font-weight: normal;
	background-color: var(--sea);
	border-radius: 9px;
	color:#fff;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	max-width: 87%;
}
.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;
	padding: .25rem .75rem;
	font-weight: bold;
	color: inherit;
	border: 1px solid #ddd;
}
.article .info p.m-0 {
	min-height: 120px;
	max-height: 120px;
    overflow: hidden;
}
.articles .readmore{
	display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
}
.articles a.rm{
	position: relative;
	bottom:0;
	background-color: var(--sea);
	color:#fff;
	border-radius: 10px;
	padding:5px 10px;
	margin-left: 2rem;
	
}
.news-slick .slick-arrow{
	background-image: url(./images/arrow-bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	display: grid;
    place-content: center;
	top: 50%;
    transform: translateY(-50%);
	z-index: 9;
}
/**/

.events {
	background-color: #fff;
}

.ribbon-date {
	position: absolute;
	top: 0;
	left: 15px;
	background: #fff;
	color: #000;
	padding: .5rem 1rem;
}
.ribbon-date span {
	display: block;
}
.ribbon-date span:nth-child(1) {
	font-weight: bold;
	font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: 1rem 0.5rem;
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: 1.7rem;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 3.5rem;
	height: 6rem;
	background-image: url(./images/bottom.png);
}
.news .container{
	max-width: 100%;
}
.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: var(--blue2);
    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;
}


.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: 25px;
	height: 30px;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	padding: 0;
	margin-right: 0;
}
.bn-controls button:focus, .bn-controls button:active{
	border:none;
	outline: none;
}
.bn-arrow {
    top: -1px;
}
.bn-direction-rtl .bn-controls{
	background-color: var(--blue2);
	border-radius: 25px;
	padding-inline: 5px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color:var(--blue);
	color: #fff;
	box-shadow: none;
}


/**/


/**/
.footer{
	display: none;
}
footer.idx{
	display: block;
    padding: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
	background-color: rgba(0,0,0,0.5);
}
footer.idx p, footer.idx a{
	color:#fff;
}
/* Fast Nav */

.fast-navigation {
	padding: 1rem 0;
	border-radius: 0 0 2rem 2rem;
	color: #fff;
	width: fit-content;
    margin: 0 auto;
}

.fast-navigation:after {
	clear: both;
	display: block;
	content: '';
}



.fast-navigation label {
	background: #0372ac;
	border-radius: 0 2rem 2rem 0;
	padding: 5px 10px;
	border: 0;
	margin: 0;
}

.fast-navigation select {
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.fast-navigation button {
	background: #0372ac;
	border: 0;
	border-radius: 2rem 0 0 2rem;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}


.side-banners a {
	background-color: #fff;
	display: block;
	padding: 1rem;
	margin: 1rem 0;
}



@media (min-width: 992px) {
	.cover {
		height: 100vh;
	}
	
	.bn-news {
		padding-right: 100px;
	}
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		float: right;
		display: block;
	}
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		float: right;
		display: block;
	}
	.side-banners {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 0;
	}
	.side-banners.side-banners-left {
		left: 0;
	}
}

@media (max-width:1490px){
	.col-lg-6 .wrap{
		max-width: 530px;
	}
	.service {
		width: 135px;
		height: 135px;
	}
	.service .icon img {
		max-width: 60px;
	}
}


@media (max-width: 991px) {
	.slick-slider{
		margin-top: -25px;
	}
	.cover {
		display: block;
		padding: 0;
		padding-top: 125px; /* header height + padding */
	}
	.cover .toggle-slick {
		display: none;
	}
	video, #toggle-video {
		display: none;
	}
	.news h2 {
		display: none;
	}
	.centered {
		text-align: center;
	}
	.centered-banner img {
		max-width: 100%;
	}
	
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		display: block;
		border-radius: 2rem;
		width: 100%;
	}
	
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		display: block;
		border-radius: 2rem;
	}
	
	.fast-navigation .smart-nav-sub > select {
		width: 100%;
		margin: .5rem 0;
	}
	
	.smart-nav-submit {
		margin: 0 auto;
	}
	body {
		padding-top: 0;
	}
	
		.header{
			background-image: url(./images/top-menu.png);
			background-color: transparent;
		}
		.header.offset{
			background-image: url(./images/top-menu.png);
			background-color: transparent;
			box-shadow: none;
		}
		.header .logo {
			height: 150px;
			width: 280px;
			background-image: url(./images/logo-bg.png);
		}
		
		.header .logo img {
			width: 200px;
		}
		.header.offset .logo img{
			width: 200px;
		}
		.row.fullwidth {
			margin-top: 2rem;
			padding-bottom: 3rem;
		}
		.articles{
			padding:1rem;
			display: flex;
			justify-content: center;
		}
		.col-lg-6 .wrap{
			max-width: 80%;
			margin: auto;
		}
		.service{
			margin: 1rem;
		}
		.news{
			background-color: #fff;
			background-image: none;
		}
		.articles a.rm{
			margin-left: 0;
		}
		.newswrapper .wave{
			margin-top: 0;
		}
		.newswrap {
			margin-bottom: 0.8rem;
		}
		[dir='rtl'] .slick-next{
			left:-15px;
		}
		[dir='rtl'] .slick-prev{
			right:-15px;
		}
		.news{
			position: relative;
			padding: 0;bottom: 0;padding-top: 0;height: auto;
		}
		.news .bn-news{
			left:7px !important;
			padding: 2px 0;
		}
		.news .bn-controls{
			display: none;
		}
		footer.idx{
			position: relative;
		}
		.row.fullwidth{
			flex-direction: column-reverse;
		}
}

@media (max-width: 519px) {
	.articles{
		padding: 0;
	}
	.row.fullwidth{
		margin-inline:auto;
	}
	.article .info p.m-0{
		min-height: 75px;
		max-height: 75px;
	}
	.article .info{
		padding: 0.7rem 5px;
	}
	.article h3{
		font-size: 1.2rem;
	}
	.newswrap {
		background-size: 110%;
		background-position: center;
		background-position: 50% -10px;
		height: 90vw;
	}
	.service figcaption{
		font-size: 0.93rem;
		font-weight: 500;
		line-height: 1;
	}
	.service .icon img{
		margin-bottom: 0.5rem;
	}
}
/**/
@media (max-width: 480px) {
	.col-lg-6 .wrap {
		max-width: 100%;
	}
	.service{
		margin:1rem 1px;
	}
	.service {
		width: 108px;
		height: 108px;
		padding: 0.5rem;
	}
	.service .icon img{
		max-width: 45px;
	}
}

@media (max-width: 359px) {
	.header .logo img {
		width: 170px;
	}
}