/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}

@charset "UTF-8";

@font-face {
    font-family: 'gabelisaregular';
    src: url('fonts/gabelisa_font_by_keithzo_7ntypes-webfont.woff2') format('woff2'),
         url('fonts/gabelisa_font_by_keithzo_7ntypes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
	font-family: 'Interface';
	src: url('fonts/dalton_maag_-_interface-webfont.eot');
	src: url('fonts/dalton_maag_-_interface-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/dalton_maag_-_interface-webfont.woff2') format('woff2'),
		 url('fonts/dalton_maag_-_interface-webfont.woff') format('woff'),
		 url('fonts/dalton_maag_-_interface-webfont.ttf') format('truetype'),
		 url('fonts/dalton_maag_-_interface-webfont.svg#interfaceregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'interfaceblack';
    src: url('fonts/dalton_maag_-_interface_black-webfont.eot');
    src: url('fonts/dalton_maag_-_interface_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dalton_maag_-_interface_black-webfont.woff2') format('woff2'),
         url('fonts/dalton_maag_-_interface_black-webfont.woff') format('woff'),
         url('fonts/dalton_maag_-_interface_black-webfont.ttf') format('truetype'),
         url('fonts/dalton_maag_-_interface_black-webfont.svg#interfaceblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	font: normal 13px / 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111111;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	text-shadow: none;
	background-color: #ffffff;
	border-color: transparent;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
	color: #343434;
}
/* General */
body {
	background-color: #ffffff;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #111111;
}
sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 1em;
}
strong {
	font-weight: bold;
}

/* General */
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
.full-width {
	height: 100%;
}
.floating-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999;
}
.floating-bar .wrapper {
	margin: 0 24px;
	position: relative;
}
.floating-bar .menu-center {
	text-align: center;
	padding: 24px 0px;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin-right: 100px;
}
.floating-bar .menu-center a {
	display: inline-block;
	margin: 0 0.8em;
	color: #341212;
	font-weight: bold;
	transition: all ease-in-out 200ms;
}
.floating-bar .menu-center a:hover {
	color: #e60a0a;
}
.floating-bar.scroll,
body:not(.home) .floating-bar {
}
.floating-bar .box {
	padding: 0px;
	position: relative;
}
.floating-bar .logo {
	float: right;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 100px;
	height: 68px;
	background: transparent url(../img/fn-logo.svg) center center no-repeat;
	background-size: contain;
	padding: 0px;
	transform: translate(-3vw, 5vh);
	transition: all 600ms;
}
.limit-width {
	max-width: 1100px;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
}
.box {
	max-width: 1100px;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.textbox {
	display: inline-block;
	width: 40%;
}
.floating-bar .icons {
	float: left;
	margin-left: 24px;
	transition: all 400ms;
}
.floating-bar .icons > a:not(.share):not(.modal-close) {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background-size: contain !important;
	margin: 15px 5px 15px 0;
	vertical-align: top;
	-webkit-transition: all .2s linear 0.1s;
	-moz-transition: all .2s linear 0.1s;
	-ms-transition: all .2s linear 0.1s;
	-o-transition: all .2s linear 0.1s;
	transition: all .2s linear 0.1s;
	box-sizing: border-box;
}
.floating-bar .icons > a:not(.share) .icon-label {
	line-height: 1em;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Interface';
}
.floating-bar .icons a.ebook:hover {
	width: 90px;
}
.floating-bar nav {
	float: left;
	background-color: #ffffff;
}
.menu-logo {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 0.4em;
	display: block;
	font-family: 'Interface';
}

#menuToggle {
  display: block;
  position: relative;
  padding: 28px 23px;
  z-index: 999;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
#menuToggle:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 66px;
	height: 64px;
	z-index: 14;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input{
  display: block;
  width: 66px;
  height: 64px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 20; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle > span:not(.icon-label) {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #222222;
  border-radius: 3px;
  z-index: 15;
  transform-origin: 2px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease;
}
#menuToggle > span:not(.icon-label):last-of-type {
	margin-bottom: 0px;
}
.floating-bar.scroll #menuToggle > span,
body:not(.home) .floating-bar #menuToggle > span {
}

#menuToggle > span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle > span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ div {
	transform: translate(0, 0);
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-4px, -10px);
}
#menuToggle input:checked ~ span:nth-child(2)
{
  transform: rotate(-45deg) translate(-3px, 8px);
}
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	transition: all 700ms;
	opacity: 0;
}
#menuToggle input:checked ~ .menu-overlay {
	width: 100%;
	opacity: 1;
}
#menu {
  position: absolute;
  box-sizing: border-box;
  padding: 5em 3em;
  width: 360px;
  margin: -36px 0px 0px;
  left: 0px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transform-origin: 0% 0%;
  transform: translate(-150%, 0);
  height: 100vh;
  overflow-y: auto;
  opacity: 1;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
  color: #fff;
}
.menu-bottom {
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 1em;
	text-transform: uppercase;
	position: absolute;
	bottom: 3em
}
.menu-bottom-address {
	font-size: 12px;
	line-height: 1.2em;
}
.menu-bottom .name {
	font-weight: bold;
	margin-bottom: 10px;
}
.menu-bottom .contact {
	margin-top: 1em;
}
.menu-bottom .contact a {
	text-decoration: underline;
	display: inline-block;
}
#menu * {
	color: #2B2C2B;
}

#menu li {
  padding: 0px;
  font-size: 18px;
}
#menu li a {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
	color: #E4377F;
}
#menu > ul > li {
	padding: 1em 0;
	display: block;
}
#menu > ul > li.active {
}
#menu > ul > li,
#menu > ul > li > a {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Interface';
	display: block;
	line-height: 1em;
}
#menu > ul > li.active > a {
	font-weight: bold;
}
/*
#menu > ul > li > a {
	margin-right: 20px;
	line-height: 1em;
	font-family: 'Gotham-Black';
}
*/
#menu > ul > li > ul > li > a,
#menu > ul > li > ul > li > ul > li > a {
	padding-left: 17px;
	text-indent: -17px;
}
#menu > ul > li > a > span {
	display: inline-block;
	vertical-align: middle;
}
#menu > ul > li > ul {
	padding-left: 25px;
	padding-top: 10px;
	display: none;
}
#menu > ul > li > ul > li > ul {
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#menu > ul > li > ul.show {
	display: block;
}
#menu > ul > li > ul li {
	margin: 6px 0px;
}
#menu li a.current {
	
}
#menu li a:hover {
	
}
#menu li a.current:before {
	
}
.icons.social-media > a {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 5px;
}
.icons.social-media > a.facebook {
	background-image: url(../img/icon-fb.svg);
}
.icons.social-media > a.twitter {
	background-image: url(../img/icon-twitter.svg);
}
.icons.social-media > a.linkedin {
	background-image: url(../img/icon-in.svg);
}

.icons.social-media.white > a.facebook,
.icons.social-media > a.facebook:hover {
	background-image: url(../img/icon-fb-white.svg);
}
.icons.social-media.white > a.twitter,
.icons.social-media > a.twitter:hover {
	background-image: url(../img/icon-twitter-white.svg);
}
.icons.social-media.white > a.linkedin,
.icons.social-media > a.linkedin:hover {
	background-image: url(../img/icon-in-white.svg);
}

.icons.social-media > a > img {
	width: 25px;
	height: 25px;
	display: inline-block;
}

.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8 {
	overflow: hidden;
}

