html {
    height: 100%;
	overflow-x: hidden;
	margin: 0;
    padding: 0}

body{overflow-x: hidden;}


@media (max-width: 800px) {
  html, body {
  overflow-x: hidden!important;
  }}


/*===  APICAL color theme  ===*/ 
.apical-green{ color: #006227!important;} 
.apical-lgreen{ color: #71a141!important;}
.apical-lgreen2{ color: #33b44a!important;}
.apical-purple{ color: #886b87!important;}
.apical-purple2{color: #911158!important}
.apical-grey{ color: #939598!important;}
.apical-blue{ color: #006ab6!important;}
.apical-lblue{ color: #2395CE!important;}
.apical-orange{ color: #F99D28!important;} 
.apical-black{color: #000000!important}
.bg-blue{background-color: #00a3e6!important;}
.bg-lgreen{background-color: #e6f3e3!important; }
.bg-lgreen2{background-color: #e9f0e3!important;}

h1,h2,h3,h4,h5{color: #939598; font-weight: 700!important;}
.text-justify{text-align: justify!important;}
a{text-decoration: none!important;color: white!important;}
p{margin-bottom: 0px!important;}
.font-weight-bold{font-weight: 700!important}
.font-weight-black{font-weight: 900!important}

#highlights p{line-height: 13pt;}


@font-face {
  font-family: 'DINPro-CondBlack';
	src: url('../font/DINPro-CondBlack.otf') format('opentype');}

p {font-family:  "Nunito Sans", sans-serif!important;}

.title{font-family: "DINPro-CondBlack",sans-serif!important;
	color: #006227!important;
	font-size: 3rem!important;
	line-height: .9;}
@media (max-width:767.98px){
.title{
	font-size: 2.5rem!important}	}


/*===  Margin Padding - Spacing  ===*/ 
.content-section{
	padding: 200px 200px;}

.content-section-2030{
	padding: 200px 200px;}
@media (max-width:991.98px){.content-section{
	padding: 50px 15px;}
.content-section-2030{
	padding: 50px 10px;}}


.scroll-indicator-controller {
  position: fixed;
  top: 50vh;
  transform: translate(0, -50%);
  right: 10px;
  z-index: 999;}

.scroll-indicator-controller.indi-mobile > div span {
  display: none;}

@media (min-width: 1025px) {
  .scroll-indicator-controller {
    right: 20px;
  }
}
.scroll-indicator-controller > div {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #faa634;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: background 0.4s ease;
  will-change: transition;}

.scroll-indicator-controller > div span {
  color: #faa634;
  position: absolute;
  right: calc(100% + 8px);
  white-space: nowrap;
  top: 50%;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
  transition: all 0.4s ease;
  will-change: transition;}

@media (hover: none) {
  .scroll-indicator-controller > div span {
    display: none;
  }}

.scroll-indicator-controller > div span:after {
  content: "-----";
  padding-left: 5px;
  letter-spacing: -2px;
  font-family: arial, sans-serif;
  vertical-align: text-top;
  line-height: 14px;}

@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scroll-indicator-controller > div:hover span {
    width: auto;
    opacity: 1;
    overflow: visible;
    transform: translateY(-50%) translateX(0px); }}

.scroll-indicator-controller > div.active {
  background: #faa634;
  border-color: rgba(0, 0, 0, 0.25);}

@supports (-ms-ime-align:auto) {
  .scroll-indicator-controller > div span {
    transition: opacity 0.4s ease;}}


/*===  Menu Navigation  ===*/ 

/*** Navbar ***/
.navbar-dark{
	background-color: #fff!important;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.21);}

.fixed-top {
    transition: .5s;}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);}

.navbar .navbar-nav .nav-link {
	font-size: 16px;
	line-height: 1rem;
    margin-right: 10px;
    padding: 18px 11px;
    color: #006227!important;
    font-weight: 500;
    outline: none;}

@media (max-width: 1279.9px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 10px;;}}	
	
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	 color:#F99D28!important;
	transition: 0.3s;
	font-weight: 700;}

.navbar .navbar-nav .nav-link:after{
	position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 0%;
	  content: '.';
	  color: transparent;	 
	  height: 2px;}

.navbar .navbar-nav .nav-link:hover:after{width: 100%;}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);}
	
    .navbarW.navbar-nav .nav-link {
        padding: 10px 0;  }}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 98, 39, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
	color: #006227!important;}

.navbar-dark .navbar-toggler {
  color: #006227!important;
	border-color: #006227!important;}

.btn-outline-primary {
    color: #F99D28!important;
    border-color: #F99D28!important;}

.btn-outline-primary:hover {
    color: #000!important;
    border-color: #006227!important;}

.btn:hover {
	text-decoration: none!important;
	background-color: #006227!important;
	color: #fff!important;
    border-color: #006227!important;}


/*===============================================*/
/* Header */
/*===============================================*/
@media (max-width:991.98px){ #scene {
 height: 90vh!important;
	}}

/*===============================================*/
/* Rationale */
/*===============================================*/
.rationale{
	font-size: 1.2rem!important;
	text-align: justify!important;}

/*===============================================*/
/* President's Statement */
/*===============================================*/
.green-bold{
	font-size: 1.5rem!important;
	font-weight: bold;
	color: #006227!important;
line-height: 1.35!important;}
@media (max-width:991.98px){.green-bold{
	font-size: 1.2rem!important;}}

.btn-apical {
 display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 0.725rem;
  letter-spacing: 0.2em;
  color: #006227!important;
  border-radius: 0;
  padding: 15px 30px 15px;
  transition: all 0.7s ease-out;
  background: linear-gradient(270deg, rgba(0,98,39,1), rgba(79,170,115,1), rgba(242,99,39,0), rgba(34,34,34,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.2rem 0 0.5rem;
  border: none;
  border: 2px solid #006227;}

.btn-apical:hover {
  color: #fff!important;
  background-position: 99% 50%;}

/* President's Message Background Image */
#president{
	background-image: url("../image/president-bg-01.jpg");
	background-repeat: no-repeat!important;
	background-position: center right!important;}

@media (max-width:767.98px){
	#president{
	background-image: url("../image/president-bg-mobile-01.jpg");
	background-repeat: no-repeat!important;
	background-position: top right!important;}}


/*===============================================*/
/* 2023 HIGHLIGHTS */
/*===============================================*/

.btn-view-more{
	position: absolute;
 	top:42%;
	right: 37%;
	color: #fff;
	font-weight: bold!important;
	background-color: #006227;
	padding: 10px 15px;
	border-radius: 4px;}

@media (max-width:991.98px){
	.btn-view-more{
		top:38%;
	right: 32%;}}
@media (max-width:767.98px){
	.btn-view-more{
		top:38%;
	right: 32%;}}
@media (max-width:575.98px){
	.btn-view-more{
		top:42%;
	right: 38%;}}

.btn-view-more:hover{
	background-color:  #F99D28!important;;}


.tc-flipbox-wrap img 
{width: 100%;}
.tc-flipbox-wrap 
{display: block;text-align: center;position: relative;margin-bottom: 30px;-webkit-perspective: 1000px;perspective: 1000px;}
.tc-flipbox-wrap .front-part, .tc-flipbox-wrap .back-part 
{height: 100%;margin-bottom: 0;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: 700ms;transition: 700ms; max-width: 100%;}
.tc-flipbox-wrap .front-part 
{/*z-index: 9;*/-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden; height: 100%;}
.tc-flipbox-wrap .back-part 
{position: absolute;top: 0;width: 100%; background-color: #AFAFAF;/*z-index: -1;*/}


.tc-flipbox-wrap .horizontal-flip-left .front-part {
	-webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg);transform: rotateY(0deg);}

.tc-flipbox-wrap .horizontal-flip-left:hover .front-part {
	-webkit-transform: rotateY(180deg);-ms-transform: rotateY(180deg);transform: rotateY(180deg);}

.tc-flipbox-wrap .horizontal-flip-left .back-part {
	z-index: 1;
	-webkit-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);transform: rotateY(-180deg);}

.tc-flipbox-wrap .horizontal-flip-left:hover .back-part {
	z-index: 1;
	-webkit-transform: rotateY(0deg);-ms-transform: rotateY(0deg);transform: rotateY(0deg);}


/*===============================================*/
/* Apical2030 Highlights */
/*===============================================*/


.img2030{
	width: 500px!important;
	height: auto;}
@media (max-width:767.98px){
	.img2030{
	width: 200px!important;
	height: auto;}}

.table thead{
	background-color: #006227!important;
	color: #fff;}

.table .border-radius{
	border-color: #fff!important;
    border-style: solid!important;
    border-width: 2px!important;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;}

tbody, td, tfoot, th, thead, tr {
    border-color: #fff!important;
    border-style: solid!important;
    border-width: 2px!important;}

td li span{
	position: relative;
  	left:20px;}

.nav-link-1.active {
    background-color: #FFEDD8!important;}
.nav-link-2.active {
    background-color: #F5F9EA!important;}
.nav-link-3.active {
    background-color: #E3ECF7!important;}
.nav-link-4.active {
    background-color: #EBDDE2!important;}

.nav-link-1, .nav-link-2, .nav-link-3, .nav-link-4{padding: 10px 0;}

@media (max-width:767.98px){
	.nav-link-1 img, .nav-link-2 img, .nav-link-3 img, .nav-link-4 img{height:35px!important; width: auto;}
	.table>:not(caption)>*>* {padding: .5rem .25rem!important;}
	}

.nav-link-1:hover{background-color:#FFEDD8!important;}
.nav-link-2:hover{background-color:#F5F9EA!important;}
.nav-link-3:hover{background-color:#E3ECF7!important;}
.nav-link-4:hover{background-color:#EBDDE2!important;}

.bg-orange	{background-color: #FFEDD8!important;}
.bg-green	{background-color: #F5F9EA!important;}
.bg-blue	{background-color: #E3ECF7!important;}
.bg-purple	{background-color: #EBDDE2!important;}

.dot-green	{font-size: 38px; color: #006227;}
.dot-orange	{font-size: 38px; color: #F99D28;}
.dot-blue	{font-size: 38px; color: #2395CE;}

.pillar-tab{
	margin-top: 1.5px;
	padding: 7px; background-color: #F99D28!important;
	color: #fff; font-weight: bold; -webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;}
ul{
    list-style-position: outside!important;
    padding-left: 1rem!important;}

ul .no-bullet{  list-style-type: none!important;
padding-left: 0!important;}




/*===============================================*/
/* Our Approach to Sustainability */
/*===============================================*/
.img-parallax{
  background-image: url("../image/approach.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

@media (max-width:767.98px){
	.img-parallax{
  background-image: url("../image/approach-mobile.jpg");
 max-height: 200px!important;
		width: 100%!important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}}

/* Accordion */
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;}

.accordion-button:focus {
    z-index: 3;
    border-color: none!important;
    outline: 0px;
    box-shadow: rgba(249, 157, 40, 0.25) 0px 0px 0px 0.25rem;}

.P1:not(.collapsed) {
	font-size: 18px;
	font-weight: 700!important;
    color: #fff!important;
    background-color: #F99D28!important;;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);}
.P2:not(.collapsed) {
	font-size: 18px;
	font-weight: 700!important;
    color: #fff!important;
    background-color: #49783D!important;;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);}
.P3:not(.collapsed) {
	font-size: 18px;
	font-weight: 700!important;
    color: #fff!important;
    background-color: #2395CE!important;;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);}
.P4:not(.collapsed) {
	font-size: 18px;
	font-weight: 700!important;
    color: #fff!important;
    background-color: #911158!important;;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);}

.accordion-body-1{
	background-color: #FFEDD8!important;
	padding: 1.5rem 1.5rem;}
.accordion-body-2{
	background-color: #F5F9EA!important;
	padding: 1.5rem 1.5rem;}
.accordion-body-3{
	background-color: #E3ECF7!important;
	padding: 1.5rem 1.5rem;}
.accordion-body-4{
	background-color: #EBDDE2!important; 
	padding: 1.5rem 1.5rem;}

/* Arrow Button */
.accordion-button::after {
    content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
 }



/*===============================================*/
/* Download */
/*===============================================*/
/*--------------------------------------------------------------
# download
--------------------------------------------------------------*/

.download .dl {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}

.download .dl .dl-img {
  position: relative;
  overflow: hidden;}

.download .dl .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: #006227;}

.download .dl .social a {
	color: #fff!important;	
	font-weight: 600;
  transition: color 0.3s;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;}

.download .dl .social a:hover {
  color: #F99D28!important; 
	font-weight: 600;}

.download .dl .social i {
  font-size: 18px;
  margin: 0 2px;}

.download .dl .dl-info {
  padding: 25px 15px;}

.download .dl .dl-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;}

.download .dl .dl-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;}

.download .dl .dl-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;}

.download .dl:hover .social {
  opacity: 1;}

a {
	cursor: pointer;
  transition: all 200ms linear;}

a:hover {
	text-decoration: none!important;}

.link {
  color: #c4c3ca;}

.link:hover {
  color: #faa634;}

.over-hide {
  overflow: hidden;}

.size-22{
  font-size: 22px;}

.section{
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;}

.full-height{
  min-height: 100vh;}

.float-right {
    float: right!important;}

*, ::after, ::before {
    box-sizing: border-box;}

.logo {
	position: fixed;
	top: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;}

.logo img {
	height: 26px;
	width: auto;
	display: block;}




/*===============================================*/
/*  FOOTER	 						    	 */
/*===============================================*/

#footer a{
    color: #005d26!important;}

#footer a:hover{
    color: #f8a523!important;}
.hr-footer{margin: 0px!important;color: #fff;}




