.main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.main-header .container {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center
}

.top-header-content {
	background-color: #EBEFF5
}

.top-header-content .container {
	height: 50px
}

.topbar-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.topbar-nav li {
	display: inline-block;
	font-weight: 500;
	color: #061e46
}

.topbar-nav li + li {
	margin-left: 2em
}

.topbar-nav li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	margin-top: -2px;
	color: #0A6CFF
}

.social-header {
	margin-left: auto;
    margin-right: .72em
}

.social-header li + li {
    margin-left: 0
}

.social-header li {
    margin-right: 1.25em
}

.social-header li i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px !important;
    font-size: 1.25em;
    margin: 0
}

.lang-header {
	margin-left: 2em
}

.lang-header li + li {
	margin-left: 0
}

.lang-header li a {
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #7d8eaa
}

.lang-header li.active {
	float: left;
	margin-right: 2em
}

.lang-header li.active a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: .5em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0A6CFF
}

.lang-header li.active a {
	color: #061e46
}

.logo-header {
	display: block;
	width: 190px;
	height: 80px;
	background-image: url(../images/logo_rsck_default.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

/*====================*/
.active-menu {
	overflow: hidden !important
}

.toggle-menu-wrapper {
	position: relative;
	z-index: 20;
	margin-left: auto;
	display: none
}

.toggle-menu-wrapper .label-menu {
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
	font-size: .86em;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 1em;
	color: #aaa;
	transition: color .4s cubic-bezier(.4, 0, .2, 1);
	transition-delay: .4s
}

#home .toggle-menu-wrapper .label-menu,
.active-menu .toggle-menu-wrapper .label-menu {
	color: #fff;
	transition-delay: .15s
}

.toggle-menu {
	width: 24px;
	cursor: pointer;
	transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.toggle-menu-icon span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #061e46;
    transition: transform .4s cubic-bezier(.19, 1, .22, 1),
				opacity .4s cubic-bezier(.19, 1, .22, 1),
				background-color .4s cubic-bezier(.19, 1, .22, 1),
				width .4s cubic-bezier(.19, 1, .22, 1);
	transition-delay: .4s
}

#home .toggle-menu-icon span,
.active-menu .toggle-menu-icon span {
	background-color: #fff
}

.toggle-menu-icon span + span {
    margin-top: 4px
}

.toggle-menu-icon span:nth-child(1) {
	width: 80%
}

.toggle-menu-icon span:nth-child(3) {
	width: 60%
}

.active-menu .toggle-menu-icon span {
	width: 100%;
	transition-delay: .2s
}

.active-menu .toggle-menu {
	transform: rotate(180deg)
}

.active-menu .toggle-menu-icon span:first-child {
    transform: translate3d(0,6px,0) rotate3d(0,0,1,45deg);
    -webkit-transform: translate3d(0,6px,0) rotate3d(0,0,1,45deg)
}

.active-menu .toggle-menu-icon span:nth-child(2) {
    opacity: 0
}

.active-menu .toggle-menu-icon span:last-child {
    transform: translate3d(0,-6px,0) rotate3d(0,0,1,-45deg);
    -webkit-transform: translate3d(0,-6px,0) rotate3d(0,0,1,-45deg)
}

/*====================*/
.menu-header {
	margin-left: auto
}

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

.menu li {
	display: inline-block;
	position: relative
}

.menu li + li {
	margin-left: 2em
}

.menu li a {
	display: block;
	line-height: 40px;
	letter-spacing: .045em;
	font-weight: 500;
	text-transform: uppercase
}

.menu li.dropdown a:before {
	left: 50%;
	transform: translate3d(-50%, 100%, 0)
}

.menu li.dropdown:hover a::before {
	transform: translate3d(-50%, 0, 0)
}

.menu li.dropdown a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: .5em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0A6CFF
}

.menu li.dropdown .drophover a:after {
	display: none
}

.menu .drophover {
	left: 50%;
	transform: translate3d(-50%, 0, 0)
}

.menu li.dropdown .drophover a {
	font-weight: normal;
	font-size: 1em;
	line-height: inherit;
	text-transform: none;
	letter-spacing: normal
}

/*====================*/
.page-content {
	padding-top: 130px
}

.banner-area {
	position: relative;
	transform: translateZ(0);
	z-index: 2
}

.banner-area:before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: calc(50% + 50px);
	background-color: #0A6CFF;
	background-image: url(../images/pattern.svg);
	background-repeat: repeat;
	background-position: center bottom;
	z-index: -1
}

.banner-area .swiper-pagination {
	bottom: 5.5em
}

.banner-area .swiper-pagination-bullet {
	border-color: #fff
}

