/* Header */

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
    border-top: 4px solid rgba(41,47,51,1);
}

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

header .top-bar {
    background: #292f33;
}

header .top-bar .social-link ul {
    line-height: 0;
}

header .top-bar .social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

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

header .top-bar .logo {
    max-width: 80px;
    line-height: 0;
}

header a.logo-content {
    line-height: 0;
    max-width: 220px;
    padding: 10px 0;
}

header a.logo-content img {
    max-height: 70px;
}

#yce header a.logo-content img {
    max-height: 90px;
}

header .bt-open-nav {
	line-height: 80px;
	font-size: 24px;
	cursor: pointer;
	color: #292f33;
    display: none;
}


/* Navigation desktop */

nav.nav-desktop {
    display: flex;
    align-items: center;
}

nav.nav-desktop ul li {
    display: inline-block;
    margin-left: 20px;
    line-height: 80px;
    letter-spacing: 0.1px;
}

nav.nav-desktop ul li:first-child {
    margin-left: 0 !important;
}

nav.nav-desktop ul li > span {
	font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

nav.nav-desktop ul li a {
    color: #292f33;
    font-weight: 600;
    display: block;
}

#ece nav.nav-desktop ul li a {
    color: #292f33;
}

#ece nav.nav-desktop ul li a:hover,
#ece nav.nav-desktop ul li a.menuactive {
    color: #ff7a01;
}

#jec nav.nav-desktop ul li a {
    color: #292f33;
}

#jec nav.nav-desktop ul li a:hover,
#jec nav.nav-desktop ul li a.menuactive {
    color: #293cea;
}

#bcr nav.nav-desktop ul li a {
    color: #292f33;
}

#bcr nav.nav-desktop ul li a:hover,
#bcr nav.nav-desktop ul li a.menuactive {
    color: #ffb53d;
}

#bce nav.nav-desktop ul li a {
    color: #292f33;
}

#bce nav.nav-desktop ul li a:hover,
#bce nav.nav-desktop ul li a.menuactive {
    color: #ff3703;
}

#ele nav.nav-desktop ul li a {
    color: #292f33;
}

#ele nav.nav-desktop ul li a:hover,
#ele nav.nav-desktop ul li a.menuactive {
    color: #96c878;
}

#sha nav.nav-desktop ul li a,
#sh9 nav.nav-desktop ul li a {
    color: #292f33;
}

#sha nav.nav-desktop ul li a:hover,
#sha nav.nav-desktop ul li a.menuactive,
#sh9 nav.nav-desktop ul li a:hover,
#sh9 nav.nav-desktop ul li a.menuactive {
    color: #cb2027;
}

#bio nav.nav-desktop ul li a {
    color: #292f33;
}

#bio nav.nav-desktop ul li a:hover,
#bio nav.nav-desktop ul li a.menuactive {
    color: #53c4be;
}

#yce nav.nav-desktop ul li a {
    color: #292f33;
}

#yce nav.nav-desktop ul li a:hover,
#yce nav.nav-desktop ul li a.menuactive {
    color: #f47920;
}

#fir nav.nav-desktop ul li a:hover,
#fir nav.nav-desktop ul li a.menuactive {
    color: #d70912;
}

nav.nav-desktop ul li ul li a,
nav.nav-desktop ul li ul li span {
    line-height: 1.1;
    letter-spacing: -.5px;
    font-size: 15.5px;
}

nav.nav-desktop ul > li > ul {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    -webkit-filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    transition: .3s;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.15);
}

nav.nav-desktop ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .3s;
}

