/* GLOBAL */
:root {
	--primary: #1f4d7a;
	--accent: #4aa3a1;
	--muted: #eef3f7;
	--ioi-blue: #1f4d7a;
	--ioi-gold: #c7a56b;
	--radius: 1.25rem;
}

body {
	font-family: "Source Serif 4", serif;
	color: #000;
	background: #fff;
}

.my-n5 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Playfair Display", serif;
	color: var(--primary);
}

p {
	font-size: 14px;
}

.btn-ioi-blue {
	position: relative;
	overflow: hidden;
	background: #223f8f;
	border: 1px solid #223f8f;
	color: #fff;
	padding: 0.5rem 1.5rem;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	border-radius: 50rem;
}

.btn-ioi-blue::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: inherit;
	transition: left 0.3s ease-in-out;
	z-index: 0;
}

.btn-ioi-blue:hover {
	border-color: #223f8f;
}

.btn-ioi-blue:hover::before {
	left: 0;
}

.btn-ioi-blue span {
	position: relative;
	z-index: 1;
	color: #fff;
	transition: color 0.3s ease-in-out;
}

.btn-ioi-blue:hover span {
	color: #223f8f;
}

.scroll-ioi-blue {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 1050;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #223f8f;
	border: 1px solid #223f8f;
	color: #fff;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	overflow: hidden;
}

.scroll-ioi-blue::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: inherit;
	transition: left 0.3s ease-in-out;
	z-index: 0;
}

.scroll-ioi-blue:hover {
	border-color: #223f8f;
}

.scroll-ioi-blue:hover::before {
	left: 0;
}

.scroll-ioi-blue span {
	position: relative;
	z-index: 1;
	color: #fff;
	transition: color 0.3s ease-in-out;
}

.scroll-ioi-blue:hover span {
	color: #223f8f;
}

.text-dark-sapphire {
	color: #142a64;
}

.text-visit-blue {
	color: #0757ac;
}

.title-blue-section {
	color: #2e3988;
}

.section-title .char,
.section-title .space {
	display: inline-block;
	white-space: pre;
	margin-right: -0.03em;
}

.section-title .space {
	width: 0.3em;
}

.year-2025 .char {
	display: inline-block;
	white-space: pre;
}
.annual-section, .key-section, .value-section, .strategy-section, .highlights-section, .reviews-section, .downloads-section {
	overflow: hidden;
}

/* NAV */
.navbar.scrolled {
	box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
	background: rgba(255, 255, 255, 0.7) !important;
}

.nav-link {
	color: #1b2761;
	border-top: 8px solid #b2b4b3;
	border-left: 3px solid #b2b4b3;
}

.nav-link.active {
	color: #1b2761 !important;
	border-top: 8px solid #233f93;
	border-left: 3px solid #233f93;
}

.navbar-collapse.show {
	background-color: rgba(255, 255, 255, 0.9);
}