.banner-area .swiper-button-prev {
	left: 4em
}

.banner-area .swiper-button-next {
	right: 4em
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	color: #fff
}

.banner-area .swiper-button-prev:after {
	box-shadow: inset 2px 0 0 0 #fff
}

.banner-area .swiper-button-next:after {
	box-shadow: inset -2px 0 0 0 #fff
}

.banner-area .swiper-slide {
	width: 100% !important;
	height: 648px;
	transition-delay: .4s
}

.banner-area .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	z-index: 2;
	background-color: rgba(6, 30, 70, .4)
}

.banner-area .caption .container {
	overflow: hidden
}

.banner-area .caption .content {
	transition: transform .8s cubic-bezier(.4, 0, .2, 1);
	transition-delay: .2s
}

.banner-area .caption.change-slide .content {
	transform: translate3d(-120%, 0, 0);
	transition-delay: 0s
}

.banner-area .caption .main-title {
	margin: 0;
	width: 50%
}

/*
.banner-area .caption .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1.5em;
	background-color: #0A6CFF;
	z-index: -1
}
*/

.banner-area .caption .title:after {
	display: none
}

.banner-area .caption .title {
	font-size: 5em;
	font-weight: 700;
	color: #fff;
	padding: 0;
	line-height: 1.15em
}

.banner-area .caption .link {
	display: inline-block;
	margin-top: 2em;
	color: #fff
}

.banner-area .caption .link:hover,
.banner-area .caption .link:focus {
	color: #5DD60D
}

.banner-area .caption .link:after {
	background-color: #5DD60D
}

.banner-area .caption .link:hover::after,
.banner-area .caption .link:focus::after {
	background-color: #fff
}

.search-banner {
	position: absolute;
	top: 0;
	left: 4em;
	right: 4em;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	overflow: hidden
}

.search-banner .container {
	display: flex;
	display: -webkit-flex
}

.search-banner .row,
.search-banner [class^="col-"] {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	height: 100%
}

.search-banner .title {
	margin: 0 0 1em;
	color: #fff
}

.search-banner .form-action {
	position: relative;
	transform: translateZ(0);
	padding-left: 4em;
	z-index: 100;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column
}

/*
.search-banner .form-action:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	z-index: -1
}
*/

.search-banner .form-action .panel {
	margin: 0;
	background-color: #5DD60D
}

.search-banner .form-action .panel-body {
	padding-bottom: 2em
}

.search-banner .form-action .text-label {
	color: #fff
}

.search-banner .form-control {
	border: none
}

.search-banner .form-action .btn-submit {
	margin-bottom: calc(-30px - 1em);
	transform: translateY(1em)
}

/*====================*/
.search-area {
	display: none;
	position: relative;
	margin-top: -50px;
	z-index: 2
}

.search-area:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.4, 0, .2, 1),
				visibility .4s
}

.search-area.focused:before {
	opacity: 1;
	visibility: visible
}

.search-area .panel {
	margin: 0
}

.search-area .panel-body {
	padding: 0
}

.search-area .form-action {
	display: flex;
	display: -webkit-flex;
	margin: 0
}

.search-area .form-action [class^="col-"] {
	padding: 0
}

.search-area .form-action .row,
.search-area .form-group {
	margin: 0
}

.search-area .form-group .text-label {
	position: absolute;
	top: 2.25em;
	left: 4.2em;
	z-index: 4;
	pointer-events: none
}

.search-area .form-control {
	border: none;
	padding: 0 3em;
	font-size: 1em;
	height: 100px;
	padding-top: .714em
}

.search-area .btn-submit {
	height: 100%;
	box-shadow: none !important;
	text-align: left;
	padding: 0 3em;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center
}

.search-area .btn-submit i {
	margin-left: auto;
	font-size: 1.25em
}

/*====================*/
.home-welcome {
	position: relative;
	background-color: #0A6CFF;
	background-image: url(../images/pattern.svg);
	background-repeat: repeat;
	background-position: center bottom;
	color: #fff
}

.home-welcome .subtitle,
.home-welcome .title {
	color: #fff
}

.home-welcome .main-title .title:after {
	background-color: #5DD60D
}

.home-welcome .btn-wrapper {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2
}

.home-welcome .btn {
	line-height: 68px
}

/*====================*/
.home-facility .row {
	margin: 0
}

.home-facility .facility-item {
	padding: 0;
	position: relative
}

.home-facility .facility-item:after {
	content: "";
	display: block;
	padding-top: 75%;
	min-height: 300px
}

.facility-item .facility-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	color: inherit;
	transition: background-color .4s cubic-bezier(.4, 0, .2, 1)
}