nav.nav-desktop ul li ul li {
    display: block;
    padding: 10px 0;
    line-height: 1.1;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

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

nav.nav-desktop ul > li > ul > li > ul {
    top: 0;
    left: 50%;
    z-index: 5;
}

nav.nav-desktop ul > li:nth-child(n+6) > ul > li > ul {
    top: 0;
    right: 50%;
    left: inherit;
}

nav.nav-desktop ul > li > ul > li > ul > li > ul {
    z-index: 6;
}


/* 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: 20px;
    cursor: pointer;
    color: #fff;
}

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

#jec .nav-mobile .bt-close-nav:hover {
    color: #293cea;
}

#bcr .nav-mobile .bt-close-nav:hover {
    color: #ffb53d;
}

#bce .nav-mobile .bt-close-nav:hover {
    color: #ff3703;
}

#ele .nav-mobile .bt-close-nav:hover {
    color: #96c878;
}

#bio .nav-mobile .bt-close-nav:hover {
    color: #53c4be;
}

#yce .nav-mobile .bt-close-nav:hover {
    color: #f47920;
}

#fir .nav-mobile .bt-close-nav:hover {
    color: #d70912;
}

.nav-mobile .overflow-scroll {
    height: calc(100vh - 100px);
}

.nav-mobile nav ul li {
    line-height: 40px;
    border-top: 1px solid #222;
}

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

.nav-mobile nav ul li a,
.nav-mobile nav ul li span {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    color: #aaa;
}

.nav-mobile nav ul li a.menuactive span,
.nav-mobile nav ul li a:hover span{
	color: #fff !important;
}

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

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

/* Social */

.social-link a {
    font-size: 30px;
}


/* Search */

.search {
    display: flex;
}

.search input[type="text"] {
    max-width: 200px;
    margin-bottom: 0;
    height: 30px;
    border: none;
    background: #eee;
    padding: 10px;
}

.search button {
    height: 30px;
    width: 35px;
    line-height: 30px;
    border: 0;
}

.search button:hover {
    opacity: .8;
}


/* Heading */

.heading-content {
	height: 60vh;
	background: #ff7a01;
	position: relative;
}

#yce .heading-content {
    height: 65vh;
}

#sha .heading-content,
#sh9 .heading-content {
    min-height: 60vh;
}

#sha.sub_page .heading-content,
#sh9.sub_page .heading-content {
    min-height: 45vh;
    height: auto;
}

#jec .heading-content {
    background: #293cea;
}

#bcr .heading-content {
    background: #ffb53d;
}

#bce .heading-content {
    background: #ff3703;
}

#ele .heading-content {
    background: #96c878;
}

#sha .heading-content,
#sh9 .heading-content {
    background: #ddd;
}

#bio .heading-content {
    background: #53c4be;
}

#yce .heading-content {
    background: #f47920;
}

#fir .heading-content {
    background: #d70912;
}

.heading-sub-page {
	height: 450px;
}

.heading-sub-page h2 {
	margin-top: 130px;
	margin-bottom: 0;
	color: #fff;
	font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 2px;
    position: relative;
    background: rgba(41,47,51,.95);
    padding: 20px 30px;
}

.banner-content {
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    opacity: .95;
    position: relative;
}


#fir .banner-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
    opacity: .1;
}

/*
.banner-content::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url(img/bg-banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}
*/

.heading-content .inner {
    background: rgba(41,47,51,.95);
}

.heading-content .inner h1 {
	font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 2px;
    position: relative;
}

.heading-content .inner h1::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 15px;
    top: -28px;
    left: -50px;
    background: #fff;
}

#yce .heading-content .inner h1::before {
    background: #f47920;
}

.heading-content .logo-banner img {
    max-width: 600px;
}

.sub_page .heading-content .logo-banner img {
    max-width: 500px;
}

.search form {
    display: flex;
    width: 100%;
}


/* Social */

.social-content {
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: 9;  
}

.social-content span {
    font-weight: 600;
    max-width: 130px;
    display: inline-block;
    line-height: 1.1;
    color: #fff;
}

.social-content a {
    font-size: 40px;
    color: #fff !important;
    margin-left: 10px;
    line-height: 1;
    display: inline-block;
}

#yce .social-content span,
#yce .social-content a,
#yce .social-content a i {
    color: #292f33;
}

#fir .social-content span,
#fir .social-content a,
#fir .social-content a i {
    color: #d70912;
}

.social-content a:hover {
    color:  rgba(41,47,51,.95) !important;
}

li.none ul {
    display: none !important;
}