﻿@charset "utf-8";
/*@import url('fonts.css');*/

/* 
    font-family: "FrutigerLTStd-Light";
    font-family: "FrutigerLTStd-LightItalic";
    font-family: "FrutigerLTStd-LightCn";
    font-family: "FrutigerLTStd-Roman";
    font-family: "FrutigerLTStd-Italic";
    font-family: "FrutigerLTStd-Cn";
    font-family: "FrutigerLTStd-Bold";
    font-family: "FrutigerLTStd-BoldItalic";
    font-family: "FrutigerLTStd-BoldCn";

*/

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*overflow:hidden;*/
}

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    height: 100%;
    background-color: rgba(28, 39, 75, 0.05);
    /*overflow: hidden;*/
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

h1 {
    font-weight: normal;
    color: #4dabd6;
    margin: 0px;
    padding: 0;
}

div,
h2,
h3,
h4,
h5,
h6,
p,
span {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}


/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #FE5818;
    text-decoration: none;
}

a:hover,
a.active {
    text-decoration: none;
}

a:focus {
    outline: none;
}


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

li ul,
li ol {
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */


/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}


/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

p {
    line-height: 1.4em;
}


/* ==== primary styles =====================================================
   Author: Abbas Tahir
   ========================================================================== */


/* For image replacement */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir a {
    display: block;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #000;
}


/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.web {
    display: block;
}

.mobile {
    display: none !important;
}

* {
    box-sizing: border-box;
}

.img {
    width: 100%;
}

#outer-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #E6E8EB;
    transition: top 0.2s ease-in-out;
}

header #header {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    height: 74px;
    padding: 0 40px;
    position: relative;
}

header #header .logo {
    width: 84px;
    height: 100%;
    position: absolute;
    background-image: url(../images/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 40px;
    top: 0;
    z-index: 99;
}

header #header .menu {
    display: none;
}

header #header nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 40px;
    display: block;
}

header #header nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 0;
    text-align: center;
}

header #header nav ul li {
    width: auto;
    list-style: none;
    display: inline-block;
    margin-right: 49px;
}

header #header nav ul li a {
    width: auto;
    padding: 31px 0;
    float: left;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0D223D;
    text-decoration: none;
    letter-spacing: 0.35px;
    transition: all 0.5s ease;
}


/*header #header nav ul li a:after{width: 0;height: 0;border-style: solid;border-width: 5px 3.5px 0 3.5px;border-color: #9EA6B1 transparent transparent transparent;content:"";position:absolute;right:40px;top:30px;transition: all 0.5s ease;}*/

header #header nav ul li a.activen {
    color: #FE5818;
}

header #header nav ul li a.activen span.arrow-nav:after {
    border-width: 5px 3.5px 0 3.5px;
    border-color: #FE5818 transparent transparent transparent;
}

header #header nav ul li:nth-child(6n-1) {
    margin-right: 0;
}

header #header nav ul li a span.arrow-nav {
    position: relative;
    width: 7px;
    float: right;
}

header #header nav ul li a span.arrow-nav::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #9EA6B1 transparent transparent transparent;
    content: "";
    position: absolute;
    right: -11px;
    top: 5px;
    transition: all 0.5s ease;
}

header #header nav ul li a:last-child span.arrow-nav {
    width: 0;
    display: none;
}

header #header nav ul li a:hover span.arrow-nav:after,
header #header nav ul li.active a:after,
header #header nav ul li .edf-link:hover:before,
header #header nav ul li.active .edf-link:before {
    border-width: 0 3.5px 5px 3.5px;
    border-color: transparent transparent #FE5818 transparent;
}

header #header nav ul li:nth-last-child(-n+2) a {
    padding-right: 0;
}

header #header nav ul li:nth-last-child(-n+2) a:after {
    display: none;
}

header #header nav ul li .edf-link {
    font-family: "FrutigerLTStd-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0;
    position: absolute;
    right: 110px;
    top: 28px;
    letter-spacing: 0.09px;
}

header #header nav ul li .edf-link:before {
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #9EA6B1 transparent transparent transparent;
    content: "";
    position: absolute;
    right: -15px;
    top: 7px;
    transition: all 0.5s ease;
}

header #header nav ul li a:hover,
header #header nav ul li.active a {
    color: #FE5818;
}

header #header nav ul li a:hover:after,
header #header nav ul li.active a:after,
header #header nav ul li .edf-link:hover:before,
header #header nav ul li.active .edf-link:before {
    border-width: 0 3.5px 5px 3.5px;
    border-color: transparent transparent #FE5818 transparent;
}

header.nav-up {
    top: -74px;
}

header #header nav ul .sub-nav .nav-links.hover-org ul li {
    transition: all 1s;
}

header #header nav ul .sub-nav .nav-links.hover-org ul li a {
    position: relative !important;
}

header #header nav ul .sub-nav .nav-links.hover-org ul li:hover {
    background-color: #FE5818;
    color: #fff;
}

header #header nav ul .sub-nav .nav-links.hover-org ul li a:hover {
    color: #0D223D;
}

header #header nav ul .sub-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    background-color: #ffffff;
    height: 0;
    transition: height 0.75s;
    overflow: hidden;
    right: 0;
    bottom: auto;
}

header #header nav ul .sub-nav>div {
    width: 100%;
    height: 328px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}

header #header nav ul .sub-nav .nav-thumbnail {
    width: 33.74816983894583%;
    float: left;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.75s;
    position: absolute;
    left: 0;
    top: 0;
}

header #header nav ul .sub-nav .nav-links ul li div .third-nav {
    /* position: absolute;
    left: 0;
    top: 0;*/
    width: 100%;
    background-color: transparent;
    /* opacity: 1;
    visibility: visible;
    transition: opacity 1s; */
    width: calc(100% + 20px);
    height: auto;
    position: absolute;
    top: 0;
    left: -10px;
    padding: 60px 0 0 0;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.35s;
}

header #header nav ul .sub-nav .nav-links ul li div .third-nav a {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    background-color: #ffffff;
    position: relative;
    z-index: 999999999;
}

header #header nav ul .sub-nav .nav-links ul li div .third-nav a:last-of-type {
    padding-bottom: 30px
}

header #header nav ul .sub-nav .nav-links ul li div span {
    position: relative;
    width: 100%;
    float: left;
}

header #header nav ul .sub-nav .nav-links ul li div:hover .third-nav {
    opacity: 1;
    visibility: visible;
    display: block;
}


/*header #header nav ul .sub-nav .nav-thumbnail.hover{opacity:0;transition:all 0.5s ease;}*/


/*header #header nav ul .sub-nav .nav-links ul li .nav-thumbnail.hide{opacity:0;transition:all 0.5s ease;}*/


/*header #header nav ul .sub-nav .nav-links ul li a:hover .nav-thumbnail.hover-div{opacity:1;}
header #header nav ul .sub-nav .nav-links ul li a.hover .nav-thumbnail{opacity:1;}*/

header #header nav ul .sub-nav .nav-thumbnail img {
    display: none;
}

header #header nav ul .sub-nav .nav-links {
    width: 66.25183016105417%;
    float: right;
    padding: 0 40px;
    display: table;
    height: 275px;
}

header #header nav ul .sub-nav .nav-links ul {
    width: 100%;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

header #header nav ul .sub-nav .nav-links ul li {
    width: 44%;
    margin: 0;
    padding: 0;
    float: left;
}

header #header nav ul .sub-nav .nav-links ul li:nth-of-type(2) {
    float: right;
}

header #header nav ul .sub-nav .nav-links ul li a {
    width: 100%;
    float: left;
    padding: 19px 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0D223D;
    text-decoration: none;
    text-align: left;
    border-top: solid 1px #E6E8EB;
    /*position:relative;*/
    transition: all 1s;
    line-height: 1.25;
    position: relative;
}

header #header nav ul .sub-nav .nav-links ul li span.zi>a {
    z-index: 999999;
    color: #FE5818;
}

header #header nav ul .sub-nav .nav-links ul li a:hover,
header #header nav ul .sub-nav .nav-links ul li a.activen {
    color: #FE5818;
}


/*header #header nav ul .sub-nav .nav-links ul li a::before{width:0;height:16px;position:absolute;right:20px;top:30px;background-image:url(../images/ico.svg);background-position:center;background-repeat:no-repeat;background-size:100% auto;content:"";transition:all 1s;opacity:0;transition:right 0.85s ease;}*/


/*header #header nav ul .sub-nav .nav-links ul li a:first-of-type{border-top:0;}*/

header #header nav ul .sub-nav .nav-links ul li div:first-of-type a {
    border-top: 0;
}


/*header #header nav ul .sub-nav .nav-links ul li a:after{border-width: 0;}*/


/*header #header nav ul .sub-nav .nav-links ul li a:hover::before, header #header nav ul .sub-nav .nav-links ul li a.active::before{opacity:1;width:19px;right:0;}*/

header #header nav ul .sub-nav .nav-links ul li a>span.arrow-subnav {
    position: relative;
    width: 10px;
    float: right;
}

header #header nav ul .sub-nav .nav-links ul li a>span.arrow-subnav:before {
    width: 19px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 0px;
    background-image: url(../images/icon-arrow-nav.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    transition: all 1s;
    opacity: 0;
}

header #header nav ul .sub-nav .nav-links ul li a:hover span.arrow-subnav::before,
header #header nav ul .sub-nav .nav-links ul li a.activen span.arrow-subnav::before {
    opacity: 1;
    right: 0;
}

header #header nav ul .sub-nav .nav-thumbnail.hide {
    opacity: 0;
    visibility: hidden;
}

header #header nav ul .sub-nav .nav-thumbnail.show {
    opacity: 1;
    visibility: visible;
}

header #header nav ul .sub-nav .nav-links ul li a>span.arrow-subnav.dp {
    position: absolute;
    width: 4px;
    float: none;
}

header #header nav ul .sub-nav .nav-links ul li a>span.arrow-subnav.dp:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #9EA6B1 transparent transparent transparent;
    content: "";
    position: absolute;
    right: -11px;
    top: 9px;
    background-image: none !important;
    opacity: 1;
}

header #header nav ul .sub-nav .nav-links ul li div span:hover a>span.arrow-subnav.dp:before {
    border-color: #FE5818 transparent transparent transparent;
}

header #header nav ul .sub-nav .nav-links ul li div span:hover a>span.arrow-subnav.dp:before {
    border-width: 0 3.5px 5px 3.5px;
    border-color: transparent transparent #FE5818 transparent;
}

header #header nav ul .sub-nav.full .nav-links {
    width: 100%;
    float: left;
    height: 328px;
}

header #header nav ul .sub-nav.full .nav-links ul li {
    width: 25%;
    border-left: solid 1px #E6E8EB;
    height: 205px;
    padding: 0;
}

header #header nav ul .sub-nav.full .nav-links ul li:first-child {
    border-left: 0;
}

header #header nav ul .sub-nav.full .nav-links ul li:nth-of-type(2) {
    float: left;
}

header #header nav ul .sub-nav.full .nav-links ul li a {
    text-align: center;
    padding: 90px 0;
    margin-top: 25px;
    border-top: 0;
    height: 205px;
    position: relative;
}

header #header nav ul .sub-nav.full .nav-links ul li a::before {
    width: 0;
    height: 0;
}

header #header nav ul .sub-nav.full .nav-links ul li a:before {
    background-position: center;
    background-repeat: no-repeat;
    height: 41px;
    background-size: auto 100%;
    content: "";
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 25px;
    transition: initial;
}

header #header nav ul .sub-nav.full .nav-links ul li .edf-group:before {
    background-image: url(../images/icon-edf-group-site.svg);
    background-size: auto 87.80487804878049%;
}

header #header nav ul .sub-nav.full .nav-links ul li .staff-login:before {
    background-image: url(../images/icon-staff-login.svg);
    background-size: auto 75.60975609756098%;
}

header #header nav ul .sub-nav.full .nav-links ul li .remote-access:before {
    background-image: url(../images/icon-remote-access.svg);
    background-size: auto 100%;
}

header #header nav ul .sub-nav.full .nav-links ul li .it-support:before {
    background-image: url(../images/icon-it-access.svg);
    background-size: auto 80.48780487804879%;
}


/*header #header nav ul .sub-nav{width:100%;position:absolute;left:0;top:74px;background-color:#ffffff;height:308px;transition: all 0.5s ease;overflow: hidden;bottom: auto;opacity:0;visibility:hidden;z-index:500;}*/

.nav-open {
    width: 100%;
    position: absolute;
    left: 0;
    top: 74px;
    background-color: #ffffff;
    height: 0;
    transition: height 0.75s;
    overflow: hidden;
    right: 0;
    bottom: auto;
}

.no-overflow {
    overflow: inherit !important;
}

.nav-open div {
    width: 100%;
    height: 328px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nav-open.open {
    height: 328px;
}

header #header nav ul .sub-nav.open {
    height: 328px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.75s;
    /*overflow:inherit;*/
}

header #header nav>ul>li:hover>.sub-nav.open,
header #header nav>ul>li .sub-nav.open:hover,
header:hover {
    visibility: visible;
    opacity: 1;
}

header #header nav>ul>li .sub-nav.open.change {
    visibility: visible;
    opacity: 1;
    z-index: 502;
    /*overflow: initial;*/
}

header .linkedin {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 40px;
    top: 28px;
    z-index: 999999999;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/icon-linkedin-h.svg);
}

header .linkedin:after {
    width: 1px;
    height: 25px;
    position: absolute;
    left: -20px;
    top: -3px;
    background-color: #CED2D8;
    content: "";
    z-index: 999999999;
}


/*
header #header nav ul .sub-nav.full.open{height:308px;visibility:hidden;opacity:0;transition: all 0.5s ease;z-index:500;} 
header #header nav > ul > li:hover > .sub-nav.full.open,
header #header nav > ul > li .sub-nav.full.open:hover, header:hover {visibility: visible;opacity: 1;} 
header #header nav > ul > li .sub-nav.full.open.change {visibility: visible;opacity: 1;z-index:502;} */

.bgstrans {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 9999;
}


/* section ---------------------------------------- */

section {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content {
    width: 100%;
    float: left;
    margin: 74px 0 0 0;
    padding: 0 0 0 0;
}

section #content .content-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}

.more {
    min-width: 120px;
    background-color: #FE5818;
    border: solid 1px #FE5818;
    border-radius: 2px;
    float: left;
    height: 36px;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    text-align: center;
    letter-spacing: 0.14px;
    padding: 11px 22px;
    transition: all 0.5s ease;
}

.more:hover {
    background-color: /*transparent*/
    #fff;
    border: solid 1px #fff/*FE5818*/
    ;
    color: #FE5818;
}
 
.home-slider{width:100%;float:left;margin:0;padding:0;position:relative;text-align: center;}
.home-slider div{width:100%;margin:0;padding:0;position:relative;}
.home-slider div article{width:100%;float: left; margin:0;padding:0;position:relative;}
.home-slider div article figure{width: 100%;height: calc(100vh - 74px);margin: 0;padding: 0;float:left;background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative;}
.home-slider div article figure img{width: 100%;display: none;}
.home-slider div article .shade::after{width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";background-color: rgba(0,0,0,0.35);}
.home-slider .btn-slick{top:calc(50% - 0.78125vw);bottom:6.25vw;width:1.9791666666666665vw;height:1.6145833333333335vw;display: none !important;}
.home-slider .slick-slider .prev {left:-3.0208333333333335vw;background-image:url(../images/left-icon.svg);background-size:100% auto;}
.home-slider .slick-slider .next{left:auto;right:-3.0208333333333335vw;background-image:url(../images/right-icon.svg); background-size:100% auto;}

.home-slider .home-descrition{width:100%;height: 100%; margin:0;padding:0;position:absolute;left: 0;top: 0;display: flex;align-items: center;}
.home-slider .home-descrition article{width:100%;margin:0;padding:0;float: left;text-align: center;}
.home-slider .home-descrition article div{width:560px;margin:0;padding:0;display: inline-block;}
.home-slider .home-descrition h1 {width: 100%;float: left;font-family: "FrutigerLTStd-Bold", Arial, Helvetica, sans-serif;font-size: 42px/*35px*/;color: #ffffff;letter-spacing: -0.31px;line-height: 55px;text-align: center; }
.home-slider .home-descrition h2 {width: 100%;float: left;font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;font-size: 50px;color: #ffffff;letter-spacing: -0.44px;line-height: 55px;text-align: center; }
/* .home-slider .bdb{width:100%;position: absolute;bottom: 0;left: 0;height: 10px;background: linear-gradient(90deg, rgba(254,88,24,1) 52%, rgba(255,255,255,0) 73%);} */

/* progress bar */
.slider-progress {
    width: 100%;
    height: 5px; 
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .slider-progress .progress {
    width: 0%;
    height: 5px;
    /* background: linear-gradient(90deg, rgba(254,88,24,1) 72%, rgba(255,255,255,0) 73%); */
    /*background: 0 0/250% linear-gradient(
      to right,
      rgba(254,88,24,1),
      rgba(254,88,24,1));*/
        background: rgb(254,88,21);
    background: linear-gradient(86deg, rgba(254,88,21,1) 62%, rgba(255,255,255,0.1) 75%);
    position: absolute;
    bottom: 0;
    left: 0;
    
  }
  

.home-slider .home-descrition .dots{width:594px;height: 78px;position:absolute;background-image: url(../images/edf-dots_desktop.svg); background-repeat: no-repeat;background-size: 100% auto;background-position: center center;}
.home-slider .home-descrition .dots.top{top: 0;}
.home-slider .home-descrition .dots.bottom{bottom: 0;}
.home-slider .home-descrition .dots.left{left: 0;}
.home-slider .home-descrition .dots.right{right: 0;}

section #content .slider {
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    z-index: 4;
}

section #content .slider .flexslider {
    width: 100%;
    position: relative;
    float: left;
}

section #content .slider .flexslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 !important;
    float: left;
    width: 100%;
}

section #content .slider .flexslider ul>li {
    /*display: none; -webkit-backface-visibility: hidden;*/
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    transition: none;
    padding-bottom: 29.3%;
    height: 0;
    /*height:25vw;max-height:400px;*/
}

ul.slides {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 !important;
    display: block;
}

section .flexslider li .bgslider {
    position: absolute;
    top: 0;
    /*position:fixed;top:74px;*/
    left: 0;
    background-color: rgba(28, 39, 75, 0.05);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

section .flexslider li .bgslider.web {
    display: block;
}

section .flexslider li .bgslider.mobile {
    display: none;
}

body.home .bgslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}


/* dummy image styles 
.bgslider:before {
  content: '';
  position: absolute;
  background: lightgray;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/

.bgslider:before {
    /*content: attr(data-width) " x " attr(data-height);*/
    content: attr(data-loading);
    white-space: pre;
    color: gray;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - .5em);
    font-size: 100%;
    z-index: 1;
}

section #content .slider.large {
    /*top:calc(74px + 55px);*/
}

section #content .slider.large .flexslider ul>li {
    padding-bottom: 49%;
    /*height:42vw;max-height:670px;*/
}

section #content .slider.large .flexslider li .bgslider {
    /*padding-bottom:49%;*/
    /*height:42vw;max-height:670px;*/
}

body.sticky section #content .slider.large {
    margin-bottom: -5px;
}

body.sticky section #content .slider.large .flexslider li .bgslider {
    /*position:fixed;top:calc(65px + 55px);*/
    margin-top: 55px;
}

.flex-direction-nav {
    width: 100%;
    list-style: none;
    position: absolute !important;
    left: 0;
    top: 50%;
}

.flex-direction-nav li {
    float: none !important;
    width: auto !important;
    position: inherit !important;
    transition: none !important;
    padding-bottom: 0 !important;
    height: auto !important;
}

.flex-direction-nav a {
    width: 22px;
    height: 39px;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    margin-top: 0;
    z-index: 8;
}

.flex-direction-nav a.flex-next {
    background: url(../images/arrow-right.png) right top no-repeat;
    right: 1.4641288433382138vw;
}

.flex-direction-nav a.flex-next:hover {
    background: url(../images/arrow-right-h.png) right top no-repeat;
}

.flex-direction-nav a.flex-prev {
    background: url(../images/arrow-left.png) left top no-repeat;
    left: 1.4641288433382138vw;
}

.flex-direction-nav a.flex-prev:hover {
    background: url(../images/arrow-left-h.png) left top no-repeat;
}

.flexslider:hover a.flex-next,
.flexslider:hover a.flex-prev {
    opacity: 1;
}

.flexslider:hover a.flex-next:hover,
.flexslider:hover a.flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-control-paging {
    width: auto;
    list-style: none;
    position: absolute;
    right: 9.150805270863836vw;
    bottom: 3.8067349926793557vw;
    z-index: 8;
}

.flex-control-paging li {
    width: auto;
    float: left;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 100%;
    float: left;
    margin-left: 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 0px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    color: #db5941;
    background-color: #db5941;
    text-decoration: none;
}


/*.video { position: relative; height: auto; overflow: hidden; max-width: 100%;} 
.video iframe{ position: absolute !important; top: 0 !important; left:0 !important; width: 100% !important; height: 100% !important; }  
@media (min-aspect-ratio: 16 / 9) {.video iframe {height: 500% !important;top: -200% !important;}}
@media (max-aspect-ratio: 16 / 9) {.video iframe {width: 500% !important;left: -200% !important;}}
.video .player{ position: absolute; top: 0; left:0; width: 100%; height: 100%; background-color:#000000; }  
section #content .slider .flexslider .video .player{ position: fixed;top:74px; }*/

.YTPOverlay {
    display: none !important;
}

.video {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    position: fixed;
    top: 74px;
    height:0;
    padding-bottom: 56.25%;
    /*height: 48.95833333333333vw;*/
    /*overflow:hidden;z-index:9!important;*/
}

.video .video-inner {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

.video .video-inner .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image:url(http://edft.sbronline.co.uk/media/2049/img-home-1.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.video .video-inner .inner .fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
}

@media (min-aspect-ratio: 16 / 9) {
    .video .video-inner .inner .fullscreen-video {
        height: 500%;
        top: -200%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .video .video-inner .inner .fullscreen-video {
        width: 500%;
        left: -200%;
    }
}

.video .player {
    height: 100vh;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}



/* sitemap ------------------------------------ */

.site-map-outer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0;
    background: #FFFFFF;
    position: relative;
    z-index: 9;
}

.site-map {
    width: 60%;
    float: none;
    margin: 0 auto;
    padding: 0px 0;
}

.site-map ul {
    width: auto;
    float: left;
    height: auto;
    margin: 60px 0 50px 0 !important;
    padding: 0 0 0 0 !important;
    position: relative;
}

.site-map ul li {
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
    margin: 0 0 5px 0 !important;
    padding: 0px 0 !important;
}

.site-map ul li a {
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
    margin: 0 0 0px 0;
    padding: 12px 15px;
    font-family: 'OptimaLTPro-Roman';
    font-size: 20px;
    color: #fff;
    background-color: #FE5818;
    border-radius: 0;
    box-sizing: border-box;
}

.site-map ul li a:hover {
    text-decoration: underline;
}

.site-map ul li:before {
    display: none !important;
}

.site-map ul li ul.child {
    padding: 10px 0 0 30px !important;
    width: 100%;
    list-style: disc !important;
    list-style-type: disc !important;
    box-sizing: border-box;
    background-color: none !important;
    margin: 0 !important;
}

.site-map ul li ul.child li {
    padding: 0 0 0 0;
    margin: 0;
}

.site-map ul li ul.child li a {
    padding: 0 0 0 0;
    background: none !important;
    color: #0D223D;
    margin: 0;
}


/* Home ------------------------------------ */

section #content .home-box {
    width: 100%;
    position: relative;
    float: left;
    left: 0;
    top: 0;
    text-align: center;
    /*padding-bottom:calc(56.25% - 74px);*/
    padding-bottom:56.25%;
   /* padding-bottom:45.25%;*/
    height:0;
    /*height: calc(100vh);*/
}

section #content .home-box .inner{
    width:100%;display:flex;align-items: center;height:100%;position:absolute;left:0;top:0;
}

section #content .home-box .content-inner {
    max-width:1016px;
}

section #content .home-box h1 {
    width: 100%;
    display: inline-block;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 80px;
    color: #ffffff;
    letter-spacing: -0.53px;
    line-height: 1.3;
    text-align: center;
    margin-top:-100px;
}

section #content .home-box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: left;
    font-size: 0;
}

section #content .home-box ul li {
    width: 246px;
    height: 155px;
    display: inline-block;
    padding: 18px 20px;
    margin-left: 3px;
    background-color: #FE5818;
    text-align: left;
    transition: 0.6s all;
}

section #content .home-box ul li:hover {
    background-color: #09357A;
}

section #content .home-box ul li:nth-child(3n-2) {
    margin-left: 0;
}

section #content .home-box ul li img {
    height: 31px;
}

section #content .home-box ul li div {
    width: 100%;
    float: left;
    margin-top: 15px;
}

section #content .home-box ul li div h2 {
    width: 100%;
    float: left;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.2px;
    line-height: 1.4;
    text-transform: uppercase;
}

section #content .home-box ul li div p {
    width: 100%;
    float: left;
    margin-top: 8px;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.97px;
    line-height: 1.4;
}

.vbtn {
    width: 84px;
    height: 84px;
    position: absolute;
    bottom: 39px;
    left: 40px;
    background-color: #FE5818;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 1s all;
}

.vbtn:hover {
    background-color: #09357A;
}

.vbtn.play {
    background-image: url(../images/icon-play.png);
}

.vbtn.pause {
    background-image: url(../images/icon-pause.png);
}

.down-box
{
    padding-bottom:calc(56.25%);position:fixed;width:100%;top:74px;
}
.down {
    width: 22px;
    height: 26px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -13px;
    background-image: url(../images/arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.vbtn.hide {
    opacity: 0 !important;
    visibility: hidden !important;
}

section #content .feature-home {
    position: relative;
    width: 100%;
    /*z-index:500;margin-top:100vh;*/
    float: left;
}

section #content .feature-home .feature {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

section #content .feature-home .feature .bg {
    /*background-attachment: fixed;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
}

section #content .feature-home .feature .content-inner {
    height: 100%;
    z-index: 501;
}

section #content .feature-home .feature .description {
    /* height: 100%; */
    width: 410px;
    text-align: left;
    display: table;
    /* float: left; */
    position: absolute;
    top: 100vh;
    left: 0;
}

