@charset "utf-8";
@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    margin:0;
	padding:0;
	font-family: 'Gotham-Book';
	position: relative;
	font-size:14px;
	overflow-x: hidden;
}

a, button {
	transition: .5s ease-in-out;
	font-size:1.125rem;
	
}

h1{
	color:#ed008c;
	font-family: 'Gotham-Bold';
	font-size:2.13rem;
	margin-top:20px;
	margin-bottom:40px;
}
h2{
	color:#fff;
	font-family: 'Gotham-Bold';
	font-size:1.875rem;
}

h3{
	color:#3e3e3e;
	font-family: 'Gotham-Bold';
	font-size:1.5rem;
}
h4{
	color:#fff;
	font-family: 'Gotham-Bold';
	font-size:1.2rem;
	line-height: 1.2;
}
h5{
	color:#fff;
	font-size:1rem;
	margin:0;
	font-family: 'Gotham-Book';
}
h6{
	color:#fff;
	font-size:0.9rem;
	margin:0;
	font-family: 'Gotham-Book';
}


.asFontBold{
	font-family: 'Gotham-Bold';
}

.asWhite{
	color:#fff !important;
}

.asPink{
	color: #ed008c;
}
.asYellow{
	color: #fff200;
}
.asDarkYellow{
	color: #f1ba1b;
}

.asBlack{
	color:#3e3e3e !important;
}

.asLightBlue{
	color:#67c8c9 !important;
}

.asBlue{
	color:#0078b6;
}
.asLightBlue2{
	color:#00aeef;
}

.asPurple{
	color:#662d91;
}

.asLineHeight{
	line-height:1.2;
}

.asGreen{
	color: #499417;
}
.asGreenBG{
	background-color: #499417;
}

.asWhite{
	color:#fff;
}

.asGrey{
	color:#8b8a8a;
}
.asWhiteOpacity{
	color: #f9bec0;
}
.asMediumFont{
	font-size:1.2rem;
	font-family: 'Gotham-Bold';
	line-height: 1.2;
}

.asMarginLeft{
	margin-left:20px;
}

.asMargintopSmall{
	margin-top:20px!important;
}

.asMargintopMedium{
	margin-top:30px;
}

.asMargintopQF{
	margin-top:25px;
}


.landing{
	background-color: #f79421;
	height:100vh;
	width:100vw;
}

.lock-scroll {
    overflow: hidden;
}

.asLogo{
	width: 100px;
	margin-left:60px
}

.asLogo2{
	width: 100px;
}

.asNaviBar {
    position: fixed;
    z-index: 888;
    width: 100%;
    margin-top: 15px;
	background-color: rgb(0, 0, 0, 0.0) !important;
	margin-right:60px;
	z-index: 9999;
}

.asNaviBar ul{
	list-style-type: none;
	margin:0 60px 0 0;
}

.asNaviBar ul li.menu2{
	color:#6d6e71;
}
.asNaviBar ul li{
	transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
	color:#6d6e71;
}
li.menu2{
	color:#6d6e71;
}
.asNaviBar ul li.asMenuClose2{
	color:#fff;
}
.asNaviBar ul li:nth-child(1), .asNaviBar ul li:nth-child(2){
	margin-right: 15px;
}

.asNaviBar ul li.asMenu{
	color: #fff;
}

.asMenuOpen{
	display:none!important;
}

.asMenuClose{
	display: none;
	color:#fff;
}

.asMenuClose2{
	display: inline-block!important;
	color:#ffffff;
}

.asHamburger .asHamburger-btn {
    overflow: hidden;
    width: 35px;
    height: 44px;
    cursor: pointer;
    /*position: absolute;
    z-index: 1;
    appearance: none;
    transform: translateY(-50%);*/
}
.asHamburger .bar {
	height: 3px;
	background-color: #fff;
	transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
	display: block;
	top: 20px;
	margin-top: 8px;
}

.asHamburger .bar2{
	background-color: #6d6e71;
}
.asHamburger .bar:first-child {
  top: 10px;
}
.asHamburger .bar:last-child {
  top: 30px;
}
.asHamburger .btn-close .bar {
  background-color: #fff;
  transform: translateX(120%);
  opacity: 0;
}
.asHamburger .btn-close .bar:first-child, .asHamburger .btn-close .bar:last-child {
  transform: translateX(0);
  opacity: 1;
}
.asHamburger .btn-close .bar:first-child {
  transform: translateY(10px) rotate(45deg);
}
.asHamburger .btn-close .bar:last-child {
  transform: translateY(-12px) rotate(-45deg);
}

