/*=============================================================
  SUSTAINABILITY
  =============================================================*/
.banner-container.sustainability{
	background-image:url(../images/banner-sustainability.jpg);
	background-size:cover;
	height:400px;
}  
.banner-container.sustainability h1{
	font-size:75px;
	font-weight:900;
	line-height:1.2em;
}
.banner-container.sustainability p{
	font-size:22px;
	font-weight:700;
	line-height:1.5em;
}
.banner-container.sustainability .banner-content{
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 80%;
  max-width: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.sustainability-container{
	padding:50px 0;
}
.sustainability-container h1{
	font-size:26px;
	font-weight:700;
	text-align:center;
}
.sustainability-container h2{
	line-height:1.2em;
}
.sustainability-container p{
	font-size:16px;
	line-height:24px;
	text-align:justify;
}
.sustainability-container ul li{
	font-size:16px;
	line-height:24px;
}

.component-grid{
	display:flex;
	justify-content: space-between;
	margin:40px 0;
}
.component-col{
	width:19%;
}
.component-title{
	width:100%;
	background-color:#ec0928;
	color:#fff;
	text-align:center;
	padding:15px;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	height:110px;
	display:flex;
	flex-direction: column;
  	justify-content: space-between;
	border-radius:10px;
}
.component-title i{
	transition:all 0.5s;
}
.component-title i.active{
	transform: rotate(180deg);
}
.component-content{
	display:none;
	padding:20px 15px;
	background-color:#fff2de;
	border-radius:10px;
}
.component-content p{
	text-align:center;
}

.obj-text h4{
	padding:15px 40px;
	border-radius:10px;
	display:inline-block;
	background-color: #7e0011;
	color:#fff;
	text-align:center;
}

.principles-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:40px auto;
	max-width:900px;
}
.principles-col{
	width:49%;
	margin-bottom:20px;
}
.principles-title{
	width:100%;
	background-color:#ec0928;
	color:#fff;
	text-align:left;
	padding:0 20px;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	height:60px;
	display:flex;
	align-items:center;
  	justify-content: space-between;
	border-radius:10px;
	transition:all 0.5s;
}
.principles-col.red-box .principles-title{
	background-color:#c30908;
}
.principles-col.green-box .principles-title{
	background-color:#01b151;
}
.principles-col.yellow-box .principles-title{
	background-color:#ffc308;
}
.principles-col.blue-box .principles-title{
	background-color:#0000ff;
}
.principles-col:hover .principles-title{
	font-size:22px;
}
.principles-title i{
	transition:all 0.5s;
}
.principles-col:hover .principles-title i{
	opacity:0;
}
.principles-content{
	display:none;
	padding:20px;
	background-color:#fff2de;
	border-radius:10px;
}
.principles-col.red-box .principles-content{
	background-color:#ffecec;
}
.principles-col.green-box .principles-content{
	background-color:#e6ffe9;
}
.principles-col.yellow-box .principles-content{
	background-color:#ffedb8;
}
.principles-col.blue-box .principles-content{
	background-color:#cfe5ff;
}
.principles-content p{
	text-align:left;
}	
.principles-content p strong{
	font-size:18px;
}	

