@import "fonts.css";

.clearfix:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.clearfix {/*display:inline-block;*/}
/* start commented backslash hack \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* close commented backslash hack */

html, body {font-family: "EwoSans-Thin", "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif"; color: var(--GrayText); scroll-behavior: smooth; letter-spacing: 0.35px !important;}
html {font-size:18px;}

/* Chart colors */
:root {
	--color1: #193A80; /* bar color */
	--color2: rgb(84 128 221 / 80%);
	--color3: rgb(0 195 195 / 100%);
	--color4: rgb(159 226 189 / 100%);
	--color5: rgb(206 78 255 / 100%);
	--color6: rgb(146 234 231 / 100%);;
	--color7: rgb(177 179 182 / 100%);;
	--color8: #F8991C;
	--color9: #BDBDB0;
	--color0: #9D9E94;
	--colorA: #0072BC;
	--colorB: #8ED8F8;
	--colorC: rgb(84 128 221 / 80%); /* bar color */

	--darkRed: #CA1538;
	--darkBlue: #193A80;
	--GrayText: #231F20;
	--GrayBg: #F3F3F3;
	--GrayFooter: #E7E7E7;
	--Gray: #646970;
	--GrayMenu: #73797F;
	--darkGray: #48535B;
	--darkGrayBorder: #AEB8BE;
	--lightGrayBorder: rgb(115 121 127 / 20%);
	--downloadGrayBorder: #95999f;
	--lightBlue: #A9BFEE;
	--lightBlueBg: #F2F5FC;
	--lightBlueBg2: #E8ECF7;
	--lightBlueTable: #E9EFFA;
	--tealBlue: #00C3C3;
	--midBlue: #5D7CBE;
	--midBlue2: #839FD2;
	--midBlue80: rgb(33 77 170 / 80%);
	--grayBlueD: #5E91A8;
	--grayBlueL: #80A9BD;
	--grayNumber: #414042;
	--white: 	#FFFFFF;
	--CVcolor1: #FDBA4D;
	--CVcolor2: #7CBCD9;
	--CVcolor3: #AE96C7;
	--CVcolor4: #84C98B;

	--Regular: 0.35px;
	--Semibold: 0.5px;
	--Bold: 0.75px;
	--origin: bottom;
}

