/* 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: Whitney;
	src: url("../fonts/WHITNEY-BOOK.OTF")
}

@font-face {
	font-family: Whitney;
	src: url("../fonts/WHITNEY-BOLD.OTF");
	font-weight: bold
}

@font-face {
	font-family: Whitney;
	src: url("../fonts/WHITNEY-BOLDITALIC.OTF");
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: Whitney;
	src: url("../fonts/WHITNEY-LIGHT.OTF");
	font-weight: 300
}

@font-face {
	font-family: Whitney;
	src: url("../fonts/WHITNEY-MEDIUM.OTF");
	font-weight: 500
}

@font-face {
	font-family: Whitney;
	src: url("../fonts/WHITNEY-MEDIUMITALIC.OTF");
	font-weight: 500;
	font-style: italic
}

html {
	font: normal 16px / 1.6em "Whitney", Helvetica, Arial, sans-serif;
	color: #1A1818;
}
.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: 1.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: 90px;
	height: 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:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: 90px;
	border-right: 1px solid #ffffff;
	height: 100%;
	z-index: 9999;
}
.floating-bar .box {
	padding: 0px;
	position: relative;
}
.floating-bar .logo {
	position: relative;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 90px;
	height: 90px;
	background: transparent url(../img/fn-logo.svg) center center no-repeat;
	background-size: 64px 48px;
	padding: 0px;
	z-index: 1000;
}
.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;
}
.floating-bar .icons a.ebook:hover {
	width: 90px;
}
.floating-bar nav {
	
}
.menu-logo {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 0.4em;
	display: block;
}

#menuToggle {
  display: block;
  position: relative;
  padding: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}
#menuToggle:before {
	background-color: #E2041D;
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 14;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input{
  display: block;
  width: 100%;
  height: 100%;
  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 {
  display: block;
  width: 32px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
  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:first-of-type {
  transform-origin: 0% 50%;
}
#menuToggle > span:nth-of-type(2) {
  margin: 6px auto;
}

#menuToggle > span:last-of-type {
  transform-origin: 0% 100%;
  width: 24px;
  margin-right: auto;
  transform: translateX(-4px);
}
#menuToggle input:checked ~ div {
	transform: translate(0px, 0px);
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(28deg);
  width: 35px;
}
#menuToggle input:checked ~ span:nth-of-type(2){
  opacity: 0;
}
#menuToggle input:checked ~ span:last-of-type {
	opacity: 1;
    transform: rotate(-28deg);
}
.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: fixed;
  box-sizing: border-box;
  padding: 40px 40px 40px 90px;
  width: 70vw;
  margin: 0px 0px 0px;
  left: 0px;
  top: 0px;
  background: #222222;
  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: 1;
  transition: all 0.8s cubic-bezier(0.77,0.2,0.05,1.0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #ffffff;
}

#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 {
	
}
#menu > ul > li {
	padding: 0.4em 0;
	display: block;
}
#menu > ul > li.active {
}
#menu > ul > li,
#menu > ul > li > a {
	font-size: 24px;
	font-weight: 500;
	display: block;
	line-height: 1.2em;
}
#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 > 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: 1.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: 1.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;
}
.box .content, .section .content {
	
}
.box .content .heading,
.section .content .heading {
	font-weight: bold;
	margin-bottom: 1em;
}
.box .content .text,
.section .content .text {
	font-size: 16px;
	line-height: 1.4em;
	text-align: justify;
}
.box .content .text p,
.section .content .text p {
	margin-bottom: 1em;
}
.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 {
	position: relative;
}
.box .content .actions a,
.section .content .actions a {
	
}
.content .actions {
	margin-top: 3vh;
}
.content .actions .main-actions {
	display: flex;
	align-items: flex-start;
}
.content .actions a.btn {
	display: inline-block;
	padding: 10px 0px 0px;
	color:#E2041D;
	border-top: 4px solid #E2041D;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.actions .download-area {
	margin-top: 15px;
	display: none;
	border-radius: 10px;
	transition: all 400ms;
}
.actions .download-area.show {
	display: inline-block;
}
.actions .download-area a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1em;
	color:#ffffff;
	margin: 0px 5px 0 0;
	background-color: #244781;
	margin-bottom: 5px;
}
.mobile-vip .actions .download-area {
	margin-top: 0px;
	transition: all 400ms;
}
.mobile-vip .actions .download-area a {
	font-size: 13px;
	padding: 5px 10px;
}
.content .actions a.btn:after {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/icons/icon-read-more.svg) center center/contain no-repeat;
	margin-left: 24px;
}
.content .actions a.btn.download {
	color:#244781;
	border-color: #244781;	
}
.content .actions a.btn.download:after {
	width: 23px;
	background: transparent url(../img/icons/icon-download-pdf.svg) center center/contain no-repeat;
}
.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;
	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: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 {
	margin-bottom: 5vh;
	letter-spacing: -0.02em;
	line-height: 0.85em;
	font-size: 64px;
	position: relative;
}
.message-icon {
	background: transparent url(../img/icons/icon-message.svg) left center/contain no-repeat;
	height: 36px;
	margin-bottom: 2vh;
	position: relative;
}
.s2 {
	background-color: #fff;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 2;
	position: relative;
}
.s2 .title {
	font-size: 64px;
	line-height: 1.1em;
	overflow: hidden;
}
.title .light {
	font-weight: 300;
}
.title .bold {
	font-weight: bold;
}
.title .smaller {
	font-size: 56px;
	line-height: 1.1em;
}
.title .small {
	font-size: 48px;
	line-height: 1.1em;
}
.title .smallest {
	font-size: 40px;
	line-height: 1.1em;
}
.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 {
	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 {
}
.s3 .content {
}
.s3 .content .actions a {
	
}
.s4 {
	position: relative;
	z-index: 4;
}

.highlight-note {
	text-align: center;
	font-size: 11px;
}
.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;
}
.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 {
	position: relative;
	z-index: 5;
	position: relative;
	z-index: 3;
}
.s5 .box {
	
}
.s5 .financial-space {
	height: 50vh;
}
.s5 .title {
	display: inline-block;
	text-align: left;
}
.s5 .slide-box .col.left {
	width: 30%;
	position: relative;
	text-align: center;
}
.s5 .slide-box .col.right {
	width: 70%;
	background-color: #E8E5DA;
}
.s5 .actions {
	
}
.s5 .slide-box .col.right .content-box-cell .content {
	max-width: 780px;
	position: relative;
}
.s5 .slide-box .col.left .content-box-cell .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding-top: 36px;
}
.s5 .slide-box .col.left .content-box-cell .content .title {
	margin-bottom: 0px;
	font-size: 56px;
}
.stickies {
	display: flex;
	flex-wrap: wrap;
}
.stickies .sticky {
	width: 46%;
	height: 24vh;
	display: inline-block;
	position: relative;
	transition: all 400ms;
	text-align: left;
	box-sizing: border-box;
	padding: 1em 1em 0em 3.2em;
	vertical-align: top;
	font-size: 2vh;
	margin-bottom: 1em;
	margin-right: 1em;
	border: 5px solid #C5D6D6;
	background-color: #ffffff;
}
.stickies .sticky.alt {
	
}
.stickies .sticky:hover {
	transform: scale(1.05);
}

.stickies .sticky .sticky-label {
	font-size: 14px;
	height: auto;
	font-weight: 500;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1.1em;
	white-space: nowrap;
}
.stickies .sticky .sticky-label .sub {
	display: block;
	color: #222222;
	font-size: 0.7em;
	text-transform: none;
}
.stickies .sticky .sticky-num {
	line-height: 1.4em;
	font-weight: bold;
}
.stickies .sticky .sticky-num .sticky-pre {
	white-space: nowrap;
	font-size: 5.5vh;
	line-height: 1.1em;
	color: #244781;
	margin: 1vh 0;
}
.stickies .sticky .sticky-num .num,
.stickies .sticky .sticky-num .curr {
	
}
.stickies .sticky .sticky-num .unit { 
	display: block;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}
.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;
}
.stickies .sticky .sticky-num .unit-flex {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.stickies .sticky .sticky-num .unit.as-at {
	font-size: 0.7em;
	font-style: italic;
}
.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 {
	position: relative;
	z-index: 6;
}
.s6 .slide-box .col.left {
	width: 50%;
}
.s6 .slide-box .col.right {
	width: 50%;
	background-color: #51AD61;
	position: relative;
}
.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.right .content-box-cell .content {
	max-width: none;
	padding: 0px;
}
.s6.section .content .title {
	
}
.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: 1.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 {
}


footer {
	font-size: 12px;
	text-align: center;
	padding: 10vh 0px 0px;
}
.footer-menu {
	text-align: center;
	font-size: 12px;
	margin-bottom: 8px;
}
.footer-menu ul {
	list-style: none;
	line-height: 1.3em;
}
.footer-menu ul li {
	display: inline-block;
	vertical-align: middle;
}
.footer-menu ul li:not(:last-of-type):after {
	content: '\2022';
	display: inline-block;
	margin: 0 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 12px;
	vertical-align: middle;
	font-family: 'Arial';
}
.footer-menu ul li a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
}
.terms {
	
}
.terms .copyright {
	color: #58595B;
	line-height: 1.3em;
}
.terms ul {
	list-style: none;
}
.terms ul li {
	display: inline;
	vertical-align: middle;
	line-height: 1.2em;
}
.terms ul li a {
	color: #58595B;
}
.terms ul li:not(:last-of-type):after {
	content: '|';
	display: inline;
	margin: 0 10px;
	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: 1.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;
}
.product-video {
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fp-section {
}
.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;
}

.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;
}
/* .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 {
	
}
.inner-header {
	
}
.masthead {
	display: inline-block;
	width: 35%;
	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: 59%;
	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;
}
.back-action a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: transparent url(../img/icon-chevron-back-black.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
	float: left;
}
.header-content h1 {
	color: #654C99;
	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 {
	margin-left:90px;
	position: relative;
}
.inner.ceo .inner-header {
	margin-bottom: 0px;
}
.inner.ceo .inner-content {
}
.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: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	border: 1px solid #ffffff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.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 {
	padding-top: 0px;
}
.inner.sustain-summary .inner-content .text {
	padding: 0;
	border: 0px;
	margin: 0px 10px 1em;
}
.side-quote {
	
}
.side-quote .quote-box {
	display: block;
	width: 70%;
	font-size: 15px;
	line-height: 1.4em;
	margin: 0 auto;
	background-color: #DDD5EA;
	box-sizing: border-box;
	padding: 3em 2em;
	text-align: center;
	border: 1px solid #58595B;
	position: relative;
	box-sizing: border-box;
}
.side-quote .quote-box:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 24px;
	height: 24px;
	background: #ffffff url(../img/quote-dog-ear-purple.svg) center center/contain no-repeat;
}
.side-quote .quote-box:after {
	background-color: #825FA8;
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
}
.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 .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;
	z-index: -2;
}
.inner.chairman .hero .human .splash-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 5%;
	background: transparent url(../img/chairman-splash-2.png) bottom center no-repeat;	
	background-size: contain;
	z-index: -1;
}
.inner.chairman .header-content {
	max-width: 400px;
}

.inner.chairman .inner-content {
}
.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 */
.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 .hero .human .splash-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 0px;
	background: transparent url(../img/page-header-ceo.png) top right no-repeat;	
	background-size: 120% 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 {
	border-left: 0px;
	border-right:1px solid #8D9093;
}