section #content .feature-home .feature:nth-of-type(1) .description {top: 65vh;}
section #content .feature-home .feature:nth-of-type(2) .description {top: 85vh;}
section #content .feature-home .feature:nth-of-type(3) .description {top: 110vh;}
section #content .feature-home .feature:nth-of-type(4) .description {top: 125vh;}
/* section #content .feature-home .feature .description div {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
} */

section #content .feature-home .feature .description h2 {
    width: 100%;
    float: left;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-transform: uppercase;
}

section #content .feature-home .feature .description p {
    width: 100%;
    float: left;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0.16px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
}

section #content .feature-home .feature.right .description {
    /* float: right; */
    left: auto;
    right: 0;
}

section #content .feature-home .feature.black .description h2,
section #content .feature-home .feature.black .description p {
    color: #0D223D;
}


/*
section #content .feature-home{display: flex;align-content: center;align-items: center;flex-direction: column;flex-wrap: nowrap;height: 100%;justify-content: space-around;position: relative;width: 100%;z-index:500;}
section #content .feature-home .feature{width: 100%;height: 770px;flex: 1;display: flex;text-align: center;position: relative;overflow: hidden;} 
section #content .feature-home .feature .bg{background-attachment: fixed;background-size: cover;width: 100%;height: 100%;position: absolute;z-index: 500;opacity: 1;}
section #content .feature-home .feature .content-inner{height: 100%;z-index: 501;}
section #content .feature-home .feature .description{height: 100%;width:410px;text-align: left;display: table;float:left;}
section #content .feature-home .feature .description div{display: table-cell;height: 100%;vertical-align:middle;}
section #content .feature-home .feature .description span{width:100%;float:left;font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;font-size:16px;color:#ffffff;letter-spacing:1.2px;line-height:22px;text-transform:uppercase;}
section #content .feature-home .feature .description p{width:100%;float:left;font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;font-size:32px;color:#ffffff;letter-spacing:0.16px;line-height:1.3;margin-top: 8px;margin-bottom: 17px;}
section #content .feature-home .feature.right .description{float:right;}
section #content .feature-home .feature.black .description span, section #content .feature-home .feature.black .description p{color:#0D223D;}
    */

section #content .div-news {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 55px 0;
    background-color: #fff/*#FE5818*/
    ;
    text-align: center;
    position: relative;
}

section #content .div-news div>h2 {
    float: left;
    position: relative;
    margin: 0;
    letter-spacing: 0.9px;
    padding: 0 0 15px 65px;
    width: 100%;
    font-size: 12px;
    color: #0D223D;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    text-align: left;
    /*text-transform:uppercase;*/
}

section #content .div-news ul {
    float: left;
    margin: 0;
    padding: 0 55px;
    width: 100%;
    margin: 0;
    position: static;
    position: -webkit-sticky;
}

section #content .div-news ul li {
    width: 32.26890756302521%;
    float: left;
    margin: 0 0 5.042016806722689% 1.5966386554621848%;
    padding: 0 0 0 0;
    text-align: left;
}

section #content .div-news ul li {
    position: relative;
}

section #content .div-news ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

section #content .div-news ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

section #content .div-news ul li .img-box {
    float: left;
    margin: 0;
    padding: 0 0 0px 0;
    width: 100%;
    position: relative;
}

section #content .div-news ul li .img-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    content: "";
    opacity: 0;
    transition: all 1s;
}

section #content .div-news ul li:hover .img-box:after {
    opacity: 0.2;
}

section #content .div-news ul li img {
    float: left;
    margin: 0;
    padding: 0 0 0px 0;
    width: 100%;
}

section #content .div-news ul li .inner {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    padding-top: 13px;
}

section #content .div-news ul li .inner h2 {
    float: left;
    transition: 0.8s all;
    position: relative;
    margin: 0;
    letter-spacing: 0.09px;
    line-height: 1.3;
    padding: 0;
    width: 100%;
    font-size: 18px;
    color: #0D223D;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    text-align: left;
}

section #content .div-news ul li:hover .inner h2 {
    color: #ffffff;
}

body.home section #content .div-news ul li:hover .inner h2 {
    color: #0D223D;
}

section #content .div-news.related {
    /*position:sticky;position: -webkit-sticky;bottom:calc(190px);*/
    z-index: 4;
}


/*+ 243px);}*/

section #content .div-news.related.nort {
    /*bottom:calc(190px);*/
    background-color: #001A70;
}

section #content .div-news.related.nort div>h2 {
    color: #FFFFFF;
}

section #content .div-history {
    width: 100%;
    height: 243px;
    float: left;
    padding: 0;
    background-color: #F2F6FB;
    position: sticky;
    position: -webkit-sticky;
    /*background-image:url(../images/bg-history.jpg);background-position:center center;background-repeat:no-repeat;background-size:auto 100%;*/
    bottom: 190px;
    overflow: hidden;
}

section #content .div-history div>.history {
    position: absolute;
    width: calc(400px - 248px);
    border-left: solid 1px #AFCEED;
    left: 248px;
    top: 0;
    height: 100%;
    margin: 0;
    height: 243px;
    padding: 17px 0;
}

section #content .div-history div>.history ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

section #content .div-history div>.history ul li {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    padding: 18px 35px;
    font-size: 35px;
    color: #AFCEED;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
}

section #content .div-history div>.history ul li:before {
    width: 17px;
    position: absolute;
    left: 0;
    top: 37px;
    content: "";
    height: 1px;
    background-color: #AFCEED;
}

section #content .div-history div>.info {
    float: left;
    margin: 0;
    padding: 45px 0;
    width: 595px;
    margin-left: 411px;
}

section #content .div-history div>.info h2 {
    float: left;
    position: relative;
    margin: 0;
    letter-spacing: 0.16px;
    padding: 0;
    width: 100%;
    font-size: 32px;
    color: #FE5818;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 1.4;
}

section #content .div-history div>.info p {
    float: left;
    position: relative;
    margin: 10px 0 0 0;
    letter-spacing: 0.09px;
    padding: 0;
    width: 100%;
    font-size: 18px;
    color: #0D223D;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 1.5;
}

section #content .div-history div>.info .more {
    border: solid 1px #FE5818;
    color: #FE5818;
    background-color: transparent;
    margin-top: 12px;
}

section #content .div-history div>.info .more:hover {
    background-color: #FE5818;
    color: #ffffff;
}

section #content .breadcrumb {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    height: 60px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 6;
}

section #content .breadcrumb .dotted-bar {
    width: 100%;
    height: 15px;
    float: left;
    margin-top: 4px;
    background-image: url(../images/repeat-grid-13.svg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

section #content .breadcrumb ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}

section #content .breadcrumb ul li {
    width: auto;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #9EA6B1;
    text-align: left;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 12px;
    float: left;
    line-height: 1.6;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

section #content .breadcrumb ul li a {
    transition: all 0.5s ease;
    width: auto;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #0D223D;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}

section #content .breadcrumb ul li:after {
    content: "";
    margin-left: 10px;
    margin-top: 5px;
    color: #9EA6B1;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid #B6BCC4;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

section #content .breadcrumb ul li a:hover {
    color: #FE5818;
}

section #content .breadcrumb ul li a.active {
    color: #0D223D;
}

section #content .breadcrumb ul li a.active:hover {
    color: #FE5818;
}

section #content .breadcrumb ul li:last-child:after {
    display: none;
}

section #content .breadcrumb.blue {
    background-color: #001A70;
    padding: 17px 0;
    height: 55px;
    border-top: solid 1px #275098;
}

section #content .breadcrumb.blue ul {
    margin-top: 0;
}

section #content .breadcrumb.blue ul li {
    color: #ffffff;
}

section #content .breadcrumb.blue ul li a {
    color: #ffffff;
}

section #content .breadcrumb.blue .contact-info {
    width: auto;
    margin-top: 0;
    position: absolute;
    right: 40px;
    top: -17px;
}

section #content .breadcrumb.blue .contact-info li {
    margin: 0;
}

section #content .breadcrumb.blue .contact-info li:after {
    border: 0;
    position: absolute;
    width: 0;
    height: 0;
    display: none;
}

section #content .breadcrumb.blue .contact-info a {
    width: auto;
    height: 55px;
    transition: 0.8s all;
    margin: 0 0 0 60px;
    padding: 16px 0 16px 35px;
    float: left;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 0.24px;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    text-transform: initial;
}

section #content .breadcrumb.blue .contact-info a.phone {
    background-image: url(../images/phone-icon.svg);
    background-size: 22px auto;
}

section #content .breadcrumb.blue .contact-info a.email {
    background-image: url(../images/email-icon.svg);
    background-size: 25px auto;
}

body.sticky section #content .breadcrumb {
    position: fixed;
    top: 74px;
    z-index: 9;
}

section #content .page-content {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    z-index: 5;
    padding-top: 55px;
    text-align: center;
}

section #content .page-content .content-inner {
    padding: 0 140px;
    display: inline-block;
    margin: 0;
    text-align: left;
}

section #content .page-content .content-inner.large {
    padding: 0 40px;
}

body.sticky section #content .page-content {
    margin-top: 60px;
}

section #content .page {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    z-index: 9;
    margin-top: 0;
    margin-bottom: 75px;
}

section #content .page h1 {
    width: 760px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 40px;
    display: inline-block;
    line-height: 1.2;
}

section #content .page h2 {
    width: 795px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.16px;
}

section #content .page p {
    width: 660px;
    margin-top: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .page p a {
    padding-top: 7px;
}

section #content .page p a:hover {
    border: solid 1px #FE5818
}

section #content .page.mg {
    margin-bottom: -30px;
}

section #content .page.blue {
    background-color: #001A70;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
}

section #content .page.blue h1 {
    color: #ffffff;
    width: 790px;
}

section #content .page.org h1 {
    color: #FE5818;
}

section #content .page.org h2 {
    color: #FE5818;
    width: 730px;
    font-size: 40px;
    letter-spacing: initial;
}

section #content .page .content-inner {
    padding: 0 140px;
}

section #content .page.ct .content-inner {
    text-align: center;
}

section #content .page.met {
    margin-bottom: 35px;
}

section #content .two-column {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    position: relative;
}

section #content .two-column .img-box {
    width: 48.3271375464684%;
    position: sticky;
    position: -webkit-sticky;
    top: calc(60px + 74px + 90px);
    float: left;
}

section #content .two-column .img-box img {
    width: 100%;
    float: left;
}

section #content .two-column .img-box .caption,
section #content .two-column .video-box .caption {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #6D7A8A;
    opacity: 0.6;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
    margin-top: 10px;
}

section #content .two-column .info-box {
    width: 41.62062615101289%;
    float: right;
    display: table;
}

section #content .two-column .info-box div {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

section #content .two-column .info-box span {
    width: 100%;
    margin-bottom: 13px;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 12px;
    float: left;
    line-height: 1.6;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

section #content .two-column .info-box h2 {
    width: 100%;
    margin-bottom: 16px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .two-column .info-box ul {
    width: 100%;
    float: left;
    list-style: disc;
    padding-left: 17px;
    margin-top: -10px;
}
section #content .two-column .info-box ul li, 
section #content .two-column .info-box p {
    width: 100%;
    margin-bottom: 25px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .two-column .info-box ul li { 
    margin-bottom: 10px; 
}
section #content .two-column .info-box ul li:last-of-type { 
    margin-bottom: 20px; 
}
section #content .two-column .info-box p:last-of-type {
    margin-bottom: 0;
}

section #content .two-column.rt .img-box {
    float: right;
}

section #content .two-column.rt .info-box {
    float: left;
}

section #content .two-column.tx .info-box {
    width: 45.62062615101289%;
    float: left;
    display: initial;
}

section #content .two-column.tx .info-box:nth-of-type(2) {
    float: right;
}


/*section #content .two-column.crs{border-top:solid 1px #E8EAED;padding-top:74px;margin-top:74px;}
section #content .two-column.crs:last-of-type{border-bottom:solid 1px #E8EAED;padding-bottom:65px;}*/

section #content .two-column.crs .img-box {
    width: 54.32780847145487%;
}

section #content .two-column.crs .info-box {
    width: 35.359116022099446%;
}

section #content .two-column .info-box.small {
    width: 29.00552486187845%;
}

section #content .two-column .video-box {
    position: relative;
    height: 375px;
    float: left;
    width: 60.77348066298343%;
}

section #content .two-column .video-box img {
    width: 100%;
    float: left;
    height: 375px;
}


/*section #content .two-column .video-box iframe{ position: absolute !important; top: 0 !important; left:0 !important; width: 100% !important; height: 100% !important; }  
@media (min-aspect-ratio: 16 / 9) {section #content .two-column .video-box iframe {height: 500% !important;top: -200% !important;}}
@media (max-aspect-ratio: 16 / 9) {section #content .two-column .video-box iframe {width: 500% !important;left: -200% !important;}}*/

section #content .two-column .video-box .player {
    width: 100%;
    height: 375px;
}

section #content .two-column .video-box .vbtn {
    bottom: 25px;
    left: 25px;
}

section #content .two-column .video-box .video-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section #content .brouchure {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    height: 250px;
    padding: 0;
}

section #content .brouchure .detail {
    width: 51.079208%/*42.07920792079208%*/;
    min-width: 555px/*525px*/;
    height: 250px;
    float: left;
    padding: 0;
    margin: 0;
    margin-left: -8px;
    position: relative;
    z-index: 5;
    display: table;
}

section #content .brouchure .detail div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

section #content .brouchure .detail span {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 12px;
    float: left;
    line-height: 20px;
    letter-spacing: 0.09px;
    margin-top: 0;
}

section #content .brouchure .detail h2,
section #content .brouchure .detail h3,
section #content .brouchure .detail h4 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 32px;
    margin-top: 4px;
}

section #content .brouchure .detail p {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 27px;
    letter-spacing: 0.09px;
    margin-top: 10px;
}

section #content .brouchure .detail .more {
    border: solid 1px rgba(254, 88, 24, 0.5);
    color: #FE5818;
    background-color: transparent;
    margin-top: 10px;
    transition: 0.8s all;
    padding-top: 10px;
}

section #content .brouchure .detail .more:hover {
    background: rgba(254, 88, 24, 1);
    color: #ffffff;
}

section #content .brouchure .bgimg {
    width: calc(100% - 40px - 40px);
    height: 250px;
    position: absolute;
    left: 40px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%; 
} 
section #content .brouchure.sld .bgimg { 
   background-color: #E5EEF8;
}
section #content .brouchure.sld .bgimg > div {
   width: 60%;
   height: 100%;
   float: right;
}
section #content .brouchure.sld .bgimg article {
   width: 100%; 
   float: left;
   margin: 0;
   padding: 0;
}
section #content .brouchure.sld .bgimg article figure{
   width: 20%; 
   float: left; 
   margin: 0;
   padding: 0;
   border-left:solid 1px #E5EEF8;
   border-right:solid 1px #E5EEF8;
   opacity:0;transition:opacity 1s;
} 
section #content .brouchure.sld .bgimg article figure:first-of-type{
   border-left:0;
}  
section #content .brouchure.sld .bgimg article figure:last-of-type{
   border-right:0;
}  

section #content .brouchure.sld .bgimg.fade .slick-slide.slick-active article figure:nth-of-type(1){opacity:1;transition-delay: 0.10s !important;}
section #content .brouchure.sld .bgimg.fade .slick-slide.slick-active article figure:nth-of-type(2){opacity:1;transition-delay: 0.20s !important;}
section #content .brouchure.sld .bgimg.fade .slick-slide.slick-active article figure:nth-of-type(3){opacity:1;transition-delay: 0.35s !important;}
section #content .brouchure.sld .bgimg.fade .slick-slide.slick-active article figure:nth-of-type(4){opacity:1;transition-delay: 0.50s !important;}
section #content .brouchure.sld .bgimg.fade .slick-slide.slick-active article figure:nth-of-type(5){opacity:1;transition-delay: 0.65s !important;}

section #content .brouchure.sld .bgimg article figure img{
   width: 100%;
   height: 250px;
   object-fit: cover;
}
 
section #content .brouchure.sld .bgimg .slick-slide{
   padding: 0 !important;
   margin: 0 !important;
}

section #content .brouchure.sld .detail {
   width: 38.079208%;
   min-width: 355px;
}
/*section #content .brouchure .bgimg::before{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#e5edf7;-webkit-box-shadow: 0px 3px 15px 0px rgba(229,238,248,1);-moz-box-shadow: 0px 3px 15px 0px rgba(229,238,248,1);box-shadow: 0px 3px 15px 0px rgba(229,238,248,1);content:"";z-index:-1;}*/

section #content .brouchure .bgimg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: right;
}

section #content .brouchure.wh .detail span {
    color: #ffffff;
}

section #content .brouchure.wh .detail h2,
section #content .brouchure.wh .detail h3,
section #content .brouchure.wh .detail h4,
section #content .brouchure.wh .detail p,
section #content .brouchure.wh .detail span {
    color: #FFFFFF;
}

section #content .brouchure .b-inner {
    width: 100%;
    float: left;
}


/*abouts*/


/*team*/

section #content .team {
    width: 100%;
    float: left;
    position: relative;
}

section #content .team-category {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}


/*section #content .team-category li{width:33.33%;float:left;margin:0;padding:0;}*/

section #content .team-category li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .team-category li a {
    transition: all 0.5s ease-in-out;
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 7px 0 13px 7px;
    border-bottom: solid 1px #e8eaed;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .team-category li a:hover {
    color: #FE5818;
}

section #content .team-category li a.active {
    border-bottom: solid 1px #FE5818;
    color: #FE5818;
}

section #content .team-category li:nth-child(3) {
    display: none;
}

section #content .team-listing {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 90px;
}

section #content .team-listing .team-inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .team-listing .team-inner.tsm {
    padding-left: 65px;
    padding-right: 65px;
    margin-top: 75px;
}

section #content .team-listing .team-inner h2 {
    width: 55%;
    margin-bottom: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.16px;
}

section #content .team-listing .team-inner p {
    width: 730px;
    margin-bottom: 40px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing .team-inner .board-directors {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .team-listing .team-inner .board-directors ul {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 15% 0 0;
}

section #content .team-listing .team-inner .board-directors ul li {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
    padding: 0;
}

section #content .team-listing .team-inner .board-directors ul li h2 {
    transition: all 0.5s ease-in-out;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing .team-inner .board-directors ul li p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #86909E;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing .team-inner .board-directors ul li:nth-last-child(-n+1) {
    margin-bottom: 0;
}

section #content .team-listing .team-inner .board-directors ul li:hover h2 {
    color: #FE5818;
}

section #content .team-listing .team-inner .committee-box.two-box ul li {
    width: 48.61878453038674%;
}

section #content .team-listing .team-inner .committee-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0;
}

section #content .team-listing .team-inner .committee-box ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .team-listing .team-inner .committee-box ul li {
    width: 31.49171270718232%;
    transition: 0.8s all;
    float: left;
    margin: 0 0 3.7624309392265192% 2.7624309392265192%;
    padding: 0;
    position: relative;
}

section #content .team-listing .team-inner .committee-box ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

section #content .team-listing .team-inner .committee-box ul li .img-box {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

section #content .team-listing .team-inner .committee-box ul li .img-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    content: "";
    opacity: 0;
    transition: all 1s;
}

section #content .team-listing .team-inner .committee-box ul li img {
    width: 100%;
}

section #content .team-listing .team-inner .committee-box ul li:hover .img-box:after {
    opacity: 0.2;
}

section #content .team-listing .team-inner .committee-box ul li div {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9899;
}

section #content .team-listing .team-inner .committee-box ul li div h2 {
    width: 100%;
    margin: 0;
    transition: 0.8s all;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing .team-inner .committee-box ul li div p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #86909E;
    font-size: 18px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing .team-inner .committee-box ul li div span {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.35px;
}

section #content .team-listing .team-inner .committee-box ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

section #content .team-listing .team-inner .committee-box ul li:hover h2 {
    color: #fe5815;
    transition: 0.8s all;
}

section #content .team-listing .team-inner .committee-box.sld ul,
section #content .team-listing .team-inner .committee-box.tcl ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

section #content .team-listing .team-inner .committee-box.tcl ul li {
    width: 48.61878453038674%;
    margin-left: 2.7624309392265192%;
    padding: 0;
}

section #content .team-listing .team-inner .committee-box.tcl ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

section #content .team-listing .team-inner .committee-box.mbf {
    margin-bottom: 100px;
}

section #content .team-listing.promotion {
    background-color: #F2F6FB;
    border: 0;
    margin-bottom: 0;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

section #content .team-listing.promotion .team-inner {
    text-align: center;
}

section #content .team-listing.promotion h2 {
    text-align: center;
    margin-bottom: 45px;
    float: none;
    display: inline-block;
    width: 48%;
}
section #content .team-listing.promotion.uptextleft h2 {
    text-align: left;
     display: block;
    float: left;
    width: 100%;
}
section #content .team-listing.promotion.uptextleft p {
    text-align: left;
    float: left;
    
}
section #content .team-listing.promotion.uptextleft p a:hover {
    text-decoration:underline;
    
}
section #content .team-listing.promotion .team-inner .committee-box ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 25px;
}

section #content .team-listing.promotion .team-inner .committee-box ul li img {
    margin-bottom: 0;
}

section #content .team-listing.promotion .team-inner .committee-box ul li div h2 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: initial;
    text-align: left;
}

section #content .team-listing.promotion .team-inner .committee-box ul li div p {
    color: #ffffff;
    text-align: left;
    width: 68%;
}

section #content .team-listing.promotion .team-inner .committee-box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    /*
    height: 45%;
    background-size: 100% 45%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(0, 0, 0, 0.45)), color-stop(0, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0.45);*/
}

section #content .team-listing.promotion .team-inner .committee-box ul li div .btn {
    position: absolute;
    bottom: 22px;
    right: 25px;
    background-color: #FE5818;
    color: #ffffff;
    transition: 0.8s all;
}

/*section #content .team-listing.promotion .team-inner .committee-box ul li:hover div .btn {
    background-color: #ffffff;
    color: #FE5818;
    border-color: #ffffff
}*/
  
section #content .team-listing.promotion .team-inner .committee-box ul li:hover::after {
    height: 100%;
    background-size: 100% 100%;
}


section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt {
    top: 0;
    bottom: auto;
    height:100%;
}


section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div {
    bottom: 0;
}

section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div section {
    width: 100%;
    float: left;
    margin:0 0 20px 0;
    /*padding:15px 0;*/
    position: relative;
    /*border-bottom:solid 1px rgba(255,255,255,0.3);*/
}

section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div section:last-of-type {
    padding-bottom:0;
    border-bottom:0;
    margin-bottom:0;
}

section #content .team-listing.promotion .team-inner .committee-box ul li div h3 {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: -0.14px;
    line-height:27px;
    text-align: left;
    font-family: "FrutigerLTStd-Light";
    float:left;width: 68%;margin-top: -5px;
}
section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div .btn {
    position: relative;
    float: right;
    bottom: auto;
    right: auto;
    font-weight:normal;
    margin:0;
}
section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div section:hover .btn {
    background-color: #ffffff;
    color: #FE5818;
    border-color: #ffffff
}

section #content .grtp {
    padding-top: 90px;
    border-top: solid 1px #E6E8EB;
}

section #content .hid-lin-brdr {
    border-top: none !important;
}

section #content .team-detail {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    position: relative;
    min-height: 610px;
}

section #content .team-detail .team-info {
    width: calc(100% - 20.7%);
    float: left;
    position: relative;
    padding-right: 7%;
    border-right: 1px solid #E6E8EB;
}

section #content .team-detail .team-info:before {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: 100%;
    width: 100%;
}

section #content .team-detail .team-info>img {
    width: 100%;
    float: left;
    margin-bottom: 60px;
    padding: 0 0;
}

section #content .team-detail .team-info .info {
    width: calc(89.55223880597015% + 8px);
    float: left;
    margin: 0;
    padding: 0 65px;
}

section #content .team-detail .team-info .info h2 {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .team-detail .team-info .info p {
    width: 100%;
    margin-bottom: 30px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #556477;
    font-size: 18px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-detail .team-info .info ul {
    width: 100%;
    margin-bottom: 30px;
    float: left;
    list-style: disc;
    padding-left: 18px;
}

section #content .team-detail .team-info .info ul li {
    width: 100%;
    margin-bottom: 10px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #556477;
    font-size: 18px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-detail .team-info .info ul li:nth-last-child(-n+1) {
    margin-bottom: 0;
}

section #content .team-detail .team-info .info blockquote {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    position: relative;
    padding: 30px 0 0 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .team-detail .team-info .info blockquote p {
    margin-bottom: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: normal;
    transition: none !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

section #content .team-detail .team-info .info blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 18px;
    background: url(../images/component-3.svg) no-repeat center center;
    background-size: 100% auto;
}

section #content .team-detail .team-info .info blockquote span {
    width: 100%;
    margin-top: 16px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 14px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0.35px;
}

section #content .team-detail .team-info .info .img-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

section #content .team-detail .team-info .info .img-box img {
    width: 100%;
}

section #content .team-detail .team-info .video-box {
    position: relative;
    height: 375px;
    float: left;
    width: 100%;
}


/*section #content .team-detail .team-info .video-box iframe{ position: absolute !important; top: 0 !important; left:0 !important; width: 100% !important; height: 100% !important; }  
@media (min-aspect-ratio: 16 / 9) {section #content .team-detail .team-info .video-box iframe {height: 500% !important;top: -200% !important;}}
@media (max-aspect-ratio: 16 / 9) {section #content .team-detail .team-info .video-box iframe {width: 500% !important;left: -200% !important;}}*/

section #content .team-detail .team-info .video-box .player {
    width: 100%;
    height: 375px;
}

section #content .team-detail .team-info .video-box .vbtn {
    bottom: 25px;
    left: 25px;
}


/*section #content .team-detail .team-info .video-box .play{width: 84px;height: 84px;position: absolute;bottom: 25px;left: 25px;background-color:#FE5818;border-radius:100%; background-position:center center;background-repeat:no-repeat;background-size:100% auto;transition:1s all;}
section #content .team-detail .team-info .video-box .play:hover{background-color:#09357A;}
section #content .team-detail .team-info .video-box .play.play{background-image: url(../images/icon-play.png);}
section #content .team-detail .team-info .video-box .play.pause{background-image: url(../images/icon-pause.png);}
section #content .team-detail .team-info .video-box .play.pause{background-image: url(../images/icon-pause.png);}*/

section #content .team-detail .team-info .video-box.large {
    height: 490px;
}

section #content .team-detail .team-info .caption {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #6D7A8A;
    opacity: 0.6;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
    margin-top: 10px;
}

section #content .team-detail .team-related {
    width: 323px;
    float: right;
    padding-left: 70px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: calc(50%);
    margin-left: 355px;
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
}

