:root{
--button-font:18px;
--button-s-font:16px;
--exl: 200;
--l: 300;
--reg: 400;
--mid: 500;
--smbold: 600;
--bold: 700;
}

.uk-light *,.uk-light p{color: #fff !important;}
.uk-light p{
opacity:0.8;
}
.light-green-bg {
    background-color: #ecf8f8 !important;
}
html{
	overflow-x:hidden
}
body,body *{
    transition: all 0.3s ease-in-out;
    
}
body {
    width: 100%;
    position: relative;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    color: #617070;
    font-family: Oswald !important;
    overflow: hidden scroll;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
	font-family: Oswald !important;
}

strong{
	color:#445252;
	font-weight:600 !important;
}
.ftGrn {
    color: #06756F !important;
}
.nav.uk-position-z-index.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .logo-icon, .type-2 .logo-icon {
    /* display: none; */
    opacity:0;
    width: 0;
    overflow:hidden;
}
img.color.logo-icon {
    /* display: none; */
    opacity:0;
	width: 0;
	overflow:hidden;
}
body:not(.type-2) header:not(.uk-active.uk-sticky-fixed.uk-sticky-below) > a > svg * {
    fill: #fff;
    filter: drop-shadow(0px 0px 0px #06756f00);
}
header > a > svg {
    /* filter: drop-shadow(0px 0px 0.5px #ffffff); */
}

a.main-btn {
    color:#fff;
}
.nav.uk-position-z-index.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below img.color.logo-icon,.type-2 img.color.logo-icon {
    /* display: block; */
    opacity:1;
    width:183px;
    overflow:auto;
    filter: drop-shadow(0px 0px 0.5px #00ffe8);
}


.nav.uk-position-z-index.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .menu.main-btn, .type-2 .menu.main-btn {
    background: #C5DCDE;
}

.nav.uk-position-z-index.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .menu .btn-laber,.nav.uk-position-z-index.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .menu svg *,
.type-2 .menu .btn-laber, .type-2 a.main-btn{
    color: #445252;
}

.menu-panel.uk-drop {
    /* background: #c5dcde; */
    padding: 25px;
	padding-bottom: 27px;
    border-radius: 10px;
}
.menu-panel.uk-drop::before {
    background: #c5dcde;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}

.menu-panel.uk-drop::after {
    background: linear-gradient(180deg, rgb(255 255 255), #c5dcde);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    transform: scale(1.01);
}

.menu-panel.uk-drop a {
    margin-bottom: 18px;
    width: fit-content;
}
.menu a.main-btn.type2 .btn-laber {
    color: #617070 !important;
}

.border:hover {
    background-image: linear-gradient(180deg, #05756b, #05756b) !important;
}

.border:hover a.main-btn {
    background: #05756b !important;
}

.border:hover .btn-laber,
.border:hover svg * {
color:#fff !important;
}


.menu-panel.uk-drop a .icon {width: 0px;opacity: 0;}
.menu-panel.uk-drop a:hover .icon {width: 10px !important;opacity: 1 !important;margin-right: 5px;}

.menu-panel.uk-drop a:hover .btn-laber {
    color: #09746b !important;
}
.banner,.inner-banner{
    margin-top: -81px;
}

.border {
    background-image: linear-gradient(180deg, #f8da79, #dd9c3c);
    padding: 1.5px;
    padding-bottom:0px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    width: fit-content;
}
.home-banner {
  	position: relative;
  	display: flex !important;
  	flex-direction: column; /* 垂直排列 */
  	justify-content: space-between; /* 顶部与底部分散 */
  	/* padding: 0px clamp(20px, 5vw, 80px); */
  	height: 100%;
  	flex: 1;
}


.btn-laber-group {
  	display: flex;
  	align-items: center;
  	gap: clamp(10px, 1vw, 15px);
  	 /* 上下自动外边距，居中 */
  	flex-wrap: wrap;
}

.main-btn {
  	border-radius: 200px;
  	background-color: #dd9c3c;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 10px 20px;
  	cursor: pointer;
  	transition: background-color 0.3s ease, transform 0.3s ease;
  	text-decoration: none !important;
}

.menu.main-btn{
  	backdrop-filter: blur(1px);
  	border-radius: 200px;
  	background-image: linear-gradient(180deg, rgb(0 0 0 / 25%), rgb(255 255 255 / 25%));
  	background-color: transparent;
  	display: flex;
  	align-items: center;
  	padding: 10px 22px;
  	margin: 0;
}

.menu.main-btn.language-option {
	gap: 8px;
	/* padding: 9px 22px !important; */
}

.menu.main-btn.language-option span {
    width:18px;
}

.quck-link-holder .main-btn.type2 {
    justify-content: left;
    margin-bottom: 28px;
}
a.sm-link {
    color:#fff;
}
.footer .uk-grid a:hover, .footer .uk-grid a:hover *, a:hover.sm-link {
    color: #dd9c3b;
    opacity:1 !important;
}
a:hover.contact-box {
    text-decoration:none;
    background-color: #DD9C3C;
}
.main-btn.type2 {
    background-color: transparent;
    padding: 0;
    width: fit-content;
}

.btn-laber {
  	position: relative;
  	font-weight: var(--mid);
  	font-size: var(
  	--button-font);
  	letter-spacing: 0.02em;
  	line-height: 1;
  	color: #fff;
  	display: flex;
  	gap: 10px;
  	align-items: baseline;
}
.btn-laber.s {
    font-size: var(--button-s-font);
}
.btn-laber.s.l {
    font-weight: var(--reg);
}
.big-title {
  	font-size: clamp(50px, 6vw, 100px);
  	text-transform: uppercase;
  	font-weight: 600;
  	margin-top: auto;
  	text-align: center;
  	line-height: clamp(50px, 8vw, 100px);
  	color: #fff;
}
.subtitle {
  	font-size: clamp(18px, 2vw, 24px);
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
  	margin-top: auto; /* 上下自动外边距，居中 */
  	letter-spacing:0.02em; /* 对应 Figma 2% */
  	font-family: 'Oswald';
  	color: #fff;
  	font-weight: var(--mid);
}

.nav {
	position: fixed;
	z-index: 9999 !important;
	width: 100vw;
	padding: 40px clamp(20px, 5vw, 80px);
	/* backdrop-filter: blur(10px); */
	transition: background-color 0.3s ease;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0px !important;
}

.logo-icon {
  	width: 183px;
  	height: 41px;
  	object-fit: cover;
  	filter: drop-shadow(0px 0px 0.5px #055e57);
    transition:opacity 0.5s ease-in-out;
}
.menu .border {background-image: linear-gradient(180deg, #ffffff, #ffffff00);padding-bottom: 0;}

.menu {
    display: flex;
    gap: 10px;
}



.vector-icon {
  	height: 15px;
  	width: 15px;
  	position: relative;
}
.section{
    padding: clamp(50px, 5vw, 60px) clamp(20px, 5vw, 80px) !important;
}
img.book-cover {
    width: auto;
    height: 500px;
    object-fit: cover;
    object-position: center;
    overflow: visible;
}



.footer .section{
padding-bottom:10px;
}
.about-us {
	font-size: 16px;
	background-color: #ecf8f8 !important;
	display: flex;
	flex-direction: row; /* or row-reverse */
	justify-content: space-between; /* or space-around, flex-start, etc. */
	align-items: center; /* or flex-start, flex-end, stretch, etc. */
	padding: 80px;
	position: relative;
}

.learn-more-btn {
	width:fit-content;
	position: relative;
	z-index: 2;
	border-radius: 200px;
	background-color: #dd9c3c;
	border: 1px solid #f8da79;
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 10px 22px;
	gap: 10px;
	line-height: inherit;
}
.more-icon {
  	height: 9.3px;
  	width: 16.8px;
  	position: relative;
}
.body-text p{
	color: #617070;
	font-family: Roboto;
	letter-spacing: 0.02em;
	line-height: 29px;
	/* white-space: pre-wrap; */
	font-weight: var(--l);
	opacity: 1;
}
.body-text a {
    color: #1ecbc2 !important;
}
.section-title {
	position: relative;
	width: 100%;
	font-size: 44px !important;
	color: red;
	margin-bottom: 35px;
}
.section-big-title{
  	letter-spacing: 0.02em;
  	line-height: 54px;
  	font-weight: 500;
  	color: blue;
  	font-size: 44px !important;
}
.see-next {
    padding-top: 0;
}

.see-next .section-big-title {
    color: #3B3B3B;
}
h2.section-big-title {
	position: relative;
	width: 100%;
	font-size: 44px !important;
	font-size: clamp(2.3rem, 2.2rem + 1vw, 2.75rem) !important;
	margin-bottom: 35px;
	letter-spacing: 0.02em;
	line-height: 54px;
	font-weight: 500;
	color: inherit;
	margin-top: 0;
}

.section-big-title span {
    color: #06756B;
}

.ppl-img-holder{
	position: relative;
	width: 416.3px;
}
.ppl-img-holder:not(.bg):after {
content:"";
position: absolute;
top: 11.97px;
left: 13.65px;
border-radius: 15px;
background-color: rgba(6, 117, 111, 0.4);
width: 390px;
height: 440px;
z-index: 1;
}
.about-us-img-icon {
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 15px;
	width: 100%;
	height: auto;
	object-fit: contain;
	z-index: 2;
}
.section-title-holder {
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 24px;
	font-size: clamp(1.3rem, 1rem + 1vw, 1.5rem);
    color: #000;
    font-family: Oswald;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(5px,1vw,10px);
    margin-bottom: 15px;
}
.inner-banner .section-title-holder {
    font-size: 18px !important;
}
.title {
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #087067;
    margin: 0;
    font-size: inherit;
    line-height: 1.3em;
}
.ele{
    background-color: #F8DA79;
    display: block;
    min-width: 10px;
    min-height: 10px;
    transform:  rotate(45deg);
    transform-origin: center center;
}

.our-key-findings {
	overflow: hidden;
}
.slideshow-bg {
    width: 100vw !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
pointer-events:none;
}
.key-finding-section-bg-icon {
  	top: 0px;
  	left: 0px;
  	width: 1600px;
  	height: 896px;
  	object-fit: cover;
}
.body-text2 {
  	position: absolute;
  	top: 196px;
  	left: 571px;
  	width: 945px;
  	height: 41px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	color: rgba(255, 255, 255, 0.8);
  	font-family: Roboto;
}
.body-text3 {
  	width: 952px;
  	position: relative;
  	letter-spacing: 0.02em;
  	line-height: 28px;
  	display: inline-block;
}
.home-section-title-holder {
  	position: absolute;
  	top: 120px;
  	left: 80px;
  	width: 150.1px;
  	height: 1px;
}
.section-title3 {
  	position: absolute;
  	top: 120px;
  	left: 567px;
  	width: 954px;
  	height: 37px;
  	font-size: 44px;
}

/* Accordion Styles */
.accordion-prefix{
    font-weight: var(--l);
    font-family: 'Roboto';
    opacity: 0.8;
    letter-spacing: 0.02em;
}
.findings-accordion li.active .accordion{
    /* width: calc(100% + 80px); */
    /* transform: translate(-40px, 0px); */
}
.accordion-icon{}

.findings-accordion li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
	padding: 30px 0;
	margin: 0px !important;
}

.findings-accordion li:first-child {
	border-top: 1px dashed rgba(255, 255, 255, 0.6);
}

.findings-accordion .accordion-title {
	position:relative;
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 54px;
	padding: 0px 40px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.findings-accordion .accordion-content {
	margin-top: 10px;
	padding: 0;
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
	line-height: 28px;
	height: 1px;
	overflow: hidden;
}

/* Style the open state */
.findings-accordion li.active {
	background-color: #06756f;
	padding: 40px;
}
.findings-accordion li:not(.active) .accordion-content{
margin:0;
}

.findings-accordion li:not(.active) h3 {
    margin: 0;
}
.findings-accordion li.active .accordion-content {
    height: auto;
}

/* Custom icon for accordion */
.findings-accordion .accordion-title::after {
	content: url('./img/Accordion-Icon.svg');
	content: url('../../img/Accordion-Icon.svg');
	float: right;
	position: absolute;
	top: 0;
	right: 40px;
}

.downloads {
  	font-size: 16px;
  	color: #617070;
}
.background {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	background: linear-gradient(180deg, #ecf8f8, #f5f6fa);
  	width: 1600px;
  	height: 726px;
}
.report-cover-icon {
  	position: absolute;
  	top: 121px;
  	left: 314px;
  	width: 648px;
  	height: 495px;
  	object-fit: cover;
}
.body-text4 {
  	position: absolute;
  	top: 295px;
  	left: 679px;
  	width: 588px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	font-family: Roboto;
}
.body-text5 {
  	align-self: stretch;
  	height: 59px;
  	position: relative;
  	letter-spacing: 0.02em;
  	line-height: 24px;
  	display: inline-block;
  	flex-shrink: 0;
}
.section-title-holder2 {
  	position: absolute;
  	top: 120px;
  	left: 679px;
  	width: 103.1px;
  	height: 15.1px;
  	font-size: 18px;
  	color: #000;
}
.learn-more-button {
  	position: absolute;
  	top: 394px;
  	left: 679px;
  	border-radius: 200px;
  	background-color: #dd9c3c;
  	border: 1px solid #f8da79;
  	display: flex;
  	align-items: flex-end;
  	justify-content: center;
  	padding: 13px 25px;
  	gap: 10px;
  	color: #fff;
}
.section-title5 {
  	position: absolute;
  	top: 165px;
  	left: 679px;
  	width: 571px;
  	height: 91px;
  	font-size: 44px;
  	color: #06756f;
}

.footer {
  	background: #141414;
  	padding-bottom: 30px !important;
}

svg.bck-totop-btn {
    transform: scale(0.9);
    transform-origin: top center;
}

path.bck-totop-btn {
    transform: translate(0px, -0.5px);
    transform-origin: top center;
}

.uk-totop {
    padding: 0;
    background: inherit !important;
}

.uk-totop path.arrow {
    fill: #000 !important;
}
.uk-totop path.bck-totop-btn{
    fill: #edf8fb !important;
}

.inner-page .uk-totop path.bck-totop-btn {
    fill: #fff !important;
}

.uk-totop:hover path.arrow {
    transform: translate(0px, 15px)!important;
}

.inner-page path.bck-totop-btn {
    fill:#fff;
}

.downloads-page .uk-totop path.bck-totop-btn {
    fill: #edf8fb !important;
}
.contact-us-page .uk-totop path.bck-totop-btn{
    fill: #f9f9f9 !important;
}
.footer-bg {
    
    top: 0px;
    left: 0px;
    background-color: #141414;
    width: 1600px;
    height: 447px;
}

.contact-box {
    background-color: #06756f;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.box-bg {
    border-radius: 15px;
    background-color: #06756f;
    width: 345px;
    height: 310px;
}

.sub-title2 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 34px;
    font-weight: 500;
    color: #05756f;
}



.quck-link-holder {
    padding: 30px 0 !important;
}
.footer-lang-btn {
    
    top: 130px;
    left: 1297px;
    width: 52px;
    height: 15px;
}
.lng-icon {
    
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
}
.link8 {
    
    top: 0px;
    left: 23px;
    font-weight: 600;
}
.bottom-line {
    
    top: 379.5px;
    left: 566.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    width: 954px;
    height: 1px;
}
.ciip-logo-w-icon {
    height: auto;
    width: 170px;
}


.footer-logoNsm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.copyright-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.copyright-holder * {
    line-height: 1rem;
    color: #fff;
}
.copyright {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height:1.25em;
    font-family: Roboto;
    opacity: 1;
    color: #ffffff99;
}
.copyright-holder * a {
    text-decoration: underline;
	opacity:0.6;
}
.tncNpp {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.qucik-link { 
    top: 400px;
    left: 1258px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
    font-family: Roboto;
    opacity: 0.6;
    color:#fff;
}
a.qucik-link:hover{
    color: #dd9c3b !important;
    opacity: 1;
}
.social-media {
    display: flex;
    align-items: end;
    gap: 30px;
}

/* inner */
.inner-page .ele {
    background: #F8DA79;
}

.inner-banner {
    background: #09746b;
    overflow: hidden;
}

.inner-banner * {
    color: #fff;
}
span.highlights {
    color: #C3D55E;
}
.cover {
    height: 700px;
}

.body-text.cover-section.uk-background-cover {
    height: 70vh;
    border-radius: 20px;
    padding: 50px;
}


.timeline {
    position: relative;
    z-index: 0;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100vh / 2);
    background: #ffffff;
    bottom: -10%;
    left: -50%;
    z-index: -1;
}

/* table style  */
.table-car-holder {
    margin-bottom: 25px;

}
table {
	width: 100%;
	border-collapse: collapse; /* 合并边框 */
	font-family: 'Roboto', sans-serif; /* 主体字体 */
	color: #617070; /* 文本颜色 */
	font-size: 15px; /* 调整字体大小以便更好地适应单元格 */
	overflow: hidden scroll;
	margin-bottom: 25px;
}
table td{
    border: 1px solid #CCCCCC;
}
/* 表头和单元格的通用样式 */
th {
	border-bottom: 1px solid #ffffff; /* 边框 */
	padding: 12px; /* 内部间距 */
	text-align: left; /* 文本左对齐 */
	vertical-align: top; /* 垂直顶部对齐 */
	line-height: 1.5; /* 行高 */
	padding: 18px; /* 内部间距 */
}
td{
	border-bottom: 1px solid #ccc; /* 边框 */
	padding: 30px; /* 内部间距 */
	text-align: left; /* 文本左对齐 */
	 /* 垂直顶部对齐 */
	vertical-align: top;
	line-height: 1.5; /* 行高 */
}
/* Label 列 (第一列) 设置 padding 10 */
#TableHori tr td:first-child {
    padding: 10px 20px;
    background: #ECF8F8;
    /* width: 20% !important; */
    border-top: none;
    border-left: none;
    vertical-align: middle;
}

/* 数据列 (Canvas 列) padding 清零，并设置为相对定位基准 */
#TableHori tr td:not(:first-child) {
    padding: 20px !important;
    padding-left: 0px !important;
}


/* 应用于数据列的 span */
#TableHori tr td:not(:first-child) span {
  animation: fadeInData 500ms ease-out forwards;
}

/* 定义渐显动画 */
@keyframes fadeInData {
  from { opacity: 0; 
    transform: translate(-50%, -50%);}
  to { opacity: 1; 
    transform: translate(-50%, -50%);}
}

/* 表头行 (Micro, Small, Medium) */
th.empty {
    background-color: transparent;
    border-color: transparent;
}

thead th {
	background-color: #D3E8E8; /* 较深的青色背景 */
	color: #06756f; /* 标题文字颜色 */
	font-family: 'Oswald', sans-serif; /* 标题字体 */
	font-size: 18px;
	letter-spacing: 0.02em;
	text-align: center;
	border: none;
	padding: 15px;
}
th.laber-width {
	width: 30%;
    background: #fff;
}
/* 表体中的行标题 (国家) */
tbody th {
	background-color: #c5dddd; /* 较深的青色背景 */
	color: #06756f; /* 标题文字颜色 */
	font-family: 'Oswald', sans-serif; /* 标题字体 */
	font-size: 18px;
	letter-spacing: 0.02em;
	text-align: center;
	width: 15%; /* 给行标题一个固定的宽度 */
	padding: 30px;
}

/* 表体数据单元格 */
th.cell-bg-teal {
    background: #C5DDDD;
}
tbody td.cell-bg-teal {
    background-color: #ecf8f8;
}

tbody td.cell-bg-white {
    background-color: #fff;
}
tbody tr:last-child td {border-bottom: none;}


/* * 用于马来西亚单元格内的特定样式 
 * (原始设计中 Manufacturing/Services 是加粗的)
 */
.category-title {
	font-weight: var(--mid);
	display: block; /* 使其单独占一行 */
	margin-bottom: 4px;
}

.category-block {
	 margin-bottom: 10px; /* 在服务和制造之间增加一点间距 */
}
.category-block:last-child {
	margin-bottom: 0;
}


.small-title {
	font-size: 16px;
	display: inline-block;
	font-family: Roboto;
	color: #445252;
	text-align: left;
	margin-bottom: 15px;
	}

.see-next .small-title {
	font-size: 24px;
}
a.see-next .section-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-card {
    padding: 30px;
    background: #edf8f8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-card:hover {
    background: #05756f;
    transform: scale(1.025);
}

.info-card:hover .title-info * {
    color: #fff !important;
}

.info-card:hover a:hover * {
    color: #fff !important;
}
.info-card:hover a:hover .btn-laber *{
	fill: #fff !important;
}


.info-card .uk-slidenav {
    background: #06756f;
    border-radius: 100px;
    opacity: 0.3;
}
.info_card.end {
    padding-left: 30px;
}
.info-card .uk-slidenav svg polyline {
    stroke: #fff !important;
    stroke-width: 3;
    transform-origin: center center;
    transform: scale(0.7);
}


.info-card:hover .uk-slidenav {
    background: #ffffff;
    border-radius: 100px;
    opacity: 1;
}

.info-card:hover .uk-slidenav svg polyline {
    stroke: #06756f !important;
}

.uk-slider-items >div:not(.uk-slide-active) {
    opacity: 0;
}


.info-card .title {
    color: #445252;
    margin-bottom: 20px;
}

.ex {
    color: #617070;
    margin-bottom: 20px;
    font-weight: var(--l);
    font-family: 'Roboto';
    letter-spacing: 0.02em;
}

.info-card .btn-laber.s {
    color: #000000;
}

tbody td ul {
    display: flex;
    flex-direction: column;
    gap: 5px;}

hr.dashed {
    border-top-style: dashed;
    border-top-width: 2px;
    color: #D6D6D6;
    margin: 0;
}
a.see-next.section{
	padding-top:0px !important;
	padding-bottom: 60px !important;
}
.see-next .uk-container-xlarge {
    /* padding-top: 30px; */
}
a.see-next .section-title {
    margin: 0;
}

a.see-next:hover *{
color:#05756f;
}

rect#fill-up {
    transform: translate(0%, 0.082px);
}

a.see-next:hover rect#fill-up {
    transform: translate(100%, 0.082px);
}


/* contact us */
.section.contact-us {
    background: #f9f9f9;
    /* padding-top: calc(clamp(50px, 5vw, 120px) * 1.5) !important; */
}

.semantic-submit-form {
	/* max-width: 1440px; */ /* 匹配您原始布局的总宽度 */
	/* margin: 40px auto; */
	/* padding: 20px; */
	/* background-color: #f9f9f9; */ /* 给表单一个轻微的背景 */
	border-radius: 8px;
	font-family: 'Roboto';
}

/* --- 2. 表单网格布局 --- */
/* 我们使用 CSS Grid 来创建您的 2 列和 3 列布局 */
.form-row {
	display: grid;
	gap: 20px; /* 匹配您原始布局的间隙 */
	margin-bottom: 20px;
}

.grid-2-col {
	grid-template-columns: 1fr 1fr;
}

.grid-3-col {
	grid-template-columns: repeat(3, 1fr);
}
.grid-2-3-col {
    grid-template-columns: 2fr 1fr;
}
/* --- 3. 字段容器 (用于浮动标签) --- */
.form-field {
	position: relative;
}

/* --- 4. 标签样式 (来自您的 .name, .email 等) --- */
/* * 这是 "浮动标签" 效果。
 * 标签最初位于输入框内部，
 * 当用户点击或输入时，它会“浮动”到顶部。
*/
.form-field label {
	position: absolute;
	top: 23px;
	left: 30px;
	line-height: 24px;
	color: #b5b5b5; /* 标签的占位符颜色 */
	pointer-events: none; /* 允许点击穿透标签 */
	transition: all 0.2s ease;
	background-color: #fff; /* 确保标签在浮动时能遮住虚线 */
	padding: 0 5px;
}

/* --- 5. 输入框样式 (来自您的 .submit-form-child 等) --- */
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select,
.form-field textarea {
	width: 100%;
	height: 69px;
	padding: 0 28px; /* 顶部留出空间 */
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 2px dotted #d1d1d1;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333; /* 实际输入的文本颜色 */
}

/* 调整 Textarea 的高度 */
.form-field textarea {
	height: 140px;
	padding-top: 23px; /* 调整内边距 */
	resize: vertical;
}

/* 调整 Select 标签使文本可见 */
.form-field select {
	padding-top: 0;
}
/* 针对您的表单中的 <select> 元素 */
.form-field select {

    -webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard property */

}

.form-field select {
    /* 隐藏默认箭头 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* 应用您自定义的 SVG 图标 */
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' enable-background='new 0 0 24 24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2306756F' d='m20.518 6.101-8.484 8.719-8.558-8.696c-.558-.568-1.473-.575-2.042-.016l-.002.003c-.569.56-.577 1.474-.017 2.043l9.595 9.75c.568.578 1.5.575 2.065-.005l9.516-9.78c.557-.571.544-1.487-.028-2.042l-.003-.003c-.571-.557-1.486-.544-2.042.027z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center; /* 调整图标位置 */
    background-size: 15px 15px; /* 调整图标大小 */
    padding-right: 40px; /* 留出图标空间，避免文本被遮盖 */
    padding-top: 0;
}

/* 当 <select> 获得焦点时，可以改变颜色 */
.form-field select:focus {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' enable-background='new 0 0 24 24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2306756F' d='m20.518 6.101-8.484 8.719-8.558-8.696c-.558-.568-1.473-.575-2.042-.016l-.002.003c-.569.56-.577 1.474-.017 2.043l9.595 9.75c.568.578 1.5.575 2.065-.005l9.516-9.78c.557-.571.544-1.487-.028-2.042l-.003-.003c-.571-.557-1.486-.544-2.042.027z'/%3E%3C/g%3E%3C/svg%3E");
}

/* --- 6. 浮动标签的交互 --- */
/* 当输入框被聚焦或已有内容时，移动标签 */
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label,
.form-field select:focus + label,
.form-field select:valid + label {
	top: -10px; /* 移动到边框顶部 */
	left: 20px;
	font-size: 14px;
	color: #617070; /* 激活时的标签颜色 */
	background-image: linear-gradient(180deg, #f9f9f9, #ffffff);
}

/* 隐藏占位符，我们用标签代替 */
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: transparent;
}


/* --- 7. 同意复选框 (来自 .by-providing-the) --- */
.consent-field {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.consent-field input[type="checkbox"] {
	/* 样式来自 .submit-form-child3 */
	flex-shrink: 0; /* 防止复选框被压缩 */
	width: 17px;
	height: 17px;
	border: 1px solid #617070;
	border-radius: 3px;
	box-sizing: border-box;
	margin-top: 4px;
}

.consent-field label {
	/* 样式来自 .by-providing-the */
	color: #617070;
	line-height: 24px;
	font-size: 16px;
}

/* --- 8. 提交按钮 (来自 .submit-parent) --- */
/* 您的原始图标 (我用一个简单的 CSS 箭头代替) */
.submit-button {
    border: none;
    font-family: 'Oswald';
}

/* 针对所有表单输入元素在获得焦点时的样式 */
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    /* 核心修改：将边框颜色改为 #06756F */
    border-color: #06756F !important; /* 使用 !important 确保它覆盖其他样式（如果需要） */
    
    /* 可选：移除浏览器的默认蓝色轮廓，以获得更干净的外观 */
    outline: none; 
}

/* 额外的: 确保虚线样式 (dashed) 也被保留 */
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    /* 重新明确边框样式，确保它保持虚线 */
    border-style: solid; 
    border-width: 2px;
}

.consent-field input[type="checkbox"] {
    /* 使复选框在视觉上不可见，但仍可访问和聚焦 */
    opacity: 0;
    width: 17px; /* 保持原始宽度以便点击 */
    height: 17px; /* 保持原始高度以便点击 */
    position: absolute; /* 使其脱离文档流，方便自定义框定位 */
}

/* 修改容器以方便定位 */
.consent-field {
    position: relative; /* 使伪元素可以相对于此定位 */
    padding-left: 30px; /* 为自定义框留出空间 */
    display: flex;
    align-items: flex-start;
}

/* 确保标签占据整个右侧区域 */
.consent-field label {
    display: block;
}

/* 创建自定义框 */
.consent-field label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px; /* 根据您的行高调整垂直位置 */
    
    /* 样式来自您原始的 .submit-form-child3 */
    width: 17px;
    height: 17px;
    border: 1px solid #617070;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
}

/* 当原生复选框被选中时，改变伪元素的背景或边框颜色 */
.consent-field input[type="checkbox"]:checked + label::before {
    background-color: #06756F; /* 选中时填充颜色 */
    border-color: #06756F;
}

/* 添加自定义的“勾号”图标 (这里使用简单的边框技巧创建勾号) */
.consent-field input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 4px; /* 调整勾号位置 */
    top: 5px; /* 调整勾号位置 */
    width: 5px;
    height: 10px;
    border: solid #fff; /* 勾号的颜色 */
    border-width: 0 2px 2px 0; /* 仅显示右边和底边 */
    transform: rotate(45deg); /* 旋转成勾号形状 */
}

/* 可选：添加聚焦时的样式（提高可访问性） */
.consent-field input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 2px rgba(6, 117, 111, 0.5); /* 聚焦时显示光晕 */
}


.submit-button .btn-laber.s {
    font-weight: var(--reg);
}


.downloads {
    background: #ECF8FB !important;
    padding-top: calc(clamp(50px, 5vw, 120px)* 1.5) !important;
}
@media (min-width: 1200px) {
	.uk-width-45 {
	    width: 45% !important;
	}
	
	.uk-width-55 {
	    width: 55% !important;
	}
}


.chart{
	padding:50px 70px !important;
	background: #ECF8F8;
	border-radius: 20px;
}
.chart.hrz-bar canvas {
    margin: -37px 0px 0px -20px !important;
}
.chart.combo {padding: 50px 30px !important;
padding-right:40px !important;
}
.chart-wrapper {
	/* 允许在小屏幕上水平滚动 */
	/* overflow-x: auto; */
	/* width: 95%;
	max-width: 1400px; */
}

.chart-container {
	width: 100%;
	height: 530px; /* 固定高度，内部图表会使用 maintainAspectRatio: false 填充 */
	/* min-width: 900px; */
	 /* 确保图表内容有足够的宽度 */
	/* overflow: hidden; */
}

.chart-container.combo {
	width: 100%;
	height: 330px; /* 固定高度，内部图表会使用 maintainAspectRatio: false 填充 */
	/* min-width: 900px; */
	 /* 确保图表内容有足够的宽度 */
}

/* .chart-container {
    height: 500px;
} */
.chart-container.esg-adoption{
	   height: 300px;
}

.legend {
    font-family: 'Roboto';
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.2em;
    font-weight: var(--l);
}

.legend span {
    display: block;
    min-width: 25px;
    height: 25px;
    background: gray;
}

.legend >div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;

}
.legend .laber {
	width:fit-content;
	transition: none !important;
	color: #617070 !important;
}
.body-text.note p {
    font-size: 14px;
    line-height: 1.3em;
}
.blue span {
    background: #003d7a;
}