.inner.joint .inner-content .dear {
	background-color: transparent;
	color: #434243;
	padding: 0;
}
.inner.joint .inner-content .dear .to {
	border-color: #434243;
}
.inner.joint .inner-content .text {
	padding-top: 0px;
}

.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 */
.inner.financial .header-content h1 {
	color: #835AAF;
}
.inner.financial .masthead {
	width: 30%;
}
.inner.financial .stickies {
	
}
.financial-table {
	width: 80%;
	margin: 2em auto 0;
	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;
	border: 1px solid #2495AB;
	margin: 1em 0;
}
.fb.th .data-box { 
	border-color: #5AB474;
}
.fb .data-box .what {
	font-weight: bold;
	font-size: 14px;
}
.fb .counter {
	font-weight: bold;
	font-size: 36px;
	color: #2495AB;
	line-height: 1.2em;
}
.fb .unit {
	font-weight: bold;
	font-size: 20px;
	color: #2495AB;
}
.fb.th .counter, .fb.th .unit {
	color: #5AB474;
}
.financial-table .fb-heading {
	margin: 1em 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-color: #D2E4EC;
	border: 1px solid #1E82B0;
	padding: 0.1em 1em;
	width: 100%;
	box-sizing: border-box;
}
.financial-table .pie-chart {
	width: 80%;
	margin: 0 auto;
	max-width: 300px;
}

/* Joint Message Page */
.inner.joint .hero {
	width: 100%;
	height: 100%;
}
.inner.joint .hero .human {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.inner.joint .hero .human img {
	display: block;
	width: 100%;
	height: auto;
}
.inner.joint .hero .human .splash-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -25%;
	left: 0px;
	background: transparent url(../img/joint-splash-1.png) bottom center no-repeat;	
	background-size: 120% auto;
}
.inner.joint .header-content {
	width: 65%;
}
.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 */
.inner.sustain-glance {
}
.inner.sustain-glance .header-content {
	max-width: none;
	width: 67%;
}
.inner.sustain-glance .header-content h1 {
	color: #111111;
}
.inner.sustain-glance .header-content h1 em {
	font-size: 6vw;
	line-height: 1em;
	display: block;
}
.inner.sustain-glance .masthead {
	width: 30%;
}
.chart-sustain-glance {
	transform: translateX(-5%);
	width: 80%;
	margin: 2em auto 0;
}