section #content .team-detail .team-related.sticky {
    position: fixed;
    top: 125px;
}

section #content .team-detail .team-related.sticky.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    /*bottom:-60px;*/
}

section #content .team-detail .team-related span {
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 12px;
    float: left;
    line-height: 1.6;
}

section #content .team-detail .team-related ul {
    width: 183px;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .team-detail .team-related ul li {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

section #content .team-detail .team-related ul li:nth-last-child(-n+1) {
    margin: 0;
}

section #content .team-detail .team-related ul li a {
    width: 100%;
    float: left;
}

section #content .team-detail .team-related ul li .img-box {
    width: 100%;
    float: left;
    margin-bottom: 7px;
    position: relative;
}

section #content .team-detail .team-related ul li .img-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    content: "";
    opacity: 0;
    transition: all 1s;
}

section #content .team-detail .team-related ul li:hover .img-box:after {
    opacity: 0.2;
}

section #content .team-detail .team-related ul li img {
    width: 100%;
}

section #content .team-detail .team-related ul li .rs-detail h3 {
    transition: all 0.5s ease;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0.35px;
}

section #content .team-detail .team-related ul li .rs-detail p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #86909E;
    font-size: 14px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0.35px;
}

section #content .team-detail .team-related ul li:hover .rs-detail h3 {
    color: #FE5818;
}

.scrollreach {
    background-color: transparent;
    position: fixed;
    width: 221px;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 0;
}


/*timeline*/

section #content .timeline-nav {
    width: 105px;
    margin: 0;
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 9;
}

section #content .timeline-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

section #content .timeline-nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

section #content .timeline-nav ul li a {
    width: 100%;
    margin: 0;
    padding: 8px 15px 8px 15px;
    border-left: 1px solid rgba(13, 34, 61, 0.2);
    color: #0D223D;
    float: left;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

section #content .timeline-nav ul li a.active {
    opacity: 1;
    border-left: 1px solid rgba(13, 34, 61, 1);
}

section #content .timeline-nav.sticky {
    position: fixed;
    top: calc(120px + 74px);
}

section #content .timeline {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

section #content .timeline ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

section #content .timeline ul li {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 90px;
}

section #content .timeline ul li .year-box {
    width: 100%;
    height: 320px;
    margin: 0;
    padding: 0 35px;
    margin-bottom: 70px;
    /*float:left;*/
    position: absolute;
    left: 0;
    top: 0;
    /*position:sticky;position: -webkit-sticky;*/
    display: table;
    transition: all 1.5s;
}

section #content .timeline ul li .year-box>div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

section #content .timeline ul li .year-box span {
    width: calc(100%);
    position: absolute;
    top: 0;
    left: -52px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #E5EEF8;
    opacity: 0.90;
    font-size: 421px;
    line-height: 0.75;
    letter-spacing: -6.78px;
    transition: all 1.5s;
}

section #content .timeline ul li .year-box label {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    position: relative;
}

section #content .timeline ul li .year-box p {
    width: 385px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    line-height: 1.32;
    letter-spacing: 0.16px;
    opacity: 0.8;
    position: relative;
}


/*section #content .timeline ul li .year-box.fxyear-in span{font-size:221px;left: -22px;}*/

section #content .timeline ul li .timeline-box {
    width: 48.52%;
    margin-right: 65px;
    float: right;
    margin-top: 320px;
}

section #content .timeline ul li .timeline-box .info-box {
    width: 100%;
    margin-bottom: 50px;
    float: right;
    position: relative;
    background-color: #fff;
}

section #content .timeline ul li .timeline-box .info-box img {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

section #content .timeline ul li .timeline-box .info-box .info {
    width: 100%;
    padding: 18px 20px;
    margin: 0;
    float: left;
}

section #content .timeline ul li .timeline-box .info-box .info span {
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 12px;
    float: left;
    line-height: 1.6;
}

section #content .timeline ul li .timeline-box .info-box .info h3 {
    width: 100%;
    float: left;
    margin: 0 0 9px 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .timeline ul li .timeline-box .info-box .info p {
    width: 100%;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #556477;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .timeline ul li .timeline-box .info-box.column img {
    width: 48.30508474576271%;
    margin-right: 28px;
}

section #content .timeline ul li .timeline-box .info-box.column .info {
    padding: 28px;
    float: none;
}

section #content .timeline ul li .timeline-box .info-box.column .info span {
    width: auto;
    display: block;
    float: none;
}

section #content .timeline ul li .timeline-box .info-box.column .info h3 {
    width: auto;
    display: block;
    float: none;
}

section #content .timeline ul li .timeline-box .info-box.column .info p {
    width: auto;
    display: block;
    float: none;
}

section #content .timeline ul li .timeline-box .info-box.column.rt img {
    margin-right: 0;
    margin-left: 28px;
    float: right;
}

section #content .timeline ul li.sticky .year-box {
    position: fixed;
    top: calc(74px + 75px);
    left: auto;
}

section #content .timeline ul li.sticky .year-box span {
    font-size: 221px;
    left: -22px;
}

section #content .timeline ul li.sticky .timeline-box {
    margin-top: calc(320px);
}


/*timeline-new*/

section #content .page.tl {
    padding-top: 30px;
}

section #content .page.tl h1 {
    text-align: left;
    color: #FFFFFF;
    font-size: 60px;
}

section #content .page.tl h2 {
    text-align: left;
    color: #FFFFFF;
}

section #content .page.tl p {
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    width: 730px;
}

section #content .timeline-new {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    float: left;
}

section #content .timeline-new>div>ul {
    width: calc(100% + 160px);
    margin: 0 0 0 -80px;
    padding: 85px 80px 0;
    float: left;
    list-style: none;
    border-top: solid 1px #3D4E63;
}

section #content .timeline-new>div>ul>li {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 90px;
    opacity: 0.2;
    transition: opacity 0.5s;
}

section #content .timeline-new>div>ul>li:nth-last-child(2) {
    opacity: 1 !important;
}

section #content .timeline-new>div>ul>li .year-box {
    width: 20.25%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0;
    margin-bottom: 0px;
    transition: all 1.5s;
}

section #content .timeline-new>div>ul>li .year-box h2 {
    width: calc(100%);
    float: left;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 100px;
    line-height: 0.75;
    letter-spacing: -1.67px;
    transition: all 1.5s;
}

section #content .timeline-new>div>ul>li .timeline-box {
    width: 67%;
    margin-left: 125px;
    float: right;
    margin-top: -14px;
}

section #content .timeline-new>div>ul>li .timeline-box h3.heading {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    float: left;
    line-height: 1.4;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box {
    width: 100%;
    margin-top: 74px;
    float: left;
    position: relative;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box span {
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    float: left;
    line-height: 1.6;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box h3 {
    width: 100%;
    float: left;
    margin: 0 0 9px 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    float: left;
    line-height: 1.4;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box p {
    width: 100%;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .dotted-bar-new {
    width: 100%;
    height: 17px;
    float: left;
    margin-top: -48px;
    background-image: url(../images/repeat-grid-40.svg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

section #content .timeline-new>div>ul>li .timeline-box img,
section #content .timeline-new>div>ul>li .timeline-box .info-box img {
    width: 55%;
    height: auto;
    padding-top: 15px;
    float: left;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box ul,
section #content .timeline-new>div>ul>li .timeline-box ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0 18px;
    border: none;
    list-style-type: disc;
    box-sizing: border-box;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box ul li,
section #content .timeline-new>div>ul>li .timeline-box ul li {
    width: 100%;
    padding: 9px 0 0 0 !important;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    transition: none;
    opacity: initial;
}

section #content .timeline-new>div>ul>li .timeline-box .info-box ul li:first-child,
section #content .timeline-new>div>ul>li .timeline-box ul li:first-child {
    padding: 0 0 0 0 !important;
}

section #content .timeline-new>div>ul>li.opacity {
    opacity: 1;
}

section #content .timeline-new>div>ul>li.sticky .year-box {
    position: fixed;
    top: calc(74px + 75px);
    left: auto;
}

section #content .timeline-new>div>ul>li.nosticky .year-box {
    position: absolute;
    top: auto;
    bottom: 90px;
    left: auto;
}

section #content .banner-info-box {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 49%/*29.3%*/
    ;
}

section #content .banner-info-box .info {
    width: 380px;
    height: auto;
    left: 95px;
    bottom: 25px !important;
    position: absolute;
    margin: 0;
    /* background-color: #FE5818; */
    background-color: rgba(254, 88, 24, 0.75);
    padding: 42px 0 60px 0;
    box-sizing: border-box;
}

section #content .banner-info-box .info h1 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 0.75;
    padding: 45px 45px 0;
}

section #content .banner-info-box .info p {
    width: 100%;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    padding: 20px 45px 0
}


/*
section #content .banner-info-box{width: 100%;max-width:1366px;position:relative;margin:0 auto;height:0;padding-bottom:29.3%;}
section #content .banner-info-box .info{width: 315px;height:auto;left:95px;bottom:25px !important;position:absolute;margin:0;background-color:#FE5818;padding: 0 0 15px 0;box-sizing:border-box;}
section #content .banner-info-box .info h1{width: 100%;font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;font-size:22px;color:#fff;line-height:0.75;padding: 30px 15px 0;}
section #content .banner-info-box .info p{width:100%;padding:0;font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;color:rgba(255,255,255, 1);font-size:14px;float:left;line-height:1.3;letter-spacing:0.09px;padding: 12px 15px 0;}*/

section #content .dotted-bar-new.cr {
    width: 100%;
    height: 16px;
    margin-top: -42px;
    background-image: url(../images/repeat-grid-b-info.svg);
}

section #content .our-team-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    height: 550px;
    padding: 0;
}

section #content .our-team-box .v-middle {
    display: table-cell;
    vertical-align: middle;
    height: 550px;
}

section #content .our-team-box .detail {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}

section #content .our-team-box .detail .inner-box {
    width: 29%;
    float: left;
    padding: 0 0;
    margin: 0;
    position: relative;
    z-index: 5;
    margin-left: 140px;
}

section #content .our-team-box .detail .inner-box h2,
section #content .our-team-box .detail .inner-box h3,
section #content .our-team-box .detail .inner-box h4 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 32px;
    float: left;
    line-height: 1.4;
    text-align: left;
}

section #content .our-team-box .detail .inner-box p {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    margin-top: 10px;
    text-align: left;
}

section #content .our-team-box .detail .inner-box .more {
    border: solid 1px #FE5818;
    background: #FE5818;
    color: #ffffff;
    /*background-color:transparent;*/
    margin-top: 16px;
    transition: 0.8s all;
    padding-top: 10px;
}


/*section #content .our-team-box .detail .more:hover{background:#FE5818;color:#ffffff;}*/

section #content .our-team-box .bgimg {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    padding-bottom: 0/*36%*/;
    position: absolute;
    left: calc(50% - 800px);
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section #content .our-team-box .bgimg::before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.35;
}

section #content .our-team-box .bgimg::after {
    content: ' ';
    width: 599px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/repeat-grid-b-info.svg);
}

section #content .our-team-box.rightl .detail .inner-box {
    float: right;
    margin-left: 0;
    margin-right: 140px;
}

section #content .our-team-box.rightl .bgimg::after {
    content: ' ';
    right: auto;
    left: 0;
}

section #content .team-listing.shop-details {
    width: 100%;
    float: left;
    margin-bottom: 90px;
}

section #content .team-listing.shop-details .team-inner .committee-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0;
}

section #content .team-listing.shop-details .team-inner .committee-box ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li {
    width: 100%;
    transition: 0.8s all;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li .img-box {
    width: 63.61%;
    height: 0;
    float: left;
    position: relative;
    padding-bottom: 34.8%;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li .img-box img {
    width: 100%;
    height: auto;
    float: left;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box {
    width: 35.47%;
    height: 0;
    float: left;
    position: relative;
    background-color: #F2F6FB;
    padding: 40px 40px 34.8%;
    box-sizing: border-box;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box h2 {
    width: 100%;
    margin: 0;
    transition: 0.8s all;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box p {
    width: 100%;
    margin: 0;
    padding: 8px 0 0 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #86909E;
    font-size: 18px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box span {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.35px;
}

section #content .team-listing.shop-details .team-inner .committee-box.shop1 .btn-slick {
    top: 180px;
}

section #content .team-listing.shop-details .team-inner .committee-box.shop1 .prev {
    left: -80px;
}

section #content .team-listing.shop-details .team-inner .committee-box.shop1 .next {
    right: -68px;
}

section #content .team-listing.shop-details .team-inner .committee-box.shop1 .slick-slide {
    padding: 0 0px;
}

.fbox {
    position: fixed;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
}

.fbox.offsetposstart {
    top: calc(74px + 75px);
}

.fbox.offsetposend {
    top: calc(230px + 75px);
}

.fbox.offsetposopacity {
    top: calc(395px + 75px);
}

.fbox.offsetposstart.home {
   top: auto;
   bottom: calc(395px + 75px);
}

.fbox.offsetposend.home {
   top: 0;
   bottom: auto;
}
section #content .global-markets {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 90px;
}

section #content .global-markets .content-inner {
    padding: 0 40px;
}

section #content .global-markets ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .global-markets ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 65px;
    border-bottom: 1px solid #E8EAED;
    position: relative;
}

section #content .global-markets ul li:first-child {
    border-top: 1px solid #E8EAED;
}

section #content .global-markets ul li img {
    width: 36%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .global-markets ul li .info {
    width: 64%;
    float: right;
    margin: 0;
    display: table;
    max-height: 260px;
    height: 22.32796486090776vw;
}

section #content .global-markets ul li .info>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

section #content .global-markets ul li .info>div>div {
    width: 100%;
    float: right;
    padding: 0 40px;
}

section #content .global-markets ul li .info h2 {
    width: 100%;
    margin-bottom: 5px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    line-height: 1.32;
    letter-spacing: 0.16px;
}

section #content .global-markets ul li .info p {
    width: 100%;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .global-markets ul li a:hover,
section #content .global-markets ul li a.active {
    background-color: #f2f6fb;
}

section #content .global-markets ul li a.emt:hover {
    background-color: #ffffff;
}

section #content .job-benefits {
    width: 100%;
    float: left;
    padding: 0px 0;
    margin: 0;
    position: relative;
}

section #content .job-benefits h2 {
    width: 100%;
    margin-bottom: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    line-height: 1.32;
    letter-spacing: 0.16px;
    text-align: left;
}

section #content .job-benefits p {
    width: 730px;
    margin-bottom: 50px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    text-align: left;
}

section #content .job-benefits .info {
    float: left;
    width: calc(100% + 135px);
    position: relative;
    margin: 0 0 0 -65px;
    padding: 0 0px;
}

section #content .job-benefits .info .inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding: 45px 70px;
    box-sizing: border-box;
    background-color: #F2F6FB;
}

section #content .job-benefits .info .inner:last-of-type {
    margin-bottom: 100px;
}

section #content .job-benefits .info .inner h3 {
    width: 100%;
    margin-bottom: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    letter-spacing: 0.16px;
    text-align: left;
}

section #content .job-benefits .info .inner p {
    width: 730px;
    margin-bottom: 17px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    text-align: left;
}

section #content .job-benefits .info .inner ul {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    list-style: none;
}

section #content .job-benefits .info .inner ul li {
    float: left;
    width: 47.6%;
    position: relative;
    padding: 17px 0 0 14px;
    margin-bottom: 17px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7);
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    border-top: solid 1px #E6E8EB;
    box-sizing: border-box;
}

section #content .job-benefits .info .inner ul li:nth-child(2n-1) {
    clear: left;
}

section #content .job-benefits .info .inner ul li:nth-child(2n+2) {
    float: right;
}

section #content .job-benefits .info .inner ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #6D7A8A;
    position: absolute;
    left: 0;
    top: 27px;
}

section #content .job-benefits .info .inner ul li p {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 0;
    margin-top: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7);
    font-size: 18px;
    float: left;
    box-sizing: border-box;
}

section #content .services-capabilities {
    width: 100%;
    float: left;
    padding: 90px 0;
    margin: 0;
    background-color: #F2F6FB;
    position: relative;
}

section #content .services-capabilities.nosp {
    margin: 0;
}

section #content .services-capabilities.nosp1 {
    margin-bottom: 90px;
}

section #content .services-capabilities .info {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

section #content .services-capabilities .info>h2 {
    width: 660px;
    margin-bottom: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    line-height: 1.32;
    letter-spacing: 0.16px;
}

section #content .services-capabilities .info>p {
    width: 660px;
    margin-bottom: 50px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}


/*section #content .services-capabilities .info h2{width:60%;margin-bottom:7px;font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;color:#0D223D;font-size:32px;float:left;clear:left;line-height:1.32;letter-spacing:0.16px;filter:blur;position:relative;} 
section #content .services-capabilities .info p{width:60%;margin-bottom:16px;font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;color:#0D223D;opacity:0.7;font-size:18px;clear:left;float:left;line-height:1.5;letter-spacing:0.09px;} 
section #content .services-capabilities .info ul{float:left;width:100%;margin:0;padding:0;}
section #content .services-capabilities .info ul li{float:left;width:100%;margin:0 0 10px 0;padding:0;background:#ffffff;-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.14);
box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.14);}*/

section #content .services-capabilities .info ul {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    list-style: none;
}

section #content .services-capabilities .info ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 12px 18px;
    margin-top: 12px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px rgba(13, 34, 61, 0.09)/*#0D223D14*/
    ;
}

section #content .services-capabilities .info ul li .services {
    float: left;
    width: 100%;
    min-height: 60px;
    cursor: pointer;
    padding: 16px 0 12px 85px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    line-height: 1.2;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 60px auto;
}

section #content .services-capabilities .info ul li:before,
section #content .services-capabilities .info ul li:after {
    content: ' ';
    position: absolute;
    right: 40px;
    top: 28px;
    height: 30px;
    width: 2px;
    background-color: #FE5818;
    transition: all 0.5s ease;
}

section #content .services-capabilities .info ul li:before {
    transform: rotate(180deg);
}

section #content .services-capabilities .info ul li:after {
    transform: rotate(-90deg);
}

section #content .services-capabilities .info ul li.active:before {
    transform: rotate(45deg);
}

section #content .services-capabilities .info ul li.active:after {
    transform: rotate(-45deg);
}

section #content .services-capabilities .info ul li.hidecross:before {
    display: none;
}

section #content .services-capabilities .info ul li.hidecross:after {
    display: none;
}

section #content .services-capabilities .info ul li.hidecross.active:before {
    display: none;
}

section #content .services-capabilities .info ul li.hidecross.active:after {
    display: none;
}

section #content .services-capabilities .info ul li.hidecross .services {
    cursor: auto;
}

section #content .services-capabilities .info ul li .services-detail {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 85px 15px 85px;
    display: none;
}

section #content .services-capabilities .info ul li .services-detail p {
    width: 98.218%;
    margin-bottom: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    opacity: 0.7;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .services-capabilities .info ul li .services-detail p:last-of-type {
    margin-bottom: 0;
}

section #content .services-capabilities .info ul li .services-detail .services {
    width: 50%;
    cursor: default;
    margin-top: 15px;
}

section #content .services-capabilities .info ul li .services-detail .services:nth-child(2n-1) {
    clear: left;
}

section #content .regional-operations {
    width: 100%;
    float: left;
    margin: 0;
    padding: 90px 0 0 0;
    border-top: 1px solid #E6E8EB;
}

section #content .regional-operations .info {
    width: 100%;
    float: left;
    margin: 0 0 90px 0;
    padding: 0;
}

section #content .regional-operations .info h2 {
    width: 70%;
    margin-bottom: 20px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    clear: left;
    line-height: 1.32;
    letter-spacing: 0.16px;
    filter: blur;
    position: relative;
}

section #content .regional-operations .info p {
    width: 70%;
    margin-bottom: 31px;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    opacity: 0.7;
    float: left;
    clear: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .regional-operations .map {
    width: 100%;
    float: left;
    margin: 64px 0 0 0;
    padding: 0;
    position: relative;
}

section #content .regional-operations .map img {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .regional-operations .map ul {
    width: 100%;
    margin: 0;
    padding: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

section #content .regional-operations .map ul li {
    width: auto;
    position: absolute;
    top: 235px;
    left: 180px;
    margin: 0;
    padding: 0 0;
}

section #content .regional-operations .map ul li a {
    width: auto;
    padding: 0 0 0 25px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
    position: relative;
}

section #content .regional-operations .map ul li a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #FE5818;
}

section #content .regional-operations .map ul li.op-location2 {
    top: 204px;
    left: 549px;
}

section #content .regional-operations .map ul li.op-location3 {
    top: 258px;
    right: 0;
    left: auto;
}

section #content .regional-operations .map ul li a:hover {
    text-decoration: underline;
}

section #content .enquiries {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #F2F6FB;
}

section #content .enquiries h2 {
    width: 100%;
    margin-bottom: 35px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    clear: left;
    line-height: 1.32;
    letter-spacing: 0.16px;
    filter: blur;
    position: relative;
}

section #content .enquiries .form {
    width: 800px;
    float: left;
    margin: 0;
    padding: 75px 0;
    text-align:center;
}

section #content .enquiries .form .fields {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
}

section #content .enquiries .form .fields div {
    width: 385px;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    line-height: 1.3;
    letter-spacing: 0.14px;
}

section #content .enquiries .form .fields div:nth-child(2) {
    float: right;
}

section #content .enquiries .form div label {
    width: auto;
    margin-bottom: 5px;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
    position: relative;
}

section #content .enquiries .form div span {
    width: auto;
    padding: 0;
    display: none;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FF0000;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
    position: relative;
}

section #content .enquiries .form div span.error {
    display: block;
}

section #content .form input[type="text"],
section #content .form input[type="number"],
section #content .form input[type="date"],
section #content .form textarea {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin: 0;
    height: 38px;
    border: none;
    background: none;
    color: #0D223D;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.14px;
    border: 1px solid #B2CDEA;
    -webkit-filter: blur(30%);
    filter: blur(30%);
}

section #content .form textarea {
    resize: none;
    height: 190px;
}

section #content .form .chk {
    width: 70%;
    float: left !important;
    margin-top: 0;
    position: relative;
}

section #content .form .chk a {
    font-size: 12px;
    color: #0D223D;
    text-decoration: underline;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
}

section #content .form .chk input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

section #content .form .chk label {
    position: relative;
    cursor: pointer;
    color: #B2CDEA;
    font-size: 14px;
    line-height: 1.2;
}

section #content .form .chk label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #B2CDEA;
    padding: 6.5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -3px;
    opacity: 0.5;
}

section #content .form .chk input[type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 3px;
    height: 7px;
    border: solid #001A70;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0.5;
}

section #content .form .chk input[type="checkbox"]:checked+label:before {
    content: '';
    border: 1px solid #001A70;
    opacity: 0.5;
}

section #content .form input[type="submit"] {
    width: 20.355%;
    float: right;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 0 0 0;
    height: 38px;
    border: none;
    background: #4c7e70;
    color: #fff;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    line-height: 1.3;
    letter-spacing: 0.14px;
}

section #content .form a.submit {
    width: 108px;
    height: 30px;
    transition: 0.8s all;
    text-align: center;
    padding: 5px 10px 5px 10px;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 14px;
    float: right;
    line-height: 1.3;
    letter-spacing: 0.14px;
    border: 1px solid #ffd1bf;
    border-radius: 2px;
}

section #content .form a.submit:hover {
    background: #FE5818;
    color: #ffffff;
}

section #content .form input[type="text"].error,
section #content .form input[type="number"].error,
section #content .form input[type="date"].error,
section #content .form textarea.error {
    border-color: #FF0000;
}

section #content .form .not-rebot{width:100%;margin:30px 0 30px 0;display:inline-block;text-align:center;float:left;}
section #content .form .not-rebot .not-rebot-inner{width:auto;height:80px;padding:0;float:left;text-align:center}
section #content .form .not-rebot .not-rebot-inner #captchaBox{width:auto;display:inline-block;height:auto;transform:scale(1);-webkit-transform:scale(0 0);margin:0;padding:0 0 0 0;}
 

section #content .job-column {
    width: 100%;
    float: left;
    padding: 85px 0;
    margin: 0;
    background-color: #F2F6FB;
    border-top: 1px solid #E6E8EB;
}

section #content .job-column .info {
    width: 48.342541436464087%;
    float: left;
    padding: 58px 6.445672191528545%;
    /*margin:0 0 30px 0;*/
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px #0D223D14;
    -moz-box-shadow: 0px 3px 8px #0D223D14;
    box-shadow: 0px 3px 8px #0D223D14;
}

section #content .job-column .info:nth-child(2n+2) {
    float: right;
    clear: right;
}

section #content .job-column .info h2 {
    width: 100%;
    margin-bottom: 16px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    line-height: 1.3;
    letter-spacing: 0.16px;
}

section #content .job-column .info h3 {
    width: 100%;
    margin-bottom: 10px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .job-column .info p {
    width: 100%;
    margin-bottom: 22px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    opacity: 0.7;
}

section #content .btn {
    width: auto;
    height: 30px;
    text-align: center;
    padding: 5px 20px;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;
    letter-spacing: 0.14px;
    border: 1px solid #FE5818;
    border-radius: 2px;
    transition: all 0.5s ease;
}

section #content .btn:hover {
    background: #FE5818;
    color: #ffffff;
}

section #content .press-listing {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 90px;
}

section #content .press-listing ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .press-listing ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 65px;
    border-bottom: 1px solid #E8EAED;
    position: relative;
}

section #content .press-listing ul li:first-child {
    border-top: 1px solid #E8EAED;
}

section #content .press-listing ul li img {
    width: 29.00552486187845%;
    float: right;
    margin: 0;
    padding: 0;
}

section #content .press-listing ul li .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: table;
    height: 100%;
}

section #content .press-listing ul li .info>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

section #content .press-listing ul li .info>div>div {
    width: 63%;
    float: left;
    padding: 0 65px;
}

section #content .press-listing ul li .info h2 {
    width: 100%;
    margin-bottom: 10px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.32;
}

section #content .press-listing ul li .info p {
    width: 100%;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .press-listing ul li .info .btn {
    float: left;
    margin-top: 18px;
    margin-right: 25px;
}

section #content .press-listing ul li .info span {
    width: auto;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 14px;
    float: left;
    line-height: 1;
    letter-spacing: 0.35px;
    margin-top: 27px;
}

section #content .article {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 90px 0;
    text-align: center;
    position: relative;
}

section #content .article .auther-name {
    width: auto;
    top: 0;
    left: -210px;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
}