.facility-item:nth-child(2) .facility-content {
	background-color: #E3EEFA
}
.facility-item:nth-child(3) .facility-content {
	background-color: #D7E6F7
}
.facility-item:nth-child(4) .facility-content {
	background-color: #DBE5FC
}
.facility-item:nth-child(5) .facility-content {
	background-color: #EAF3FC
}
.facility-item:nth-child(6) .facility-content {
	background-color: #E3EEFA
}

.facility-item:hover .facility-content {
	background-color: #004EC4
}

.facility-item .content {
	position: relative;
	transform: translateZ(0);
	flex-grow: 1;
	-webkit-flex-grow: 1;
	padding: 4em 6em
}

.facility-item .content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	margin-top: -.35em;
	background-image: url(../images/dotted.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .2;
	z-index: -1;
	transition: filter .4s cubic-bezier(.4, 0, .2, 1),
				opacity .4s cubic-bezier(.4, 0, .2, 1)
}

.facility-item:hover .content::before {
	opacity: .8
}

.facility-item:hover .content {
	animation: contentHover .4s cubic-bezier(.4, 0, .2, 1) forwards
}

@keyframes contentHover {
	0%, 100%{
		transform: translateY(0);
		opacity: 1
	}
	50%{
		transform: translateY(-1em);
		opacity: 0
	}
	51% {
		transform: translateY(1em);
		opacity: 0
	}
}

.facility-item .main-title {
	margin: 0
}

.facility-item .main-title .title,
.facility-item .facility-text {
	transition: color .4s cubic-bezier(.4, 0, .2, 1)
}

.facility-item .facility-text  {
	height: 3.3em;
	overflow: hidden
}

.facility-item .main-title .title:after {
	transition: background-color .4s cubic-bezier(.4, 0, .2, 1)
}

.facility-item:hover .main-title .title,
.facility-item:hover .facility-text {
	color: #fff
}

.facility-item:hover .main-title .title::after {
	background-color: #5DD60D
}

.facility-item .icon {
	position: relative;
	display: block;
	width: 60px;
	height: auto;
	margin: 4em auto;
}

.facility-item .icon path,
.facility-item .icon rect {
	fill: #0A6CFF;
	transition: fill .4s cubic-bezier(.4, 0, .2, 1)
}

.facility-item:hover .icon path,
.facility-item:hover .icon rect {
	fill: #5DD60D
}

/*====================*/
.home-register {
    position: relative;
    background-color: #0A6CFF;
    background-image: url(../images/pattern.svg);
    background-repeat: repeat;
    background-position: center bottom;
    color: #fff
}

.home-register .main-title {
    
}

.home-register .main-title .subtitle,
.home-register .main-title .title {
    color: #fff
}

.home-register .main-title .title::after {
    background-color: #5DD60D
}

.home-register .row {
    display: flex;
    display: -webkit-flex
}

.home-register h5 {
    color: #fff
}

.home-register ul {
    margin: 0 0 1.75em;
    padding: 0;
    list-style: none
}

.home-register ul li {
    position: relative;
    display: block;
    padding-left: 1.75em;
    margin: .35em 0
}

.home-register ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: #5DD60D
}

/*
.home-register .panel {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    background-color: transparent;
    box-shadow: none;
    min-height: 140px;
    margin: 2em 0
}

.home-register img {
    display: block;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    min-width: 60px;
    width: 60px;
    margin-right: 3em
}

.home-register .panel-body {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0 8em 0 0
}

.home-register .panel .title {
    font-size: 1.5em;
    margin: 0 0 1em;
    color: #fff
}
*/

/*====================*/
.home-partner a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: filter .3s cubic-bezier(.4, 0, .2, 1)
}

.home-partner a:hover {
    filter: grayscale(0)
}

/*====================*/
.latest-post .swiper-pagination {
	left: auto;
	width: auto;
	top: 3em;
	right: 4em;
	bottom: auto
}

.latest-post .swiper-pagination-bullet {
	border-color: #fff
}

.single-article {
	position: relative
}

.single-article .single-img .thumb:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 30, 70, .5);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.4, 0, .2, 1)
}

.single-article:hover .single-img .thumb::after {
	opacity: 1
}

.single-article .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4em 4em 3em;
	background-image: linear-gradient(to top, rgba(6, 30, 70, .5)0%, rgba(6, 30, 70, 0)100%);
	z-index: 2
}

.single-article .label-article {
	position: absolute;
	top: 3em;
	left: 4em;
	z-index: 2
}

.single-article .single-title {
	font-weight: 500;
	font-size: 1.75em;
	line-height: 1.35em;
	max-height: 2.7em;
	overflow: hidden;
	margin: 0 0 .72em;
	color: #fff
}