.orenge span {
    background: #dd9c3b;
}

.green span {
    background: #08706b;
}

.green.line span {
    height: 1.5px;
    position: relative;
}

.green.line span:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #08706b;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
}
.sky-blue span {
    background: #509CD5;
}
.uk-flex.uk-flex-between.uk-flex-column {
    height: 60%;
}
/* zenith */
#TableHori th.flag{
	background-color: #075A55;
}

#TableHori th.flag2{
	background-color: #0E706A;
}

#esgTableBody tr td:first-child, #esgTableBody2 tr td:first-child, #esgTableBody3 tr td:first-child, #esgTableBody4 tr td:first-child { 
	background-color:#ECF8F8 ;
	padding:30px 20px;
}
#esgTableBody tr td, #esgTableBody2 tr td, #esgTableBody3 tr td, #esgTableBody4 tr td{
	border-right: 1px solid #ccc;
	padding: 30px 0;
}

/* .highlight-row {
  background-color: #f9f9f9;
} */

.special-row {
  font-weight: bold;
}

/* 被 JS 自动识别为 Top 2 的单元格背景色 */
.highlight-top {
	background-color: #FFF9E6 !important; 
}

.highlight-row2 td:nth-child(3){
	background-color: #fff !important;
}

.esg-adoption{
	/* padding-top:30px; */
}