.thin {font-family: "EwoSans-thin" !important; font-weight: lighter !important; letter-spacing: inherit !important;}
.regular {font-family: "EwoSans-Regular" !important; font-weight: normal !important; letter-spacing: inherit !important;}
.semibold {font-family: "EwoSans-Semibold" !important; font-weight: bold !important; letter-spacing: var(--Semibold) !important;}
b, strong, .bold {font-family: "EwoSans-Bold" !important; font-weight: bold !important; letter-spacing: var(--Bold) !important;}
.blue, p.blue, .article  p.blue h3.blue {color:#1285a6 !important;}
.logoblue, p.logoblue, .article  p.logoblue {color:#004181 !important;}
.tealblue, p.tealblue, .article  p.tealblue {color:var(--tealBlue) !important;}
.lightblue, p.lightblue, .article  p.lightblue {color:var(--lightBlue) !important;}
.darkblue, p.darkblue, .article  p.darkblue, ul.darkblue li {color:var(--darkBlue) !important;}
.midBlue, p.midBlue, .article  p.midBlue, ul.midBlue li {color:var(--midBlue) !important;}
.gray, p.gray, .article  p.gray {color:var(--Gray) !important;}
.darkgray, p.darkgray, .article  p.darkgray {color:var(--darkGray) !important;}
.darkred, p.darkred, .article  p.darkred {color:var(--darkRed) !important;}
.litgray {color:#EDEDEE;}
.gold {color:#D2AC2B !important;}
.black {color: var(--GrayText) !important;}
.white {color:#ffffff !important;}
.white-bg {background-color:#ffffff !important;}
.white60-bg {background-color:rgb(255 255 255 / 60%) !important;}
.white90-bg {background-color:rgb(255 255 255 / 90%) !important;}
table th.white-table-bg, table td.white-table-bg {background-color:#ffffff;}
.ltgray-bg {background-color:var(--GrayBg) !important;}
.ltblue-bg {background-color:var(--lightBlueBg) !important;}
.ltblue2-bg {background-color:var(--lightBlueBg2) !important;}
.gray-bg {background:#48535B !important;}
.litgray-bg {background:#f6f5f5 !important;}
.litgray-md-bg {background: transparent;}
.gold-bg {background-color: #D2AC2B !important;}
.blue-bg {background-color: #1285a6 !important;}
.bluebox-bg {background-color: #2b50a3 !important;}
.litblue-bg {background-color: #E6F0F5;}
.box-s {box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;}
.text-s {text-shadow: var(--darkGray) 2px 2px 10px;}
.jt-remark {color: red; font-style: italic;}
img {width: 100%; height: auto;}
img {pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.img-responsive {max-width:100%;}
h1, h2, h3, h4, h5, .highlight-table .highlight, .financial-table .highlight, .sector-block p, .header-textline strong {font-family: "EwoSans-Regular", "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-weight: normal !important;}
.font-MetaNormal, .sidebar, .right-sidebar, .footer-copyright {font-family: "EwoSans-Regular", "Helvetica Neue", Helvetica, Arial, "sans-serif";}
p, .page-title, .link-border a, .menu-items {font-family: 'EwoSans-Thin', "Helvetica Neue", Helvetica, Arial, "sans-serif";}
hr {border-top: 1px solid var(--darkBlue);}
.border-2 {border-width: 2px !important;}
.border-5 {border-width: 5px !important;}
.border-darkblue {border-color: var(--darkBlue) !important;}
.border-darkred {border-color: var(--darkRed) !important;}
.border-yellow {border-color: #D2AC2B !important;}
.border-litgray {border-color: #ABB5BB !important;}
.row {/*overflow-y: hidden; overflow-x: auto;*/}
.bar-blue {height: 0.825rem; width: 100%; background-color: var(--darkBlue); margin-bottom: 1rem;}
.bar-company {height: 0.825rem; width: 100%; background-color: #1285a6; background-image: url('../images/white-space.gif'); background-repeat: no-repeat; margin-bottom: 1rem;}
::selection {background: #92969c; color: #ffffff;}
* {/*transition: 0.25s;*/}

h1, .h1, .keyheader {font-family: "EwoSans-Thin"; font-size:2.25rem; line-height:1.25; color:var(--darkBlue); letter-spacing: var(--Regular); text-transform: initial; margin-bottom: 2rem;}
h1.small {font-size: 2rem;}
h2, .h2 {font-family: "EwoSans-SemiBold"; font-size: 1.39rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--SemiBold); margin-bottom: 1rem;}
h2, .h2 {font-family: "EwoSans-SemiBold"; font-size: 1.667rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--SemiBold); margin-bottom: 1rem;}
h2.large, .h2.large {font-family: "EwoSans-SemiBold"; font-size: 2.222rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--SemiBold); margin-bottom: 1rem;}
#Highlights h2, .h2 {font-family: "EwoSans-SemiBold"; font-size: 1.667rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--SemiBold); margin-bottom: 1rem;}
h2.intro, .h2.intro {font-family: "EwoSans-Regular";}
.message {font-family: "EwoSans-Regular"; font-size: 1.225rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--SemiBold); margin-bottom: 1rem;}
#CreatingValue .message {/*font-size: 1.111rem;*/}
h2.sub, .h2.sub {font-family: "EwoSans-Bold"; font-size: 1.1rem; color: var(--darkGray) !important; letter-spacing: var(--Bold);}
h2.CV-title {font-family: "EwoSans-SemiBold"; font-size: 1.556rem; line-height: 1.35; color: var(--tealBlue); letter-spacing: var(--Semibold); margin-bottom: 1rem;}
h3, .h3, .keyintro {font-family: "EwoSans-SemiBold"; font-size: 1.111rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: var(--Bold); display: block; margin-bottom: 0.25rem;}
#Highlights h3 {font-family: "EwoSans-SemiBold"; font-size: 1.389rem; line-height: 1.35; color: var(--midBlue); letter-spacing: var(--Bold); margin: 0; margin-bottom: 0.25rem;}
h4 {font-family: "EwoSans-Bold"; font-size: 0.889rem; line-height: 1.35; color: var(--midBlue); letter-spacing: var(--Bold); margin: 0; margin-bottom: 0.25rem;}
h4.small {font-size: 1rem;}
h4.sub-small {font-size: 1rem; color: var(--GrayText); margin-bottom: 0;}
h5 {font-family: "EwoSans-BoldItalic"; font-weight:bold; font-style: italic; font-size:0.833rem; line-height:1.5; color:  var(--midBlue2); letter-spacing: var(--Bold); margin-bottom: 0.25rem;}
h5.sub-small, h5.sub-3 {/*font-family: "EwoSans-Bold"; font-size:0.944rem; line-height:1.75; font-style: italic; color: #00529C; margin-bottom: 0;*/}
h5.sub-small2, h5.sub-4 {font-family: "EwoSans-Semibold"; font-size:0.889rem; line-height:1.75; color: var(--grayBlueD); letter-spacing: var(--Semibold); margin-bottom: 0;}
h5.sub-small3, h5.sub-5 {font-family: "EwoSans-Regular"; font-size:0.833rem; line-height:1.75; font-style: italic; color: var(--darkBlue); margin-bottom: 0;}
h6 {font-size:0.85rem; line-height:1.25; color: var(--darkBlue); font-weight:bold; margin-bottom: 0.25rem;}
h6.white {color:#ffffff; line-height:1.55rem;}
p, .p {font-size:0.778rem; color: var(--GrayText); line-height:1.65; letter-spacing: inherit; margin-bottom: 1.4rem; border-color:  var(--GrayText);}
p.small {font-size:0.6rem; margin: 0; padding: 0 0 0 10px;}
p.large {font-family: "EwoSans-Regular"; font-size: 1rem;}
.remarks p.small {margin-left: 0.5rem; padding: 0 0 0 0px;}
p strong, li strong {font-family: "EwoSans-Bold", "Helvetica Neue", Helvetica, Arial, "sans-serif"; letter-spacing: var(--Bold);}
ul, li {font-size:inherit; color: var(--GrayText); line-height:1.65; /*margin-bottom: 1.25rem;*/ border-color: var(--GrayText);}
.chart-container, .chart-container p {/*font-family: "Meta Normal", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;*/}
.key-name {font-family: "EwoSans-SemiBold"; font-size: 0.775rem; font-size: 1rem; font-style: normal; color: var(--darkBlue); letter-spacing: var(--Semibold); margin-top: 1rem; margin-bottom: 0;}
.key-title {font-family: "EwoSans-Thin"; font-size: 0.725rem; font-weight: lighter; color: var(--darkBlue); margin-bottom: 0.65rem;}
sup {padding: 0 0.125rem 0 0;}
sup.supSmall {font-size: 65%; top: -1.125em;}
.remarks {width: 100%; margin-top: 0.75rem; margin-bottom: 1.25rem;}
p.small sup:first-child {margin-left: -0.5rem; padding: 0; min-width: 0.5rem; display: inline-block;}
p sup.special, .figures sup.special, .chart-container sup.special {font-size: 125%; top: -0.05rem;}
.txt-small {font-size: 72%;}
.nowrap {white-space: nowrap; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit;}
a {color:var(--darkBlue); text-decoration: none; cursor: pointer;}
a, a:hover {/*color:var(--darkBlue);*/ text-decoration: none;}
i, .i {font-family: inherit; font-style: italic; font-size: inherit; font-weight: inherit; line-height: inherit;}
.dot-border-top {border-style: dotted; border-color: var(--darkBlue); border-width: 7px 0 0 0; border-image-source: url('../images/dot-line-darkblue.png'); border-image-slice: 32%; border-image-repeat: round;}
.dot-border-bottom {border-style: dotted; border-color: var(--darkBlue); border-width: 0 0 7px 0; border-image-source: url('../images/dot-line-darkblue.png'); border-image-slice: 32%; border-image-repeat: round;}
.dot-border-y {border-style: dotted; border-color: var(--darkBlue); border-width: 7px 0; border-image-source: url('../images/dot-line-darkblue.png'); border-image-slice: 32%; border-image-repeat: round;}
.large-left {font-size: 150%; line-height: 0.5; vertical-align: sub; margin-left: -12px;}
.large-right {font-size: 150%; line-height: 0.5; vertical-align: sub;}
strong {font-family: "EwoSans-Bold" !important; font-weight: bold; font-size: inherit; line-height: inherit; letter-spacing: var(--Bold);}
.quote-icon {display: inline; width: 1.75rem; height: auto; vertical-align: baseline;}
.quote-icon.start {padding-right: 0.25rem; margin-right: 0.25rem;}
.quote-icon.end {padding-left: 0.25rem; margin-bottom: -0.5rem;}
table {max-width: 100%;}
.white-table th, .white-table td {background-color: transparent !important;}
.white-table thead:first-child th, .white-table th:nth-child(1), .white-table th:nth-child(2), .white-table th:nth-child(3) .white-table th:nth-child(4) {background-color: transparent !important;}
.white-table td:nth-child(1), .white-table td:nth-child(3), .white-table td:nth-child(4) {background-color: #ffffff !important;}
.white-table td:nth-child(2) {background-color: var(--lightBlueTable) !important;}

.blue-table th, .blue-table td {background-color: transparent !important;}
.blue-table thead:first-child th, .blue-table th:nth-child(1), .blue-table th:nth-child(2), .blue-table th:nth-child(3) .blue-table th:nth-child(4) {background-color: transparent !important;}
.blue-table td:nth-child(1), .blue-table td:nth-child(3) {background-color: var(--lightBlueTable) !important;}
.blue-table td:nth-child(2), .blue-table td:nth-child(4) {background-color: #ffffff !important;}
table tr.no-border th, table tr.no-border td {border: none;}
table tr.narrow th, table tr.narrow td {padding-top: 4px; padding-bottom: 4px;}
table tr.narrow.top th, table tr.narrow.top td {padding-top: 12px;}
table tr.narrow.bottom th, table tr.narrow.bottom td {padding-bottom: 12px;}

.graphic-onL {position: absolute; top: 0%; left: -220px; width: 270px; z-index: 4;}
.graphic-onR {position: absolute; top: 0%; right: -220px; width: 340px; z-index: -1;}
.graphic-onRextra {position: absolute; top: -244px; right: -208px; width: 380px; z-index: 0;}
@media (max-width: 768px) {
	.graphic-onL {top: -7% !important;}
	.graphic-onR {right: -310px;}
}
@media (max-width: 576.9px) {
	.graphic-onL {top: -4% !important; left: unset; right: -190px;}
	.graphic-onR, .graphic-onRextra {display: none;}
}

section {margin-bottom: 2rem;}
.row section {width: 100%;}
.row section:not(:last-child) {margin-bottom: 2rem;}
.row section:first-child {margin-bottom: 0rem !important;}
.row section.last-space {margin-bottom: 2rem !important;}
.row section section {margin-bottom: 2rem !important;}
.row section section:not(:last-child) {margin-bottom: 2rem !important;}
.row section section:first-child {margin-bottom: 2rem !important;}
.row section section.last-space {margin-bottom: 2rem !important;}
.doughnut-chart-container {margin-bottom: 0 !important;}
.container {max-width: 1270px; min-height: 0px; margin:0 auto; }
.container-xxl {max-width: 1320px; min-height: 1px; margin:0 auto; }
.container-fluid {max-width: 100%; min-height: 1px; margin:0 auto; }
.container.transparent {background:transparent;}
.flex-container {max-width: 1270px; margin:0 auto; display: flex; flex-direction: row;}
.col{float: left;}
.col.last {margin-right:0;}
.card {background-color: transparent; border: none;}
.card-group > .card {/*margin-bottom: 15px;*/}
.modal-backdrop {z-index: 200;}
.modal.show {display: flex !important; justify-content: center; align-items: center;}
.modal-dialog {max-height: 96%; max-width: 96%; width: 50%;}
.modal-content {background-color: transparent; border: none;}
.modal-header {padding: 0 0 1rem; border-bottom: none;}
.modal-header .close {color: #ffffff; text-shadow: none; opacity: 0.75; padding: 0;}
.modal-body {padding: 0; padding-bottom: 56.25%;}
.modal-footer {}

.w50p {width:50%;}
.w65p {width:65%;}
.no-margin{margin:0 !important;}
.max-full {max-width: 100% !important;}
.center-aH {position: absolute; left: 0 !important; right: 0 !important; margin-left: auto !important; margin-right: auto !important;}
.center-aV {position: absolute; top: 0 !important; bottom: 0 !important; margin-top: auto !important; margin-bottom: auto !important;}

/* Navigation */
.nav {position:fixed; top:0; display:block; width:100%; z-index:5;}
.nav-container {margin:0 auto; position:relative; min-height: 88px; background: transparent; transition: 0.025s;}
.nav-upper {min-height: 88px; background-color: transparent;}
.nav-upper .container {
	position: relative;
	padding-top: 20px;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-end;
    align-items: center;
}
#logo-block {display: flex; justify-content: flex-start; align-items: center; min-width: 27.25%;}
.logo {width: 114px; height: auto; padding-left: 40px;}
.logo a {max-width: 114px;}
.logo img {display:inline-block; max-height: 73px; transition: 0.25s;}
.logo img {background-image: url('../images/logo-white.png'); background-size: cover;}
.logo.visible img, .logo a:hover img {background-image: url('../images/logo-color.png');}
.open .logo img, .company .logo img {background-image: url('../images/logo-color.png');}
.share .logo img {background-image: url('../images/logo-color.png');}
.header-textline {font-family: "EwoSans-Semibold"; font-size: 12px; line-height: 2; color: #48535B; /*text-align: center;*/ text-transform: capitalize; letter-spacing: var(--Semibold); display: flex; justify-content: flex-end; width: 100%; padding-top: 7px;}
.header-textline {transition: 0.25s;}
.header-textline a {color: var(--darkBlue); color: #fff; transition: 0.25s;}
#Home .header-textline a, .company .header-textline a {color: var(--darkBlue);}
.header-textline.visible a {color: var(--darkBlue);}
.share .header-textline a {color: var(--darkBlue);}
.open .header-textline a {color: var(--darkBlue);}
.header-textline a:hover {color: var(--darkBlue); text-decoration: none;}
.nav-top-action {width: 16px; transition:.2s linear;}
.header-right-block {display: flex; justify-content: flex-end; align-items: center; min-width: 33%; padding-right: 40px; font-size: 0.675rem; padding-top: 4px;}
.header-right-block a {font-family: "EwoSans-Bold"; color: #48535B; margin-right: 20px; line-height: 18px; letter-spacing: var(--Bold); text-decoration: none; transition: 0.25s;}
.header-right-block a {color: #fff;}
.header-right-block.visible a {color: var(--darkBlue);}
.open .header-right-block a {color: var(--darkBlue);}
.share .header-right-block a {color: var(--darkBlue);}
.header-right-block a:hover, .header-right-block a.active,
.company .header-right-block a, .header-right-block #sharing.open { color: var(--darkBlue);}
.menu-icon {width: 1.25rem; height: 1.25rem; vertical-align: text-bottom; transition: 0.5s;}
#download .menu-icon, #sharing .menu-icon {background-size: contain; transition: 0.25s;}
#download .menu-icon, .open #download .menu-icon {background-image: url('../images/icon-download-white.png');}
#Home #download .menu-icon, #Home .open #download .menu-icon,
#Home .open .header-right-block.visible #download .menu-icon {background-image: url('../images/icon-download-darkblue.png');}
#download:hover > .menu-icon {background-image: url('../images/icon-download-darkblue.png') !important;}
#sharing .menu-icon, .share #sharing .menu-icon  {background-image: url('../images/icon-share-white.png');}
.open #sharing .menu-icon, .share .header-right-block.visible #sharing .menu-icon  {background-image: url('../images/icon-share-darkblue.png');}
#Home #sharing .menu-icon, #Home .share #sharing .menu-icon,
#Home .open .header-right-block.visible #sharing .menu-icon {background-image: url('../images/icon-share-darkblue.png');}
#sharing:hover .menu-icon {background-image: url('../images/icon-share-darkblue.png') !important;}
#sharing:hover .menu-icon, #sharing.open .menu-icon,
#sharing:hover .menu-icon, #download:hover > .menu-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center;
    transition: ease 0.5s;
}
.open .header-right-block #download .menu-icon, .header-right-block.visible #download .menu-icon, .company .header-right-block #download .menu-icon {background-image: url('../images/icon-download-darkblue.png');}
.open .header-right-block #sharing .menu-icon, .header-right-block.visible #sharing .menu-icon, .company .header-right-block #sharing .menu-icon {background-image: url('../images/icon-share-darkblue.png');}
.share #sharing .menu-icon {-webkit-transform: rotate(360deg); transform: rotate(360deg); transform-origin: center; transition: 0.5s;}
.header-right span {padding-left: 3px;}
/*.menu-icon.download {
    background-image: url(../images/icon-download.png);
    background-position-y: center;
    background-position-x: 8px;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    border: var(--darkBlue) 0px solid;
    padding: 0.5rem;
    font-size: 0.75rem;
}*/

#menu{width: 16px; height: 16px; display: block; margin-top: -3px; cursor: pointer; -webkit-transform: rotate(0); transform: rotate(0); z-index:30}
#menu span, .open #menu span {
content:''; display:block;width:100%;height:2px;
position:absolute;left:0;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;
}
#menu span {background-color: #fff;}
.open #menu span, .open .header-right-block.visible #menu span, .company #menu span {background-color: var(--darkBlue);}
#Home #menu span {background-color: var(--darkBlue);}
.header-right-block.visible #menu span, .share #menu span {background-color: var(--darkBlue);}
#menu span:nth-child(1){top:5px;-webkit-transform-origin:left center;transform-origin:left center}
#menu span:nth-child(2){top:10px;-webkit-transform-origin:left center;transform-origin:left center}
#menu span:nth-child(3){top:15px;-webkit-transform-origin:left center;transform-origin:left center}
#menu:hover span, .open .header-right-block.visible #menu:hover span {background-color: var(--darkBlue);}
.nav-container.open #menu span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:5px;left:3px}
.nav-container.open #menu span:nth-child(2){width:0%;opacity:0}
.nav-container.open #menu span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:16.5px;left:3px}

.nav-container.open {background: #f6f5f5;}
.nav-container.share {background: #f6f5f5;}
/*.nav-container.open:before {
	content: '';
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0%;
	background: rgb(239 239 240 / 94%);
	background: -moz-linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.2) 100%);
	background: -webkit-linear-gradient(90deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.2) 100%);
	background: linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.2) 100%);
}*/
/*.open .nav-upper, .share .nav-upper {
	background: rgb(239 239 240 / 94%);
	background: -moz-linear-gradient(0deg, rgba(35,31,32,0) 5%, rgba(35,31,32,0.2) 100%);
	background: -webkit-linear-gradient(90deg, rgba(35,31,32,0) 5%, rgba(35,31,32,0.2) 100%);
	background: linear-gradient(0deg, rgba(35,31,32,0) 5%, rgba(35,31,32,0.2) 100%);
}*/
.nav-container.open .nav-upper {background: transparent !important;}

.nav .nav-body {
	background: transparent; 
	padding-top: 42px; display: none; opacity: 0;
	width: 100%; height: calc(100vh - 88px); position: relative; overflow-x: auto;
}
.nav .open .nav-body {
	background: #f6f5f5; opacity: 1;
	width: 100%; height: calc(100vh - 88px); position: relative; overflow-x: auto;
}
.menu-items {display: flex; justify-content: space-between; width: 100%; padding: 0 40px;}
.menu-items .active>a {color:#FFFFFF; font-weight:bold;}
.menu-items>li {width: 16.666666%;; height: 100%; float: left; padding: 0 1.275%; position: relative;}
.menu-items.menu-top li {border-left: 1px solid var(--darkBlue);}
.menu-items.menu-top li:first-child {/*border-left: 0px solid var(--darkBlue);*/}
/*.menu-items>li a::before {
	content: ''; position: absolute; top: 0.25rem; left: 0; bottom: 0;
	height: 20px; width: 20px; max-width: 1270px; z-index: 0; transition: .5s;
	background-image: url('../images/bullet-gray.png'); background-repeat: no-repeat; background-position: top left; background-size: 12px;
}
.menu-items>li a.active::before, .menu-items>li a:hover::before {background-image: url('../images/bullet-blue.png');}*/
.menu-top-border {border-top: 0.5px solid var(--Gray); border-bottom: 0.5px solid var(--Gray);}
.menu-sub {}
.menu-sub>li {/*border-right: 0.5px solid var(--Gray);*/}
.menu-sub>li:first-child {/*border-left: 0.5px solid var(--Gray);*/}
.menu-sub-border {/*width: 1px; min-height: 100%; border-left: 0.5px solid var(--Gray); display: block;*/}
.menu-items.menu-top {display: flex; justify-content: space-between; align-items: center; min-height: 3rem; margin-bottom: 0;}
.menu-items li .menu-top-level {display: block; font-family: "EwoSans-Regular"; font-size: 0.825rem; line-height: 1.5; color: var(--Gray); letter-spacing: var(--Regular); text-transform: none; transition: .5s;}
.menu-items li .menu-top-level.active {color: var(--darkBlue);}
.menu-items .menu-sub-top {color: var(--Gray);}
.menu-items li a {display: block; font-family: "EwoSans-Semibold"; font-size: 0.7125rem; line-height: 1.5; color: var(--Gray); letter-spacing: var(--Semibold); min-height: 75px; transition: .5s;}
.menu-items li a:hover, .menu-items li a.active {font-weight: normal; color: var(--darkBlue); text-decoration: none;}
.menu-items .menu-sub-items {padding-top: 0;}
.menu-sub-items li {margin: 1.5rem 0 0; border: none;}
.menu-sub-items li:last-child {/*padding-bottom: 10px;*/}
.menu-sub-items li a {min-height: unset; margin-bottom: 0; text-transform: initial; position: relative; display: inline-block;}
.menu-items-wrap {display: inline-block; padding: 0.5rem 0 0 0;}
.menu-items-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    height: 2px;
    background-color: var(--darkRed);
    transition: 0.5s;
    transition-delay: 0.0s;
}
.menu-sub-items a.active .menu-items-wrap::before, 
.menu-sub-items a:hover .menu-items-wrap::before {width: 1.9rem;}
.left-side-menu a.active .menu-items-wrap::before,
.left-side-menu a:hover .menu-items-wrap::before {width: 65%;}
#Sustainability .left-side-menu a.active .menu-items-wrap::before,
#Sustainability .left-side-menu a:hover .menu-items-wrap::before {width: 75%;}

.menu-sub-items li a.active { }
/*.menu-sub-items li a:before {top: 0.125rem; left: -15.25%; background-image: url('../images/dot-gray.png'); background-size: 11px;}
.menu-sub-items li a:hover:before {background-image: url('../images/dot-darkblue.png');}
.menu-sub-items li a.active:before {background-image: url('../images/dot-darkblue.png');}*/

/* Sharing menu */
.nav .share-body {padding: 52px 0 62px; display: none; background: #f6f5f5; width: 100%; height: calc(100vh - 88px); position: relative; opacity: 0;}
.nav .share-bodyX {background: #f6f5f5; opacity: 1;
	width: 100%; height: calc(100vh - 88px); position: relative; overflow-x: auto;
}
.nav .share-body .container {display: flex; width: 100%;}
.nav .share-body .menu-items li {color: var(--GrayText);}
.nav .share-body .menu-items li:hover {color:var(--darkBlue);}
.nav .share-body .menu-items>li {font-family: "EwoSans-Semibold"; font-size: 0.835rem; letter-spacing: var(--Semibold); width: auto; padding: 0 6% 0 1%; cursor: pointer; 
    border-left: 0.5px solid var(--darkBlue);
/*    border-style: dotted;
    border-color: var(--darkBlue);
    border-width: 0 0 0 7px;
	border-image-source: url(../images/dot-line-darkblue.png);
    border-image-slice: 32%;
    border-image-repeat: round;*/
}
.nav .share-body .menu-items>li:before {content: none;}
.nav .share-body .menu-items {/*width: auto; margin-left: auto; margin-right: 10px; margin-bottom: 0; padding: 0; height: 52px;*/}
.nav .share-body .menu-items {display: flex; justify-content: flex-end; padding: 0; padding-right: 40px; margin-bottom: 0; height: 22px;}
.nav .share-body .menu-icon {width: auto; height: 1rem; padding-right: 0.25rem; vertical-align: bottom;}
.nav .share-body .menu-items li > div {display: flex; align-items: center; font-family: "EwoSans-Semibold"; font-size: 0.775rem; line-height: 1.5; letter-spacing: var(--Semibold); min-width: 2.5rem;}

/* Page nav */
.page-nav {padding: 0rem 0; letter-spacing: inherit; height: 100%; cursor: pointer;}
.page-nav-line {border: none;}
.page-nav-back {background-image: url('../images/icon-prev-page.png'); background-position-x: 7px;}
.page-nav-next {background-image: url('../images/icon-next-page.png'); background-position-x: 0px;}
.page-nav-back, .page-nav-next {width: 20px; min-width: 20px; background-repeat: no-repeat; background-position-y: 33px; background-size: 0.75rem; transition: 0.5s;}
.page-nav-top {font-family:"EwoSans-Semibold"; font-size: 9px; font-size: 0.55rem; line-height: 1; color: var(--Gray) !important; letter-spacing: var(--Semibold); text-align: inherit; padding: 0.75rem 0 0rem 0; text-transform: uppercase;}
.page-nav-title {font-family:"EwoSans-Semibold"; font-size: 18px; font-size: 1rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--Semibold); padding: 0rem 0 0.65rem 0; transition: 0.5s;}
.page-nav:hover .page-nav-back {background-image: url('../images/icon-prev-page.png'); background-position-x: 0px;}
.page-nav:hover .page-nav-next {background-image: url('../images/icon-next-page.png'); background-position-x: 7px;}
.page-nav:hover .page-nav-title {/*color: #fff !important;*/}
#prev-next nav .col-12.col-sm-6:first-child .page-nav .page-nav-top,
#prev-next nav .col-12.col-sm-6:first-child .page-nav .page-nav-title {text-align: left;} 
#prev-next nav .col-12.col-sm-6:last-child .page-nav .page-nav-top,
#prev-next nav .col-12.col-sm-6:last-child .page-nav .page-nav-title {text-align: right;} 
#prev-next section {margin-bottom: 1rem !important;} 
#prev-next .dot-border-y { 
    border-bottom: 1px solid var(--lightGrayBorder) !important;
    background-color: var(--GrayFooter);
    border-style: unset;
    border-color: unset;
    border-width: unset;
    border-image-source: unset;
    border-image-slice: unset;
    border-image-repeat: unset;
}

/* Body */
.main-body {min-height:350px; /*max-width: 1270px;*/ margin: 0 auto; padding-top: 0; overflow-x: clip;}
@media (max-width: 1270px) {
	.main-body {overflow: clip;}
}
.main-image {
	width: 100%; height: calc(318px + 82px); background-color: transparent; background-size: cover; background-repeat: no-repeat; background-position-x: center; background-position-y: center; 
	display: flex;align-items: center;
    padding-top: 88px; margin-left: 28.75%; margin-left: auto; opacity: 1; transition: 2s;}
.main-image.isVisible {opacity: 1;}
.main-image:before {
    content: '';
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0%;
    z-index: 1;
    background: rgb(35, 31, 32, 0.25);
    background: -moz-linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.25) 60%);
    background: -webkit-linear-gradient(90deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.25) 60%);
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.25) 60%);
    mix-blend-mode: multiply;
}
#CompanyReview .main-image:before { }
.bg-left .main-image {background-position-x: left;}
.bg-right .main-image {background-position-x: right;}
.top-white-space {height: 1rem; background-color: #fff; position: sticky; top: -1px; z-index: 10; border-top: 1px solid #fff;}
.top-white-space.fit-left {margin-right: -40px;}
.top-space-hide {margin-top: -1rem;}
.overview-area .top-white-space {height: 1rem; background-color: #F0EFE6; z-index: 11; border-top: 1px solid #F0EFE6; margin: 0 -40px;}
.overview-area .top-space-hide {margin-top: -0.75rem;}
.page-main-title {width: auto; height: auto; /*padding-top: 1.5rem;*/ padding-bottom: 1.5rem; transition: 1.5s;}
#ChairmanStatement .page-main-title, #CEOStatement .page-main-title, #CFOStatement .page-main-title {
	width: auto;
	height: auto;
	padding: 1.5rem 0rem 1.5rem calc(3rem + 15px);
	transition: 1.5s;
}
@media (max-width: 576px) {
	#ChairmanStatement .main-image .page-main-title, 
	#CEOStatement .main-image .page-main-title, 
	#CFOStatement .main-image .page-main-title {display: none;}
}

#CreatingValue .page-main-title { }
#IndependentDirector .page-main-title { }
#Sustainability .page-main-title { }
.key-person-wrap {float: left;}
.page-main-title h1, .key-person-wrap h1 {margin: 0; transition: 0.5s;}
@media (max-width: 900px) {
    .page-main-title h1 {font-size: 2rem; line-height: 1.25; display: grid; width: auto;}
}
.mobile-reverse {/*display: flex;*/}
#AboutJardines .main-image {background-image:url('../images/key-AboutJardines.jpg'); background-position-y: bottom;}
#OurPortfolio .main-image {background-image:url('../images/key-OurPortfolio.jpg'); background-position-y: 20%;}
#Highlights .main-image {background-image:url('../images/key-Highlights.jpg'); background-position-y: 25%;}
#CreatingValue .main-image {background-image:url('../images/key-CreatingValue.jpg'); background-position-y: 25%;}
#ChairmanStatement .main-image {background-image:url('../images/key-ChairmanStatement.jpg');}
#CEOStatement .main-image {background-image:url('../images/key-CEOStatement.jpg');}
#CFOStatement .main-image {background-image:url('../images/key-ChairmanStatement.jpg');}
#CompanyReview #JardinePacific .main-image {background-image:url('../images/key-JardinePacific.jpg'); background-position-y: 50px;}
#CompanyReview #Motors .main-image {background-image:url('../images/key-Zhongsheng.jpg');}
#CompanyReview #HongkongLand .main-image {background-image:url('../images/key-HongkongLand.jpg');}
#CompanyReview #DairyFarm .main-image {background-image:url('../images/key-DFI.jpg'); background-position-y: 60px;}
#CompanyReview #MandarinOriental .main-image {background-image:url('../images/key-MandarinOriental.jpg');}
#CompanyReview #JardineCycleCarriage .main-image {background-image:url('../images/key-JardineCycleCarriage.jpg');}
#CompanyReview #Astra .main-image {background-image:url('../images/key-Astra.jpg');}
#Sustainability .main-image {background-image:url('../images/key-Sustainability.jpg'); }
#GroupOverview .slides-wrap {background: #ffffff;}
#GroupOverview .owl-stage {display: flex; flex-wrap: wrap;}
#CompanyReview .main-image {height: calc(230px + 88px); position: relative; background-size: contain; background-position-y: bottom;}
#CompanyReview .main-image:before {
    content: '';
    width: 11rem;
    height: 100%;
    position: absolute;
    top: 0%;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgb(255 255 255 / 80%) 20%, rgb(255 255 255 / 0%) 100%);    
    mix-blend-mode: normal;
}

#CompanyReview .company-graphic-warp {position: relative;}
#CompanyReview .company-graphic {position: absolute; right: -33.33%; display: flex; flex-wrap: wrap; align-content: center; height: 100%; width: 170%; padding-top: 88px; z-index: 2;}
#CompanyReview .company-graphic .cover-graphic {width: 33.33%;}
#CompanyReview .litblue-bg.blue-corner::before {
position: absolute; content: ''; top: 88px; height: 100%; width: 100%; max-width: 1270px; z-index: 0; transition: 2s; opacity: 0; /*transform: translateX(-50%);*/
background-image:url('../images/company-corner-white.png'); background-repeat: no-repeat; background-position: top left; background-size: 28.75%;
}
#CompanyReview .litblue-bg.isVisible.blue-corner::before {opacity: 1; transform: translateX(0%);}
.main-image .key-person {display: flex; align-items: flex-end; height: 100%; padding-top: 0.65rem; padding-bottom: 0; padding-left: 1rem; z-index:2;}
.main-image .key-person img {max-height: 400px; max-height: 320px; width: auto;}
@media (max-width: 576px) {
	.main-image .key-person {align-items: flex-start; justify-content: center; overflow: hidden;}
	.main-image .key-person img {max-height: 400px;}
}
.anchor {display: block; position: relative; top: -130px; visibility: hidden;}
.key-person {float: right; padding-top: 0.65rem; /*padding-left: 5.25%;*/ padding-right: 0; padding-bottom: 1rem;}
.name-block {width: auto; display: flex; flex-direction: column; border-left: 1px solid var(--darkBlue); border-bottom: 1px solid var(--darkBlue);}
.photoR {float: right; padding-top: 0.5rem; padding-left: 0.25rem; padding-right: 0;}
.photoL {float: left; padding-top: 0.5rem; padding-right: 0.25rem; padding-left: 0;}
.p-photo {margin-top: 2rem; margin-bottom: 2rem;}
.container .extend {position: relative; margin: 0 -15px; padding: 0 15px;}
.container .extend .right-image {padding-right: 0;}
.content-L {padding-left: 25px !important;}
.content-R {padding-right: 25px !important;}
.content-LR {padding-left: 25px !important; padding-right: 25px !important;}
.content-width {max-width: 1240px; margin: 0 auto;}
.white-LR {border-left: 30px solid #fff; border-right: 30px solid #fff;}
.col-spacer-L,
.col-spacer-R,
.col-spacer-LR {display: flex; flex-wrap: wrap;}
.col-spacer-L {padding-left: 15px;}
.col-spacer-R {padding-right: 15px;}
.col-spacer-LR {padding-left: 15px; padding-right: 15px;}
.red-border {height: 2px; width: 0; background-color: var(--darkRed); margin-bottom: 0.5rem;}
.border-70 {max-width: 70px;}
.border-100p {max-width: 100%;}
/*h2.red-border-top:before {content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; width: auto; background-color: var(--darkRed); margin-bottom: 0.5rem;}*/
h2.red-border-top {display: inline-block; border-top: 2px solid var(--darkRed);}

/* Home */
.nav-upper .container {/*background: green;*/}
.scroll-to * {transition: 0.25s;}
.scroll-to {font-size: 10px; font-size: 0.56rem; color: var(--darkGray) !important; letter-spacing: inherit; height: 40px; padding: 0 0.25rem 0 0rem; margin: 0 10% 2rem 0; cursor: pointer; pointer-events: all;}
.scroll-to span {margin-bottom: 0.5rem;}
.scroll-to:hover span {margin-bottom: 0.5rem;}
.scroll-to .arrow-down {width: auto; height: 0.75rem; margin: 0.5rem 0.5rem; background-image: url('../images/icon-arrow-down-blue.png'); background-size: cover; background-repeat: no-repeat; transition: ease 0.5s;}
.scroll-to:hover .arrow-down {background-image: url('../images/icon-arrow-down-blue-active.gif');}

.scroll-to:hover .arrow-downX {
	margin-top: 0.25rem;
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center;
    transition: ease 0.5s;
}
#Home .main-body {margin-top: 0;}
#Home .section-title {font-family: "EwoSans-Thin"; font-size: 40px; font-size: 2.25rem; line-height: 1.25; color: var(--darkBlue); padding-bottom: 1.5rem;}
#Home .section-subtitle, .section-subtitle {font-family: "EwoSans-Semibold"; font-size: 1.67rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: var(--Semibold); display: block; margin-bottom: 0.25rem;}
#Home h2 {color: #48535B;}
/*#Home h2, #Home .highlights-list li {font-size: 22px; font-size: 1.2225rem;}*/
#Home .highlights-list li::before {top: 0.375rem;}
#Home .Creating-Value p, #Home .Sustainability p {font-size: 1.01rem; font-size: 0.909rem;}
.header-textline {opacity: 1; transition: .5s;}
#Home .header-textline {opacity: 1; transition: .5s;}
#Home .header-textline.visible {opacity: 1;}
.nav-upper {background-color: transparent; transition: .125s;}
.nav-upper.visible {background-color: transparent;}
.open .nav-upper.visible {background-color: transparent;}
#Home .logo {opacity: 1; /*margin-right: 7px;*/ transition: .5s;}
#Home .logo.visible {opacity: 1;}
#Home .logo img {background-image: url('../images/logo-color.png');}
#Home .header-right-block a {color: var(--darkBlue);}

#Home .open .logo {opacity: 1 !important;}
#Home .open .header-textline {opacity: 1 !important;;}
#Home .share .header-textline {opacity: 1 !important;;}
#Home .cover-block {background-color: transparent; width: auto; padding: 3.5rem 4.25rem; margin-right: 2.25rem;}
#Home .slide-logo img {width: 8rem; max-width: 8rem; height: auto;}
#Home .main-cover {position: relative; overflow: hidden;}
#Home .main-image:before {background: none;}
/*
#Home .main-image:before {
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0%;
	z-index: 1;
	background: rgb(166,200,239 / 90% );
	background: -moz-linear-gradient(0deg, rgba(166,200,239,0) 5%, rgba(166,200,239,0.9) 50%);
	background: -webkit-linear-gradient(90deg, rgba(166,200,239,0) 5%, rgba(166,200,239,0.9) 50%);
	background: linear-gradient(0deg, rgba(166,200,239,0) 5%, rgba(166,200,239,0.9) 50%);
	mix-blend-mode: multiply;
}
#Home .main-image:after {
	content: '';
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0%;
	z-index: 1;
	background: rgb(255,255,255 / 90% );
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 90%);
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 90%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 90%);
	mix-blend-mode: initial;
}
*/
#Home .main-image .bg-layer-l {min-width: initial;}
#Home .cover-title {text-align: right; transition: 2s;}
#Home .cover-title .AR-JM, #Home .cover-title .AR-JM-AR {font-family: "EwoSans-Regular"; font-size: 18px; font-size: 1.35vw; line-height: 1.35; letter-spacing: inherit;}
#Home .cover-title .AR-JM-AR {font-family: "EwoSans-Bold";}
#Home .cover-title .AR-slogan {font-family: "EwoSans-Thin"; font-size: 43px; font-size: 3.25vw; line-height: 1.35; letter-spacing: var(--Semibold);}
#Home .cover-title .AR-year {font-family: "EwoSans-Bold"; font-size: 22px; font-size: 1.22rem; line-height: 1.35; letter-spacing: var(--Bold);}
@media (min-width: 1440px) {
	#Home .cover-title .AR-JM, #Home .cover-title .AR-JM-AR { font-size: 18px; font-size: 1rem;}
	#Home .cover-title .AR-slogan {font-size: 43px; font-size: 2.375rem;}
}
 
#Home .cover-title.visible {opacity: 0;}
#Home .slide-logo {padding-top: 0.6%; /*margin-left: -1.25rem;*/}
#Home .main-image {min-width: unset; max-width: unset; height: calc(100vh - 88px); height: 60vw; max-height: 810px; margin-top: 88px; padding-top: 0; position: relative; overflow: hidden;}
#Home .main-image {background-color: #fff; /*background-image: url('../images/key-image.jpg'); background-size: cover; background-position-y: 90%; background-repeat: no-repeat;*/}
#Home .main-image .key-base {left: 50%; transform: translateX(-50%);}
#Home .box-layer .title-block {display: flex; align-items: center; position: relative; width: auto; height: 100%; padding: 0vh 0rem 0 55px; margin-right: auto;}
#Home .box-layer .key-title-block {padding-bottom: 0.5rem;}
#Home .box-layer .key-slogan-block {padding-bottom: 0vh;}
#Home .main-cover .box-layer {padding-top: 88px; display: flex; justify-content: space-between; transition: 2s;}
#Home .responsive-cover {
    display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;
    max-width: 90%; height: 55vw; max-height: 800px;
    padding-left: 15%;
}
#Home .cover-graphic, #Home .cover-graphic *::before, #Home .cover-graphic *::after {background-size: cover; background-repeat: no-repeat;}
#Home .cover-graphic *::before, #Home .cover-graphic *::after {padding: 0; margin: 0;}
#Home .cover-graphic-front::before, #Home .cover-graphic-back::after {
	content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: calc(100% - 30px); height: 100%; background-size: contain; background-position: center;
}
#Home .graphic-03 .cover-graphic-front::before {background-image: url('../images/graphic-03a.png');}
#Home .graphic-03 .cover-graphic-back::after {background-image: url('../images/graphic-03c.png');}
#Home .graphic-04 .cover-graphic-back::after {background-image: url('../images/graphic-04b.png');}
#Home .graphic-06 .cover-graphic-front::before {background-image: url('../images/graphic-06a.png');}
#Home .graphic-06 .cover-graphic-back::after {background-image: url('../images/graphic-06c.png');}
#Home .graphic-05 .cover-graphic-back::after {background-image: url('../images/graphic-05.png'); opacity: 0.25;}
#Home .graphic-09 .cover-graphic-front::before {background-image: url('../images/graphic-09a.png');}

#Home .back-layer {position: absolute; z-index: -10; margin: 0 auto; left: 0; right: 0;}
#Home .Group-Overview {position: relative;}
#Home .Group-Overview .owl-carousel .owl-nav {margin-top: 0;}
#Home .Group-Overview .back-layer {height: 70%; background-color: #EDEDEE; bottom: 0; /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(237,237,238,1) 25%, rgba(237,237,238,1) 100%);*/}
#Home .Group-Overview .box-layer .bg-layer-l {height: 146%;}
#Home .Group-Overview .owl-carousel .item {padding-top: 156%;}
#Home .Group-Overview .owl-carousel .item::before {
    content: '';
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0%;
    z-index: 1;
    background: rgb(35, 31, 32, 0.25);
    background: -moz-linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.25) 60%);
    background: -webkit-linear-gradient(90deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.25) 60%);
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.25) 60%);
    mix-blend-mode: multiply;
}
#Home .Group-Overview .owl-carousel .item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    z-index: 1;
	background-color: #83878d;
    mix-blend-mode: multiply;
    transition: 0.5s;
}
#Home .Group-Overview .owl-carousel .item:hover::after {background-color: transparent;}
#Home .Group-Overview .owl-carousel .item .pic-content {padding: 1.5rem 0 0.2rem 1.5rem; position: relative;}
#Home .Group-Overview .owl-carousel .item .pic-content::after {
	content: ''; position: absolute; bottom: 0;
	width: 0%; height: 2px; background-color: var(--darkRed); transition: 0.5s; transition-delay: 0.25s;
}
#Home .Group-Overview .owl-carousel .item:hover .pic-content::after {
	width: calc(100% - 1.5rem);
}
#Home .Group-Overview .owl-carousel .item .pic-layer {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s;
}

#Home .Group-Overview .portfolio-tab .read-more {background-image: url('../images/home-portfolio-tab-bg.png'); background-size: cover; background-position: center right; background-repeat: no-repeat;}
#Home .Group-Overview .portfolio-tab .read-more a h3 {font-family: "EwoSans-Semibold"; font-size: 15px; letter-spacing: var(--Semibold);}
#Home .Group-Overview .portfolio-tab .read-more a {
    background-position-y: 50%;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.35;
    display: flex;
	padding: 0.75rem 1.875rem 0.75rem 0rem;
    transition: 0.25s;
}
#Home .Group-Overview .portfolio-tab .read-more a:hover {padding: 0.75rem 2.25rem 0.75rem 0rem;}
#Home .Group-Overview .owl-carousel.Group .item {background-position: center; background-size: cover; background-repeat: no-repeat;}
#Home .Group-Overview .owl-carousel.Group .slide-1 {background-image: url('../images/portfolio-Astra.jpg'); background-position-x: 12%;}
#Home .Group-Overview .owl-carousel.Group .slide-2 {background-image: url('../images/portfolio-HKL.jpg'); background-position-x: 49%;}
#Home .Group-Overview .owl-carousel.Group .slide-3 {background-image: url('../images/portfolio-DFI.jpg'); background-position-x: 74%;}
#Home .Group-Overview .owl-carousel.Group .slide-4 {background-image: url('../images/portfolio-MO-home.jpg'); background-position-x: 25%;}
#Home .Group-Overview .owl-carousel.Group .slide-5 {background-image: url('../images/portfolio-JP.jpg'); background-position-x: 80%;}
#Home .Group-Overview .owl-carousel.Group .slide-6 {background-image: url('../images/portfolio-JCC-home.jpg'); background-position-x: 49%;}
#Home .Group-Overview .owl-carousel.Group .slide-7 {background-image: url('../images/portfolio-ZS-home.jpg'); background-position-x: 50%;}
#Home .Highlight {position: relative; margin-top: 0rem; z-index: 2;}
#Home .Highlight .back-layer {height: 95%; background-color: #dce5f8;}
#Home .Highlight .box-layer .bg-layer-r {height: 164%;}
#Home .Highlight ul.highlights-list {/*margin-left: 1.35rem;*/}
#Home .Highlight .Highlight-boxing {max-width: 19.6%; height: auto; padding: 0; border-bottom: 5px solid var(--darkRed);}
#Home .Highlight .Highlight-boxing:last-child {padding-right: 0px;}
#Home .Highlight .Highlight-box {background-color: var(--darkBlue); padding: 0.5rem 1rem; height: 100%;}
#Home .Highlight .Highlight-box-centent {display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: center;}
#Home .Highlight .Highlight-box {/*background: linear-gradient(to top left, rgba(0,82,156,0) 0%, rgba(0,82,156,0) 50%, rgba(0,82,156,1) 50%, rgba(0,82,156,1) 100%);*/}
#Home .Highlight .Highlight-box {font-family: "EwoSans-Semibold"; color: #ffffff; font-size: 0.90rem; line-height: 1.5; letter-spacing: var(--Semibold);}
#Home .Highlight .Highlight-box .Highlight-box-text {padding-top: 0.25rem;}
#Home .Highlight .Highlight-box .animated-number {font-family: "EwoSans-Semibold"; font-size: 2.5rem; line-height: 1; letter-spacing: var(--Semibold); padding: 0 0.1rem;}
#Home .Highlight .Highlight-box .highlights-dots {width: 1rem; padding-bottom: 0.75rem;}
#Home .Creating-Value {position: relative;}
#Home .Creating-Value .back-layer {height: 100%; background-color: #e9effa;}
#Home .Creating-Value .box-layer .bg-layer-l {height: 84%;}
#Home .Creating-Value-bg {padding-bottom: 2.5rem;}
#Home .Creating-Value .read-arrow {position: absolute; bottom: 14px; width: 22px; height: auto; margin: 0 5px; vertical-align: text-bottom; transition: 0.25s;}
#Home .Creating-Value a:hover .read-arrow {margin: 0 0 0 10px;}
#Home .Creating-Value .Creating-Value-graphic {position: relative; background-color: #E5F9F9;}
#Home .Creating-Value .CreatingValue-graphic-top {z-index: 2; margin-top: -8%; margin-bottom: -8%;}
#Home .Creating-Value .CreatingValue-graphic-base {position: absolute; margin-top: -8%; margin-bottom: -8%;}
#Home .Creating-Value .Creating-Value-boxing {max-width: 24.25%; height: auto; padding: 0;}
#Home .Creating-Value .Creating-Value-boxing:last-child {padding-right: 0px;}
#Home .Creating-Value .Creating-Value-box {background-color: var(--grayBlueD); padding: 0.5rem 1rem; height: 100%;}
#Home .Creating-Value .Creating-Value-box.gray-bg {background-color: var(--grayBlueL) !important;}
#Home .Creating-Value .Creating-Value-box {/*background: linear-gradient(to top left, rgba(0,82,156,0) 0%, rgba(0,82,156,0) 50%, rgba(0,82,156,1) 50%, rgba(0,82,156,1) 100%);*/}
#Home .Creating-Value .Creating-Value-box {font-family: "EwoSans-Bold"; color: #ffffff; font-size: 20px; font-size: 1.05rem; line-height: 1.5; letter-spacing: var(--Bold);}
#Home .Creating-Value .Creating-Value-box .animated-number {font-family: "EwoSans-Semibold"; font-size: 2.25rem; font-size: 1.875rem; line-height: 1; letter-spacing: var(--Semibold); padding: 0 0.1rem;}
#Home .Creating-Value .Creating-Value-box .highlights-dots {width: 4.5rem; padding-bottom: 0.75rem;}

#Home .Creating-Value .Creating-Value-boxing {max-width: 24.25%; height: 100%; padding: 0; padding-bottom: 14px;}
#Home .Creating-Value .Creating-Value-box {padding: 1.25rem 0 0 0; height: 100%;}
#Home .Creating-Value-block-inner .card .Creating-Value-boxing:first-child .Creating-Value-box {background-color: var(--CVcolor1);}
#Home .Creating-Value-block-inner .card .Creating-Value-boxing:nth-child(2) .Creating-Value-box {background-color: var(--CVcolor2);}
#Home .Creating-Value-block-inner .card .Creating-Value-boxing:nth-child(3) .Creating-Value-box {background-color: var(--CVcolor3);}
#Home .Creating-Value-block-inner .card .Creating-Value-boxing:nth-child(4) .Creating-Value-box {background-color: var(--CVcolor4);}
#Home .Creating-Value h2 {font-size: 1.125rem; line-height: 1.5; color: #D2AC2B;}
#Home .Creating-Value .Creating-items {display: flex; align-items: center; padding: 0.5rem 0; border-top: 1px solid var(--darkBlue);}
#Home .Creating-Value .Creating-items-icon { }
#Home .Creating-Value .Creating-items-icon img {width: 100%; max-width: 70px; height: auto; padding-right: 5px;}
#Home .Creating-Value .Creating-items-title {}
#Home .quotes {display: inline; width: 20px; height: auto; vertical-align: middle;}
#Home .combined {position: relative;}
#Home .combined .combined-wrap {width: 32.75%; padding-bottom: 0rem;}
#Home .combined .combined-wrap:before {
    content: '';
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0%;
    z-index: 1;
    background: rgb(35, 31, 32, 0.25);
    background: -moz-linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.05) 60%);
    background: -webkit-linear-gradient(90deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, .05) 60%);
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 5%, rgba(35, 31, 32, 0.05) 60%);
    mix-blend-mode: multiply;
}
#Home .combined .combined-card {
	width: 100%;
    position: relative;
    overflow: hidden;
    padding: 103% 0 0 0;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