.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#f173ad;
	overflow: hidden;
	z-index:999;
}
.wrap {
	color:#e9e9e9;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.wrap ul.wrap-nav {
	padding: 170px 0px 0 0;
}
.wrap ul.wrap-nav li {
	position:relative;
	list-style-type: none;
	font-size:2.3rem;
	text-align:center;
}
.wrap ul.wrap-nav li a {
	color:#fff;
	display:block;
	padding:11px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-family: 'Gotham-Bold';
	font-size:2.86rem;
}

.wrap ul.wrap-nav li a:hover {
	color: #050720;
}

.footer{
	width:100%;
}

.copyright{
		position: absolute;
	bottom: 30px;
    left: 60px;
	display:inline-block;
}

.footer p{
	color:#fff;
	margin:0 0;
}

.footer-button{
	position: absolute;
	right:60px;
	bottom:30px;
}

.asElement{
	width:45px;
	height:1px;
	background-color: #949494;
	position: relative;
	margin-top:70px;color: #949494;
}

.asElement:before{
	content:'01';
	position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
	color: #fff;
	font-size: 1.625rem;
	font-family: 'Gotham-Book';
}

.asElementWhite{
	background-color:#fff;
}

.asElement02:before{
	content:'02';
	color:#fff;
	
}
.asElement03:before{
	content:'03';
	color: #949494;
}
.asElement04:before{
	content:'04';
	color: #949494;
}
.asElement05:before{
	content:'05';
	color: #949494;
}
.asElement06:before{
	content:'06';
	color: #949494;
}
.asElement07:before{
	content:'07';
	color: #949494;
}
.asElement08:before{
	content:'08';
	color:#fff;
}

.asMarginTop{
	margin-top:60px;
}

.asButton, .asButtonCalendar{
	color:#f79423;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	position: relative;
	display:inline-block;
	cursor: pointer;
}

.asButton:after{
	content: url(../../images/arrow.svg);
	width: 20px;
	height: 1px;
	color: #f79423;
	position: absolute;
	top: -1px;
	left: 105px;
	transition: .5s ease-in-out;
}

.asButton:hover:after{
	transform: rotate(37deg);
	transform-origin: bottom left;
	left: 117px;
	top: -3px;
}

.asButton:before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .5s ease-in-out;
	width:0%;
	height:1px;
	background-color:#f79423;
}

.asButton:hover:before{
	width:100%;
}

.asButtonCalendar{
	padding-left:30px;
}

.asButtonCalendar:after{
	content: url("../../images/arrow-left.svg");
	width: 20px;
	height: 1px;
	color: #f79423;
	position: absolute;
	top: -1px;
	left: 0;
	transition: .5s ease-in-out;
}

.asButtonCalendar:hover:after{
	transform: rotate(-37deg);
	transform-origin: bottom right;
	left:-5px;
	top:-4px;
}

.asButtonCalendar:before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .5s ease-in-out;
	width:0%;
	height:1px;
	background-color:#f79423;
}

.asButtonCalendar:hover:before{
	width:100%;
}

.asButtonCalendar{
	padding-left:30px;
}

.asButtonWhite{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	position: relative;
	display:inline-block;
	cursor: pointer;
}

.asButtonWhite:after{
	content: url("../../images/arrow-white.svg");
	width: 20px;
	height: 1px;
	color: #fff;
	position: absolute;
	top: -1px;
	left: 105px;
	transition: .5s ease-in-out;
}

.asButtonWhite:hover:after{
	transform: rotate(37deg);
	transform-origin: bottom left;
	left: 117px;
	top: -3px;
}

.asButtonWhite:before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .5s ease-in-out;
	width:0%;
	height:1px;
	background-color:#fff;
}

.asButtonWhite:hover:before{
	width:100%;
}


.btnCustomise button {
/*  border: 1px solid #164396;
  border-radius: 10px;
  padding: 15px 20px;
  color: #164396;
  font-size: 16px;
  width: auto;
  text-align: center;
  letter-spacing: 0.5px;
*/ border:none;
	color:#fff200;
	background-color: rgb(0, 0, 0, 0);
	cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	position: relative;
	padding:0;
}
.btnCustomise button:hover {
	color: #fff200;
}

