/* Home Styles */

h1 {
	font-size: 2.2em;
	line-height: 50px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "firago-semibold";
	font-weight: normal;
}

h2 {
	font-size: 1.875em;
	line-height: 45px;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: "firago-semibold";
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
	line-height:1.3em;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: "firago-semibold";
	font-weight: normal;
}

h4 {
	font-size: 1.188em;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}

section {
	position: relative;
}

.section-padding {
	padding: 70px 0 90px 0;
	margin: 0;
}

.flex {
	display: flex;
}

.flex-col {
	flex-grow: 1;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.form-group {
	margin-bottom: 20px;
}

.group-10 {
	margin-bottom: 10px;
}

.error-text {
	color: #F54D86;
	padding-top: 6px;
}

.form-control {
	display: block;
	height: 44px;
	padding: 7px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ffffff;
	border: 1px solid #DBE2E8;
	width: 100%;
	font-size: 15px;
	font-size:0.9em;
	font-family: "firago";
	transition: 250ms;
	-webkit-transition: 250ms;
	outline: none !important;
}

.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "firago-semibold";
  }

.form-control-sub {
	display: block;
	height: 44px;
	padding: 7px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ffffff;
	border: 1px solid #DBE2E8;
	width:400px;
	font-size: 15px;
	font-size:0.9em;
	font-family: "firago";
	transition: 250ms;
	-webkit-transition: 250ms;
	outline: none !important;
}

.form-control:focus {
	box-shadow: 0 0 15px rgba(0, 164, 211, 0.35);
	border-color: #235788;
	background: #ffffff;
}

.form-control.has-error {
	border-color: #F54D86;
}

.form-control.has-error:focus {
	border-color: #F54D86;
	box-shadow: 0 0 15px rgba(233, 58, 67, 0.35);
}

.header-search-input
{
	padding-right: 40px;
	min-width: 650px;
}

textarea {
	min-height: 230px;
	resize: none;
	height: inherit;
}

label {
	display: block;
	color: #8A8D95;
	cursor: pointer;
	padding-bottom: 8px;
}

label a {
	color: #297CAC;
	text-decoration: underline;
}

label a:hover {
	color: #235788;
	text-decoration: underline;
}

.group-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col-6 {
	width: calc(50% - 15px);
}

.col-4 {
	width: calc(100% / 3 - 15px);
}

 :lang(ka) .caps {
	font-feature-settings: 'case' on;
}

 :lang(en) .caps {
	text-transform: uppercase;
}

.view-more-icon {
	width: auto;
	height: 12px;
	fill: #ffffff;
}

.iconLeft {
	margin-right: 10px;
}

.iconRight {
	margin-left: 10px;
}

.right-banners-container {
	position: fixed;
	left: calc(100vw - 60px);
	top: calc(50% - 20px);
	z-index: 500;
	transition: 200ms;
	-webkit-transition: 200ms;
}

.right-banners-container:hover {
	left: auto;
	right: 0;
}

.right-banner {
	margin: 5px 0;
	background: #ffffff;
	display: flex;
	align-items: center;
	text-align: left;
	color: #8A8D95;
	cursor: pointer;
	border: 1px solid #DBE2E8;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 8px 10px;
}

.banner-phone-icon {
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	fill: #297CAC;
	margin-right: 10px;
}

.right-banner-desc {
	display: block;
}

.right-banner-text {
	color: #111111;
	font-size: 15px;
	display: block;
	font-family: "firago-semibold";
	text-transform: uppercase;
}

.right-banner-text.caps {
	text-transform: inherit;
}

.right-banner-text.hotline {
	font-size: 19px;
	font-size: 1.15em;
}

.right-banner-text.robchat {
	font-size: 17px;
}

.two-sections-container {
	display: flex;
	justify-content: space-between;
}

.news-section {
	width: calc(67% - 50px);
	min-width: calc(67% - 50px);
	max-width: calc(67% - 50px);
}

.events-section {
	width: calc(33% - 40px);
	min-width: calc(33% - 40px);
	max-width: calc(33% - 40px);
}

.title-container {
	display: block;
	padding-bottom: 40px;
}

.title,
.title-container .title {
	display: block;
	position: relative;
	color: #235788;
	font-size: 23px;
	font-size: 1.45em;
	line-height: 1.2em;
	padding: 0 0 12px 0;
	margin: 0;
}

.title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #D5B556;
	font-size: 0;
}

.title-container.title-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.title-arrows {
	display: flex;
	position: relative;
	z-index: 1;
}

.path-items
{
	margin-bottom: 30px;
	font-size: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
}
.path-item
{
	display: inline-block;
	margin-right: 7px;
}