.single-article .meta span {
	color: #fff;
	display: inline-block;
	font-size: .86em
}

.single-article .meta span + span {
	margin-left: 1em
}

.list-article .single-article + .single-article {
	margin-top: 2em
}

.list-article .single-article a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	color: inherit
}

.list-article .single-img {
	width: 226px;
	margin-right: 1.5em
}

.list-article .single-img:after {
	padding-top: 100%
}

.list-article .single-img .thumb:after {
	content: "\e63d";
	font-family: "themify";
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 2em;
	color: #fff
}

.list-article .caption {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	position: static;
	padding: 0;
	background-image: none
}

.list-article .label-article {
	position: static
}

.list-article .single-title {
	font-size: 1.25em;
	line-height: 1.45em;
	max-height: 2.9em;
	color: #061e46;
	margin: .714em 0 .35em
}

.list-article .meta span {
	color: inherit;
	font-size: .86em
}

.list-single-article .single-article {
	transform: translateZ(0);
	margin-bottom: 2em
}

.list-single-article a {
	color: inherit
}

.list-single-article .single-img {
	padding: 4em 3em;
	background-color: #fff;
	background-image: url(../images/ic_newspaper.svg);
	background-repeat: no-repeat;
	background-position: center right 3em;
	background-size: 3em auto;
	border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.list-single-article .single-img:after {
	padding-top: 0
}

.list-single-article .single-img .thumb {
	z-index: -1
}

.list-single-article .single-img .thumb:after {
	display: none
}

.list-single-article .label-article {
	position: static
}

.list-single-article .caption {
	position: static;
	background-color: #fff;
	background-image: none;
	padding: 2em 2.5em
}

.list-single-article .single-title {
	font-weight: 500;
	color: #061e46;
	margin-bottom: 1.5em;
	transition: color .4s cubic-bezier(.4, 0, .2, 1)
}

.list-single-article .single-article:hover .single-title {
	color: #0A6CFF
}

.list-single-article .meta span {
    color: inherit;
    display: inline-block
}

.list-single-article .meta .meta-author {
	color: #0A6CFF
}

/*====================*/
.page-header {
	position: relative;
	transform: translateZ(0);
	padding: 0;
	margin: 0;
	border: none
}

.page-header-content {
	position: relative;
	padding: 6em 0
}

.page-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 6em);
	background-color: #0A6CFF;
	background-image: url(../images/pattern.svg);
	background-repeat: repeat;
	background-position: center bottom;
	z-index: -1
}

.page-header .row {
	flex-grow: 1;
	-webkit-flex-grow: 1
}

.page-header [class^="col-"] {
	position: static;
	flex-shrink: 0;
	-webkit-flex-shrink: 0
}

.page-header .main-title {
	margin: 0
}

.page-header .main-title .subtitle {
	color: #fff
}

.page-header .main-title .title {
	font-size: 4em;
	font-weight: 700;
	*padding: .35em 0 .35em .5em;
	line-height: 1.15em;
	color: #fff;
	letter-spacing: 1px
}

/*
.page-header .main-title .title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1.5em;
    background-color: #5DD60D;
    z-index: -1
}
*/

.page-header .main-title .title:after {
	background-color: #5DD60D;
	height: 6px;
	margin-top: .25em
}

.page-header .breadcrumb {	
	text-align: right;
	margin-top: 2em
}

.main-page-content {
	position: relative;
	transform: translateZ(0)
}

.main-page-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 4em;
	right: 4em;
	height: 6em;
	background-color: #F5F7FA;
	z-index: -1
}

/*====================*/
.sidebar-post {
	padding-right: 4em
}

.sidebar-post .single-title {
	font-size: 2.75em;
	font-weight: 500;
	line-height: 1.15em;
	margin: .5em 0 .5em
}

.sidebar-post .meta span {
	display: inline-block
}

.sidebar-post .meta span + span {
	margin-left: 1em
}

