﻿header {
    border-bottom: 1px solid #3c3c3b;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  header .header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 1;
  }

  header .logo {
	padding-left: 70px;
	position: absolute;
	left: 0;
	top: 45px;
  }

  header .logo a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  header .logo img {
    position: relative;
    top: 0;
    width: 225px;
  }

.wrap-nav-share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 90px;
}

.up-side-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
    position: relative;
}

.up-side-nav .btn-search {
    background: url('../image/search-logo.png') no-repeat;
    width: 27px;
    height: 26px;
    border: none;
    align-self: center;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.up-side-nav .linkedin {
    margin-right: 23px;
    position: relative;
    top: 2px;
}

.up-side-nav .search-section .search #mobSearchForm input {
    padding: 5px 5px;
    height: 30px;
    width: 215px;
    position: absolute;
    right: 125px;
	border-radius: 0;
    outline: none;
    border: 1px solid #575756;
    display: none;
}

textarea:focus, input:focus{
    outline: none;
}

.up-side-nav .search-section .search #mobSearchForm .search-go {
    position: absolute;
    right: 95px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
    background: #da2128;
    color: #fff;
    border: none;
    user-select: none;
    box-sizing: border-box;
    padding-bottom: 4px;	
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
}

.up-side-nav .search-section .search #mobSearchForm .search-go.active {
	opacity: 1;
	visibility: visible;
}

 .wrap-nav-share .down-side-nav {
    display: flex;
    flex-direction: row;
    margin-top: 0;

}
nav ul {
    text-align: right;
    position: relative;
    padding-left: 0;
}

.down-side-nav li.level-1 {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0px 20px 18px 20px;
    font-size: 15px;
}


.down-side-nav li.level-1 > a:before, .down-side-nav .selected > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #da2128;
    left: 0;
    left: calc(50% - 10px);
    bottom: -10px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.down-side-nav li.level-1 > a:after, .down-side-nav .selected > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0;
    transform: scaleX(0);
    transition: all 0.3s;
}



.down-side-nav li.level-1 > a:before, .down-side-nav .selected > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #da2128;
    left: 0;
    left: calc(50% - 10px);
    bottom: -5px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.down-side-nav li.level-1.hovered > a:before, .down-side-nav li.level-1:hover > a:before {
    opacity: 1;
}


.down-side-nav li.level-1.hovered > a:after, .down-side-nav li.level-1:hover > a:after {
    background: #da2128;
    transform: scaleX(1);
}

.down-side-nav li.level-1 > a:after, .down-side-nav .selected > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 6px;
    left: 0;
    transform: scaleX(0);
    transition: all 0.3s;
}

.down-side-nav .menu > li.selected > a:after {
    transform: scaleX(1);
    background: #da2128;
}



.down-side-nav li.level-1 button {
	display: none;
}


.sub-nav {
    position: fixed;
    background: #575756;
    border-top: 1px solid #da2128;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 0;
    padding: 30px 0;
    font-size: 14px;
    overflow: hidden;
}

.down-side-nav li.level-1:hover .sub-nav {
    opacity: 1;
    transform: translateY(12px);
    pointer-events: all;
}

.sub-nav .about {
    margin-right: 880px;
}

.sub-nav .manager {
    margin-right: 740px;
}

.sub-nav .portfolio {
    margin-right: 715px;
}

.sub-nav .portfolio .inner-nav .has-inner-nav ul li {display: none;}

.sub-nav .inve {
    margin-right: 545px;
}

.sub-nav .newsroom {
    margin-right: 305px;
}

.sub-nav .sust {
    margin-right: 285px;
}

.sub-nav .contact {
    margin-right: 225px;
}

.sub-nav > div {
    display: flex;
    justify-content: flex-end;
}

.sub-nav h2 {
    color: #fff;
    font-size: 33px;
    margin-top: -15px;
    margin-right: 30px;
    font-weight: 700;
}