.uk-totop{
	padding:0 !important; 
}

span.mobile-indecator {
    display: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-size: 0.876rem;
    font-weight: 400;
    color: #455252;
    transition: none !important;
	margin-top:15px;

}

.hrz-bar span.mobile-indecator {margin:30px 30px 0px 30px;}


@media (min-width: 1700px) {
    .inner-banner .section,.inner-banner .uk-first-column{
        padding-left: 0 !important;
    }
}


@media (max-width: 1500px) {
	img.book-cover {
	    height: calc(500px - 4vw) !important;
	}
}

@media (max-width: 1366px) {
	img.book-cover {
	    height: calc(500px - 8vw) !important;
	}
}


@media (min-width: 1200px) {
	.findings-accordion li.active .accordion{
		width: calc(100% + 80px);
		transform: translate(-40px, 0px);
	}
}

@media (max-width: 1200px) {

.inner-banner .cover {
    width: 100vw;
    height: 100vw;
}

	.findings-accordion .accordion-title {
		padding: 0;
	}

	.inner-banner {
		padding-top: 80px;
	}

	.chart {
		padding: 50px 30px !important;
		padding-bottom:30px !important;
		}

.nav {
    padding-top: 20px;

}

header.nav.uk-position-z-index.uk-sticky{
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 0%) 100%);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 0%) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 0%) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
header.nav.uk-position-z-index.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
transform: translate(0px, -1px);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

		.chart .uk-flex.uk-flex-bottom {
			height: 100%;
		}
	
		.chart-wrapper{
			overflow:scroll hidden;

		}

	
		.legend {
			display: flex;
			flex-direction: row;
			gap: 10px;
			padding-bottom: 30px;
			margin-bottom:0px !important;
		}
		.chart.combo .legend {flex-direction: column;}
		.chart.combo {
		    padding: 0px 30px 30px 30px !important;
		}
		
}