.sidebar-info {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar-info li + li {
	margin-top: 2em
}

.sidebar-info .single-title,
.sidebar-info .title-label {
	font-size: 1.25em;
	line-height: 1.35em;
	font-weight: normal;
	color: #061e46;
	margin: 0
}

.article-post .main-title {
	margin-bottom: 2em
}

.article-post ul {
	margin: 1em 0;
	padding: 0;
	list-style: none
}

.article-post ul li {
	position: relative;
	padding-left: 1.86em
}

.article-post ul li + li {
	margin-top: .25em
}

.article-post ul li:before {
	content: "";
	width: 1em;
	height: 1px;
	background-color: #0A6CFF;
	position: absolute;
	top: .86em;
	left: 0
}

.article-post img {
	max-width: 100%;
	margin: 2em 0 1em;
	border-radius: 6px
}

.article-post img[align="left"] {
	margin-right: 2em
}

.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5 {
	line-height: 1.4em
}

.next-post-wrapper {
	padding-top: 0
}

.next-post  {
	padding-top: 6em;
	border-top: 1px solid rgba(0, 0, 0, .075)
}

.next-post .next-label {
	font-weight: 500;
	text-transform: uppercase;
	color: #5DD60D;
	margin-bottom: .5em
}

.next-post .next-label:after {
	content: "\e628";
	font-family: "themify";
	font-weight: normal;
	transform: translateX(-100%);
	opacity: 0;
	float: right;
	font-size: 1.5em;
	transition: transform .4s cubic-bezier(.4, 0, .2, 1),
				opacity .4s cubic-bezier(.4, 0, .2, 1)
}

.next-post .single-article:hover .next-label::after {
	transform: translateX(0);
	opacity: 1
}

.next-post a {
	color: inherit
}

.next-post .caption {
	padding: 0;
	position: static;
	background-image: none
}

.next-post .meta {
	margin-top: 1em
}

.next-post .meta span {
	display: inline-block;
	color: inherit
}

.next-post .single-title {
	margin: 0;
	color: #061e46;
	display: inline;
	border-bottom: 4px solid transparent;
	transition: border .4s cubic-bezier(.4, 0, .2, 1)
}

.next-post .single-article:hover .single-title {
	border-color: #5DD60D
}

.gallery-item {
	position: relative;
	cursor: pointer;
	margin-bottom: 2em
}

.gallery-img {
	position: relative;
	transform: translateZ(0);
	background-color: #061e46;
}

.gallery-img:after {
	content: "\e610";
	font-family: "themify";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.7);
	width: 60px;
	line-height: 60px;
	font-size: 1.25em;
	text-align: center;
	border-radius: 50%;
	background-color: #061e46;
	color: #fff;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.4, 0, .2, 1),
				transform .2s cubic-bezier(.4, 0, .2, 1)
}

.gallery-item:hover .gallery-img::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1)
}

.gallery-video:after {
	content: "\e6ad";
	transform: translate(-50%, -50%) scale(1);
	opacity: 1
}

.gallery-img img {
	max-width: 100%;
	vertical-align: middle;
	transition: opacity .4s cubic-bezier(.4, 0, .2, 1)
}

.gallery-item:hover img {
	opacity: .7
}

.gallery-item .caption {
	margin-top: 1em;
	padding-left: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gallery-item .caption:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	width: 1em;
	height: 1px;
	background-color: #0A6CFF
}

.content-list-wrap {
	margin: 0 4em
}

.content-list-wrap + .content-list-wrap {
	padding-top: 6em;
	margin-top: 6em;
	border-top: 1px solid rgba(0, 0, 0, .075)
}

.sidebar-menu {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar-menu li + li {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, .075)
}

.sidebar-menu li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 1px;
	background-color: #0A6CFF;
	margin-right: 0;
	transition: width .4s cubic-bezier(.4, 0, .2, 1),
				margin .4s cubic-bezier(.4, 0, .2, 1)
}

.sidebar-menu li.active a,
.sidebar-menu li a:hover,
.sidebar-menu li a[aria-expanded="true"] {
	color: #0A6CFF
}

.sidebar-menu li.active a:before,
.sidebar-menu li a:hover::before,
.sidebar-menu li a[aria-expanded="true"]:before {
	width: 1em;
	margin-right: .86em
}

.sidebar-menu li a[data-toggle="collapse"]:after {
	content: "\e61a";
	font-family: "themify";
	float: right;
	font-size: .86em;
	color: #7d8eaa
}

.sidebar-menu li a[aria-expanded="true"]:after {
	content: "\e622";
}

.sidebar-menu ul {
	margin: 0;
	padding: 1em 0 0 1.86em;
	list-style: none
}

.sidebar-menu ul li a:before {
	display: none
}

.sidebar-menu ul li + li {
	padding-top: 0;
	border-top: none;
	margin-top: .5em
}

/*====================*/
.search-team {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .075);
	margin-bottom: 4em
}

.search-team:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: #0A6CFF
}

.search-team .form-control {
	font-size: 1.75em;
	font-weight: 500;
	color: #061e46;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0 0 .5em;
	height: auto
}

.tea-items {
	margin: 0 -.5em
}

.team-items [class^="col-"] {
	padding: 0 .5em
}

.team-item {
	margin-bottom: 1em
}

.team-item .box-img {
	display: none
}

.team-item .box-img:after {
	padding-top: 100%
}