.sub-nav ul {
    text-align: left;
    margin-top: 5px;
}

.sub-nav .inner-nav ul {
    border-top: 1px solid #939598;
    margin-top: 5px;
}

.sub-nav .inner-nav ul li {
    border-bottom: 1px solid #939598;
    text-indent: 25px;
}

.sub-nav .inner-nav > li {
    border-bottom: 1px solid #939598;
}


.sub-nav .has-inner-nav {
    padding-bottom: 0;
    border-bottom: none !important;
}

.sub-nav li {
    list-style: none;
}

.sub-nav li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.sub-nav li a:hover {color: #da2128;}

header .share-ticker {
    background: #3c3c3b;
    color: #fff;
    text-align: center;
    width: 240px;
    height: 97px;
    position: relative;
    bottom: 6px;
}

header .share-ticker a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    padding: 0px 18px;
}

.share-ticker p {
    line-height: 0.8;
}

header .share-ticker #getSharePrice {
    font-size: 33px;
    font-weight: normal;
    margin-top: 10px;
    display: inline-block;
}

header .share-ticker span {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

header .share-ticker .up::before,
header .share-ticker .down::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 4px;
  left: -15px;
}
header .share-ticker .up::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
header .share-ticker .down::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

header .up-side-nav .search-section {
    margin-right: 10px;
    /* opacity: 0;
    visibility: hidden; */
    outline: none;
}