@media (max-width: 1280px) {
	img.book-cover {
	    height: calc(100% - 6vw) !important;
	}
}

.table-car-holder {
    margin-bottom: 25px;

}

@media (max-width: 1080px) {
th.laber-width{
	min-width: calc(100vw / 4) !important;
}

.table-car-holder {

    overflow: scroll;
}

span.mobile-indecator.uk-icon.uk-margin {
    display: flex;
}

#TableHori thead th:first-child,
#TableHori tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 6;
  filter: drop-shadow(0px 20px 5px #ccc);
}
#esgTableBody td{
	min-width: calc(100vw / 4) !important;
}
}
@media (max-width: 960px) {


th.laber-width{
	min-width: calc(100vw / 4) !important;
}

#esgTableBody td{
	min-width: calc(100vw / 4) !important;
}



	.footer {
		padding-top: calc( clamp(50px, 5vw, 100px) + 50px) !important;
	}	

	.section-title-holder {
	    gap: 10px;
	}

	.body-text.cover-section.uk-background-cover {
	    height: 50vh;
	    padding: 30px;
	    display: flex;
	    align-items: flex-end;
	    background-position: 70% 50%;
	}
	
	h2.section-big-title {
	    font-size: clamp(2.3rem, 2.2rem + 0vw, 2.75rem) !important;
	}
		
}