#Home .combined .combined-card.card1st {background-image: url('../images/home-Chairman.jpg');}
#Home .combined .combined-card.card2nd {background-image: url('../images/home-CEO.jpg');}
#Home .combined .combined-card.card3rd {background-image: url('../images/home-CFO.jpg');}
#Home .combined .combined-card .combined-title {
	background-color: var(--darkBlue);
    z-index: 2;
}
#Home .combined .combined-card .card-title {font-family: "EwoSans-Thin"; letter-spacing: var(--Regular); text-transform: initial; font-size: 28px; font-size: 1.55rem; line-height: 1.25; padding: 1.25rem 1.5rem 1.25rem 2.5rem; margin-bottom: 0;}
#Home .combined .combined-card-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100%;
    transition: 0.5s;
    padding-top: 9rem;
    padding: 2rem 2rem 0rem 2.5rem;
    background-color: #dfe0e2;
    background-color: rgb(223 224 226 / 85%);
    overflow: auto;
}
#Home .combined .combined-card:hover .combined-card-layer {top: 0%;}
#Home .combined .combined-card-content {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 100%;
}
#Home .combined .combined-card-content .darkRed-top {border-top: 2px solid var(--darkRed); padding-top: 0.5rem;}
#Home .combined p {font-family: 'EwoSans-Regular'; font-size: 0.833rem; line-height: 1.5; color: var(--darkBlue);}
#Home .combined .quote-icon {width: 1.35rem;}
#Home .Chairman {position: relative;}
#Home .Chairman .back-layer {height: 86%; width: 90%; left: auto; right: 0; bottom: 0; background-color: #E6F0F5;}
#Home .Chairman .box-layer .bg-layer-r {height: 135%;}
#Home .MDReview {position: relative;}
#Home .MDReview .back-layer {right: auto; height: 100%; height: 23.125%; width: 85%; }
#Home .MDReview .back-image {right: auto; height: 100%; width: 100%; background-color: transparent;}
#Home .MDReview .MDReview-title {background-color: #EDEDEE;}
#Home .MDReview .MDReview-backimage {background-image:url('../images/home-MDReview.jpg'); background-size: cover; background-repeat: no-repeat; background-position-y: bottom; z-index: 0;}
#Home .MDReview .box-layer .bg-layer-l {height: 146%;}
#Home .MDReview .back-image .MDReview-background {height: auto; width: 100%;}
#Home .MDReview h2 {font-size: 1.1125rem; line-height: 1.5; color: #fff;}
#Home .MDReview .read-more a:hover {background-image: url('../images/icon-next-page-white.png'); color: #fff !important;}
#Home .Financial {position: relative;}
#Home .Financial .back-layer {height: 92%; background-color: #E6F0F5; top: 0;}
#Home .Financial .box-layer .bg-layer-l {height: 75%;}
#Home .Sustainability {position: relative;  min-height: 32rem;}
#Home .Sustainability .sd-image {padding-left: 55px;}
#Home .Sustainability .box-layer {height: 100%; display: flex; align-items: flex-start;}
#Home .Sustainability .box-layer {
	background-image: url('../images/home-Sustainability.jpg');
	background-size: cover;
    background-position: top;
}
#Home .Sustainability .box-layer .bg-layer-r {height: 100%;}
#Home .Sustainability .back-layer:before {
	content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0%;
    z-index: 1;
    background: rgb(221, 245, 232, 0.8);
    background: -moz-linear-gradient(90deg, rgba(221, 245, 232, 0) 0%, rgba(221, 245, 232, 0.85) 30%);
    background: -webkit-linear-gradient(0deg, rgba(221, 245, 232, 0) 0%, rgba(221, 245, 232, 0.85) 30%);
    background: linear-gradient(90deg, rgba(221, 245, 232, 0) 0%, rgba(221, 245, 232, 0.85) 30%);
    mix-blend-mode: initial;
}
#Home .Sustainability .back-layer {height: 100%; min-height: 100%; max-height: 100%; background-color: transparent; top: 0; overflow: hidden;}
#Home .Sustainability .sd-arrow {background-image: url('../images/Sustainability-arrow.png'); background-size: 30px; background-position-y: 3%; background-repeat: no-repeat;}
#Home .Sustainability .sd-spacer {padding-bottom: 42%;}
/*#Home .main-image::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(164deg, #006699 0%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 100%);
pointer-events: none;
opacity: 0.42;
filter: alpha(opacity=42);
z-index: 0;
}*/