.s1 {
	position: relative;
	overflow: hidden;
}
.s1 .textbox {
	position: absolute;
	top: 60%;
}
.s1 .textbox .t1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.5em;
}
.s1 .textbox .highlight-text {
	text-transform: uppercase;
	font-size: 36px;
	background-color: #111111;
	color: #ffffff;
	padding: 0.2em 1em 0.2em 0.2em;
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
}
.action {
	margin: 1em 0 0 0;
}
.action a {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.action.yellow a {
	color: #FFC80B;
}
.action a span.arrow {
	display: inline-block;
	height: 12px;
	width: 80px;
	vertical-align: middle;
	overflow: hidden;
}
.action a span.arrow:after {
	content: ' ';
	display: block;
	height: 12px;
	width: 80px;
	background: transparent url(../img/more.svg) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	animation-name: morearrow;
    animation-duration: 1500ms;
    -webkit-animation-name: morearrow;
    -webkit-animation-duration: 1500ms;
    -moz-animation-name: morearrow;
    -moz-animation-duration: 1500ms;
    animation-iteration-count: infinite;
}
.action.yellow a span.arrow:after {
	background-image: url(../img/more-yellow.svg);
}
.video-intro {
	width: auto;
	height: 100vh;
	max-width: 744px;
	margin: 5vh auto 0;
	display: block;
}
.video-intro video {
	width: 100%;
	height: auto;
	max-height: 100%;
}
h1, h2, h3 {
	letter-spacing: 0.01em;
}

.box .title, .section .title {
	font-size: 5vh;
	line-height: 1.2em;
	font-family: 'gabelisaregular';	
}
.box .content, .section .content {
	
}
.box .content .heading,
.section .content .heading {
	font-weight: bold;
	margin-bottom: 1em;
}
.box .content .text,
.section .content .text {
	font-size: 13px;
	line-height: 1.4em;
	text-align: justify;
}
.box .content .text p,
.section .content .text p {
	margin-bottom: 1em;
	text-align: justify;
}
.box .content .text p.signature,
.section .content .text p.signature {
	text-align: left;
}
.box .content .sign,
.section .content .sign {
	font-size: 13px;
	margin-top: 1.4em;
	line-height: 1.4em;
	font-style: italic;
}
.box .content .actions,
.section .content .actions {
	
}
.box .content .actions a,
.section .content .actions a {
	
}
.content .actions a.btn {
	border-radius: 30px;
	display: inline-block;
	padding: 0.6em 1.5em 0.6em 1.5em;
	color: #008EC1;
	background-color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16px;
	font-family: 'Arial Narrow', Arial, sans-serif;	
	transition: all 300ms;
}
.content .actions a.btn:hover {
	transform: scale(1.1);
}
.box .content .actions .sub-actions,
.section .content .actions .sub-actions {
	margin-top: 1em;
}
.box .content .actions .sub-actions a,
.section .content .actions .sub-actions a {
	border-radius: 30px;
	display: inline-block;
	color: #008EC1;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	padding: 0.6em 1em;
	margin-right: 0.5em;
}
.content .actions a.icon {
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	color: #008EC1;
	background-color: #ffffff;
	font-size: 13px;
	width: 16px;
	line-height: 16px;
	padding: 0.6em;
	margin-right: 0.5em;
	text-align: center;
}
.sub-actions .languages.active {
	display: inline-block;
}
.sub-actions .languages:not(.active) {
	display: none;
}
/* .sub-actions:hover .languages {
	display: inline-block;
}
.sub-actions:not(:hover) .languages {
	display: none;
} */
.content .actions a.icon:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url(../img/icon-download.svg) center center no-repeat;
	background-size: contain;
}
.box .content .actions .sub-actions a:before,
.section .content .actions .sub-actions a:before {
	
}
.section .next-cover {
	background-size: 100% auto;
	height: 30vh;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
.section .content .title {
	width: 70%;
	margin-bottom: 2vh;
}

.s2 {
	color: #ffffff;
	background-image: url(../img/bg-chairman3.jpg);
	background-color: #b45076;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 2;
	position: relative;
}
.s2 .title {
	transform: translateX(-30%);
}
.s2 .box {
	padding-top: 18vh;
}
.s2 .hero {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.s2 .hero .human {
	height: 100%;
	width: auto;
	overflow: hidden;
	background-image: url(../img/hero-chairman.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.s2 .hero .human img {
	display: block;
	width: auto;
	height: 100%;
}
.s2 .slide-box {
	
}

.s3 {
	color: #343434;
	background: transparent url(../img/bg-ceo.jpg) left bottom no-repeat;
	background-size: auto 100%;
	position: relative;
	z-index: 3;
}
.s3 .hero {
	position: absolute;
	right: 2vw;
	width: auto;
	height: 80vh;
	margin-top: 3vh;
	max-height: 600px;
}
.s3 .hero .human {
	height: 100%;
    width: auto;
	overflow: hidden;
}
.s3 .hero .human img {
	display: block;
    width: auto;
    height: 100%;
}
.s3 .title {
	color: #008EC0;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 0;
}
.s3 .content {
}
.s3 .content .actions a {
	
}
.s3 .slide-box .col.left {
	transform: translateY(10%);
}
.s3 .slide-box .col.left .subject {
	height: 100%;
	width: 100%;
	background-image: url(../img/hero-ceo3.png);
	background-size: auto 110%;
	background-repeat: no-repeat;
	background-position: center top;
}

.s4 {
	color: #111111;
	background-color: #86e3f6;
	position: relative;
	z-index: 4;
}
.s4 .box {
	max-width: 90%;
}
.s4 .textbox {
	
}
.s4 .title {
	color: #ffffff;
}
.s4 .slide-box .col.left {
	background-image: url(../img/hero-glance.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s4.section .content .title {
	max-width: 40%;
}
.s4 .slide-box .col .content-box-cell .content {
	max-width: 65%;
	padding-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}

.highlight-note {
	text-align: left;
	font-size: 10px;
	white-space: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.highlight-note.hide {
	display: none;
}
.highlight-box {
	width: 65vw;
	max-width: 100%;
}
.highlight-carousel {
	
}
.highlight-carousel .action {
	position: absolute;
	left: 140px;
	bottom: -25px;
}
.highlight-slick {
	width: 100%;
}
.slick-dots {
	text-align: left;
	display: none;
}
.highlight .glance-box, .glance-box {
	position: relative;
}
.highlight img {
	display: block;
}
.highlight img.icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25%;
}
.highlight .glance-01 img.icon {
	width: 32%;
	left: 8%;	
}
.highlight .glance-02 img.icon {
	width: 40%;
	left: 32%;	
}
.highlight .glance-04 img.icon {
	left: 51%;
	top: 5%;
}
.highlight .glance-06 img.icon {
	left: 61%;
	top: 31%;
	width: 24%;
}
.slick-dots li {
	margin: 0px 2px;
}
.slick-dots li button:before {
	font-size: 10px;
}
.highlight-carousel .slick-prev {
	left: 0px;
	top: calc(100% + 40px);
	width: 64px;
	height: 49px;
}
.highlight-carousel .slick-next {
	right: 0px;
	top: 100%;
	top: calc(100% + 40px);
	width: 64px;
	height: 49px;
}
.highlight-carousel .slick-prev:before {
	width: 64px;
	height: 49px;
	background: transparent url(../img/icon-back.svg) center top no-repeat;
	background-size: contain;
	display: inline-block;
	content: '';
}
.highlight-carousel .slick-next:before {
	width: 64px;
	height: 49px;
	background: transparent url(../img/icon-next.svg) center top no-repeat;
	background-size: contain;
	display: inline-block;
	content: '';
}
.highlight-slick {
	overflow: visible;
	padding: 0;
	border: 12px solid #ffffff;
	background-color: #525655;
}
.highlight-arrows {
	text-align: center;
}
.highlight-arrows {
	margin-top: 1em;
}
.highlight-arrows a {
	display: inline-block;
	width: 48px;
}
.s4 .limit-width {
	z-index: 5;
}


.s5 {
	color: #111111;
	background-color: #ffffff;
	background-size: 100% auto;
	position: relative;
	z-index: 5;
	color: #343434;
	background: transparent url(../img/bg-highlights.jpg) left bottom no-repeat;
	background-size: auto 100%;
	position: relative;
	z-index: 3;
}
.s5 .box {
	max-width: 1100px;
	padding-bottom: 10vw;
}
.s5 .title {
	margin-bottom: 1em;
}
.s5 .slide-box .col.left {
	width: 35%;
}
.s5 .slide-box .col.right {
	width: 64%;	
}
.s5 .actions {
	padding-right: 2em;
}
.s5 .slide-box .col .content-box-cell .content {
	max-width: 90%;
}
.stickies {
	text-align: center;
}
.stickies .sticky {
	width: 46%;
	height: 26vh;
	display: inline-block;
	position: relative;
	transition: all 400ms;
	background: transparent url(../img/bg-sticky.svg) center top no-repeat;
	background-size: 100% 100%;
	color: #2B2C2B;
	text-align: left;
	box-sizing: border-box;
	padding: 1em 2em 0em 2.6em;
	vertical-align: top;
	font-size: 2vh;
	margin-bottom: 1em;
	margin-right: 1em;
}
.stickies .sticky.alt {
	
}
.stickies .sticky:hover {
	transform: scale(1.05);
}

.stickies .sticky .sticky-label {
	font-size: 1.4em;
	height: auto;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1em;
	white-space: nowrap;
}
.stickies .sticky .sticky-label .sub {
	display: block;
	color: #222222;
	font-size: 0.7em;
	text-transform: none;
}
.stickies .sticky .sticky-num {
	color: #87B438;
	line-height: 1.4em;
	font-weight: bold;
}
.stickies .sticky .sticky-num .sticky-pre {
	white-space: nowrap;
	font-size: 5.5vh;
	line-height: 1em;
}
.stickies .sticky .sticky-num .num,
.stickies .sticky .sticky-num .curr {
	
}
.stickies .sticky .sticky-num .unit { 
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	color: #2B2C2B;
}
.stickies .sticky .sticky-num .num.bignum {
	font-size: 1.4em;
	line-height: 1.2em;
}
.stickies .sticky .sticky-num .unit.sen { 
	display: inline-block;
	font-size: 0.5em;
	margin-top: 0;
}
.s5 .custom-actions {
	margin-top: 3em;
}
.s5 .baby-action {
	z-index: 10;
}
.s5 .baby {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 33%;
	height: auto;
}
.s5 .baby img {
	display: block;
}

.s6 {
	color: #343434;
	background-image: url(../img/bg-sustain2.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E4EED8;
	position: relative;
	z-index: 6;
	height: 80vh;
	min-height: 540px;
}
.s6 .slide-box .col.left {
	width: 55%;
}
.s6 .slide-box .col.right {
	width: 39%;
}
.s6 .hero {
	position: absolute;
	left: 54%;
    width: 55%;
    top: 21%;
}
.s6 .hero .human {
	width: 100%;
	overflow: hidden;
}
.s6 .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.s6 .slide-box .col .content-box-cell .content {
	padding-bottom: 36px;
}
.s6.section .content .title {
	width: 80%;
	margin-bottom: 0px;
	transform: translateX(-20%);
}
.s6 .content {
	
}
.actions.right {
	text-align: right;
}
.actions .main-actions.secondary {
	margin-top: 1em;
	margin-bottom: 1em;
}
.actions .main-actions.secondary a {
	color: #343434;
	border: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	vertical-align: middle;
}
.actions .main-actions.secondary a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: #0000 url(../img/icon-bullet.svg?v2) center center no-repeat;
	float: left;
	background-size: contain;
	margin-right: 0.8em;
}

.s7 {
}
.s7 .title {
	margin-bottom: 1em;
}
.s7 .limit-width {
	max-width: 1600px;
}
.s7 .hero {
}
.s7 .hero .human {
	width: auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.s7 .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.s7 .hero .human .splash-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0px;
}
.s7 .title {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1em;
	color: #2B2C2B;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.s7 .content {
	
}
.s7 .content .download-action {
	margin-top: 0.5em;
}
.s7 .content .download-action a {
	border: 2px solid #008EC1;
	color: #008EC1;
	border-radius: 16px;
	display: inline-block;
	padding: 0.5em 1.5em 0.5em 1em;
	margin-bottom: 0.5em;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: -2.0em;
    padding-left: 3.3em;
    line-height: 1.2em;
	font-family: 'Arial Narrow', Arial, sans-serif;
	min-width: 64px;
}
.s7 .content .download-action a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: transparent url(../img/icon-download-s.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
	margin-top: -0.1em;
}
.download-list {
	text-align: left;
}
.download-item {
	margin-bottom: 1em;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.download-item:last-of-type {
	margin-bottom: 0px;
}
.download-item.full {
	display: block;
	width: auto;
}
.download-item.full.agm {
	max-width: 443px;
}
.download-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	position: relative;
	text-transform: uppercase;
}
.s7 .next-cover {
	background: transparent url(../img/bg-download2.png) center top/100% auto no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	height: 8vw;
}



.s8 {
	color: #ffffff;
	background-color: #D33276;
	position: relative;
	z-index: 8;
}
.s8 .title {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1em;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.s8 .limit-width {
	padding-top: 4em;
	max-width: 90%;
}
.s8 .title {
	color: #ffffff;
	text-align: left;
	text-transform: none;
}
.s8 .content {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 24px 0px 36px;
	background-image: none;
	color: #ffffff;
	text-align: center;
}
.s8 .content .download-item {
	width: 12%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.5%;
	
}
.s8 .content .download-item .download-cover {
	
}
.s8 .content .download-item .download-cover img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.s8 .content .download-item .download-action {
	margin-top: 1em;
}
.s8 .content .download-item .download-action a {
	text-align: center;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	display: block;
	color: #ffffff;
	font-size: 0.9vw;
}




.footer-menu {
	background: #00B3E0;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	font-family: 'Arial Narrow', Arial, sans-serif;
}
.footer-menu ul {
	list-style: none;
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	vertical-align: middle;
}
.footer-menu ul li a, .footer-menu ul li a:visited {
	color: #ffffff;
	font-size: 12px;
}
.footer-menu ul li:not(:last-of-type):after {
	content: ' ';
	display: inline-block;
	height: 12px;
	margin: 0 1em;
	vertical-align: middle;
}
.footer-menu ul li a strong {

}
.terms {
	background: #03A3CB;
	text-align: center;
	padding: 10px;
	font-family: 'Arial Narrow', Arial, sans-serif;
}
.terms ul {
	list-style: none;
	text-align: center;
}
.terms ul li {
	display: inline-block;
	vertical-align: middle;
}
.terms ul li {
	color: #ffffff;
}
.terms ul li a {
	color: #ffffff;
}
.terms ul li:not(:last-of-type):after {
	content: ' ';
	display: inline-block;
	height: 10px;
	margin: 0 1em;
	vertical-align: middle;
}
.s3 .scroll-down.white {
	bottom: auto;
	top: 30%;
	right: 0%;
}
.s3 .scroll-down.white .label {
	color: #ffffff;
}
.download-action.action a span.arrow {
	height: 12px;
	width: 40px;
}
.download-action.action a span.arrow:after {
	height: 12px;
	width: 40px;
}
.mobile-share {
	width: 160px;
	margin-bottom: 2em;
}
.mobile-static {
	display: none;
}
.temp-inside img {
	display: block;
	width: 100%;
	height: auto;
}
body.inside .floating-bar {
	background-color: #FFC80B;
	top: 0px;
	padding: 5px 0px;
}
.floating-bar .icons {
	float: left;
	margin-left: 24px;
	transition: all 400ms;
}
.floating-bar .icons > a:not(.share) {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-size: contain !important;
	margin: 0;
	vertical-align: top;
	-webkit-transition: all .2s linear 0.1s;
    -moz-transition: all .2s linear 0.1s;
    -ms-transition: all .2s linear 0.1s;
    -o-transition: all .2s linear 0.1s;
    transition: all .2s linear 0.1s;
    box-sizing: border-box;
}
.floating-bar .icons > a:not(.share) .icon-label {
	line-height: 1em;
	color: #ffffff;
	font-size: 14px;
}
.floating-bar .icons a.download {
	background: transparent url(../img/icon-download.svg) center center no-repeat;
}
.floating-bar .icons .share-menu {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 40px 40px !important;
	margin: 0;
	position: relative;
	vertical-align: top;
}
.floating-bar .icons .share-menu .share {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 40px 40px !important;
	background: transparent url(../img/icon-share.svg) center center no-repeat;
}
.share-menu-drop {
	position: absolute;
    right: -10px;
    opacity: 1;
    top: 20px;
    z-index: 9999;
}
.share-menu-drop {
	display: none;
	padding-top: 10px;
}
.share-menu.show {
	height: auto;
}
.share-menu.show .share-menu-drop {
	display: block;
}
.share-menu-drop a {
	cursor: pointer;
	color: #ffffff;
	display: block;
	width: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 40% !important;
	background: #999999 url(../img/icon-facebook.svg) center center no-repeat;
	margin: 5px 0px;
}
.share-menu-drop a.fb {
	background-image: url(../img/icon-facebook.svg) !important;
	background-size: 26% !important;
}
.share-menu-drop a.tw {
	background-image: url(../img/icon-twitter.svg) !important;
}
.share-menu-drop a.li {
	background-image: url(../img/icon-linkedin.svg) !important;
}
.floating-bar .icons a.ebook {
	background: transparent url(../img/icon-ebook.svg) center center no-repeat;
}
.floating-bar .icons a {
	color: #f05a22;
}
.floating-bar nav {
	float: left;
}
.product-video {
	margin: auto;
	position: absolute;
	display: block;
	z-index: 1;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fp-section {
	border-left: 66px solid #ffffff;
}
.main-actions {
	display: inline-block;
}
.sub-actions {
	display: inline-block;
	margin-left: 1.2em;
}
.custom-actions {
	text-align: center;
}
.custom-actions a {
	border: 2px solid #ffffff;
	border-radius: 30px;
	display: inline-block;
	padding: 0.8em 1.5em 0.8em 1em;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
.custom-actions .main-actions a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: transparent url(../img/icon-chevron.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
	float: left;
}
.dark.custom-actions a {
	color: #343434;
	border-color: #343434;
}
.custom-actions.dark .main-actions a:before {
	background: transparent url(../img/icon-chevron-black.svg) center center no-repeat;
	float: left;
}

/*
@media screen and (max-width: 768px) {
	.s1, .s2, .s3, .s4, .s5, .s7, body.home footer {
		display: none;
	}
	.mobile-static {
		display: block;
	}
	.mobile-static img {
		display: block;
		width: 100%;
	}
	.floating-bar {
		background-color: #FFC80B;
		top: 0px;
		padding: 5px 0px;
	}
}
*/
.debug {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	background-color: red;
	color: #ffffff;
	padding: 0.5em 1em;
	font-size: 12px;
}
.debug-viewport {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	background-color: red;
	color: #ffffff;
	padding: 0.5em 1em;
	font-size: 12px;
}
.other-download-list {
	padding: 1em 0;
	display: none;
	transition: all ease-in-out 300ms;
}
.other-download-list ul {
	
}
.other-download-list ul li {
	margin-bottom: 0.2em;
}
.other-download-list ul li a {
    color: #842675;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: middle;
    background: transparent url(../img/icon-download-s-purple.png) 0px 1px no-repeat;
    background-size: 16px 16px;
}
/*
.other-download-list ul li a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: transparent url(../img/icon-download-s-purple.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
}
*/
.other-download {
	cursor: pointer;
}
.other-download.active .other-download-list {
	display: block;
}
.other-download .download-title span:after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: transparent url(../img/icon-download-more.svg) center center no-repeat;
	background-size: contain;
	margin-left: 0.2em;
	transition: all ease-in-out 300ms;
}
.other-download.active .download-title span:after {
	transform: rotateZ(90deg);
}
.content-list {
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	height: 0px;
	overflow: hidden;
	transition: all ease-in-out 300ms;
	width: 12vw;
	transform: translateX(-1em);
}
.content-list ul {
	padding: 1em 0;
}
.content-list ul {
	list-style: disc;
	margin-left: 2em;
}
.content-list ul li {
	line-height: 1.4em;
}
.toggle-content-list {
	cursor: pointer;
	transition: all ease-in-out 300ms;
}
/* .toggle-content-list:after {
	content: ' ';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent url(../img/icon-download-more-white.svg) center center no-repeat;
	background-size: contain;
	margin-left: 0.2em;
	transition: all ease-in-out 300ms;
}
.toggle-content-list.active:after {
	transform: rotateZ(90deg);
} */
.toggle-content-list.active + .content-list {
	height: auto;
}
.menu-center a.placeholder {
	display: none;
	cursor: pointer;
}

/* Inner */
.inner {
	padding-top: 64px;
	padding-bottom: 0em;
	position: relative;
	border-left: 66px solid #ffffff;
}
.inner:before {
	content: ' ';
	display: block;
	width: 66px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
.inner-header {
	position: fixed;
	width: 100%;
}
.masthead {
	display: inline-block;
	width: 36%;
	margin-right: 2%;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.masthead img.placeholder {
	display: block;
	width: 100%;
	height: auto;
}
.header-content {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.back-action {
	margin-top: 2vw;
	text-align: left;
}
.back-action a {
	border: 2px solid #343434;
	border-radius: 30px;
	display: inline-block;
	padding: 0.6em 1.5em 0.6em 1em;
	color: #343434;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1em;
}
.back-action a:before {
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: transparent url(../img/icon-back-btn.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
	line-height: 1em;
}
.header-content h1 {
	color: #654C99;
	font-family: 'gabelisaregular';
	text-transform: none;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 2vw;
	margin-top: 2vw;
}
.header-content .who {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2vw;
}
.header-content .position {
	padding: 0.5em 3em;
	border: 1px solid #343434;
	display: inline-block;
	font-size: 13px;
	position: relative;
}
.header-content .position:before {
	content: ' ';
	display: block;
	position: absolute;
	right: 100%;
	width: 100%;
	height: 1px;
	background-color: #343434;
	top: 50%;
}
.inner-content {
	padding-left: 40%;
	padding-right: 10%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.inner-content .col-side {
	width: 30%;
	display: inline-block;
	vertical-align: top;	
}
.inner-content .col-main {
	width: 69%;
	display: inline-block;
	vertical-align: top;
}
.inner-content .dear {
	background-color: #815FA9;
	color: #ffffff;
	padding: 3em;
}
.inner-content .dear .to {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.inner-content .text {
	padding: 36px;
	overflow: hidden;
	border-left: 1px solid #ffffff;
}
.inner-content .title {
	border-left: 0px;
	padding: 0px 0px 2em;
}
.inner-content .title img {
	max-height: 25vh;
	max-width: 90%;
}
.inner-content .text p {
	margin-bottom: 1.5em;
	color: #434243;
	line-height: 1.40em;
	text-align: justify;
	font-family: 'Interface';
	font-size: 15px;
}
.inner-content .text strong,
.inner-content .text b {
	font-family: 'Interface_Bold';
}
.inner-content .text p.to {
	font-weight: bold;
	font-family: 'Interface_Bold';
}
.inner-content.white .text p, .inner-content.white .text li {
	color: #ffffff;
}
.inner-content .text h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 1.5em 0 1em;
	line-height: 1.3em;
}
.inner-content .text h3 {
	color: #414041;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0 1em;
	line-height: 1.3em;
}
.inner-content > .inner-content-row:first-of-type .text {
	padding-bottom: 0px;
}
.inner-content > .inner-content-row:not(:first-of-type) .text {
	padding-bottom: 0px;
}
.inner-content > .inner-content-row:not(.first):not(:first-of-type) .text {
	padding-top: 0px;
}
.inner-content > .inner-content-row:last-of-type .text {
	
}
.inner.sustain-summary .inner-content .text {
	padding: 0;
	border: 0px;
	margin: 0px 10px 1em;
}
.side-quote {
	
}
.side-quote .quote-box {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0 2em 0 0;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
}
.side-quote .quote-box p:last-of-type {
	margin-bottom: 0px;
}
.side-quote .quote-box:before {
	content: ' ';
	display: block;
	height: 2em;
	width: 2em;
	background: transparent url(../img/icon-open-quote.svg) center center/contain no-repeat;
	margin-bottom: 0.5em;
}
.side-quote .quote-box:after {
	content: ' ';
	display: block;
	margin-left: auto;
	height: 2em;
	width: 2em;
	background: transparent url(../img/icon-close-quote.svg) center center/contain no-repeat;
	margin-bottom: 0.5em;
}
.side-quote .quote-box strong {
	color: #2B2C2B;
}
.side-quote .quote-box .divider {
	font-size: 24px;
	font-weight: bold;
	margin: 1em 0;
}
.col-side .link-note {
	max-width: 80%;
	margin: 0 auto;
	font-size: 11px;
}
.col-side .page-chairman-chart-1,
.col-side .page-chairman-chart-2,
.col-side .page-chairman-chart-3 {
	margin: 2em;
}
.col-side .page-chairman-chart-1 img,
.col-side .page-chairman-chart-2 img,
.col-side .page-chairman-chart-3 img {
	display: block;
	width: 70%;
	margin: 0 auto;
}
/* Chairman Page */
.inner.chairman .hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner.chairman .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.chairman .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.chairman .header-content {
	max-width: 400px;
}

.inner.chairman .inner-content {
	
}
.inner.chairman .inner-content .col-main {
	width: auto;
}
.side-table {
	
}
.side-table-wrap {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
}
.side-table .table-header {
	background-color: #DDD5EA;	
	border: 2px solid #825FA8;
	text-transform: uppercase;
	font-weight: bold;
	color: #222222;
	padding: 0.1em 1em;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 1em;
	position: relative;
}
.side-table .table-header:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	height: 1.2em;
	top: 100%;
	border-left: 2px solid #825FA8;
}
.side-table .table-content {
	box-sizing: border-box;
	border: 2px solid #825FA8;
	padding: 1em;
	font-size: 12px;
}
.side-table .table-content .quote {
	font-weight: bold;
	font-size: 15px;
	text-align: justify;
	color: #845AAE;
	margin-bottom: 1em;
}
.side-table .table-content .standard p {
	margin-bottom: 1em;
}
.side-table .table-content .standard ul {
	list-style: disc;
	margin-left: 2em;
}
.side-table .table-content .standard ul li {
	margin-bottom: 1em;
}
.text .side-table {
	margin-bottom: 2em;
}


.refer-report {
	display: table;
}
.text .refer-report {
	margin-bottom: 2em;
}
.refer-report .row {
	display: table-row;
}
.refer-report .row .cell-icon,
.refer-report .row .cell-action {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
	vertical-align: top;
}
.refer-report .row .cell-action {
	cursor: pointer;
}
.col-side > .refer-report .row .cell-action {
	
}
.refer-report .row .cell-icon {
	padding-right: 10px;
	padding-top: 5px;
}
.refer-report .row .cell-icon img {
	display: block;
	max-width: 36px;
}

/* CEO Page */
body.ceo {
	color: #ffffff;
	background-color: #e6ad38;
	position: relative;
	z-index: 3;
}
.inner.ceo .inner-content {
	padding-left: 30%;
	padding-right: 10%;
}
.inner.ceo .inner-header {
	margin-bottom: 0px;
}
.inner.ceo .inner-content {
}
.inner.ceo .hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner.ceo .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.ceo .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.ceo .header-content {
	text-align: right;
}
.inner.ceo .header-content h1 {
	color: #0097D2;
}
.inner.ceo .header-content .position:before {
	right: auto;
	left: 100%;
} 
.inner.ceo .back-action {
	padding-left: 5vw;
}
.inner.ceo .inner-content .dear {
	background-color: #008DC5;
}
.inner.ceo .inner-content .text {
}
.inner.ceo .masthead {
	width: 26%;
}
.inner.joint .inner-content .dear {
	background-color: transparent;
	color: #434243;
	padding: 0;
}
.inner.joint .inner-content .dear .to {
	border-color: #007CB9;
	color: #007CB9;
}
.inner.joint .inner-content .text {
	padding-top: 0px;
}
.inner.ceo .inner-content .col-side {
	width: 23%;
}
.inner.ceo .inner-content .col-main {
	width: 76%;
}

.side-quote.blue .quote-box {
	background-color: #C8DFF0;
}
.side-quote.blue .quote-box:before {
	background-image: url(../img/quote-dog-ear-blue.svg);
}
.side-quote.blue .quote-box:after {
	background-color: #008CCA;
}
.side-table.blue .table-header {
	border-color: #008DC4;
	background-color: #5CAED7;
	color: #ffffff;
}
.side-table.blue .table-content {
	border-color: #008DC4;
	background-color: #C7DEEE;
}
.col-main .side-table .side-table-wrap {
	width: 100%;
}
.col-main .side-table.blue2 .table-content {
	background-color: #ffffff;
	border-color: #008DC4;
}
.col-main .side-table.blue .table-header:after,
.col-main .side-table.blue2 .table-header:after {
	border-color: #008DC4;
}
.col-main .side-table.blue2 .table-header {
	color: #343434;
	background-color: #C7DEEE;
	border-color: #008DC4;
}

/* Glance page */
.inner.glance .hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner.glance .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.glance .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.glance .hero .human .splash-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 0px;
	background: transparent url(../img/header-glance-splash.png) bottom center no-repeat;	
	background-size: contain;
}
.inner.glance .back-action {
	padding-left: 5vw;
}
.inner.glance .header-content h1 {
	color: #ffffff;
}
body.glance {
	background-color: #00BFD3;
}
.inner.glance .header-content {
	text-align: right;
	width: 66%;
}
.inner.glance .back-action a {
	border-color: #ffffff;
	color: #ffffff;
}
.inner.glance .back-action a:before {
	background-image: url(../img/icon-chevron-back-white.svg);
	float: left;
}
.inner.glance .masthead {
	margin-right: 0px;
	width: 41%;
}
.inner.glance .inner-header {
	white-space: nowrap;
}
.inner.glance .chart-main {
	width: 69%;
	text-align: center;
}
.inner.glance .chart-main .chart-item {
	width: 48%;
	display: inline-block;
}
.inner.glance .inner-content {
	margin-top: 0px;
}
.inner.glance .chart-sub {
	width: 69%;
	text-align: center;
	position: relative;
}
.inner.glance .chart-sub .chart-item {
	width: 32.5%;
	display: inline-block;
}
.inner.glance {
	background-image: url(../img/page-glance-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 35% auto;
	background-attachment: fixed;
}
.inner.glance .bg-splash {
	background: transparent url(../img/header-glance-splash.png) right top no-repeat;
	background-size: 38% auto;
	background-attachment: fixed;
}

/* Financial */
body.financial {
	background-image: url(../img/bg-inner-financial.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: fixed;
	background-color: #e6ad38;
	position: relative;
	z-index: 3;
}
body.financial .inner-content .col-main {
	width: 100%;
}
.inner.financial {	
}
.inner.financial .hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner.financial .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.financial .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.financial .hero .human .splash-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 0px;
	background: transparent url(../img/chairman-splash-1.png) bottom center no-repeat;	
	background-size: contain;
}
.inner.financial .header-content {
	max-width: none;
	width: 67%;
}
.inner.financial .header-content h1 {
	color: #835AAF;
}
.inner.financial .masthead {
	width: 30%;
}
.inner.financial .stickies {
}
.financial-table {
	width: 90%;
	margin: 1em auto 5em;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.financial-table .fb {
	width: 48%;
	box-sizing: border-box;
}
.financial-table .fb.full {
	width: 100%;
}
.fb .flag {
	text-align: center;
}
.fb .heading {
	font-size: 16px;
	background-color: #2495AB;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 1em;
	margin: 1em 0;
}
.fb.th .heading {
	background-color: #5AB474;
}

.fb .data-box {
	padding: 1em;
	text-align: center;
	margin: 1em auto;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: #333333;
	width: 120px;
	height: 120px;
	line-height: 100px;
}
.fb.my .data-box { 
	background-color: #FD9800;
}
.fb.th .data-box { 
	background-color: #1E4B84;
}
.fb .data-box .data-box-table {
	display: table;
	width: 100%;
	height: 100%;
}
.fb .data-box .data-box-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.fb .data-box .what {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1em;
}
.fb .data-box .number {
	line-height: 1em;
}
.fb .counter {
	font-family: 'Interface_Bold';
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	line-height: 1em;
}
.fb .unit {
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	color: #ffffff;
}
.fb.th .counter, .fb.th .unit {
	color: #ffffff;
}
.financial-table .fb-heading {
	margin: 0 0 1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-color: #D2E4EC;
	border: 1px solid #1E82B0;
	padding: 0.5em 1em;
	width: 100%;
	box-sizing: border-box;
}
.financial-table .pie-chart {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}
.financial-table .pie-chart-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.financial-table .can {
	padding-top: 4em;
	background-image: url(../img/bg-can-frame.svg);
	background-size: 100% 100%;
	margin-top: 5em;
	padding-bottom: 3em;
}
.financial-table .can .flag img {
	border-radius: 50%;
	width: 30%;
	display: block;
	margin-left: 20%;
}
.financial-table .can .heading {
	background-color: #ffffff;
	font-size: 13px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.financial-table .can.my .heading {
	color: #FD9800;
}
.financial-table .can.th .heading {
	color: #1E4B84;
}
/* Joint Message Page */
body.sustain-joint {
	background-color: #FFEFD8;
}
.inner.joint .inner-content {
	padding-left: 37%;
	padding-top: 64px;
}
.inner.joint .inner-content .text {
	border: 0px;
}
.inner.joint {
	padding-top: 0px;
}
.inner.joint .hero {
	width: 100%;
	height: 100%;
}
.inner.joint .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.joint .inner-content .col-main {
	width: 100%;
}
.inner.joint .masthead {
	width: 35%;
	margin-right: 0px;
	float: left;
}
.inner.joint .header-content h1 {
	color: #57C376;
	margin-left: 36px;
}
.inner.joint .header-content .back-action {
	margin-left: 36px;
}
.inner.joint .header-content .dear {
	padding: 36px 36px 0;
}
.inner.joint .header-content .dear .to {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #3F3D3F;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.joint-title {
	position: absolute;
	bottom: 0%;
	padding: 2em 0;
	text-align: center;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(48%, rgba(0,0,0,0.52)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,1) 100%);
}
.joint-title .who-title {
	display: inline-block;
	width: 46%;
	margin: 0 1%;
	vertical-align: top;
	max-width: 210px;
}
.joint-title .who-title .position {
	border: 1px solid #ffffff;
	padding: 0.2em 1em;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}
.joint-title .who-title .name {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 1.3em;
}
.inner.joint .inner-header {
	overflow: hidden;
	display: flex;
	margin-bottom: 3em;
}
.inner.joint .inner-content {
	margin-top: 0px;
}
.inner.joint .header-content .dear p {
	margin-bottom: 1em;
}
.inner.joint blockquote {
	background-color: #5FBF7B;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4vw;
	line-height: 1.4em;
	padding: 2em 4em;
	text-indent: -36px;
}
.inner.joint blockquote:before {
	content: ' ';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: transparent url(../img/icon-open-quote.svg) center center/contain no-repeat;
	margin-top: -1em;
}
.inner.joint blockquote:after {
	content: ' ';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: transparent url(../img/icon-close-quote.svg) center center/contain no-repeat;
	margin-bottom: -1em;
}

.col-main .text ul {
	list-style: disc;
	margin-left: 2em;
}
.col-main .text ul li {
	margin-bottom: 1em;
	color: #434243;
}


.side-quote.white .quote-box {
	background-color: #ffffff;
}
.side-quote.white .quote-box:before {
	background-image: url(../img/quote-dog-ear-white.svg);
}
.side-quote.white .quote-box:after {
	background-color: #ffffff;
	border: 1px solid #333333;
}
.joint-gallery-box {
	margin-bottom: 2em;
	position: relative;
}
.joint-gallery-box .nav {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-bottom: 2em;
}
.joint-gallery-box .nav > span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 0.5em;
	background: transparent url(../img/icon-chevron.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.joint-gallery-box .nav > span.prev {
	background-image: url(../img/icon-chevron-back-white.svg);
}

/* 2019 Facts at a Glance */
body.sustain-glance {
	background-image: url(../img/bg-inner-sustain-glance.png);
	background-position: center top;
	background-repeat: repeat;
}
.inner.sustain-glance .inner-content {
	padding-left: 36px;
	padding-right: 36px;
	max-width: 1100px;
}
.inner.sustain-glance {
}
.chart-sustain-glance {
	transform: translateX(-5%);
	width: 80%;
	margin: 2em auto 0;
}
.sustain-glance-table {
	padding-bottom: 5em;
}
.sustain-glance-table .divider {
	width: 100%;
	border-bottom: 2px solid #03A3CB;
}
.sustain-glance-table .divider-dot {
	width: 100%;
	border-bottom: 2px dotted #aaa;
	margin: 2em 0;
}
.sustain-glance-table .no-padding {
	padding: 0px;
}
.sustain-glance-table .no-margin,
.sustain-glance-table .divider-dot.no-margin {
	margin: 0px;
}

.gcol .counter {
	font-family: 'interfaceblack';
	font-weight: bold;
	color: #0ebcd4;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	line-height: 1em;
	display: block;
}
.gcol .counter .unit {
	font-family: 'Interface_Light';
}
.gcol .item.title img {
	max-height: 5em;
}
.gcol .item.title img.shorter {
	max-height: 3em;
}
.sustain-glance-table .grow {
	display: flex;
	padding: 2em 0;
	box-sizing: border-box;
}
.sustain-glance-table .gcol {
	flex-grow: 1;
	flex-basis: 0;
	flex-shrink: 1;
	padding: 2em;
	border-left: 2px dotted #aaa;
}
.sustain-glance-table .grow .gcol:first-of-type {
	padding-left: 0px;
	border-left: 0px;
}
.sustain-glance-table .grow .gcol:last-of-type {
	padding-right: 0px;
	border-right: 0px;
}
.grow.blue-divider {
	padding-top: 0px;
	padding-bottom: 0px;
}
.grow.blue-divider > .gcol {
	border-left: 2px solid #03A3CB;
	padding-top: 2em;
	padding-bottom: 2em;
}
.grow > .gcol {
	padding-top: 0px;
	padding-bottom: 0px;
}
.grow .gcol .grow:first-of-type {
	padding-top: 0px;
}
.sustain-glance-table .gcol.col3-1 {
	
}
.sustain-glance-table .gcol.col3-2 {
	flex-grow: 2;
}
.sustain-glance-table .gcol.col2-1 {
		
}
.sustain-glance-table img {
	width: 100%;
	display: block;
}
.gif-chart {
	display: inline-block;
	position: relative;	
	width: 100%;
	vertical-align: middle;
}
.gif-chart.ftse4good img.icon {
	width: 29%;
	position: absolute;
}
.gif-chart.ftse4good img.label {
	margin-left: 30%;
	width: 70%;
}
.gif-chart.meet-target img.icon {
	width: 35%;
	position: absolute;
}
.gif-chart.meet-target img.label {
	margin-left: 30%;
	width: 70%;
	margin-top: 9%;
}
.gif-chart.meet-target .counter {
	left: 41%;
	width: 30%;
}

.gif-chart.external-assurance img.icon {
	width: 30%;
	position: absolute;
	right: 0;
	top: -5%;
}
.gif-chart.external-assurance img.label {
	margin-top: 5%;
}

.gif-chart.new-project img.icon {
	width: 50%;
	position: absolute;
	left: 0;
	bottom: 10%;
	top: auto;
}
.gif-chart.new-project img.label {
	margin-top: 20%;
	margin-left: 15%;
	width: 85%;
}
.gif-chart.new-project .counter {
	left: 50%;
	width: 40%;
}

.gif-chart.employee-driven img.label {
	margin-top: 5%;
	width: 90%;
}
.gif-chart.employee-driven .counter {
	left: 30%;
	width: 30%;
}

.gif-chart.fn-flagship-online img.icon {
	width: 30%;
	position: absolute;
	left: 0;
	top: -20%;
}
.gif-chart.fn-flagship-online img.label {
	margin-top: 10%;
	margin-left: 25%;
	width: 65%;
}
.gif-chart.fn-flagship-online .counter {
	left: 25%;
	width: 14%;
	top: auto;
	bottom: -3%;
	font-family: 'Interface_Bold';
}

.gif-chart.investing img.icon {
	width: 30%;
	position: absolute;
	left: -5%;
	top: 0;
}
.gif-chart.investing img.label {
	margin-top: 5%;
	margin-left: 22%;
	width: 68%;
}
.gif-chart.investing .counter.num1 {
	left: 22%;
	width: 68%;
	top: 21%;
}
.gif-chart.investing .counter.num2 {
	left: 22%;
	width: 68%;
	top: 68%;
}

.gif-chart.total-workforce img.icon {
	width: 30%;
	position: absolute;
	left: 0;
}
.gif-chart.total-workforce img.label {
	width: 90%;
	margin-bottom: 5%;
}
.gif-chart.total-workforce .counter {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	text-align: center;
}


.gif-chart.female-representation img.icon {
	width: 30%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5%;
}
.gif-chart.female-representation img.label {
	width: 100%;
}
.gif-chart.female-representation .counter {
	text-align: center;
}
.gif-chart.female-representation .counter.num1 {
	left: 0%;
	width: 33%;
	top: 0%;
}
.gif-chart.female-representation .counter.num2 {
	left: auto;
	right: 0;
	width: 33%;
	top: 0%;
}


.gif-chart.financial-support img.icon {
	width: 20%;
	position: absolute;
}
.gif-chart.financial-support img.label {
	width: 60%;
	margin-left: 30%;
}

.gif-chart.employee-assistance img.icon {
	width: 20%;
	position: absolute;
}
.gif-chart.employee-assistance img.label {
	width: 60%;
	margin-left: 30%;
}


.gif-chart.average-training-hour-exec .counter {
	position: relative;
	width: 90%;
	left: auto;
	top: auto;
}
.gif-chart.average-training-hour-exec img.label {
	width: 80%;
}

.gif-chart.average-training-hour-non-exec .counter {
	position: relative;
	width: 40%;
	left: 40%;
	top: auto;
}
.gif-chart.average-training-hour-non-exec img.icon {
	width: 30%;
	position: absolute;
}
.gif-chart.average-training-hour-non-exec img.label {
	width: 40%;
	margin-left: 40%;
}

.gif-chart.senior-management-hired img.label {
	width: 70%;
	margin-left: 5%;
}
.gif-chart.senior-management-hired .counter.num1 {
	left: 25%;
	width: 18%;
	top: 6%;
}
.gif-chart.senior-management-hired .counter.num2 {
	left: auto;
	right: 6%;
	width: 20%;
	top: 0%;
	text-align: right;
}
.gif-chart.senior-management-hired .counter.num3 {
	left: auto;
	right: 6%;
	width: 20%;
	top: 65%;
	text-align: right;
}


.gif-chart.our-operation .counter {
	position: relative;
	width: 40%;
	left: auto;
	top: auto;
}
.gif-chart.our-operation img.icon {
	width: 30%;
	position: absolute;
	right: 0;
}
.gif-chart.our-operation img.label {
	width: 90%;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.product-distributed .counter {
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	margin-bottom: 0.3em;
}
.gif-chart.product-distributed img.icon {
	width: 25%;
	position: absolute;
	right: 0;
}
.gif-chart.product-distributed img.label {
	width: 50%;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.social-investment .counter.num1 {
	top: 8%;
	width: 100%;
}
.gif-chart.social-investment .counter.num2 {
	top: 50%;
	width: 80%;
}
.gif-chart.social-investment img.icon {
	width: 25%;
	position: absolute;
	top: 55%;
	right: 0;
}
.gif-chart.social-investment img.label {
	width: 80%;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.vive img.icon {
	width: 25%;
	position: absolute;	
}
.gif-chart.vive img.label {
	width: 90%;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.supplier-code img.icon {
	width: 25%;
	position: absolute;	
}
.gif-chart.supplier-code img.label {
	width: 50%;
	position: relative;
	top: auto;
	left: auto;
	margin-left: 30%;
}

.gif-chart.global-local-suppliers .counter {
	top: 25%;
	width: 60%;
}
.gif-chart.global-local-suppliers img.icon {
	width: 30%;
	left: 70%;
	position: absolute;	
}
.gif-chart.global-local-suppliers img.label {
	width: 60%;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.roundtable .counter {
	top: auto;
	bottom: 12%;
	width: 30%;
	left: 45%;
}
.gif-chart.roundtable img.label {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.farming-excellence img.label {
	width: 90%;
	position: relative;
	top: auto;
	left: auto;
}

.gif-chart.solid-waste-ratio img.label {
	width: 90%;
	margin-left: 10%;
	position: relative;
	top: auto;
	left: auto;
}
.gif-chart.solid-waste-ratio .counter {
	top: auto;
	bottom: 5%;
	width: 30%;
	left: 60%;
}

.gif-chart.healthier-choice img.label {
	width: 90%;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
}


.gif-chart.solar img.label {
	width: 40%;
	margin-left: 45%;
	position: relative;
	top: auto;
	left: auto;
}
.gif-chart.solar img.icon {
	position: absolute;
	width: 20%;
	left: 15%;
}

.gif-chart.reduction-sugar .counter {
	left: 50%;
	width: 30%;
	top: 10%;
}
.gif-chart.reduction-sugar img.label {
	width: 90%;
	position: relative;
	top: auto;
	left: auto;
	margin-top: 5%;
}
.gif-chart.reduction-sugar img.icon {
	position: absolute;
	width: 20%;
	left: 0%;
	top: -10%;
}
.gif-chart.ready-to-drink .counter {
	width: 30%;
	top: 10%;
}
.gif-chart.certified-healthier-choice .counter {
	width: 35%;
	top: 0%;
}
.gif-chart.certified-healthier-choice img.label {
	width: 90%;
	margin-top: 5%;
}

/* Sustainability Framework */
.inner.sustain-framework {
}
.inner.sustain-framework .inner-content {
	padding-left: 36px;
	padding-right: 36px;
	max-width: 1100px;
}
.inner.sustain-framework .header-content {
	display: block;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.inner.sustain-framework .header-content h1 {
	color: #E76D56;
}
.inner.sustain-framework .inner-content {
	margin-top: 0px;
	overflow: hidden;
}
.inner.sustain-framework .col-main {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.inner-content .text.vision {
	background-color: #FCECE5;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em !important;
}
.inner-content .text.vision h2 {
	padding-bottom: 0.5em;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E76D56;
	border-bottom: 1px solid #E76D56;
	margin-bottom: 1em;
	margin-top: 0px;
}
.inner-content .text.vision ul {
	margin-bottom: 1em;
}
.inner-content .text.vision ul li {
	margin-bottom: 0px;
}
.sustain-framework .text {
	padding: 2em;
	border-left: 0px;
}
.vision-boxes {
	
}
.vision-boxes .vision-box {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.vision-boxes .vision-box .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #58A1C4;
	text-align: center;
	padding-bottom: 1em;
}
.vision-boxes .vision-box .title.impact {
	color: #96C561;
}
.sustain-framework .inner-content .col-main {
	width: 100%;
	display: block;
}
.vision-boxes .vision-box .icons {
	text-align: center;
}
.vision-boxes .vision-box .icons .icon {
	width: 90px;
	display: inline-block;
	vertical-align: top;
}
.vision-boxes .vision-box .icons .icon img {
	width: 60%;
	margin-bottom: 0.2em;
}
.vision-boxes .vision-box .icons .icon .label {
	line-height: 1.2em;
}
.vision-piramid {
	max-width: 900px;
	margin: 2em auto 5em;
}

/* Summary of Our GRoup */
.inner.sustain-summary .header-content {
	display: block;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.inner.sustain-summary .header-content h1 {
	color: #895C91;
}
.inner.sustain-summary .header-content h1 em {
	font-size: 3.6vw;
	line-height: 1em;
	display: block;
}
.inner.sustain-summary .inner-content {
	margin-top: 0px;
	padding-left: 36px;
	padding-right: 36px;
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
}
.sustain-summary .inner-content .col-main {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sustain-summary .inner-content .col-main .note {
	overflow: hidden;
	display: flex;
}
.sustain-summary .inner-content .col-main .note * {
	color: #434243;
	line-height: 1.40em;
}
.sustain-summary .inner-content .col-main .note label {
	font-weight: bold;
	margin-right: 1em;
}
.sustain-summary-table-wrap {
	padding: 8px;
	border: 1px solid #cccccc;
	margin-bottom: 5em !important;
	box-sizing: border-box;
	width: 100%;
}
.sustain-summary-table-box {
	box-sizing: border-box;
	width: 100%;
}
.sustain-summary-table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
}
.sustain-summary-table .thead,
.sustain-summary-table .trow {
	display: table-row;
}
.sustain-summary-table .tcell {
	display: table-cell;
	padding: 0.5em 1em;
	vertical-align: top;
}
.sustain-summary-table .tcell.key {
	background-color: #cccccc;
	text-align: center;
}
.sustain-summary-table .tcell.key label {
	font-weight: bold;
}
.sustain-summary-table .tcell.key img {
	display: block;
	width: 64px;
	margin: 0 auto 0px;
}

.sustain-summary-table .thead .tcell {
	background-color: #dddddd;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.sustain-summary-table .thead .tcell.key {
	background-color: #e3636f;
	white-space: nowrap;
}
.sustain-summary-table .thead .tcell.no {
	background-color: #b9b9b8;
}
.sustain-summary-table .thead .tcell.target {
	background-color: #7fc8c2;
}
.sustain-summary-table .thead .tcell.progress {
	background-color: #83abb3;
}
.sustain-summary-table .trow .tcell p {
	margin-bottom: 0.5em;
}
.sustain-summary-table .trow .tcell ul {
	margin-bottom: 0.5em;
	list-style-position: outside;
	margin-left: 1.5em;
	list-style-type: disc;
}
.tcell ul li strong {
	color: #03A3CB;
}
.sustain-summary-table.value .tcell ul li strong {
	color: #aa496b;
}
.sourcing .trow .tcell.key {
	background-color: #d4e2e7;
}
.occupational .trow .tcell.key {
	background-color: #dcedd9;
}
.consumer .trow .tcell.key {
	background-color: #fff5f2;
}
.water .trow .tcell.key {
	background-color: #dbd0d8;
}
.effluents .trow .tcell.key {
	background-color: #d3d3e1;
}
.energy .trow .tcell.key {
	background-color: #fdebcb;
}
.innovation .trow .tcell.key {
	background-color: #cde3e5;
}
.talent .trow .tcell.key {
	background-color: #fad9c7;
}
.value .trow .tcell.key {
	background-color: #e9d1d2;
}
.sustain-summary-table .tcell.target {
	width: 25%;
}

.chart-box-wrapper {
	position: relative;
}
.chart-box-wrapper .anim-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.summary-chart-single {
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	width: 100%;
	max-width: 300px;
}
.summary-chart-single .chart-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	height: 3.9em;
}
.summary-chart-single .chart-box-wrapper {
	position: relative;
}
.summary-chart-single .chart-box-wrapper .placeholder {
	display: block;
	width: 100%;
	height: auto;
}
.summary-chart-single .chart-box-wrapper .chart-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.chart-note {
	text-align: center;
	font-size: 11px;
}

.content-charts {
	text-align: center;
}
.content-chart-single {
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
	width: 29%;
	max-width: 29%;
	margin-bottom: 2em;
	display: inline-block;
	vertical-align: bottom;
}
.content-chart-single .chart-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	height: 3.9em;
}
.content-chart-heading {
	color: #ffffff;
	display: flex;
	align-content: stretch;
	margin-bottom: 10px;
	position: relative;
}
.content-chart-heading:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 100%;
	left: 5%;
	height: 10px;
	border-left: 1px solid #ffffff;
}
.content-chart-heading .label {
	border: 1px solid #ffffff;
	flex-grow: 1;
	line-height: 1em;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	margin-right: 5%;
}
.content-chart-heading .label span {
	display: block;
}
.content-chart-heading .sublabel {
	border: 1px solid #ffffff;
	flex-grow: 1;
	font-size: 20px;
	font-family: 'interfaceblack';
	vertical-align: middle;
	line-height: 1em;
	padding: 10px;
}
.content-chart-single .chart-box-wrapper {
	position: relative;
	border: 1px solid #ffffff;
}
.content-chart-single .chart-box-wrapper .placeholder {
	display: block;
	width: 100%;
	height: auto;
}
.content-chart-single .chart-box-wrapper .chart-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}



.chart-table {
	box-sizing: border-box;
}
.chart-table-wrap {
	margin: 0 auto;
	box-sizing: border-box;
}
.chart-table .table-header {
	background-color: #DDD5EA;	
	border: 2px solid #825FA8;
	text-transform: uppercase;
	font-weight: bold;
	color: #222222;
	padding: 0.1em 1em;
	text-align: center;
	font-size: 11px;
	box-sizing: border-box;
	margin-bottom: 1em;
	position: relative;
}
.chart-table .table-header:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	height: 1.2em;
	top: 100%;
	border-left: 2px solid #825FA8;
}
.chart-table .table-content {
	box-sizing: border-box;
	border: 2px solid #825FA8;
	padding: 12px;
	font-size: 12px;
}
.chart-table .table-content .chart-title {
	font-weight: bold;
	line-height: 1.3em;
}

.summary-charts {
	margin-bottom: 1em;
}

.summary-charts .chart-row {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.summary-charts .chart-row .chart-single {
	vertical-align: top;
	width: 25%;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
	padding: 0 10px;
}
.summary-charts .chart-row .chart-single .chart-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	height: 3.9em;
}
.summary-charts .chart-row .chart-single .chart-box-wrapper {
	position: relative;
}
.summary-charts .chart-row .chart-single .chart-box-wrapper .placeholder {
	display: block;
	width: 100%;
	height: auto;
}
.summary-charts .chart-row .chart-single .chart-box-wrapper .chart-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.chart-table.blue .table-header {
	background-color: #D6E3ED;	
	border-color: #4299BF;
}
.chart-table.blue .table-header:after {
	border-color: #4299BF;
}
.chart-table.blue .table-content {
	border-color: #4299BF;
}
.chart-table.blue .table-content .chart-title {
	color: #4299BF;
}

.chart-table.green .table-header {
	background-color: #DDEFDF;	
	border-color: #60BE7B;
}
.chart-table.green .table-header:after {
	border-color: #60BE7B;
}
.chart-table.green .table-content {
	border-color: #60BE7B;
}
.chart-table.green .table-content .chart-title {
	color: #60BE7B;
}

.chart-table.pink .table-header {
	background-color: #FEF4F2;	
	border-color: #F15D72;
}
.chart-table.pink .table-header:after {
	border-color: #F15D72;
}
.chart-table.pink .table-content {
	border-color: #F15D72;
}
.chart-table.pink .table-content .chart-title {
	color: #F15D72;
}

.chart-table.hot-pink .table-header {
	background-color: #DBD1D8;	
	border-color: #7F5681;
}
.chart-table.hot-pink .table-header:after {
	border-color: #7F5681;
}
.chart-table.hot-pink .table-content {
	border-color: #7F5681;
}
.chart-table.hot-pink .table-content .chart-title {
	color: #7F5681;
}

.chart-table.violet .table-header {
	background-color: #D7D8ED;	
	border-color: #636EB3;
}
.chart-table.violet .table-header:after {
	border-color: #636EB3;
}
.chart-table.violet .table-content {
	border-color: #636EB3;
}
.chart-table.violet .table-content .chart-title {
	color: #636EB3;
}

.chart-table.orange .table-header {
	background-color: #FDDDCF;	
	border-color: #F2684C;
}
.chart-table.orange .table-header:after {
	border-color: #F2684C;
}
.chart-table.orange .table-content {
	border-color: #F2684C;
}
.chart-table.orange .table-content .chart-title {
	color: #F2684C;
}

.chart-table.yellow .table-header {
	background-color: #FEEBD0;	
	border-color: #F6B02D;
}
.chart-table.yellow .table-header:after {
	border-color: #F6B02D;
}
.chart-table.yellow .table-content {
	border-color: #F6B02D;
}
.chart-table.yellow .table-content .chart-title {
	color: #F6B02D;
}

.summary-charts .chart-row .chart-single.x2 {
	width: 50%;
}
.summary-charts .chart-row .chart-single .chart-box-wrapper .placeholder {
	display: block;
	width: 100%;
	height: auto;
}
.summary-charts .chart-row .chart-single .chart-box-wrapper .chart-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.summary-charts .chart-row .chart-single.x2 .table-content {
	display: flex;
	padding: 0px;
}
.summary-charts .chart-row .chart-single.x2 .table-content .col {
	width: calc(50% - 12px);
	padding: 12px;
	box-sizing: border-box;
}
.summary-charts .chart-row .chart-single.x2 .table-content .col:first-of-type {
	border-right: 0px;
	margin-right: 10px;
}
.summary-charts .chart-row .chart-single.x2 .table-content .col:last-of-type {
	border-left: 0px;
	margin-left: 10px;
}
.summary-charts2 {
	margin-top: 2em;
}
.summary-charts2 .chart-table .table-header {
	font-size: 14px;
}
.summary-charts2 .chart-table .table-content {
	font-size: 14;
}
.summary-charts2 .chart-table .table-content .chart-title {
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 14px;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* Sustain Download */
body.sustain-download {
	background-color: #56C9B9;
}
.inner.sustain-download {
}
.inner.sustain-download .masthead {
	margin-left: 10%;
	width: 26%;
}
.inner.sustain-download .masthead img.placeholder {
	padding-bottom: 20vw;
}
.inner.sustain-download .header-content .back-action a {
	border-color: #ffffff;
	color: #ffffff;
}
.inner.sustain-download .header-content .back-action a:before {
	background-image: url(../img/icon-chevron-back-white.svg);
	float: left;
}
.inner.sustain-download .inner-content .col-main {
	width:100%;
}
.inner.sustain-download .hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner.sustain-download .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.sustain-download .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.sustain-download .header-content h1 {
	color: #ffffff;
}


.download-rows {
	margin-top: 9em;
	margin-bottom: 3em;
	max-width: 700px;
	padding-left: 36px;
	border-left: 1px solid rgba(255,255,255, 0.5);
}
.download-row {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.download-row .cover {
	width: 180px;
}
body.download .download-row .cover {
	width: 180px;
}
.download-row .cover img {
	display: block;
	width: 100%;
	height: auto;
}
body.download .download-row .cover img {
}
.download-row .item-details {

	padding-left: 1em;
	padding-top: 3em;
}
.download-row.sr-full .item-details {
	padding-top: 6em;
}
body.download .download-row .item-details {
	
}
.download-row .item-details .download-title {
	color: #ffffff;
	font-size: 16px;
	text-transform: none;
}
.inner.ar-download .download-row .item-details .download-title {
	color: #2B2C2B;
}
.download-row .item-details .action {
	
}
.download-row .item-details .action a {
	border: 2px solid #008EC1;
	border-radius: 30px;
	display: inline-block;
	color: #008EC1;
	font-weight: bold;
	vertical-align: middle;
	font-size: 10px;
	padding: 0.5em 2em;
	background-color: #ffffff;
}
.download-row .item-details .action a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: transparent url(../img/icon-download-s.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
}
.download-row.alt {
}
.download-row .item-details .sub-list {
	font-size: 11px;
	color: #ffffff;
}
.download-row .item-details .sub-list ul {
	list-style: disc;
	margin: 1em 0 1em 2em;
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}
.download-row .item-details .sub-list ul li {
}
.inner.ar-download .download-row .sub-list ul li {
	color: #2B2C2B;
	line-height: 1.4em;
}
.download-row.alt .item-details .sub-list {
/* 	direction: rtl; */
}

/* AR Download */
body.download {
	background-color: #F8F8F8;
}
.inner.ar-download .masthead {
	margin-left: 10%;
	width: 26%;
}
.inner.ar-download .masthead img.placeholder {
	padding-bottom: 20vw;
}
.inner.ar-download {
}
.inner.ar-download .inner-content .col-main {
	width:100%;
}
.inner.ar-download .download-rows {
	border-color: #979797;
}
.inner.ar-download .hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner.ar-download .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.ar-download .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.ar-download .header-content h1 {
	color: #ffffff;
}


/* eBook */
.inner.view-ebook {
	background: #ffffff url(../img/bg-ebook.jpg) center top/100% auto no-repeat;
}
.inner.view-ebook .header-content {
	display: block;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.inner.view-ebook .header-content h1 {
	color: #343434;
}
.inner.view-ebook .header-content h1 em {
	font-size: 3.6vw;
	line-height: 1em;
	display: block;
}
.inner.view-ebook .inner-content {
	margin-top: 0px;
	overflow: hidden;
	max-width: none;
}
.view-ebook .inner-content .col-main {
	width: 100%;
	display: block;
}

/* Ebook */
.ebook-rows {
}
.ebook-row {
	margin: 0;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.ebook-row .cover {
	width: 64%;
	display: inline-block;
	vertical-align: middle;
}
.ebook-row .cover img {
	display: block;
	width: 100%;
	height: auto;
}
.ebook-row .item-details {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin-top: 6vw;
	transform: translateX(-3vw);
}
.ebook-row .item-details .ebook-title {
	color: #343434;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4em;
}
.ebook-row .item-details .action a {
	border: 2px solid #343434;
	border-radius: 30px;
	display: inline-block;
	color: #343434;
	font-weight: bold;
	vertical-align: middle;
	padding: 0.6em 1.5em 0.6em 1em;
	font-size: 13px;

}
.ebook-row .item-details .action a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url(../img/icon-chevron-black.svg) center center no-repeat;
	float: left;
	background-size: contain;
	margin-right: 0.8em;
}
.ebook-row.sr {
	margin-top: 10vw;
	direction: rtl;
}
.ebook-row.alt .item-details {
	text-align: right;
	margin-left: auto;
	transform: translateX(3vw);
	direction: ltr;
}
.ebook-row.ar {
	transform: translateX(5vw);
}
.ebook-row.sr {
	transform: translateX(-5vw);
}
.glance-box .counter {
	font-family: 'interfaceblack';
	font-weight: bold;
	color: #0ebcd4;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 60px;
}
.glance-box.glance-01 .num1 {
	top: 38%;
	left: 42%;
	font-size: 5vw;
}
.glance-box.glance-01 .num2 {
	top: 65.5%;
	left: 50%;
	font-size: 2vw;
	color: #ffffff;
	font-weight: normal;
}
.glance-box.glance-02 .num1 {
	top: 35%;
	left: 21%;
	font-size: 6vw;
}
.glance-box.glance-03 .num1 {
	top: 41%;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 4vw;
}
.glance-box.glance-04 .num1 {
	top: 35%;
	left: 42%;
	font-size: 5vw;
}
.glance-box.glance-05 .num1 {
	top: 35%;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 5vw;
}
/* .glance-box.glance-06 .num1 {
	top: 35%;
	left: 42%;
	font-size: 5vw;
} */
.glance-box.glance-07 .num1 {
	top: 47%;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 5vw;
}
.glance-box.glance-08 .num1 {
	top: 50%;
	left: 25%;
	font-size: 5vw;
}
.glance-box.glance-09 .num1 {
	top: 50%;
	left: 7%;
	font-size: 3vw;
}

.glance-box.brand .icon {
	position: absolute;
	width: 50%;
	right: 5%;
	bottom: 80%;
}
.glance-box.brand .counter {
	font-size: 50px;
	top: 32%;
	left: 10%;
}
.glance-box.brand .counter.sub {
	color: #343434;
	font-size: 24px;
	top: 58%;
	left: 22%;
}
.glance-box.halal .counter {
	font-size: 42px;
	left: 7%;
	top: 24%;
}
.glance-box.turnover .counter {
	font-size: 46px;
	left: 35%;
	top: 33%;
}
.glance-box.export .counter {
	font-size: 46px;
	width: 100%;
	text-align: center;
	top: 35%;
}
.glance-box.trusted .counter {
	font-size: 46px;
	width: 100%;
	text-align: center;
	top: 45%;
}
.glance-box.workforce .counter {
	text-align: center;
	top: 45%;
	left: 10%;
}
.side-chart {
	border: 2px solid #0097D2;
}
.chart-box-heading {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	font-size: 14px;
}
.chart-box-heading:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 10px;
	top: 100%;
	margin-left: 3%;
	border-left: 2px solid #825FA8;
}
.chart-box-heading .title,
.chart-box-heading .count {
	border: 2px solid #825FA8;
	width: 40%;
	padding: 10px;
}
.chart-box-heading .title {
	font-weight: bold;
}
.chart-box-heading .count {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1em;
}
.chart-box-heading .title .unit {
	display: block;
	font-weight: normal;
}
.page-chairman-chart-1 .chart-wrap {
	width: 70%;
	height: 300px;
	margin: 24px auto;
}
.white-smoke {
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
}
.chart-area {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.chart-area .chart-box-bar {
	height: 100%;
	width: 100%;
}
.chart-area .chart-box-bar .chart-wrap {
	height: 100%;
	width: 100%;
}
.chart-sustain-consumer img {
	position: absolute;
	left: 2%;
	top: 0px;
	width: 96%;
	height: auto;
}

.chart-sustain-consumer .counter {
	font-family: 'interfaceblack';
	font-weight: bold;
	color: #E05869;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
}
.chart-sustain-consumer .counter.one {
	top: 47%;
	left: 64%;
	color: #00b0de;
}
.chart-sustain-consumer .counter.two {
	top: 68%;
	left: 54%;
}
.hook {
	position: absolute;
	top: 50vh;
	right: 0px;
}
.fact-box {
	background-color: #ffffff;
	border: 1px solid #58595b;
	background-size: 100% auto;
	padding: 14px;
	position: relative;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.fact-box:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	width: 13px;
	height: 13px;
	background: #ffffff url(../img/dog-ear.svg) center center/contain no-repeat;
}
.fb.full .fact-box {
	display: flex;
	position: relative;
}
.fb.full .fact-box:after {
	content: ' ';
	display: block;
	height: 80%;
	border-right: 1px dashed #343434;
	position: absolute;
	left: 50%;
	top: 10%;	
}
.fb.full .fact-box img {
	
}
.chart-piramid {
}
.chart-piramid .piramid-box {
	border: 1px solid #E15E29;
	border-top: 0px;
}
.chart-piramid .heading {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: gray;
	padding: 0.2em 1em;
	text-align: center;
}
.chart-piramid .sub-heading {
	color: #343434;
}
.chart-piramid .con {
	padding: 1em;
	text-align: center;
	line-height: 1.4em;
}
.chart-piramid .pillars {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.chart-piramid .pillar {
	width: 33.33%;
	text-align: center;
	border-top: 1px dotted #343434;
	padding: 18px;
	box-sizing: border-box;
	position: relative;
	margin-top: 18px;
}
.chart-piramid .pillars.col2 .pillar {
	width: 50%;
}
.chart-piramid .pillar:before {
	content: ' ';
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url(../img/icon-pyramid-bullet.svg) center bottom/100% 100% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translate(-7px);
	z-index: 2;
}
.chart-piramid .pillar .box {
	padding: 1em;
	background-color: gray;
}
.chart-piramid .pillar .box .sub-font {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.chart-piramid .columns3 {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;	
	margin: 10px 0px;
}
.chart-piramid .columns3 .col {
	width: 33%;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	border-left: 1px dashed #343434;
}
.chart-piramid .columns3 .col:first-of-type {
	border-left: 0px;
}
.chart-piramid .row.vision {
	background: transparent url(../img/pillar-piramid.svg) center top/cover no-repeat;
}
.chart-piramid .row.vision .heading {
	background-color: transparent;
	padding: 1.5em 1em 1em;
}
.chart-piramid .row.vision .con {
	width: 40%;
	margin: 0 auto;
}
.purple {
	color: #775894;
}
.blue {
	color: #0082B1;
}
.slide-box {
	height: 100vh;
	position: relative;
	width: 100%;
}
.slide-box .col {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.slide-box .col.left {
	width: 50%;
}
.slide-box .col.right {
	width: 49%;	
}
.slide-box .col .content-box-table {
	display: table;
	height: 100%;
	width: 100%;
}
.slide-box .col .content-box-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.slide-box .col .content-box-cell .content {
	max-width: 480px;
	padding: 0px 36px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border: 1px solid #333333;
}
#fp-nav ul li, .fp-slidesNav ul li {
	margin: 10px;
}
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {
	
}
#fp-nav ul li a.active span:not(.fp-sr-only) {
	background-color: #ffffff;
}

#fp-nav ul li a.active span:not(.fp-sr-only):before, 
#fp-nav ul li:hover a.active span:not(.fp-sr-only):before {
	content: ' ';
	display: inline-block;
	width: 36px;
	border-bottom: 4px solid #333333;
	position: absolute;
	top: calc(50% - 2px);
	left: calc(-50% - 6px);
	z-index: -1;
}
#fp-nav ul li a.active span:not(.fp-sr-only):after, 
#fp-nav ul li:hover a.active span:not(.fp-sr-only):after {
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	border-radius: 50%;
	background-color: #ffffff;
}
.section .section-scroll > div.title {
	padding-left: 5vw;
	padding-right: 5vw;
	width: calc( 100% - 66px );
}
.slide-download .slide-cols {
	margin-left: 0;
	margin-right: 0;
	padding-left: 5vw;
	padding-right: 5vw;
	width: calc( 100% - 66px );
	box-sizing: border-box;
	height: auto;
	vertical-align: top;
}
.slide-download .slide-cols .slide-col.col1 {
	width: 50%;
	padding-top: 5em;
	box-sizing: border-box;
}
.slide-download .slide-cols .slide-col.col2 {
	width: 45%;
	display: inline-block;
	height: auto;
	padding-top: 3em;
	box-sizing: border-box;
}
.s2 .slide-box .col.left {
	width: 55%;
	height: 100%;
	transform: translateY(10%);
}
.s2 .slide-box .col.left .subject {
	height: 100%;
	width: 100%;
	background-image: url(../img/hero-chairman3.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.s2 .slide-box .col.right {
	width: 44%;
}

.white {
	color: #ffffff !important;
}
.thumb-covers {
	
}
.thumb-covers .img {
	display: inline-block;
	width: 49%;
	padding-right: 2em;
	box-sizing: border-box;
}
.section .section-scroll > div.title {
	padding-left: 5vw;
	padding-right: 5vw;
	width: calc( 100% - 66px );
}
.s7 .slide-box {
	height: auto;
}
.s7 .slide-box .col .content-box-cell .content {
	padding-bottom: 0px;
	max-width: 680px;
}
.s7 .slide-box .col {
	vertical-align: top;
}
.s7 .limit-width {
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 5em;
	padding-bottom: 5em;
}
.s8 .title > img,
.s7 .limit-width > img {
	height: 8vh;
	width: auto;
}
/*
.scroll-down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40vh;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding-top: 25vh;
	box-sizing: border-box;
	z-index: 5;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
}
.scroll-down.active {
	opacity: 1;
}
.scroll-down label {
	margin-top: 4px;
	display: block;
}
.scroll-down a {
	font-size: 14px;
	transform: translateX(-50%);
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 20px;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.6);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.6);
	color: #008EC1;
}
.scroll-down a img {
	width: 14px;
	height: 14px;
}
@-webkit-keyframes bounce
{
	0%,
	20%,
	50%,
	80%,
	100%
	{
		-webkit-transform: translateY(0);
	}
	40%
	{
		-webkit-transform: translateY(-20px);
	}
	60%
	{
		-webkit-transform: translateY(-10px);
	}
}

@-moz-keyframes bounce
{
	0%,
	20%,
	50%,
	80%,
	100%
	{
		-moz-transform: translateY(0);
	}
	40%
	{
		-moz-transform: translateY(-20px);
	}
	60%
	{
		-moz-transform: translateY(-10px);
	}
}

@-o-keyframes bounce
{
	0%,
	20%,
	50%,
	80%,
	100%
	{
		-o-transform: translateY(0);
	}
	40%
	{
		-o-transform: translateY(-20px);
	}
	60%
	{
		-o-transform: translateY(-10px);
	}
}
@keyframes bounce
{
	0%,
	20%,
	50%,
	80%,
	100%
	{
		transform: translateY(0);
	}
	40%
	{
		transform: translateY(-20px);
	}
	60%
	{
		transform: translateY(-10px);
	}
}*/

.scroll-down {
	position: absolute;
	left: 1vw;
	bottom: 10vh;
	padding-left: 0.625rem;
	z-index: 11;
	opacity: 1;
	pointer-events: none;
	display: block;
}
.scroll-down * {
	display: block;
}
.scroll-down .label {
	text-transform: uppercase;
	font-size: 9px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin-bottom: 50px;
	color: #063E5B;
	letter-spacing: 0.25em;
}
.scroll-down .arrow-container {
	width: 14px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.scroll-down .arrow-container svg {
	animation-name: lininglong;
	animation-duration: 1500ms;
	-webkit-animation-name: lininglong;
	-webkit-animation-duration: 1500ms;
	-moz-animation-name: lininglong;
	-moz-animation-duration: 1500ms;
	animation-iteration-count: infinite;
}
@keyframes lininglong {
	0%   {transform: translateY(-80px);}
	50% {transform: translateY(0px);}
	75% {transform: translateY(0px);}
	100% {transform: translateY(80px);}
}
@keyframes morearrow {
	0%   {transform: translateX(-80px);}
	50% {transform: translateX(0px);}
	75% {transform: translateX(0px);}
	100% {transform: translateX(80px);}
}

footer {
	position: relative;
	z-index: 10;
}
body.chairman {
	background-image: url(../img/bg-chairman3.jpg);
	background-color: #b45076;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.btn-play {
	display: block;
	cursor: pointer;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	border-radius: 50%;
	/* background-color: #f11814; */
	background-color: #222222;
	opacity: 0;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.btn-play.active {
	opacity: 1;
}
.btn-play img {
	display: block;
	width: 32px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	transform: translate(5%, 50%);
}
.btn-play:after {
	content: '';
	width: 80px;
	height: 80px;
	border: 4px solid #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: calc(50% - 40px);
	animation: pulsate infinite 1s;
	-webkit-animation: pulsate infinite 1s;
	box-sizing: border-box;
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

.ytplayer {
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	display: table;
	visibility: hidden;
	position: relative;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 999999;
}
.ytplayer.active {
	visibility: visible;
	opacity: 1;
}
.ytplayer .iframe-content {
	display: block;
	width: 80%;
	 position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}
.ytplayer .iframe-content video {
	/*width: 80%;
	height: 100%;*/
	max-width: 100%;
}
.close-video-btn {
	display: block;
	position: absolute;
	right: 5%;
	top: 5%;
	border: 0px !important;
	background-color: transparent !important;
	padding: 0px !important;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/btn-close-white.svg) center center no-repeat !important;
	background-size: contain !important;
	width: 30px; 
	height: 30px;
	z-index: 99999;
}
.menu-bottom-address .menu-footer-logo {
	width: 100px;
}

.mask {
	position: fixed;
	top:50%;
	left: 50%; 
	margin: auto;
	width:0px;
	height:0px;
	border-radius: 100%;
	z-index: 999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background-color: #ffffff;
	overflow: hidden;
}
.mask.mask-chairman {
	background-color: #ca3b76;
}
.reveal-chairman .mask-chairman,
.reveal-ceo .mask-ceo,
.reveal-financial .mask-financial,
.reveal-sustain-joint .mask-sustain-joint,
.reveal-downloads .mask-downloads {
	width: 200vw;
	height: 200vw;
	top: -50% !important;
	left: -50% !important;
	pointer-events: none;
}
.mask.mask-chairman {
	background-color: #ca3b76;
}
.mask.mask-ceo {
	background-color: #e6ad38;
}
.mask.mask-financial {
	background-color: #ffcd00;
}
.mask.mask-sustain-joint {
	background-color: #FFEFD8;
}
.mask.mask-downloads {
	background-color: #F8F8F8;
}

.inner-footer {
	position: fixed;
	right: 3vw;
	bottom: 8vw;
	z-index: 99;
}
.inner-footer .back-action a {
	border-radius: 30px;
	display: inline-block;
	padding: 0.6em 1.5em 0.6em 1.5em;
	color: #008EC1;
	background-color: #ffffff;
	border: 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
p img.align-right {
	float: right;
	margin-left: 1.5em;
}
p img.align-left {
	float: left;
	margin-right: 1.5em;
}
img.half {
	width: 50%;
}
p.read-more-about {
	color: #008EC1 !important;
	font-style: italic;
	line-height: 1.4em;
	font-size: 13px;
	padding-left: 40px;
	position: relative;
}
p.read-more-about a {
	color: #008EC1 !important;
}
p.read-more-about:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: -1px;
	width: 34px;
	height: 20px;
	background: url(../img/icon-read-more-about.svg) center center/contain no-repeat;
}
.grow {
	display: flex;	
}
.grow .gcol {
	
}
.sustain-summary-table-wrap .slick-next {
	background: url(../img/icon-next.svg) center center/contain no-repeat;
	width: 92px;
	height: 71px;
	right: 0px;
	transform: translateX(100%);
}
.sustain-summary-table-wrap .slick-prev {
	background: url(../img/icon-back.svg) center center/contain no-repeat;
	width: 92px;
	height: 71px;
	left: 0px;
	transform: translateX(-100%);
}
.sustain-summary-table-wrap .slick-next:before,
.sustain-summary-table-wrap .slick-prev:before {
	content:'';
}
.sustain-summary-table-wrap .slick-dots {
	text-align: center;
	bottom: -30px;
}
.chart-dividend {
	border: 1px solid #ffffff;
	padding: 1em;
	width: 29%;
	max-width: 29%;
	padding-top: 4em;
	padding-bottom: 5em;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px 2em;
	text-align: left;
}
.chart-dividend .label {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.chart-dividend .counter {
	font-size: 18px;
	overflow: hidden;
}
.chart-dividend .counter .num {
	font-size: 56px;
	font-family: 'interfaceblack';
	float: left;
	line-height: 1em;
	margin-right: 0.2em;
}
body .mute {
	z-index: 100;
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 48px;
	height: 44px;
	background-color: rgba(0,0,0, 0.4);
	border-radius: 50%;
	padding-top: 4px;
	transition: transform .5s cubic-bezier(.645,.045,.355,1),opacity .5s cubic-bezier(.645,.045,.355,1);
	opacity: 0;
	cursor: pointer;
	display: flex;
}
body .mute #mute {
	transition: fill .5s cubic-bezier(.645,.045,.355,1);
	fill: #fff;
	width: 50px;
	height: 40px;
}
body .mute.active {
	opacity: 1;
}
body .mute #mute #speaker {
	transform: scale(.8);
	transform-origin: center center;
	transition: transform .5s cubic-bezier(.645,.045,.355,1);
}
body .mute #mute #audiowave {
	opacity: 0;
	transition: opacity .5s cubic-bezier(.645,.045,.355,1);
}
body .mute #mute.on #speaker {
	transform: scale(1);
}
body .mute #mute.on #audiowave {
	opacity: 1;
}
body .mute #mute.on #audiowave {
	opacity: 1;
	animation: b 1s cubic-bezier(.645,.045,.355,1) infinite alternate;
}
svg {
  vertical-align: middle;
}
.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  bottom: 10px;
  padding-left: 7px;
  cursor: pointer;
  z-index: 2;
  color: #c7c4b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
.scroll-down.active {
	opacity: 1;
}
.scroll-down.svg svg {
  width: 25px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.scroll-down.svg .stroke {
  stroke: #ffffff;
  fill: #00B3E0;
}
.scroll-down.svg .scroller {
  fill: #ffffff;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@-moz-keyframes updown {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-moz-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@-o-keyframes updown {
	0% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-o-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.custom-legend {
	font-size: 10px;
	margin-top: 5px;
	width: 100%;
	margin: 5px auto 0;
}
.custom-legend ul {
	display: block;
	list-style: none;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.custom-legend ul li {
	display: inline-block;
	padding: 0px;
	margin: 1px 0.5em;
	line-height: 1em;
	font-size: 11px;
	line-height: 1.2em;
	color: #666666;
}
.custom-legend ul li.float {
	float: left;
}
.custom-legend span.shape {
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-right: 4px;
	font-size: 11px;
}
.custom-legend span.shape.circle:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 200%;
	height: 1px;
	background-color: #ffffff;
}
.custom-legend span.shape.blue,
.custom-legend span.shape.blue:before {
	background-color: #35a0ce;
}
.custom-legend span.shape.yellow,
.custom-legend span.shape.yellow:before {
	background-color: #f3b234;
}
.custom-legend span.shape.dark-blue,
.custom-legend span.shape.dark-blue:before {
	background-color: #25416e;
}
.custom-legend span.shape.circle {
	border-radius: 6px;
	position: relative;
}
.floating-bar.scroll .logo {
	min-height: 1px;
	min-width: 1px;
	height: 82px;
	width: 56px;
	transform: translate(-2vw, 1vh);
}
.content.mobile-only {
	padding: 0px !important;
	position: relative;
}
.content.mobile-only img.banner {
	display: block;
	width: 100%;
}
.s3 .mobile-section .actions {
	position: absolute;
	bottom: 10%;
	left: 36px;
	width: calc(100% - 72px);
}
.s2 .mobile-section .actions {
	position: absolute;
	bottom: 10%;
	right: 36px;
	width: calc(100% - 72px);
}