.path-item a:hover{
	text-decoration: underline;
}
.path-item:last-child
{

	margin-right: 0px;
}
.path-item:after
{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #d5b556;
	margin-left: 7px

}

.path-last:after
{
display: none
}
.path-last
{
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}

@media (max-width: 1100px) {
	.path-last {
		max-width: 300px;
	}
  }

@media (max-width: 500px) {
	.path-last {
		max-width: 300px;
	}
  }


.map-container {
	margin-bottom: 40px;
}

.box {
	display: block;
	background: #ffffff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.map-box {
	padding: 10px;
	overflow: hidden;
}

.home-map-container {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.map-box iframe {
	width: 100% !important;
	height: 400px !important;
	min-height: 400px !important;
	max-height: 400px !important;
}

.inner-section-padding {
	padding-top: 50px;
	padding-bottom: 90px;
}

.inner-box-padding {
	padding: 40px;
}

.search-results-dropdown {
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: calc(100% + 2px);
	right: 0;
	width: 100%;
	padding: 6px 0;
	z-index: 10;
	font-size: 14px;
	font-size: 0.95em;
	line-height: 1.4em;
	max-height: 320px;
	overflow: auto;
	display: none;
}
.search-results-link {
	display: block;
	max-width: 100%;


	
	padding: 12px 15px;
	margin-bottom: 1px;
	border-bottom: 1px solid #DBE2E8;
	color: #8A8D95;
}
.search-results-link span
{
	display: block;
		overflow: hidden;
	max-height: 2.8em;

	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.search-results-link:hover {
	color: #235788;
	background: #F2F6F8;
}

.blueColor {
	color: #297CAC;
}



.events-inner-container {
	padding: 30px;
	margin-bottom: 15px;
  }
  .events-main-ontainer {
	padding-bottom: 15px;
  }
  .events-date {
	display: inline-flex;
	min-width: 100px;
	min-height: 34px;
	justify-content: center;
	align-items: center;
	padding: 7px 15px;
	background: #2D9AD8;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ffffff;
	font-size: 15px;
	font-size: 1em;
	margin-bottom: 10px;
  }
  .events-title {
	display: block;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #235788;

	font-family: "firago-semibold";

	padding: 0;
	margin: 0;
  }
  .events-description {
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	color: #111111;
	padding: 0;
	margin: 0;
  }
  @media (max-width: 767px) {
	.events-inner-container {
	  padding: 15px;
	}
	.path-items
	{
		font-size: 1em;;
	}

	
  }


  @media (max-width: 1280px) {
	.header-search-input {
		min-width: 551px;
	}
  }

/* Events Calendar */

.events-container {
	margin-bottom: 70px;
}

.calendar-have-list
{
	color:#2D9AD8
}
.calendar-button-container {
	padding: 20px 20px 20px 20px;
}
.events-page-content .calendar-container
{
	padding-bottom: 25px;
}

.more-events-button .view-more-icon {
	fill: #8A8D95;
}

.more-events-button:hover .view-more-icon,
.more-events-button:focus .view-more-icon {
	fill: #235788!important;
}

.more-events-button:focus .view-more-icon {
	outline: 1px solid #235788!important;
	outline-offset: 0px;
}

.calendar-date-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #DBE2E8;
}

.calendar-date-text {
	white-space: nowrap;
	font-size: 15px;
	font-size: 0.9em;
	font-family: "firago-semibold";
}

.calendar-date-buttons {
	display: flex;
	align-items: center;
}

.next-icon {
	width: 12px;
	height: 12px;
	fill: #8A8D95;
}

.calendar-date-buttons .btn {
	margin-left: 6px;
}
.calendar-date-buttons .btn:focus
{
	background: #235788!important;
	color: #ffffff!important;
}
.calendar-next-button,
.calendar-prev-button {
	width: 36px;
	padding: 3px 0 0 0;
}

.calendar-next-button:hover svg,
.calendar-prev-button:hover svg {
	fill: #235788;
}

.jst-calendar-thead-row {
	display: flex;
	padding: 6px 20px 0 20px;
	margin: 0;
	align-items: center;
	justify-content: center;
	list-style: none;
	text-align: center;
}

.jst-calendar-thead-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-height: 40px;
	width: calc(100% / 7);
	min-width: calc(100% / 7);
	max-width: calc(100% / 7);
	font-family: "firago-semibold";
	color: #8A8D95;
	font-size: 14px;
	font-size: 0.85em;
}

.jst-calendar-tbody-row {
	display: flex;
	padding: 5px 20px 0 20px;
	margin: 0;
	align-items: center;
	justify-content: center;
	list-style: none;
	text-align: center;
	flex-wrap: wrap;
}

.jst-calendar-tbody-list {
	display: block;
	text-align: center;
	width: calc(100% / 7);
	padding: 2px;
	position: relative;
}