/*Hamburger Menu*/
.header .section.meta .navigation-grp { display: inline-block; margin-right: -4px; vertical-align: middle; width: 77%; }
.header .navigation-grp .navigation { display: inline-block; width: 85%; }
.header .navigation .wpMenuM1 ul.menu { list-style: none; margin: 0; padding: 0; position: relative; }
.header .navigation .wpMenuM1 ul.menu > li { display: inline-block; margin-left: -4px; padding: 0 4%; box-sizing: border-box; position: relative; vertical-align: middle; }
.header .navigation .wpMenuM1 ul.menu > li:first-child { margin-left: 0px; padding-left: 0; }
.header .navigation .wpMenuM1 ul.menu > li > ul { display: none; list-style: none; position: absolute; background-color: #fff; left: 0; padding: 35px 25px 20px; min-width: 225px; margin-left: -20px; }
.header .navigation .wpMenuM1 ul.menu > li:hover > ul { display: block; }
.header .navigation .wpMenuM1 ul.menu > li li { margin-top: 15px; }
.header .navigation .wpSmallMenuM1 { display: none; }
header .wpSmallMenuM1 .down-side-nav .sub-nav .portfolio .inner-nav .has-inner-nav ul li:last-child {margin: 0 25px; text-indent: initial;}

@media screen and (max-width: 1824px) {
    nav ul {
        left: 0;
        margin-bottom: 0;
    }

    .down-side-nav li.level-1 {
        padding: 0px 25px 17px 45px;
        font-size: 13px;
    }

    .sub-nav h2 {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
		margin-top: 2px;
    }
	

}

@media screen and (max-width: 1700px) {
    .sub-nav .about {
        margin-right: 840px;
    }

    .sub-nav .manager {
        margin-right: 705px;
    }

    .sub-nav .portfolio {
        margin-right: 687px;
    }

    .sub-nav .inve {
        margin-right: 520px;
    }

    .sub-nav .newsroom {
        margin-right: 290px;
    }

    .sub-nav .sust {
        margin-right: 275px
    }

    .sub-nav .contact {
        margin-right: 223px;
    }

    .down-side-nav li.level-1 {
        padding: 0px 20px 18px 20px;
        font-size: 14px;
    }

}

@media screen and (max-width: 1600px) {
    .down-side-nav li.level-1 {
        padding: 0px 20px 18px 20px;
    }
}

@media screen and (max-width: 1550px) {
    .wrap-nav-share .down-side-nav .menu {
        left: 0;
    }

    .sub-nav h2 {
        margin-right: 20px;
    }

    .sub-nav .about {
        margin-right: 840px;
    }

    .sub-nav .manager {
        margin-right: 705px;
    }

    .sub-nav .portfolio {
        margin-right: 685px;
    }

    .sub-nav .inve {
        margin-right: 520px;
    }

    .sub-nav .sust {
        margin-right: 279px;
    }

    .sub-nav .contact {
        margin-right: 222px;
    }
    

}


@media screen and (max-width: 1440px) {

    nav ul {
        text-align: right;
        position: relative;
        left: -10px;
    }

    .sub-nav .about {
        margin-right: 767px;
    }

    .sub-nav .manager {
        margin-right: 640px;
    }

    .sub-nav .portfolio {
        margin-right: 632px;
    }

    .sub-nav .inve {
        margin-right: 475px;
    }

    .sub-nav .newsroom {
        margin-right: 255px;
    }

    .sub-nav .sust {
        margin-right: 248px;
    }

    .sub-nav .contact {
        margin-right: 210px;
    }

    .down-side-nav li.level-1 {
        padding: 0px 15px 18px 15px;
    }


}
@media screen and (max-width: 1360px) {

.down-side-nav li.level-1 {
    padding: 0px 10px 18px 10px;
}

    .sub-nav .about {
		margin-right: 685px;
	}
	.sub-nav .manager {
		margin-right: 565px;
	}

	.sub-nav .portfolio {
		margin-right: 550px;
	}

	.sub-nav .inve {
		margin-right: 420px;
	}

    .sub-nav .newsroom {
        margin-right: 230px;
    }

	.sub-nav .sust {
		margin-right: 215px;
	}

	.sub-nav .contact {
		margin-right: 185px;
	}

}

@media screen and (max-width: 1280px) {	
	.wpSmallMenuM1 .up-side-nav .search-section .search #mobSearchForm .search-go {
		position: absolute;
		right: 130px;
		width: 45px;
		height: 52px;
	}
	
    header .logo {
        padding-left: 70px;
    }

    .share-ticker p {
        line-height: 1;
		font-size: 14px;

    }
    
    header .share-ticker strong {
        font-size: 25px;
        margin-top: 0;
    }
    nav ul {
        left: -7px;
        padding-left: 0;
    }

    
    .sub-nav h2{margin-top:3px;}

    .sub-nav h2 {
        color: #fff;
        font-size: 20px;
        margin-right: 55px;
    }

    .sub-nav .about {
        margin-right: 680px;
    }

	.sub-nav .manager {
		margin-right: 565px;
	}

	.sub-nav .portfolio {
		margin-right: 565px;
	}

	.sub-nav .inve {
		margin-right: 418px;
	}

    .sub-nav .newsroom {
        margin-right: 208px;
    }

	.sub-nav .sust {
		margin-right: 210px;
	}

    .sub-nav .contact {
        margin-right: 180px;
    }


    header .share-ticker {
        width: 215px;
       
    }
    
}

@media screen and (max-width: 1240px) {
    header .logo img {
        position: relative;
        top: 12px;
    } 

    header .share-ticker {display: none;}
   
    .sub-nav .about {margin-right: 465px;}
    .sub-nav .manager {margin-right: 348px;}
    .sub-nav .portfolio {margin-right: 350px;}
    .sub-nav .inve {margin-right: 205px;}
    .sub-nav .newsroom {margin-right: 0;}
    .sub-nav .sust {margin-right: 0;}
    .sub-nav .contact {margin-right: 0 ;}
}

@media screen and (max-width: 1024px) {
    .sub-nav .about {
        margin-right: 450px;
    }

    .sub-nav .manager {
        margin-right: 330px;
    }

    .sub-nav .portfolio {
        margin-right: 310px;
    }

    .sub-nav .inve {
        margin-right: 195px ;
    }

    header .share-ticker {
       display: none;
    }
	
	
	.up-side-nav .search-section .search #mobSearchForm .search-go {
		position: absolute;
		right: 88px;
		width: 50px;
		height: 52px;
		font-size: 30px;
	}

}