.navbar-collapse.show .nav-link.active {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-collapse.show .nav-link {
	color: #1b2761;
	border-top: 8px solid #b2b4b3;
	border-left: 3px solid #b2b4b3;
	border-right: 3px solid #b2b4b3;
}

.navbar-collapse.show .nav-link.active {
	border-top: 8px solid #233f93;
	border-left: 3px solid #233f93;
	border-right: 3px solid #233f93;
}

/* ANNUAL */
.annual-section {
	position: relative;
	display: grid;
	place-items: center;
	background: url("../images/cover/mainbanner-bg02.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
}


.annual-section .bg-map,
.annual-section .world-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

.annual-section .world-map {
  z-index: 2;
}

.annual-section .annual-report-year {
	margin-top: 150px;
}

.annual-section .img-logo {
	width: 130px;
}

.annual-section .section-title {
	font-family: "Source Serif 4", serif;
	color: #223996;
}

.annual-section .section-title .year-2025 {
	color: #081058;
}

.annual-section .together-text {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 4;
}

.annual-section .together-title {
	font-size: clamp(2.2rem, 4vw, 4rem);
	text-transform: uppercase;
}

/* KEY */
.key-section {
	background-image: url("../images/key-messages/key-messages_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.key-section .key-bg-white {
	background-image: url("../images/key-messages/key-messages_bg_white.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.key-section .key-people {
	position: absolute;
	bottom: 0;
}

.key-section .divider-line-blue {
	position: relative;
	background-color: #223f8f;
	height: 1px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.key-section .divider-line-blue::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.7);
	animation: keyDividerLineAnim 1.5s linear infinite;
}

@keyframes keyDividerLineAnim {
	0% {
		left: -40px;
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}
}

/* VALUE */
.value-section {
	background-image: url("../images/value/value_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.value-section .value-subtitle {
	font-family: "Source Serif 4", serif;
	color: #000;
	font-weight: 300;
}

.value-section .our-vision {
	border-left: 1px solid #000;
}

.value-section .value-popup {
	cursor: po"Source Serif 4";
	display: inline-block;
}

/* STRATEGY */
.strategy-section {
	background-image: url("../images/strategic-framework/strategic-framework_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}

.strategy-section .strategic-popup {
	cursor: po"Source Serif 4";
	display: inline-block;
}

/* HIGHLIGHTS */
.highlights-section {
	background-image: url("../images/highlight/highlight_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.highlights-section .financial-left-box {
	background-image: url("../images/highlight/fh_bg_left.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.highlights-section .financial-left-box .financial-inner-content {
  width: 85%;
  margin-left: 0;
  margin-right: auto;
}

.highlights-section .business-right-box .business-inner-content {
  width: 85%;
  margin-left: auto;
  margin-right: 0;
}
.highlights-section .financial-left-box h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 2px,
    transparent 6px
  );
  margin-top: 10px;
  animation: moveDots 1s linear infinite;
}

.highlights-section .business-right-box {
	background-image: url("../images/highlight/bh_bg_right.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.highlights-section .business-right-box h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 2px,
    transparent 6px
  );
  margin-top: 10px;
  animation: moveDots 1s linear infinite;
}

@keyframes moveDots {
  from { background-position: 0 0; }
  to { background-position: 6px 0; }
}

.highlights-section .highlights-small {
	font-size: 12px;
	line-height: 1;
}
.highlights-section .stbusiness0 {
     fill: url(#linear-gradient2);
}
.highlights-section .stbusiness1 {
     fill: #1f3c92;
}
.highlights-section .stbusiness2 {
     clip-path: url(#clippath-6);
}
.highlights-section .stbusiness3 {
     clip-path: url(#clippath-7);
}
.highlights-section .stbusiness4 {
     clip-path: url(#clippath-15);
}
.highlights-section .stbusiness5 {
     clip-path: url(#clippath-4);
}
.highlights-section .stbusiness6 {
     fill: url(#linear-gradient10);
}
.highlights-section .stbusiness7 {
     mask: url(#mask-1);
}
.highlights-section .stbusiness8 {
     fill: url(#linear-gradient21);
}
.highlights-section .stbusiness9 {
     fill: url(#linear-gradient27);
}
.highlights-section .stbusiness10 {
     clip-path: url(#clippath-9);
}
.highlights-section .stbusiness11 {
     clip-path: url(#clippath-10);
}
.highlights-section .stbusiness12 {
     fill: #fff;
}
.highlights-section .stbusiness13 {
     fill: #244090;
}
.highlights-section .stbusiness14 {
     mask: url(#mask);
}
.highlights-section .stbusiness15 {
     fill: url(#linear-gradient26);
}
.highlights-section .stbusiness16 {
     fill: url(#linear-gradient1);
}
.highlights-section .stbusiness17 {
     fill: url(#linear-gradient9);
}
.highlights-section .stbusiness18 {
     fill: url(#linear-gradient18);
}
.highlights-section .stbusiness19 {
     opacity: .4;
}
.highlights-section .stbusiness20 {
     fill: url(#linear-gradient23);
}
.highlights-section .stbusiness21 {
     clip-path: url(#clippath-11);
}
.highlights-section .stbusiness22 {
     fill: url(#linear-gradient8);
}
.highlights-section .stbusiness23 {
     fill: url(#linear-gradient11);
}
.highlights-section .stbusiness24 {
     fill: none;
}
.highlights-section .stbusiness25 {
     fill: url(#linear-gradient16);
}
.highlights-section .stbusiness26 {
     fill: url(#linear-gradient24);
}
.highlights-section .stbusiness27 {
     clip-path: url(#clippath-1);
}
.highlights-section .stbusiness28 {
     fill: url(#linear-gradient22);
}
.highlights-section .stbusiness29 {
     isolation: isolate;
}
.highlights-section .stbusiness30 {
     clip-path: url(#clippath-5);
}
.highlights-section .stbusiness31 {
     clip-path: url(#clippath-8);
}
.highlights-section .stbusiness32 {
     fill: url(#linear-gradient19);
}
.highlights-section .stbusiness33 {
     fill: url(#linear-gradient12);
}
.highlights-section .stbusiness34 {
     fill: url(#linear-gradient28);
}
.highlights-section .stbusiness35 {
     clip-path: url(#clippath-3);
}
.highlights-section .stbusiness36 {
     fill: url(#linear-gradient7);
}
.highlights-section .stbusiness37 {
     clip-path: url(#clippath-12);
}
.highlights-section .stbusiness38 {
     fill: url(#linear-gradient20);
}
.highlights-section .stbusiness39 {
     fill: url(#linear-gradient4);
}
.highlights-section .stbusiness40 {
     clip-path: url(#clippath-14);
}
.highlights-section .stbusiness41 {
     fill: url(#linear-gradient14);
}
.highlights-section .stbusiness42 {
     fill: url(#linear-gradient5);
}
.highlights-section .stbusiness43 {
     fill: url(#linear-gradient3);
}
.highlights-section .stbusiness44 {
     fill: url(#linear-gradient25);
}
.highlights-section .stbusiness45 {
     display: none;
}
.highlights-section .stbusiness46 {
     fill: url(#linear-gradient15);
}
.highlights-section .stbusiness47 {
     fill: url(#linear-gradient17);
}
.highlights-section .stbusiness48 {
     fill: url(#linear-gradient6);
}
.highlights-section .stbusiness49 {
     clip-path: url(#clippath-16);
}
.highlights-section .stbusiness50 {
     clip-path: url(#clippath-2);
}
.highlights-section .stbusiness51 {
     mix-blend-mode: multiply;
     opacity: .4;
}
.highlights-section .stbusiness52 {
     clip-path: url(#clippath-13);
}
.highlights-section .stbusiness53 {
     fill: url(#linear-gradient13);
}
.highlights-section .stbusiness54 {
     filter: url(#luminosity-invert);
}
.highlights-section .stbusiness55 {
     fill: url(#linear-gradient);
}
.highlights-section .stbusiness56 {
     clip-path: url(#clippath);
}

/* REVIEW */
.reviews-section {
	position: relative;
}

.reviews-section .plantation-bg {
	background-image: url("../images/review/bg_plantation.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.reviews-section .manufacturing-bg {
	background-image: url("../images/review/bg_manufacturing.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.reviews-section .plantation-icon {
	width: 100px;
}

.reviews-section .manufacturing-icon {
	width: 100px;
}

.reviews-section .divider-line-white {
	position: relative;
	background-color: #fff;
	height: 2px;
	width: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.reviews-section .divider-line-white::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 2px;
	background-color: rgba(0, 0, 0);
	animation: reviewsDividerLineAnim 1.5s linear infinite;
}

@keyframes reviewsDividerLineAnim {
	0% {
		left: -40px;
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}
}

/* DOWNLOADS */
.downloads-section {
	background-image:
		url("../images/download/download_bgcircle-line.webp"),
		url("../images/download/download_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.downloads-section .download-card {
	background: rgba(255, 255, 255, .8);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	box-shadow: 0 12px 32px rgba(255, 255, 255, .06);
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.downloads-section .download-card-box {
	width: 70%;
}

.downloads-section .download-card-box li {
	display: flex;
	align-items: flex-start;
}

footer {
	padding: 15px 0;
	background: #142a64;
	color: #cbd5e1;
}

/* RESPONSIVE */
@media (min-width: 992px) {
	.vh-lg-100 {
		height: 100vh !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/* KEY */
	.key-section .panel .col-md-6:first-child .key-people.key-people-left {
		margin-bottom: 3rem;
		position: relative;
	}

	.key-section .panel .col-md-6:first-child .key-people.key-people-right {
		margin-top: 3rem;
		position: relative;
	}	
}
/* Portrait (below 992px wide) */
@media (max-width: 991.98px) and (orientation: portrait) {
  .annual-section {
    height: 50vh;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .annual-section {
    height: 70vh;
  }
}

@media (max-width: 991.98px) {
	/* ANNUAL */
	.annual-section .annual-report-year {
		margin-top: 70px;
	}
	.annual-section {
		height: 70vh;
	}
	/* STRATEGY */
	.strategy-section .strategy-btn a {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	/* HIGHLIGHT */
	.highlights-section .business-right-box {
		margin-top: 30px;
	}
	/* DOWNLOAD */
	.downloads-section .download-card {
		padding: 1.5rem;
		border-radius: 50px;
	}
	.downloads-section .download-card-box {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	/* ANNUAL */
	.annual-section .img-logo {
		width: 100%;
	}
	/* KEY */
	.key-section .key-people {
		position: relative;
		margin-bottom: 1.5rem;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 80% !important;
		display: block;
	}

	.key-section .panel {
		margin-bottom: 2rem;
	}

	/* VALUE */
	.value-section .our-vision {
		border-left: 0;
		display: block !important;
	}

	.value-section .our-vision:before {
		content: "";
		background-color: #000;
		width: 80px;
		height: 1px;
		display: block;
		margin-bottom: 15px;
	}
	.value-section .value02 {
		margin-top: -2rem;
		margin-bottom: 1rem;
	}
	.value-section .value-btn {
		margin-top: -1rem !important;
	}

	/* STRATEGY */
	.strategy-section .strategy-content {
		margin-bottom: 2rem;
	}

	/* HIGHLIGHT */
	.highlights-section .financial-left-box {		
		padding: 1.5rem !important;
	}
	.highlights-section .financial-left-box .financial-inner-content {
		width: 70%;
	}
	.highlights-section .business-right-box {
		padding: 1.5rem !important;
	}
	.highlights-section .business-right-box .business-inner-content {
		width: 70%;
	}
}

@media (max-width: 575.98px) {
	/* KEY */
	.key-section .content {
		margin: 2rem 0;
		text-align: center;
	}

	.key-section .divider-line-blue {
		width: 60%;
	}
}