.tbody-list-number {
	display: block;
	line-height: 42px;
	min-height: 42px;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	font-size: 0.95em;
}

.tbody-list-number:hover,
.tbody-list-number:focus {
	color: #235788;
	background: #F2F6F8;
}

.tbody-list-number-other-month,
.tbody-list-number-other-month:hover,
.tbody-list-number-other-month:focus {
	color: #CDD5DB;
	background: none;
	cursor: auto;
}

.jst-calendar-today .tbody-list-number {
	background: #2D9AD8;
	color: #ffffff;
	font-family: "firago-semibold";
}

.jst-calendar-tbody-list span.ng-star-inserted {
	position: absolute;
	bottom: 17px;
	left: calc(50% - 3px);
	color: #F54D86;
	font-size: 30px;
	line-height: 0;
	height: 2px;
	max-height: 2px;
}

.jst-calendar-tbody-list * {
	cursor: pointer;
}

@media (max-width: 1499px) {
	.tbody-list-number {
		line-height: 38px;
		min-height: 38px;
		font-size: 0.8em;
	}
	.events-container {
		margin-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.events-container {
		margin-bottom: 50px;
	}


	.header-search-input
	{
		min-width: 100%;;
	}
	.jst-calendar-thead-row {
		padding: 6px 15px 0 15px;
	}
	.jst-calendar-tbody-row {
		padding: 5px 15px 0 15px;
	}
	.calendar-button-container {
		padding: 15px;
	}
	.tbody-list-number {
		line-height: 34px;
		min-height: 34px;
	}
	.calendar-date-container {
		flex-direction: column;
	}
	.calendar-date-text {
		margin-bottom: 15px;
		padding-top: 5px;
	}
	.jst-calendar-tbody-list span.ng-star-inserted {
		bottom: 14px;
	}
}

.btn-sm.calendar-next-button,
.btn-sm.calendar-prev-button {
	padding: 0;
}




/* Videos */

.videos-columns-container  .bx-wrapper
{
	width: 100%!important;
	max-width: 100%!important;
	margin-bottom: 0;
}


.videos-columns-container .bx-wrapper .bx-viewport
{
	height: auto!important;
	-moz-box-shadow: 0 0 0px #cccccc;
    -webkit-box-shadow: 0 0 0px #cccccc;
    box-shadow: 0 0 0px #cccccc;
    border: 0px solid #ffffff;
    left: 0px;
    background: transparent;
}


.videos-columns-container .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: none;
}


.bx-prev:focus,
.bx-next:focus
{	
	outline: 3px solid #000000!important;
	outline-offset: 2px;
	border-radius:  100%;
    -webkit-border-radius: 100%

}

.videos-prev-button,
.videos-next-button
{
	position: relative;
}