.btnCustomise button:after{
	content: url("../../images/arrow-yellow.svg");
	width: 20px;
	height: 1px;
	color: #fff200;
	position: absolute;
	top: -1px;
	left: 180px;
	transition: .5s ease-in-out;
}

.btnCustomise button:hover:after{
	transform: rotate(37deg);
	transform-origin: bottom left;
	left: 190px;
	top: -3px;
}

.btnCustomise button:before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .5s ease-in-out;
	width:0%;
	height:1px;
	background-color:#fff200;
}

.btnCustomise button:hover:before{
	width:100%;
}


#download_form ul{
	padding:0;
}

/*****************************************************/

.MessageFromOurLeader .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.MessageFromOurLeader, .MessageFromOurLeader2{
	position: relative;
	background-color: #1e4798;
}

.MessageFromOurLeader,
.MessageFromOurLeader .wrapper {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*point article {
  flex-basis: 60%;
}
*/
.point img {
  height: auto;
}
.asLeaderImage img{
	width:80%;
}

.asLeaderImage{
	align-items: flex-end;
	display: flex;
	position: absolute;
	right: 80px;
	bottom:0;

}
.asLeaderImage2{
	position: absolute;
	right: 80px;
	bottom:0;
}

.asPointGCEO, .GCEOMobile{
	background-color:#ec008c;
}

.asMessageLeader-bg{
	position:absolute;
	right:0;
	bottom:0;
}

.asChairmanFigure{
	padding:15px;
}

.vh {
	height: 100vh;
}

/****************************************************/
.asElementVertical{
	position: absolute;
	top:0;
	left:40px;
	width:5%;
	height:100%;
	z-index: 99;
}

#MessageFromOurLeader{
	border-bottom: 1px solid #cbcbcb;
}

/************ accordion *************/
.asAccordion {
  padding: 0;
}

.asAccordion > li {
  list-style: none;
  margin: 0;
  overflow: hidden !important;
}

.title h3 {
  cursor: pointer;	
  position: relative;
  margin:0;
  padding: 16px 0px 18px 77px;
  color:#fff;
}

.asAccordion > li > div {
  background-color: #ed135f;
  color:#fff;
}

.asAccordion > li:nth-child(1){
	margin-top:90px;
	height:calc(100% - 90px) !important;
}

.asAccordion > li:nth-child(2){
	margin-top:70px;
	height:calc(100% - 70px) !important;
}

.asAccordion > li:nth-child(3){
	margin-top:50px;
	height:calc(100% - 50px) !important;
}

.asAccordion > li:nth-child(4){
	margin-top:30px;
	height:calc(100% - 30px) !important;
}



.asAccordion > li:nth-child(1) > div, .asAccordion > li:nth-child(2) > h3{
}
.asAccordion > li:nth-child(2) > div, .asAccordion > li:nth-child(2) > h3{
	background-color: #faa619;
}
.asAccordion > li:nth-child(3) > div, .asAccordion > li:nth-child(3) > h3{
  background-color: #0078b6;
}
.asAccordion > li:nth-child(4) > div, .asAccordion > li:nth-child(4) > h3{
  background-color: #7fc241;
}
.asAccordion > li:nth-child(5) > div, .asAccordion > li:nth-child(5) > h3{
  background-color: #652c91;
}

.asAccordionConWrap{
	height:calc(100% - 90px) !important;
}
.asAccordionConWrap2{
	height:calc(100% - 70px) !important;
}
.asAccordionConWrap3{
	height:calc(100% - 50px) !important;
}
.asAccordionConWrap4{
	height:calc(100% - 30px) !important;
}
.asAccordionConWrap5{
	height:calc(100% - 10px) !important;
}

.asAccordion > li:nth-child(1) > .title h3::before{
	content:'';
	background-image: url("../../images/StrategicDrivers/Content-Icon.svg");
	position: absolute;
	top: 5px;
	left: 12px;
	width: 50px;
	height: 50px;
}
.asAccordion > li:nth-child(2) > .title h3::before{
	content:'';
	background-image: url("../../images/StrategicDrivers/Customer-Icon.svg");
	position: absolute;
	top: 7px;
    left: 12px;
	width:45px;
	height:50px;
	background-repeat: no-repeat;
}