.team-item .team-name,
.team-item .team-time {
	position: relative;
	padding: 1.5em 2em;
	background-color: #fff
}

.team-item .team-name {
	border-bottom: 1px solid #F5F7FA
}

.team-item .team-name:after {
	content: "";
	position: absolute;
	left: 2em;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background-color: #0A6CFF
}

.team-item .team-name h5 {
	margin: 0
}

.team-time .time {
	display: flex;
	display: -webkit-flex
}

.team-time .time span {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	min-width: 50%
}

/*====================*/
.service-wrapper .service-content {
	padding: 2em 2.5em;
	background-color: #fff;
	margin-bottom: 2em
}

.service-content .main-title {
	margin-bottom: 2em
}

.service-content .text-title {
	color: #061e46;
	font-weight: normal
}

.service-content .list-service {
	margin: 1.5em 0 0;
	padding-top: 1.5em;
	border-top: 1px solid rgba(0, 0, 0, .075)
}

.service-content .list-service [class^="col-"] {
	padding: 0
}

.service-content .list-service .text-label {
	*color: inherit
}

.service-content .list-service p {
	margin: 0
}

.list-jobs img {
	width: 50px;
	height: auto;
	vertical-align: middle;
	margin-right: 2em
}

.list-jobs h5 {
	margin: 0
}

.list-jobs .job-item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2em
}

/*====================*/
.banner-event {
    padding-bottom: 0
}

.banner-event img {
    display: block;
    max-width: 100%;   
    vertical-align: middle;
    margin: 0 auto
}

/*====================*/
.widget-ig {
    margin: 0 -.5em
}

.widget-ig > [class^="col-"] {
    padding: 0 .5em;
    margin-bottom: 1em
}

.widget-ig .box-img:after {
    padding-top: 100%
}

.widget-ig .thumb:after {
    content: "\e610";
    font-family: "themify";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 1.5em;
    color: #fff;
    opacity: 0
}

.widget-ig a:hover .thumb::after {
    opacity: 1
}

/*====================*/
.btn-top {
	position: fixed;
	bottom: 2em;
	right: 1.75em;
	z-index: 200;
	padding: 0;
	width: 60px;
	line-height: 58px;
	border-radius: 50%;
	transform: translateY(calc(100% + 30px));
	transition: transform .4s cubic-bezier(.4, 0, .2, 1),
				background-color .4s cubic-bezier(.4, 0, .2, 1)
}

.btn-top.show {
	transform: translateY(0)
}

/*====================*/
.main-footer {
	position: relative;
	transform: translateZ(0);
	color: #fff
}

.main-footer .map-wrapper {
	height: 480px;
	position: relative;
	overflow: hidden
}

.main-footer #map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.main-footer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 240px);
	bottom: 0;
	left: 0;
	background-color: #0A6CFF;
	background-image: url(../images/pattern.svg);
	background-repeat: repeat;
	background-position: center bottom;
	z-index: -1
}

.main-footer .logo-footer {
	display: block;
	width: 220px;
	height: 50px;
	background-image: url(../images/logo_rsck_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 2em
}

.main-footer .link:hover,
.main-footer .link:focus {
	color: #5DD60D
}

.main-footer .link:after {
	background-color: #5DD60D
}

.main-footer .link:hover::after {
	background-color: #fff
}

.main-footer .main-title,
.main-footer .contact-info-text {
	margin-bottom: 2em
}

.main-footer .main-title .title {
	color: #fff
}

.main-footer .main-title .title:after {
	background-color: #5DD60D
}

.contact-info,
.footer-nav {
	position: relative;
	transform: translateZ(0);
	margin: 0;
	padding: 0;
	list-style: none
}

.contact-info {
    margin-top: 2em;
    position: relative;
    z-index: -1
}

.contact-info li {
	display: block;
	position: relative;
	padding-left: 1.75em
}

.contact-info li + li {
	margin-top: .86em
}

.contact-info li i {
	position: absolute;
	top: 4px;
	left: 0;
	color: #fff
}

.main-footer .contact-info:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 250px;
	background-image: url(../images/map.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .25
}

.footer-nav li + li {
	margin-top: .5em
}

.footer-nav:hover li a {
	color: rgba(255, 255, 255, .5)
}

.footer-nav li a,
.footer-nav li a:hover {
	color: #fff
}

.main-footer .copyright-wrapper .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	margin: 0 -1em 4em;
	color: #A6C8FF
}

.main-footer .rs-group {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.main-footer .rs-group li {
    display: inline-block
}

.main-footer .rs-group li + li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1px;
    background-color: #5DD60D;
    margin-left: .5em;
    margin-right: .72em
}

.main-footer .rs-group li a {
    color: #A6C8FF
}