.outcome-grid{
	display:flex;
	justify-content: space-between;
}
.outcome-col{
	width:31%;
	border:#01b151 5px solid;
	border-radius:20px;
	padding:20px 3%;
	text-align:center;
}
.outcome-col p{
	text-align:center;
}
.flexbox{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.grey-box{
	background-color:#f1f1f1;
	padding: 30px 5%;
}
.grey-box.col2{
	width:48%;
}
.governance-chart{
	width:100%;
	max-width:800px;
	margin:0 auto;
	background-image:url(../images/chart-line.png);
	background-position:top -270px center;
	background-repeat:no-repeat;
}
.governance-chart-box{
	font-size:22px;
	font-weight:700;
	color:#fff;
	background-color:#315f2e;
	text-align:center;
	padding:15px 40px;
	height:90px;
	border-radius:10px;
	margin:20px auto;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	max-width:600px;
}
.governance-chart-box span{
	font-size:18px;
	font-weight:400;
}
.governance-chart-box-last{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.governance-chart-box.half{
	width:280px;
	height:70px;
	cursor:pointer;
	display:flex;
	flex-direction: column;
  	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom:0;
	margin-top:40px;
}
.governance-chart-box.half i{
	transition:all 0.5s;
}
.governance-chart-box.half i.active{
	transform: rotate(180deg);
}
.governance-content{
	display:none;
	padding:20px;
	background-color:#e2e3e4;
	border-radius:10px;
	width:280px;
}


.dev-goal{
	width:100%;
	margin:40px 0;
	position:relative;
}
.dev-goal .grid{
	text-align:center;
	position:relative;
	padding:60px 0;
	z-index:1;
}
.dev-goal h2{
	color:#fff;
	font-size:45px;
	font-weight:900;
	line-height:1em;
}
.second-title{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
}
.second-title h2{
	color:#019ddb;
}
.second-title h2 span{
	font-size:50px;
}
.second-title img{
	height:100px;
	margin-left:20px;
}
.sdg-goal2{
	display:flex;
	flex-wrap: wrap;
	max-width:1080px;
	margin:0 auto;
}
.sdg-goal2 img{
	width:160px;
	margin:10px;
}
.sdg-goal2 div{
	color:#fff;
	font-size:32px;
	text-align:left;
	padding:30px;
}
.sdg-goal2 div span{
	font-weight:900;
}
#coverVideo {
 	height:100%;
    width:100%;
	position:absolute;
	top:0;
    display:flex;
    justify-content:center;
    align-items:center;
	z-index:0;
	overflow:hidden;
}
#contentVideo {
	flex:0;
	min-height:120%;
	min-width:120%;
}


.awards-section{
	padding:20px 0;
}
.awards-year-container{
	background:url(../images/award-icon1.png) top center no-repeat;
	padding-top:65px;
	margin-bottom:40px;
	border-bottom:#ec1c2d 4px solid;
}
.awards-year-title{
	width:170px;
	padding:5px;
	background:#fff;
	margin:0 auto;
	margin-bottom:-5px;
}
.awards-year-title h1{
	font-size:48px;
	font-weight:700;
	line-height:6px;
	text-align:center;
	color:#ec1c2d;
	background:#FFF;
}
.awards-listing-container{
	padding:0;
}
.awards-listing{
	position:relative;
	padding: 0 20px;
	text-align:center;
	min-height:300px;
	border-right:#ccc 1px solid;
}
.awards-listing.text-only{
	min-height:150px;
}
.awards-listing:first-child{
	border-left:#ccc 1px solid;
}
.awards-listing h1{
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
}
.awards-listing p{
	font-size:16px;
	font-weight:400;
	margin:0;
}
.layer-white{
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/zoom-in.png) center no-repeat;
	background-color:rgba(255, 255, 255, 0.8);
	background-size:15%;
	z-index:99;
	opacity:0;
	transition: ease-in .3s;
}
.awards-listing a:hover .layer-white{
	opacity:1;
}
.awards-listing a{
	text-decoration:none;
	color:#000;
}
.awards-listing-logo{
	position:relative;
	min-height:190px;
}
.awards-listing-logo img {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
}

.esg-focus-tab{
	display:flex;
	margin:40px 0 0 0;
}
.esg-focus-tab > div{
	width:33.33%;
	height:450px;
	background-size:cover;
	background-position:center;
	padding:30px 5%;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	position:relative;
	cursor:pointer;
}
.esg-focus-tab > div:after{
	content:"";
	position:absolute;
	background-color:#000;
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0.4;
	transition:all 0.5s;
}
.esg-focus-tab > div:hover:after, 
.esg-focus-tab > div.active:after{
	opacity:0;
	width:0%;
	height:0%;
}
.esg-focus-tab > div:before{
	content:"";
	position:absolute;
	width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 50px solid #fff;
	  bottom:-40px;
	  opacity:0;
	transition:all 0.5s;
	z-index:101;
}
.esg-focus-tab > div.env-tab.active:before{
	border-top: 50px solid #01b151;
	opacity:1;
}
.esg-focus-tab > div.social-tab.active:before{
	border-top: 50px solid #ffc308;
	opacity:1;
}
.esg-focus-tab > div.gov-tab.active:before{
	border-top: 50px solid #0000ff;
	opacity:1;
}
.esg-focus-tab > div h2{
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
	z-index:100;
}
.esg-focus-content > div{
	margin:60px 0 0px 0;
	position:relative;
	padding:50px 5%;
}
.esg-focus-content > div:before{
	content:"";
	position:absolute;
	border:#000 2px solid;
	border-radius:40px 40px 0 0;
	width:100%;
	height:80px;
	border-bottom:none;
	left:0;
	top:0;
}
.esg-focus-content > div:after{
	content:"";
	position:absolute;
	border:#000 2px solid;
	border-radius:0 0 40px 40px;
	width:100%;
	height:80px;
	border-top:none;
	left:0;
	bottom:0;
}
.sdg-goal{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}
.sdg-goal img{
	width:120px;
	margin:5px;
}