@media (max-width: 760px) {
	

	.table-holder {
		overflow: scroll;
	}
	
	.table-holder table {
		width: 800px;
	}

	span.mobile-indecator {
		display: flex;
	}

	.hrz-bar .chart-container{
	    padding: 0;
	    padding-left: 20px;
		padding-bottom: 35px;
	}
	
	.chart.hrz-bar {
	    padding-top: 20px !important;
	}

	.chart-container{
		width: 800px !important;
	}

	.table-car-holder{
		overflow: scroll;

	}
	
	.table-car-holder table {
		width: 1000px;
		margin: 0;
	}


	.table-car-holder table thead tr th:first-child{
	    width: 20px !important;
	}

	.legend span {
		min-width: 18px;
		height: 18px;
		min-height: 18px;
	}
	.legend >div{
		gap:5px;
	}
	.home-banner {
	    margin: auto 30px !important;
	}
	
	.home-banner .subtitle {
	    margin-top: 90%;
	}
	
	.home-banner .big-title {
	    text-align: left;
	    line-height: calc(clamp(50px, 8vw, 100px) + 10px);
	}

	.copyright-holder * {
		line-height: 1rem;
		text-align: center;
	}
	
	.copyright-holder {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	.tncNpp {
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

.quck-link-holder > div a:last-child {
    /* margin: 0 !important; */
}


a.see-next .uk-flex {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


img.book-cover {
    width: 100vw;
    height: auto;
}
.findings-accordion li.active {
    padding: 20px;
}

.menu {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.menu.main-btn.language-option {
    display: flex;
    flex-direction: row;
}
}


@media (max-width: 360px) {
	.footer-logoNsm {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	}