@media screen and (max-width: 960px) {
     header .header-items {
        height: 100px;
    } 

    .wrap-nav-share, .wrap-nav-share .up-side-nav .btn-search{
		display: none;
	}
	
     .wpSmallMenuM1 .up-side-nav {
        border-top: 3px solid #da2128;
        margin-top: unset;
       background: #ebebeb;
        width: 100%;
        height: 55px;
        position: relative;
    } 


     header .wpSmallMenuM1 .down-side-nav a {
        color: #575756;
        text-decoration: none;
        transition: all 0.25s;
        font-weight: 400 !important;
        text-transform: uppercase !important;
    }

    .wpSmallMenuM1 .up-side-nav .search-section .search #mobSearchForm input {
        padding: 5px 20px;
        height: 50px;
        width: 77%;
        border: none;
        position: absolute;
        left: 50px;
        background: #ebebeb;
        outline: none;
    }

    header .down-side-nav {
        position: relative;
        top: 35px;
    
    }

    .wpSmallMenuM1 .down-side-nav li.level-1:hover .sub-nav {
        opacity: 1;
        transform: unset;
        pointer-events: all;
    }


    .wrap-nav-share {
       overflow: hidden;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav {
        background: #ffffff;
        border-top: 0;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul  .sub-nav .about {
        margin-right: 0 !important;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul  .sub-nav > div {
        display: block;         
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul  .sub-nav .inner-nav {
        padding: 0;
    }

    .sub-nav .has-inner-nav {
        padding-bottom: 0;
        border-bottom: none;
    }

    .down-side-nav li.level-1 {
        padding: 0;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div {
        margin-right: 0 !important;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav ul li {
        border-bottom: 0px;
        color: #575756;
		text-indent: initial;
		padding: 0 20px;
    }
	
	header .wpSmallMenuM1 .down-side-nav .sub-nav .portfolio .inner-nav .has-inner-nav ul li:last-child {
		margin: 0;
	}

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav ul li:hover {color: #da2128;}

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button {
        display: block;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        height: 24px;
        width: 24px;
    }
    
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        height: 4px;
        width: 51%;
        background-color: #da2128;
        transform: skew(0deg, 40deg);
        transition: all 0.25s;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        height: 4px;
        width: 50%;
        background-color: #da2128;
        transform: skew(0deg, -40deg);
        transition: all 0.25s;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button.active:before {
        left: 12px;
        transition: all 0.25s;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button.active:after {
        right: 12px;
        transition: all 0.25s;
    }

/*Hamburger Menu*/
header .navigation .wpSmallMenuM1 { display: block; position: fixed; background-color: #ffffff; width: 100%; left: -100%; bottom: 0; top: 100px; overflow: hidden; transition: left 0.5s; height: 100%; }
header .navigation .smallMenuIcon.active ~ .wpSmallMenuM1 { left: 0; overflow-y: auto; transition: left 0.5s 0.25s; }

header .navigation .wpSmallMenuM1 .languages { background-color: #00aeef; padding: 25px 25px; position: absolute; left: 0; right: 0; bottom: 0; }
header .navigation .wpSmallMenuM1 .languages ul.lang { margin: 0; padding: 0; list-style: none; text-align: center; }
header .navigation .wpSmallMenuM1 .languages ul.lang span.touch-button { display:none; }
header .navigation .wpSmallMenuM1 .languages ul.lang li { display: inline-block; margin-right: -4px; margin-left: 30px; }
header .navigation .wpSmallMenuM1 .languages ul.lang li:first-child { margin: 0; }
header .navigation .wpSmallMenuM1 .languages ul.lang a { padding: 0; border: 0; color: #252525; }
header .navigation .wpSmallMenuM1 .languages ul.lang a:hover { color: #fff; }
header .navigation .wpSmallMenuM1 .languages ul.lang .active a{color:#fff;}

.up-side-nav .btn-search {margin-right: 65px;}

.up-side-nav .linkedin {
    margin-right: 0;
    top: 11px;
    right: 50px;
}


header .navigation .wpSmallMenuM1 .navm1 { padding: 70px 25px; position: absolute; top: 0; bottom: 80px; overflow-x: hidden; overflow-y: scroll; width: 105%; width: calc(100% + 20px); box-sizing: border-box; }
header .navigation .wpSmallMenuM1 ul.menu { list-style: none; margin: 0; padding: 0 40px 0 65px;}
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul { position: relative; padding-left: 15px;}
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > ul { display: none; list-style: none; padding: 0 0 0 0; }
header .navigation .wpSmallMenuM1 ul.menu span.touch-button { display:none; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button {cursor:pointer; display: inline-block; position: absolute;right: 5px;top: 0; height: 24px; width: 24px; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button:before { content: ''; position: absolute; top: 11px; left: 6px; height: 4px;  width: 25%; background-color:  #da2128; transform: skew(0deg, 40deg); transition:all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button:after { content: ''; position: absolute; top: 11px; right: 6px; height: 4px; width: 25%; background-color:  #da2128; transform: skew(0deg, -40deg); transition: all 0.25s; }

header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button.active:before {left: 12px; transition: all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button.active:after { right: 12px; transition: all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button:hover:before { background-color: #252525; transition: all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button:hover:after { background-color:#252525;  transition: all 0.25s; }


header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button {cursor:pointer; display: inline-block; position: absolute;right: -7px;top: 0; height: 24px; width: 24px; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button:before { content: ''; position: absolute; top: 11px; left: 6px; height: 4px; width: 25%; background-color:  #da2128; transform: skew(0deg, 40deg); transition:all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button:after { content: ''; position: absolute; top: 11px; right: 6px; height: 4px; width: 25%; background-color:  #da2128; transform: skew(0deg, -40deg); transition: all 0.25s; }

header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button.active:before {left: 12px; transition: all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button.active:after { right: 12px; transition: all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button:hover:before { background-color: #252525; transition: all 0.25s; }
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul li.item-with-ul > span.touch-button:hover:after { background-color:#252525;  transition: all 0.25s; }
    
/*take note*/

header .navigation .wpSmallMenuM1 ul.menu {display: block;}


header .navigation .wpSmallMenuM1 ul.menu > li { margin-bottom: 20px; display: block; text-align: left;font-size: 16px;padding-left: 15px; }
.sub-nav li a {
    font-size: 16px;
}

header .navigation .wpSmallMenuM1 ul.menu li ul > li {margin-top:5px; color: #575756;}
header .navigation .wpSmallMenuM1 ul.menu li ul > li:hover {color: #da2128;}

header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav { display: none; width: 100%;opacity: 1; position: relative;padding: 0;}
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav li {display: block;padding: 0 0 0 0; z-index: 4000;position: relative;border-bottom: none;}
header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav li:hover {color: #da2128;}



header .navigation .wpMenuM1 { display:none;}
header .navigation-grp > .languages {display:none;}
header .navigation .smallMenuIcon { cursor: pointer; width: 35px; height: 35px; position: absolute; top: 35px;right: 50px; transition: all 0.5s; }
header .navigation .smallMenuIcon:before { transition: all 0.25s; content: ""; height: 4px; position: absolute; left: 0; right: 0; top: 5px; background-color: #da2128; }
header .navigation .smallMenuIcon:after { transition: all 0.25s; content: ""; height: 4px; position: absolute; left: 0; right: 0; bottom: 3px; background-color: #da2128; }
header .navigation .smallMenuIcon .touch-button { pointer-events: none;  height: 4px; margin-top: -1px; background-color: #da2128; display: block; position: absolute; top: 50%; left: 0; right: 0; }
header .navigation .smallMenuIcon.active { transition: all 0.5s; transform: rotate(720deg); }
header .navigation .smallMenuIcon ~ .wpSmallMenuM1 .flexnav { display: none !important; }
header .navigation .smallMenuIcon.active ~ .wpSmallMenuM1 .flexnav { display: block !important; }
header .navigation .smallMenuIcon.active:before { content: ""; transition: all 0.25s; transform: rotate(-45deg); height: 4px; position: absolute; left: -5px; right: 0px; top: 16px; width: 45px; background-color: #da2128; }
header .navigation .smallMenuIcon.active:after { content: ""; transition: all 0.25s; transform: rotate(45deg); height: 4px; position: absolute; left: -5px; right: 0; top: 16px; width: 45px; background-color: #da2128; }
header .navigation .smallMenuIcon.active .touch-button {display: none; left: 100%; transition: all 0.25s; }


.sub-nav .inner-nav ul {border-top: none;}

header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav > li:first-child {margin-top: 0; border-bottom: none;}

header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav > li:last-child {margin-bottom: 0;}

.sub-nav h2 {
    margin-bottom: 0;
}


    .sub-nav .about {
        margin-right: 0 !important;
    }

    .sub-nav .manager {
        margin-right: 0 !important;
    }

    .sub-nav .portfolio {
        margin-right: 0 !important;
    }

    .sub-nav .inve {
        margin-right: 0 !important;
    }

    .sub-nav .newsroom {
        margin-right: 0 !important;
    }

    .sub-nav .sust {
        margin-right: 0 !important;
    }

    .sub-nav .contact {
        margin-right: 0 !important;
    }



	.down-side-nav li.level-1.hovered > a:before, .down-side-nav li.level-1:hover > a:before {
		opacity: 0;
	}


	.down-side-nav li.level-1.hovered > a:after, .down-side-nav li.level-1:hover > a:after {
		background: #da2128;
		transform: scaleX(0);
	}
	
	.down-side-nav .menu > li.selected > a:after {
		transform: scaleX(0);
	}

    .sub-nav .has-inner-nav {
        padding-bottom: 0;
        
    }

}

@media screen and (max-width:840px) {

    .down-side-nav li.level-1 {
        padding: 0px 6px;
        font-size: 14px;
    }
}

@media screen and (max-width: 769px) {    

    header .header-items {
        height: 80px;
    }

    header .logo {
        padding-left: 50px;
    }

    header .logo img {
        top: 0;
    }

    header .navigation .smallMenuIcon {
        top: 28px;
    }
	
	.wrap-nav-share {
		display: none;
	}
    
   .wpSmallMenuM1 .up-side-nav {
        border-top: 3px solid #da2128;
        margin-top: unset;
        background: #ebebeb;
        width: 100%;
        height: 55px;
        position: relative;
    }

    header .down-side-nav a {
        color: #575756;
        text-decoration: none;
        transition: all 0.25s;
        font-weight: 400 !important;
        text-transform: uppercase !important;
    }

    header .up-side-nav .btn-search {
        display: unset;
        top: 10px;
    }

    .wpSmallMenuM1 .up-side-nav .search-section .search #mobSearchForm input {
        padding: 5px 20px;
        height: 50px;
		width: 73%;
        border: none;
        position: absolute;
        left: 40px;
        background: #ebebeb;
    }


    header .down-side-nav {
        position: relative;
        top: 35px;
    
    }

    .down-side-nav li.level-1:hover .sub-nav {
        opacity: 1;
        transform: unset;
        pointer-events: all;
    }

    header .share-ticker {
     display: none;
    }

    .wrap-nav-share {
       overflow: hidden;
	   display: none;
    }

    .down-side-nav li.level-1:hover .sub-nav {
        display: none;
    }

    /*Hamburger Menu*/
    header .navigation .wpSmallMenuM1 { display: block; position: fixed; background-color: #ffffff; width: 100%; left: -100%; bottom: 0;top: 80px; overflow: hidden; transition: left 0.5s; height: 100%; }
    header .navigation .smallMenuIcon.active ~ .wpSmallMenuM1 { left: 0; overflow-y: hidden; transition: left 0.5s 0.25s; }

    header .navigation .wpSmallMenuM1 .languages { background-color: #00aeef; padding: 25px 25px; position: absolute; left: 0; right: 0; bottom: 0; }
    header .navigation .wpSmallMenuM1 .languages ul.lang { margin: 0; padding: 0; list-style: none; text-align: center; }
    header .navigation .wpSmallMenuM1 .languages ul.lang span.touch-button { display:none; }
    header .navigation .wpSmallMenuM1 .languages ul.lang li { display: inline-block; margin-right: -4px; margin-left: 30px; }
    header .navigation .wpSmallMenuM1 .languages ul.lang li:first-child { margin: 0; }
    header.navigation .wpSmallMenuM1 .languages ul.lang a { padding: 0; border: 0; color: #252525; }
    header .navigation .wpSmallMenuM1 .languages ul.lang a:hover { color: #fff; }
    header .navigation .wpSmallMenuM1 .languages ul.lang .active a{color:#fff;}

    header .navigation .wpSmallMenuM1 .navm1 { padding: 70px 25px; position: absolute; top: 0; bottom: 80px; overflow-x: hidden; overflow-y: scroll; width: 105%; width: calc(100% + 20px); box-sizing: border-box; }
    header .navigation .wpSmallMenuM1 ul.menu {     list-style: none; margin: 0; padding: 0 50px 0 75px;}
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul { position: relative; }
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > ul { display: none; list-style: none; padding: 0 0 0 0; }
    header .navigation .wpSmallMenuM1 ul.menu span.touch-button { display:none; }
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button {cursor:pointer; display: inline-block; position: absolute;right: 0px;top: 0; height: 24px; width: 24px; }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button.active:before {left: 12px; transition: all 0.25s; }
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button.active:after { right: 12px; transition: all 0.25s; }
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button:hover:before { background-color: #252525; transition: all 0.25s; }
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button:hover:after { background-color:#252525;  transition: all 0.25s; }
    
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul {
        padding-left: 3px;
    }  
    /*take note*/

    header .navigation .wpSmallMenuM1 ul.menu {display: block;}


    header .navigation .wpSmallMenuM1 ul.menu > li { display: block; text-align: left; padding-left: 3px;}

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav { display: none; width: 100%;opacity: 1; position: relative;}
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav li {display: block;padding: 0 0 0 0; z-index: 4000;}
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav li:hover  {color: #da2128;}

    

    header .navigation .wpMenuM1 { display:none;}
    header .navigation-grp > .languages {display:none;}
    header .navigation .smallMenuIcon { cursor: pointer; width: 35px; height: 35px; position: absolute; right: 50px; transition: all 0.5s; }
    header .navigation .smallMenuIcon:before { transition: all 0.25s; content: ""; height: 4px; position: absolute; left: 0; right: 0; top: 5px; background-color: #da2128; }
    header .navigation .smallMenuIcon:after { transition: all 0.25s; content: ""; height: 4px; position: absolute; left: 0; right: 0; bottom: 3px; background-color: #da2128; }
    header .navigation .smallMenuIcon .touch-button { pointer-events: none;  height: 4px; margin-top: -1px; background-color: #da2128; display: block; position: absolute; top: 50%; left: 0; right: 0; }
    header .navigation .smallMenuIcon.active { transition: all 0.5s; transform: rotate(720deg); }
    header .navigation .smallMenuIcon ~ .wpSmallMenuM1 .flexnav { display: none !important; }
    header .navigation .smallMenuIcon.active ~ .wpSmallMenuM1 .flexnav { display: block !important; }
    header .navigation .smallMenuIcon.active:before { content: ""; transition: all 0.25s; transform: rotate(-45deg); height: 4px; position: absolute; left: -5px; right: 0px; top: 16px; width: 45px; background-color: #da2128; }
    header .navigation .smallMenuIcon.active:after { content: ""; transition: all 0.25s; transform: rotate(45deg); height: 4px; position: absolute; left: -5px; right: 0; top: 16px; width: 45px; background-color: #da2128; }
    header .navigation .smallMenuIcon.active .touch-button {display: none; left: 100%; transition: all 0.25s; }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav h2 {
        display: none;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav {
        background: #ffffff;
        border-top: 0;
		padding: 0;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul  .sub-nav > div {
        display: block;         
		margin-right: 0 !important;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul  .sub-nav .inner-nav {
        padding: 0;
    }

    .down-side-nav li.level-1 {
        padding: 0;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div {
        margin-right: 0 !important;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav > li:first-child {
        margin-top: 20px;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav > li:last-child {
        margin-bottom: 0;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button {
        display: block;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        height: 24px;
        width: 24px;
    }
    
    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 10px;
        height: 4px;
        width: 30%;
        background-color: #da2128;
        transform: skew(0deg, 40deg);
        transition: all 0.25s;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        height: 4px;
        width: 30%;
        background-color: #da2128;
        transform: skew(0deg, -40deg);
        transition: all 0.25s;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button.active:before {
        left: 12px;
        transition: all 0.25s;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .sub-nav-div .inner-nav > .has-inner-nav > span.touch-button.active:after {
        right: 12px;
        transition: all 0.25s;
    }
	
}

@media screen and (max-width: 640px) {
    header .logo {
        padding-left: 45px;
    }
}

@media screen and (max-width: 610px) {
	.wpSmallMenuM1 .up-side-nav .search-section .search #mobSearchForm input {
		padding: 5px 20px;
		height: 50px;
		width: 68%;
		border: none;
		position: absolute;
		left: 30px;
		background: #ebebeb;
	}

	header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		top: 0;
		height: 24px;
		width: 24px;
	}
}

@media screen and (max-width: 512px) {
    header .logo {
        padding-left: 80px;
    } 

    header .logo img {
        right: 35px !important;
        width: 180px;
    }

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul > span.touch-button {
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    header .logo {
        padding-left: 65px;
    }

	.up-side-nav .btn-search {
		margin-right: 44px;
	}

    .up-side-nav .search-section .search #mobSearchForm input {
        left: 25px;
    }

    header .navigation .wpSmallMenuM1 ul.menu {
        padding: 0 30px 0 30px;
    }

    header .navigation .smallMenuIcon {
        right: 30px;
    }
	
	.wpSmallMenuM1 .up-side-nav .search-section .search #mobSearchForm input {
		width: 60%;
	}
}

@media screen and (max-width: 440px) {
    .up-side-nav .search-section .search #mobSearchForm input {
        left: 20px;
    }

    .wpSmallMenuM1 .up-side-nav .search-section .search #mobSearchForm .search-go {right: 110px; }
	
	.up-side-nav .linkedin {
		right: 35px;
	}
} 

@media screen and (max-width: 420px) {
    .up-side-nav .search-section .search #mobSearchForm input {
        left: 10px;
        background: #ebebeb;
    }
} 

@media screen and (max-width: 415px) {
    header .navigation .smallMenuIcon {
        right: 25px;
    }

	header .navigation .wpSmallMenuM1 ul.menu > li {
		font-size: 14px;
	}

    header .navigation .wpSmallMenuM1 ul.menu > li.item-with-ul .sub-nav .inner-nav li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .up-side-nav .search-section .search #mobSearchForm input {
        left: 7px;
        background: #ebebeb;
    }
} 

@media screen and (max-width: 360px) {
    .up-side-nav .search-section .search #mobSearchForm input {
        left: 0;
        background: #ebebeb;
    }

} 

@media screen and (max-width: 320px) {
    header .logo {
        padding-left: 60px;
    }

    header .navigation .smallMenuIcon {
        right: 10px;
    }
}