section #content .article .auther-name span {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
}

section #content .article .auther-name label {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #6D7A8A;
    opacity: 0.6;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
}

section #content .article .article-box {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

section #content .article .article-box:last-of-type {
    margin-bottom: 0;
}

section #content .article .article-box .article-inner {
    width: 798px;
    display: inline-block;
    position: relative;
}

section #content .article .article-box h1 {
    width: 100%;
    margin-bottom: 35px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    float: left;
    line-height: 1.3;
    letter-spacing: 0.16px;
}

section #content .article .article-box h2 {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .article .article-box p {
    width: 100%;
    margin-bottom: 28px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .article .article-box p:last-of-type {
    margin-bottom: 0;
}

section #content .article .article-box p a:hover {
    text-decoration: underline;
}

section #content .article .article-box p a.more {
    line-height: 1;
}

section #content .article .article-box p a.more:hover {
    text-decoration: none;
    border: 1px solid #FE5818;
}

section #content .article .article-box ul {
    width: 100%;
    margin-bottom: 30px;
    float: left;
    list-style: disc;
    padding-left: 18px;
}

section #content .article .article-box ul li {
    width: 100%;
    margin-bottom: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .article .article-box ul li:nth-last-child(-n+1) {
    margin-bottom: 0;
}

section #content .article .article-box blockquote {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    position: relative;
    padding: 30px 0 0 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .article .article-box blockquote p {
    margin-bottom: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: normal;
}

section #content .article .article-box blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 18px;
    background: url(../images/component-3.svg) no-repeat center center;
    background-size: 100% auto;
}

section #content .article .article-box blockquote span {
    width: 100%;
    margin-top: 16px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 14px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0.35px;
}

section #content .article .article-box .caption {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #6D7A8A;
    opacity: 0.6;
    font-size: 14px;
    float: left;
    line-height: 1.45;
    letter-spacing: 0.35px;
    margin-top: 10px;
    text-align: left;
}

section #content .article .article-box img {
    width: 100%;
    float: left;
}

section #content .article .article-box .info {
    width: 100%;
    float: left;
    padding: 0 69px;
    text-align: left;
}

section #content .article .article-box .img-box {
    width: 100%;
    float: left;
}

section #content .article .article-box .video-box {
    position: relative;
    height: 450px;
    float: left;
    width: 100%;
}


/*section #content .article .article-box iframe{ position: absolute !important; top: 0 !important; left:0 !important; width: 100% !important; height: 100% !important; }  
@media (min-aspect-ratio: 16 / 9) {section #content .article .article-box iframe {height: 500% !important;top: -200% !important;}}
@media (max-aspect-ratio: 16 / 9) {section #content .article .article-box iframe {width: 500% !important;left: -200% !important;}}*/

section #content .article .article-box .player {
    width: 100%;
    height: 450px;
}

section #content .article .article-box .vbtn {
    bottom: 25px;
    left: 25px;
}

section #content .article .article-box .double-box {
    width: 100%;
    float: left;
    text-align: left;
}

section #content .article .article-box .double-box div {
    width: 48.1203007518797%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .article .article-box .double-box div:nth-child(2n+2) {
    float: right;
    clear: right;
}

section #content .article .article-box .double-box div img {
    width: 100%;
    float: left;
}

section #content .article .article-box .inset-img {
    width: 100%;
    float: left;
    padding: 0 69px;
}

section #content .article .article-box .inset-img div {
    width: auto;
    text-align: left;
}

section #content .article .article-box .inset-img div:nth-of-type(1) {
    width: calc(39.473684210526316% + 69px);
    float: left;
    margin-right: 3.759398496240601%;
    margin-left: -69px;
}

section #content .article .article-box .inset-img div img {
    width: 100%;
    float: left;
}

section #content .article .article-box .inset-img div span,
section #content .article .article-box .inset-img div h1,
section #content .article .article-box .inset-img div h2,
section #content .article .article-box .inset-img div h3,
section #content .article .article-box .inset-img div:nth-of-type(2) p,
section #content .article .article-box .inset-img div ul,
section #content .article .article-box .inset-img div ol {
    float: none;
}

section #content .article .article-box .inset-img.rt div:nth-of-type(1) {
    float: right;
    margin-left: 3.759398496240601%;
    margin-right: -69px;
}

section #content .article .article-box .large-img {
    width: 100%;
    float: left;
}

section #content .article .brouchure {
    margin-top: 30px;
    margin-bottom: 65px;
}

section #content .contact {
    width: 100%;
    float: left;
    padding: 0 0 90px 0;
    margin: 0;
}

section #content .contact ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

section #content .contact ul li {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0 0 40px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

section #content .contact ul li>a {
    display: none;
}

section #content .contact ul li .info {
    width: 33.05709023941068%;
    padding: 25px 30px;
    height: 100%;
    margin: 0;
    border: 1px solid #E6E8EB;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

section #content .contact ul li .info div {
    width: 85%;
    float: left;
    position: absolute;
    bottom: 25px;
    left: 30px;
}

section #content .contact ul li .info h2 {
    width: 100%;
    margin-bottom: 22px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

section #content .contact ul li .info p {
    width: 98%;
    margin-bottom: 12px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    opacity: 0.7;
}

section #content .contact ul li .info h3 {
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 12px;
    float: left;
    line-height: 1.6;
}

section #content .contact ul li .info a.view-map {
    width: auto;
    height: 30px;
    text-align: center;
    transition: 0.8s all;
    padding: 0;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 14px;
    float: left;
    line-height: 1.3;
    letter-spacing: 0.14px;
    border-radius: 2px;
}

section #content .contact ul li .info a.view-map:hover {
    text-decoration: underline;
}

section #content .contact ul li .info a {
    width: 98%;
    margin-bottom: 30px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    opacity: 0.7;
}

section #content .contact ul li .info a:last-of-type {
    margin-bottom: 0;
}

section #content .contact ul li .info a:hover {
    text-decoration: underline;
    color: #fe5815;
    transition: 0.8s all;
}

section #content .contact ul li .info label {
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 12px;
    float: left;
    line-height: 1.6;
}

section #content .contact ul li .img {
    width: 66.94290976058932%;
    float: right;
    padding: 0;
    margin: 0;
    height: 465px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section #content .contact ul li .img img {
    display: none;
}

section #content .contact.small ul li {
    width: 33.05709023941068%;
    margin-top: -1px;
    margin-bottom: 0;
}

section #content .contact.small ul li .info {
    width: 100%;
    position: relative;
    float: left;
    height: 465px;
    border: 0;
    border-right: 1px solid #E6E8EB;
    border-top: 1px solid #E6E8EB;
    border-bottom: 1px solid #E6E8EB;
}

section #content .contact.small ul li:nth-child(3n-2) {
    border-left: 1px solid #E6E8EB;
}

section #content .our-people {
    width: 100%;
    float: left;
    margin-top: 75px;
}

section #content .our-people>div>h2 {
    width: 795px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 32px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.16px;
}

section #content .our-people>div>p {
    width: 660px;
    margin-top: 15px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: rgba(13, 34, 61, 0.7)/*#0D223DB3*/
    ;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .our-people .people {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .our-people .people ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

section #content .our-people .people ul li {
    width: 48.61878453038674%;
    float: left;
    margin-left: 2.7624309392265192%;
}

section #content .our-people .people ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

section #content .our-people .people ul li img {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

section #content .our-people .people ul li div {
    width: 100%;
    float: left;
    margin: 13px 0 30px 0;
    padding:0;
}

section #content .our-people .people ul li div h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

section #content .our-people .people ul li div p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #86909e;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
}

#cookies {
    width: 415px;
    background: #ffffff;
    position: fixed;
    top: auto;
    z-index: 99999999;
    right: 40px;
    height: 0;
    margin: 0;
    text-align: left;
    transition: height 1.35s;
    bottom: 0;
    overflow: hidden;
}

body.open-cookies #cookies {
    height: 205px;
}

#cookies div {
    width: 100%;
    height: 205px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 29px 28px;
}

#cookies div span {
    color: #FE5818;
    font-size: 20px;
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    float: left;
}

#cookies div p {
    color: #0D223D;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    float: left;
    line-height: 1.4;
    letter-spacing: 0.35px;
}

#cookies div .btn {
    width: 120px;
    background-color: #FE5818;
    border-radius: 2px;
    float: left;
    height: 36px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    text-align: center;
    letter-spacing: 0.14px;
    padding: 11px 0;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
    margin: 0 0 0 0;
    padding: 0 10px;
    position: relative;
}

.slick-slide:first-of-type {
    margin-left: 0 !important;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.btn-slick {
    width: 76px;
    height: 76px;
    margin: 0;
    padding: 0 0px;
    position: absolute;
    transition: all 1s;
    top: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    background-size: 100% auto;
}

.prev {
    background-image: url(../images/icon-arrow-l-related.svg);
    left: 35px;
}

.prev:hover {
    background-image: url(../images/icon-arrow-l-related-h.svg);
}

.next {
    background-image: url(../images/icon-arrow-r-related.svg);
    right: 35px;
}

.next:hover {
    background-image: url(../images/icon-arrow-r-related-h.svg);
}

section #content .div-news.new-feed .slick-slide {
    padding: 0 !important;
}

section #content .team-listing .team-inner .committee-box.sld .slick-slide,
section #content .team-listing .team-inner .committee-box.tcl .slick-slide {
    padding: 0 15px !important;
}

section #content .team-listing .team-inner .committee-box.sld .btn-slick {
    top: 180px;
}

section #content .team-listing .team-inner .committee-box.tcl .btn-slick {
    top: 140px;
}

section #content .team-listing .team-inner .committee-box.sld .prev,
section #content .team-listing .team-inner .committee-box.tcl .prev {
    left: -60px;
}

section #content .team-listing .team-inner .committee-box.sld .next,
section #content .team-listing .team-inner .committee-box.tcl .next {
    right: -60px;
}

section #content .team-listing .team-inner .committee-box.small .btn-slick {
    top: 80px;
}


/*Article*/

body.bc {
    overflow-y: hidden;
}

body.bc section #content .page-content {
    z-index: 9999999999999;
}

.popup-brouchure {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999999999999;
    display: none;
    text-align: center;
}

.popup-brouchure .popup-brouchure-outer {
    width: 100%;
    float: left;
    height: 100vh;
    overflow-y: auto;
    z-index: 2;
}

.popup-brouchure .popup-brouchure-outer::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-color: #ffffff;
}

.bgb {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 40, 0.7);
    z-index: 1;
}

.popup-brouchure-inner {
    width: 720px;
    /*height:calc(100vh - 50px);*/
    background-color: #E5EEF8;
    display: inline-block;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 2;
}

.popup-brouchure-inner .close {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #ffffff;
    background-image: url(../images/icon-close.svg);
    background-position: center center;
    background-size: calc(100% - 20px) auto;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.popup-brouchure-inner .bgimg {
    width: 100%;
    height: 354px;
    float: left;
    background-color: #E5EEF8;
    background-position: center right;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.popup-brouchure-inner .brouchure-details {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 30px 30px 30px;
    margin-top: -70px;
}

.popup-brouchure-inner .brouchure-details h3 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 40px;
    float: left;
    line-height: 52px;
}

.popup-brouchure-inner .brouchure-details h4 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 30px;
}

.popup-brouchure-inner .brouchure-details p {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 27px;
    letter-spacing: 0.09px;
}

.popup-brouchure-inner .brouchure-details .brouchure-details-inner {
    width: 100%;
    background-color: #E5EEF8;
    float: left;
    margin-top: 20px;
}

.popup-brouchure-inner .brouchure-details .brouchure-details-inner .detail {
    width: 100%;
    float: left;
    border-top: solid 1px rgba(13, 34, 61, 0.25);
    padding: 20px 0 40px 0;
}

.popup-brouchure-inner .brouchure-details .brouchure-details-inner .detail div:first-of-type {
    width: 315px;
    float: left;
}

.popup-brouchure-inner .brouchure-details .brouchure-details-inner .detail div:last-of-type {
    width: 315px;
    float: right;
}

.popup-brouchure-inner .brouchure-details h3 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 40px;
    float: left;
    line-height: 52px;
}

.popup-brouchure-inner .brouchure-details h4 {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 24px;
    float: left;
    line-height: 30px;
}

.popup-brouchure-inner .brouchure-details p {
    width: 100%;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 27px;
    letter-spacing: 0.09px;
}

.popup-brouchure-inner .brouchure-details h1,
.popup-brouchure-inner .brouchure-details h2,
.popup-brouchure-inner .brouchure-details h3,
.popup-brouchure-inner .brouchure-details h4,
.popup-brouchure-inner .brouchure-details h5,
.popup-brouchure-inner .brouchure-details h6 {
    color: #0D223D;
}

.popup-brouchure-inner.wh .brouchure-details h1,
.popup-brouchure-inner.wh .brouchure-details h2,
.popup-brouchure-inner.wh .brouchure-details h3,
.popup-brouchure-inner.wh .brouchure-details h4,
.popup-brouchure-inner.wh .brouchure-details h5,
.popup-brouchure-inner.wh .brouchure-details h6 {
    color: #ffffff;
}

.popup-brouchure-inner.wh .brouchure-details p {
    color: #ffffff;
}

.popup-brouchure-inner.wh .brouchure-details .brouchure-details-inner .detail {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.popup-brouchure-inner.wh .bgimg {
    background-color: #001A70;
}

.popup-brouchure-inner.wh {
    background-color: #001A70;
}

.popup-brouchure-inner.wh .brouchure-details .brouchure-details-inner {
    background-color: #001A70;
}

.popup-brouchure.open {
    display: block;
}


/*404 page not found*/

section #content .page-not-found {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}

section #content .page-not-found .pnf-inner {
    width: 690px;
    height: 100%;
    display: inline-block;
    text-align: left;
}

section #content .page-not-found .pnf-inner .pnf-center {
    width: 100%;
    display: table;
}

section #content .page-not-found .pnf-inner .pnf-center div {
    vertical-align: middle;
    display: table-cell;
}

section #content .page-not-found .pnf-inner span {
    width: 100%;
    margin-bottom: 18px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #FE5818;
    font-size: 40px;
    float: left;
    line-height: 42px;
    letter-spacing: 0.2px;
}

section #content .page-not-found .pnf-inner h1 {
    width: 100%;
    margin-bottom: 27px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    text-align: left;
    font-size: 40px;
    float: left;
    line-height: 1.3;
    clear: left;
}

section #content .page-not-found .pnf-inner p {
    width: 100%;
    margin-bottom: 37px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #0D223D;
    font-size: 18px;
    float: left;
    line-height: 1.5;
    letter-spacing: 0.09px;
    opacity: 0.7;
}

section #content .page-not-found .pnf-inner a {
    width: auto;
    height: 36px;
    text-align: center;
    padding: 8px 34px 8px 34px;
    font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #FE5818;
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;
    letter-spacing: 0.14px;
    border: 1px solid #FE5818;
    border-radius: 2px;
}

section #content .page-not-found .pnf-inner a:hover {
    color: #FE5818;
    border: 1px solid #FE5818;
    background-color: transparent;
}


/*404 page not found*/

.fximg {
    width: 0 !important;
    transition: all .75s;
    opacity: 0;
}

.fximg-in {
    width: 100% !important;
    opacity: 1;
}

.imgvisible {
    width: 100% !important;
    opacity: 1;
}

.fxup {
    visibility: hidden;
    opacity: 0;
}

.fxup-in {
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-animation: fxup-in 0.85s ease forwards;
    -moz-animation: fxup-in 0.85s ease forwards;
    -ms-animation: fxup-in 0.85s ease forwards;
    -o-animation: fxup-in 0.85s ease forwards;
    animation: fxup-in 0.85s ease forwards;
    opacity: 0;
}

.upvisible {
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-animation: fxup-in 0.85s ease forwards;
    -moz-animation: fxup-in 0.85s ease forwards;
    -ms-animation: fxup-in 0.85s ease forwards;
    -o-animation: fxup-in 0.85s ease forwards;
    animation: fxup-in 0.85s ease forwards;
    opacity: 0;
}

@-webkit-keyframes fxup-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fxup-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes fxup-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fxup-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.fxdown {
    visibility: hidden;
}

.fxdown-in {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-animation: fxdown-in 1s ease forwards;
    -moz-animation: fxdown-in 1s ease forwards;
    -ms-animation: fxdown-in 1s ease forwards;
    -o-animation: fxdown-in 1s ease forwards;
    animation: fxdown-in 1s ease forwards;
    opacity: 0;
}

.downvisible {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-animation: fxdown-in 1s ease forwards;
    -moz-animation: fxdown-in 1s ease forwards;
    -ms-animation: fxdown-in 1s ease forwards;
    -o-animation: fxdown-in 1s ease forwards;
    animation: fxdown-in 1s ease forwards;
    opacity: 0;
}

@-webkit-keyframes fxdown-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fxdown-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes fxdown-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fxdown-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.fxleft {
    visibility: hidden;
}

.fxleft-in {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
    -webkit-animation: fxleft-in 1s ease forwards;
    -moz-animation: fxleft-in 1s ease forwards;
    -ms-animation: fxleft-in 1s ease forwards;
    -o-animation: fxleft-in 1s ease forwards;
    animation: fxleft-in 1s ease forwards;
    opacity: 0;
}

.leftvisible {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
    -webkit-animation: fxleft-in 1s ease forwards;
    -moz-animation: fxleft-in 1s ease forwards;
    -ms-animation: fxleft-in 1s ease forwards;
    -o-animation: fxleft-in 1s ease forwards;
    animation: fxleft-in 1s ease forwards;
    opacity: 0;
}

@-webkit-keyframes fxleft-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fxleft-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes fxleft-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fxleft-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

.fxright {
    visibility: hidden;
}

.fxright-in {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-animation: fxright-in 1s ease forwards;
    -moz-animation: fxright-in 1s ease forwards;
    -ms-animation: fxright-in 1s ease forwards;
    -o-animation: fxright-in 1s ease forwards;
    animation: fxright-in 1s ease forwards;
    opacity: 0;
}

.rightvisible {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-animation: fxright-in 1s ease forwards;
    -moz-animation: fxright-in 1s ease forwards;
    -ms-animation: fxright-in 1s ease forwards;
    -o-animation: fxright-in 1s ease forwards;
    animation: fxright-in 1s ease forwards;
    opacity: 0;
}

@-webkit-keyframes fxright-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fxright-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes fxright-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fxright-in {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}
 
.fxfade{opacity:0;transition:opacity 1s;}
.fxfade-in {opacity: 1;}
.fadevisible {opacity:1;} 

 /*Create section------------*/
 section #content .create-let {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    /*margin-top:90px;*/
    margin-top:-60px;
    background:#fff;
}
  section #content .clet-inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 56px 22px;
    background:#011A70;
    display:flex;
    align-items:center;justify-content:center;
    box-sizing:border-box;
}
  section #content .clet-inner .cdetail {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 45px;
    box-sizing:border-box;
}
section #content .clet-inner img {
    width:311px;height:321px;object-fit:contain;margin-left:0;float:right;
}
section #content .clet-inner  p {
    width: 100%;
    margin-bottom: 24px;
        font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 20px;
    float: left;
    clear: left;
    line-height: 28px;
 }

    section #content .clet-inner p:last-of-type {
        margin-bottom:0;
    }

 section #content .grtp.notb{border-top:0;}
 /*Create section------------*/

footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 40px 0 20px 0;
    /*position:sticky;position: -webkit-sticky;*/
    background-color: #001A70;
    bottom: 0;
    border-top: 1px solid #275098;
}

footer #footer {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}

footer #footer .linkedin {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 999999999;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/icon-linkedin-f.svg);
}

footer #footer .secondory-links {
    width: 180px;
    float: left;
}

footer #footer .secondory-links ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #footer .secondory-links ul li {
    width: 100%;
    margin: 0;
    float: left;
    margin-bottom: 20px;
}

footer #footer .secondory-links ul li:last-child {
    margin-bottom: 0;
}

footer #footer .secondory-links ul li a {
    font-size: 18px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.09px;
    transition: 0.8s all;
}

footer #footer .secondory-links ul li a:hover {
    color: #FE5818;
}

footer #footer .usefull-links {
    width: 77.5%;
    float: right;
    margin: 0;
    padding: 0;
}

footer #footer .usefull-links ul {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #footer .usefull-links ul li {
    width: 100%;
    margin: 0;
    float: left;
    margin-bottom: 15px;
}

footer #footer .usefull-links ul li a {
    font-size: 14px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.35px;
    transition: 0.8s all;
    opacity: .8;
}

footer #footer .usefull-links ul li a:hover {
    color: #FE5818;
}

footer #footer .usefull-links ul li:last-of-type {
    margin-bottom: 0;
}

footer #footer .copyright {
    width: 100%;
    float: left;
    margin-top: 35px;
}

footer #footer .copyright p {
    font-size: 12px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.35px;
    width: auto;
    float: left;
    line-height: 18px;
    opacity: .8;
}

footer #footer .copyright ul {
    width: auto;
    float: right;
    margin: 22px 0 0 0;
    padding: 0;
    list-style: none;
}

footer #footer .copyright ul li {
    width: auto;
    float: left;
    margin-left: 45px;
    font-size: 14px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.35px;
    opacity: .8;
}

footer #footer .copyright ul li:first-child {
    margin-left: 0;
}

footer #footer .copyright ul li a {
    font-size: 14px;
    font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.35px;
    transition: 0.8s all;
}

footer #footer .copyright ul li a:hover {
    color: #FE5818;
}


/*body.home.rs section #content .div-news.related{position:relative;bottom:auto;}
body.home.rs footer{position:relative;bottom: auto;}*/

body.rs section #content .div-news.related {
    position: relative;
    bottom: auto;
}

body.rs footer {
    position: relative;
    bottom: auto;
}

body.rs section #content .slider {
    padding-bottom: 29.3%;
}

body.rs section #content .slider.large {
    padding-bottom: 49%;
}

@media only screen and (min-width:768px) and (max-width:1600px) 
{
   section #content .our-team-box .bgimg { 
      left: 0; 
   }
}
@media only screen and (min-width:768px) and (max-width:1366px) 
{
    
    
section #content .team-detail .team-info {
    width: calc(100% - 24.7%);
}
    section #content .team-detail .team-related {
        width: 24.7%/*23.64568081991215vw*/;
        padding-left: 0;
        padding-right: 2%;
        left: auto;
        margin-left: 0;
        right:0;
        height: 40.995607613469986vw/*29.282576866764277vw*/;
        
        /*width: 23.64568081991215vw;
        padding-left: 5.124450951683748vw;
        left: calc(50%);
        margin-left: 25.988286969253295vw;
        height: 40.995607613469986vw;*/
    }
    section #content .brouchure {
        height: 18.301610541727673vw;
    }
    section #content .brouchure .detail {
        width: 40.62957540263543vw/*42.07920792079208%*/
        ;
        min-width: 40.62957540263543vw/*525px*/
        ;
        height: 18.301610541727673vw;
        margin-left: -0.7vw;
    }
    section #content .brouchure .detail span {
        font-size: 0.8784773060029283vw;
        line-height: 1.4641288433382138vw;
        letter-spacing: 0.006588579795021962vw;
    }
    section #content .brouchure .detail h2,
    section #content .brouchure .detail h3,
    section #content .brouchure .detail h4 {
        font-size: 1.7569546120058566vw;
        line-height: 2.1961932650073206vw;
        margin-top: 0.29282576866764276vw;
    }
    section #content .brouchure .detail p {
        font-size: 1.3177159590043925vw;
        line-height: 1.9765739385065886vw;
        letter-spacing: 0.006588579795021962vw;
        margin-top: 0.7320644216691069vw;
    }
    section #content .brouchure .detail .more {
        margin-top: 0.7320644216691069vw;
        padding-top: 0.7320644216691069vw;
    }
    section #content .brouchure .bgimg {
        width: calc(100% - 40px - 40px);
        height: 18.301610541727673vw;
        left: 40px;
    }
      
   section #content .brouchure.sld .bgimg article figure img{ 
      height: 18.301610541727673vw; 
   }
     
    .popup-brouchure-inner .brouchure-details {
        padding: 0 2.1961932650073206vw 2.1961932650073206vw 2.1961932650073206vw;
        margin-top: -70px;
    }
    .popup-brouchure-inner .brouchure-details h3 {
        font-size: 2.9282576866764276vw;
        line-height: 3.806734992679356vw;
    }
    .popup-brouchure-inner .brouchure-details h4 {
        font-size: 1.7569546120058566vw;
        line-height: 2.1961932650073206vw;
    }
    .popup-brouchure-inner .brouchure-details p {
        font-size: 1.3177159590043925vw;
        line-height: 1.9765739385065886vw;
        letter-spacing: 0.006588579795021962vw;
    }
    /*section #content .team-detail .team-related.sticky.bottom{bottom:calc(-4.092386530014641vw * 2);}    */
    
    section #content .team-detail {
    min-height: 44.65592972181552vw;
}
    
}