/*.asAccordion > li:nth-child(2) > .title h3 {
	padding: 17px 0px 15px 64px;
}
*/
.asAccordion > li:nth-child(3) > .title h3::before{
	content:'';
	background-image: url("../../images/StrategicDrivers/Experience-Technology-Icon.svg");
	position: absolute;
	top: 10px;
	left: 12px;
	width: 41px;
	height: 50px;
	background-repeat: no-repeat;
}

/*.asAccordion > li:nth-child(3) > .title h3 {
	padding: 17px 0px 15px 64px;
}
*/.asAccordion > li:nth-child(4) > .title h3::before{
	content:'';
	background-image: url("../../images/StrategicDrivers/Talent-Icon.svg");	
	position: absolute;
	top: 7px;
    left: 12px;
	width:45px;
	height:50px;
	background-repeat: no-repeat;
}

/*.asAccordion > li:nth-child(4) > .title h3 {
	padding: 17px 0px 15px 70px;
}
*/
.asAccordion > li:nth-child(5) > .title h3::before{
	content:'';
	background-image: url("../../images/StrategicDrivers/Cummunity-Icon.svg");	
	position: absolute; 
	top: 8px;
	left: 12px;
	width: 45px;
	height:50px;
	background-repeat: no-repeat;
}

/*.asAccordion > li:nth-child(5) > .title h3 {
	padding: 17px 0px 15px 72px;
}*/
/* Default CSS for sub-accordion */


/* Default CSS for vertical orientation */

.asAccordion.accordion-vertical {
 height: 520px;;
}

.asAccordion .asAccordion.accordion-vertical {
  height: 260px;
}

.asAccordionIcon{
	width:50px;
	display:inline-block;
}

.asWhiteBorder{
	border-right:1px solid #fff;
}

.asWhiteBorderBottom{
	border-Bottom:1px solid #fff;
}

.asCount{
	font-size:2rem;
	font-family: 'Gotham-Bold';
}

.asYear{
	font-size:1.125rem;
	margin-top:5px
}
.asYear2{
	font-size:1rem;
}

/*.asAccordionContent{
	padding:100px 20px 0 20px;
}*/

.content{
	padding:0 20px;
	width:100%;
}
.asYear20{
	font-size:1.5rem;
}

.asSectionSus{
	padding:0px 0 0 195px;
	position: relative;
    display: flow-root;
}

.asFinancialNum p{
	background-color: #9474b4;
	color:#fff;
	text-align: center;
	padding:5px 0;
}

.asQuickfactsBox p{
	border-bottom:2px solid #67c8c9;
	margin-bottom:5px;
	z-index: 99;
}

.asQuickfactsBoxPink p{
	border-bottom:2px solid #ed008c;
	margin-top:10px;
}

.asQuickfactsBoxBlue p{
	border-bottom:2px solid #00aeef;
}
.asQuickfactsBoxRed p{
	border-bottom:2px solid #f9bec0;
}
.asQuickfactsBoxGreen p{
	border-bottom:2px solid #41ad49;
}

.asQuickfactsBox{
	margin:15px 0;
	z-index: 99;
	position: relative;
}

.QuickfactsCol{
	width:75%;
	margin:0 auto;
}

.QuickfactsCol h3.asDarkYellow{
	color: #f1ba1b;
}



.asQuickfactsWrap li > div.asQuickfactsBox{
	padding-top: 30px;
}

.asQuickfactsWrap li > div.asQuickfactsBox:first-child{
	padding-top: 0px;
}

/*.asQuickfactsWrap li{
	background-image: url("../../images/households.svg");
	position: absolute;
	top:0;
	width:100px;
}
*/
.asSlideShow{
width: 100% !important;
  max-height:100%;
	object-fit: contain;
}

.asIconBox{
	width:70%;
}
.asBlueWrap{
	background-color:#0078b6;
	position: relative;
	z-index: 999;
}

.asPinkWrap{  
	background-color:#f287b7;
}
.asLightLightBlueWrap{
	background-color:#94daf8;
}
.asLightLightRedWrap{
	background-color:#ed135e;
}
.asLightLightYellowWrap{
	background-color:#fff56d;
}
.asLightLightGreenWrap{
	background-color:#a5d177;
}

.asQuickfactsWrap li:nth-child(even) {
	margin:0 20px;
}