.main-footer .rs-group li a:hover,
.main-footer .rs-group li a:focus,
.main-footer .rs-group li a:focus:active {
    color: #fff
}

.main-footer .developed {
    float: right
}

.main-footer .developed .logo-4vm {
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: .5em;
	width: 110px
}

.main-footer .developed {
	margin-left: auto
}

.main-footer .developed .logo-4vm svg {
	max-width: 100%;
	vertical-align: text-bottom
}

/*====================*/
@media screen and (max-width:1366px){
	.content-wrap {
		padding: 6em 0
	}
	
	.top-header .container-fluid,
	.banner-area .container-fluid,
	.home-facility .container-fluid {
		padding: 0
	}
	
	.search-banner {
		left: 0;
		right: 0
	}
	
	.home-facility .facility-item:after {
		padding-top: 100%
	}
	
	.facility-item .content {
		padding: 0 4em
	}
	
	.list-article .single-img {
		width: 206px
	}

}

/*====================*/
@media screen and (max-width:991px){
	#main:before {
		display: none
	}	
	
	.nicescroll-rails-vr {
		right: 0 !important
	}
	
	.container-fluid {
		padding: 0 2em
	}
	
	/*====================*/
	.main-header .container {
		width: 100%;
		padding: 0 2em
	}
	
	.top-header {
		display: none
	}
	
	.logo-header {
		width: 160px;
		height: 60px;
	}
	
	.banner-area .swiper-slide {
		height: 480px
	}
	
	.banner-area .caption .content {
		text-align: center
	}
	
	.banner-area .caption .main-title {
		width: 100%
	}
	
	.banner-area .caption .title {
		font-size: 3.5em
	}
	
	.banner-area .swiper-pagination {
		text-align: center
	}
	
	.search-banner {
		position: static;
		display: block;
		overflow: visible;
		background-color: #5DD60D
	}
	
	.search-banner .title {
		display: none
	}
	
	.search-banner .form-action {
		padding: 0
	}
	
	.search-banner .form-action .panel-body {
		padding-top: 2em;
		padding-left: 0;
		padding-right: 0
	}
	
	.search-banner .form-action .btn-submit {
		line-height: 48px;
		margin-bottom: calc(-25px - 1em);
	}
	
	/*====================*/
	.toggle-menu-wrapper {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-box-align: center
	}
	
	.menu-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-box-align: center;
		visibility: hidden;
		transition: visibility .8s
	}
	
	.active-menu .menu-header {
		visibility: visible
	}
	
	.menu-header:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #0A6CFF;
		z-index: -1;
		transform: scaleY(0);
		transform-origin: bottom;
		transition: transform .6s cubic-bezier(.4, 0, .2, 1);
		transition-delay: .2s
	}
	
	.active-menu .menu-header:before {
		transform: scaleY(1);
		transition-delay: 0s
	}
	
	.menu-content {
		flex-grow: 1;
		-webkit-flex-grow: 1;
		text-align: center;
		opacity: 0;
		transform: translateY(50%);
		transition: transform .6s cubic-bezier(.4, 0, .2, 1),
					opacity .4s cubic-bezier(.4, 0, .2, 1);
		transition-delay: 0s
	}
	
	.active-menu .menu-content {
		transform: translateY(0);
		opacity: 1;
		transition-delay: .2s
	}
	
	.menu {
		display: inline-block
	}
	
	.menu li {
		display: block
	}
	
	.menu li + li {
		margin-left: 0;
		margin-top: 1.35em
	}
	
	.menu li a {
		color: #fff;
		font-weight: 300;
		letter-spacing: .25px;
		text-transform: none;
		font-size: 2em;
		line-height: 1em
	}
	
	.menu li a:before,
	.menu li.dropdown a:after {
		display: none
	}
	
	.menu .drophover {
		position: static;
		visibility: visible;
		letter-spacing: 0;
		transform: none;
		margin: 0;
		max-height: 0;
		transition: max-height .4s cubic-bezier(.4, 0, .2, 1),
					padding .4s cubic-bezier(.4, 0, .2, 1)
	}
	
	.open-menu .drophover {
		max-height: 230px;
		padding-top: 1em
	}
	
	.menu .drophover ul {
		padding: 0;
		background-color: transparent;
		transform: none
	}
	
	.menu .drophover ul li + li {
		margin-top: .5em
	}
	
	.menu .drophover ul li a {
		color: rgba(255, 255, 255, .5)
	}
	
	.menu .drophover ul li a:hover {
		color: #fff
	}
	
	/*====================*/
	.page-content {
		padding-top: 60px
	}
	
	.home-welcome .btn-wrapper {
		bottom: -25px
	}
	
	.home-welcome .btn {
		line-height: 48px
	}
	
	.facility-item .content {
		padding: 0 2em
	}
	
	.facility-item .content:before {
		width: 100px;
		height: 100px
	}
	
	.facility-item .icon {
		width: 50px;
		margin: 3em auto
	}
	
	.latest-post {
		margin-bottom: 2em
	}
	
	.list-single-article .single-title {
		font-size: 1.25em
	}
	
	.sidebar-info {
		margin-bottom: 4em
	}
	
	.sidebar-info .single-title, .sidebar-info .title-label {
		font-size: 1em;
		font-weight: normal
	}
	
	.article-post .main-title .title {
		font-size: 1.75em;
		line-height: 1.35em
	}
	
	.content-list-wrap {
		margin: 0
	}
	
	.content-list-wrap + .content-list-wrap {
		padding-top: 4em;
		margin-top: 4em
	}
	
	.sidebar-post {
		padding: 0 1em;
		margin-bottom: 4em
	}
    
    .home-register .panel {
        display: block;
        text-align: center;
        min-height: none;
        margin: 3em 0
    }
    
    .home-register [class^="col-"]:first-child .panel {
        margin-top: 1em
    }
    
    .home-register .panel-body {
        padding: 0
    }
    
    .home-register img {
        display: block;
        margin: 0 auto 2em
    }
    
    .main-footer .copyright-wrapper .row {
        display: block;
        text-align: center
    }
    
    .main-footer .developed {
        float: none
    }
    
    .main-footer .rs-group {
        margin: 2.75em 0
    }
    
    .main-footer .rs-group li {
        display: block;
        margin: .5em 0
    }
    
    .main-footer .rs-group li + li:before {
        display: none
    }
    
    .main-footer .rs-group li a {
        font-size: 1.25em
    }
}