/* Sustainability Framework */
.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-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;
}
.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;
	margin-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 img {
	display: inline-block;
	width: 76px;
	margin: 0 0.5em;
	vertical-align: top;
}
.vision-piramid {
	max-width: 900px;
	margin: 2em auto 0;
}

/* 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;
	overflow: hidden;
}
.sustain-summary .inner-content .col-main {
	width: 100%;
	display: block;
}
.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;
}

.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 */
.inner.sustain-download {
	background: #ACA985 url(../img/page-cover-sr.png) 0px 64px/38% auto no-repeat;
	background-attachment: fixed;
}
.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 .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: 3em;
	margin-bottom: 3em;
	max-width: 700px;
}
.download-row {
	display: flex;
}
body.download .download-row {
	margin: 3em 0 5em;
}
.download-row .cover {
	width: 45%;
}
body.download .download-row .cover {
	width: 25%;
}
.download-row .cover img {
	display: block;
	width: 100%;
	height: auto;
}
body.download .download-row .cover img {
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
}
.download-row .item-details {
	width: 50%;
	padding-left: 1em;
	padding-top: 3em;
}
.download-row.sr-full .item-details {
	padding-top: 8em;
}
body.download .download-row .item-details {
	width: 70%;
	padding-left: 2em;
	padding-top: 0px;
}
.download-row .item-details .download-title {
	color: #ffffff;
	font-size: 22px;
	width: 80%;
}
.download-row .item-details .action {
	
}
.download-row .item-details .action a {
	border: 2px solid #ffffff;
	border-radius: 30px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	font-size: 10px;
	padding: 0.5em 1em;
}
.download-row .item-details .action a:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url(../img/icon-download-s.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8em;
}
.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 {
}
.download-row.alt .item-details .sub-list {
/* 	direction: rtl; */
}

/* AR Download */
.inner.ar-download .masthead img.placeholder {
	padding-bottom: 20vw;
}
.inner.ar-download {
	background: #B45076 url(../img/page-cover-ar.png) 0px 64px/38% auto no-repeat;
	background-attachment: fixed;
}
.inner.ar-download .back-action a {
	border-color: #ffffff;
	color: #ffffff;
}
.inner.ar-download .back-action a:before {
	background-image: url(../img/icon-chevron-back-white.svg);
	float: left;
}
.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-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: 6vw;
}
.glance-box.glance-01 .num2 {
	top: 67%;
	left: 51%;
	font-size: 2.4vw;
	color: #ffffff;
}
.glance-box.glance-02 .num1 {
	top: 35%;
	left: 22%;
	font-size: 6vw;
}
.glance-box.glance-03 .num1 {
	top: 41%;
	left: 22%;
	font-size: 4vw;
}
.glance-box.glance-04 .num1 {
	top: 35%;
	left: 42%;
	font-size: 5vw;
}
.glance-box.glance-05 .num1 {
	top: 35%;
	left: 41%;
	font-size: 5vw;
}
/* .glance-box.glance-06 .num1 {
	top: 35%;
	left: 42%;
	font-size: 5vw;
} */
.glance-box.glance-07 .num1 {
	top: 47%;
	left: 36%;
	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: 3.6vw;
}

.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-weight: bold;
	color: #E05869;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
}
.chart-sustain-consumer .counter.one {
	top: 68%;
	left: 1%;
}
.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-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;
}
.black {
	color: #1A1818 !important;
}
.purple {
	color: #775894;
}
.darkpurple {
	color: #4A3A65;
}
.lightpurple {
	color: #9280AF !important;
}
.pink {
	color: #E777A5 !important;
}
.peach {
	color: #DA4C5A !important;
}
.blue {
	color: #0082B1;
}
.slide-box {
	height: 100vh;
	position: relative;
	width: calc(100% - 90px);
	margin-left: 90px;
	display: flex;
	align-items: center;
}
.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: 50%;	
}
.slide-box .col.hero {
	width: 56%;	
}
.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;
	margin: 0 auto;
	position: relative;
}
.slide-box .col.hero-col .content-box-cell .content {
	max-width: 100%;
	padding: 0px;
}
#fp-nav {
	margin-top: 0px !important;
	top: 180px !important;
	z-index: 999999;
}
#fp-nav.fp-left {
	left: 0px;
	width: 90px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #F11814;
	width: 10px;
	height: 10px;
	margin: 0px !important;
	transform: translate(-50%, -50%);
}
#fp-nav ul li, .fp-slidesNav ul li {
	width: 100%;
	margin: 0px 0px;
	padding: 10px 0px;
}

#fp-nav ul li a.active span,
#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 {
	width: 10px;
	height: 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) {
	
}

#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: 22px;
	height: 22px;
	border: 1px solid #F11814;
	border-radius: 50%;
	position: absolute;
	transform: translate(-30%, -30%);
	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;
	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: 50%;
	height: 100%;
}
.s2 .slide-box .col.left .subject {
	height: 100%;
	width: 100%;
	background-image: url(../img/hero-chairman2.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.s2 .slide-box .col.right {
	width: 60%;
}

.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 {
	
}
.s7 .slide-box .col.right {
	background-color: #DEDFE6;
	position: relative;
}
.s7 .slide-box .col.left .content-box-cell .content {
	max-width: 510px;
}
.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;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	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);
	}
}
.btn-play {
	display: block;
	cursor: pointer;
	width: 150px;
	height: 52px;
	position: absolute;
	top: 5vw;
	left: 10vw;
	z-index: 10;
	background: #333333;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.btn-play img {
	display: block;
	width: 32px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	transform: translate(5%, 50%);
}