.uk-dotnav>.uk-active>* {
    background-color: #ec008c!important;
}

.uk-dotnav>*>* {
    background-color: #777777!important;
    border-width: 0;
}

.asSlideShow{
	width:80%;
	float:left;
}

.OurValueCreation{
	background-color: #fce5ee;
}

.AGM{
	background-color: #f4f4f4;
}

.asShortLine:after{
	content:'';
	position: absolute;
	bottom:-10px;
	left:0;
	width:40px;
	height:1px;
	background-color: #000;
}

.asAgmDetail ul{
	list-style: none;
	padding:0;
}

.asAgmDetail .desktop{
	width:60px;
	vertical-align: top;
}

.asSeparate{
	padding:0 10px;
}

.uk-navbar-nav > li > a{
	padding:0;
}

#download_form ul li{
	color:#fff;
	position: relative;
	padding-left: 30px;
    margin-bottom: 30px;
	list-style: none;
	line-height:1.8;
}

input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  /*background-color: #eee;*/
  border: 1px solid #fff;
  margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.li:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
input:checked ~ .checkmark {
  background-color: #fff200;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

button:focus{
	outline: 0;
}

.uk-light .uk-slidenav{
	color: rgba(0,0,0,.7);
}
.uk-light .uk-slidenav:hover{
	color: #ec008c;
}


/********** bar chart ***************/
.bar-chart {
	position: relative;
}
.bar-chart .bars {
	height: 200px;
	position:relative;
}

.asFinancialBottom{
	border-bottom:2px solid #ea088c;  
}

.bar-chart .bar-group {
	height: 100%;
	position: absolute; 
	left:50%;
	width:calc(100% - 210px);
	transform: translateX(-50%);
	bottom:0;
}
.bar-chart .bar-group .bar {
	height: 100%;
	animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
	-webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
	-moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	box-shadow: 1px 0 2px rgba(0,0,0,0.15);
	bottom: 0;
	position: absolute;
	text-align: center;
}

.bar-ani {
	animation-name: animate-height;
	animation-duration: 1.2s;
	-webkit-animation-name: animate-height;
	-webkit-animation-duration: 1.2s;
	-moz-animation-name: animate-height;
	-moz-animation-duration: 1.2s;
}

@-webkit-keyframes animate-height {
	0% {
	-webkit-height:0;
	}
	40% {
	-webkit-visibility:visible;
	}
	100% {
	-webkit-visibility:visible;
	}
}
@-moz-keyframes animate-height {
	0% {
	-moz-height:0;
	}
	40% {
	-moz-visibility:visible;
	}
	100% {
	-moz-visibility:visible;
	}
}
@keyframes animate-height {
	0% {
	height:0;
	}
	40% {
	visibility:visible;
	}
	100% {
	visibility:visible;
	}
}


.years {
  position: absolute;
  bottom: -25px;
  color: #000;
}
.numbers {
  position: absolute;
  top: -25px;
}
.year20 {
  position: absolute;
  bottom: -25px;
  color: #000;
}
.number20 {
  position: absolute;
  top: -25px;
}

.bar-group .bar-a {
  background: #f7c1d9;
  width: 50px;
}

.bar-group .bar-b {
	background: #ea088c;
	width: 50px;

}

/*.bar-group .bar-c {
		background: #f7c1d9;
	width: 50px;
	  margin-left:0px;
}*/

.bar-chart .bar-group .bar:nth-child(2) {
  left: 70px
}
.bar-chart .bar-group .bar:nth-child(3) {
  left: 140px
}
.bar-chart .bar-group .bar:nth-child(4) {
  left: 210px
}
.bar-chart .bar-group .bar:last-child {
  left: 320px
}
.bar-chart .bar-group .bar-1 {
  height: 90%
}
.bar-chart .bar-group .bar-2 {
  height: 87%
}
.bar-chart .bar-group .bar-3 {
  height: 85%
}
.bar-chart .bar-group .bar-4 {
  height: 79%
}
.bar-chart .bar-group .bar-5 {
  height: 72%
}
.bar-chart .bar-group .bar-6 {
  height: 90%
}
.bar-chart .bar-group .bar-7 {
  height: 91%
}
.bar-chart .bar-group .bar-8 {
  height: 86%
}
.bar-chart .bar-group .bar-9 {
  height: 89%
}
.bar-chart .bar-group .bar-10 {
  height: 70%
}
.bar-chart .bar-group .bar-11 {
  height: 68%
}
.bar-chart .bar-group .bar-12 {
  height: 83%
}
.bar-chart .bar-group .bar-13 {
  height: 58%
}
.bar-chart .bar-group .bar-14 {
  height: 72%
}
.bar-chart .bar-group .bar-15 {
  height: 64%
}
.bar-chart .bar-group .bar-16 {
  height: 88%
}
.bar-chart .bar-group .bar-17 {
  height: 86%
}
.bar-chart .bar-group .bar-18 {
  height: 86%
}
.bar-chart .bar-group .bar-19 {
  height: 87%
}
.bar-chart .bar-group .bar-20 {
  height: 84%
}
.bar-chart .bar-group .bar-21 {
  height: 83%
}
.bar-chart .bar-group .bar-22 {
  height: 86%
}
.bar-chart .bar-group .bar-23 {
  height: 89%
}
.bar-chart .bar-group .bar-24 {
  height: 87%
}
.bar-chart .bar-group .bar-25 {
  height: 86.5%
}
.bar-chart .bar-group .bar-26 {
  height: 81%
}
.bar-chart .bar-group .bar-27 {
  height: 81%
}
.bar-chart .bar-group .bar-28 {
  height: 79%
}
.bar-chart .bar-group .bar-29 {
  height: 80%
}
.bar-chart .bar-group .bar-30 {
  height: 75%
}



.asAccordionContent ul li{
	list-style-type: disc;
	padding: 7px 0;
}

.uk-modal-body {
    padding: 0 0;
}

.asUltraButton{
	text-decoration:underline;
	color:#fff;
}

.uk-dropdown{
	min-width: auto;
	box-shadow: 0 5px 12px rgba(0,0,0, 0.0);
	background: rgba(0, 0, 0, 0.0);
	padding:0 0 10px 0px !important;
}

.asDropDown .uk-icon-button{
	background: #f79423 ;
}

.uk-navbar-nav > li > a{
	color:#fff;
}

p.alert, p.alert-success {
    text-transform: uppercase;
    color: #fff;
}


.asHr{
	margin:10px 10px 10px 0;
}

.uk-divider-vertical{
	margin:0;
	width:auto;
	height: auto;
}

.asChairmanFigureBox{
	display:inline-block;
	padding-left: 10px;
}


.TrainigYear{
	display:inline;
}

.asTrainingTalent{
	border-left: 1px solid #fff;
	padding-left: 20px;
	float: right; 
}

/*.TalentSvg{
	width:30%;
}*/

.asValue01{
	width:20%;
}
.asValue02{
	margin-left: -20px;
	width:42%;
}

.asValue03{ 
	margin-top: -90px;
	margin-left: -30px;
	width: 33%;
}

.asArrow:before{
	content: '';
	background-image: url("../../images/Quick-Facts/arrow.svg");
	position: absolute;
	left:0;
	top:10px;
	width:20px;
	height:20px;
	background-repeat: no-repeat;
}

.asStrategicButton{
	position: absolute;
	top:20px;
	right:20px;
}

.UltraBox{
	width: 50%;
	margin:0 auto;
	display:block
}

.DigitalPoint{
	width:30%;
	margin:0 auto;
	display:block;
}

.asWidth{
	width:75%;
}

.CustomerSvg{
	width:70%;
	margin:0 auto 10px;
}

.CommunityImg{
	width:55%;
	margin:0 auto;
	display:block;
}

.asPaddingLeftSmall{
	padding-left:10px;
}

.uk-slider-container{
	padding-bottom:30px;
}

.wrap ul.wrap-nav {
		padding: 0px 0px 0 0;
}

.asUNSDGcol{
	width:80%;
}

.footer-button a:hover{
	text-decoration:none;
}

.asEnquiries-m{
	padding-left:8px;
}

.uk-countdown-separator {
    font-size: 2rem;
}
.uk-countdown-number {
    font-size: 5rem;
}

#downloader_application{
	margin-bottom:80px;
}