@media only screen and (min-width:768px) and (max-width:1180px) {
    header #header nav ul .sub-nav .nav-links ul li a>span.arrow-subnav:before {
        width: 1.6101694915254237vw;
        height: 1.3559322033898304vw;
        top: 0;
    }
    header #header nav ul .sub-nav .nav-links ul li a>span.arrow-subnav.dp:before {
        border-width: 0.423728813559322vw 0.2966101694915254vw 0 0.2966101694915254vw;
        right: -0.9322033898305085vw;
        top: 0.7627118644067797vw;
    }
    header #header nav ul li a span.arrow-nav::after {
        border-width: 0.473728813559322vw 0.34661vw 0 0.34661vw;
        right: -0.9322033898305085vw;
        top: 0.423728813559322vw;
    }
    header #header nav ul li a.activen span.arrow-nav:after {
        border-width: 0.473728813559322vw 0.34661vw 0 0.34661vw;
        border-color: #FE5818 transparent transparent transparent;
    }
    header #header nav ul li a:hover span.arrow-nav:after,
    header #header nav ul li.active a:after,
    header #header nav ul li .edf-link:hover:before,
    header #header nav ul li.active .edf-link:before {
        border-width: 0 0.2966101694915254vw 0.423728813559322vw 0.2966101694915254vw;
    }
    header #header {
        height: 6.271186440677965vw;
        padding: 0 3.389830508474576vw;
    }
    header #header .logo {
        width: 7.627118644067797vw;
        left: 3.389830508474576vw;
    }
    header #header nav {
        padding: 0 3.389830508474576vw;
    }
    header #header nav ul li {
        margin-right: 4.661016949152542vw;
    }
    header #header nav ul li a {
        padding: 2.6271186440677963vw 0;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    header #header nav ul li a:after {
        border-width: 0.423728813559322vw 0.2966101694915254vw 0 0.2966101694915254vw;
        right: 3.389830508474576vw;
        top: 2.5423728813559325vw;
    }
    header #header nav ul li .edf-link {
        font-size: 1.5254237288135595vw;
        right: 9.322033898305085vw/*6.9491525423728815vw*/
        ;
        top: 2.3728813559322033vw;
        letter-spacing: 0.007627118644067796vw;
    }
    header #header nav ul li .edf-link:before {
        border-width: 0.423728813559322vw 0.2966101694915254vw 0 0.2966101694915254vw;
        right: -1.2711864406779663vw;
        top: 0.5932203389830508vw;
    }
    header #header nav ul li a:hover:after,
    header #header nav ul li.active a:after {
        border-width: 0 0.2966101694915254vw 0.423728813559322vw 0.2966101694915254vw;
    }
    header.nav-up {
        top: -6.271186440677965vw;
    }
    header .linkedin {
        width: 1.5254237288135595vw;
        height: 1.5254237288135595vw;
        right: 3.389830508474576vw;
        top: 2.3728813559322033vw;
    }
    header .linkedin:after {
        width: 1px;
        height: 2.11864406779661vw;
        left: -1.694915254237288vw;
        top: -0.2542372881355932vw;
    }
    header #header nav ul .sub-nav {
        top: 6.271186440677965vw;
    }
    header #header nav ul .sub-nav>div {
        height: 23.30508474576271vw;
    }
    header #header nav ul .sub-nav .nav-thumbnail {
        height: 23.30508474576271vw;
    }
    header #header nav ul .sub-nav .nav-links {
        padding: 0 3.389830508474576vw;
        height: 23.30508474576271vw;
    }
    header #header nav ul .sub-nav .nav-links ul li a {
        padding: 1.6101694915254237vw 0;
        font-size: 1.5254237288135595vw;
    }
    header #header nav ul .sub-nav .nav-links ul li a::before {
        width: 1.6101694915254237vw;
        height: 1.3559322033898304vw;
        top: 1.694915254237288vw;
    }
    header #header nav ul .sub-nav.full .nav-links {
        height: 23.30508474576271vw;
        padding: 0 3.3559322033898304vw;
    }
    header #header nav ul .sub-nav.full .nav-links ul li {
        height: 17.372881355932204vw;
    }
    header #header nav ul .sub-nav.full .nav-links ul li a {
        padding: 7.627118644067797vw 0;
        margin-top: 2.11864406779661vw;
    }
    header #header nav ul .sub-nav.full .nav-links ul li a:before {
        height: 3.4745762711864407vw;
        top: 2.11864406779661vw;
    }
    header #header nav ul .sub-nav .nav-links ul li div .third-nav {
        width: calc(100% + 1.694915254237288vw);
        left: -0.847457627118644vw;
        padding: 5.084745762711865vw 0 1.694915254237288vw 0;
        box-shadow: 0px 0px 0.3389830508474576vw 0px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 0px 0.3389830508474576vw 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 0.3389830508474576vw 0px rgba(0, 0, 0, 0.2);
    }
    header #header nav ul .sub-nav .nav-links ul li div .third-nav a {
        padding: 0.423728813559322vw 0.847457627118644vw;
        font-size: 1.3559322033898304vw;
    }
    header #header nav ul .sub-nav .nav-links ul li div .third-nav a:last-of-type {
        padding-bottom: 2.5423728813559325vw;
    }
    .nav-open {
        top: 6.271186440677965vw;
    }
    .nav-open div {
        height: 23.30508474576271vw;
    }
    .nav-open.open {
        height: 23.30508474576271vw;
    }
    header #header nav ul .sub-nav.open {
        height: 23.30508474576271vw;
    }
    /* section ---------------------------------------- */
    section #content {
        margin: 6.271186440677965vw 0 0 0;
    }
    section #content .content-inner {
        padding: 0 3.389830508474576vw;
    }
    .more {
        min-width: 10.16949152542373vw;
        /*border-radius: 2.11864406779661vw;*/
        height: 3.050847457627119vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.011864406779661017vw;
        padding: 0.9322033898305085vw 2vw;
    }

 
    .home-slider div article figure{height: calc(100vh - 6.271186440677965vw);}  
    
    .home-slider .home-descrition article div{width:47.45762711864407vw;}
    .home-slider .home-descrition h1 {font-size: 3.5593220338983054vw /*2.9661016949152543vw*/;letter-spacing: -0.026271186440677965vw;line-height: 4.661016949152542vw;}
    .home-slider .home-descrition h2 {font-size: 4.23728813559322vw;letter-spacing: -0.03728813559322034vw;line-height: 4.661016949152542vw;}
    .home-slider .bdb{height: 0.847457627118644vw;}
    
.home-slider .home-descrition .dots{width:50.33898305084745vw;height: 6.610169491525424vw;}


.down-box
{
    padding-bottom:calc(56.25%);top:6.271186440677965vw;
}
    /*section #content .slider{top:0;}
    section #content .slider.large{top:calc(5.508474576271186vw + 4.661016949152542vw);}*/
    section #content .home-box {
        /*padding-bottom:calc(56.25% - 5.508474576271186vw);*/
        padding-bottom:56.25%;
    /*padding-bottom:45.25%;*/
    }
    section #content .home-box h1 {
        /*width: 87.88135593220339vw;
        margin-top: 16.94915254237288vw;*/
        font-size: 6.779661016949152vw;
        letter-spacing: -0.044915254237288135vw;
        margin-top:-8.47457627118644vw;
    }
    section #content .home-box ul {
        bottom: 5.084745762711865vw;
    }
    section #content .home-box ul li {
        width: 20.847457627118644vw;
        height: 13.135593220338984vw;
        padding: 1.5254237288135595vw 1.694915254237288vw;
        margin-left: 0.2542372881355932vw;
    }
    section #content .home-box ul li img {
        height: 2.6271186440677963vw;
    }
    section #content .home-box ul li div {
        margin-top: 1.2711864406779663vw;
    }
    section #content .home-box ul li div h2 {
        margin-top: 1.2711864406779663vw;
        font-size: 1.3559322033898304vw;
        letter-spacing: 0.1016949152542373vw;
    }
    section #content .home-box ul li div p {
        margin-top: 0.6779661016949152vw;
        font-size: 1.1016949152542372vw;
        letter-spacing: 0.08220338983050847vw;
    }
    .vbtn {
        width: 7.118644067796611vw;
        height: 7.118644067796611vw;
        bottom: 3.305084745762712vw;
        left: 3.389830508474576vw;
    }
    .down {
        width: 1.864406779661017vw;
        height: 2.2033898305084745vw;
        bottom: 1.6101694915254237vw;
        margin-left: -1.1016949152542372vw;
    }
    .video {
        top: 6.271186440677965vw;
    }
    section #content .feature-home .feature {
        height: 65.2542372881356vw;
    }
    section #content .feature-home .feature .description {
        width: 34.74576271186441vw;
    }
    section #content .feature-home .feature .description h2 {
        font-size: 1.3559322033898304vw;
        letter-spacing: 0.1016949152542373vw;
    }
    section #content .feature-home .feature .description p {
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
        margin-top: 0.6779661016949152vw;
        margin-bottom: 1.4406779661016949vw;
    }
    section #content .div-news {
        padding: 8.47457627118644vw 0;
    }
    section #content .div-news div>h2 {
        letter-spacing: 0.07627118644067797vw;
        padding: 0 0 1.2711864406779663vw 5.508474576271186vw;
        font-size: 12px;
    }
    section #content .div-news ul {
        padding: 0 4.661016949152542vw;
    }
    section #content .div-news ul li .inner {
        padding-top: 1vw;
    }
    section #content .div-news ul li .inner h2 {
        letter-spacing: 0.007627118644067796vw;
        font-size: 1.5254237288135595vw;
    }
    /*section #content .div-news.related {
        bottom: calc(18.101694915254235vw + 20.593220338983052vw);
    }*/
    /*section #content .div-news.related.nort {
        bottom: calc(18.101694915254235vw);
    }*/
    section #content .div-history {
        height: 20.593220338983052vw;
        bottom: 18.101694915254235vw;
    }
    section #content .div-history div>.history {
        width: calc(33.89830508474576vw - 21.01694915254237vw);
        left: 21.01694915254237vw;
        height: 20.593220338983052vw;
        padding: 1.5254237288135595vw 0;
    }
    section #content .div-history div>.history ul li {
        padding: 1.5254237288135595vw 2.9661016949152543vw;
        font-size: 2.9661016949152543vw;
    }
    section #content .div-history div>.history ul li:before {
        width: 1.4406779661016949vw;
        top: 3.1355932203389827vw;
    }
    section #content .div-history div>.info {
        width: 50.42372881355932vw;
        margin-left: 34.83050847457627vw;
        padding: 4.23728813559322vw 0;
    }
    section #content .div-history div>.info h2 {
        letter-spacing: 0.013559322033898305vw;
        font-size: 2.711864406779661vw;
    }
    section #content .div-history div>.info p {
        margin: 0.847457627118644vw 0 0 0;
        letter-spacing: 0.007627118644067796vw;
        font-size: 1.5254237288135595vw;
    }
    section #content .div-history div>.info .more {
        margin-top: 1.0169491525423728vw;
    }
    section #content .breadcrumb {
        height: 5.084745762711865vw;
        top: 5.47vw;
    }
    section #content .breadcrumb .dotted-bar {
        height: 1.2711864406779663vw;
        margin-top: 0.3389830508474576vw;
    }
    section #content .breadcrumb ul {
        margin-top: 0.847457627118644vw;
    }
    section #content .breadcrumb ul li {
        margin: 0 0.847457627118644vw 0 0;
        font-size: 1.0169491525423728vw;
        letter-spacing: 0.07627118644067797vw;
    }
    section #content .breadcrumb ul li a {
        font-size: 1.0169491525423728vw;
    }
    section #content .breadcrumb ul li:after {
        margin-left: 0.847457627118644vw;
        margin-top: 0.423728813559322vw;
        border-left: 0.423728813559322vw solid #B6BCC4;
        border-top: 0.3389830508474576vw solid transparent;
        border-bottom: 0.3389830508474576vw solid transparent;
    }
    section #content .breadcrumb.blue {
        padding: 1.4406779661016949vw 0;
        height: 4.661016949152542vw;
    }
    section #content .breadcrumb.blue .contact-info {
        right: 3.389830508474576vw;
        top: -1.4406779661016949vw;
    }
    section #content .breadcrumb.blue .contact-info a {
        height: 4.661016949152542vw;
        margin: 0 0 0 5.084745762711865vw;
        padding: 1.3559322033898304vw 0 1.3559322033898304vw 2.9661016949152543vw;
        font-size: 1.3559322033898304vw;
        line-height: 1.864406779661017vw;
        letter-spacing: 0.020338983050847456vw;
    }
    section #content .breadcrumb.blue .contact-info a.phone {
        background-size: 1.864406779661017vw auto;
    }
    section #content .breadcrumb.blue .contact-info a.email {
        background-size: 2.11864406779661vw auto;
    }
    body.sticky section #content .breadcrumb {
        top: 6.271186440677965vw;
    }
    body.sticky section #content .page-content {
        margin-top: 5.084745762711865vw;
    }
    section #content .page-content {
        padding-top: 5.084745762711865vw;
    }
    section #content .page-content .content-inner {
        padding: 0 11.864406779661017vw;
    }
    section #content .page-content .content-inner.large {
        padding: 0 3.389830508474576vw;
    }
    body.sticky section #content .slider.large {
        margin-bottom: calc(-5.084745762711865vw + 4.661016949152542vw);
    }
    section #content .page .content-inner {
        padding: 0 11.864406779661017vw;
    }
    section #content .page {
        margin-bottom: 5.932203389830509vw;
    }
    section #content .page h1 {
        width: 55.932203389830505vw;
        font-size: 3.389830508474576vw;
    }
    section #content .page h2 {
        width: 67.37288135593221vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .page p {
        width: 55.932203389830505vw;
        margin-top: 0.423728813559322vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .page.mg {
        margin-bottom: -2.5423728813559325vw;
    }
    section #content .page.blue {
        padding-top: 5.932203389830509vw;
        padding-bottom: 5.932203389830509vw;
    }
    section #content .page.blue h1 {
        width: 67.37288135593221vw;
    }
    section #content .page.org h2 {
        width: 61.86440677966102vw;
        font-size: 3.389830508474576vw;
    }
    section #content .page.met {
        margin-bottom: 2.9661016949152543vw;
    }
    section #content .page .content-inner {
        padding: 0 11.864406779661017vw;
    }
    /*.fbox.offsetposstart{top:calc(5.508474576271186vw + 3.389830508474576vw);}
.fbox.offsetposend{top:calc(19.491525423728813vw + 3.389830508474576vw);}
.fbox.offsetposopacity{top:calc(33.47457627118644vw + 3.389830508474576vw);}*/
    section #content .two-column {
        padding-bottom: 7.627118644067797vw;
    }
    section #content .two-column .img-box {
        width: 48.3271375464684%;
        top: calc(5.084745762711865vw + 6.271186440677965vw + 7.627118644067797vw);
    }
    section #content .two-column .img-box .caption {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
        margin-top: 0.847457627118644vw;
    }
    section #content .two-column .info-box {
        width: 42.28624535315985%;
    }
    section #content .two-column .info-box span {
        margin-bottom: 1.1016949152542372vw;
        font-size: 1.0169491525423728vw;
        letter-spacing: 0.07627118644067797vw;
    }
    section #content .two-column .info-box h2 {
        margin-bottom: 1.3559322033898304vw;
        font-size: 2.11864406779661vw;
    }
    section #content .two-column .info-box ul { 
        padding-left: 1.4406779661016949vw;
        margin-top: -0.847457627118644vw;
    }
    section #content .two-column .info-box p,
    section #content .two-column .info-box ul li {
        margin-bottom: 2.11864406779661vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    

