header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

header.sticky {
    -webkit-filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    transition: .3s;
}

.logo-content {
    line-height: 0;
    max-width: 220px;
    padding: 10px 0;
    display: block;
    width: 100%;
    transition: .2s;
}

header.sticky .logo-content {
    max-width: 180px;
    transition: .2s;
}

header .bt-open-nav {
    line-height: 80px;
    font-size: 37px;
    cursor: pointer;
    color: #1b69a3;
}

header .bt-open-nav i {
    position: relative;
    top: 2px;
}

header .top-bar {
    background: rgba(27,105,163,.98);
}

header .top-bar a {
    color: #fff;
}

header .top-bar a:hover {
    text-decoration: underline;
}

header .top-bar i {
    font-size: 18px;
    position: relative;
    top: 1px;
}

header .top-bar .info span {
    line-height: 1;
}

header .top-bar .info span:first-child {
    margin-right: 15px;
}

.select-lang nav ul li {
    display: inline-block;
}

.select-lang nav ul li:last-child {
    border-left: 1px solid #aaa;
    line-height: 1;
}

.select-lang nav ul li a {
    text-transform: uppercase;
}

.select-lang nav ul li:last-child a {
    margin-left: 5px;
}

header .nav-desktop {
    min-height: 80px;
}

header .nav-desktop nav {
    line-height: 1;
}

header .nav-desktop nav > ul {
    display: inline-block;
}

header .nav-desktop nav > ul > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

header .nav-desktop nav > ul > li:last-child {
    margin-right: 0;
}

header .nav-desktop nav > ul > li.parent {
    padding-right: 12px;
    background: url(img/arrow-nav.png) no-repeat;
    background-position: center right;
    background-size: 12px;
}

header .nav-desktop nav > ul > li.parent span {
    text-transform: uppercase;
}

header .nav-desktop nav > ul > li > a,
header .nav-desktop nav > ul > li > span {
    color: #8e959b;
    font-size: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    line-height: 95px !important;
    text-transform: uppercase;
    position: relative;
    transition: .2s;
}

header.sticky .nav-desktop nav > ul > li > a,
header.sticky .nav-desktop nav > ul > li > span {
    line-height: 82px !important;
    transition: .2s;
}

header .nav-desktop nav > ul > li > a.menuactive:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 25px;
    left: 0;
    background: #5d8a9b;
}

header .nav-desktop nav > ul > li.menuactive > a,
header .nav-desktop nav > ul > li.menuactive ul li.menuactive > a {
    color: #5d8a9b !important;
}

header .nav-desktop nav > ul > li.parent ul {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    -webkit-filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    min-width: 240px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: .3s;
    z-index: 99;
}

header .nav-desktop nav > ul > li.parent:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .3s
    -webkit-filter: drop-shadow(0 8px 20px rgba(51,63,72,.3));
    filter: drop-shadow(0 8px 20px rgba(51,63,72,.3));
}

header .nav-desktop nav > ul > li.parent ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

header .nav-desktop nav > ul > li.parent ul li:last-child {
    border-bottom: 0;
}

header .nav-desktop nav > ul > li.parent ul li a {
    color: #8e959b;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    display: block;
    line-height: 1;
}

header .nav-desktop nav a:hover {
    color: #406573;
}

header .nav-desktop nav > ul > li > ul > li > ul,
.nav-mobile nav > ul > li > ul > li > ul {
    display: none;
}

header .nav-desktop nav a.menuactive {
    color: #5d8a9b;
}

header .nav-desktop nav ul li a:hover {
    color: #406573;
}

header .nav-desktop nav > ul > li:last-child > a,
header .nav-desktop nav > ul > li:last-child > span {
    background: #5d8a9b;
    color: #fff !important;
    padding: 0 15px;
    transition: .2s;
}

header .nav-desktop nav > ul > li:last-child > a:hover,
header .nav-desktop nav > ul > li:last-child > span:hover {
    background: #406573 !important;
    color: #fff !important;
}

li.parent.sub-nav {
    padding-right: 18px !important;
}

.bt-open-sub-nav {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    font-size: 14px;
}

/* Navigation mobile */

.nav-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    right: -400px;
    z-index: 9999;
    background: rgba(0,0,0,0.95);
    transition: .6s;
}

.nav-mobile.open-nav {
    right: 0;
    transition: .6s;
}

.nav-mobile .inner {
    opacity: 0;
    transition: .2s;
}

.nav-mobile.open-nav .inner {
    opacity: 1;
    transition: 1.6s;
}

.nav-mobile .bt-close-nav {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}

.nav-mobile .bt-close-nav:hover {
    color: #1b69a3;
}

.nav-mobile nav ul li {
    padding: 10px 0;
    border-top: 1px solid #222;
}

.nav-mobile nav ul li:first-child {
    border-top: 0;
}

.nav-mobile nav ul li a {
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}

.nav-mobile nav ul li ul li {
    padding-left: 15px;
}

.nav-mobile nav ul li > span {
    color: #fff;
}

.nav-mobile nav > ul > li > ul > li:last-child {
    padding-bottom: 0;
}

.nav-mobile nav ul li a.menuactive,
.nav-mobile nav ul li a:hover {
    color: #1b69a3;
}

.bloc-close-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

body.open-nav .bloc-close-nav {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}


/* Heading */

.heading-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.heading-content .container {
    position: relative;
    z-index: 9;
}

.heading-content .inner {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.heading-content .inner h1  {
    font-weight: 900;
}

.heading-content .inner h2  {
    font-weight: 700;
}


.component-fullwidth {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

}

.component > ul {
    position: absolute;
    top: 0;
}

.component-fullwidth li .filter {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: url(img/bg_trans.png);
}

.component-fullwidth li .filter:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(5,4,32,1);
    background: linear-gradient(0deg, rgba(26,105,164,1) 0%, rgba(7,41,67) 100%);
    opacity: .65;
}

.component-fullwidth nav {
    display: none;
}

.component-fullwidth li img {
    top: 0;
}

.component-fullwidth li .inner {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: .3s;
}

.component-fullwidth li.current .inner {
    top: 0;
    opacity: 1;
    transition: .3s;
}

.component-fullwidth li .inner h2 {
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
} 

.component-fullwidth li .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}