@media (max-width:1600px) {
	.asLeaderImage img{
		width:95%;
	}
	
	.CustomerSvg {
		width: 90%;
	}
	
	.UltraBox{
	width: 70%;
	margin:0 auto;
	display:block
}

.DigitalPoint{
	width:40%;
	margin:0 auto;
	display:block;
}

	
}

@media (max-width:1366px) {
	.uk-container{
		padding:0 85px;
	} 
	
	.asAccordion.accordion-vertical {
	 height: 470px;;
	}

	
	.asSectionSus{
	padding:0px 0 0 85px;
}
	
	.asElementVertical{
 	left: 5px;
    width: 4%;
    height: 100%;		
	}
	
	.MessageFromOurLeader, .MessageFromOurLeader .wrapper {
		height: 100vh;
	}
	
	.MessageFromOurLeader .point{
  		height: 100vh;
	}
	
	.asLogo,  .asLogo2{
		width: 80px;
	}
	
	.asHamburger .asHamburger-btn {
		width: 40px;
	}
	
	.asHamburger .bar {
		height: 3px;
	}
	
	.wrap ul.wrap-nav li a{
		font-size:2.0rem;
	}
}



@media (max-width:1280px) {
	.bar-chart .bar-group {
		width: calc(100% - 150px);
	}
	.asElementVertical {
		left: 0px;
		width: 5.5%;
	}
	
	.uk-countdown-number {
		font-size: 4.4rem;
	}
}