section #content .two-column .info-box ul li { 
    margin-bottom: 0.847457627118644vw; 
}
section #content .two-column .info-box ul li:last-of-type { 
    margin-bottom: 1.694915254237288vw; 
}
    section #content .two-column.tx .info-box {
        width: 45.62062615101289%;
        float: left;
        display: initial;
    }
    section #content .two-column.tx .info-box:nth-of-type(2) {
        float: right;
    }
    section #content .two-column.crs {
        padding-top: 6.271186440677965vw;
        margin-top: 6.271186440677965vw;
    }
    section #content .two-column.crs:last-of-type {
        padding-bottom: 6.271186440677965vw;
    }
    section #content .two-column .video-box {
        height: 31.779661016949152vw;
    }
    section #content .two-column .video-box img {
        height: 31.779661016949152vw;
    }
    section #content .two-column .video-box .player {
        height: 31.779661016949152vw;
    }
    section #content .two-column .video-box .vbtn {
        bottom: 2.11864406779661vw;
        left: 2.11864406779661vw;
    }
    section #content .brouchure {
        margin-bottom: 8.47457627118644vw;
        height: 21.1864406779661vw;
    }
    section #content .brouchure .detail {
        width: 45.6296vw;
        min-width: 45.6296vw;
        height: 21.1864406779661vw;
        padding: 0;
        margin-left: -2vw;
    }
    section #content .brouchure .detail span {
        font-size: 1.0169491525423728vw;
        line-height: 1.694915254237288vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .brouchure .detail h2,
    section #content .brouchure .detail h3,
    section #content .brouchure .detail h4 {
        font-size: 2.0338983050847457vw;
        line-height: 2.711864406779661vw;
        margin-top: 0.3389830508474576vw;
    }
    section #content .brouchure .detail p {
        font-size: 1.5254237288135595vw;
        line-height: 2.288135593220339vw;
        letter-spacing: 0.007627118644067796vw;
        margin-top: 0.5932203389830508vw;
    }
    section #content .brouchure .detail .more {
        margin-top: 1.0169491525423728vw;
        padding-top: 0.847457627118644vw;
    }
    section #content .brouchure .bgimg {
        width: calc(100% - 3.389830508474576vw - 3.389830508474576vw);
        height: 21.1864406779661vw;
        left: 3.389830508474576vw;
        background-size: auto 100%;
    }
    section #content .brouchure.sld .bgimg > div {
      width: 57%;
  }
   section #content .brouchure.sld .bgimg article figure img{ 
      height: 21.1864406779661vw; 
   }
   section #content .brouchure.sld .detail {
      width: 41.079208%;
      min-width: 255px;
  }
    .popup-brouchure-inner .close {
        width: 3.5593220338983054vw;
        height: 3.5593220338983054vw;
        right: 15px;
        top: 15px;
        background-size: calc(100% - 1.3559322033898304vw) auto;
    }
    .popup-brouchure-inner .bgimg {
        height: 25.91508052708638vw;
    }
    .popup-brouchure-inner .brouchure-details {
        padding: 0 2.5423728813559325vw 2.5423728813559325vw 2.5423728813559325vw;
        margin-top: -5.932203389830509vw;
    }
    .popup-brouchure-inner .brouchure-details h3 {
        font-size: 3.389830508474576vw;
        line-height: 4.406779661016949vw;
    }
    .popup-brouchure-inner .brouchure-details h4 {
        font-size: 2.0338983050847457vw;
        line-height: 2.5423728813559325vw;
    }
    .popup-brouchure-inner .brouchure-details p {
        font-size: 1.5254237288135595vw;
        line-height: 2.288135593220339vw;
        letter-spacing: 0.007627118644067796vw;
    }
    /*leadership team*/
    section #content .team-category {
        margin: 1.2711864406779663vw 0 0 0;
    }
    section #content .team-category li a {
        padding: 0.5932203389830508vw 0 1.1016949152542372vw 0.5932203389830508vw;
        font-size: 2.0338983050847457vw;
    }
    section #content .team-listing {
        margin-bottom: 7.627118644067797vw;
    }
    section #content .team-listing .team-inner.tsm {
        padding-left: 5.508474576271186vw;
        padding-right: 5.508474576271186vw;
        margin-top: 6.3559322033898304vw;
    }
    section #content .team-listing .team-inner h2 {
        width: 65%;
        margin-bottom: 1.694915254237288vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .team-listing .team-inner p {
        width: 65%;
        margin-bottom: 5.508474576271186vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-listing.promotion.uptextleft p {
   width: 82%;
    
}
    section #content .team-listing .team-inner .board-directors ul {
        padding: 0 6% 0 0;
    }
    section #content .team-listing .team-inner .board-directors ul li {
        margin: 0 0 3.389830508474576vw 0;
    }
    section #content .team-listing .team-inner .board-directors ul li h2 {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-listing .team-inner .board-directors ul li p {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-listing .team-inner .committee-box ul li .img-box {
        margin-bottom: 1.2711864406779663vw;
    }
    section #content .team-listing .team-inner .committee-box ul li div h2 {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-listing .team-inner .committee-box ul li div p {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-listing .team-inner .committee-box.sld ul,
    section #content .team-listing .team-inner .committee-box.tcl ul {
        width: calc(100% + 1.2711864406779663vw + 1.2711864406779663vw);
        margin: 0 -1.2711864406779663vw;
    }
    section #content .grtp {
        padding-top: 7.627118644067797vw;
    }
    section #content .team-detail {
        padding-bottom: 7.627118644067797vw;
    }
    section #content .team-detail .team-info>img {
        margin-bottom: 5.084745762711865vw;
    }
    section #content .team-detail .team-info .info {
        padding: 0 3.8135593220338984vw;
    }
    section #content .team-detail .team-info .info h2 {
        margin: 0 0 2.11864406779661vw 0;
        font-size: 2.0338983050847457vw;
    }
    section #content .team-detail .team-info .info p {
        margin-bottom: 2.5423728813559325vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-detail .team-info .info ul {
        padding-left: 1.5254237288135595vw;
    }
    section #content .team-detail .team-info .info ul li {
        margin-bottom: 0.847457627118644vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .team-detail .team-info .info blockquote {
        margin: 0 0 2.5423728813559325vw 0;
        padding: 2.5423728813559325vw 0 0 0;
        font-size: 2.0338983050847457vw;
    }
    section #content .team-detail .team-info .info blockquote p {
        font-size: 2.0338983050847457vw;
    }
    section #content .team-detail .team-info .info blockquote:before {
        width: 1.864406779661017vw;
        height: 1.5254237288135595vw;
    }
    section #content .team-detail .team-info .info blockquote span {
        margin-top: 1.3559322033898304vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .team-detail .team-info .info .img-box {
        margin-bottom: 2.5423728813559325vw;
    }
    section #content .team-detail .team-info .video-box {
        height: 31.779661016949152vw;
    }
    section #content .team-detail .team-info .video-box .vbtn {
        bottom: 2.11864406779661vw;
        left: 2.11864406779661vw;
    }
    section #content .team-detail .team-info .video-box .player {
        height: 31.779661016949152vw;
    }
    section #content .team-detail .team-info .video-box.large {
        height: 41.52542372881356vw;
    }
    section #content .team-detail .team-info .caption {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
        margin-top: 0.847457627118644vw;
    }
    /*section #content .team-detail .team-related{padding-left:3.8135593220338984vw;top:calc(5.084745762711865vw + 5.508474576271186vw + 3.8135593220338984vw);}*/
    section #content .team-detail .team-related span {
        margin-bottom: 1.2711864406779663vw;
        font-size: 1.0169491525423728vw;
    }
    section #content .team-detail .team-related ul li {
        margin: 0 0 1.694915254237288vw 0;
        padding: 0;
    }
    section #content .team-detail .team-related ul li .img-box {
        margin-bottom: 0.5932203389830508vw;
    }
    section #content .team-detail .team-related ul li .rs-detail h3 {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .team-detail .team-related ul li .rs-detail p {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .timeline-nav {
        top: 10.16949152542373vw;
        width: 8.898305084745763vw;
        padding: 1.694915254237288vw;
    }
    section #content .timeline-nav ul li a {
        padding: 0.6779661016949152vw 1.2711864406779663vw;
        font-size: 1.1864406779661016vw;
    }
    section #content .timeline-nav.sticky {
        top: calc(6.271186440677965vw + 10.16949152542373vw);
    }
    section #content .timeline ul li {
        padding-bottom: 7.627118644067797vw;
    }
    section #content .timeline ul li .year-box {
        height: 27.11864406779661vw;
        padding: 0 2.9661016949152543vw;
        margin-bottom: 5.932203389830509vw;
        top: calc(6.271186440677965vw + 10.16949152542373vw);
    }
    section #content .timeline ul li .year-box span {
        left: -4.406779661016949vw;
        font-size: 35.67796610169491vw;
        letter-spacing: -0.5745762711864406vw;
    }
    section #content .timeline ul li .year-box label {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .timeline ul li .year-box p {
        width: 32.6271186440678vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .timeline ul li .year-box.fxyear-in span {
        font-size: 18.728813559322035vw;
        left: -1.864406779661017vw;
    }
    section #content .timeline ul li .timeline-box {
        width: 55%;
        margin-right: 0;
    }
    section #content .timeline ul li .timeline-box .info-box {
        margin-bottom: 4.23728813559322vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info {
        padding: 1.5254237288135595vw 1.694915254237288vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info span {
        margin-bottom: 0.423728813559322vw;
        font-size: 1.0169491525423728vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info h3 {
        margin: 0 0 0.7627118644067797vw 0;
        font-size: 1.864406779661017vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info p {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .timeline ul li .timeline-box .info-box.column img {
        width: 48.30508474576271%;
        margin-right: 2.11864406779661vw;
    }
    section #content .timeline ul li .timeline-box .info-box.column .info {
        padding: 2.11864406779661vw;
    }
    section #content .timeline ul li .timeline-box .info-box.column.rt img {
        margin-left: 2.11864406779661vw;
    }
    /*timeline-new*/
    section #content .page.tl {
        padding-top: 2.5423728813559325vw;
    }
    section #content .page.tl h1 {
        font-size: 5.084745762711865vw;
    }
    section #content .page.tl p {
        width: 36.440677966101696vw;
    }
    section #content .timeline-new {
        margin: 3.389830508474576vw 0 0 0;
    }
    section #content .timeline-new>div>ul {
        width: calc(100% + 13.559322033898304vw);
        margin: 0 0 0 -6.779661016949152vw;
        padding: 7.203389830508475vw 6.779661016949152vw 0;
    }
    section #content .timeline-new>div>ul>li {
        padding-bottom: 7.627118644067797vw;
    }
    section #content .timeline-new>div>ul>li .year-box {
        width: 20.25%;
    }
    section #content .timeline-new>div>ul>li .year-box h2 {
        font-size: 8.47457627118644vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box {
        width: 67%;
        margin-left: 8.72vw;
        margin-top: -1.1864406779661016vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box h3.heading {
        font-size: 3.389830508474576vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box {
        margin-top: 6.271186440677965vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box span {
        margin-bottom: 0.423728813559322vw;
        font-size: 1.0169491525423728vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box h3 {
        margin: 0 0 0.7627118644067797vw 0;
        font-size: 3.389830508474576vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box p {
        font-size: 1.5254237288135595vw;
    }
    section #content .dotted-bar-new {
        height: 1.4406779661016949vw;
        margin-top: -4.067796610169491vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box img,
    section #content .timeline-new>div>ul>li .timeline-box .info-box img {
        width: 50%;
        height: auto;
        padding-top: 0.7627118644067797vw;
        float: left;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box ul,
    section #content .timeline-new>div>ul>li .timeline-box ul {
        padding: 0 0 0 1.5254237288135595vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box ul li,
    section #content .timeline-new>div>ul>li .timeline-box ul li {
        padding: 0.7627118644067797vw 0 0 0 !important;
        font-size: 1.5254237288135595vw;
    }
    section #content .banner-info-box {
        /*padding-bottom:56.779661016949156%;*/
    }
    section #content .banner-info-box .info {
        width: 32.20338983050847vw;
        left: 3.389830508474576vw;
        bottom: 6.237vw !important;
        padding: 3.5593220338983054vw 0 5.384745762711865vw 0;
    }
    section #content .banner-info-box .info h1 {
        font-size: 2.711864406779661vw;
        padding: 3.8135593220338984vw 3.8135593220338984vw 0;
    }
    section #content .banner-info-box .info p {
        font-size: 1.5254237288135595vw;
        padding: 1.694915254237288vw 3.8135593220338984vw 0
    }
    /*section #content .banner-info-box .info{width: 26.69491525423729vw;left:3.389830508474576vw;bottom:2.237vw !important;padding: 0 0 1.3559322033898304vw 0;}
    section #content .banner-info-box .info h1{font-size:1.864406779661017vw;padding: 2.711864406779661vw 1.2711864406779663vw 0;}
    section #content .banner-info-box .info p{font-size:1.1864406779661016vw;padding: 1.0169491525423728vw 1.2711864406779663vw 0}*/
    section #content .dotted-bar-new.cr {
        width: 100%;
        height: 1.3559322033898304vw;
        margin-top:-3.5593220338983054vw;
    }
    section #content .our-team-box {
        height: 40vw;
        /*46.61016949152542vw;*/
    }
    section #content .our-team-box .v-middle {
        height: 40vw;
    }
    section #content .our-team-box .detail .inner-box {
        width: 29%;
        padding: 0 0;
        margin-left: 11.864406779661017vw;
    }
    section #content .our-team-box .detail .inner-box h2,
    section #content .our-team-box .detail .inner-box h3,
    section #content .our-team-box .detail .inner-box h4 {
        font-size: 2.711864406779661vw;
    }
    section #content .our-team-box .detail .inner-box p {
        font-size: 1.5254237288135595vw;
        margin-top: 0.847457627118644vw;
    }
    section #content .our-team-box .detail .inner-box .more {
        margin-top: 1.3559322033898304vw;
        padding-top: 0.847457627118644vw;
    }
    /*section #content .our-team-box .bgimg {
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center right;
        padding-bottom: 0;
        height:40vw;
    }
    section #content .our-team-box .bgimg::before {
        height: 40vw;
    }*/
    section #content .our-team-box .bgimg::after {
        content: ' ';
        width: 50.76271186440678vw;
        height: 3.8135593220338984vw;
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url(../images/repeat-grid-b-info.svg);
    }
    section #content .our-team-box.rightl .detail .inner-box {
        margin-right: 11.864406779661017vw;
    }
    section #content .team-listing.shop-details {
        margin-bottom: 7.627118644067797vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .img-box {
        width: 65.475%;
        padding-bottom: 36.271186440677965%;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box {
        width: 33.542%;
        height: auto;
        padding: 4.23728813559322vw 3.389830508474576vw 6.251%;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box h2 {
        font-size: 2.0338983050847457vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box p {
        padding: 0.6779661016949152vw 0 0 0;
        font-size: 1.5254237288135595vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box span {
        font-size: 1.1864406779661016vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .btn-slick {
        top: 13.254237288135593vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .prev {
        left: -6.779661016949152vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .next {
        right: -5.762711864406779vw;
    }
    section #content .global-markets {
        padding-bottom: 7.627118644067797vw;
    }
    section #content .global-markets .content-inner {
        padding: 0 3.389830508474576vw;
    }
    section #content .global-markets ul {
        margin: 0;
    }
    section #content .global-markets ul li {
        padding: 1.694915254237288vw 5.932203389830509vw;
    }
    section #content .global-markets ul li .info {
        max-height: 18.12796486090776vw;
        height: 18.12796486090776vw;
    }
    section #content .global-markets ul li .info>div>div {
        padding: 0 3.3559322033898304vw;
    }
    section #content .global-markets ul li .info h2 {
        width: 100%;
        margin-bottom: 0.423728813559322vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .global-markets ul li .info p {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .job-benefits {
        padding: 0 0;
    }
    section #content .job-benefits h2 {
        margin-bottom: 1.2711864406779663vw;
        font-size: 2.711864406779661vw;
    }
    section #content .job-benefits p {
        width: 61.86440677966102vw;
        margin-bottom: 4.23728813559322vw;
        font-size: 1.5254237288135595vw;
    }
    section #content .job-benefits .info {
        width: calc(100% + 11.440677966101696%);
        margin: 0 0 0 -5.508474576271186vw;
    }
    section #content .job-benefits .info .inner {
        margin-bottom: 1.2711864406779663vw;
        padding: 3.8135593220338984vw 5.932203389830509vw;
    }
    section #content .job-benefits .info .inner h3 {
        margin-bottom: 1.2711864406779663vw;
        font-size: 2.0338983050847457vw;
    }
    section #content .job-benefits .info .inner p {
        width: 61.86440677966102vw;
        margin-bottom: 1.4406779661016949vw;
        font-size: 1.5254237288135595vw;
    }
    section #content .job-benefits .info .inner ul li {
        width: 43.64406779661017%;
        padding: 1.4406779661016949vw 0 0 1.1864406779661016vw;
        margin-bottom: 1.4406779661016949vw;
        font-size: 1.5254237288135595vw;
    }
    section #content .job-benefits .info .inner ul li:before {
        content: "";
        width: 0.3389830508474576vw;
        height: 0.3389830508474576vw;
        border-radius: 50px;
        top: 2.288135593220339vw;
    }
    section #content .job-benefits .info .inner ul li p {
        font-size: 1.5254237288135595vw;
    }
    section #content .services-capabilities {
        padding: 7.203389830508475vw 0;
    }
    section #content .regional-operations .info {
        margin: 0 0 7.203389830508475vw 0;
    }
    section #content .services-capabilities .info>h2 {
        width: 55.932203389830505vw;
        margin-bottom: 1.2711864406779663vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .services-capabilities .info>p {
        width: 55.932203389830505vw;
        margin-bottom: 3.389830508474576vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .services-capabilities .info ul li {
        padding: 1.0169491525423728vw 1.5254237288135595vw;
        margin-top: 1.0169491525423728vw;
    }
    section #content .services-capabilities .info ul li .services {
        min-height: 5.084745762711865vw;
        padding: 1.3559322033898304vw 0 1.0169491525423728vw 7.203389830508475vw;
        font-size: 2.0338983050847457vw;
        background-size: 5.084745762711865vw auto;
    }
    section #content .services-capabilities .info ul li:before,
    section #content .services-capabilities .info ul li:after {
        right: 3.389830508474576vw;
        top: 2.3728813559322033vw;
        height: 2.5423728813559325vw;
        width: 0.1694915254237288vw;
    }
    section #content .services-capabilities .info ul li .services-detail {
        padding: 0 7.203389830508475vw 1.2711864406779663vw 7.203389830508475vw;
    }
    section #content .services-capabilities .info ul li .services-detail p {
        margin-bottom: 1.2711864406779663vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .services-capabilities .info ul li .services-detail .services {
        margin-top: 1.2711864406779663vw;
    }
    section #content .services-capabilities.nosp1 {
        margin-bottom: 7.203389830508475vw;
    }
    section #content .regional-operations {
        padding: 7.203389830508475vw 0 0 0;
    }
    section #content .regional-operations .info h2 {
        width: 75%;
        margin-bottom: 1.694915254237288vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .regional-operations .info p {
        width: 75%;
        margin-bottom: 2.5423728813559325vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .regional-operations .map {
        margin: 5.423728813559322vw 0 0 0;
    }
    section #content .regional-operations .map ul li {
        top: 19.915254237288135vw;
        left: 15.254237288135593vw;
    }
    section #content .regional-operations .map ul li a {
        padding: 0 0 0 2.11864406779661vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .regional-operations .map ul li a::before {
        top: 0.1694915254237288vw;
        width: 1.2711864406779663vw;
        height: 1.2711864406779663vw;
    }
    section #content .regional-operations .map ul li.op-location2 {
        top: 17.28813559322034vw;
        left: 46.52542372881356vw;
    }
    section #content .regional-operations .map ul li.op-location3 {
        top: 21.864406779661017vw;
    }
    section #content .enquiries h2 {
        margin-bottom: 2.711864406779661vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .enquiries .form {
        width: 100%;
        padding: 6.3559322033898304vw 0;
    }
    section #content .enquiries .form .fields {
        margin: 0 0 1.2711864406779663vw 0;
    }
    section #content .enquiries .form .fields div {
        width: 49%;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.011864406779661017vw;
    }
    section #content .enquiries .form div label {
        margin-bottom: 0.423728813559322vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .enquiries .form div span {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .form input[type="text"],
    section #content .form input[type="number"],
    section #content .form input[type="date"] {
        padding: 0.847457627118644vw 1.2711864406779663vw;
        height: 3.2203389830508473vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .form textarea {
        height: 16.101694915254235vw;
    }
    section #content .form a.submit {
        width: 9.152542372881356vw;
        height: 2.5423728813559325vw;
        padding: 0.423728813559322vw 0.847457627118644vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .form .not-rebot{margin:2.5423728813559325vw 0;}
 section #content .form .not-rebot .not-rebot-inner{height:80px;}
section #content .form .not-rebot .not-rebot-inner #captchaBox{transform:scale(1);}
 
    section #content .job-column {
        padding: 7.203389830508475vw 0;
    }
    section #content .job-column .info {
        padding: 4.661016949152542vw 4.661016949152542vw;
        /*margin:0 0 2.5423728813559325vw 0*/
    }
    section #content .job-column .info h2 {
        margin-bottom: 1.3559322033898304vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .job-column .info h3 {
        margin-bottom: 0.847457627118644vw;
        font-size: 2.0338983050847457vw;
    }
    section #content .job-column .info p {
        margin-bottom: 1.864406779661017vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .btn {
        height: 2.5423728813559325vw;
        padding: 0.423728813559322vw 1.694915254237288vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.011864406779661017vw;
    }
    section #content .press-listing {
        padding-bottom: 7.627118644067797vw;
    }
    section #content .press-listing ul {
        margin: 0;
    }
    section #content .press-listing ul li {
        padding: 1.694915254237288vw 5.932203389830509vw;
    }
    section #content .press-listing ul li img {
        width: 32%;
    }
    section #content .press-listing ul li .info>div>div {
        width: 65%;
        float: left;
        padding: 0 3.508474576271186vw 0 5.508474576271186vw;
    }
    section #content .press-listing ul li .info h2 {
        margin-bottom: 0.847457627118644vw;
        font-size: 2.0338983050847457vw;
    }
    section #content .press-listing ul li .info p {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .press-listing ul li .info .btn {
        margin-top: 1.5254237288135595vw;
        margin-right: 2.11864406779661vw;
    }
    section #content .press-listing ul li .info span {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
        margin-top: 2.288135593220339vw;
    }
    section #content .article {
        margin-bottom: 7.627118644067797vw;
    }
    section #content .article .auther-name {
        left: -8.79661vw;
    }
    section #content .article .auther-name span {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .article .auther-name label {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .article .article-box {
        margin-bottom: 2.9661016949152543vw;
    }
    section #content .article .article-box .article-inner {
        width: 67.62711864406779vw;
    }
    section #content .article .article-box h1 {
        margin-bottom: 2.9661016949152543vw;
        font-size: 2.711864406779661vw;
        letter-spacing: 0.013559322033898305vw;
    }
    section #content .article .article-box h2 {
        margin: 0 0 2.11864406779661vw 0;
        font-size: 2.0338983050847457vw;
    }
    section #content .article .article-box p {
        margin-bottom: 2.5423728813559325vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .article .article-box ul {
        margin-bottom: 2.5423728813559325vw;
        padding-left: 1.5254237288135595vw;
    }
    section #content .article .article-box ul li {
        margin-bottom: 1.2711864406779663vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .article .article-box blockquote {
        margin: 0 0 2.9661016949152543vw 0;
        padding: 2.5423728813559325vw 0 0 0;
        font-size: 2.0338983050847457vw;
    }
    section #content .article .article-box blockquote p {
        font-size: 2.0338983050847457vw;
    }
    section #content .article .article-box blockquote:before {
        width: 1.864406779661017vw;
        height: 1.5254237288135595vw;
    }
    section #content .article .article-box blockquote span {
        margin-top: 1.3559322033898304vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    section #content .article .article-box .caption {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
        margin-top: 0.847457627118644vw;
    }
    section #content .article .article-box .info {
        padding: 0 5.8474576271186445vw;
    }
    section #content .article .article-box .video-box {
        height: 38.13559322033898vw;
    }
    section #content .article .article-box .video-box .player {
        height: 38.13559322033898vw;
    }
    section #content .article .article-box .vbtn {
        bottom: 2.11864406779661vw;
        left: 2.11864406779661vw;
    }
    section #content .article .article-box .double-box div {
        width: 48.1203007518797%;
    }
    section #content .article .article-box .inset-img {
        padding: 0 5.8474576271186445vw;
    }
    section #content .article .article-box .inset-img div:nth-of-type(1) {
        width: calc(39.473684210526316% + 5.8474576271186445vw);
        margin-left: -5.8474576271186445vw;
    }
    section #content .article .article-box .inset-img.rt div:nth-of-type(1) {
        margin-right: -5.8474576271186445vw;
    }
    section #content .article .brouchure {
        margin-top: 2.5423728813559325vw;
        margin-bottom: 5.508474576271186vw;
    }
    /*contect*/
    section #content .contact {
        padding-bottom: 5.932203389830509vw;
    }
    section #content .contact ul li {
        margin: 0 0 3.389830508474576vw 0;
    }
    section #content .contact ul li .info {
        padding: 2.11864406779661vw 2.5423728813559325vw;
        height: 39.40677966101695vw;
    }
    section #content .contact ul li .info div {
        left: 2.5423728813559325vw;
        bottom: 2.11864406779661vw;
    }
    section #content .contact ul li .info h2 {
        margin-bottom: 1.864406779661017vw;
        font-size: 2.0338983050847457vw;
    }
    section #content .contact ul li .info p {
        margin-bottom: 1.0169491525423728vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .contact ul li .info h3 {
        font-size: 1.0169491525423728vw;
    }
    section #content .contact ul li .info a.view-map {
        height: 2.5423728813559325vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.011864406779661017vw;
    }
    section #content .contact ul li .info a {
        margin-bottom: 2.5423728813559325vw;
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    section #content .contact ul li .info label {
        font-size: 1.0169491525423728vw;
    }
    section #content .contact ul li .img {
        height: 39.40677966101695vw;
    }
    section #content .contact.small ul li .info {
        height: 39.40677966101695vw;
    }
    section #content .team-listing.promotion {
        padding-top: 6.3559322033898304vw;
        padding-bottom: 6.3559322033898304vw;
    }
    section #content .team-listing.promotion h2 {
        margin-bottom: 3.8135593220338984vw;
        width: 59%;
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li div {
        padding: 1.194915254237288vw 1.51864406779661vw; /*1.694915254237288vw 2.11864406779661vw;*/
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li div h2 {
        font-size: 2.0338983050847457vw;
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li div .btn {
        bottom: 1.864406779661017vw;
        right: 2.11864406779661vw;
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div section {
    /*padding: 1.2711864406779663vw 0;*/
    margin-bottom:1.6711864406779663vw;
}
    section #content .team-listing.promotion .team-inner .committee-box ul li div h3 {
        font-size: 1.5254237288135595vw;
        letter-spacing: -0.011864406779661017vw;
        line-height:2.288135593220339vw;
    width: 64%;margin-top: -0.423728813559322vw;
    }
    .slick-slide {
        padding: 0 0.847457627118644vw;
    }
    .btn-slick {
        width: 6.440677966101695vw;
        height: 6.440677966101695vw;
        top: 7.17457627118644vw;
    }
    .prev {
        left: 2.9661016949152543vw;
    }
    .next {
        right: 2.9661016949152543vw;
    }
    .slick-slide {
        padding: 0 0.847457627118644vw;
    }
    section #content .team-listing .team-inner .committee-box.sld .slick-slide,
    section #content .team-listing .team-inner .committee-box.tcl .slick-slide {
        padding: 0 1.2711864406779663vw !important;
    }
    section #content .team-listing .team-inner .committee-box.sld .btn-slick {
        top: 12.254237vw;
    }
    section #content .team-listing .team-inner .committee-box.tcl .btn-slick {
        top: 9.864406779661017vw;
    }
    section #content .team-listing .team-inner .committee-box.sld .prev,
    section #content .team-listing .team-inner .committee-box.tcl .prev {
        left: -5.084745762711865vw;
    }
    section #content .team-listing .team-inner .committee-box.sld .next,
    section #content .team-listing .team-inner .committee-box.tcl .next {
        right: -5.084745762711865vw;
    }
    section #content .team-listing .team-inner .committee-box.small .btn-slick {
        top: 5.279661016949152vw;
    }
    /*404 page not found*/
    section #content .page-not-found .pnf-inner {
        width: 58.475vw;
    }
    section #content .page-not-found .pnf-inner span {
        margin-bottom: 1.525vw;
        font-size: 3.390vw;
        letter-spacing: 0.017vw;
    }
    section #content .page-not-found .pnf-inner h1 {
        margin-bottom: 2.288vw;
        font-size: 3.390vw;
    }
    section #content .page-not-found .pnf-inner p {
        margin-bottom: 3.136vw;
        font-size: 1.525vw;
        float: left;
        line-height: 1.5;
        letter-spacing: 0.008vw
    }
    section #content .page-not-found .pnf-inner a {
        height: 3.051vw;
        padding: 0.678vw 2.881vw 0.678vw 2.881vw;
        font-size: 1.186vw;
        letter-spacing: 0.012vw;
        /*border-radius: 2.119vw;*/
    }
    /*404 page not found*/
    body.sticky section #content .slider.large .flexslider li .bgslider {
        margin-top: 4.661016949152542vw;
    }

    /*Create section------------*/
     section #content .create-let {
        /*margin-top:7.627118644067797vw;*/
        margin-top: -7vw;
     }
      section #content .clet-inner {
         padding: 4.745762711864407vw 1.864406779661017vw;
    }
      section #content .clet-inner .cdetail {
        padding: 0 3.8135593220338984vw;
    }
    section #content .clet-inner img {
        width:26.35593220338983vw;height:27.203389830508474vw;
    }
    section #content .clet-inner  p {
    margin-bottom: 2.0338983050847457vw;
        font-size: 1.694915254237288vw;
        line-height: 2.3728813559322033vw;
     }


 /*Create section------------*/


    footer {
        padding: 3.389830508474576vw 0 calc(3.389830508474576vw / 2) 0;
    }
    footer #footer {
        padding: 0 3.389830508474576vw;
    }
    footer #footer .linkedin {
        width: 1.5254237288135595vw;
        height: 1.5254237288135595vw;
        right: 3.389830508474576vw;
    }
    footer #footer .secondory-links {
        width: 15.254237288135593vw;
    }
    footer #footer .secondory-links ul li {
        margin-bottom: 1.694915254237288vw;
    }
    footer #footer .secondory-links ul li a {
        font-size: 1.5254237288135595vw;
        letter-spacing: 0.007627118644067796vw;
    }
    footer #footer .usefull-links {
        width: 77.5%;
    }
    footer #footer .usefull-links ul {
        width: 30%;
    }
    footer #footer .usefull-links ul li {
        margin-bottom: 1vw;
    }
    footer #footer .usefull-links ul li a {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    footer #footer .copyright {
        margin-top: 2.9661016949152543vw;
    }
    footer #footer .copyright p {
        font-size: 1.0169491525423728vw;
        letter-spacing: 0.02966101694915254vw;
        line-height:1.5254237288135595vw;
    }
    footer #footer .copyright ul {
        margin: 1.864406779661017vw 0 0 0;
    }
    footer #footer .copyright ul li {
        margin-left: 3.8135593220338984vw;
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
    footer #footer .copyright ul li:first-child {
        margin-left: 0;
    }
    footer #footer .copyright ul li a {
        font-size: 1.1864406779661016vw;
        letter-spacing: 0.02966101694915254vw;
    }
}

@media only screen and (min-width:0) and (max-width:767px) {
    header #header {
        height: 15.70048309178744vw;
        padding: 0 7.246376811594203vw;
    }
    header #header .logo {
        width: 19.73913043478261vw;
        left: 7.246376811594203vw;
    }
    header #header .menu {
        display: block;
        width: 6.038647342995169vw;
        height: 100%;
        background-image: url(../images/icon-menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 4.830917874396135vw;
        top: 0;
    }
    header.nav-up {
        top: auto;
    }
    header #header nav ul li a span.arrow-nav {
        float: right;
    }
    header #header nav ul li a span.arrow-nav::after {
        right: 0;
        top: 1.538647342995169vw;
    }
    header #header nav {
        padding: 2.246376811594203vw 7.246376811594203vw;
        background-color: #ffffff;
        top: 15.70048309178744vw;
        height: calc(100vh - 15.70048309178744vw);
        /*height: 1000px;*/
        border-top: 1px solid #E6E8EB;
        opacity: 0;
        visibility: hidden;
        transition: all 0.75s;
        overflow: auto;
    }
    body.open-n header #header nav {
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }
    header #header nav ul li {
        width: 100%;
    }
    header #header nav ul li a {
        width: 100%;
        padding: 4.4685990338164245vw 0;
        padding-right: 0;
        font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
        font-size: 4.3478260869565215vw;
        text-align: left;
        letter-spacing: 0.10869565217391304vw;
        border-bottom: 1px solid #E6E8EB;
    }
    header #header nav ul li a:after {
        right: 0;
        top: 6.038647342995169vw;
    }
    header #header nav ul li .edf-link {
        width: 100%;
        padding: 4.4685990338164245vw 0;
        font-size: 4.3478260869565215vw;
        color: #0D223D;
        font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
        text-decoration: none;
        position: relative;
        right: auto;
        top: auto;
        letter-spacing: 0.09px;
        float: left;
    }
    header #header nav ul li .edf-link:before {
        right: 0;
        top: 6.038647342995169vw;
    }
    header .linkedin {
        width: 23px;
        height: 23px;
        position: relative;
        float: left;
        right: auto;
        top: auto;
        margin-top: 2vw;
    }
    header .linkedin:after {
        width: 0;
        height: 0;
    }
    header #header nav ul .sub-nav {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        float: left;
        height: auto;
        overflow: initial;
        display: none;
    }
    header #header nav ul .sub-nav>div {
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
        bottom: 0;
        padding: 0;
        float: left;
    }
    header #header nav ul .sub-nav .nav-thumbnail {
        display: none;
    }
    header #header nav ul .sub-nav .nav-links {
        width: 100%;
        float: left;
        padding: 1vw 7.246376811594203vw 2vw 7.246376811594203vw;
        display: inline-block;
        height: auto;
        background-color: #ffffff;
        margin-top: -1px;
    }
    header #header nav ul .sub-nav .nav-links ul li {
        width: 100%;
    }
    header #header nav ul .sub-nav .nav-links ul li a {
        width: 100%;
        float: left;
        padding: 3.6231884057971016vw 0;
        font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
        border: 0;
        line-height: initial;
    }
    header #header nav ul .sub-nav .nav-links ul li a::before {
        display: none;
    }
    .nav-open {
        display: none !important;
    }
    header #header nav ul .sub-nav.open {
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease;
    }
    header #header nav>ul>li:hover>.sub-nav.open,
    header #header nav>ul>li .sub-nav.open:hover,
    header:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    header #header nav>ul>li .sub-nav.open.change {
        visibility: visible;
        opacity: 1;
    }
    header #header nav ul .sub-nav.full .nav-links {
        height: auto;
    }
    header #header nav ul .sub-nav.full .nav-links ul li {
        width: 50%;
        border-left: solid 0px #E6E8EB;
        height: 20vw;
        padding: 0;
        position: relative;
        margin-bottom: 5vw;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:first-child {
        border-left: 0;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:nth-child(3) {
        border-left: 0;
        border-bottom: 0;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:nth-of-type(2) {
        float: left;
    }
    header #header nav ul .sub-nav.full .nav-links ul li a {
        text-align: center;
        padding: 11vw 0;
        margin-top: 0;
        font-size: 2.899vw;
        line-height: 1.3;
    }
    header #header nav ul .sub-nav.full .nav-links ul li a::before {
        width: 0;
        height: 0;
    }
    header #header nav ul .sub-nav.full .nav-links ul li a:before {
        background-position: top center;
        background-repeat: no-repeat;
        height: 41px;
        background-size: auto 100%;
        content: "";
        width: 100%;
        opacity: 1;
        float: left;
        right: 0;
        transition: initial;
        display: block !important;
        top: 0;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:before {
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 20vw;
        background-color: #E6E8EB;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:after {
        width: 20vw;
        position: absolute;
        left: 7.2vw;
        bottom: -2.5vw;
        content: "";
        height: 1px;
        background-color: #E6E8EB;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:nth-child(1):before {
        width: 0px;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:nth-child(3n):before {
        width: 0px;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:nth-child(4n):after {
        height: 0px;
    }
    header #header nav ul .sub-nav.full .nav-links ul li:nth-child(3n):after {
        height: 0px;
    }
    header #header nav ul .sub-nav .nav-links.hover-org ul li:hover {
        background-color: transparent;
        color: #fff;
    }
    /* section ---------------------------------------- */
    section #content {
        margin: 15.70048309178744vw 0 0 0;
    }
    section #content .content-inner {
        padding: 0 7.246376811594203vw;
    }
    .more {
        min-width: 120px;
        background-color: #FE5818;
        /*border-radius: 25px;*/
        float: left;
        height: 36px;
        font-family: "FrutigerLTStd-Roman", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        outline: none;
        text-align: center;
        letter-spacing: 0.14px;
        padding: 11px 22px;
    }

    .home-slider div article figure{height: calc(100vh - 15.70048309178744vw);}  
    .home-slider .home-descrition article div {width: 100%; padding: 0 5%;} 
    .home-slider .home-descrition h1 {font-size: 8.454106280193237vw;letter-spacing: -0.0748792270531401vw;line-height: 13.285024154589372vw;}
    .home-slider .home-descrition h2 {font-size: 12.077294685990339vw;letter-spacing: -0.10628019323671498vw;line-height: 13.285024154589372vw;}
    .home-slider .bdb{height: 2.4154589371980677vw;}

    .home-slider .home-descrition .dots{width:39.130434782608695vw;height: 18.84057971014493vw;background-image: url(../images/edf-dots_mobile.svg);}

    /*section #content .slider{top:15.70048309178744vw;}*/
    section #content .slider .flexslider ul>li {
        /*height: 235px;
        max-height: 235px;*/
        padding-bottom: 72%;
    }
    section #content .slider.large .flexslider ul>li {
        /*height: 235px;
        max-height: 235px;*/
        padding-bottom: 72%;
    }
    
    /*section .flexslider li .bgslider {
        height: 235px;
        max-height: 235px;
    }*/
    section .flexslider li .bgslider.web {
        display: none;
    }
    section .flexslider li .bgslider.mobile {
        display: block;
    }
    /*section #content .slider.large{top:calc(15.70048309178744vw + 9.66183574879227vw);}*/
    /*section #content .slider.large .flexslider ul>li {
        height: 300px;
        max-height: 300px;
    }
    section #content .slider.large .flexslider li .bgslider {
        height: 300px;
        max-height: 300px;
    }*/
    body.sticky section #content .slider.large .flexslider li .bgslider {
        margin-top: 0;
    }
    body.sticky section #content .slider.large {
        margin-bottom: -12.492753623188406vw;
    }
    