/*====================*/
@media screen and (max-width:768px){
	.container {
		padding: 0 2em
	}
	
	.content-wrap {
		padding: 4em 0
	}
    
    .swiper-pagination-outer {
        margin-top: 1em
    }
	
	.main-title {
		margin-bottom: 3em
	}
	
	.banner-area .swiper-slide {
		height: 420px
	}
	
	.banner-area .caption .title {
		font-size: 2.75em
	}
    
    .banner-event {
        padding-bottom: 0
    }
    
    .banner-event .swiper-button-prev,
    .banner-event .swiper-button-next {
        display: none
    }
	
	.home-facility .facility-item:after {
		height: 300px;
		min-height: auto;
		padding-top: 75%
	}
	
	.latest-post {
		margin-left: -2em;
		margin-right: -2em
	}
	
	.latest-post .box-img:after {
		padding-top: 75%
	}
	
	.single-article .label-article {
		top: 2em;
		left: 2em
	}
	
	.latest-post .single-article .caption {
		padding: 4em 2em 2em
	}
	
	.latest-post .single-article .single-title {
		font-size: 1.25em
	}
	
	.pagination-nav {
		text-align: center
	}
	
	.pagination li a {
		width: 50px;
		line-height: 50px
	}
	
	.page-header:after {
		height: 100%
	}
	
	.page-header .row {
		display: block !important
	}
	
	.page-header .main-title {
		margin-bottom: 1em
	}
	
	.page-header .main-title .title:after {
		margin-left: auto;
		margin-right: auto;
		height: 2px
	}
	
	.page-header .main-title .title {
		font-size: 2.75em
	}
	
	.page-header .main-title,
	.page-header .breadcrumb {
		text-align: center
	}
	
	.main-page-content:after {
		display: none
	}
	
	.search-team .form-control {
		font-size: 1.25em
	}
	
	.team-item .team-name,
	.team-item .team-time {
		padding: 1.25em 1.5em
	}
	
	.team-item .team-name span,
	.team-time .time span:first-child {
		font-size: .86em
	}
	
	.team-item .team-name h5 {
		font-size: 1em
	}
	
	.team-time .time,
	.team-time .time span {
		display: block;
		line-height: 1.35em
	}
	
	.team-time .time + .time {
		margin-top: 1em
	}
	
	.team-time .time span:last-child {
		color: #061e46
	}
	
	/*====================*/
	.main-footer .map-wrapper {
		height: 360px
	}
	
	.footer-wrap + .footer-wrap {
		margin-top: 4em
	}
	
	.main-footer .contact-info:after {
		width: 320px
	}
	
	.main-footer .copyright-wrapper {
		display: block;
		text-align: center
	}
	
	.main-footer .developed {
		margin-top: 2em
	}
	
	.btn-top {
		width: 40px;
		line-height: 38px
	}
}