@media (max-width:1080px) {
	.asTalent img{
		width:70%;
		margin: 0 auto;
	}
	.copyright {
	    width: 40%;
	}
	.footer-button {
		width: 50%;
		text-align: right;
	}
	.asElementVertical {
		width: 6%;
	}
	
	.asAccordion.accordion-vertical {
		height: 560px;
	}
	.bar-chart .bar-group{
		width:calc(100% - 40px)
	}
	
	.asSlideShow{
		width:95%;
	}
	.asValue01 {
		width: 24%;
	}
	.asValue02 {
		margin-left: -40px;
		width: 50%;
	}
	
	.asValue03 {
		margin-top: -80px;
		margin-left: -21px;
		width: 41%;
	}
	
	.CustomerSvg {
		width: 100%;
	}
	.CommunityImg {
		width: 50%;
	}
	
	.uk-countdown-number {
		font-size: 3rem;
	}
	
	.title h3 {
		padding: 15px 0px 17px 75px;
	}
	
	.asAccordion > li:nth-child(4) > .title h3 {
		padding: 17px 0px 16px 70px;
	}
	
	.asUNSDGcol {
		width: 40%;
		margin: 0 auto;
	}
	
}
@media (max-width:810px) {
	#landing .uk-cover {
		transform: translate(-50%,-40%);
	}

	.asLeaderImage {
		position: inherit;
	}
	
	.bar-chart .bar-group{
		width:calc(100% - 220px);
	}
	
	.asSlideShow {
		width: 60%;
		margin:0 auto;
		float:inherit;
	}
	
	.asElementVertical {
		left: 0px;
	}
	
	.asElementVertical {
		width: 8%;
	}
	.uk-container {
		padding: 0 70px;
	}
	.asSectionSus {
		padding: 0px 70px;
	}
	
	.asUNSDGcol{
		width:50%;
		margin:0 auto;
	}
	
	.countdown{
		justify-content: left;
	}
	
	.asAddtoCalendar a{
		float:left;
	}
	
	.asButtonCalendar{
		margin-bottom:50px;
	}
	
	.asAccordion > li:nth-child(1), .asAccordion > li:nth-child(2), .asAccordion > li:nth-child(3), .asAccordion > li:nth-child(4), .asAccordion > li:nth-child(5){
		margin-top:0px;
		height:inherit!important;
	}
	
	.asAccordion > li:nth-child(1) > .title h3::before{
		transform: rotate(90deg);
		top: 15px;
		left:20px;
	}
	.asAccordion > li:nth-child(2) > .title h3::before{
		transform: rotate(90deg);
		top: 15px;
		left:20px;
	}
	.asAccordion > li:nth-child(3) > .title h3::before{
		transform: rotate(90deg);
		top: 15px;
		left:20px;
	}
	.asAccordion > li:nth-child(4) > .title h3::before{
		transform: rotate(90deg);
		top: 15px;
		left:20px;
	}
	.asAccordion > li:nth-child(5) > .title h3::before{
		transform: rotate(90deg);
		top: 15px;
		left:20px;
	}
	
	.title h3, .asAccordion > li:nth-child(2) > .title h3, .asAccordion > li:nth-child(3) > .title h3, .asAccordion > li:nth-child(4) > .title h3, .asAccordion > li:nth-child(5) > .title h3 {
		padding: 25px 0px 25px 85px;
	}
	
	.asAccordion {
		padding-left: 30px
	}
	
	.content {
		padding: 0px 20px 30px 20px;
		width:auto;
	}
	
	.asStrategicButton {
		top: 10px;
	}
	
	.UltraBox {
		width: 60%;
	}
	.DigitalPoint {
		width: 30%;
	}
	
	.experience p{
		text-align: center;
	}
	
	.asValue01-mobile img{
		width:70%;
		margin:0 auto;
	}
	
}