.outcome-box{
	background-color:#f1f1f1;
	border-radius:20px;
	padding:20px 5%;
	text-align:center;
	font-size:20px;
	font-weight:700;
}

.priorities-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.priorities-col{
	width:32.33%;
	margin-bottom:20px;
}
.priorities-col.col4{
	width:24%;
	margin-bottom:20px;
}
.priorities-title a{
	width:100%;
	background-color:#01b151;
	color:#fff;
	text-align:left;
	padding:0 20px;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	height:60px;
	display:flex;
	align-items:center;
  	justify-content: space-between;
	border-radius:10px;
	transition:all 0.5s;
	text-decoration:none;
}
.priorities-grid.green .priorities-title a{
	background-color:#01b151;
}
.priorities-grid.green .priorities-title a:hover{
	background-color:#038b41;
}
.priorities-grid.yellow .priorities-title a{
	background-color:#ffc308;
}
.priorities-grid.yellow .priorities-title a:hover{
	background-color:#e4ae02;
}
.priorities-grid.blue .priorities-title a{
	background-color:#0000ff;
}
.priorities-grid.blue .priorities-title a:hover{
	background-color:#0000cb;
}
a.highlight, a.highlight:link {
  color: black;
  text-decoration: none;
  background-position-y: -0%;
  background-image: linear-gradient( white 50%, #01b151 50%);
  transition: background 500ms ease;
  background-size: 2px;
  background-size: auto 175%;
}
a.highlight.yellow, a.highlight.yellow:link {
  background-image: linear-gradient( white 50%, #ffc308 50%);
}
a.highlight.blue, a.highlight.blue:link {
  background-image: linear-gradient( white 50%, #0000ff 50%);
}
a.highlight:hover {
  background-position-y: 100%;
}
a.highlight.blue:hover {
  color:#fff;
}

ul.policies-list{
	padding:30px 5%;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	background-color:#e8e8ff;
	border-radius: 20px;
}
ul.policies-list li{
  	padding: 0;
  	margin: 5px;
  	list-style: none;
	text-align:center;
}
ul.policies-list li a{
	display:block;
	color:#2c3e50;
	padding:5px 15px;
	text-decoration:none;
	transition:all 0.5s;
}
ul.policies-list li a:hover{
	color:#fff;
	background-color:#2c3e50;
}
ul.square-list li{
	list-style:circle !important;
}

.comm-projects-container{
	background:#fff;
	padding:0;
	width:100%;
	margin:0;
	text-align:center;
	
}
.comm-projects-container p{
	color:#333;
	line-height:30px;
	margin:0 0 20px 0;
	text-align:center;
	width:100%;
}
.comm-projects-container p.highlight{
	color:#fff;
	padding:10px 20px;
	background-color:#000;
	display:inline-block;
	margin:0 auto;
}
.comm-projects-container hr{
	border-color:#FFF;
	margin:25px 0;
}
.comm-projects{
	text-align:center;
	padding:0;
	margin:0;
}
.comm-projects li{
	list-style:none;
	display:inline-block;
	*display:inline;
	margin:0;
	padding:0;	
	width:49%;
	vertical-align:top;
}
.comm-projects p{
	position:absolute;
	padding:0 60px;
	text-align:left;
	top:220px;
	left:0;
	opacity:0;
	transition:ease-in-out 0.3s;
	z-index:3;
}
.comm-projects .yk-container:hover p{
	opacity:1;
}
.comm-projects .ps-container:hover p{
	opacity:1;
}

.yk-container{
	position:relative;
	width:100%;
	height:450px;
	background:url(../images/banner-yayasan-kossan.jpg) #fff left no-repeat;
	background-size:cover;
}
.yk-container .yk-logo{
	position:absolute;
	top:0;
	right:60px;
	z-index:2;
}
.ps-container{
	position:relative;
	width:100%;
	height:450px;
	background:url(../images/banner-project-smile.jpg) #fff left no-repeat;
	background-size:cover;
}
.ps-container .ps-logo{
	position:absolute;
	top:0;
	right:60px;
	z-index:2;
}
.comm-white-bg{
	position:fixed;
	background:rgba(255, 255, 255, 0);
	width:100%;
	height:100%;
	transition:ease-in-out 0.3s;
	z-index:1;
}
.comm-projects a:hover .yk-container .comm-white-bg{
	background:rgba(255, 255, 255, 0.7);
}
.comm-projects a:hover .ps-container .comm-white-bg{
	background:rgba(255, 255, 255, 0.87);
}


.float-left{
	float:left;
}

.float-right{
	float:right;
}
.red{
	color:#ec1c2d;
}

	



/*========================================
  Light Box
  ========================================*/
  .lightbox-popup{
	  width:100%;
	  max-width:600px;
	  padding:40px;
	  overflow:auto;
	  background:#fff;
  }
  .lightbox-popup h1 {
	  font-size:20px;
	  line-height:24px;
	  font-weight:700;
  }
  .lightbox-popup h4 {
	  font-size:22px;
  }
  .lightbox-popup p,
  .lightbox-popup ol li,
  .lightbox-popup ul li {
	  font-size:16px !important;
	  line-height:20px !important;
  }
  .lightbox-popup ul li {
	  list-style:disc;
	  margin: 0 0 0 -5px !important;
	}
  .lightbox-popup li li {
	  list-style:disc;
	  margin: 0 0 0 -20px !important;
	}
	.lightbox-popup ol li {
	  margin: 0 0 0 -5px;
	}
  .lightbox-popup .btn-link{
	  background:#333;
	  padding:10px 0;
	  margin-bottom:30px;
	  font-size:16px;
	  font-weight:700;
	  color:#fff;
	  text-align:center;
  }
  .lightbox-popup .btn-link:hover{
	  background:#000;
  }
  .lightbox-popup a{
	  text-decoration:none;
  }
  .lightbox-popup img{
  }
  .lightbox-popup img.photo{
	  float:left;
	  margin:15px 30px 15px 0;
  }




@media (max-width:1279px){
	.component-title{
		height:125px;
	}
	.esg-focus-tab > div h2{
		font-size:28px;
	}
	.priorities-col{
		width:49%;
		margin-bottom:15px;
	}
	.priorities-col.col4{
		width:49%;
		margin-bottom:15px;
	}
	.priorities-title br{
		display:none;
	}
	.sdg-goal2{
		max-width:900px;
	}
	.sdg-goal2 img{
		width:130px;
	}
	.sdg-goal2 div{
		font-size:32px;
		padding:30px;
	}
	#contentVideo {
		min-height:140%;
		min-width:140%;
	}
}
@media (max-width:1023px){
	.dev-goal h2{
		font-size:30px;
	}
	.second-title h2 span{
		font-size:33px;
	}
	.second-title img{
		height:64px;
		margin-left:15px;
	}
	.sdg-goal2{
		max-width:720px;
	}
	.sdg-goal2 img{
		width:100px;
	}
	.sdg-goal2 div{
		font-size:24px;
		padding:15px;
	}
	#contentVideo {
		min-height:220%;
		min-width:220%;
	}
}
@media (max-width:800px){
	.banner-container.sustainability{
		height:300px;
	}  
	.banner-container.sustainability h1{
		font-size:55px !important;
	}
	.banner-container.sustainability p{
		font-size:20px;
	}
	.banner-container.sustainability .banner-content{
		margin-top:0;
		position: absolute;
	}
	.awards-listing{
		border-right:none;
		border-top:#ccc 1px solid;
		padding: 0 10px 30px 10px;
		min-height:auto;
	}
	.awards-listing:first-child{
		border-left:none;
		border-top:none;
	}
	.awards-listing.text-only{
		min-height:auto;
		padding:30px 10px;
	}
	.layer-white{
		background-size:8%;
	}
	.awards-section hr{
		margin:0;
	}
	.component-grid{
		display:block;
	}
	.component-col{
		width:100%;
		margin-bottom:10px;
	}
	.component-title{
		height:auto;
		flex-direction: row;
		text-align:left;
	}
	.component-title br{
		display:none;
	}
	.outcome-grid{
		display:block;
	}
	.outcome-col{
		width:100%;
		margin-bottom:20px;
	}
	.grey-box.col2{
		width:100%;
		margin-bottom:20px;
	}
	.esg-focus-tab > div h2{
		font-size:22px;
	}
	.sdg-goal img{
		width:100px;
	}
	.sdg-goal2{
		max-width:600px;
	}
}
@media (max-width:600px){
	.banner-container.sustainability{
		height:250px;
	}  
	.banner-container.sustainability h1{
		font-size:36px !important;
	}
	.banner-container.sustainability .banner-content{
		width:90%;
	}
	.yk-container .yk-logo{
		left:50%;
		right:auto;
		margin-left:-110px;
	}
	.ps-container .ps-logo{
		left:50%;
		right:auto;
		margin-left:-110px;
	}
	.comm-projects p{
		font-size:14px;
		line-height:22px;
	}
	.principles-col{
		width:100%;
		margin-bottom:10px;
	}
	.governance-chart{
		background-position:top 5px center;
		background-size:300px auto;
	}
	.governance-chart-box{
		font-size:18px;
		padding:15px 5%;
		height:90px;
	}
	.governance-chart-box span{
		font-size:16px;
	}
	.governance-chart-box.half{
		width:165px;
		height:60px;
		margin-top: 20px;
	}
	.governance-content{
		padding:20px 10px;
		width:165px;
	}
	.esg-focus-tab > div{
		height:350px;
		display:block;
	}
	 .esg-focus-tab > div h2{
    	font-size: 28px;
    	transform: rotate(-90deg) translateX(40%) translateY(-80%);
		top: 80%;
	}
	.esg-focus-tab > div:before{
		left: 50%;
  		transform: translateX(-45%) scale(0.8);
	}
	.sdg-goal img{
		width:90px;
	}
	.priorities-col{
		width:100%;
		margin-bottom:10px;
	}
	.priorities-col.col4{
		width:100%;
		margin-bottom:10px;
	}
	.dev-goal h2{
		font-size:20px;
		margin-bottom:0;
	}
	.second-title{
	  margin-bottom:10px;
	}
	.second-title h2 span{
		font-size:22px;
	}
	.second-title img{
		height:40px;
		margin-left:15px;
	}
	.sdg-goal2 img{
		width:100px;
		margin: 6px;
	}
	.sdg-goal2{
		max-width:336px;
	}
	.sdg-goal2 div{
		font-size:15px;
		padding:10px;
		width:220px;
	}
	.sdg-goal2 div br{
		display:none;
	}
	#contentVideo {
		min-height:380%;
		min-width:380%;
	}
}
@media (max-width:500px){
	.layer-white{
		background-size:15%;
	}
	.lightbox-popup{
		padding:40px 20px;
	}
}
@media (max-width:500px){
	  .img-project-smile{
		  float:none !important;
		  margin:0 auto !important;
	  }
	  .img-project-smile img{
	  }
	  
}
@media (max-width:360px){
	.comm-projects p{
		font-size:13px;
		line-height:18px;
	}
}




	
	
	


/*========================================
  Responsive
  ========================================*/
@media (max-width:900px){
	ul.sustainability-icon li{
		padding:0 10px;
	}
}
@media (max-width:800px){
	
	ul.sustainability-icon li{
		padding:0;
	}
	.banner-container.sustainability h1{
		font-size:30px;
		line-height:38px;
	}
}

@media screen and (orientation:landscape) and (max-height:600px){
	
}