.read-more {margin-top: 30px; margin-bottom: 30px; display: flex;}
.read-more a {
	background-image: url('../images/icon-next-page.png'); background-position-y: 45%; background-position-x: right; background-repeat: no-repeat; background-size: 0.75rem;
	font-size: 0.75rem; line-height: 1.35; padding: 0.5rem 1.25rem 0.5rem 0; transition: 0.25s;
}
.read-more a.darkgray {background-image: url('../images/icon-next-page-darkgray.png');}
.read-more a:hover {/*background-image: url('../images/icon-next-page-hover.png'); color: #1285a6 !important;*/ text-decoration: none; padding-right: 2rem;}
.read-more a span {font-family: "EwoSans-Regular"; font-size: 0.725rem; line-height: 1; vertical-align: top; /*margin-left: 0.125rem;*/ font-weight: normal; text-transform: none; letter-spacing: inherit;}
.read-more a.white {background-image: url('../images/icon-next-page-white.png');}
.read-more a.white:hover {background-image: url('../images/icon-next-page-white.png'); color: #ffffff !important;}
.read-more a.gold {background-image: url('../images/icon-next-page-gold.png');}
.read-more a.gold:hover {background-image: url('../images/icon-next-page-gold.png'); color: #D2AC2B !important;}

.read-more.large {margin-top: 0; display: flex;}
.read-more.large h2 {margin-bottom: 0.5rem;}
.read-more.large h2 {margin-bottom: 0;}
.read-more.large:hover h2 {color: var(--darkBlue) !important;}
.read-more.large a {
	background-image: url('../images/icon-next-page-hover.png'); background-position-y: bottom; background-size: 1.5rem; 
	font-size: 1.12rem; line-height: 1.5; color: #1285a6; padding: 0 0.7rem;
}
.read-more.large:hover a {background-image: url('../images/icon-next-page.png'); color: var(--darkBlue) !important; text-decoration: none;}

.home-Highlight-slide {background-color: #D9E8F0; height: 100%;}
.home-Highlight-slide .owl-carousel img {width: 75% !important; height: auto;}
.home-Highlight-slide .owl-carousel .home-Highlight-slide-block {display: flex; align-items: center; justify-content: center;}
.home-Highlight-block {background-color: #E5EFF5; padding-right: calc(8.33333% + 15px); overflow: hidden;}
.home-Highlight-content {padding: 3rem 0 3rem 3rem;}
.home-CreatingValue-content {/*padding-right: calc(3rem - 15px);*/}
.home-Chairman-content {background-color: #E5EFF5; padding: 3rem 3rem 2rem 3rem; padding-right: calc(8.33333% + 15px);}
.home-MDReview-content {background-color: var(--darkBlue); padding: 3rem 3rem 2rem 3rem; padding-left: calc(8.33333% + 15px); color: #ffffff !important;}
.home-Sustainability-content {background-color: #D4E5EF; padding: 3rem 3rem 2rem 3rem; padding-right: calc(8.33333% + 15px);}
.MDReview-space {height: 10rem;}
.home-Companies-slide .block-title {position: absolute; top: 0; left: 0; width: 100%;}
.home-Companies-slide .home-Companies-slide-block {/*padding-top: 37px;*/}
.block-title {background: #D2AC2B; padding: 0.25rem 1rem; transition: .5s;}
.home-Companies-slide-block:hover .block-title {/*background: #1285a6;*/ padding-top: 1.25rem;}
.block-title h4 {color: #ffffff; transition: .5s;}
.home-Companies-slide-block:hover h4 {color: #ffffff;}
.owl-theme .owl-nav {margin: 0;}
#Home .owl-carousel.home .owl-nav {margin-top: -6%;}
#Home .owl-carousel.home {height: 100%; display: flex !important; align-items: center;}
#Home .owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-'] {width: 40px; height: 40px; top: 0; bottom: 0; margin: auto;}
#GroupOverview .owl-theme .owl-nav [class*='owl-'] {width: 20px; height: 20px; top: 23%; bottom: auto; margin: auto;}
#Home .owl-theme .owl-nav [class*='owl-'],
#GroupOverview .owl-theme .owl-nav [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-']:hover {background: none;}
#Home .owl-carousel.Companies,
#GroupOverview .owl-carousel.Companies,
.owl-carousel {height: 100%; display: flex !important; align-items: center;}
#Home .owl-carousel.Companies .owl-nav
#GroupOverview .owl-carousel.Companies .owl-nav,
.owl-carousel.Companies .owl-nav {display: block !important;}
#Home .owl-carousel.Companies .owl-nav,
#GroupOverview .owl-carousel.Companies .owl-nav,
.owl-carousel.Companies .owl-nav {margin-top: -6%;}
#Home .owl-carousel .owl-nav button span,
#GroupOverview .owl-carousel .owl-nav button span,
.owl-carousel .owl-nav button span {visibility: hidden;}
#Home .owl-carousel .owl-nav button,
#GroupOverview .owl-carousel .owl-nav button,
.owl-carousel .owl-nav button {position: absolute; top: auto !important; background-size: 100% !important; background-repeat: no-repeat; border-radius: 0;}
#Home .owl-carousel .owl-nav button.owl-prev,
#GroupOverview .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev {left: 0rem; background-image: url('../images/slider-prev.png'); transition: 0.25s; border-radius: 0;}
#Home .owl-carousel .owl-nav button.owl-next,
#GroupOverview .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {right: 0rem; background-image: url('../images/slider-next.png'); transition: 0.25s; border-radius: 0;}
/*
#CompanyReview .owl-carousel .owl-nav button.owl-prev {
position: absolute; top: 5% !important; transform: translateY(-50%); left: -1.5rem; transition: 0.25s; border-radius: 0; 
width: 1.5rem; height: 1.5rem; padding: 10px !important; background-image: url('../images/icon-prev-page.png'); background-size: 0.75rem !important; background-position: center; background-repeat: no-repeat;}
#CompanyReview .owl-carousel .owl-nav button.owl-next {
position: absolute; top: 5% !important; transform: translateY(-50%); right: -1.5rem; transition: 0.25s; border-radius: 0; 
width: 1.5rem; height: 1.5rem; padding: 10px !important; background-image: url('../images/icon-next-page.png'); background-size: 0.75rem !important; background-position: center; background-repeat: no-repeat;
}
#CompanyReview .owl-carousel .owl-nav button.owl-prev:hover {left: -2rem;}
#CompanyReview .owl-carousel .owl-nav button.owl-next:hover {right: -2rem;}
*/
#Home .owl-carousel .owl-nav button.owl-prev:hover,
#GroupOverview .owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:hover {background-image: url('../images/slider-prev-hover.png');}
#Home .owl-carousel .owl-nav button.owl-next:hover,
#GroupOverview .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:hover {background-image: url('../images/slider-next-hover.png');}
#Home .owl-carousel.Companies .owl-nav button.owl-prev {/*left: -2.5rem; background-image: url('../images/slider-prev.png');*/}
#Home .owl-carousel.Companies .owl-nav button.owl-next {/*right: -2.5rem; background-image: url('../images/slider-next.png');*/}
#scroll-to-Explore, #at-a-Glance, #Graham-Baker, #TCFD-Report, #Consistency-with-TCFD-Requirements, #Sustainability-Governance, #sd-Goals, #sd-Leadership {padding-top: 88px; margin-top: -88px; width: 100%;}

#DownloadPage .nav-upper {/*background-color: #ffffff !important;*/}
#DownloadPage .logo img {background-image: url('../images/logo-color.png');}
#DownloadPage .header-textline a, #DownloadPage .header-right-block a, #DownloadPage .open .header-right-block a {color: var(--darkBlue);}
#DownloadPage #download .menu-icon {background-image: url('../images/icon-download-darkblue.png');}
#DownloadPage #sharing .menu-icon {background-image: url('../images/icon-share-darkblue.png');}
#DownloadPage #menu span {background-color: var(--darkBlue);}
#DownloadPage .main-body {padding-top: 88px;}
#DownloadPage h4, #DownloadPage h3 {font-family: "EwoSans-Semibold"; font-size: 1.325rem; letter-spacing: var(--Semibold);}
.page-wrap {padding-top: 130px; min-height: calc(100vh - 130px);}
.content-full {float: left; width: 100%; max-width: 1270px;}
.cover-image {/*float: left; max-width: 260px; width: 90%;*/}
.cover-image img {width: 100%; height: auto; border: 1px solid var(--darkGrayBorder);}
.download-content {display: flex;}
.download-page-header {float: left; min-height: 6rem;}
.download-page-header h4 {font-size: 1.35rem; color: var(--darkBlue); margin-top: 3rem; margin-bottom: 1rem;}
.download-left {float: left; width: 26.5%; padding-right: 1rem;}
.download-right {float: left; width: 73.5%;}
.download-table {display: table; font-family: "EwoSans-Regular"; width: 100%; margin-top: 6.00rem; background-color: #ffffff;}
.download-cell .border-top {padding-top: 0.5rem !important;}
.download-cell, .download-cell .download-item1, .download-cell .download-item2 {transition: 0.25s;}
.download-table .download-header, .download-table .download-header .download-size {background-color: #ffffff !important;}
.download-table .download-header,
.download-table .download-cell, .download-table .download-space {display: table-row; position: relative;}
.download-table .download-header h5 {margin-top: 0;}
.download-table .download-header .download-title, .download-table .download-header .download-size {display: table-cell; padding: 0 0.75rem; vertical-align: top;}
.download-table .download-cell .download-item1, .download-table .download-cell .download-item2, .download-table .download-space .download-item2 {display: table-cell; padding: 0 0.75rem;}
.download-table .download-header .download-title,
.download-table .download-cell .download-item1,
.download-table .download-space .download-item1 {/*width: 80%; padding-left: 2rem;*/ position: relative;}
.download-table .download-cell .download-item1 p::before {
    content: '';
    position: absolute;
    top: 0.25rem;
    left: -1.25rem;
    height: 20px;
    width: 20px;
    max-width: 1270px;
    z-index: 0;
    transition: .25s;
    /*background-image: url('../images/bullet-empty.png');*/
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 16px;
}
.download-table a:hover .download-cell .download-item1 p::before, .download-table a:hover .download-cell .download-item1 p.download-subhead::before {
    background-image: url('../images/icon-next-page.png');
}
.download-table a .download-cell .download-item1 p.download-subhead {margin-top: 0 !important;} 
.download-table a .download-cell .download-item1 p.download-subhead::before, 
.download-table a:hover .download-cell .download-item1 p.download-subhead::before {background-image: none;}
.download-table a .menu-items-wrap::before {margin-left: 0.5rem;}
.download-table a:hover .menu-items-wrap::before {width: 1.9rem;}

.download-table .download-header .download-size,
.download-table .download-cell .download-item2,
.download-table .download-space .download-item2 {width: 20%; text-align: initial; background-color: #ffffff;}
.download-table p {font-family: "EwoSans-Thin"; position: relative; margin: 0.25rem 0 0.25rem 0.5rem !important; transition: .5s;}
.download-table .download-header .download-size, .download-cell .download-item2 {padding-left: 7% !important;}
.download-cell .download-item2 p::before {display: inline-block;}
.download-cell .download-item2 .download-icon {width: auto; height: 1rem;}
.download-table p.download-subhead {font-family: "EwoSans-Semibold"; color: var(--darkBlue); text-transform: uppercase; letter-spacing: 2px;}
.download-table a {display: contents;}
.download-table a:hover .download-item1 p {margin-left: 0.5rem !important;}
.download-table a:hover .download-cell,
.download-table a:hover .download-cell .download-item2 {background-color: #ffffff;}
.download-table .download-cell:hover p {color: var(--darkBlue);}
#DownloadPage .download-link a{
	background-image: url('../images/icon-download-darkblue.png');
	background-position-y: 15%;
	background-position-x: left;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	color: var(--darkGray);
	font-weight: bold;
	padding: 0.5rem 0 0.5rem 1.75rem;
	transition: 0.5s;
}
#DownloadPage .download-link a span {
    font-family: "EwoSans-Bold";
    font-size: 0.725rem;
    line-height: 1;
    letter-spacing: var(--Bold);
    vertical-align: top;
    margin-left: 0rem;
    font-weight: normal;
}
#DownloadPage .download-link a:hover {background-image: url('../images/icon-download-darkblue.png'); color: var(--darkBlue); padding-left: 2.25rem; background-position-x: 0.5rem;}

.content-wrap {width: 78.5%; max-width: 78.5%;}
.content {background-color: #FFFFFF;}
.content-right {margin-left: auto;}
.content-left {display: inline-flex;}
section p, .com-section p {margin: 0.75rem 0 1.25rem; margin-top: 0; margin-bottom: 1.25rem;}
section ul, section ol {padding: 0; margin-left: 1rem; margin-bottom: 1.4rem;}
section ol {list-style: none; counter-reset: num;}
section li {padding-bottom:0.5rem;}
section li:last-child {padding-bottom:0rem;}
section ul li::before,
.main-content ul li::before, .com-list p::before {font-family: "EwoSans-Regular"; content:"•"; font-size: inherit; line-height: inherit; color: var(--darkBlue); vertical-align: initial; display: inline-block; margin-left: -1rem; width: 1rem;}
section ul ul li::before,
.main-content ul ul li::before {font-family: "EwoSans-Regular"; content:"–"; font-size: inherit; line-height: inherit; color: var(--darkBlue); vertical-align: initial; display: inline-block; margin-left: -1rem; width: 1rem;}
section ol li,
.main-content ol li {counter-increment: num;}
section ol li::before,
.main-content ol li::before {content: counter(num) "."; font-family: "EwoSans-Regular"; font-size: inherit; color: inherit; margin-left: -1.125rem; padding-right: 0.475rem;}
section ul.bluedot li::before {color:var(--darkBlue);}
section ul li.no-bullet::before,
.main-content ul li.no-bullet::before, .com-list p.no-bullet::before {content:" ";}
section ul.listLetter {font-size: 0.85rem; line-height: 1.65; margin-left: 1.5rem; counter-reset: letterlist;}
section ul.listLetter > li:before {
    content: "(" counter(letterlist, lower-latin) ") ";
    counter-increment: letterlist;
    display: inline-block;
    width: 1rem;
    margin-left: -1.75rem;
    position:relative;;
    font-size: inherit;
    color:  var(--GrayText);
}
section ul.list1st {padding:0; margin-left:1rem;}
section ul.list2nd {margin-left: 0.9rem;}
section .list1st li {margin-left: 0;}
section .list1st li::before {font-family: "EwoSans-Regular"; content:"•"; font-size: 0.7rem; line-height: 1; color:  var(--GrayText); vertical-align: initial; display: inline-block; margin-left: -1rem; padding-right: 0.5rem;}
section .list2nd li::before {font-family: "EwoSans-Regular"; content:"ο"; font-size: 0.7rem; line-height: 1; color:  var(--GrayText); vertical-align: initial; display: inline-block; margin-left: -1rem; padding-right: 0.5rem;}
section p a, section ul.list1st a, section ul.list2nd a {color: var(--midBlue); white-space: nowrap;}
#Sustainability section p a, #Sustainability section ul.list1st a, #Sustainability section ul.list2nd a {white-space: initial;}
section p a:hover, section ul.list1st a:hover, section ul.list2nd a:hover {color: #1285a6; color: var(--darkBlue);}
#Sustainability section .list1st li::before {padding-right: 0.35rem;}
#Sustainability section .list2nd li::before {padding-right: 0.35rem;}

.full-content {padding: 0px 0 0 40px;}

/*** Slider ***/
.slides-wrap {margin-bottom: 2rem;}
.owl-carousel {display: block !important;}
.flexslider {margin-bottom: 2rem !important; border: none !important;}
.flex-control-nav {bottom: 10px !important; text-align: right !important; padding-right: 1.25rem !important;}
.flex-direction-nav a {display: none !important;}
.flex-control-paging li a {background: #bcbec0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-indent: 9999px !important;}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {background: #fff !important;}
.slides-wrap ul {margin: unset;}
.slides-wrap ul.flex-direction-nav {display: none;}
.slides-wrap li::before {content: ""; display: none;}
.owl-dots {position: absolute; right: 1rem; bottom: 0.5rem;}
.owl-theme .owl-dots .owl-dot span {background: #939598 !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ffffff !important;}

.sidemenu .sidemenu-wrap {padding-top: 3rem; margin-top: -3rem;}
.sidemenu .sidemenu-wrap .side-menu-top {font-family: "EwoSans-Bold"; font-size: 0.85rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: var(--Bold); padding-left: 0rem; margin-bottom: 1.5rem;}
.sidemenu .sidemenu-wrap .left-side-menu {padding-left: 0rem; margin-left: 0; margin-bottom: 0;}
.sidemenu .sidemenu-wrap .left-side-menu li::before {content: " "; display: none;}
.sidemenu .sidemenu-wrap .left-side-menu li * {transition: 0.5s;}
.sidemenu .sidemenu-wrap .left-side-menu li {color: var(--GrayMenu); margin-bottom: 0;}
.sidemenu .sidemenu-wrap .left-side-menu li a {position: relative; display: block; font-family: "EwoSans-Semibold"; font-size: 0.778rem; line-height: 1.35; color: #73797F; letter-spacing: var(--Semibold); padding-right: 3.65rem; margin-bottom: 0.5rem;}
.sidemenu .sidemenu-wrap .left-side-menu li:last-child,
.sidemenu .sidemenu-wrap .left-side-menu li:last-child a {padding-bottom: 0; margin-bottom: 0;}
.sidemenu .sidemenu-wrap .left-side-menu li .border-top {display: none; width: 30px;}
.sidemenu .sidemenu-wrap .left-side-menu li:hover a,
.sidemenu .sidemenu-wrap .left-side-menu li a.active {color: var(--darkBlue); }
.sidemenu .sidemenu-wrap .left-side-menu li:hover .border-top,
.sidemenu .sidemenu-wrap .left-side-menu li a.active .border-top {width: 50px; border-color: var(--darkBlue) !important;}
/*.sidemenu .sidemenu-wrap .left-side-menu li a::before {
	content: ''; position: absolute; top: 0.25rem; left: -1rem; bottom: 0;
	height: 20px; width: 20px; max-width: 1270px; z-index: 0; transition: 0.5s;
	background-image: url('../images/bullet-lightgray.png'); background-repeat: no-repeat; background-position: top left; background-size: 10px;
}*/
.sidemenu .sidemenu-wrap .left-side-menu li:hover a::before,
.sidemenu .sidemenu-wrap .left-side-menu li a.active::before {background-image: url('../images/bullet-blue.png');}

.highlight-table {border-top: 0px solid var(--darkBlue); margin-bottom: 0rem;}
.highlight-table th {font-family: "EwoSans-Thin"; letter-spacing: var(--Semibold);}
.highlight-table th, .highlight-table td {font-size: 0.75rem; line-height: 1.25; border-bottom: 2px solid var(--darkGrayBorder); padding: 12px 12px 12px;}
.highlight-table th:first-child, .highlight-table td:first-child {/*padding-left: 0;*/}
.highlight-table th:last-child, .highlight-table td:last-child {/*padding-right: 0;*/}
.highlight-table th, .highlight-table td.thick {border-bottom: 2px solid var(--darkBlue) !important;}
.highlight-table td {border-bottom: 1px solid var(--darkBlue) !important; background: #ffffff;}
.highlight-table td.border-2 {border-top: 2px solid var(--darkBlue) !important; background: #ffffff;}
.highlight-table th, .highlight-table td.to-right {text-align: right; padding-top: 0 !important;}
.highlight-table .highlight {font-family: "EwoSans-Bold"; color: var(--darkBlue); letter-spacing: var(--Bold);}

.highlight-items {display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: flex-start; align-items: stretch; margin-bottom: 0rem;}
.highlight-items .highlight-data {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0.5rem 0.75rem;
	margin: 1rem 0 2rem;
	color: var(--darkBlue);
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: lighter;
	letter-spacing: inherit;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.highlight-items .card {/*margin-top: 0.5rem; margin-bottom: calc(2rem - 0.5rem);*/}
.highlight-items .Highlight-boxing {max-width: 32.5%; height: auto; padding: 1rem 5%;}
.highlight-items .Highlight-box {display: flex; flex-wrap: wrap; justify-content: flex-start; /*background-color:rgb(255 255 255 / 60%);*/ height: 100%; margin: 0rem 0; padding: 1rem 0;}
.highlight-items .Highlight-box {font-family: "EwoSans-Semibold"; font-size: 0.75rem; color: var(--Gray); line-height: 1.5; letter-spacing: var(--Semibold);}
.highlight-items .Highlight-box .largeNumber {font-size: 3.61rem; font-size: 3.5rem; line-height: 1; padding-bottom: 0.25rem;}
.highlight-items .Highlight-box span {font-family: "EwoSans-Regular"; font-size: 1rem; line-height: 1.25; color: var(--darkBlue); padding-top: 0.25rem; letter-spacing: inherit; text-align: initial;}
.highlight-items .Highlight-box p {font-family: "EwoSans-Semibold"; font-size: 3.611rem; line-height: 1; letter-spacing: var(--Semibold); margin-bottom: 0; padding-right: 0; white-space: nowrap;}
.highlight-items .Highlight-content {display: flex; flex-direction: column; flex-wrap: wrap; text-align: initial; padding: 0 1rem;}
.highlight-items .highlights-dots {width: 1rem; padding-bottom: 0.5rem;}

.highlight-SDtable {}
.highlight-SDtable th {font-family: "EwoSans-Bold"; color: var(--GrayText); letter-spacing: var(--Bold); text-align: initial; padding-top: 0 !important;}
.highlight-SDtable td {vertical-align: middle;}
.highlight-SDtable .first {font-family: "EwoSans-SemiBold"; letter-spacing: var(--SemiBold); color: var(--GrayText);}
.highlight-SDtable .second {font-family: "EwoSans-Bold"; letter-spacing: var(--Bold); font-size: 1.111rem; color: var(--darkBlue);}
.highlight-SDtable .third {color: var(--darkBlue);}

#Astra .highlight-items .Highlight-boxing {max-width: 49.5%;}
#Astra .highlight-items {flex-wrap: wrap;}
#Astra .highlight-items .highlight-data {max-width: 45%; min-width: 45%;}
#Astra .highlight-items .highlight-data:nth-child(2n) {/*padding: 2rem; padding-right: 0; padding-top: 1rem;*/}
.highlight-items .highlight-data:first-child {margin-left: 0;}
.highlight-items .highlight-data:last-child {margin-right: 0;}
.highlight-items .highlight-data span {font-size: 1rem; padding-top: 0px; text-align: center;}
.highlight-items .highlight-data p {font-size: 2rem; font-weight: lighter; line-height: 1.3rem; margin-bottom: 0.5rem; padding-right: 0;}
.highlight-items .highlight-data .largeNumber {font-size: 3.61rem; line-height: 1; padding: 0.125rem 0.25rem 0.5rem;}
.com-map {display: flex; flex-wrap: wrap; flex-direction: row-reverse; padding: 0; padding-right: 0px; margin-top: 0rem; margin-bottom: 0rem;}
.com-map-block {float: left; /*display: flex;*/ width: 75%; height: 75%; margin-bottom: 0.5rem; padding: 0;}
.com-map-block img {width: 100%; height: 100%;}
.com-map-index {display: flex; align-items: flex-end; /*max-width: 16%;*/ margin-bottom: 0.5rem; padding: 0;}
ul.com-map-list {margin-left: 1.125rem; padding: 0 0 1.15rem; margin-bottom: 0; padding-bottom: 0;}
.com-map-list li {
	font-size: 0.778rem;
    line-height: 1.65;
    color:  var(--GrayText);
    margin-bottom: 1.5rem;
    padding-left: 0.25rem;
    padding-left: 0;
    position: relative;
}
.com-map-list li::before {font-family: "EwoSans-Regular"; font-size: 1.725rem; line-height: 1; color: var(--darkBlue); text-align: right; padding: 0; width: auto; position: absolute; top: -6px; left: 0;}
.com-map-list li.colorA::before {color: #FDC576;}
.com-map-list li.colorB::before {color: #A65EA5;}
.com-map-list li.colorC::before {color: #95D2B3;}

.chart-container {display: flex; /*flex-direction: row;*/ padding-bottom: 0; margin-bottom: 1rem;}
.chart-container:last-child {/*margin-bottom: 0rem;*/}
.chart-header {display: flex; flex-direction: row; /*flex-wrap: wrap;*/ align-content: flex-start; justify-content: space-between;}
.chart-header.max {min-height: 70px;}
.chart-container .chart-item {flex: 1; display: grid; align-content: space-between; border-top: 1px solid var(--color1); padding-top: 10px; margin: 0 16px;}
.chart-container .chart-item {flex: 1; display: grid; align-content: space-between; border-top: 1px solid var(--color1); padding-top: 5px; margin: 0 16px;
	/*border-style: dotted;
    border-color: var(--darkBlue);
    border-width: 7px 0 0 0;
    border-image-source: url(../images/dot-line-darkblue.png);
    border-image-slice: 32%;
    border-image-repeat: round;*/
}
.chart-container .chart-item.thin {
    /*border-width: 5px 0 0 0;
    border-image-slice: 36%;*/
}
.chart-container .chart-item:first-child {margin-left: 0;}
.chart-container .chart-item:last-child {margin-right: 0;}
.chart-container .chart-item h6, h6.special {font-family: "EwoSans-Bold"; color: var(--darkBlue); font-size: 0.889rem; line-height: 1.27; letter-spacing: var(--Bold); margin-top: 0.25rem; margin-bottom: 1rem; padding-right: 0%; display: inline-block;}
.chart-container .chart-item .fs125 {font-family: inherit; color: var(--darkBlue); font-size: 125%; line-height: inherit;}
.chart-container .chart-item .fs133 {font-family: inherit; color: var(--darkBlue); font-size: 133%; line-height: inherit;}
.chart-container .bar-graph {margin-bottom: 1rem !important;}
.chart-container .chart-item.top-blue-line {
	border-top: 2px solid var(--darkBlue) !important; /*margin-right: 40px;*/
	border-style: solid;
    border-color: var(--darkBlue);
    border-width: 0;
    border-image-source: none;
    border-image-slice: 32%;
    border-image-repeat: round;
}

.doughnut-chart-container {padding-top: 0rem; display: flex; justify-content: center; margin-bottom: 1rem;}
.doughnut-chart-container {padding-top: 0rem; display: flex; justify-content: flex-start; /*align-items: flex-start;*/ margin-bottom: 1rem; padding-left: 30%;}
.doughnut-chart-container {/*justify-content: flex-start; padding-left: 24%;*/}
.doughnut-chart-area {max-height: 280px; /*max-height: 350px;*/}
.doughnut-chart {height: 100%; max-height: 100%; padding: 1.5rem; padding-top: 0.5rem;}
.doughnut-chart-legend {padding-left: 1.67rem; padding-right: 1.67rem; max-width: 40%; width: 100%; padding: 1.5rem; padding-top: 0.25rem; padding-bottom: 0; padding-right: 0;}
.doughnut-chart-legend-block {padding-top: 20px;}
.doughnut-chart-legend-block .doughnut-chart-legend {max-width: 100%; padding-top: 0;}
.doughnut-chart-legend-block h6 {margin-left: 1.5rem; margin-top: 0.35rem; margin-bottom: 0.75rem;}
.doughnut-chart-legend p {font-family: "EwoSans-Regular"; /*font-size: 0.625rem;*/ line-height: 1.25; color: var(--grayNumber); float: left; margin: 0; padding-right: 0;}
.doughnut-chart-legend span {font-family: "EwoSans-Bold"; font-size: 1rem; font-weight: bold; color: var(--grayNumber); padding: 0 0.5rem;}
.doughnut-chart-legend .legend-cell {display: table-row;}
.doughnut-chart-legend .legend-box, 
.doughnut-chart-legend .legend-number, 
.doughnut-chart-legend .legend-item {display: table-cell; vertical-align: middle; text-align: left; padding-bottom: 0.5rem;}
.doughnut-chart-legend .legend-box, .doughnut-chart-legend .legend-number {width: 1%;}
.doughnut-chart-legend .legend-box {padding-bottom: 0.25rem;}
.doughnut-chart-legend .legend-item {width: auto;}
.doughnut-chart-legend .legend-box .legend-color {height: 1rem; border-left: 1rem solid; margin-top: -6px;}
.doughnut-chart-legend .legend-box .legend-color.color0 {border-color: var(--color0);}
.doughnut-chart-legend .legend-box .legend-color.color1 {border-color: var(--color1);}
.doughnut-chart-legend .legend-box .legend-color.color2 {border-color: var(--color2);}
.doughnut-chart-legend .legend-box .legend-color.color3 {border-color: var(--color3);}
.doughnut-chart-legend .legend-box .legend-color.color4 {border-color: var(--color4);}
.doughnut-chart-legend .legend-box .legend-color.color5 {border-color: var(--color5);}
.doughnut-chart-legend .legend-box .legend-color.color6 {border-color: var(--color6);}
.doughnut-chart-legend .legend-box .legend-color.color7 {border-color: var(--color7);}
.doughnut-chart-legend .legend-box .legend-color.color8 {border-color: var(--color8);}
.doughnut-chart-legend .legend-box .legend-color.color9 {border-color: var(--color9);}
.doughnut-chart-legend .legend-box .legend-color.colorA {border-color: var(--colorA);}
.doughnut-chart-legend .legend-box .legend-color.colorB {border-color: var(--colorB);}
.doughnut-chart-legend .legend-box .legend-color.colorC {border-color: var(--colorC);}
.doughnut-chart svg circle {stroke-width: 10px;}
#JardineCycleCarriage .doughnut-chart svg circle {stroke-width: 9px !important;}
#CompanyReview .doughnut-chart svg circle {stroke-width: 10px;}
#Highlights .doughnut-chart-container, #CompanyReview .doughnut-chart-container, .doughnut-chart-container {padding-left: 28%;}
#JardineCycleCarriage .doughnut-chart-container {padding-left: 10%;}
#CompanyReview .doughnut-chart-area { }
#CompanyReview .doughnut-chart-legend {max-width: 50%; width: auto;}
#Highlights .doughnut-chart, #CompanyReview .doughnut-chart {padding-left: 0;}

.chairman-photo {padding-top: 0.6rem;}
.financial-photo {padding-top: 0.5rem;}
/*** Chairman Statement ***/
/*** Financial Review ***/
/*** Managing Directors Review ***/
#ChairmanStatement .doughnut-chart-container, 
#ManagingDirectorsReview .doughnut-chart-container, 
#FinancialReview .doughnut-chart-container {/*justify-content: flex-start; padding-left: 24%;*/}
#ManagingDirectorsReview .key-person {max-width: 267.5px;}

/*** About Jardines ***/
.intro-sub {font-family: "EwoSans-Thin"; font-size: 1rem; margin-bottom: 1.4rem;}
.portfolio-table {}
.portfolio-table .portfolio-cell {font-family: "EwoSans-Semibold"; line-height: 1.25; color: var(--darkBlue); letter-spacing: var(--Semibold); padding: 0.5rem 0;}
.portfolio-column-3 .portfolio-cell:first-child {padding-top: 0;}
.portfolio-table .item-logo .portfolio-logo {height: auto; max-height: 60px; width: auto; max-width: 100%; margin: 0.75rem 0; transition: 0.25s;}
.portfolio-table .item-logo a:hover .portfolio-logo {margin-left: 0.5rem;}
.portfolio-table .portfolio-column-1, .portfolio-table .portfolio-column-2, .portfolio-table .portfolio-column-3 {padding-bottom: 2rem !important;}
.portfolio-table .portfolio-column-1 {background-color: #ecebeb;}
.portfolio-table .portfolio-column-1, .portfolio-table .portfolio-column-3 {width: 28%; max-width: 28%;}
.portfolio-table .portfolio-column-2 {width: 44%; max-width: 44%;}
.largeNumber sub, .largeNumber sup {
    font-family: "EwoSans-Thin";
    font-size: 40%;
    line-height: 0;
    position: relative;
    padding-left: 0.125rem;
    vertical-align: baseline;
}
.largeNumber sup {top: -1.5em;}
.portfolio-table .portfolio-cell .counting-data { }
.portfolio-table .portfolio-cell .largeNumber {font-size: 1.833rem; line-height: 1; color: var(--darkBlue); padding-bottom: 0rem;}
.portfolio-table .portfolio-cell .largeNumber2 {font-size: 2.2778rem; line-height: 1; color: var(--darkBlue); padding-bottom: 0rem;}
.portfolio-table .portfolio-cell p {
    font-family: "EwoSans-Semibold";
    font-size: 1.111rem;
    font-weight: bold;
    line-height: 1.3rem;
    letter-spacing: var(--Semibold);
    margin-bottom: 0rem;
    padding-right: 0;
}
.portfolio-table .portfolio-cell span {
    font-family: "EwoSans-Bold";
    font-size: 0.833rem;
    line-height: 1.25;
    color: #45494d;
    letter-spacing: var(--Bold);
    padding-top: 0.25rem;
    text-align: center;
}
.portfolio-table .portfolio-inner-table-title {
    font-family: "EwoSans-Bold";
    font-size: 1rem;
    line-height: 1.25;
    color: #5d7cbe;
    letter-spacing: var(--Bold);
    padding: 0.5rem 0;
}
.portfolio-table .portfolio-inner-table-items {
    font-family: "EwoSans-Semibold";
    font-size: 1rem;
    line-height: 1.25;
    color: #45494d;
    letter-spacing: var(--Semibold);
    padding-bottom: 0.5rem;
}
.portfolio-table .portfolio-pic .pic-layer {position: absolute; width: 100%; height: 100%; background-color: rgb(72 83 91 / 40%);; z-index: 0; opacity: 0; transition: 0.5s;}
.portfolio-table .portfolio-pic a:hover .pic-layer {opacity: 1;}
.portfolio-table .portfolio-pic .pic-link .read-arrow {height: 1rem; width: auto; transition: 0.25s;}
.portfolio-table .portfolio-pic a:hover .read-arrow {margin-right: 0.25rem;}
.portfolio-table .portfolio-pic .pic-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
	z-index: 2;
}
.portfolio-table .portfolio-pic .pic-link {
	position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 0.5rem 2.125rem 0.5rem 0.5rem;
    font-size: 0.778rem;
    color: #fff;
    background-image: url('../images/portfolio-title-bg.png');
    background-size: cover;
    background-position: top right;
    display: flex;
    align-items: center;
    white-space: nowrap;
    z-index: 3;
}
.portfolio-table .portfolio-pic .pic-title {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75);
    z-index: 3;
}
.portfolio-table .portfolio-pic {min-height: 24rem; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
.portfolio-table.Astra .portfolio-pic {background-image: url('../images/portfolio-Astra.jpg');}
.portfolio-table.HKL .portfolio-pic {background-image: url('../images/portfolio-HKL.jpg');}
.portfolio-table.JCC .portfolio-pic {background-image: url('../images/portfolio-JCC.jpg');}
.portfolio-table.DFI .portfolio-pic {background-image: url('../images/portfolio-DFI.jpg');}
.portfolio-table.MO .portfolio-pic {background-image: url('../images/portfolio-MO.jpg');}
.portfolio-table.ZS .portfolio-pic {background-image: url('../images/portfolio-ZS.jpg');}
.portfolio-table.JP .portfolio-pic {background-image: url('../images/portfolio-JP.jpg');}
.portfolio-table .portfolio-content {background-color: #edf1f9;}
.portfolio-table .portfolio-ref {background-color: #d4dff6;}
.portfolio-table .portfolio-content, .portfolio-table .portfolio-ref {padding: 1.5rem 1rem; padding-bottom: 0rem;}
.portfolio-table .portfolio-content, .portfolio-table .ref-box {padding-bottom: 0rem;}
.portfolio-table .ref-box {padding: 0.75rem 0;}
.portfolio-table .portfolio-title {
	font-family: "EwoSans-Bold";
	font-size: 1rem;
	line-height: 1.35;
	color: var(--darkBlue);
	letter-spacing: var(--Bold);
	display: block;
	margin-bottom: 0.75rem;
}
.portfolio-table .ref-title {
	font-family: "EwoSans-Semibold";
	font-size: 0.833rem;
	line-height: 1.35;
	color: var(--darkBlue);
	letter-spacing: var(--Semibold);
	display: block;
	margin-bottom: 0.5rem;
}
.portfolio-table .ref-subtitle {
	font-family: "EwoSans-Semibold";
	font-size: 0.833rem;
	line-height: 1.35;
	color: #73797F;
	letter-spacing: inherit;
	display: block;
	margin-bottom: 0.5rem;
}
.portfolio-table .ref-content {
	font-family: "EwoSans-Thin";
	font-size: 0.778rem;
	line-height: 1.65;
	color: var(--darkBlue);
	letter-spacing: inherit;
	display: block;
}

.overview-container {padding-top: 1rem; margin-bottom: 0 !important; /*flex-wrap: wrap; display: flex;*/}
.overview-container .row {
	/*width: 100%;*/
    margin-right: -15px;
    margin-left: -15px;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.overview-container .row { }
.overview-container .col {border-right: 0px #FFFFFF solid; margin: 0;}
.overview-container .col.last {border-right: none;}
.overview-container .col-4 {width: 33%;}
.overview-container .col-8 {width: 66%;}
.overview-container .item-pic {width: 35%; padding: 0 0 2.25rem 0;}
.overview-container .item {width: 65%; padding: 0 0 40px 0; padding-left: 4%; padding-right: 8.333333%;}
.overview-container .item-image{width: 14.5rem; /*height: 4rem; display:flex;*/ align-items:center; margin-bottom: 0.5rem;}
.overview-container .item-image img{height: auto; width: 100%; padding-bottom: 0;}
.GroupBusinesses-slide .owl-item {background: #EDEDEE !important;}
.GroupBusinesses-slide .item {padding-left: 2.5rem; padding-right: 2rem;}
.GroupBusinesses-slide .item p {padding-top: 1rem;}
.GroupBusinesses-slide .item-logo {min-height: 90px; display: flex; align-items: center; padding-left: 2.5rem;}
.GroupBusinesses-slide .slide-logo {max-width: 60%; height: auto; padding: 0.5rem 0; transition: 0.5s;}
.GroupBusinesses-slide .item-logo:hover .slide-logo {/*max-width: 70%;*/}
.Overview-Companies-slide-block {display: flex; flex-wrap: wrap; padding-bottom: 0.5rem;}
#CreatingValue .slides-wrap {padding: 0 1.5rem;}
.Creating-Value-slides-block {padding-bottom: 1.5rem; background: #E8F2F8;}
.Creating-Value-slides-block .header-block {padding: 1.5rem 1.5rem 0; background: #E8F2F8;}
.Creating-Value-slide .owl-carousel .owl-nav button.owl-prev {left: -2.925rem;}
.Creating-Value-slide .owl-carousel .owl-nav button.owl-next {right: -2.925rem;}
.Creating-Value-slide .owl-theme .owl-nav [class*='owl-'] {/*top: -50%;*/}
.Creating-Value-slide .owl-item {/*background: #E8F2F8 !important;*/}
.Creating-Value-slide-block {display: flex; flex-wrap: wrap;}
.Creating-Value-slide .item-logo {min-height: 90px; display: flex; align-items: center; padding-left: 2.5rem;}
.Creating-Value-slide.CV1 .owl-stage {background-color: var(--CVcolor1);}
.Creating-Value-slide.CV2 .owl-stage {background-color: var(--CVcolor2);}
.Creating-Value-slide.CV3 .owl-stage {background-color: var(--CVcolor3);}
.Creating-Value-slide.CV4 .owl-stage {background-color: var(--CVcolor4);}
.Creating-Value-slide .color-content {padding: 1rem}
.Creating-Value-cards .card-body {max-width: 24.25%; padding: 0;}
.Creating-Value-cards .card {margin-bottom: 0;}
.strategic-vision-infobox {padding-bottom: 2rem;}
.strategic-vision-infobox .infobox-content {border-top: 2px solid var(--darkBlue);}
.strategic-vision-infobox .largeNumber {font-family: "EwoSans-Bold"; font-size: 2.2778rem; line-height: 1; letter-spacing: var(--Bold); color: var(--darkBlue); padding-bottom: 0.5rem;}
.infobox-content, .infobox-bar-title {font-family: "EwoSans-Regular"; font-size: 1rem; line-height: 1.35; letter-spacing: var(--Regular); color: var(--darkBlue); padding-top: 0.5rem;}
.our-value-infobox {margin-bottom: 2rem; border-right: 2px solid var(--darkBlue);}
.our-value-infobox:last-child {border-right: none;}
.infobox-icon {float: right; height: 100px; padding: 0.5rem; padding-bottom: 0;}
.infobox-icon img {width: auto; height: 100%;}
.shareholder-returns-wrap {margin: 0 15px;}
.returns-infobox {margin-bottom: 2rem; /*border-left: 2px solid #d4def1;*/}
.infobox-bar {width: 100%; display: flex; min-height: 112px; align-items: center; justify-content: space-between; background-size: auto; background-repeat: no-repeat; background-position: right;}
.infobox-bar .infobox-icon {float: initial; height: calc(100px - 0.5rem); padding: 0; margin-right: 1.75rem;}
.infobox-bar-title {padding: 15px; padding-right: 0;}
.infobox-bar.returns-bar1, .infobox-bar.returns-bar3 {background-image: url('../images/returns-bar-ltBlue.png'); background-color: #d4def1;}
.infobox-bar.returns-bar2, .infobox-bar.returns-bar4 {background-image: url('../images/returns-bar-midBlue.png'); background-color: #bbcae8; margin-top: calc(112px / 2);}
.infobox-bullet {border-left: 2px solid #d4def1; padding-right: 1.1rem; padding-top: 1.25rem; padding-left: 15px; margin-left: -15px;}
.infobox-bullet p, .infobox-bullet .p {font-size: 1rem;}
.CE-infobox {padding-top: 2rem; padding-bottom: 1rem;}
.CE-photo-wrap {display: flex; /*align-items: flex-end;*/ margin-bottom: 0.25rem;}
.CE-photo-L {/*position: absolute; top: 0; right: 15px; width: calc(100% + 50px);*/ width: 100%; height: auto; position: relative;}
.CE-photo-R {/*position: absolute; top: 0; left: 15px; width: calc(100% + 50px);*/ width: 100%; height: auto; position: relative;}
.CE-quote {font-size: 1rem;}
@media (max-width: 1200px) {
	.our-value-infobox:nth-child(even) {border-right: 0px solid var(--darkBlue);}
}
@media (max-width: 575.9px) {
	.our-value-wrap {padding: 0 15px;}
	.our-value-infobox {border-right: 0px; border-bottom: 2px solid var(--darkBlue); padding: 0 0 1rem; margin-bottom: 1rem;}
	.our-value-infobox:last-child {border-bottom: none; margin-bottom: 0;}
	.infobox-bar.returns-bar2, .infobox-bar.returns-bar4 {margin-top: 0;}
	.infobox-bar {justify-content: flex-start;}
	.infobox-bar .infobox-icon {margin-right: 0rem;}
}

/*** IndependentDirector ***/
#IndependentDirector .IndependentDirector-QnA .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
}
#IndependentDirector .IndependentDirector-QnA .btn {
	display: inline-block; display: flex; flex-direction: row; align-items: center;
	font-family: "EwoSans-Bold"; font-size: 1rem; font-weight: unset; line-height: 1.5; color: var(--darkBlue); letter-spacing: var(--Bold);
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.75rem 0.5rem 0.75rem 0;
	border-radius: 0;
	/*background-image: url('../images/arrow-down-blue.png');*/
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#IndependentDirector .IndependentDirector-QnA .btn .btn-arrow {
    width: 26px;
    min-width: 26px;
    height: auto;
    vertical-align: text-bottom;
    transition: 0.15s;
}
#IndependentDirector .IndependentDirector-QnA .btn.collapsed .btn-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center;
}
#IndependentDirector .IndependentDirector-QnA .btn .btn-arrow  {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center;
}
#IndependentDirector .IndependentDirector-QnA .btn-link:hover,
#IndependentDirector .IndependentDirector-QnA .btn-link:focus {color: var(--darkBlue); text-decoration: none; box-shadow: none;}
#IndependentDirector .IndependentDirector-QnA .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 0; padding-top: 0.5rem;}

/*** Highlights ***/
.highlight-block {margin-bottom: 3rem;}
.highlight-content {border-left: 2px solid #D2AC2B; padding: 0 15px 1rem 15px;}
.highlight-block h2 {color: #48535B; margin-bottom: 0;}
ul.highlights-list {font-family: "EwoSans-Regular"; font-size: 1.111rem;}
.highlights-list li {font-size: 1rem; line-height: 1.5; position: relative; }
ul.highlights-list ul {padding-bottom: 0.5rem;}
/*.highlights-list li::before {
	position: absolute;
    content: '';
    top: 0.425rem;
    bottom: 0;
    height: 20px;
    width: 20px;
    max-width: 1270px;
    z-index: 0;
    background-image: url('../images/dot-darkblue.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 10px;
	margin-left: -1.25rem;
}*/
.highlights-list li {color: var(--darkBlue);}
#Highlights .highlights-list li {font-size: 1.111rem; line-height: 1.5; position: relative;}
#Highlights .highlights-list li::before {top: 0.55rem;}
.HL-SD-box {
display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; align-content: center; text-align: center; 
padding: 1rem 3rem; border-right: 1px solid var(--darkBlue);
}
.HL-SD-box:last-child {border: none;}
.HL-SD-box .first {font-family: "EwoSans-SemiBold"; font-size: 1.111rem; line-height: 1.35; color: var(--GrayText); letter-spacing: var(--Bold); margin: 0; margin-bottom: 0.25rem;}
.HL-SD-box .second {font-family: "EwoSans-Bold"; font-size: 1.3889rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: var(--Bold); margin: 0; margin-bottom: 0.25rem;}
.HL-SD-box .third { }
@media (max-width: 992px) {
	.HL-SD-box {border-right: none; border-bottom: 1px solid var(--darkBlue);}
}

.HL-logos {display: flex; flex-wrap: wrap; align-items: center; align-content: center;}
.HL-logo-img {max-height: 60px; width: auto; margin-bottom: 1.25rem; padding: 0.25rem 0;}

.sector {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.sector-block h3.number {font-family: "EwoSans-Regular"; font-size: 1.667rem; color: var(--darkBlue); line-height: 1;}
.sector-block h3.number .animated-number {font-size: 2.111rem;}
.sector-block p {font-family: "EwoSans-Bold"; font-size: 0.778rem; color: var(--darkBlue); line-height: 1.45; font-weight: bold; letter-spacing: var(--Bold);}
.sector-block {text-align: center; min-width: 23%; padding: 0.5rem 0.25rem; /*display: inline-grid;*/}
.sector-image img {width: 93px; height: auto; padding-bottom: 0.75rem; align-self: baseline;}
#Hs0-doughnut {background-image: url('../images/Hs0-doughnut-bg.png'); background-repeat: no-repeat; background-position: center; background-size: 100px;}
.table-container {padding-bottom:4rem;}
.highlights-image-container{/*padding-bottom: 1rem; padding: 0 25px 1rem; opacity: 1;*/}
.highlights-image-container{
	-webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;}
.highlights-image-container.ready{opacity: 1;}
.highlights-map-container{background-image: url('../images/highlights-geo-map.png'); background-repeat: no-repeat; background-position-x: 5rem; background-size: contain; margin-bottom: 4rem; min-height: 26rem;}
.highlights-map-left {float: left; background-color: none; height: 400px; width: 59%;}
.highlights-map-right {float: left; background-color: none; min-height: 10px; width: 40%;}
.highlights-map-right.upper {padding-top: 6.5rem; color: #4fc6e0;}
.highlights-map-right.lower {padding-top: 2rem; color: #c6b256;}
.highlights-map-right .map-index {float: left;}
.highlights-map-right .map-pointer {float: left; width: 2.25rem; padding-top: 1.25rem; align-items: center;}
.highlights-map-right .map-pointer img {width: 60%; height: auto;}
.highlights-map-right .map-index {float: left;}
.highlights-map-right .map-number {height: auto; font-size: 2.25rem; font-weight: bold; margin-bottom: 0.4rem;}
.highlights-map-right .mapNumber {font-size: 3.5rem; font-weight: normal; padding-right: 2px;}
.highlights-map-right .map-location {font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;}
.highlights-image-container {overflow: hidden;}
.highlights-image {width: 100%; height: auto;}
.highlights-title {width: auto; height: 25px;}
#Highlights .doughnut-chart-legend {max-width: 50%; width: auto;}

.financial-highlights {display: flex; flex-wrap: wrap; padding-bottom: 0;}
.financial-highlights p {font-family:"EwoSans-Bold"; font-size: 0.889rem; font-weight: bold; letter-spacing: var(--Bold); margin: 0;}
.financial-highlights p.darkgray {font-size: 0.778rem;}
.financial-highlights .largeNumber {font-family:"EwoSans-Semibold"; font-size: 2.111rem; font-weight: bolder; line-height: 1; letter-spacing: var(--Semibold); padding: 0 4px;}
.financial-highlights .highlights-block {/*display: inline-grid; justify-content: start; justify-items: start; align-content: center;*/}
.financial-highlights .highlights-block {width: 20%; padding: 0.5rem 1.5rem 1rem 0;}
.financial-highlights .highlights-block:nth-child(3n) {/*margin-right: 0;*/}
#Highlights .highlight-table {border-top: 0px solid var(--darkBlue); margin-bottom: 2rem;}
#Highlights .doughnut-chart-area {max-width: 50%;}

/*** CreatingValue ***/
/*.legend-item img {max-height: 2rem; width: auto;}
.legend-item.hkland img, .legend-item.dfi img, .legend-item.astra img {max-height: 1.125rem; width: auto;}
.legend-item.mo img {max-height: 1.75rem; width: auto;}*/
#CreatingValue .Creating-Value-chart .back-layer {height: 100%; background-color: #E5F9F9; max-width: calc(100% + 36px);}
#CreatingValue .Creating-Value-chart .back-layer {position: absolute; z-index: -10; margin: 0 auto; left: -3px; right: 0;}
#CreatingValue .Creating-Value-chart .CV-teal-bg {background-color: #E5F9F9;}
#CreatingValue .Creating-Value-chart .CV-white-arrow {background-color: #ffffff;}
#CreatingValue .Creating-Value-chart-bg {min-height: 100%; max-width: 30%;}
#CreatingValue .Creating-Value-chart-bg {background-image: url('../images/CreatingValue-chart-bg.png'); background-repeat: no-repeat; background-position: center right; background-size: cover;}
#CreatingValue .Creating-Value-chart .VC-graphic-parent {display: flex; flex-direction: column; justify-content: center;}
#CreatingValue .Creating-Value-chart .CreatingValue-graphic-block {margin-bottom: -2.25rem;}
#CreatingValue .Creating-Value-chart .CreatingValue-graphic-base {position: absolute;}
#CreatingValue .Creating-Value-chart .CreatingValue-graphic-top {z-index: 2;}
#CreatingValue .VC-progress-bg {background-image: url('../images/VC-progress-bg.jpg'); background-repeat: no-repeat; background-position: center top; background-size: cover;}
.CV-title2 {background-image: url('../images/CV-title-bg.png'); background-repeat: no-repeat; background-position: top right; background-size: 512px; padding: 0.5rem 2rem 0 0;}
.CV-title2 {font-family: "EwoSans-Bold"; font-size: 1.333rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: var(--Bold); margin-bottom: 2rem; display: inline-block;}
.CV-title3 {font-family: "EwoSans-Bold"; font-size: 1rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: var(--Bold); margin-bottom: 0.25rem;}
.CV-title4 {font-family: "EwoSans-Thin"; font-size: 1rem; line-height: 1.35; color: var(--darkBlue); letter-spacing: inherit; margin-bottom: 0.25rem;}
.CV-icon-box {padding-top: 1rem; padding-bottom: 1rem;}
.CV-icon {padding: 0 0.25rem 0.5rem 0; max-width: 95px;}
.CV-icon-border {border-top: 2px solid #fff; border-bottom: 2px solid #fff;}
.CV-border-box {border-bottom: 7px solid #fff;}
.CV-message-border {border-left: 2px solid #fff; border-right: 2px solid #fff;}
.CV-white-arrow > .row {height: 100%;}
#CreatingValue .Creating-Value-graphic {display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: center; position: relative;}
.creating-value-bg {background: #D5E3EB;}
.CEs-photo {padding: 0.875rem 0 0rem;}
#CreatingValue .CEs-message {font-family: "EwoSans-Regular"; font-size: 1rem; line-height: 1.5; color: var(--darkBlue); letter-spacing: inherit; display: block; margin-bottom: 0.75rem;}
#CreatingValue .quote-icon {display: inline; width: 1.125rem; height: auto; vertical-align: baseline; padding: 0.875rem 0 0.25rem;}
#CreatingValue .sidemenu-wrap {max-width: 10rem;}
#CreatingValue h2 {/*color: var(--darkBlue);*/}
#CreatingValue h2.large { }
#CreatingValue .doughnut-chart-legend .legend-cell {/*min-height: 2.25rem;*/}
#CreatingValue .doughnut-chart-legend .legend-number {/*min-width: 60px;*/}
#CreatingValue .doughnut-chart-legend .legend-item {/*vertical-align: unset; padding-bottom: 0;*/}
.CreatingValue-area {background-color: #eaf2f7; padding-top: 1.5rem; padding-bottom: 1.5rem;}
.CreatingValue-container {padding-top: 1rem; /*flex-wrap: wrap; display: flex;*/}
.CreatingValue-icon {width: 4.5rem; margin-bottom: 0.25rem;}
.CreatingValue-block {background-color: #d9e8f0; border-radius: 1.25rem; padding: 1.25rem 1.75rem;}
.CreatingValue-block-title {max-width: 70%;}
.CreatingValue-block-image img {width: auto; max-height: 36px; float: right;}
.CreatingValue-block-image.livi {margin-top: -2.5rem}
.CreatingValue-block-image.livi img {width: auto; max-height: 81px; padding-left: 1rem; float: right;}
.CreatingValue-block p.livi {margin-top: 2.5rem}
.line-blue {
    height: 2px;
    width: 1.95rem !important;
    background-color: #1285a6;
    margin-bottom: 0.3rem;
}
.CreatingValue-block .quote::before, .CreatingValue-block .quote::after {
    position: absolute;
    content: "";
    font-size: 1.556rem;
	color: var(--darkBlue);
    display: block;
}
.CreatingValue-block .quote::before {
    content: "“";
    right: 97.5%;
    top: -4%;
}
.CreatingValue-block .quote-end {font-size: 1.556rem; color: var(--darkBlue); line-height: 0; position: relative; top: 0.5rem; padding-left: 0.25rem;}
/*.CreatingValue-block .quote::after {
    content: "”";
    bottom: 16%;
    left: 97%;
}*/
.core-pillar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-end;
}
.core-pillar img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
}
.core-pillar .core-pillar-block:nth-child(2) {
    border-left: 1px solid #48535B;
    border-right: 1px solid #48535B;
}
@media (max-width: 540px) {
	.core-pillar .core-pillar-block:nth-child(2) {border: none;}
	.core-pillar .core-pillar-block:nth-child(2) {border-top: 1px solid #48535B; border-bottom: 1px solid #48535B;}
	.core-pillar-block img {min-height: 8rem; margin: 0; padding: 1rem;}
	.CreatingValue-block .quote::before {top: -4%;}
	.CreatingValue-block-title {max-width: unset;}
}
/*** Sticky Block ***/
.sticky-block {position: relative; padding-top: 0; padding-bottom: 0.75rem;}
.sticky-block .sidemenu-wrap {transition: 0.5s;}
.sticky-block.sticky {position: sticky; top: 88px;}
.sticky-block.sticky .sidemenu-wrap { }
#ManagingDirectorsReview .sticky-block {padding-top: 0.3rem;}
#CreatingValue .sidemenu .sidemenu-wrap .left-side-menu li a {line-height: 1.5;}
#CompanyReview .sticky-block {padding-top: 74px;}
#CompanyReview .sticky-block.sticky .sidemenu-wrap {/*padding-top: 0;*/}
#CompanyReview .sticky-block.sticky .GMD-menu-head h3 {padding-top: 0.5rem;}

/*** Companies Review ***/
:root {
	--company-title: 22.1%;
}
.company .nav-upper {background-color: #fff !important;}

.md-review {font-family: "EwoSans-Regular"; font-size: 1.11rem; line-height: 1.5; color: var(--darkBlue); margin-bottom: 0;}
.company p { }
.company .row.bar {margin-right: 0;}
.com-section {padding-top: 130px; margin-top: -130px; margin-bottom: 4rem; overflow: unset;}
.com-content {padding-top: 130px;}
.com-image {min-height: 418px; height: 418px; margin-bottom: 1rem; background-size:cover; background-position: center;}
#CompanyReview .page-main-title { }
#CompanyReview .sidemenu .sidemenu-wrap {border-left: 0px solid var(--darkBlue) !important;}
#CompanyReview .image-coner.bottom-right:after {content: none !important;}
#CompanyReview .page-main-title { }
#CompanyReview .page-main-title {color: var(--darkBlue); padding: 1.5rem 15px;}
#CompanyReview .vc-list {}

.company-white-box {padding-top: 1rem; padding-bottom: 0rem; margin-bottom: 0rem;}

#JardinePacific .com-image { background-image:url('../images/com-JardinePacific.jpg');}
#Motors .com-image { background-image:url('../images/com-Motors.jpg');}
#HongkongLand .com-image { background-image:url('../images/com-HongkongLand.jpg');}
#DairyFarm .com-image { background-image:url('../images/com-DFI.jpg');}
#MandarinOriental .com-image { background-image:url('../images/com-MandarinOriental.jpg');}
#JardineCycleCarriage .com-image { background-image:url('../images/com-JardineCycleCarriage.jpg');}
#Astra .com-image { background-image:url('../images/com-Astra.jpg');}
.inner-content {padding-left: 40px;}
.com-list-block {display: flex; flex-wrap: wrap; padding-top: 1rem; padding-bottom: 1rem;}
.com-list-title {position: relative; font-size: 1rem; margin-left: 1.35rem; padding-bottom: 0.5rem;}
.com-list-title::before {
	position: absolute;
    content: '';
    top: 0.35rem;
    left: -1.25rem;
    height: 20px;
    width: 20px;
    max-width: 1270px;
    z-index: 0;
    background-image: url('../images/dot-grayBlueD.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 10px;
}
.com-list-bg {/*background-color: #eaf2f7;*/}
.com-list {position: relative; margin-left: 1rem; padding-right: 0rem;}
.com-list p {font-family: 'EwoSans-Regular'; font-size: 0.889rem; color: var(--darkBlue); letter-spacing: inherit; padding-bottom: 0.125rem; margin-bottom: 0 !important;}
.com-list p::before {
	/*position: absolute;
    content: '•';
    font-family: "EwoSans-Regular";
    font-size: inherit;
    line-height: inherit;
    left: -0.65rem;
    width: 1rem;
    max-width: 1270px;
    z-index: 0;*/
    color: var(--tealBlue);
}
.com-list p.sub-p {font-family: "EwoSans-thin"; margin-left: 0.75rem; padding-bottom: 0;}
.com-list p.sub-p::before {
	position: absolute;
    content: '';
    top: 0.575rem;
    left: 1px;
    height: 20px;
    width: 20px;
    max-width: 1270px;
    z-index: 0;
    background-image: url('../images/bullet-blue.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 5px;
    margin-left: 0rem;
}

/*** Companies Review ***/
#ManagingDirectorsReview .border-left.tealblue-border {/*padding-top: 30.5%;*/}

/*** Companies Review ***/
.highlight-boxes { display: flex; flex-direction: row; margin-bottom: 1rem; padding-right: 40px;}
.highlight-boxes .highlight-box {
	display: flex;
	flex: 1;
	margin: 0 8px;
	background: #F1F1EA;
	background-image: url('../images/icon-arrow-down-white.png');
	background-position-y: top;
	background-position-x: 1.75rem;
	background-repeat: no-repeat;
	background-size: 25px;
	padding: 2rem 1.5rem;
	color: var(--darkBlue);
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: bold;
	letter-spacing: inherit;
}
.highlight-boxes .highlight-box:first-child {margin-left: 0;}
.highlight-boxes .highlight-box:last-child {margin-right: 0;}
.company ul.highlights-list {margin-bottom: 1.4rem;}
.company-page-title {
	position: relative;
	min-width: 71.25%;
	max-width: 71.25%;
	margin-left: auto;
	padding: 1rem 0 1.25rem;
	color: var(--darkBlue);
	border-top: 22px solid var(--darkBlue);
	transition: 2s;
}
.company-page-title h1 {text-transform: uppercase; letter-spacing: inherit; margin: 0;}

#CompanyReview .GMD-menu-head h3 {line-height: 1.5; margin-bottom: 2rem; transition: 0.5s;}
#CompanyReview .GMD-menu-head h3:hover {color: #1285a6;}
#CompanyReview .highlights-list {/*margin-left: 1.35rem;*/}
#CompanyReview .highlights-list li {font-size: 0.889rem; color: var(--GrayText);}
#CompanyReview .chart-container .chart-item {display: flex; flex-wrap: wrap; align-content: flex-start;}

/*
#CompanyReview .highlights-list li::before {
	position: absolute;
	content: '';
	top: 0.5rem;
	bottom: 0;
	height: 20px;
	width: 20px;
	max-width: 1270px;
	z-index: 0;
	background-image: url('../images/bullet-gold.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 14px;
}*/

/*** Chairman Review ***/
.chairman-table {border-top: 0px solid var(--darkBlue); margin-bottom: 0rem;}
.chairman-table th {font-family: "EwoSans-SemiBold"; font-size: 0.75rem; line-height: 1.125; letter-spacing: var(--Semibold); border-bottom: 2px solid var(--darkGrayBorder) !important; border-top: none; padding: 12px 12px 12px; padding-top: 0 !important}
.chairman-table th, .chairman-table td.to-right {text-align: right;}
.chairman-table td {font-size: 0.75rem; line-height: 1.125; border-bottom: 1px solid var(--darkGrayBorder); border-top: none; padding: 12px 12px 12px;}
.chairman-table td.thin {border-bottom: 1px solid var(--darkGrayBorder);}
.chairman-table .highlight {font-family: "EwoSans-Bold"; color: var(--darkBlue); letter-spacing: var(--Bold);}

/*** Financial Review ***/
.financial-table {border-top: 0px solid var(--darkBlue); margin-bottom: 0rem;}
.financial-table th {font-family: "EwoSans-SemiBold"; font-size: 0.75rem; line-height: 1.125; letter-spacing: var(--Semibold); border-bottom: 2px solid var(--darkBlue) !important; border-top: none; padding: 12px 12px 12px; padding-top: 0 !important}
.financial-table th, .financial-table td.to-right {text-align: right;}
.financial-table td {font-size: 0.75rem; line-height: 1.125; border-bottom: 1px solid var(--darkBlue); border-top: none; padding: 12px 12px 12px;}
.financial-table td.thin {border-bottom: 1px solid var(--darkBlue);}
.financial-table .highlight {font-family: "EwoSans-Bold"; color: var(--darkBlue); letter-spacing: var(--Bold);}
/*#FinancialReview .chart-container .chart-header h6 {color: var(--darkBlue);}*/
table .table-light .highlight {font-family: "EwoSans-Thin";}
table .table-italic {font-style: italic;}
.FR-table {}
.FR-table .FR-column {border-left: 1px solid var(--tealBlue);}
.FR-table .FR-column:first-child {border-left: none;}
.FR-cell {font-family: "EwoSans-Semibold"; line-height: 1.25; color: var(--darkBlue); letter-spacing: var(--Semibold); padding: 1.25rem 0 0; display: flex;}
.FR-cell .largeNumber {font-size: 3.333rem !important; line-height: 1; padding-right: 0.75rem;}
.FR-cell ul {margin-bottom: 0;}
.bluebox-start {height: 100%; background-image: url('../images/bluebox-start.png'); background-size: cover; background-position-x: left;}
.bluebox-end {height: 100%; background-image: url('../images/bluebox-end.png'); background-size: cover; background-position-x: right;}
.value-creation {display: flex; flex-wrap: wrap; padding-top: 1.5rem; padding-bottom: 0;}
.chart-container .bar-graph-FR-block {display: flex; flex-wrap: wrap; align-content: flex-start;}

/*** Sustainability ***/
.sd-block h3.number {font-size: 2rem; line-height: 1;}
.sd-block p {font-size: 0.85rem; line-height: 1.45; font-weight: bold; margin-bottom: 0.4rem;}
.sd-block {text-align: center; width: 17%; display: inline-grid; padding: 1.5rem 0.5rem 0.5rem 0;}
.sd-image img {width: 100px; height: auto; padding-bottom: 0.5rem; align-self: baseline;}
.sd-section {padding-top: 92px; margin-top: -92px; margin-bottom: 4rem; overflow: unset;}
#Sustainability .slides-wrap {padding-right: 0;}
.sd2030-container {height: calc(64vw - 21.5%); height: 35vw; max-height: 490px; /*padding-bottom: 1rem;*/}
.sdStructure-container {height: calc(64vw - 21.5%); height: 32vw; padding-bottom: 2rem;}
img.sd-pic {max-width: 90%;}
img.sd-Stakeholder-Engagement {max-width: 90%;}
.sd-WorkingGroups {display: flex; flex-wrap: wrap; justify-content: space-around; flex-direction: row; align-items: flex-end;}
.WorkingGroups-block img {max-height: 100px; width: auto; margin: 0 auto;}
.sd-WorkingGroups .WorkingGroups-block:nth-child(2) {border-left: 1px solid #48535B; border-right: 1px solid #48535B;}

.overlay { 
  position: fixed; 
  overflow-y: scroll;
  overscroll-behavior: contain;
  top: 280px; right: 0; bottom: 0; left: 0; 
}

.link-border, .download-link{
	float: left;
	display: flex;  
}
.link-border a{
	background-image: url('../images/icon-next-page.png');
	background-position-y: 32%;
	background-position-x: right;
	background-repeat: no-repeat;
	background-size: 1rem;
	font-weight: bold;
	padding: 0.5rem 1.5rem 0.5rem 0;
	transition: 0.5s;
}
.link-border a:hover{
  background-image: url('../images/icon-next-page-hover.png'); padding-right: 2rem;
  color: #1285a6 !important; text-decoration: none;
}
.link-border a span {font-family: "EwoSans-Bold"; font-size: 0.725rem; line-height: 1; letter-spacing: var(--Bold); vertical-align: top; margin-left: 0rem; font-weight: normal; text-transform: uppercase;}

.image-coner.bottom-left:after {
	content: '';
    width: 25%;
    min-width: 15rem;
    height: 80px;
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: 1;
    background-image: url('../images/image-coner.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    mix-blend-mode: initial;
}
.image-coner.bottom-right:after {
    content: '';
    width: 32%;
    min-width: 15rem;
    height: 35px;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 1;
    background-image: url("../images/image-coner-R.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    mix-blend-mode: initial;
}
.image-coner.gray-coner.bottom-right:after {background-image: url("../images/image-coner-gR.png");}
.image-coner.blue-coner.bottom-right:after {background-image: url("../images/image-coner-bR.png");}
.next-page{
	padding-left: 40px;
	margin-top: 30px;
	display: flex;  
}
.white-border {border-color: #fff !important;}
.g-border {border-color: #95999f !important;}
.key-message {/*padding-top: 3rem; margin-top: -3rem;*/}
.border-left.darkblue-border {border-left: 1px solid var(--darkBlue) !important; padding-left: 1rem;}
.border-left.tealblue-border {border-left: 1px solid var(--tealBlue) !important; padding-left: 1rem;}
.border-left3.tealblue-border {border-left: 3px solid var(--tealBlue) !important; padding-left: 1rem;}
.border-top.darkblue-border {border-top: 1px solid var(--darkBlue) !important;}
.border-top3.darkblue-border {border-top: 3px solid var(--darkBlue) !important;}
.border-top3.tealblue-border {border-top: 3px solid var(--tealBlue) !important;}
.border-bottom.gray-border {border-bottom: 1px solid var(--Gray) !important;}
.border-bottom.teal-border {border-bottom: 1px solid var(--teal) !important;}
.border-bottom2.teal-border {border-bottom: 2px solid var(--teal) !important;}
section ul.red-dot li::before {color: var(--darkRed);}
section ul.teal-dot li::before {color: var(--tealBlue);}
.darkblue-border {border-color: var(--darkBlue) !important;}
.tealblue-border {border-color: var(--tealBlue) !important;}
.teal-border {border-color: var(--teal) !important;}
.gray-border {border-color: var(--GrayBorder) !important;}
.grayDL-border {border-color: var(--downloadGrayBorder) !important;}

.next-page a{
	background-image: url('../images/icon-next-page.png');
	background-position-y: center;
	background-position-x: left;
	background-repeat: no-repeat;
	background-size: 1.125rem;
	border: var(--darkBlue) 0px solid;
	padding: 0.5rem;
	font-size: 0.75rem;
	font-size: 1rem;
	line-height: 1.35;
}
.next-page a:hover{
	background-image: url('../images/icon-next-page-hover.png');
	color: #1285a6 !important; text-decoration: none;
}
.next-page a span {vertical-align: top; line-height: 1; margin-left: 0.125rem; font-weight: normal;}
.next-page {padding-left: 0;}

/* footer */
.footer {padding: 8px 40px 35px; background-color: var(--GrayFooter);}
.footer-copyright {/*text-align: center; float: right; padding-right: 40px;*/}
.footer-copyright a, .footer-copyright span {color: var(--Gray); font-size: 12px;}
.footer-copyright a:hover, .footer-copyright a.active {color: var(--darkBlue); text-decoration: none;}

#btn-goto-top {position: fixed; bottom: 26px; width: 26px; height: 28px; margin-right: 40px; cursor: pointer; z-index: 1; opacity: 0; transition: 0.5s;}
#btn-goto-top:hover {opacity: 1 !important;}
#btn-goto-top img, #mobile-top img {width:26px; height: auto;}

.showMobile{display: none !important;}

.desktop-only {display: flex;}
.tablet-only {display: none !important;}

.mobileHeaderText{background: #FFF; width: 80%; padding: 0.75rem 1rem 1rem; margin: 0;}

.row section.mb-0,
.row section section.mb-0  {margin-bottom: 0 !important;}

@media (max-width:1270px) {
	.menu-items {padding-left: 60px;}
	.menu-items>li {padding: 0 1.75%;}
	.nav .share-body .menu-items {/*margin-right: 30px;*/}
	.financial-highlights .highlights-block {width: 33%;}
	.financial-highlights .highlights-block:nth-child(3n) { }
	.financial-highlights .highlights-block:nth-child(2n) { }
	#ChairmanStatement .doughnut-chart-container,  
	#ManagingDirectorsReview .doughnut-chart-container,  
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 15%;}
}
@media (max-width:1199.9px) {
	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 20%;}
	#Home .Highlight .back-layer {height: 75%}
	#Home .combined .combined-wrap {width: 100%; padding-bottom: 0.65rem;}
	#Home .combined .combined-card {padding: 55% 0 0;}
	#Home .combined .combined-card-content {max-width: 500px;}
	#Home .combined .combined-card.card1st {background-image: url('../images/home-Chairman-md.jpg'); background-position: top;}
	#Home .combined .combined-card.card2nd {background-image: url('../images/home-CEO-md.jpg'); background-position: top;}
	#Home .combined .combined-card.card3rd {background-image: url('../images/home-CFO-md.jpg'); background-position: top;}
	#Home .combined .combined-card-layer {/*padding: 6rem 1.5rem 0rem 2.5rem;*/}
	#Home .combined .combined-card .combined-title {background-position-y: 50%;}
	#Home .Creating-Value .CreatingValue-graphic-top,
	#Home .Creating-Value .CreatingValue-graphic-base {margin-top: 0%; margin-bottom: -8%;}
	#Home .Sustainability .back-layer:before {width: 70%;}
	.sector-block {min-width: 20%;}
	#Highlights .doughnut-chart-area {min-width: unset; max-width: unset;}
	#ChairmanStatement .doughnut-chart-container, 
	#ManagingDirectorsReview .doughnut-chart-container, 
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 10%;}
	.modal-dialog {width: 60%;}
	.highlight-items .Highlight-box .largeNumber {font-size: 5vw;}
	.highlight-items .Highlight-box span {font-size: 1.25vw;}
	.CV-icon-border {border: none;}
	#CreatingValue .Creating-Value-chart-bg {max-width: 100%; width: 100%; min-height: calc(100vw / 10);}
	#CreatingValue .Creating-Value-chart-bg {background-image: url('../images/CreatingValue-chart-bgM.png'); background-position: center bottom;}
	#CreatingValue .Creating-Value-graphic > .row {flex-direction: column;}
	#CreatingValue .Creating-Value-chart .VC-graphic-parent {display: flex; flex-direction: row; align-items: center;}
	#CreatingValue .Creating-Value-chart .CreatingValue-graphic-block {margin-bottom: -6rem;}
	#ManagingDirectorsReview .key-person {max-width: 343px;}
	#CFOStatement .chart-container {display: block;}
}
@media (max-width:1024px) {
	#Home .main-image .key-base { } 
	#Home .Highlight .back-layer {height: 72%}
	#Home .Highlight .Highlight-boxing, 
	#Home .Creating-Value .Creating-Value-boxing {min-width: 49.5%; height: auto; margin-bottom: 10px;}
	#Home .combined .combined-wrap {width: 100%;}

	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 17%;}
	.inter-padding-L {/*padding-left: 0;*/}
	.inter-padding-R {/*padding-right: 0;*/}
	.sector-block { }
	.financial-highlights .highlights-block {min-width: 30%;}
	#ChairmanStatement .doughnut-chart-container, 
	#ManagingDirectorsReview .doughnut-chart-container, 
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 5%;}
	.modal-dialog {width: 70%;}
	.highlight-items .Highlight-boxing {max-width: 49.25%;}
	#ManagingDirectorsReview .key-person {max-width: 284.66px;}
}
@media (max-width:996px) {
	html.noscroll {overflow: hidden;}
	.content-wrap {width: 80%;}
	.nav {max-width: 100vw;}
	.menu-items {padding-left: 40px;}
	.menu-items>li {padding: 0 2%; min-width: 79px;}
	.menu-items>li:last-child {font-family: "EwoSans-Semibold"; font-size: 0.775rem; border-bottom: none; color: #48535B;}
	.menu-items.add-on .menu-icon {width: 1.125rem; padding-right: 8px; margin-top: -3px; vertical-align: middle;}
	.menu-items.add-on {font-family: "EwoSans-Regular"; padding-top: 0; padding-bottom: 5rem;}
	.menu-items.add-on div.sharing {display: inline-block; padding-left: 0.75rem; cursor: pointer;}
	.menu-items.add-on .sharing .menu-icon {padding-right: 0px;}
	.menu-items.add-on div.sharing.first {border-left: 1px solid #48535B; margin-left: 0.75rem;}
	.menu-items.add-on .showMobile {display: block;}
	.menu-items.add-on > li:first-child {border-top: 1px solid #ABB5BB;}
	.content-left {display: inline;}
	#btn-goto-top {display: none;}
	#mobile-top {position: fixed; bottom: 14px; right: 14px; opacity: 0; z-index: 1;}
	#mobile-top:hover {opacity: 1 !important;}
	#Home .main-image .key-base { }
	#Home .Chairman-image.d-block, #Home .MDReview-image.d-block, #Home .Sustainability-image {
		width: 100%; height: 473px; background-size: cover; background-repeat: no-repeat; background-position-x: center; background-position-y: top;
	}
	.home-Chairman-content, .home-MDReview-content, .home-Sustainability-content {padding: 2rem 15px;}
	
	#Home .owl-carousel .item {padding-left: 0;}
	.home-Highlight-slide {height: 65vw;}
	.home-Highlight-block {padding-right: 15px;}
	.home-Highlight-content {padding: 3rem 0;}

	/*.right-sidebar{display: none;}*/

	/*** Group Overview ***/
	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 25%;}

	/*** Highlight ***/
	.highlights-image{width: 100%;}
	.highlights-map-container {background-position-x: 3rem;}
	.financial-highlights .highlights-block {width: 50%;}
	#Highlights .chart-container {display: block;}
	#Highlights .chart-container .chart-item {margin: 0; margin-bottom: 0rem;}

	#ChairmanStatement .doughnut-chart-container, 
	#ManagingDirectorsReview .doughnut-chart-container, 
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 4%;}
	#ManagingDirectorsReview .key-person {max-width: 275.33px;}

	/**** Companies Review ***/
	.highlight-items .highlight-data br {display: none;}
	.highlight-items {padding-right: 0;}
	.bar-company {background-image: none;}
	.company .highlights-list li {margin-bottom: 0;}
	.com-map-list li::before {/*font-size: 1.175rem;*/}
	#Astra .highlight-items {/*display: table;*/}
	#Astra .highlight-items .highlight-data { }

	/*** Sustainability ***/
	.sd-block {width: 28%; padding: 0.75rem 0.5rem 0.75rem 0;}

	.content p a, .content ul.list1st a, .content ul.list2nd a {white-space: initial;}

}
@media (max-width:992px) {
	.header-right, .share-group {display: none;}
	#logo-block {min-width: 33%;}
	.header-textline {justify-content: center;}
	.header-right-block {min-width: 26%;}
	#Home .Group-Overview {/*margin: 0 -30px; padding: 0 30px;*/}
	#Home .combined .combined-card {padding: 55% 0 0;}
	#Home .MDReview {padding: 0 15px !important;}
	#Home .Chairman .back-layer {width: 100%;}
	#Home .Financial .back-layer {height: 90%;}
	#Home .Group-Overview .portfolio-tab {padding-top: 160%;}
	#Home .MDReview .MDReview-title h1, #Home .MDReview .MDReview-content {/*padding-left: 0; padding-right: 0;*/}
	#Home .Financial .Financial-content {/*padding-left: 0; padding-right: 0;*/}
	#Home .box-layer .key-slogan-block {padding-bottom: 0vh;}
	.container .extend .right-image {padding-left: 30px;}
	.sector-block {min-width: 25%;}
	.col-spacer-md-L {padding-left: 15px;}
	.col-spacer-md-R {padding-right: 15px;}

	.main-image {min-width: 100%; max-width: 100%; height: 416px;}
    .page-main-title {/*width: 40%; height: 12rem;*/}
    .company-page-title {min-width: 100%; max-width: 100%; padding-left: 4.125rem;}
    .portfolio-table .portfolio-column-1, .portfolio-table .portfolio-column-3 {width: 50%; max-width: 50%;}
	.portfolio-table .portfolio-column-2 {width: 100%; max-width: 100%;}
	.portfolio-table .portfolio-pic {min-height: 50vw;}

	#Highlights .doughnut-chart-container, #CompanyReview .doughnut-chart-container {padding-left: 20%;}
	#CreatingValue .Creating-Value-chart .CreatingValue-graphic-block {margin-bottom: -5rem;}
	#ChairmanStatement .doughnut-chart-container, 
	#ManagingDirectorsReview .doughnut-chart-container, 
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 3%;}
	#CompanyReview .litblue-bg.blue-corner::before {background-image: none;}
	#ManagingDirectorsReview .key-person {max-width: 273.99px;}
	#CompanyReview .main-image-wrap, #CompanyReview .content-L {padding-left: 0px !important;}

	.highlight-items .Highlight-boxing {max-width: 32.5%;}
	.highlight-items .Highlight-box .largeNumber {font-size: 6vw;}
	.highlight-items .Highlight-box span {font-size: 1.85vw;}

	.content-md-LR {padding-left: 45px !important; padding-right: 45px !important;}
}
@media (max-width:768.9px) {
	h1, .h1, .keyheader {font-size: 1.5rem !important; line-height: 1.25; display: grid; width: auto;}
	h1.small {font-size: 1.5rem;}
	h2 {font-size: 1.25rem !important; margin-bottom: 1rem;}
	h3 {font-size: 1.125rem; margin-top: 0.0rem;}
	h4 {font-size: 1rem; padding-top: 0.0rem;}
	h5 {margin-top: 0.5rem;}
	h6 {margin-bottom: 1.5rem;}
	p {}
	.message {font-size: 1rem;}
	img {/*max-width: 100%;*/}
	h2.mb-0 {/*margin-bottom: 1rem !important;*/}
	.w-m-100 {padding-left: 0; padding-right: 0;}
	.litgray-md-bg {background:#EDEDEE !important;}

	.hideMobile {display: none !important;}
	.showMobile {display: block !important;}

	.desktop-only {display: none !important;}
	.tablet-only {display: flex !important;}

	.logo {width: 110px; min-width: 110px; height: auto; padding-left: 15px;}
	.header-textline {font-size: 11px; line-height: 1.5; width: auto; padding-top: 0px; white-space: nowrap; display: none;}
	.header-right {display: none;}
	.header-right-block {padding-right: 15px;}
	.nav-top-action {width: 110px; display: flex; justify-content: flex-end;}
	.nav-container {min-height: 88px;}
	#menu {width: 36px; width: 28px; height: 36px;}
	#menu span:nth-child(1) {top: 5px;}
	#menu span:nth-child(2) {top: 15px;}
	#menu span:nth-child(3) {top: 25px;}
	#menu span {height: 2px;}
	.nav-container.open #menu span:nth-child(1){top: 6px;left:3px}
	.nav-container.open #menu span:nth-child(3) {top: 26px;}

	.nav .nav-body{position: absolute; width: 100%; height: calc(100vh - 88px); padding: 10px 0; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;}
	.nav-upper {min-height: 88px;}
	.menu-top-border {border-top: none; border-bottom: 0.5px solid var(--Gray);}
	.menu-items {font-family: "EwoSans-Semibold"; letter-spacing: var(--Semibold); display: block; padding: 0 15px; margin-bottom: 0; height: auto;}
	.menu-items>li:last-child {display: none;}
	.menu-items li a {min-height: unset; /*padding-left: 25.5px;*/}
	.menu-items>li a::before {top: 0.75rem;}
	.menu-items.add-on>li a::before {display: none;}
	.menu-items > li {float: none; width: 100%; border-left: none; border-bottom: 0.5px solid var(--Gray); padding: 10px 0px;}
	.menu-items.menu-sub li:last-of-type {border-bottom: none;}
	.menu-items>li::before {top: 0.775rem;}
	.menu-items.add-on>li::before {content: none;}
	.menu-items.add-on>li a {padding-left: 0;}
	.menu-items > li br {display: none;}
	.menu-items .menu-sub-items {padding-top: 0.35rem; display: none;  -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */}
	.menu-items li.open .menu-sub-items {display: block;}
	.menu-items .menu-sub-top {font-family: "EwoSans-Regular"; font-size: 0.825rem; letter-spacing: var(--Regular);}
	.menu-items .menu-sub-top {cursor: pointer; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */}
	.menu-items li.open .menu-sub-top {color: var(--darkBlue)}
	.menu-items .menu-sub-items a {font-size: 0.775rem; line-height: 1.25; padding-left: 10px; display: block;}
	.menu-items .menu-sub-items a:hover, .menu-items .menu-sub-items a.active  { }
	.menu-sub-items li {margin:10px 0 0;}
	.menu-sub-items li a:before {display: none;}

	.content{ }
	.key-person {padding-left: 0;}
	.photoR {padding-left: 0;}
	.photoL {padding-right: 0;}
	.p-photo .photoR {padding-left: 0.325rem;}
	.p-photo .photoL {padding-right: 0.325rem;}
	.full-content {padding:0;}
	.extend {padding: 0 30px !important;}
	.extend .extend-row {/*margin: 0 -30px;*/ padding: 0 15px;}
	.extend .extend-row:first-child {margin: 0 -30px; padding: 0 30px;}
	.extend .extend-row .container {padding: 0;}
	.extend .extend-row .container .w-100 .row {margin: 0;}
	.extend .extend-row .main-image {margin: 0;}
	.extend .main-image {width: 100vw !important; margin: 0 -15px;}
	.content-L {padding-left: 0 !important;}
	.content-R {padding-right: 0 !important;}
	.content-LR {padding-left: 0 !important; padding-right: 0 !important;}
	.slides-wrap {padding-top: 0rem;}
	#scroll-to-Explore, #at-a-Glance, #sd-Goals, #sd-Leadership {padding-top: 88px; margin-top: -88px;}
	.container .extend .right-image {padding-left: 15px; padding-right: 15px;}
	.container .extend-md {position: relative; margin: 0 -30px; padding: 0 30px;}
	.inter-padding-L {padding-left: 15px;}
	.inter-padding-R {padding-right: 15px;}
	.content-md-LR {padding-left: 0px !important; padding-right: 0px !important;}

	/*** Home ***/
	#Home .main-image {height: calc(100vh - 88px); max-height: unset; margin-left: 15px;}
	#Home .responsive-cover {display: flex; flex-wrap: wrap; align-content: flex-start; max-width: 100vw; height: calc(100vh - 88px); max-height: 100%; padding-left: 15px; padding-right: 15px;}
	#Home .responsive-cover .cover-graphic {padding: 1.5% 4%;}
	#Home .responsive-cover .key-titles {padding-left: 15px !important;}
	#Home .tablet-only .responsive-cover {max-width: 100%; height: calc(100vh - 88px); padding-left: 0;}
	#Home .cover-graphic-front::before, #Home .cover-graphic-back::after {top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 30px); height: calc(100% - 30px); background-size: contain; background-position: center;}
	#Home .Highlight {margin-top: 0;}
	#Home .cover-title {text-align: left;}
	#Home .cover-title .AR-JM, #Home .cover-title .AR-JM-AR {font-size: 18px; font-size: 2.25vw;}
	#Home .cover-title .AR-year { }
	#Home .cover-title .AR-slogan {font-size: 43px; font-size: 5vw;}
	#Home .cover-title .scroll-to {font-size: 0.6rem;}
	#Home .Chairman-image {padding-left: 0; padding-right: 0;}
	#Home .MDReview .MDReview-title h1, #Home .MDReview .MDReview-content {padding-left: 15px; padding-right: 15px;}
	#Home .Highlight .back-layer {height: 80%;}
	#Home .Highlight ul.highlights-list {/*margin-left: 0.65rem;*/}
	#Home .Highlight .Highlight-content, .Highlight-block-inner, #Home .Creating-Value .Creating-content {padding-left: 0; padding-right: 0;}
	#Home .Highlight .Highlight-boxing {width: 50%;}
	#Home .combined .combined-wrap {width: 100%;}
	#Home .combined .combined-card { }
	#Home .container .extend-md {position: relative; margin: 0 -15px; padding: 0 30px;}
	#Home .white-LR {border-left: 0px solid #fff; border-right: 0px solid #fff;}
	#Home .Financial .Financial-content {padding-left: 0; padding-right: 0;}
	#Home .Sustainability.extend {/*padding: 0 15px !important;*/}
	#Home .Sustainability .sd-image {padding-left: 30px;}

	#Home .Financial-image {width: 100vw; height: 60vw; max-height: 60vw; min-height: 60vw;}
	#Home .CreatingValue-image.mobile {width: 100vw; height: 60vw; max-height: 60vw; min-height: 60vw;}
	#Home .Chairman-image.mobile {width: 100vw; height: 60vw; max-height: 60vw; min-height: 60vw;}
	#Home .MDReview-image.mobile {width: 100vw; height: 60vw; max-height: 60vw; min-height: 60vw;}
	#Home .Sustainability-image {width: 100vw; height: 60vw; max-height: 60vw; min-height: 60vw;}

	#Home .owl-carousel .owl-nav button.owl-prev,
	#GroupOverview .owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-prev { }
	#Home .owl-carousel .owl-nav button.owl-next,
	#GroupOverview .owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-next { }

	/*** Group Overview ***/
	.overview-area {}
	.overview-area section { }
	.overview-container .remark .item-pic, .overview-container .remark .item {width: 100%;}
	.overview-container .col {width: 100%; border-right:none;}
	.overview-container .item-image {width: 12rem; margin-bottom: 1rem;}
	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 21%;}
	.link-border, .download-link {width: 100%; /*margin-top: 0px;*/}
	.link-border a {font-size: 0.75rem; background-position-y: 40%;}

	.highlights-list li::before {/*font-size: 1.125rem; line-height: unset; margin-top: 0.5rem;*/}
	.highlights-image-container {padding-left: 0; padding-right: 0;}

	.main-body {/*margin: 117px auto 0;*/}
	.main-image {width: 100%; height: 60vw; min-width: 100%; max-width: 100%;}
	.page-main-title {/*width: 50%; height: 10rem; padding: 2rem 2rem; padding-left: 30px;*/}
	#GroupOverview .main-image {/*background-image:url('../images/key-GroupOverviewM.jpg');*/}
	#Highlights .main-body {/*background-image: url('../images/bg-Highlights.jpg'); background-position-y: 100px;*/}
	#ChairmanStatement .main-body {/*background-image:url('../images/bg-ChairmanStatement.jpg'); background-position-y: -3rem;*/}
	#ManagingDirectorsReview .main-body {/*background-image:url('../images/bg-ManagingDirectorsReview.jpg'); background-position-y: 100px; background-position-x: right; background-size: auto;*/}
	#Sustainability .main-body {/*background-image:url('../images/bg-Sustainability.jpg'); background-position-y: -13rem;*/}
	#FinancialReview .main-body {/*background-image:url('../images/bg-FinancialReview.jpg'); background-position-y: -14rem;*/}

	.top-space-hide {margin-top: 0rem;}
	.overview-area .top-space-hide {margin-top: 0rem;}

	.doughnut-chart-legend { }
	.doughnut-chart-legend .legend-cell { }
	.doughnut-chart-legend p { }
	.doughnut-chart-legend span { }
	.doughnut-chart-legend .legend-box, .doughnut-chart-legend .legend-number {width: 1%;}
	.doughnut-chart-legend .legend-item {width: auto;}

	/*** Highlight ***/
	.highlights-list li {margin: 0;}
	.sector-block {min-width: 33%;}
	.sector-block:last-child { }
	.highlights-block br {display: none;}
	.highlights-block {padding-bottom: 2rem !important;}
	#Highlights .doughnut-chart-container, #CompanyReview .doughnut-chart-container {padding-left: 0%;}

	/*** Creating Value ***/
	.creating-value-bg { }
	#CreatingValue h2.large {font-size: 1.611rem !important;}
	.modal-dialog {width: 90%;}
	/*** Creating Value ***/
	.Creating-Value-cards .card-body {max-width: 49.125%;}
	.Creating-Value-cards .card-body:nth-child(4n+1),
	.Creating-Value-cards .card-body:nth-child(4n+2) {padding-bottom: 1.75%;}


	#ChairmanStatement .doughnut-chart-container, 
	#ManagingDirectorsReview .doughnut-chart-container, 
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 5%;}

	/*** Managing Director's Review ***/ 
	.overlay-layout-right-sidebar{padding-right:0;}
	.doughnut-chart-container{/*flex-direction: column;*/}
	#ManagingDirectorsReview .key-person {max-width: 277.5px;}

	/**** Companies Review ***/
	.layout-left-sidebar .main-content {max-width: 100%;margin-left:0;}
	.com-section {padding-top: 100px; margin-top: -100px; margin-bottom: 2rem; overflow: unset;}
	.company-page-title {padding-left: 30px;}
	.company .inner-content {padding: 20px;}
	.company .sidebar {display: none;}
	.company p {padding-right: 0;}
	.company .chart-container {padding-right: 0; margin-bottom: 1.25rem;}
	.company .top-blue-line {padding-right: 0; margin-right: 0;}
	.highlight-boxes {flex-direction: column;padding-right:0;}
	.highlight-boxes .highlight-box{margin: 0 0 20px;}
	#CompanyReview .main-image-wrap {padding-left: 0px;}
	#CompanyReview .highlights-list li::before { }
	#CompanyReview .highlights-list li {padding-left: 0.125rem;}
	.com-content {padding-top: 0;margin-top: 100px;}
	.com-map-list li::before {/*font-size: 1.175rem;*/}
	.com-image {min-height: 47vw; height: 47vw; margin-bottom: 1rem; background-size: cover; background-position: center;}
	.doughnut-chart-container {/*justify-content: center; padding-left: 0;*/}
	.doughnut-chart-legend {padding-top: 1rem; max-width: 100%;}
	.doughnut-chart-legend-block {padding-top: 14px;}
	.doughnut-chart-legend-block .doughnut-chart-legend {max-width: 100%; padding-top: 0;}
	#CompanyReview .vc-list {padding: 0; margin-top: 1.5rem;}
	#CompanyReview .doughnut-chart-area { }
	#CompanyReview .doughnut-chart-container {justify-content: center;}
	#CompanyReview .doughnut-chart {padding: 1.5rem;}
	.doughnut-chart-legend-block h6 { }
	.com-map-list li {margin-bottom: 0.5rem;}

	.chart-header, .chart-header.max {min-height: unset;}
	.highlight-items {/*margin-top: 1rem;*/}
	.highlight-items .highlight-data {min-width: 100% !important;}
	#HongkongLand .highlight-items .highlight-data { }
	#Astra .highlight-items .highlight-data { }

	.overlay{position: relative;overscroll-behavior:initial; top: 220px;}
	.content-wrap{width:100%; max-width: 100%;}
	.page-wrap {padding-top: 220px; min-height: calc(100vh - 220px);}
	.no-bg .page-wrap {padding-top: 100px;}

	/*** Financial Review ***/
	#FinancialReview .doughnut-chart-container {/*justify-content: flex-start; padding-left: 20vw;*/}

	/*** Sustainability ***/
	#Sustainability .page-wrap {padding-top: 100px;}
	.sd-block {width: 47%; padding: 0.75rem 0.5rem 0.75rem 0;}
	.sd2030-container {height: 65vw; padding-bottom: 1rem;}
	.sdStructure-container {height: 59vw; padding-bottom: 2rem;}

	.chart-container {display: block;}
	.chart-container .chart-item {margin: 0; margin-bottom: 0rem;}
	.chart-container .chart-item:first-child {margin-bottom: 1.25rem;}
	.chart-container .chart-item .remark {margin-bottom: 0rem;}
	.content-full {background-color: transparent;}

	/*** Download ***/
	.download-content {display: block; background-color: #fff;}
	.download-left, .download-right {width: 100%; padding: 0;}
	.download-table {margin-top: 2rem;}
	.download-table .download-header .download-title, .download-table .download-header .download-size,
	.download-table .download-cell .download-item1, .download-table .download-cell .download-item2 {/*padding: 0;*/}
	.download-table a .download-cell .download-item1 p::before {background-image: none;}

	.next-page{padding-left: 20px;}
	.footer{padding: 0 30px 20px}
	.footer-copyright{padding-right: 0; line-height: 1.5;}
}

@media (max-width:767.9px) {
	/*** Home ***/
	#Home .combined .combined-card { }
	#Home .container .extend-md {position: relative; margin: 0 -15px; padding: 0 15px;}
	#Home .white-LR {border-left: 0px solid #fff; border-right: 0px solid #fff;}
	#Home .box-layer .key-slogan-block {padding-bottom: 0;}
	#Home .box-layer .title-block {
		height: calc(100vh - 88px - 9vh);
		padding: 9vh 2rem 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.scroll-to {
		font-size: 10px;
		font-size: 0.556rem;
		letter-spacing: inherit;
		padding: 0 2rem 6px 1rem;
		margin-right: -2rem;
		margin-bottom: 0rem;
		cursor: pointer;
		pointer-events: all;
	}
	.scroll-to {
		background-size: auto 34px;
		background-position: top left;
		background-repeat: no-repeat;
		padding-bottom: 0;
	}
	.scroll-to:hover .arrow-down {margin-top: 0rem;}
	#Home .Creating-Value-bg {}
	#Home .Sustainability .back-layer {
		position: relative;
		z-index: 0;
		margin: 0 auto;
		left: 0;
		right: 0;
		padding-bottom: 40%;
	}
	#Home .Group-Overview .portfolio-tab {padding-top: 140%;}
	#Home .Sustainability .back-layer:before {content: none;}

	/*** Chairman’s Statement ***/
	.sticky-block.sticky {position: relative; top: auto;}

	.image-coner.bottom-right:after {content: none;}

	/*** FinancialReview Statement ***/
	.FR-table .FR-column {border-left: none;}

	#CompanyReview #JardinePacific .main-image {background-position-x: 90%;}
	#CompanyReview #Motors .main-image { }
	#CompanyReview #HongkongLand .main-image {background-position-x: 95%;}
	#CompanyReview #DairyFarm .main-image { }
	#CompanyReview #MandarinOriental .main-image {background-position-x: 95%;}
	#CompanyReview #JardineCycleCarriage .main-image { }
	#CompanyReview #Astra .main-image {background-position-x: 80%;}

	.CV-message-border {border: none; padding-top: 1rem; padding-bottom: 1rem;}
	#CreatingValue .Creating-Value-chart .VC-graphic-parent {display: flex; flex-direction: column; align-items: center;}
	#CreatingValue .Creating-Value-chart .CreatingValue-graphic-block {margin-bottom: -3.5rem;}
	#CreatingValue .Creating-Value-graphic > .row {flex-direction: unset; flex-wrap: wrap;}

	#ManagingDirectorsReview .key-person {max-width: 277.08px;}

	.p-photo .photoL {padding-right: 0rem; padding-bottom: 0.65rem !important;}
	.p-photo .photoR {padding-left: 0rem;}

	.download-table .download-header .download-title, .download-table .download-cell .download-item1 {width: 80%;}
	.download-table .download-header .download-size, .download-table .download-cell .download-item2 {width: 20%;}
}

@media (max-width:575.9px) {
	.main-image {height: 80vw;}
	.key-message {padding-top: 2rem !important; margin-top: -3rem !important;}
	#ChairmanStatement .key-message, #ManagingDirectorsReview .key-message, 
	#FinancialReview .key-message {padding-top: 0rem !important; margin-top: 0rem !important;}

	/*** Home ***/
	#Home .main-image {height: calc(90vh - 88px); /*height: calc(100vh);*/}
	#Home .main-cover .box-layer {background-image: none; transform: scale(1);}
	#Home .box-layer .title-block { }
	#Home .slide-logo {margin-left: -1.25rem;}
	#Home .slide-logo img {width: 6rem; max-width: 6rem;}
	#Home .cover-block {padding: 1.75rem 4.25rem; margin-right: 2.25rem; padding-right: 8%; padding-top: 1.25rem;}
	#Home .main-image .title-block-blue {padding-top: 0rem;}
	#Home .main-image .title-block-red {padding-top: 18rem;}
	#Home .main-image .key-arrow-blue-block {/*width: 360px;*/ height: 530px; right: 2%;}
	#Home .main-image .key-arrow-red-block {width: 240px; height: 45%; right: 2%; padding-left: 1.25rem;}
	#Home .main-image-wrap {align-content: flex-start !important;}
	#Home .responsive-cover {align-content: space-around; height: 74vh; max-height: 100%;}
	#Home .responsive-cover .cover-graphic {padding: 1.5% 1%;}

	#Home .cover-title .AR-JM, #Home .cover-title .AR-JM-AR {font-size: 2.75vw;}
	#Home .cover-title .AR-year { }
	#Home .cover-title .AR-slogan {font-size: 5.5vw;}
	#Home .cover-title.three {display: none;}
	#Home .extend {padding: 0 30px !important;}
	#Home .Highlight .back-layer {height: 84%}
	#Home .Highlight .Highlight-boxing, 
	#Home .Creating-Value .Creating-Value-boxing {min-width: 100%;}
	#Home .combined .combined-card { }

    .portfolio-table .portfolio-column-1, .portfolio-table .portfolio-column-4 {width: 100%; max-width: 100%;}
	.portfolio-table .portfolio-column-2, .portfolio-table .portfolio-column-3 {width: 100%; max-width: 100%;}
	.portfolio-table .portfolio-column-2 { }

	.page-nav-line {border-top: 1px solid var(--lightGrayBorder);}

	/*** Group Overview ***/
	.page-main-title { }
	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 30%;}
	.GroupBusinesses-slide .item-logo {padding-left: 15px;}
	.GroupBusinesses-slide .item {padding-left: 15px; padding-right: 15px;}

	/*** Highlights ***/
	.sector-block {min-width: 50%;}

	.extend {/*padding: 0 15px !important;*/}
	.extend .main-image {margin: 0;}

	.VC-progress-bg .border-left.tealblue-border {
		border-left: none !important;
		border-bottom: 1px solid var(--tealBlue);
		padding-left: 0rem;
	}
	#ChairmanStatement .doughnut-chart-container, 
	#ManagingDirectorsReview .doughnut-chart-container, 
	#FinancialReview .doughnut-chart-container, #JardineCycleCarriage .doughnut-chart-container {padding-left: 0%;}
	#ManagingDirectorsReview .key-person {max-width: 100%;}
	#ManagingDirectorsReview .key-message {display: flow-root;}

	#CompanyReview .doughnut-chart svg circle {stroke-width: 8px;}

	.highlight-items .Highlight-boxing {min-width: 100%; height: auto; padding-top: 0; padding-left: 0; padding-right: 0;}
	.highlight-items .Highlight-box .largeNumber {font-size: 3.5rem;}
	.highlight-items .Highlight-box span {font-size: 0.875rem;}

	.download-table .download-header .download-title, .download-table .download-cell .download-item1 {width: 70%;}
	.download-table .download-header .download-size, .download-table .download-cell .download-item2 {width: 30%;}
	.modal-dialog {width: 100%; max-width: 100%; margin: 0;}
	.modal-header .close {margin-right: 0.5rem;}

}

@media (max-width:540px) {
	.main-body > .container {overflow: hidden;}
	.key-person {padding: 0; padding-bottom: 1.5rem;}

	.nav-container {min-height: 88px;}
	.nav-upper .container {padding-top: 22px;}
	.nav-top-action {max-width: 36px;}
	.logo {width: 80px; min-width: 80px; padding-left: 0; padding-right: 12px;}
	.header-textline {font-size: 0.625rem; line-height: 1.5; width: auto; white-space: nowrap;}
	.header-right-block {padding-right: 0; min-width: 12%;}
	.main-body {margin: 0 auto 0;}
	.menu-items {padding: 0; height: auto;}
	#scroll-to-Explore, #at-a-Glance, #sd-Goals, #sd-Leadership {padding-top: 88px; margin-top: -88px;}
	.scroll-to { }

	/*** Home ***/
	#Home .cover-block { }
	#Home .main-image .key-base,
	.home-Highlight-slide {/*height: 65vw;*/}
	#Home .cover-title {/*font-size: 0.55rem;*/}
	#Home .main-image .title-block-blue {padding-top: 0rem;}
	#Home .main-image .title-block-red {padding-top: 17rem;}
	#Home .main-image .key-arrow-blue-block {width: 300px; height: 480px; right: 2%;}
	#Home .main-image .key-arrow-red-block {width: 200px; height: 40%; right: 2%; padding-left: 1.25rem;}
	#Home .cover-title .AR-JM, #Home .cover-title .AR-JM-AR {font-size:  vw;}
	#Home .cover-title .AR-year { }
	#Home .cover-title .AR-slogan {font-size:  vw;}
	#Home .combined .combined-card {padding: 103% 0 0;}
	#Home .combined .combined-card.card1st {background-image: url('../images/home-Chairman.jpg'); background-position: top;}
	#Home .combined .combined-card.card2nd {background-image: url('../images/home-CEO.jpg'); background-position: top;}
	#Home .combined .combined-card.card3rd {background-image: url('../images/home-CFO.jpg'); background-position: top;}
	#Home .combined p {font-size: 0.806rem;}

	/*** Group Overview ***/
	.overview-container .item {padding-left: 15px; padding-right: 15px;}
	.overview-container .item-pic, .overview-container .item {width: 100%;}
	.overview-container .item-pic {padding-bottom: 0;}
	.overview-container .item-pic img {padding-bottom: 30px;}
	.overview-container .link-border a {padding-top: 0; padding-bottom: 1rem;}
	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 20%;}
	.page-main-title { }

	/*** Highlight ***/
	.sector-block {width: 50%;}
	.sector-block:last-child { }
	.doughnut-chart-container {display: table; padding-left: 0; width: 100%;}
	.doughnut-chart-area {display: table-row;}
	.doughnut-chart-legend {/*display: table-row;*/ padding: 0;}
	.doughnut-chart-container{ }
	#CompanyReview .doughnut-chart-legend {max-width: 100%; width: auto;}

	.financial-table th, .financial-table td,
	.highlight-table th, .highlight-table td {padding: 9px 6px;}
	.financial-highlights .highlights-block {width: 90%; max-height: unset;}
	.financial-table th:first-child, .financial-table td:first-child {/*padding-left: 0;*/}
	.financial-table th:last-child, .financial-table td:last-child {/*padding-right: 0;*/}
	.highlight-table th:first-child, .highlight-table td:first-child {/*padding-left: 0;*/}
	.highlight-table th:last-child, .highlight-table td:last-child {/*padding-right: 0;*/}
	.highlights-block br {display: none;}
	.highlights-block {padding-bottom: 2rem !important;}
	.highlights-map-container {background-position-x: 0rem; background-size: contain; min-height: 22rem;}
	.highlights-map-left {width: 100%; height: 85vw;}
	.highlights-map-right {width: 50%;}
	.highlights-map-right.upper {padding-top: 2.5rem;}
	.highlights-map-right.lower {padding-top: 2.5rem;}
	.highlights-map-right .map-pointer {padding-bottom: 0.5rem;}
	#Highlights .doughnut-chart, #CompanyReview .doughnut-chart {padding-right: 0;}
	.CreatingValue-block .quote::before {right: 96.5%;}

	.company ul.highlights-list {/*width: 100%;*/}
	.company .highlights-list li {margin-bottom: 0;}
	.com-map-block {width: 100%; padding-left: 0;}
	.com-map {display: block; padding: 0;}
	.com-map-index {max-width: unset; padding-top: 1.5rem; padding-left: 0px; display: table;}
	ul.com-map-list {padding: 0;}
	.com-map-list li::before {/*font-size: 1rem;*/}
	.com-map-list li {margin-bottom: 0rem;}

	.highlight-items {display: table; flex-direction: column; margin-top: 1rem;}
	.highlight-items .highlight-data { }
	.highlight-items .highlight-data span { }
	#HongkongLand .highlight-items .highlight-data { }
	#Astra .highlight-items .highlight-data { }
	#DairyFarm .highlight-items .highlight-data span {display: block;}
	#Astra .highlight-items .highlight-data span { }
	.doughnut-chart-legend-block h6 {margin-left: 0;}

	/*** Financial Review ***/
	#FinancialReview .doughnut-chart-container {justify-content: center; padding-left: 0;}

	/*** Sustainability ***/
	.sd-block {width: 48.75%; padding: 0.75rem 0;}
	.sd2030-container {height: 75vw; padding-bottom: 1rem;}
	.sdStructure-container {height: 56vw; padding-bottom: 2rem;}
	.sd-WorkingGroups {display: flex; flex-wrap: wrap; justify-content: space-around; flex-direction: row; align-items: flex-end;}
	.WorkingGroups-block img {min-height: 8rem; margin: 0; padding: 1rem;}
	.sd-WorkingGroups .WorkingGroups-block:first-child img {/*padding-top: 0;*/}
	.sd-WorkingGroups .WorkingGroups-block:nth-child(2) {border: none;}
	.sd-WorkingGroups .WorkingGroups-block:nth-child(2) {border-top: 1px solid #48535B; border-bottom: 1px solid #48535B;}

	.legend .item p {width: 86% !important;}
}

@media (max-width:375px) {
	.nav-upper .container {padding-top: 22px;}
	.logo {width: 80px;}
	.header-textline {/*font-size: 0.45rem;*/}
	.header-right-block {min-width: unset;}
	#Home .main-image .title-block-blue {padding-top: 0rem;}
	#Home .main-image .title-block-red {padding-top: 16rem;}
	#Home .main-image .key-arrow-blue-block {width: 260px; height: 440px; right: 2%;}
	#Home .main-image .key-arrow-red-block {width: 180px; height: 250px; right: 2%; padding-left: 1.25rem;}
	#Home .cover-title .AR-JM, #Home .cover-title .AR-JM-AR {font-size:  vw;}
	#Home .cover-title .AR-year { }
	#Home .cover-title .AR-slogan {font-size:  vw;}
	/*** Group Overview ***/
	#GroupOverview .owl-theme .owl-nav [class*='owl-'] {top: 17%;}
}

/** grid **/
@media (min-width: 360px) {
/** xs **//*
.content-L {padding-left: 15px !important;}
.content-R {padding-right: 15px !important;}
.content-L-xs-0 {padding-left: 0 !important;}
.content-R-xs-0 {padding-right: 0 !important;}
}*/
@media (min-width: 576px) {
/** sm **//*
.content-L {padding-left: 15px !important;}
.content-R {padding-right: 15px !important;}
.content-L-sm-0 {padding-left: 0 !important;}
.content-R-sm-0 {padding-right: 0 !important;}
}*/
@media (min-width: 768px) {
/** md **//*
.content-L {padding-left: 40px !important;}
.content-R {padding-right: 40px !important;}
.content-L-md-0 {padding-left: 0 !important;}
.content-R-md-0 {padding-right: 0 !important;}
}*/
@media (min-width: 992px) {
/** lg **//*
.content-L {padding-left: 45px !important;}
.content-R {padding-right: 45px !important;}
.content-L-lg-0 {padding-left: 0 !important;}
.content-R-lg-0 {padding-right: 0 !important;}
}*//
@media (min-width: 1200px) {
/** xl **/
}
@media (min-width: 1400px) {
/** xxl **/
}