@media (max-width:440px) {
	.wrap ul.wrap-nav {
		padding: 0px 15px 0 15px;
	}
	.asTalent img {
		width: 100%;
	}
	#landing .uk-cover {
		transform: translate(-50%,-50%);
	}

	.footer-button {
		width: 100%;
		text-align: center;
		right: 50%;
		bottom: 90px;
		transform: translateX(50%);
	}
	.copyright {
		width: 80%;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
	}	
	.wrap ul.wrap-nav li a {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	
	.asLogo, .asLogo2 {
		width: 50px;
		margin-left: 30px;
	}
	
	.asNaviBar ul {
		margin: 0 30px 0 0;
	}
	
	.asHamburger .asHamburger-btn {
		width: 35px;
	}
	
	.bar-group .bar-a, .bar-group .bar-b {
		width: 35px;
	}
	
	.bar-chart .bar-group {
		width: calc(100% - 0px);
	}
	
	.bar-chart .bar-group .bar:nth-child(2) {
		left: 60px;
	}
	
	.bar-chart .bar-group .bar:nth-child(3) {
		left: 130px;
	}
	
	.bar-chart .bar-group .bar:nth-child(4) {
		left: 200px;
	}
	
	.uk-container, .asSectionSus {
		padding: 0 40px;
	}
	
	.asElementVertical {
		width: 10%;
	}
	
	.bar-chart .bar-group .bar:last-child {
		right: 5px;
		left:initial;
	}
	
	.asSlideShow {
		width: 100%;
	}
	
	.asStrategicButtonMobile{
		margin-top:40px;
	}
	
	.asWidth {
		width: 100%;
	}
	
	.uk-countdown-number {
		font-size: 3rem;
	}
	
	.asAgmDetail td{
		font-size:13px;
	}
	
	.asAgmDetail .desktop {
		width: 30px;
	}
	
	.asUNSDGcol {
		width: 100%;
	}
	
	.asValue01-mobile img{
		width:80%;
		margin:0 auto;
	}
	
	.CommunityImg {
		width: 90%;
	}
}

@media (max-width:320px) {
	.wrap ul.wrap-nav li a {
		font-size: 1.4rem;
	}
}
@media (max-width:320px) {
	h1 {
		font-size: 1.8rem;
	}
	
	.asElement {
		width: 25px;
	}
	
	.asElement:before {
		right: -35px;
	}
	
	.asLogo, .asLogo2 {
		width: 45px;
		margin-left: 20px;
	}
	
	h3 {
		font-size: 1.3rem;
	}
	
	.asHamburger .bar {
		margin-top: 6px;
	}
	
	.asHamburger .bar:first-child {
    	margin-top: 0px;
	}
	
	.asHamburger .asHamburger-btn {
		height: auto;
	}
	
	.bar-chart .bar-group .bar:nth-child(2) {
		left: 50px;
	}
	
	.bar-chart .bar-group .bar:nth-child(3) {
		left: 100px;
	}
	
	.bar-chart .bar-group .bar:nth-child(4) {
		left: 150px;
	}
	
	.asElement:before {
		font-size: 1.3rem;
	}
	
	.asAgmDetail td {
		word-break: break-all;
	}
	
	.asAgmDetail .desktop {
		width: 40px;
	}
	
	.asSeparate {
		padding: 0 5px;
	}
	
	.uk-countdown-number {
		font-size: 2.5rem;
	}
}

@media screen and (max-width:1000px) and (orientation:landscape) {
body {
    overflow: hidden
}
.landscape {
    display: block;
    z-index: 9999;
    background-image: url(../../images/turnDevice.png);
    position: fixed;
    width: 100%;
    height: 100vh
}
}