.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;
}
.cursor {
	position: absolute;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 200ms;
	z-index: 9999;
	background-color: #cc0000;
}
.menu-back {
	width: 90px;
	height: 110px;
	border-top: 1px solid #ffffff;
	left: 0px;
	bottom: 64px;
	position: absolute;
	z-index: 999;
	background-color: #333333;
	color: #ffffff;
}
.menu-back a {
	width: 64px;
	display: flex;
	transform: rotate(
	-90deg) translate(-90%, 0%);
	transform-origin: 50% 0%;
}
.menu-back svg {
	transform: rotate(90deg);
	margin-left: 10px;
}
.menu-back span {
	color: #ffffff;
	display: inline-block;
	
}
.menu-download {
	width: 90px;
	height: 64px;
	border-top: 1px solid #ffffff;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 999;
}
.menu-download a {
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home.fp-viewing-intro .floating-bar *,
.home.fp-viewing-intro .floating-bar:before {
	border-color: #ffffff;
}
.home:not(fp-viewing-intro) .floating-bar *,
.home:not(fp-viewing-intro) .floating-bar:before,
.inner-page .floating-bar *,
.inner-page .floating-bar:before {
	border-color: #dddddd;
}
.home.fp-viewing-intro .floating-bar {
	background-color: #dfdcd5;
}
.gold {
	color: #E5AF4D !important;
}
.bold {
	font-weight: bold !important;
}
.magenta {
	color: #DA4C5A !important;
}
.red {
	color: #E2041D !important;
}
.fn-navy {
	color: #244781 !important;
}
.green {
	color: #5FC3B1 !important;
}
.hero-box {
	position: relative;
}
.hero-box .hero-image {
	text-align: center;
}
.hero-box .hero-image img {
	display: block;
	margin: 0 auto;
	position: relative;
}
.hero-box .top {
	position: relative;
	margin-left: 50px;
	opacity: 0;
}
.hero-box .bottom {
	position: relative;
	margin-left: 60px;
	opacity: 0;
}
.hero-title {
	width: 70%;
	position: absolute;
	bottom: 0px;
}
.hero-image:before {
	content: ' ';
	position: absolute;
	z-index: 0;
	height: calc(5em + 36px);
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: #D64D5D;
}
.hero-title .wrap {
	position: relative;
	padding: 18px 36px;
	height: 5em;
}
.hero-title .name {
	color: #ffffff;
	line-height: 1.4em;
	font-weight: bold;	
}
.hero-title .heros {
	display: flex;
}
.hero-title .heros .wrap {
	width: 50%;
	padding: 20px;
}
.hero-title .heros .wrap:first-of-type {
	width: 30%;
	padding-right: 10px;
}
.hero-title .heros .wrap:last-of-type {
	width: 70%;
	padding-left: 10px;
}
.hero-title .position {
	color: #FAD670;
}
.hero-title .heros .name {
	font-size: 14px;
	line-height: 1.3em;
}
.hero-title .heros .position {
	font-size: 14px;
	line-height: 1.3em;
}
.hero-box .quote {
	background-color: #F5F5F5;
	padding: 36px;
	display: flex;
	position: relative;
	overflow: hidden;
}
.hero-box .quote .blocking {
	background-color: #F5F5F5;
}
.hero-box .quote .text {
	font-size: 26px;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	color: #D64D5D;
	font-weight: 300;
	flex-shrink: 1;
	padding: 0px 1em;
}
.hero-box .quote:before {
	content: ' ';
	width: 30px;
	height: 26px;
	flex-shrink: 0;
	background: transparent url(../img/icons/icon-quote-open-red.svg) left top/contain no-repeat !important;
}
.hero-box .quote:after {
	content: ' ';
	width: 30px;
	height: 26px;
	flex-shrink: 0;
	background: transparent url(../img/icons/icon-quote-close-red.svg) left bottom/contain no-repeat !important;
	align-self: flex-end;
}
.hero-col {
	opacity: 0;
	background: transparent url(../img/bg/bg-profile-wave.png) right center/auto 100% no-repeat !important;
}
.ceo .hero-image:before {
	background-color: #9280AF;
}
.hero-box.ceo .quote .text {
	color: #9280AF;
}
.hero-box.ceo .quote:before {
	background-image: url(../img/icons/icon-quote-open-purple.svg) !important;
}
.hero-box.ceo .quote:after {
	background-image: url(../img/icons/icon-quote-close-purple.svg) !important;
}
.hero-box.ceo .hero-title .wrap {
	height: 4em;
}

.s4 .slide-box .col.left {
	flex-grow: 1;
}
.s4 .col.right {
	width: 40%;
	background-color: #D7648E;
	position: relative;
}
.s4 .slide-box .col .content-box-cell .content {
	max-width: 560px;
}
.s4.section .content .title {
	margin-bottom: 2vh;
}
.facts {
	position: relative;
}
.facts .row {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 20px 0px;
}
.facts .row:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0px;
	border-bottom: 1px solid #9280AF;
	width: 100%;
}
.facts.side .row {
	justify-content: flex-start;
}
.facts.side .row:after {
	border-bottom: 1px dashed #ffffff;
}
.facts.main .row.row1 {
	align-items: end;
}
.facts.main .row.row1:after {
	width: 66%;
}
.facts.main .row.row2 {
	padding: 30px 0px;
}
.facts.main .row.row3:after {
	display: none;
}
.facts.main .row.row3 .counter {
	margin: 5px 0px 10px;
}
.facts .icon {
	position: relative;
	flex-shrink: 0;
}
.facts .row.row1 .icon {
	
}
.facts .row .col {
	position: relative;
}
.facts .row .col .label {
	font-weight: bold;
	color: #4A3A65;
	font-size: 24px;
}
.facts.side .row .icon {
	margin-right: 24px;
	width: 82px;
	flex-shrink: 0;
	flex-grow: 0;
}
.facts.side .row .col .label {
	color: #ffffff;
}
.facts .row .col .label.smaller {
	font-size: 20px;
}
.facts .row .col .label.smallest {
	font-size: 18px;
}
.facts .row .col .label.font18 {
	font-size: 18px;
}
.facts .row .col .label.font17 {
	font-size: 17px;
}
.facts .row .col .counter {
	color: #95D1D8;
	font-weight: bold;
}
.facts.side .row .col .counter {
	color: #244781;
}
.float-right {
	float: right;
}
.inline-block {
	display: inline-block !important;
}
.facts .row span {
	display: inline-block;
	line-height: 1em;
}
.facts .row .col .circle {
	background-color: #95D1D8;
	border-radius: 50%;
	color: #ffffff;
	line-height: 2em;
	width: 2em;
	text-align: center;
	display: inline-block;
	font-size: 24px;
}
.facts .row .col .big-circle {
	background-color: #95D1D8;
	border-radius: 50%;
	color: #ffffff;
	width: 10em;
	height: 10em;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -3vh;
}
.facts .row .col .big-circle .stat {
	text-align: left;
	margin-bottom: 1em;
	white-space: nowrap;
}
.facts .row .col .big-circle .label {
	line-height: 1em;
	
}
.facts .row .col .circle .num {
	color: #ffffff;
}
.facts .row .col .icon-text:not(:last-of-type) {
	margin-bottom: 20px;
}
.facts .big {
	font-size: 82px;
}
.facts .medium {
	font-size: 72px;
}
.facts .standard {
	font-size: 56px;
}
.facts.side {
	max-width: 300px;
	margin: 0 auto;
}
.font68 {
	font-size: 68px !important;
}
.font64 {
	font-size: 64px !important;
}
.text-center {
	text-align: center;
}
.icon-text {
	display: flex;
	align-items: start;
}
.icon-text .icon {
	margin-right: 10px;
	width: 56px;
	flex-shrink: 0;
	flex-grow: 0;
}
.icon-text .desc {
	color: #4A3A65;
}
.icon-text .desc .desc-label {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}
.icon-text .desc .desc-text {
	font-size: 16px;
	line-height: 1.2em;
}
.big-circle.trusted {
	font-weight: bold;
	background-color: #396EB4;
	border-radius: 50%;
	color: #ffffff;
	width: 10em;
	height: 10em;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	bottom: 6vh;
	transform: translateX(-50%);
	opacity: 0;
}
.big-circle.trusted .label {
	line-height: 1.1em;
}
.big-circle.trusted span {
	display: inline-block;
	line-height: 1em;
}
.hero.financial {
	position: relative;
}
.hero.financial img {
	display: block;
}
.content .actions .main-actions.full {
	display: block;
	max-width: 80%;
	border-top: 4px solid #E2041D;
}
.content .actions .main-actions.full.download {
	border-top: 4px solid #244781;
}
.content .actions .main-actions.full a.btn {
	border-top: 0px !important;
	margin-right: 0px;
}
.s6 .slide-box .col.right .content-box-table {
	background: transparent url(../img/bg/bg-sustain2-edit.jpg) center center/cover no-repeat !important;
}
.s6 .hero-sus {
	display: block;
	width: 100%;
}
.download-section {
	display: flex;
	align-items: center;
	padding: 0px 0px;
	position: relative;
}
.col.right .download-section {
	margin-bottom: 2em;
}
.download-section .download-thumb {
	padding-right: 10px;
	width: 40%;
}
.download-section.alt .download-thumb {
	padding-left: 10px;
	padding-right: 0px;
}
.download-box {
	width: 100%;
}
.download-box .download-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}
.download-box .download-title.big {
	font-size: 24px;
}
.download-box .download-title.bigger {
	font-size: 28px;
}
.download-list a.read-more {
	display: inline-block;
	padding: 10px 0px 0px;
	color:#E2041D;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
}
.download-list a.download {
	display: inline-block;
	padding: 10px 0px 0px;
	color:#244781;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
}
.download-list ul {
	
}
.download-list ul li {
	display: flex;
}
.download-list a.read-more.top-border {
	border-top: 4px solid #E2041D;
}
.download-list a.read-more:after {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/icons/icon-read-more.svg) center center/contain no-repeat;
	margin-left: 24px;
	flex-shrink: 0;
	flex-grow: 0;
}
.download-list a.download.top-border {
	border-top: 4px solid #244781;
}
.download-list a.download:after {
	content: ' ';
	display: inline-block;
	width: 23px;
	height: 18px;
	background: transparent url(../img/icons/icon-download-pdf.svg) center center/contain no-repeat;
	margin-left: 24px;
	flex-shrink: 0;
	flex-grow: 0;
}
.download-list.full,
.download-list.full ul {
	width: 100%;
}
.download-list.full ul li {
	display: block;
	text-align: left;
	width: 100%;
}
.download-list.full ul li a {
	margin-right: 0px;
	padding-bottom: 5px;
	line-height: 1.3em;
	width: 100%;
}
.download-box sup {
	font-size: 0.7em;
}
.inner-page {
	
}
.inner-page .page-title {
	color: #E2041D;
	position: absolute;
	transform: rotate(-90deg) translate(-100%, -50%);
	transform-origin: 0% 0%;
	white-space: nowrap;
	z-index: 9999;
	top: 180px;
	left: 50%;
	padding: 0px 10px;
}
.inner-page .page-title .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #F11814;
	margin-left: 15px;
}
.inner-page .page-title .dot:before {
	content: ' ';
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #F11814;
	border-radius: 50%;
	position: absolute;
	transform: translate(-30%, -30%);
	z-index: -1;
}
.inner-content-row {
	display: flex;
}
.inner-content-row .col {
	width: 50%;
	position: relative;
}
.inner-content-row .col.left {
	width: 60%;
}
.inner-content-row .col.right {
	width: calc((100% - 90px)/10*4);
}
.inner-content-row.floating-profile .col.right {
	width: calc((100% - 90px)/10*4);
	height: 100vh;
	position: fixed;
	top: 0px;
	right: 0px;
}
.inner-content-text {
	padding: 72px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.inner-content-text .heading {
	font-weight: bold;
	margin-bottom: 1em;
}
.inner-content-text .title {
	margin-bottom: 5vh;
	letter-spacing: -0.02em;
	line-height: 0.85em;
	font-size: 64px;
}
.inner-content-text .text p {
	margin-bottom: 1em;
	text-align: justify;
}
.hero-floating {
	position: relative;
	height: 100%;
	width: 100%;
}
.hero-floating .hero-profile-pic {
	width: 100%;
	height: 100%;
	background-color: #dddddd;
}
.hero-floating .hero-profile-pic.chairman {
	background: transparent url(../img/hero/hero-chairman.jpg) center top/cover no-repeat;
}
.hero-floating .hero-profile-pic.ceo {
	background: transparent url(../img/hero/hero-ceo.jpg) center top/cover no-repeat;
}
.hero-floating .hero-profile-pic.ceo-chairman {
	background: transparent url(../img/hero/hero-chairman-ceo-joint.jpg) center bottom/cover no-repeat;
}
.sustain-joint .inner-content-row.floating-profile .col.left {
/* 	width: 55%; */
}
.sustain-joint .inner-content-row.floating-profile .col.right {
/* 	width: calc((100% - 90px)/10*4.5); */
}
.hero-floating .hero-title {
	width: 100%;
	background-color: #D64D5D;
}
.hero-floating .hero-title .wrap {
	height: auto;
}
.hero-floating.ceo .hero-title {
	background-color: #9280AF;
}
.hero-floating.ceo-chairman {
	display: flex;
	flex-direction: column;
}
.hero-floating.ceo-chairman .hero-title {
	position: relative;
	background-color: #5FC3B1;
}
.dashed {
	border-bottom: 1px dashed #333333;
	margin: 36px 0;
}
.dashed.gray {
	border-color: #999999;
}
h3.subheading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 0.8em;
}
h3.subheading-alt {
	font-size: 18px;
	font-weight: bold;
	margin: 1.4em 0 0.8em;
}
h3.subheading.boxed {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 0.8em;
	color: #5FC3B1;
	padding: 0.5em 1em;
	border: 1px solid #5FC3B1;
	display: inline-block;
}
h3.subheading2 {
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 0.8em;
}
h2.subheading {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 1em 0 0.8em;
	line-height: 1.1em;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.inner-content-text .quote {
	background-color: #F5F5F5;
	padding: 36px 24px;
	display: flex;
	margin-top: 32px;
	margin-bottom: 32px;
}
.inner-content-text .quote .text {
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	color: #D64D5D;
	font-weight: 300;
	flex-shrink: 1;
	padding: 0px 0.8em;
	text-align: justify;
}
.inner-content-text .quote:before {
	content: ' ';
	width: 30px;
	height: 26px;
	flex-shrink: 0;
	background: transparent url(../img/icons/icon-quote-open-red.svg) left top/contain no-repeat !important;
}
.inner-content-text .quote:after {
	content: ' ';
	width: 30px;
	height: 26px;
	flex-shrink: 0;
	background: transparent url(../img/icons/icon-quote-close-red.svg) left bottom/contain no-repeat !important;
	align-self: flex-end;
}
.inner-content-text .signature {
	text-align: right;
	margin-top: 48px;
}
.inner-content-text .signature .sign {
	margin-bottom: 20px;
}
.inner-content-text .signature .sign img {
	display: block;
	margin-left: auto;
	max-height: 100px;
}
.inner-content-text .signature .name {
	font-weight: bold;
}
.inner-content-text .signature .position {
	font-style: italic;
}
.inner-content-text .text .columns {
	display: flex;
	justify-content: space-between;
}
.inner-content-text .text .columns .column {
	width: calc(50% - 1em);
}
.inner-content-text .text ul {
	list-style: disc;
	margin-left: 1.4em;
	position: relative;
	margin-bottom: 1.4em;
}
.inner-content-text .text ul li:not(:last-of-type) {
	margin-bottom: 0.8em;
}
.inner.financial .inner-content-row .col.left {
	width: 30%;
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}
.inner.financial .inner-content-row .col.right {
	width: 70%;
	position: relative;
	background-color: #E8E5DA;
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.inner.financial .inner-content-row .col.left .inner-content-text {
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	width: calc((100% - 90px)/10*3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px;
}
.inner.financial .inner-content-row .col.left .inner-content-text .title {
	text-align: left;
	display: inline-block;
	padding: 72px;
}
.inner.financial .inner-content-row .col.left .inner-content-text .hero.financial {
	transform: none;
}
.inner.financial .inner-content-row .col.right .stickies-main {
	max-width: 780px;
	padding: 0px 36px;
	margin: 0 auto;
}

.financial-charts {
	
}
.financial-charts .subtitle {
	margin-bottom: 20px;
}
.financial-charts .subtitle .line1 {
	font-weight: bold;
	font-size: 42px;
	letter-spacing: -0.02em;
	color: #F5B01A;
	line-height: 1.1em;
	display: block;
}
.financial-charts .subtitle .line2 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -0.02em;
	color: #4A3A65;
	line-height: 1.1em;
	display: block;
}
.financial-charts .subtitle:after {
	content: ' ';
	display: block;
	width: 50px;
	border-bottom: 3px solid #F5B01A;
	margin-top: 14px;
}
.financial-charts .columns {
	display: flex;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.financial-charts .columns .column {
	width: 50%;
	text-align: center;
}
.financial-chart .chart-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.1em;
}
.financial-chart .chart-value {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1em;
}
.financial-chart .chart-value .unit {
	font-size: 18px;
}
.financial-chart .pie-chart {
	width: 300px;
	margin: 20px auto;
}
.custom-legend {
	text-align: center;
	font-size: 14px;
	margin-top: 24px;
}
.custom-legend .custom-legend-wrap {
	display: inline-block;
}
.custom-legend .custom-legend-content {
	padding: 10px;
	background-color: #dddddd;
	border-radius: 10px;
	border: 3px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-legend .custom-legend-content .single-legend {
	margin: 0px 10px;
	display: flex;
	align-items: center;
}
.custom-legend .custom-legend-content .single-legend .color {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #333;
	margin-right: 10px;
}
.custom-legend .custom-legend-content .single-legend.my .color {
	background-color: #8ACDD5;
}
.custom-legend .custom-legend-content .single-legend.th .color {
	background-color: #F6B11A;
}
.custom-legend .custom-legend-content .single-legend.others .color {
	background-color: #E777A5;
}
.financial-stats {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.financial-stats .stats-box {
	border: 1px solid #cccccc;
	padding: 14px;
	margin: 20px;
}
.financial-stats .stats-box .flag {
	text-align: center;
	margin-top: -42px;
}
.financial-stats .stats-box .flag img {
	border-radius: 50%;
	overflow: hidden;
	width: 64px;
}
.stat-circle .label {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2em;
}
.stat-circle .unit {
	font-size: 16px;
	letter-spacing: 0.05em;
}
.stat-circle .number {
	font-size: 36px;
	line-height: 1.2em;
}
.stats-cols {
	display: flex;
}
.stats-cols .stats-col {
	width: 50%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.stats-title-wrap {
	text-align: center;
	margin-bottom: -20px;
	position: relative;
}
.stats-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #F5B01A;
	padding: 4px 20px;
	font-size: 14px;
	background-color: #ffffff;
	text-align: center;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	display: inline-block;
	letter-spacing: 0.05em;
}
.stat-circle {
	background-color: #F5B01A;
	border-radius: 50%;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 70%;
	min-width: 200px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.stat-circle .circle-wrap {
	padding: 10px;
}
.stat-circle:before {
  content:'';
  float: left;
  width: auto;
  padding-bottom: 100%;
}

.stats-box.th .stats-title {
	color: #F19121;
}
.stats-box.th .stat-circle {
	background-color: #F19121;
}
.inner-content-row .content .title {
	margin-bottom: 5vh;
	letter-spacing: -0.02em;
	line-height: 0.85em;
	font-size: 64px;
}
.inner-page.sustain-joint .inner-content-row {
	
}
.inner-page.sustain-inner .inner-content-row .col.left {
	width: 50%;
}
.inner-page.sustain-inner .inner-content-row .col.right {
	width: 50%;
}
.inner-page.sustain-inner .inner-content-row .content-box-cell .content {
	padding: 72px;
	margin: 0 auto;
}
.inner-page.sustain-inner .inner-content-row .subtitle,
.inner-page.sustain-joint .inner-content-row .subtitle {
	font-size: 20px;
	margin-bottom: 4vh;
}
.inner-page.sustain-inner .inner-content-row .subtitle:after,
.inner-page.sustain-joint .inner-content-row .subtitle:after {
	content: ' ';
	display: block;
	width: 50px;
	border-bottom: 3px solid #F5B01A;
	margin-top: 10px;
}
.inner-page.sustain-inner .inner-content-row .subtitle .bold,
.inner-page.sustain-joint .inner-content-row .subtitle .bold {
	font-weight: bold;
}
.inner-page.sustain-inner .inner-content-row .subtitle .medium,
.inner-page.sustain-joint .inner-content-row .subtitle .medium {
	font-weight: 500;
}

.title-box .quote {
	background-color: transparent;
	border: 4px solid #C5D6D6;
	padding: 36px;
	position: relative;
}
.title-box .quote .text {
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	font-weight: 300;
	flex-shrink: 1;
	padding: 0px;
	position: relative;
}
.title-box .quote .text strong {
	color: #5FC3B1;
}
.title-box .quote:before {
	content: ' ';
	width: 30px;
	height: 26px;
	background: transparent url(../img/icons/icon-quote-open-purple.svg) left top/contain no-repeat !important;
	position: absolute;
	left: 24px;
	top: 0px;
	transform: translateY(-50%);
}
.title-box .quote:after {
	content: ' ';
	width: 30px;
	height: 26px;
	flex-shrink: 0;
	background: transparent url(../img/icons/icon-quote-close-purple.svg) left bottom/contain no-repeat !important;
	position: absolute;
	right: 24px;
	bottom: 0px;
	transform: translateY(50%);
}
.inner-content-normal {
	padding: 72px;
	margin: 0 auto 0 0;
	max-width: 760px;
}
.inner-content-normal .heading {
	font-weight: bold;
	margin-bottom: 1em;
}
.inner-content-normal .text p {
	margin-bottom: 1em;
	text-align: justify;
}
.inner-content-normal .text ul {
	list-style: disc;
	padding-left: 1.4em;
	position: relative;
	margin-bottom: 1em;
	overflow: hidden;
}
.inner-content-normal .text ul li:not(:last-of-type) {
	margin-bottom: 1em;
}
.environmental-awards {
	background-color: #9280AF;
	padding: 36px;
	background-image: url(../img/bg/bg-environmetal-awards.png);
	background-position: right 30px top 30px;
	background-repeat: no-repeat;
	background-size: auto 90%;
	margin: 1.4em 0px;
}
.environmental-awards .title {
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
.environmental-awards .big-title {
	color: #ffffff;
	line-height: 1.3em;
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}
.environmental-awards p, .environmental-awards li, .environmental-awards a {
	color: #ffffff;
}
.read-pdf {
	margin: 1em 0;
}
.read-pdf a {
	display: flex;
	align-items: center;
}
.read-pdf a .icon {
	background: transparent url(../img/icons/icon-read-pdf-black.svg) center center/contain no-repeat !important;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.environmental-awards .read-pdf {
	margin-bottom: 0px;
}
.environmental-awards .read-pdf a .icon {
	background-image: url(../img/icons/icon-read-pdf.svg) !important;
}
.read-pdf a .text {
	font-style: italic;
	font-size: 13px;
}
.environmental-awards ul {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	position: relative !important;
	overflow: hidden !important;
}
.environmental-awards ul:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 5px;
	top: 1em;
	height: 100%;
	border-right: 1px solid #ffffff;
}
.environmental-awards ul li {
	position: relative;
	padding-left: 32px;
}
.environmental-awards ul li:before {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 0.5em;
	background-color: #D64D5D;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	border: 1px solid #ffffff;
}

.signatures {
	display: flex;
	justify-content: space-between;
}
.signatures .signature.left {
	text-align: left;
	max-width: 40%;
}
.signatures .signature.right {
	max-width: 40%;
}
.inner-content-text .signatures .signature.left .sign img {
	margin-left: 0px;
	margin-right: auto;
}

.inner-page.sustain-glance .inner-content-row .content-box-cell .content {
	padding: 72px;
	margin: 0 auto;
}
.sus-highlight-row {
	background-color: #dddddd;
	padding: 36px 72px;
}
.sus-highlight-row.last {
	padding-bottom: 72px;
}
.sustain-glance .inner-content-row .content .title {
	margin-bottom: 0px;
}
.sus-highlight-row.gray {
	background-color: #949598;
	color: #ffffff;
}
.sus-highlight-row.blue {
	background-color: #3B8CCC;
	color: #ffffff;
}
.sus-highlight-row.lightblue {
	background-color: #4F93D1;
	color: #ffffff;
}
.sus-highlight-row.red2 {
	background-color: #D64D5D;
	color: #ffffff;
}
.sus-highlight-row.lightred {
	background-color: #EF667E;
	color: #ffffff;
}
.sus-highlight-row.green2 {
	background-color: #5DBB8D;
	color: #ffffff;
}
h3.subheading.boxed.white {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 0.8em;
	color: #ffffff;
	padding: 0.5em 1em;
	border: 1px solid #ffffff;
	display: inline-block;
}
h4.subheading2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
.sus-highlight-row .boxes .row.middle-icon {
	
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(1) {
	width: calc(50% - 68px) !important;
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(1) .icon-box {
	padding-right: 0px;
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(2) {
	width: 68px !important;
	align-self: center !important;
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(3) {
	width: 50% !important;
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(3) .icon-box {
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(1):before,
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(2):before {
	display: none !important;
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(2) {
	
}
.sus-highlight-row .boxes .row.middle-icon .col:nth-of-type(2) img {
	width: 68px;
	flex-grow: 0;
	flex-shrink: 0;
}
.sus-highlight-row .boxes .row.col31 {
	
}
.sus-highlight-row .boxes .row.col31 .col:nth-of-type(1) {
	width: 66.66%
}
.sus-highlight-row .boxes .row.col31 .col:nth-of-type(2) {
	width: 33.33%
}
.sus-highlight-row .boxes .row.col13 {
	
}
.sus-highlight-row .boxes .row.col13 .col:nth-of-type(1) {
	width: 33.33%
}
.sus-highlight-row .boxes .row.col13 .col:nth-of-type(2) {
	width: 66.66%
}
.sus-highlight-row .wrap {
	margin-left: auto;
	margin-right: auto;
}
.sus-highlight-row .boxes {
	
}
.sus-highlight-row .boxes .row {
	display: flex;
	align-items: center;
	height: 100%;
}
.icon-box {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px;
	height: 100%;
}
.icon-box .yellow {
	color: #FFCC02;
	font-weight: bold;
}
.icon-box .boxed {
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1em;
	margin: 2px 0px;
	white-space: nowrap;
}
.icon-box .yellow-boxed {
	color: #FFCC02;
	border: 1px solid #FFCC02;
	font-weight: bold;
	display: inline-block;
	padding: 5px 5px;
	line-height: 1em;
	margin: 2px 0px;
	white-space: nowrap;
	font-size: 24px;
}
.sus-highlight-row .boxes .row .col {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
.sus-highlight-row .boxes .row .col:not(:last-of-type):before {
	content: ' ';
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	height: calc(100% - 10px);
	border-right: 1px dashed #ffffff;
}
.sus-highlight-row .boxes .row .col:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 2%;
	width: 96%;
	border-bottom: 1px dashed #ffffff;
}
.sus-highlight-row .boxes .row > .col {
	width: 33.33%;
}
.sus-highlight-row .boxes .row .col .col:after,
.sus-highlight-row .boxes .row:last-of-type .col:after {
	display: none;
}
.sus-highlight-row .boxes .row.cols2 > .col {
	width: 50%;
}
.icon-box .icon {
	margin-right: 15px;
	width: 60px;
	flex-shrink: 0;
	flex-grow: 0;
}
.icon-box .desc {
	line-height: 20px;
	flex-grow: 1;
}
.icon-box .desc.smaller {
	font-size: 14px;
}
.icon-box.right .icon {
	margin-left: 15px;
	margin-right: 0px;
}
.icon-box .desc .footnote {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 5px;
}
.font24 {
	font-size: 24px;
}
.sustain-summary .inner-content-row .content .title,
.sustain-framework .inner-content-row .content .title {
	margin-bottom: 0px;
	line-height: 0.85em;
}
.sustain-summary .inner-content-row .content .title span,
.sustain-framework .inner-content-row .content .title span {
	line-height: 0.85em;
}
.inner-page.sustain-summary {
	background-color: #FEF5EC;
}
.inner-page.sustain-inner.sustain-summary .inner-content-row,
.inner-page.sustain-inner.sustain-framework .inner-content-row {
	align-items: center;
}
.inner-page.sustain-inner.sustain-summary .inner-content-row .col.left,
.inner-page.sustain-inner.sustain-framework .inner-content-row .col.left {
	width: 40%;
}
.inner-page.sustain-inner.sustain-summary .inner-content-row .col.right,
.inner-page.sustain-inner.sustain-framework .inner-content-row .col.right {
	width: 60%;
}
.inner-page.sustain-inner.sustain-summary .inner-content-row .quote .text,
.inner-page.sustain-inner.sustain-framework .inner-content-row .quote .text {
	font-size: 16px;
	margin: 0px;
	line-height: 1.3em;
}
.inner-page.sustain-inner.sustain-summary .inner-content-row .content-box-table {
}
.inner-page.sustain-inner.sustain-summary .inner-content-row .content-box-table .content-box-cell {	
}
.inner-page.sustain-inner.sustain-summary .inner-content-row .content-box-table .content-box-cell .content {
	
}
.focus-content {
	max-width: 960px;
	margin: 0 auto 10vh;
	padding: 36px;
}
.focus-table {
}
.table-row {
	display: flex;
}
.table-cell {
	margin: 2px;
	background-color: #ffffff;
	padding: 20px 20px;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.table-cell.col1 {
	width: 24%;
}
.table-cell.col2 {
	width: 38%;
}
.table-cell.col3 {
	width: 38%;
}
.table-row.header .table-cell {
	background-color: #dddddd;
	font-weight: bold;
	padding: 10px 20px;
}
.table-cell.blue {
	background-color: #4EACE0;
}
.table-cell.orange {
	background-color: #FDB543;
}
.table-cell.green {
	background-color: #9EC94D;
	color: #ffffff !important;
}
.table-row:not(.header) .table-cell.col1 {
	font-weight: bold;
	color: #ffffff;
}
.table-row:not(.header) .table-cell .icon-label {
	display: flex;
	align-items: center;
	align-self: center;
}
.table-row:not(.header) .table-cell .icon-label .icon {
	width: 48px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 15px;
	text-align: center;
}
.focus-content .note {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.framework-content {
	max-width: 960px;
	padding: 36px;
	margin: 0 auto 10vh;
}
.num-flex {
	display: flex;
	align-items: center;
}
.num-flex .num {
	margin-right: 15px;
	line-height: 1em;
	text-align: center;
}
.num-flex .num sup {
	line-height: 1em;
}
.sus-highlight-row .boxes .row .col .col:after,
.sus-highlight-row .boxes .row:last-of-type .col:after {
	display: none;
}
.col.hide-vertical-border:before {
	display: none !important;
}
.sus-highlight-row .boxes .row .col:not(:last-of-type):before {
	
}

.circle-highlight {
	background-color: #F8B2B7;
	border-radius: 50%;
	text-align: center;
	display: inline-flex;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 70%;
	min-width: 180px;
	color: #58595B;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
}
.circle-highlight .circle-wrap {
	padding: 10px;
}
.circle-highlight:before {
  content:'';
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.circle-highlight .label {
	font-weight: bold;
	font-size: 18px;
	color: #58595B;
}
.circle-highlight .label.yellow {
	color: #FCDD71;
}
.hm_navs{
	padding-left: 30px;
	padding-top: 30px;
}
.hm_navs .hm_navs_labels{
  writing-mode: tb-rl;
  transform-origin: left center;
  transform: rotate(-180deg);
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  left: 20px;
  line-height: 1.1em;
  display: none;
}
.hm_navs > div {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.hm_track {
	transition: all .3s linear;
}
.custom-site-menu .hm_track {
	fill: #E2041D;
}
.custom-site-menu .active .hm_track {
}
.hm_progress { 
  fill: transparent;
  stroke-width: 0;
  stroke-linecap: round;
  transform: rotate(270deg);
  transform-origin: center;
  transition: all 0s linear;
  stroke-dasharray: 78.9031;
  stroke-dashoffset: 78.9031;
}
.custom-site-menu .active .hm_progress {
	stroke-width: 1;
	transition: stroke-dashoffset 7s linear;
	stroke: #E2041D;
	stroke-dashoffset: 0;
}
.hm_navs_labels {
	color: #E2041D;
}
.custom-site-menu .active + .hm_navs_labels {
	display: block;
}
.blocking {
	position: absolute;
	width: 104%;
	height: 104%;
	top: -1%;
	left: -2%;
	background: #ffffff;
	z-index: 5;
	transition: all ease-in-out 500ms;
}
.blocking.alt {
	left: auto;
	right: -2%;
}
.effect-block {
	position: relative;
}
.facts.side .blocking {
	background-color: #D7648E;
}
.s7 .col.right .blocking {
	background-color: #DEDFE6;
}
.sustain-summary .inner-content-row .content .blocking {
	background-color: #FEF5EC;
}
.h1.title,
.h2.subtitle {
	position: relative;
}
/* .inner-page.chairman .hero-floating .blocking {
	background-color: #D64D5D;
}
.inner-page.ceo .hero-floating .blocking {
	background-color: #9280AF;
} */
.mobile-vip.chairman {
	background: transparent url(../img/bg/bg-chairman.jpg) center center/cover no-repeat;
	padding-top: 0px;
}
.mobile-vip.ceo {
	background: transparent url(../img/bg/bg-chairman.jpg) center center/cover no-repeat;
	padding-top: 0px;
}
.mobile-vip img {
	margin-top: 20px;
}
.mobile-vip.chairman:before {
	content: ' ';
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgb(214,77,93);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.mobile-vip.chairman:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 40%;
	z-index: 2;
	background: rgb(214,77,93);
	background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}
.mobile-vip.ceo:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgb(214,77,93);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.mobile-vip.ceo:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 40%;
	z-index: 2;
	background: rgb(214,77,93);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.mobile-vip .flex {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}
.mobile-vip .flex .column {
	width: 50%;
}
.mobile-vip .flex .column.left {
	width: 50%;
}
.mobile-vip.chairman .flex .column.right {
	box-sizing: border-box;
	padding: 0px 20px;
}
.mobile-vip.ceo .flex .column.left {
	box-sizing: border-box;
	padding: 0px 20px;
}
.mobile-vip .flex .column img {
	display: block;
}
.mobile-vip .main-actions {
	display: block;
}
.mobile-vip .actions a.btn {
	display: block;
	padding: 8px 0px 0px;
	color:#E2041D;
	border-top: 3px solid #E2041D;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	cursor: pointer;
}
.mobile-vip .actions a.btn:after {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/icons/icon-read-more.svg) center center/contain no-repeat;
	margin-left: 24px;
}
.mobile-vip .actions a.btn.download {
	color:#244781;
	border-color: #244781;	
}
.mobile-vip .actions a.btn.download:after {
	width: 23px;
	background: transparent url(../img/icons/icon-download-pdf.svg) center center/contain no-repeat;
}