.videos-prev-button .bx-prev,
.videos-next-button .bx-next
{
	display: block;
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.videos-prev-button .bx-prev:focus,
.videos-next-button .bx-next:focus
{
	
	border-radius: 0px;
	-webkit-border-radius:0px
}

.video-cont 
{
	background: #ffffff;
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.video-text 
{
	text-align: center;
	color: #8A8D95;
}

.video-list-play-icon {
	position: absolute;
	z-index: 5;
	width: 40px;
	height: 40px;
	fill: white;
	opacity: 0.8;
	left: calc(50% - 17px);
	top: calc(50% - 20px);
  }

  .video-list:hover .video-list-play-icon,
.video-list-active .video-list-play-icon {
  opacity: 1;
}
.video-list:hover .video-list-text,
.video-list-active .video-list-text {
  color: #ffffff;
}
.video-item:hover .video-text 
{
	color: #297CAC
}
.video-item:focus .video-text
{
	color: #ff0000
}


.home-videos-container {
	background: url('../images/videos-bg.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.home-videos-container::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #E0E8EE;
	opacity: 0.9;
	top: 0;
	left: 0;
}

.videos-columns-container {

	z-index: 10;
}

.videos-left-col {
	min-width: calc(67% - 45px);
	max-width: calc(67% - 45px);
	width: calc(67% - 45px);
	background: #000000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	min-height: 515px;
}

.videos-left-col video {
	width: 100%;
	height: 100%;
}

.videos-right-col {
	min-width: calc(33% - 15px);
	max-width: calc(33% - 15px);
	width: calc(33% - 15px);
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 522px;
	overflow: hidden;
}

.videos-right-content {
	display: block;
	width: calc(100% + 20px);
	margin-right: -20px;
	height: 100%;
	max-height: 100%;
	overflow: auto;
}


.video-item-thumbnail {
	display: block;
	width: 175px;
	min-width: 175px;
	max-width: 175px;
	height: 97px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.video-item-thumbnail::before {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.3;
	position: absolute;
	content: "";
	z-index: 1;
}

.video-item-text {
	font-size: 15px;
	line-height: 22px;
	font-family: "firago-semibold";
	color: #8A8D95;
	padding-left: 20px;
	flex-grow: 1;
}


.video-item:hover .video-item-play-icon,
.video-item-active .video-item-play-icon {
	opacity: 1;
}

.video-item:hover .video-item-text,
.video-item-active .video-item-text {
	color: #ffffff;
}

.videos-big-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.videos-darkener {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.play-button {
	fill: #ffffff;
	width: 90px;
	height: 90px;
}

.videos-columns {

	z-index: 10;
}

.videos-columns-container {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}



.video-item {
	display: block;
	align-items: center;
	color: #8A8D95;
	font-family: "firago-semibold";
	cursor: pointer;
	text-align: center;
	min-height: 129px;
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 30px;
}




.video-text {
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	display: flex;
height: 6em;
	padding: 18px 20px 22px 20px;

	font-size: 16px;
	font-size:0.95em;
    text-align: center;
    line-height: 1.3em;




}
.video-text-overflow
{
	display: block;
	max-height: 4em;
	overflow: hidden;
}

.bx-wrapper .bx-loading {
	
	background: url("images/bx_loader.gif") center center no-repeat #fff;
}
.videos-list {
    display: flex;
    width: calc(100% / 3 - 20px);
    min-width: calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
    margin-right: 30px;
    font-size: 16px;
    color: #8A8D95;

	font-family: "firago-semibold";
    cursor: pointer;
    text-align: center;
    line-height: 22px;

}



.videos-list:hover {
	color: #235788;
}
.videos-list:hover .video-text
{
	color: #235788;	
}




	@media (max-width: 1218px) {
		.video-text {
		
			height: 10em
		
		
		
		
		
		}
		.video-text-overflow
		{
			
			max-height: 7.8em
			
		}
		}
		


.video-image-cont {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 0;
	padding-bottom: 56%;
	position: relative;
	background: #000000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}


.video-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
}

.video-image::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
}

.video-item-play-icon {
	position: absolute;
	z-index: 5;
	width: 40px;
	height: 40px;
	fill: #ffffff;
	opacity: 0.8;
	left: calc(50% - 17px);
	top: calc(50% - 20px);
}

.title-arrow-all {
	margin-right: 10px;
}

.title-arrow {
	margin-left: 5px;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}

.videos-columns-inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(100% / 3 - 20px));
	justify-content: space-between;
	flex-wrap: wrap;
}

.videos-columns-inner .videos-list {
	margin-bottom: 60px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.other-videos-container .videos-list {
	margin-bottom: 30px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.inner-video-player {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56%;
	margin-bottom: 20px;
}

.inner-video-player video,
.inner-video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}









@media (max-width: 1499px) {
	.video-item-text {
		font-size: 13px;
		line-height: 19px;
		padding-left: 16px;
	}
}




@media (max-width: 1199px) {
	.videos-list {
		width: calc(100% / 3 - 13px);
		min-width: calc(100% / 3 - 13px);
		max-width: calc(100% / 3 - 13px);
		margin-right: 20px;
		font-size: 15px;
		line-height: 20px;
	}
	.videos-columns-inner {
		grid-template-columns: repeat(auto-fill, calc(100% / 2 - 15px));
	}
	.videos-columns-inner .videos-list {
		margin-bottom: 50px;
	}
	.video-text {
		padding: 15px 15px 19px 15px;

	}
}

@media (max-width: 991px) {
	.videos-list {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media (max-width: 767px) {
	.videos-list {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.videos-columns-inner {
		grid-template-columns: repeat(auto-fill, 100%);
	}
	.videos-columns-inner .videos-list {
		margin-bottom: 30px;
	}
}

.videos-next-button,
.videos-prev-button {
	width: 36px;
	padding: 3px 0 0 0;
}

.videos-next-button:hover svg,
.videos:hover svg {
	fill: #235788;
}

.btn-sm.videos-next-button,
.btn-sm.videos-prev-button {
	padding: 0;
}


/* Slider */

.slider-container {
	display: block;
	width: 1440px;
	height: 550px;
	position: relative;
	margin: 20px auto 0 auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	overflow: hidden;
}

.home-slider
{
	height: 550px;
}


.slider-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0;
}
.slider-image-mobile
{
	display: none;
}

.slider-arrow-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 50px;
	width: 50px;
	top: calc(50% - 35px);
	background: rgba(255, 255, 255, 0.75);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	cursor: pointer;
	z-index: 1;
}


.slider-arrow-button a
{
font-size: 0;
display: block;
position: absolute;
width: 100%;
height: 100%;
left:0;
top:0;
z-index: 3;;
}
.slider-arrow-button:hover,
.slider-arrow-button:focus {
	background: #ffffff;
}

.arrow-button-left {
	left: 30px;
}

.arrow-button-right {
	right: 30px;
}

.slider-arrow-icon {
	width: auto;
	height: 16px;
	fill: #235788;
}

.slider-link:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
	cursor: pointer;
	z-index: 1;
}
.slider-link
{
	display: block;
	width: 100%!important;
	height: 100%;
	position: relative;
}

.slider-link:focus .slider-content .btn
{
	background: #F54D86;;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus
{


	outline: 2px solid #F54D86!important;
	outline-offset: 3px;
}
.slider-content {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	color: #ffffff;
	padding: 0 30px;
	z-index: 2;
}

.slider-content h1,
.slider-content h2 {
	margin-bottom: 25px;
}

.slider-content h4 {
	margin-bottom: 40px;
}
.slider-container .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom: 0;
}

.slider-container .bx-controls {
    position: absolute;
    display: block;
    width: 50%;
    margin: auto;
    bottom:17px;
    left: 0;
    right: 0;
	
}
.slider-container .bx-wrapper .bx-viewport
{
	border: 0;
	left: 0;
	-moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
height: auto!important;

  
}
.slider-container .bx-wrapper .bx-pager.bx-default-pager a
{
display: block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: white;
    font-size: 0;
    cursor: pointer;
    margin: 0 6px;
    transition: 250ms;
    -webkit-transition: 250ms;
}

.slider-container .bx-wrapper .bx-pager.bx-default-pager a.active{

		width: 20px;
		cursor: auto;

}


.slider-container .bx-wrapper
{
	margin: 0;
}
.slider-container .bx-wrapper .bx-pager
{
padding-toP: 0;
}
.slider-container .bx-wrapper
{
	border-radius: 12px;
    -webkit-border-radius: 12px;
	overflow: hidden;
}

.bx-pager-item a {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	font-size: 0;
	cursor: pointer;
	margin: 0 6px;
	transition: 250ms;
	-webkit-transition: 250ms;
}

.bx-pager-item a.active {
	width: 20px;
	cursor: auto;
}

.slider-content .container {
	padding-left: 120px;
	padding-right: 120px;
}

.slider-container h2 {
	font-size: 25px;
	font-size: 1.4em;
	line-height:  1.4em;
	max-height:  4.2em;
	overflow: hidden;
}



@media (max-width: 1499px) {
	.slider-container
	 {
	
		width: calc(100% - 40px);
	}

	.slider-content {
		bottom: 40px;
	}
}

@media (min-width: 1199px) {
	.slider-container h2 {
		font-size: 25px;
		font-size: 1.4em;
		line-height:  1.4em;
		max-height:  4.2em;
	}
}



@media (max-width: 1050px) {


	.slider-container h2 {
	
		font-size: 1.3em;
		line-height:  1.3em;
		max-height: 3.9em;

	}
	.slider-content {
		bottom: 20px;
		padding: 0 20px;
	}
	.fontSize160 .slider-arrow-button,
	.fontSize140 .slider-arrow-button,
	.fontSize120 .slider-arrow-button{
top: 36px;
	}

	.resizemode .slider-container {
		width: 100%;
		height: 37vw;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.slider-container {
		margin-top: 3px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		height: 290px;
	}
	.slider-container .bx-wrapper
	{
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}

.slider-image
{
	display: none;
}
.slider-image.slider-image-mobile
{
	display: block;
}
	.slider-bullets {
		display: none;
	}
	.slider-arrow-button {
		top: inherit;
		bottom: 25px;
		z-index: 5;
	}
	.arrow-button-left {
		left: inherit;
		right: 65px;
	}
	.arrow-button-right {
		right: 15px;
	}

	.slider-content {
		padding: 0 15px;
	}
	.slider-content .btn-lg {
		min-height: 46px;
		padding: 14px 20px 12px 20px;
		font-size: 14px;
	}


}

@media (max-width: 680px) {


}



/* Right Banner */

.right-banners-container {
	display: none;
	position: fixed;
	left: calc(100vw - 60px);
	top: calc(50% - 20px);
	z-index: 500;
	transition: 200ms;
	-webkit-transition: 200ms;
	white-space: nowrap;
	line-height: 1.2em;
}
.right-banners-container:hover {
	left: auto;
	right: 0;
}

.right-banner {
	margin: 5px 0;
	background: #ffffff;
	display: flex;
	align-items: center;
	text-align: left;
	color: #8A8D95;
	cursor: pointer;
	border: 1px solid #DBE2E8;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 8px 10px;
}
.right-banner:focus{
	background-color: #ff0000;
}

.banner-phone-icon {
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	fill: #297CAC;
	margin-right: 10px;
}

.right-banner-desc {
	display: block;
}

.right-banner-text {
	color: #111111;
	font-size: 15px;
	display: block;
	font-family: "firago-semibold";
	text-transform: uppercase;
}

.right-banner-text.caps {
	text-transform: inherit;
}

.right-banner-text.hotline {
	font-size: 19px;
	font-size: 1.15em;
}

.right-banner-text.robchat {
	font-size: 17px;
	font-size: 1.05em;
}

.sb-content,
.sb-icon {
	display: block;
}


/* Other */

@media (max-width: 1499px) {
	.body-minheight-container {
		min-height: calc(100vh - 485px);
	}
	.section-padding {
		padding: 60px 0 80px 0;
	}
	.news-section {
		width: calc(71% - 20px);
		min-width: calc(71% - 20px);
		max-width: calc(71% - 20px);
	}
	.events-section {
		width: calc(29% - 30px);
		min-width: calc(29% - 30px);
		max-width: calc(29% - 30px);
	}
	.title-container {
		padding-bottom: 30px;
	}
	.title,
	.title-container .title {

		font-size: 1.3em;

		line-height: 1.3em;
	}
	h1 {
		font-size: 2em;
		line-height: 44px;
	}
	.inner-section-padding {
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.map-box iframe {
		height: 320px !important;
		min-height: 320px !important;
		max-height: 320px !important;
	}
}

@media (max-width: 1199px) {
	.body-minheight-container {
		min-height: inherit;
	}
	.inner-section-padding {
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.container,
	.container-sm {
		padding: 0 20px;
	}
	.section-padding {
		padding: 40px 0 60px 0;
	}
	.events-section {
		width: 300px;
		min-width: 300px;
		max-width: 300px;
	}
	.news-section {
		width: calc(100% - 330px);
		min-width: calc(100% - 330px);
		max-width: calc(100% - 330px);
	}
	.map-box iframe {
		height: 280px !important;
		min-height: 280px !important;
		max-height: 280px !important;
	}
	.inner-box-padding {
		padding: 25px;
	}
}


@media (max-width: 1023px) {

	.slider-arrow-button
	{
		top: 36px;
	}


	footer
	{
		position: static;
	}

	body
	{
		padding-bottom: 0;
	}
	.footer-right-container
	{
		width: 65%;
		margin: 32px 0;
	}

	.footer-subscribe-block .footer-text-title
	{
border-bottom: 1px solid rgba(255, 255, 255, 0.4);;
	}


	body.fontSize160 .slider-container h2
	{
		font-size: 1.35em;
		line-height: 1.2em;
		max-height: 3.6em;
	}

	body.fontSize160  .btn-lg
	{
		font-size: 0.7em;
		padding: 16px 17px 14px 17px;
	}
	body.fontSize140 .slider-container h2
	{
		font-size: 1.3em;
		line-height: 1.2em;
		max-height: 3.6em;
	}

	body.fontSize140  .btn-lg
	{
		font-size: 0.7em;
		padding: 16px 17px 14px 17px;
	}

	.slider-content h1, .slider-content h2 {
		margin-bottom: 14px;
	}


	}

@media (max-width: 991px) {
	.container,
	.container-sm {
		padding: 0 15px;
	}
	.two-sections-container {
		display: block;
	}
	.news-section {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.events-section
	{
		display: block;
		width: 100%;
		min-width: 100%;
		max-width: 100%;

	}
	.events-section-top{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.events-container {
		width: calc(50% - 20px);
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin: 0;
	}
	.map-container {
		width: calc(50% - 20px);
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin: 0;
	}
	.map-box iframe {
		height: 426px !important;
		min-height: 426px !important;
		max-height: 426px !important;
	}
	.events-container .box
	{
		height: 87%;
		position: relative;
	}
	.calendar-button-container
	{	
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.visible-xs {
		display: none !important;
	}
}

@media (max-width: 767px) {

	.events-container .box
	{
		height: auto;
		position: relative;
	}
	.calendar-button-container
	{	
		position: static;
		bottom: auto;
		width: 100%;
	}
	.events-section-top
	{
		display: block;
	}
	.hidden-xs {
		display: none !important;
	}
	.inner-box-padding {
		padding: 15px;
	}
	h3 {
		font-size: 1.2em;
		line-height:1.2em;
		margin: 0 0 16px 0;
	}
	.events-section {
		display: block;
	}
	.events-container {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin: 0 0 50px 0;
	}
	.map-container {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.map-box iframe {
		height: 360px !important;
		min-height: 360px !important;
		max-height: 360px !important;
	}
	.videos-columns
	{
		display: block;
	}
	.video-item
	{
		max-width: 100%;
	}
	.slider-container .bx-controls
	{
		display: none;
	}
	.slider-container h2
	{
		font-size:1em;
	}

	body.fontSize140 .slider-container h2 {
		font-size: 1.1em;
		line-height: 1.2em;
		max-height: 4.8em;
	}


	body.fontSize160 .slider-container h2 {
		font-size: 1.2em;
		line-height: 1.2em;
		max-height: 4.8em;
	}

}


/* CountDown */


.countdown-block
{
	background-size: cover;
	aspect-ratio: auto 2.306 / 1;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	
}

.countdown-text
{

	
	text-align: center;
	padding: 13px 40px 3px;
}


.countdown-text-overflow
{

	height: 2.8em;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;

}

.countdown-day
{
	display: flex;
	position: relative;
	width: 86px;
	margin: 0 auto
}

#countdown-day
{
	background: url('../images/countdown-day-bg.png') no-repeat center;
	background-size: cover;
	width: 86px;
	height: 89px;
	font-size: 58px;
    line-height: 70px;
	padding-top: 17px;
	color: #274084;
	text-align: center;
}

.countdown-day-text
{
	margin-top: 52%;
}

.countdown-day-text
{
	position: absolute;
}
.countdown-day-text-right
{
	left: 91px;
}
.countdown-day-text-left
{
right: 91px;
}
.countdown-time
{
	margin-top: 5px;
	text-align: center;
	margin-bottom: 14px;
	
}

#countdown-time
{	
	display: inline-block;
	letter-spacing: 0.13em;
	padding: 1px 3px 1px 4px;
	background-color: #274084;
	border: 2px solid #F9A654;
	width: 86px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	line-height: 1em;
	position: relative;
}

.countdownonly-time .countdown-day
{
	display: none;
}


.countdownonly-time  #countdown-time
{
	line-height: 1.2em;
}

.countdownonly-time .countdown-info-in
{

	height: 100%;
	display: flex;                  
	flex-direction: column;         
	
	justify-content: space-evenly;
}
.countdownonly-time .countdown-text
{
	padding-top:0px;
}

.countdown-time-text
{
	position: absolute;
	top: 1px;
	letter-spacing: normal;
}
.countdown-time-text-left
{
	right: 92px;
}
.countdown-time-text-right
{
left:92px;
}

.countdown-time-text-right,
.countdown-time-text-left
{
	display: none;
}

.countdownonly-time .countdown-time-text-right,
.countdownonly-time .countdown-time-text-left
{
	display: block;
}
.countdown-container
{
	margin-bottom: 40px;
}

#defaultCountdown
{
	display: none;
}
.countdown-block
{
	position: relative;
	transition: 250ms;
	-webkit-transition: 250ms;
}
.countdown-block:hover
{
	opacity: 0.9;
}
.countdown-info
{
	display: block;
	height: 100%;;
}
.countdown-img
{
	font-size: 0;
}
.countdown-img img
{
	width: 100%;
	display: block;
}	




#countdown-time-minute,
#countdown-time-secunde
{
	display: inline-block;
	width: 20px;
	position: relative;
	text-align: right;

}

#countdown-time-hour
{
	display: inline-block;
	max-width: 20px;
	position: relative;
	text-align: right;
}
#countdown-time-hour:before,
#countdown-time-minute:before
{
	content: ":";
	display: block;
	position: absolute;
	left: 109%;
	top: -0.5px;
}


.countdownonly-day .countdown-info-in
{

	height: 100%;
	display: flex;                  
	flex-direction: column;         
	
	justify-content: space-evenly;
}
.countdownonly-day .countdown-text
{
	padding-top:0px;
}

.countdown-day-text-right
{
	left: 96px;
}

.countdown-day-text-left
{
	right: 96px;
}
.countdown-link
{
	display: block;
}

.countdown-en .countdown-text 
{
    padding-left: 60px ;
	padding-right: 60px ;
}


@media (max-width: 1500px) {

	.countdown-text {
		
		padding: 10px 35px 3px;
	}
	.countdown-block
	{
		font-size: 0.85em;	
		line-height: 1.3em;
	}
.countdown-text-overflow
{
	height:2.6em;
}
	#countdown-day
	{
		width: 70px;
		height: 73px;
		font-size: 44px;
		padding-top: 8px;
	}

	.countdown-day
	{
		width: 70px;
	}
	
.countdown-info-in
{

	height: 100%;
	display: flex;                  
	flex-direction: column;         
	justify-content: space-between; 
}

.countdown-time-text-right
{
	left:  93px;
}

.countdown-time-text-left
{
	right: 93px;
}
.countdown-day-text-right
{
	left: 80px;
}

.countdown-day-text-left
{
	right: 80px;
}


.countdownonly-day .countdown-day-text-right
{
	left: 116%;
}

.countdownonly-day .countdown-day-text-left
{
	right:  116%;
}
.countdownonly-day .countdown-day-text
{
	margin-top: 49%
}



#countdown-time
{
	width: 82px;

}
 #countdown-time-minute, #countdown-time-secunde
{
	width: 19px;
}
#countdown-time-hour
{
	max-width: 19px;
}

}

@media (max-width: 1390px) {


	
	.countdown-text {
		
		padding: 11px 27px 3px;
	}
	.countdown-block {
		font-size: 0.7em;
		line-height: 1.2em;
	}
.countdown-text-overflow
{
	height:2.4em;
}
	#countdown-day
	{
		width: 64px;
		height: 66px;
		font-size: 46px;
		padding-top: 4px;
	}

	.countdown-day
	{
		width: 64px;
	}

	.countdown-time-text-left
	{
		right:68px;
	}
	.countdown-time-text-right
	{
		left: 68px;
	}
	
	
.countdown-info-in
{

	height: 100%;
	display: flex;                  
	flex-direction: column;         
	justify-content: space-between; 
}

.countdown-day-text-right
{
	left: 70px;
}

.countdown-day-text-left
{
	right: 70px;
}
#countdown-time
{
	width: 64px;
}
#countdown-time-minute, #countdown-time-secunde
{
	width: 14px;
}
#countdown-time-hour
{
	max-width: 14px;
}

}


@media (max-width: 1265px) {


	

.countdown-text-overflow
{
	height:2.4em;
}
	#countdown-day
	{
		width: 56px;
		height: 58px;
		font-size: 40px;
		padding-top: 0px;
	}

	.countdown-day
	{
		width: 56px;
	}
	
.countdown-info-in
{

	height: 100%;
	display: flex;                  
	flex-direction: column;         
	justify-content: space-between; 
}

.countdown-day-text-right
{
	left: 64px;
}

.countdown-day-text-left
{
	right: 64px;
}
#countdown-time
{
	width: 56px;

}

.countdown-time-text-left
{
	right:61px;
}
.countdown-time-text-right
{
	left: 61px;
}
#countdown-time-minute, #countdown-time-secunde
{
	width: 12px;
}
#countdown-time-hour
{
	max-width: 12px;
}
#countdown-time
{
	padding-left: 3px;
}
.countdownonly-time #countdown-time
{
	padding-left: 4px;
}
#countdown-time-minute:before, #countdown-time-secunde:before
{
	left: 110%
}
.countdown-day-text {
    margin-top: 46%;
}

}

@media (max-width:991px) {
	.countdown-text {
		
		padding: 11px 40px 3px;
	}
	.countdown-block
	{
font-size: 0.8em;
line-height: 1.3em;
	}
.countdown-text-overflow
{
	height:2.6em;
}
	#countdown-day
	{
		width: 69px;
		height: 72px;
		font-size: 50px;
		padding-top: 8px;
	}

	.countdown-time-text-left
	{
		right: 74px
	}
	.countdown-time-text-right
	{
		left: 74px
	}
	.countdown-day
	{
		width: 69px;
	}
	
.countdown-info-in
{

	height: 100%;
	display: flex;                  
	flex-direction: column;         
	justify-content: space-between; 
}

.countdown-day-text-right
{
	left: 80px;
}

.countdown-day-text-left
{
	right: 80px;
}

#countdown-time
{
	width: 69px;

}

#countdown-time-minute, #countdown-time-secunde
{
	width: 16px;
}
#countdown-time-hour
{
	max-width: 16px;
}
#countdown-time-minute:before, #countdown-time-secunde:before
{
	left: 103%
}
.countdown-block
{
	width: 400px;
	margin: 0 auto;
}
}

@media (max-width:470px) {
	.countdown-block
	{
		width:100%

	}
	.countdown-text
	{
		padding-top: 9px;
		padding: 11px 48px 3px;
	}

}



@media (max-width:380px) {
	.countdown-block
	{
		width:100%;
		min-height: 126px;

	}
	.countdown-text
	{
		padding-top: 9px;
		padding: 11px 20px 3px;
	}

#countdown-day {
    width: 49px;
    height: 50px;
    font-size: 34px;
    line-height: 50px;
    padding-top: 5px;
}
.countdown-day {
	width: 49px;
}


.countdown-day-text-right {
    left: 58px;
}
.countdown-day-text-left {
    right: 58px;
}



}   
@media (max-width:333px) {
.countdown-text-overflow
{
	font-size: 12px;
}
}