.down-box
{
    padding-bottom:0;
    height:100%;
    top:0;
}
    section #content .home-box {
        height: 80vh;
        /* display: flex;
        align-items: center; */
        padding-bottom: 0;
    }
    section #content .home-box .content-inner {
        /* padding: 0 4.246376811594203vw; */
        padding: 0 13.246377vw;
    }
    section #content .home-box h1 {
        width: 100%;
        /* margin-top: calc(10.70048309178744vw + 14.70048309178744vw); */
        margin-top: 0;
        font-size: 9.66183574879227vw;
        letter-spacing: -0.1280193236714976vw;
        overflow: hidden;
        height: auto;
        line-height: 1.3;
    }
    /*section #content .home-box .content-inner {
        height: 100%;
        display: flex;
        align-items: center;
    }*/
    section #content .home-box ul {
        bottom: 9.36183574879227vw;
        padding: 0 7.246376811594203vw;
    }
    section #content .home-box ul li {
        width: 100%;
        height: 22.105314009661837vw;
        padding: 3.664734299516908vw 4.830917874396135vw;
        margin-left: 0;
        margin-bottom: 0.4830917874396135vw;
    }
    section #content .home-box ul li:last-child {
        margin-bottom: 0;
    }
    section #content .home-box ul li img {
        height: 7.487922705314009vw;
        float: left;
    }
    section #content .home-box ul li div {
        width: 77%;
        margin-top: 0;
        float: right;
    }
    section #content .home-box ul li div h2 {
        font-size: 3.864734299516908vw;
        letter-spacing: 0.2898550724637681vw;
    }
    section #content .home-box ul li div p {
        margin-top: 1.4492753623188406vw;
        font-size: 3.140096618357488vw;
        letter-spacing: 0.23429951690821255vw;
    }
    .vbtn {
        width: 20.28985507246377vw;
        height: 20.28985507246377vw;
        bottom: auto;
        top: calc(15.70048309178744vw + 6.66183574879227vw);
        left: 7.246376811594203vw;
    }
    .down {
        width: 5.314009661835748vw;
        height: 6.280193236714976vw;
        bottom: 13.073913vw/*2.0739130434782608vw*/;
        margin-left: -13px;
    }
    section #content .feature-home .feature {
        width: 100%;
        height: 150vw;
    }
    section #content .feature-home .feature .description {
        width: 100%;
    }
    section #content .feature-home .feature .description h2 {
        font-size: 3.864734299516908vw;
        letter-spacing: 0.2898550724637681vw;
    }
    section #content .feature-home .feature .description p {
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
        margin-top: 1.932367149758454vw;
        margin-bottom: 4.1062801932367154vw;
    }
    section #content .feature-home .feature .description.top {
        height: auto;
        position: absolute;
        top: 19.246376811594203vw;
        left: 0;
        padding: 0 7.246376811594203vw;
    }
    section #content .feature-home .feature .description.bottom {
        height: auto;
        position: absolute;
        bottom: 19.246376811594203vw;
        left: 0;
        padding: 0 7.246376811594203vw;
    }
 
    section #content .feature-home .feature:nth-of-type(1) .description {top: 50vh;}
    section #content .feature-home .feature:nth-of-type(2) .description {top: 62vh;}
    section #content .feature-home .feature:nth-of-type(3) .description {top: 79vh;}
    section #content .feature-home .feature:nth-of-type(4) .description {top: 92vh;}

    section #content .div-news {
        padding: 12.077294685990339vw 0;
        background-color: #ffffff;
    }
    section #content .div-news div>h2 {
        letter-spacing: 0.2898550724637681vw;
        padding: 0 7.246376811594203vw 4.830917874396135vw 7.246376811594203vw;
        font-size: 3.864734299516908vw;
    }
    section #content .div-news ul {
        padding: 0;
    }
    section #content .div-news ul li .inner {
        width: 100%;
        float: left;
        position: relative;
        margin: 0 0 0 0;
        padding-top: 13px;
    }
    section #content .div-news ul li .inner h2 {
        float: left;
        position: relative;
        margin: 0;
        letter-spacing: 0.09px;
        line-height: 1.3;
        padding: 0;
        width: 100%;
        font-size: 18px;
        color: #0D223D;
        font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
        text-align: left;
    }
    section #content .div-news.related {
        position: relative;
        bottom: auto;
    }
    /*section #content .div-news.related.nort {
        bottom: auto;
    }*/
    section #content .div-news.related .content-inner {
        padding: 0;
    }
    section #content .div-history {
        width: 100%;
        height: 67.6328502415459vw;
        /*background-image:url(../images/bg-history-m.jpg);background-position:right center;background-repeat:no-repeat;background-size:auto 100%;*/
        bottom: auto;
        position: relative;
    }
    section #content .div-history div>.history {
        width: 27.294685990338163vw;
        right: 0;
        left: auto;
        height: 67.6328502415459vw;
        padding: 5.1062801932367154vw 0;
    }
    section #content .div-history div>.history ul li {
        padding: 5.314009661835748vw 5.314009661835748vw;
        font-size: 8.454106280193237vw;
    }
    section #content .div-history div>.history ul li:before {
        width: 4.4685990338164245vw;
        top: 9.66183574879227vw;
    }
    section #content .div-history div>.info {
        float: left;
        margin: 0;
        padding: 11vw 0;
        width: 70%;
        margin-left: 0;
    }
    section #content .div-history div>.info h2 {
        letter-spacing: 0.03140096618357488vw;
        font-size: 6.280193236714976vw;
    }
    section #content .div-history div>.info p {
        margin: 2.4154589371980677vw 0 0 0;
        letter-spacing: 0.021739130434782608vw;
        font-size: 4.3478260869565215vw;
        overflow: hidden;
        height: 20vw;
    }
    section #content .div-history div>.info .more {
        margin-top: 3.6231884057971016vw;
    }
    section #content .breadcrumb {
        height: 12.492753623188406vw;
        top: 15.70048309178744vw;
    }
    section #content .breadcrumb .dotted-bar {
        height: 3.6231884057971016vw;
        margin-top: 0.7246376811594203vw;
        background-size: auto 100%;
    }
    section #content .breadcrumb ul {
        margin-top: 1.6908212560386473vw;
    }
    section #content .breadcrumb ul li {
        margin: 0 2vw 0 0;
        font-size: 2.598550724637681vw;
        letter-spacing: 0.21739130434782608vw;
    }
    section #content .breadcrumb ul li:last-of-type {
        margin: 0;
    }
    section #content .breadcrumb ul li a {
        font-size: 2.598550724637681vw;
    }
    section #content .breadcrumb ul li:after {
        margin-left: 2.4154589371980677vw;
        margin-top: 0.7vw;
        border-left: 1.2077294685990339vw solid #B6BCC4;
        border-top: 0.966183574879227vw solid transparent;
        border-bottom: 0.966183574879227vw solid transparent;
    }
    section #content .breadcrumb.blue {
        padding: 0;
        min-height: 25vw;
        position: relative;
        z-index: 9;
        top: 0;
        height:auto;
    }
    section #content .breadcrumb.blue ul {
        margin-top: 0;
        padding: 2.7154589371980677vw 7.246376811594203vw;
        min-height: 9.66183574879227vw;
        background-color: #001A70;
        position: fixed;
        top: 15.70048309178744vw;
        left: 0;
        z-index: 90;
    }
    section #content .breadcrumb.blue .contact-info {
        width: auto;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        z-index: 6;
    }
    section #content .breadcrumb.blue .contact-info li {
        margin: 0;
    }
    section #content .breadcrumb.blue .contact-info li:after {
        border: 0;
    }
    section #content .breadcrumb.blue .contact-info a {
        width: auto;
        height: 9.66183574879227vw;
        margin: 0;
        padding: 2.4154589371980677vw 0 2.4154589371980677vw 5.754106280193237vw;
        font-size: 3.164734299516908vw;
        line-height: 5.314009661835748vw;
        letter-spacing: 0.057971014492753624vw;
    }
    section #content .breadcrumb.blue .contact-info a.phone {
        background-size: 4.314009661835748vw auto;
    }
    section #content .breadcrumb.blue .contact-info a.email {
        background-size: 5.038647342995169vw auto;
    }
    section #content .breadcrumb.blue .contact-info li:first-of-type {
        float: right;
        width:100%;
    }
    body.sticky section #content .slider.large .flexslider li .bgslider {
        margin-top: 0;
    }
    body.sticky section #content .breadcrumb {
        position: fixed;
        top: 15.70048309178744vw;
    }
    body.sticky section #content .breadcrumb.blue {
        position: inherit;
        top: 0;
    }
    body.sticky section #content .page-content {
        margin-top: 12.492753623188406vw;
    }
    section #content .page-content {
        padding-top: 7.246376811594203vw;
    }
    section #content .page-content .content-inner {
        padding: 0 7.246376811594203vw;
    }
    section #content .page-content .content-inner.large {
        padding: 0 7.246376811594203vw;
    }
    section #content .page .content-inner {
        padding: 0 7.246376811594203vw;
    }
    section #content .page {
        padding: 0;
        margin-bottom: 7.246376811594203vw;
    }
    section #content .page h1 {
        width: 100%;
        font-size: 8.4vw;
    }
    section #content .page h2 {
        width: 100%;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .page p {
        width: 100%;
        margin-top: 1.4492753623188406vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .page.mg {
        margin-bottom: 0;
    }
    section #content .page.blue {
        padding-top: 7.246376811594203vw;
        padding-bottom: 7.246376811594203vw;
        margin-top: 9.66183574879227vw;
    }
    section #content .page.blue h1 {
        width: 100%;
    }
    section #content .page.org h2 {
        width: 100%;
        font-size: 9.66183574879227vw;
    }
    section #content .page .content-inner {
        padding: 0 7.246376811594203vw;
    }
    section #content .page.met {
        margin-bottom: 4.246376811594203vw;
    }
    section #content .two-column {
        padding-bottom: 7.246376811594203vw;
        position: relative;
    }
    section #content .two-column .img-box {
        width: 100%;
        position: relative;
        top: auto;
    }
    section #content .two-column .img-box .caption {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
        margin-top: 2.898550724637681vw;
    }
    section #content .two-column .info-box {
        width: 100%;
        min-height: initial !important;
    }
    section #content .two-column .info-box span {
        margin-bottom: 2.898550724637681vw;
        font-size: 2.898550724637681vw;
        letter-spacing: 0.21739130434782608vw;
    }
    section #content .two-column .info-box h2 {
        margin-bottom: 3.6231884057971016vw;
        font-size: 6.038647342995169vw;
    }
    
    section #content .two-column .info-box ul { 
        padding-left: 3.4406779661016949vw;
        margin-top: -2.847457627118644vw;
    }
    section #content .two-column .info-box p,
    section #content .two-column .info-box ul li {
        margin-bottom: 6.038647342995169vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    } 
    section #content .two-column .info-box ul li { 
        margin-bottom: 0.847457627118644vw; 
    }
    section #content .two-column .info-box ul li:last-of-type { 
        margin-bottom: 6.038647342995169vw; 
    }
    section #content .two-column .info-box p:last-of-type {
        margin-bottom: 6.038647342995169vw;
    }
    section #content .two-column.tx .info-box {
        width: 100%;
    }
    section #content .two-column.tx .info-box:nth-of-type(2) p:last-of-type {
        margin-bottom: 6.038647342995169vw;
    }
    section #content .two-column.crs {
        padding-top: 7.246376811594203vw;
        margin-top: 7.246376811594203vw;
    }
    section #content .two-column.crs:last-of-type {
        padding-bottom: 7.246376811594203vw;
    }
    section #content .two-column.crs .img-box {
        width: 100%;
    }
    section #content .two-column.crs .info-box {
        width: 100%;
        margin-top: 7.246376811594203vw;
    }
    section #content .two-column.crs .info-box p:last-of-type {
        margin-bottom: 6.038647342995169vw;
    }
    section #content .two-column .info-box.small {
        width: 100%;
        margin-top: calc(7.246376811594203vw + 3.6231884057971016vw);
    }
    section #content .two-column .info-box.small p:last-of-type {
        margin-bottom: 6.038647342995169vw;
    }
    section #content .two-column .video-box {
        height: 64.00966183574879vw;
        width: calc(100% + 7.246376811594203vw + 7.246376811594203vw);
        margin: 0 -7.246376811594203vw;
        margin-bottom: 4vw;
    }
    section #content .two-column .video-box .player {
        height: 64.00966183574879vw;
    }
    section #content .two-column .video-box img {
        width: 100%;
        float: left;
        height: 235px;
    }
    section #content .two-column .video-box .vbtn {
        bottom: 2.898550724637681vw;
        left: 2.898550724637681vw;
        width: 10.869565217391305vw;
        height: 10.869565217391305vw;
        top: auto;
    }
    section #content .two-column .video-box .caption {
        padding-left: 7.246376811594203vw;
        padding-right: 7.246376811594203vw;
    }
    section #content .brouchure {
        margin-bottom: 7.246376811594203vw;
        height: auto;
        width: 100%;
        margin-left: 0;
    } 
    section #content .page-content .brouchure .content-inner {
        padding: 0;
    }
    section #content .brouchure .detail {
        width: 100%;
        min-width: 100%;
        height: 72.46376811594203vw;
        margin-left: 0;
        padding: 7.246376811594203vw 7.246376811594203vw;
    }
    section #content .brouchure .detail span {
        font-size: 2.898550724637681vw;
        line-height: 4.830917874396135vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .brouchure .detail h2,
    section #content .brouchure .detail h3,
    section #content .brouchure .detail h4 {
        font-size: 5.497101vw/*5.797101449275362vw*/;
        line-height: 7.246376811594203vw;
        margin-top: 1.4492753623188406vw;
    }
    section #content .brouchure .detail p {
        font-size: 4.3478260869565215vw;
        line-height: 6.521739130434782vw;
        letter-spacing: 0.021739130434782608vw;
        margin-top: 2.4154589371980677vw;
    }
    section #content .brouchure .detail .more {
        margin-top: 2.4154589371980677vw;
        padding-top: 2.655459vw;
    }
    section #content .brouchure .bgimg {
        width: 100%;
        height: 51.93236714975845vw;
        left: auto;
        top: auto;
        background-size: 100% auto;
        position: relative;
        float: left;
    }
    
    section #content .brouchure.sld .bgimg {
      height: 30.932367vw; 
  }
   section #content .brouchure.sld .bgimg > div {
      width: 100%;
  } 
  section #content .brouchure.sld .bgimg article figure img{ 
     height: 30.932367vw; 
  }
  
   section #content .brouchure.sld .detail {
      width: 100%;
      min-width: 100%;
      height: 56.463768vw;
  }
    section #content .team .content-inner.large {
        padding: 0;
    }
    section #content .team-category {
        margin: 0;
    }
    section #content .team-category li a {
        padding: 0 4.3478260869565215vw 4.3478260869565215vw 4.3478260869565215vw;
        font-size: 4.3478260869565215vw;
        line-height: 1.3;
        text-align: center;
    }
    section #content .team-listing {
        margin-bottom: 7.246376811594203vw;
    }
    section #content .team-listing .team-inner.tsm {
        padding-left: 7.246376811594203vw;
        padding-right: 7.246376811594203vw;
        margin-top: 7.246376811594203vw;
    }
    section #content .team-listing .team-inner h2 {
        width: 100%;
        margin-bottom: 4.246376811594203vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .team-listing .team-inner p {
        width: 100%;
        margin-bottom: 7.246376811594203vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-listing .team-inner .board-directors ul {
        width: 100%;
        padding: 0;
    }
    section #content .team-listing .team-inner .board-directors ul li {
        margin-bottom: 4.830917874396135vw;
    }
    section #content .team-listing .team-inner .board-directors ul li:nth-last-child(-n+1) {
        margin-bottom: 4.830917874396135vw;
    }
    section #content .team-listing .team-inner .board-directors ul li h2 {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-listing .team-inner .board-directors ul li p {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-listing .team-inner .board-directors ul:last-of-type li:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    section #content .team-listing .team-inner.tsm .committee-box ul li {
        width: 48.58757062146893%;
        margin: 0 0 4.824858757062147vw 2.824858757062147%;
    }
    section #content .team-listing .team-inner .committee-box ul li:nth-last-child(-n+3) {
        margin-bottom: 4.824858757062147vw;
    }
    section #content .team-listing .team-inner .committee-box ul li:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    section #content .team-listing .team-inner .committee-box ul li .img-box {
        margin-bottom: 1.932367149758454vw;
    }
    section #content .team-listing .team-inner .committee-box ul li div h2 {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-listing .team-inner .committee-box ul li div p {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-listing .team-inner .committee-box ul li:nth-child(3n-2) {
        margin-left: 2.824858757062147%;
        clear: none;
    }
    section #content .team-listing .team-inner .committee-box ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
    section #content .team-listing .team-inner .committee-box ul li {
        width: 100%;
        margin: 0 0 7.246376811594203vw 0;
    }
    section #content .grtp {
        padding-top: 7.246376811594203vw;
    }
    section #content .team-detail {
        padding-bottom: 7.246376811594203vw;
        min-height:inherit;
    }
    section #content .team-detail .team-info>img {
        margin-bottom: 7.246376811594203vw;
    }
    section #content .team-detail .content-inner.large {
        padding: 0;
    }
    section #content .team-detail .team-info {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    section #content .team-detail .team-info:before {
        border-right: 0;
        right: 0;
    }
    section #content .team-detail .team-info .info {
        width: 100%;
        padding: 0 7.246376811594203vw;
    }
    section #content .team-detail .team-info .info h2 {
        margin: 0 0 3.6231884057971016vw 0;
        font-size: 5.797101449275362vw;
    }
    section #content .team-detail .team-info .info p {
        margin-bottom: 6.038647342995169vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-detail .team-info .info ul {
        margin-bottom: 6.038647342995169vw;
        padding-left: 4.3478260869565215vw;
    }
    section #content .team-detail .team-info .info ul li {
        margin-bottom: 10px;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .team-detail .team-info .info blockquote {
        margin: 0 0 6.038647342995169vw 0;
        padding: 6.038647342995169vw 0 0 0;
        font-size: 5.797101449275362vw;
    }
    section #content .team-detail .team-info .info blockquote p {
        font-size: 5.797101449275362vw;
    }
    section #content .team-detail .team-info .info blockquote:before {
        width: 5.314009661835748vw;
        height: 4.3478260869565215vw;
    }
    section #content .team-detail .team-info .info blockquote span {
        margin-top: 3.864734299516908vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .team-detail .team-info .info .img-box {
        margin-bottom: 6.038647342995169vw;
    }
    section #content .team-detail .team-info .video-box {
        height: 64.00966183574879vw;
    }
    section #content .team-detail .team-info .video-box .vbtn {
        bottom: 2.898550724637681vw;
        left: 2.898550724637681vw;
        width: 10.869565217391305vw;
        height: 10.869565217391305vw;
        top: auto;
    }
    section #content .team-detail .team-info .video-box .player {
        height: 64.00966183574879vw;
    }
    section #content .team-detail .team-info .video-box.large {
        height: 64.00966183574879vw;
    }
    section #content .team-detail .team-info .caption {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
        margin-top: 2.898550724637681vw;
    }
    section #content .team-detail .team-related {
        width: 100%;
        float: left;
        padding: 7.246376811594203vw 0 0 0;
        border-left: 0;
        border-top: 1px solid #E6E8EB;
        position: relative;
        top: auto;
        margin-top: 7.246376811594203vw;
        left: auto;
        margin-left: 0;
        height: auto !important;
    }
    section #content .team-detail .team-related.sticky {
        position: relative;
        top: auto;
    }
    section #content .team-detail .team-related.sticky.bottom {
        position: relative;
        top: auto;
        bottom: auto;
    }
    section #content .team-detail .team-related span {
        margin-bottom: 3.6231884057971016vw;
        text-transform: uppercase;
        font-size: 2.898550724637681vw;
        padding: 0 7.246376811594203vw;
    }
    section #content .team-detail .team-related ul {
        width: 100%;
    }
    section #content .team-detail .team-related ul li {
        width: 50%;
        margin: 0;
        padding: 0;
    }
    section #content .team-detail .team-related ul li .img-box {
        width: 100%;
        float: left;
        margin-bottom: 1.6908212560386473vw;
    }
    section #content .team-detail .team-related ul li .rs-detail h3 {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .team-detail .team-related ul li .rs-detail p {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .team-detail .team-related.nosc ul {
        padding: 0 calc(7.246376811594203vw - 1.4492753623188406vw);
    }
    section #content .team-detail .team-related.nosc ul li {
        padding: 0 1.4492753623188406vw;
    }
    section #content .timeline-nav {
        width: 100%;
        margin: 0;
        height: 14.492753623188406vw;
        padding: 5.146376811594203vw 7.246376811594203vw;
        position: fixed;
        position: -webkit-sticky;
        top: auto;
        bottom: 0;
        left: auto;
        float: left;
        z-index: 9;
    }
    section #content .timeline-nav ul {
        text-align: center;
        font-size: 0;
    }
    section #content .timeline-nav ul li {
        width: 14.975845410628018vw;
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
    }
    section #content .timeline-nav ul li a {
        padding: 1.932367149758454vw 0;
        border-left: 0;
        border-top: 1px solid rgba(13, 34, 61, 0.2);
        font-size: 14px;
    }
    section #content .timeline-nav ul li a.active {
        border-left: 0;
        border-top: 1px solid rgba(13, 34, 61, 0.2);
    }
    section #content .timeline-nav.sticky {
        position: fixed;
        top: auto;
        left: 0;
    }
    section #content .timeline ul li {
        width: 100%;
        float: left;
        position: relative;
        padding-top: 7.246376811594203vw;
        padding-bottom: 0;
    }
    section #content .timeline ul li .year-box {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 7.246376811594203vw;
        top: 0;
        display: table;
        position: relative;
        float: left;
    }
    section #content .timeline ul li .year-box span {
        left: -7.869565217391305vw;
        font-size: 44.893719806763286vw;
        line-height: 0.75;
        letter-spacing: -1.2608695652173911vw;
    }
    section #content .timeline ul li .year-box label {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
        margin-top: 9.66183574879227vw;
    }
    section #content .timeline ul li .year-box p {
        width: 100%;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .timeline ul li .year-box.fxyear-in span {
        font-size: 44.893719806763286vw;
        left: -7.869565217391305vw;
    }
    section #content .timeline ul li .timeline-box {
        width: 100%;
        margin-right: 0;
        float: right;
    }
    section #content .timeline ul li .timeline-box .info-box {
        margin-bottom: 7.246376811594203vw;
        position: relative;
    }
    section #content .timeline ul li .timeline-box .info-box .info {
        padding: 3.6231884057971016vw 3.6231884057971016vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info span {
        margin-bottom: 1.2077294685990339vw;
        font-size: 2.898550724637681vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info h3 {
        margin: 0 0 3.6739130434782608vw 0;
        font-size: 5.314009661835748vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info p {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
        margin-bottom: 2vw;
    }
    section #content .timeline ul li .timeline-box .info-box .info p:last-of-type {
        margin-bottom: 0;
    }
    section #content .timeline ul li .timeline-box .info-box.column img {
        margin-right: 3.6231884057971016vw;
        margin-bottom: 1vw;
    }
    section #content .timeline ul li .timeline-box .info-box.column .info {
        padding: 3.6231884057971016vw;
    }
    section #content .timeline ul li .timeline-box .info-box.column.rt img {
        margin-left: 3.6231884057971016vw;
    }
    /*timeline-new*/
    section #content .page.tl {
        padding-top: 5vw;
    }
    section #content .page.tl h1 {
        font-size: 7.729468599033816vw;
    }
    section #content .page.tl p {
        width: 100%;
    }
    section #content .timeline-new {
        margin: 0 0 0 0;
    }
    section #content .timeline-new>div>ul {
        width: calc(100% + 13.559322033898304vw);
        margin: 0 0 0 -6.779661016949152vw;
        padding: 9vw 6.779661016949152vw 0;
    }
    section #content .timeline-new>div>ul>li {
        padding-bottom: 5.830917874396135vw;
    }
    section #content .timeline-new>div>ul>li .year-box {
        width: 20.25%;
    }
    section #content .timeline-new>div>ul>li .year-box h2 {
        font-size: 7.729468599033816vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box {
        width: 74%;
        margin-left: 4.830917874396135vw;
        margin-top: -1.9864406779661016vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box h3.heading {
        font-size: 5.797101449275362vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box {
        margin-top: 4.830917874396135vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box span {
        margin-bottom: 0.423728813559322vw;
        font-size: 2.898550724637681vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box h3 {
        margin: 0 0 0.7627118644067797vw 0;
        font-size: 5.797101449275362vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box p {
        font-size: 4.3478260869565215vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box img,
    section #content .timeline-new>div>ul>li .timeline-box .info-box img {
        width: 100%;
        height: auto;
        padding-top: 1.7627118644067797vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box ul,
    section #content .timeline-new>div>ul>li .timeline-box ul {
        padding: 0 0 0 4.3478260869565215vw;
    }
    section #content .timeline-new>div>ul>li .timeline-box .info-box ul li,
    section #content .timeline-new>div>ul>li .timeline-box ul li {
        padding: 1.7627118644067797vw 0 0 0 !important;
        font-size: 4.3478260869565215vw;
    }
    section #content .dotted-bar-new {
        height: 4.1062801932367154vw;
        margin-top: -6.467796610169491vw;
    }
    section #content .slider.large.newlayout .flexslider ul>li {
        padding-bottom: 0;
        height: auto !important;
        max-height: initial !important;
    }
    section #content .slider.large.newlayout .flexslider li .bgslider {
        padding-bottom: 72%;
        float: left;
        position: relative;
    }
    section #content .banner-info-box {
        position: relative;
        margin: 0 0 0 0;
        height: auto;
        padding-bottom: 0;
        float: left;
    }
    section #content .banner-info-box .info {
        width: 100%;
        height: auto;
        left: auto;
        bottom: auto !important;
        position: relative;
        float: left;
        padding-bottom: 10.144927536231885vw;
    }
    section #content .banner-info-box .info h1 {
        font-size: 7.729468599033816vw;
        padding: 10.144927536231885vw 8.454106280193237vw 0;
    }
    section #content .banner-info-box .info p {
        font-size: 4.3478260869565215vw;
        padding: 2.607561929595828vw 8.454106280193237vw 0;
    }
    section #content .dotted-bar-new.cr {
        height: 2.898550724637681vw;
        background-image: url(../images/repeat-grid-b-info-m.svg)
    }
    section #content .our-team-box {
        height: auto;
        margin-bottom: 0;
    }
    section #content .our-team-box .v-middle {
        height: auto;
    }
    section #content .our-team-box .detail .inner-box {
        width: 100%;
        padding: 4.830917874396135vw 7.246376811594203vw 7.246376811594203vw;
        margin-left: 0;
        background-color: #001A70;
    }
    section #content .our-team-box .detail .inner-box h2,
    section #content .our-team-box .detail .inner-box h3,
    section #content .our-team-box .detail .inner-box h4 {
        font-size: 7.729468599033816vw;
    }
    section #content .our-team-box .detail .inner-box p {
        font-size: 4.3478260869565215vw;
        margin-top: 1.607561929595828vw;
    }
    section #content .our-team-box .detail .inner-box .more {
        margin-top: 3.6231884057971016vw;
        padding-top: 11px;
    }
    section #content .our-team-box .bgimg {
        height: auto;
        padding-bottom: 67%;
        position: relative;
        float: left;
        left: auto;
        top: auto;
    }
    section #content .our-team-box .bgimg::before {
        height: 100%;
        opacity: 0.15;
    }
    section #content .our-team-box .bgimg::after {
        content: ' ';
        width: 50.76271186440678vw;
        height: 3.8135593220338984vw;
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url(../images/repeat-grid-b-info.svg);
        display: none;
    }
    section #content .our-team-box.rightl .detail .inner-box {
        margin-right: 11.864406779661017vw;
    }
    section #content .team-listing.shop-details {
        margin-bottom: 7.627118644067797vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .img-box {
        width: 100%;
        padding-bottom: 0;
        height: auto;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box {
        width: 100%;
        height: auto;
        padding: 4.23728813559322vw 3.389830508474576vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box h2 {
        font-size: 5.797101449275362vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box p {
        padding: 0.6779661016949152vw 0 0 0;
        font-size: 4.3478260869565215vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box ul li .info-box span {
        font-size: 3.3816425120772946vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .slick-slide {
        padding: 0 1.4492753623188406vw !important;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .btn-slick {
        top: 13.254237288135593vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .prev {
        left: -6.779661016949152vw;
    }
    section #content .team-listing.shop-details .team-inner .committee-box.shop1 .next {
        right: -5.762711864406779vw;
    }
    section #content .global-markets {
        padding-bottom: 7.246376811594203vw;
    }
    section #content .global-markets ul {
        margin: 0;
        padding: 0;
    }
    section #content .global-markets ul li {
        padding: 7.246376811594203vw 0;
        height: auto;
    }
    section #content .global-markets ul li img {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 4.3478260869565215vw;
    }
    section #content .global-markets ul li .info {
        width: 100%;
        margin-top: 0;
        position: relative;
        right: auto;
        top: auto;
        float: left;
        display: inline-block;
        height: auto;
    }
    section #content .global-markets ul li .info>div>div {
        width: 100%;
        float: right;
        padding: 0;
    }
    section #content .global-markets ul li .info h2 {
        margin-bottom: 1.2077294685990339vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .global-markets ul li .info p {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .job-benefits {
        padding: 0 0;
    }
    section #content .job-benefits h2 {
        margin-bottom: 2vw;
        font-size: 5.814009661835748vw;
    }
    section #content .job-benefits p {
        width: 100%;
        margin-bottom: 4vw;
        font-size: 4.3478260869565215vw;
    }
    section #content .job-benefits .info {
        width: 100%;
        margin: 0 0 0 0;
    }
    section #content .job-benefits .info .inner {
        margin-bottom: 5vw;
        padding: 5.695vw;
    }
    section #content .job-benefits .info .inner h3 {
        margin-bottom: 2vw;
        font-size: 5.314009661835748vw;
    }
    section #content .job-benefits .info .inner p {
        width: 100%;
        margin-bottom: 2vw;
        font-size: 4.3478260869565215vw;
    }
    section #content .job-benefits .info .inner ul li {
        width: 100%;
        padding: 2vw 0 0 3vw;
        margin-bottom: 2vw;
        font-size: 4.3478260869565215vw;
    }
    section #content .job-benefits .info .inner ul li:before {
        content: "";
        width: 0.8389830508474576vw;
        height: 0.8389830508474576vw;
        border-radius: 50px;
        top: 5vw;
    }
    section #content .job-benefits .info .inner ul li p {
        font-size: 4.3478260869565215vw;
    }
    section #content .services-capabilities {
        padding: 7.246376811594203vw 0;
    }
    section #content .services-capabilities .info>h2 {
        width: 100%;
        margin-bottom: 1.2077294685990339vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .services-capabilities .info>p {
        width: 100%;
        margin-bottom: 3.6231884057971016vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .services-capabilities .info ul li {
        padding: 2.898550724637681vw 4.3478260869565215vw;
        margin-top: 2.898550724637681vw;
    }
    section #content .services-capabilities .info ul li .services {
        min-height: 14.492753623188406vw;
        padding: 4.5vw 7.246376811594203vw 1.4492753623188406vw 18.115942028985508vw;
        font-size: 4.830917874396135vw;
        background-size: 14.492753623188406vw auto;
    }
    section #content .services-capabilities .info ul li:before,
    section #content .services-capabilities .info ul li:after {
        right: 7.3478260869565215vw;
        top: 6.763285024154589vw;
        height: 6.038647342995169vw;
        width: 0.4830917874396135vw;
    }
    section #content .services-capabilities .info ul li .services-detail {
        padding: 3.5vw 0 0 0;
        display: none;
    }
    section #content .services-capabilities .info ul li .services-detail p {
        width: 100%;
        margin-bottom: 3.6231884057971016vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
        padding: 0 3.5vw;
    }
    section #content .services-capabilities .info ul li .services-detail .services {
        width: 100%;
        cursor: default;
        margin-top: 3.6231884057971016vw;
    }
    section #content .services-capabilities.nosp1 {
        margin-bottom: 7.246376811594203vw;
    }
    section #content .regional-operations {
        padding: 7.246376811594203vw 0 0 0;
    }
    section #content .regional-operations .info {
        margin: 0 0 7.246376811594203vw 0;
    }
    section #content .regional-operations .info h2 {
        width: 100%;
        margin-bottom: 3.6231884057971016vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .regional-operations .info p {
        width: 100%;
        margin-bottom: 6.038647342995169vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .regional-operations .map {
        margin: 3.6231884057971016vw -7.246376811594203vw 0 -7.246376811594203vw;
        width: calc(100% + 7.246376811594203vw + 7.246376811594203vw)
    }
    section #content .regional-operations .map ul {
        display: none;
    }
    section #content .regional-operations .map ul li {
        top: 56.763285024154584vw;
        left: 43.47826086956522vw;
    }
    section #content .regional-operations .map ul li a {
        padding: 0 0 0 25px;
        font-size: 14px;
        letter-spacing: 0.35px;
    }
    section #content .regional-operations .map ul li a::before {
        top: 2px;
        width: 15px;
        height: 15px;
    }
    section #content .regional-operations .map ul li.op-location2 {
        top: 204px;
        left: 549px;
    }
    section #content .regional-operations .map ul li.op-location3 {
        top: 258px;
    }
    section #content .enquiries h2 {
        margin-bottom: 7.246376811594203vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .enquiries .form {
        width: 100%;
        padding: 10.869565217391305vw 0;
    }
    section #content .enquiries .form .fields {
        margin: 0 0 3.6231884057971016vw 0;
        padding: 0;
    }
    section #content .enquiries .form .fields div {
        width: 100%;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.03381642512077295vw;
    }
    section #content .enquiries .form .fields div:first-of-type {
        margin-bottom: 3.6231884057971016vw;
    }
    section #content .enquiries .form div label {
        margin-bottom: 1.2077294685990339vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .enquiries .form div span {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .form input[type="text"],
    section #content .form input[type="number"],
    section #content .form input[type="date"],
    section #content .form textarea {
        padding: 2.4154589371980677vw 3.6231884057971016vw;
        height: 9.178743961352657vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .form textarea {
        height: 45.893719806763286vw;
    }
    section #content .form .chk {
        width: 100%;
    }
    section #content .form .chk a {
        font-size: 3.3816425120772946vw;
    }
    section #content .form .chk label {
        font-size: 3.3816425120772946vw;
    }
    section #content .form .chk input[type="checkbox"]:checked+label:after {
        top: 0.4830917874396135vw;
    }
    section #content .form a.submit {
        width: 26.08695652173913vw;
        height: 7.246376811594203vw;
        padding: 1.6577294685990339vw 2.4154589371980677vw;
        font-size: 3.3816425120772946vw;
        float: left;
        letter-spacing: 0.03381642512077295vw;
        margin: 4.246376811594203vw 0 0 0;
        /*27vw*/
    }

     section #content .form .not-rebot{float:left;margin:0;}
     section #content .form .not-rebot .not-rebot-inner{height:80px;margin-top:20px;}
section #content .form .not-rebot .not-rebot-inner #captchaBox{transform:scale(0.9);}
 
    section #content .job-column {
        padding: 7.246376811594203vw 0;
    }
    section #content .job-column .info {
        width: 100%;
        padding: 7.246376811594203vw 7.246376811594203vw;
        margin-bottom: 7.246376811594203vw;
    }
    section #content .job-column .info:last-child {
        margin-bottom: 0;
    }
    section #content .job-column .info h2 {
        margin-bottom: 3.6231884057971016vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .job-column .info h3 {
        margin-bottom: 2.4154589371980677vw;
        font-size: 5.797101449275362vw;
    }
    section #content .job-column .info p {
        margin-bottom: 4.830917874396135vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .btn {
        width: 26.08695652173913vw;
        height: 7.246376811594203vw;
        padding: 1.2077294685990339vw 2.4154589371980677vw;
        font-size: 3.3816425120772946vw;
        float: none;
        letter-spacing: 0.03381642512077295vw;
        margin: 4.246376811594203vw 0 0 0;
        display: inline-block;
    }
    section #content .press-listing {
        padding-bottom: 7.246376811594203vw;
    }
    section #content .press-listing ul {
        margin: 0;
        padding: 0;
    }
    section #content .press-listing ul li {
        padding: 7.246376811594203vw 0;
    }
    section #content .press-listing ul li img {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 7.246376811594203vw;
    }
    section #content .press-listing ul li img.trans {
        display: none;
    }
    section #content .press-listing ul li .info {
        width: 100%;
        margin-top: 0;
        position: relative;
        right: auto;
        top: auto;
        float: left;
        display: inline-block;
        height: auto;
    }
    section #content .press-listing ul li .info>div>div {
        width: 100%;
        float: right;
        padding: 0;
    }
    section #content .press-listing ul li .info h2 {
        margin-bottom: 2.4154589371980677vw;
        font-size: 5.797101449275362vw;
    }
    section #content .press-listing ul li .info p {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .press-listing ul li .info .btn {
        margin-top: 4.3478260869565215vw;
        margin-right: 6.038647342995169vw;
    }
    section #content .press-listing ul li .info span {
        font-size: 3.3816425120772946vw;
        margin-top: 6.521739130434782vw;
    }
    section #content .article {
        margin-bottom: 7.246376811594203vw;
    }
    section #content .article .auther-name {
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 0 3.6231884057971016vw 0;
        padding: 0 7.246376811594203vw;
        text-align: left;
        position: relative;
        float: left;
    }
    section #content .article .auther-name span {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .article .auther-name label {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .article .article-box {
        margin-bottom: 7.246376811594203vw;
    }
    section #content .article .article-box .article-inner {
        width: 100%;
        float: left;
    }
    section #content .article .article-box h1 {
        margin-bottom: 6.038647342995169vw;
        font-size: 7.729468599033816vw;
        letter-spacing: 0.03864734299516908vw;
    }
    section #content .article .article-box h2 {
        margin: 0 0 3.6231884057971016vw 0;
        font-size: 5.797101449275362vw;
    }
    section #content .article .article-box p {
        margin-bottom: 6.038647342995169vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .article .article-box ul {
        margin-bottom: 6.038647342995169vw;
        padding-left: 4.3478260869565215vw;
    }
    section #content .article .article-box ul li {
        margin-bottom: 3.6231884057971016vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .article .article-box blockquote {
        margin: 0 0 6.038647342995169vw 0;
        padding: 6.038647342995169vw 0 0 0;
        font-size: 5.797101449275362vw;
    }
    section #content .article .article-box blockquote p {
        font-size: 5.797101449275362vw;
    }
    section #content .article .article-box blockquote:before {
        width: 5.314009661835748vw;
        height: 4.3478260869565215vw;
    }
    section #content .article .article-box blockquote span {
        margin-top: 3.864734299516908vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    section #content .article .article-box .video-box {
        height: 64.00966183574879vw;
    }
    section #content .article .article-box .video-box .player {
        height: 64.00966183574879vw;
    }
    section #content .article .article-box .vbtn {
        bottom: 2.898550724637681vw;
        left: 2.898550724637681vw;
        width: 10.869565217391305vw;
        height: 10.869565217391305vw;
        top: auto;
    }
    section #content .article .article-box .caption {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
        margin-top: 2.4154589371980677vw;
        padding-left: 7.246376811594203vw;
    }
    section #content .article .article-box .info {
        padding: 0 7.246376811594203vw;
    }
    section #content .article .article-box .double-box div {
        width: 48.1203007518797%;
    }
    section #content .article .article-box .inset-img {
        padding: 0 7.246376811594203vw;
    }
    section #content .article .article-box .inset-img div:nth-of-type(1) {
        width: calc(39.473684210526316% + 7.246376811594203vw);
        margin-right: 3.759398496240601vw;
        margin-left: -7.246376811594203vw;
        margin-bottom: 2.246377vw;
    }
    section #content .article .article-box .inset-img.rt div:nth-of-type(1) {
        margin-left: 3.759398496240601vw;
        margin-right: -7.246376811594203vw;
    }
    section #content .article .brouchure {
        margin-top: 0;
        margin-bottom: 7.246376811594203vw;
    }
    /*Article*/
    /*contect*/
    section #content .contact {
        padding-bottom: 0;
    }
    section #content .contact .content-inner {
        padding: 0;
    }
    section #content .contact ul li {
        margin: 0;
        border-top: 1px solid #E6E8EB;
        padding: 4.830917874396135vw 7.246376811594203vw;
        border-left: 0 !important;
    }
    section #content .contact ul li>a {
        width: 100%;
        margin-bottom: 0;
        font-family: "FrutigerLTStd-Light", Arial, Helvetica, sans-serif;
        color: #0D223D;
        font-size: 7.729468599033816vw;
        float: left;
        letter-spacing: 0.03864734299516908vw;
        line-height: 1.4;
        display: block;
    }
    section #content .contact ul li>a:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.4492753623188406vw 1.2077294685990339vw 0 1.2077294685990339vw;
        border-color: #b6bcc4 transparent transparent transparent;
        content: "";
        position: absolute;
        right: 7.246376811594203vw;
        top: 9.5vw;
    }
    section #content .contact ul li .info {
        width: 100%;
        padding: 0;
        padding-top: 6.246376811594203vw;
        height: auto;
        position: relative;
        float: left;
        border: 0;
        display: none;
    }
    section #content .contact ul li .info div {
        width: 100%;
        float: left;
        position: relative;
        bottom: auto;
        left: auto;
        padding-top: 4.246376811594203vw;
    }
    section #content .contact ul li .info h2 {
        display: none;
    }
    section #content .contact ul li .info p {
        margin-bottom: 3.246376811594203vw;
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .contact ul li .info h3 {
        font-size: 2.898550724637681vw;
    }
    section #content .contact ul li .info a.view-map {
        height: 6.246376811594203vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.03381642512077295vw;
    }
    section #content .contact ul li .info a {
        width: 98%;
        margin-bottom: 6.246376811594203vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.021739130434782608vw;
    }
    section #content .contact ul li .info label {
        font-size: 2.898550724637681vw;
    }
    section #content .contact ul li .img {
        display: none;
    }
    section #content .contact.small {
        padding-bottom: 7.246376811594203vw;
    }
    section #content .contact.small ul li {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    section #content .contact.small ul li>a {
        font-size: 4.830917874396135vw;
    }
    section #content .contact.small ul li>a:after {
        top: 8vw;
    }
    section #content .contact.small ul li .info {
        height: auto;
        border: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
    }
    section #content .contact.small ul li:nth-child(3n-2) {
        border-left: 1px solid #E6E8EB;
    }
    section #content .contact.small ul li:last-child {
        border-bottom: 1px solid #E6E8EB;
    }
    section #content .contact ul li.active>a:after {
        border-width: 0 1.2077294685990339vw 1.4492753623188406vw 1.2077294685990339vw;
        border-color: transparent transparent #fe5918 transparent;
    }
    .slick-list {
        margin-left: 0 !important;
    }
    .slick-slide {
        padding: 0 1.4492753623188406vw;
    }
    .slick-slide:first-of-type {
        padding-left: 0;
    }
    .btn-slick {
        display: none !important;
    }
    section #content .team-listing .team-inner .committee-box.sld,
    section #content .team-listing .team-inner .committee-box.tcl,
    section #content .team-listing .team-inner .committee-box.shop1 {
        width: calc(100% + 7.246376811594203vw + 7.246376811594203vw);
        float: left;
        margin: 0 -7.246376811594203vw;
        padding: 0 0;
    }
    section #content .team-listing .team-inner .committee-box.sld ul,
    section #content .team-listing .team-inner .committee-box.tcl ul {
        width: 100%;
        margin: 0;
    }
    section #content .team-listing .team-inner .committee-box.sld .slick-slide,
    section #content .team-listing .team-inner .committee-box.tcl .slick-slide {
        padding: 0 1.4492753623188406vw !important;
        margin-bottom: 0;
    }
    section #content .team-listing .team-inner .committee-box.sld .btn-slick {
        top: 12.254237vw;
    }
    section #content .team-listing .team-inner .committee-box.tcl .btn-slick {
        top: 11.864406779661017vw;
    }
    section #content .team-listing .team-inner .committee-box.sld .prev,
    section #content .team-listing .team-inner .committee-box.tcl .prev {
        left: -5.084745762711865vw;
    }
    section #content .team-listing .team-inner .committee-box.sld .next,
    section #content .team-listing .team-inner .committee-box.tcl .next {
        right: -5.084745762711865vw;
    }
    section #content .team-listing.promotion {
        padding-top: 7.246376811594203vw;
        padding-bottom: 7.246376811594203vw;
    }
    section #content .team-listing.promotion h2 {
        margin-bottom: 7.246376811594203vw;
        width: 100%;
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li div {
        padding: 3.246376811594203vw 3.830917874396135vw; /*4.246376811594203vw 4.830917874396135vw;*/
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li div h2 {
        font-size: 5.797101449275362vw;
        width: 100%;
        line-height: 1.3;
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li div .btn {
        bottom: 4.246376811594203vw;
        right: 4.830917874396135vw;
    }
    section #content .team-listing.promotion .team-inner .committee-box ul li .divmain-gt div section {
    /*padding: 2.294915254237288vw 0;*/
    margin-bottom: 3.694915254237288vw;
}
    section #content .team-listing.promotion .team-inner .committee-box ul li div h3 {
        font-size: 3.797101449275362vw;
        letter-spacing: normal;
        line-height: 1.3;
        width: 60%;margin:0;
    }
    .popup-brouchure-inner {
        width: calc(100% - 2.4154589371980677vw - 2.4154589371980677vw);
        /*height:calc(100vh - 12.077294685990339vw);*/
        margin-top: 12.077294685990339vw;
        margin-bottom: 12.077294685990339vw;
        margin-left: 2.4154589371980677vw;
        margin-right: 2.4154589371980677vw;
    }
    .popup-brouchure-inner .close {
        width: 10.144927536231885vw;
        height: 10.144927536231885vw;
        right: 3.6231884057971016vw;
        top: 3.6231884057971016vw;
        background-size: calc(100% - 4.830917874396135vw) auto;
    }
    .popup-brouchure-inner .bgimg {
        height: 48.309178743961354vw;
    }
    .popup-brouchure-inner .brouchure-details {
        padding: 0 6.038647342995169vw 6.038647342995169vw 6.038647342995169vw;
        margin-top: -12.077294685990339vw;
    }
    .popup-brouchure-inner .brouchure-details h3 {
        font-size: 7.729468599033816vw;
        line-height: 12.560386473429952vw;
    }
    .popup-brouchure-inner .brouchure-details h4 {
        font-size: 5.797101449275362vw;
        line-height: 7.246376811594203vw;
    }
    .popup-brouchure-inner .brouchure-details p {
        font-size: 4.3478260869565215vw;
        line-height: 6.521739130434782vw;
        letter-spacing: 0.021739130434782608vw;
        margin-top: 3.6231884057971016vw;
    }
    .popup-brouchure-inner .brouchure-details .brouchure-details-inner {
        margin-top: 1.830917874396135vw;
    }
    .popup-brouchure-inner .brouchure-details .brouchure-details-inner .detail {
        padding: 3.6231884057971016vw 0 7.729468599033816vw 0;
    }
    .popup-brouchure-inner .brouchure-details .brouchure-details-inner .detail div:first-of-type {
        width: 100%;
        float: left;
    }
    .popup-brouchure-inner .brouchure-details .brouchure-details-inner .detail div:last-of-type {
        width: 100%;
        float: right;
    }

    /*Create section------------*/
     section #content .create-let {
        /*margin-top:5.089058524173027vw;*/
        margin-top:2.089058524173027vw;
     }
   section #content .page-content .create-let .content-inner{padding:0;
    }
      section #content .clet-inner {
        padding: 9.669211195928753vw 7.246376811594203vw;
        width:100%;
        display:block;
    }
      section #content .clet-inner .cdetail {
        padding: 0;
        text-align:center;
        width:100%;
        margin-bottom:8.9058524173028vw;
    }
    section #content .clet-inner .cdetail:last-of-type {
        margin-bottom:0;
    }
    section #content .clet-inner img {
        width:72.264631043257vw;height:74.80916030534351vw;margin-left:0;display:inline-block;
        float:none;
    }
    section #content .clet-inner  p {
        margin-bottom: 3.816793893129771vw;
        font-size: 4.325699745547073vw;
        line-height: 5.852417302798982vw;
        text-align:left;
     }

 /*Create section------------*/



    footer {
        height: auto;
        padding: 7.246376811594203vw 0;
        position: relative;
    }
    footer #footer {
        padding: 0 7.246376811594203vw;
    }
    footer #footer .linkedin {
        width: 23px;
        height: 23px;
        right: 7.246376811594203vw;
        top: 55.5vw;
    }
    footer #footer .secondory-links {
        width: 40%;
        float: right;
    }
    footer #footer .secondory-links ul li {
        margin-bottom: 20px;
        text-align: right;
    }
    footer #footer .secondory-links ul li a {
        font-size: 4.3478260869565215vw;
        letter-spacing: 0.021739130434782608vw;
    }
    footer #footer .usefull-links {
        width: 60%;
        float: left;
    }
    footer #footer .usefull-links ul {
        width: 100%;
    }
    footer #footer .usefull-links ul li {
        margin-bottom: 3.3816425120772946vw;
    }
    footer #footer .usefull-links ul li a {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    footer #footer .usefull-links ul li:last-of-type {
        margin-bottom: 3.3816425120772946vw;
    }
    footer #footer .copyright {
        margin-top: 6.246376811594203vw;
    }
    footer #footer .copyright p {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
        width: 100%;
        margin-bottom: 2.4154589371980677vw;
    }
    footer #footer .copyright ul {
        width: 100%;
    }
    footer #footer .copyright ul li {
        width: auto;
        margin-left: 4.5893719806763285vw;
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
        margin-bottom: 2.4154589371980677vw;
    }
    footer #footer .copyright ul li a {
        font-size: 3.3816425120772946vw;
        letter-spacing: 0.08454106280193235vw;
    }
    footer #footer .copyright ul li:last-child {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    section #content .team-listing .team-inner .committee-box ul li .img-box:after,
    section #content .div-news ul li .img-box:after,
    section #content .team-detail .team-related ul li .img-box:after {
        width: 0;
        height: 0;
    }
    /*404 page not found*/
    section #content .page-not-found .pnf-inner {
        width: 100%;
        padding: 7.246376811594203vw 7.246376811594203vw;
        box-sizing: border-box;
    }
    section #content .page-not-found .pnf-inner span {
        margin-bottom: 4.048vw;
        font-size: 6.662vw;
        line-height: 1.5;
    }
    section #content .page-not-found .pnf-inner h1 {
        margin-bottom: 6.022vw;
        font-size: 6.662vw;
    }
    section #content .page-not-found .pnf-inner p {
        margin-bottom: 8.037vw;
        font-size: 3.648vw;
    }
    section #content .page-not-found .pnf-inner a {
        width: auto;
        height: 8.696vw;
        padding: 1.932vw 8.213vw 1.932vw 8.213vw;
        font-size: 3.382vw;
    }
    section #content .div-news.related.ltd .content-inner {
        padding: 0 7.246376811594203vw;
    }
    section #content .div-news.related.ltd .content-inner>h2 {
        padding-left: 0;
    }
    section #content .div-news.related.ltd ul li {
        width: 100%;
        margin: 0;
    }
    
.video .video-inner .inner {
    background-image:url(http://edft.sbronline.co.uk/media/2049/img-home-1.jpg);
}
    #cookies {
        width: 100%;
        right: 0;
        left: 0;
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }
    .video {
        padding-bottom:177.78%;
        top:15.70048309178744vw;
    }
    .video .player {
        height: 107vh !important;
    }
    .video.mobile iframe {
        height: 100% !important;
    }
    
/*@media (min-aspect-ratio: 16 / 9) {.video-main .player iframe {height: 100% !important;top: auto !important;}}
@media (max-aspect-ratio: 16 / 9) {.video-main .player iframe {width: 100% !important;left: auto !important;}}*/

@media (min-aspect-ratio: 16 / 9) {
    .video .video-inner .inner .fullscreen-video {
        height: 100% !important;top: auto !important;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .video .video-inner .inner .fullscreen-video {
        width: 100% !important;left: auto !important;
    }
}



    /*404 page not found*/
    section #content .job-benefits .info .inner:last-of-type {
        margin-bottom: 7.246376811594203vw;
    }
    section #content .team-listing .team-inner .committee-box.two-box ul li {
        width: 100%;
    }
    .web {
        display: none;
    }
    .mobile {
        display: block !important;
    }
}