/*==== ESG Normalize Style ====*/
ul li{
	list-style: disc;
	padding-bottom: 10px;
}
h5,
a.btn-download{
	font-weight: 600;
	text-decoration: none;
}

/* p:last-child{
	margin-bottom: 0;
}
 */
.section{
	padding: 35px 0;
}
 .section_title{
  font-size: 24px;
}
.text_green{
	color: #64be00;
}
.imgCenter {
	display:block;
	margin:0 auto;
}
.text-center{
	text-align: center;
}
.container_wrap{
	max-width: 1320px;
    margin: 0 auto;
}
.bg-pale-grey{
	background-color: #f9f9f9;
}

.section.bg-pale-grey{
	margin: 25px 0;
	padding: 25px 50px;
}
.free_text{
	line-height: 2.0;
	padding-bottom: 35px;
}
.sub_title{
	padding-bottom: 15px;
}

/*custom css*/
.col-offset-2 {
	margin-bottom: 24px;
}

/*=== Strategic Direction ====*/
	.list_container .row .link_box_grup{
		display: flex;
		align-items: stretch;
		flex-direction: row;
		position: relative;
		margin-bottom: 30px;
	}
	.list_container .link_box{
		margin-bottom: 40px;
		width: 50%;
		padding: 0 13px;
	}
	.list_container .link_box a{
		color: #010101;
	}
	.list_container .link_box h5{
		margin: 20px 0 10.5px 0;
		font-size: 20px;
		line-height: 1.0;
	}
	.list_container .link_box .link_img_wrap{
		width: 100%;
		overflow: hidden;
	}
	.list_container .link_box .description
	{
		margin: 12px 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.list_container.strategic .link_box .description
	{
		min-height: 150px;
	}
	.list_container.responsible_business .link_box .description{
			min-height: 130px;
		}
	.list_container.sustainability .link_box .description{
		min-height: 120px;
	}

	.list_container .link_box span{
		margin: 10px 0;
		color:#64be00 ;
		cursor: pointer;
		font-size: 15px !important;
		font-weight: 400;
	}


	/* link_box hover*/
	.list_container .link_img_wrap img{
		width: 100%;
		height: auto;
		transition: 0.2s all ease-in-out;
	}
	.list_container .link_box a:hover .link_img_wrap img{
		height: auto;
		transform: scale(1.15);
	}
	.list_container .link_box a:hover,
	.list_container .link_box a:hover h5{
		color: #6CBE45;
	}
	.list_container .link_box a:hover span:after{
	    margin-left: 24px;
	}
	.list_container .link_box span:after{
		font-family: FontAwesome;
	    margin-left: 10px;
	    color: #64be00;
	    content: "\f105";
		transition: 0.2s all ease-in-out;
	} 

/*==== Performance Highlights ====*/
	.performance_highlights .tab_nav .nav-tabs{
	  margin:20px 0;
	}
	.performance_highlights .tab_nav .nav-tabs li{
	  font-size: 15px;
	}
	.performance_highlights .tab-content{
	  padding: 20px 0 0 0;
	}
	.performance_highlights .tab-content .text_area{
	  display: flex;
	  align-items: center;
	  flex-direction: row;
	}
	.performance_highlights .tab-content .text_area .text{
	  width:52%;
	  padding: 0 4% 0 0;
	}
	.performance_highlights .tab-content .text_area .text .esg_main_ul_wrap{
	  margin-bottom: 15px;
	}
	.performance_highlights .tab-content .text_area .text .esg_main_ul_wrap p{
		margin-bottom: 6px;
	}
	.performance_highlights .tab-content .text_area .text .esg_main_ul_wrap .esg_main_ul{
		padding: 0 16px;
	}
	.performance_highlights .tab-content .text_area .img_area{
	  width:48%;
	}
	.performance_highlights .tab-content .text_area .img_area img{
	  width: 100%;
	  height: auto;
	}
	.achievement_items_wrap{
	  background-color: #e9f6dc;
	  margin: 40px 0 0 0;
	  padding: 20px 25%;
	  position: relative;
	  left: 50%;
	  transform: translate(-50%, 0
	  );
	  width: 150%;
	  display: flex;
	  align-items: flex-start;
	  flex-direction: row;
	  justify-content: space-around;
	}
	.achievement_items_wrap .achievement_item{
	  width: 25%;
	  text-align: center;
	  margin: 1% 0;
	}
	.achievement_items_wrap .achievement_item .rate{
	  font-size: 24px;
	  font-weight: 500;
	  color: #64bd00;
	  line-height: 1;
	}
	.achievement_items_wrap .achievement_item .rate span{
	  font-size: 60px;
	  font-weight: 600;
	}
	

/*==== Honors ====*/
	.honors .section .honors_slide{
		margin-top: 2%;
		padding: 0 40px;
	}
	.honors_small_teaser{
		position: relative;
		margin:0 20px;

	}
	.honors_slide .honors_small_teaser .honors_img{
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.honors_slide .honors_small_teaser .honors_img img{
		width: 100%;
		height: auto;
	}

	.honors_slide .honors_small_teaser .overlay{
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		background-color:#83cc34;
		overflow:hidden;
		width:100%;
		height:0;
		transition:.4s ease;
	}

	.honors_slide .honors_small_teaser:hover .overlay {
		height:100%;	
	}

	.honors_slide .honors_small_teaser .overlay .description {
		position:absolute;	
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);	
	}
	.honors_slide .honors_small_teaser .overlay .description p {
		text-align:left;
		color:#ffffff;	
	}
	.honors .section .honors_slide ul.slick-dots{
		bottom: -60px;
		margin-left: -40px;
	}




/*==== RWD  ====*/
@media screen and (max-width: 1300px){
	.container_wrap{
		padding: 0 10px;
	}
}
@media screen and (max-width: 1200px){
	.list_container.strategic .link_box .description{
		min-height: 165px;
	}
	.list_container.responsible_business .link_box .description{
		min-height: 150px;
	}
	.list_container.sustainability .link_box .description{
		min-height: 135px;
	}
}
@media screen and (max-width: 992px){
	.list_container.responsible_business .link_box .description,
	.list_container.strategic .link_box .description{
		min-height: 190px;
	}
	.list_container.sustainability .link_box .description{
		min-height: 165px;
	}

}
@media screen and (max-width: 767px){
	.section{
		padding: 25px 0;
	}
	/* .container_wrap .container{
		margin-top: 20px;
	} */
	.list_container .row .link_box_grup{
		flex-direction: column;
		margin-bottom: 0;
	}
	.list_container .link_box{
		width: 100%;
	}
	.list_container .link_box span{
		position: relative;
	}
	.list_container.strategic .link_box .description,
	.list_container.responsible_business .link_box .description,
	.list_container.sustainability .link_box .description
	{
		min-height: auto;
	}
	.list_container .link_box h5{
		/* font-size: 16px; */
		margin: 20px 0 ;
	}
	/* Performance Highlights */	
	.performance_highlights .tab-content .text_area{
		flex-direction: column;
	}
	.performance_highlights .tab-content .text_area .text{
		width: 100%;
		padding: 0 0 3% 0;
	}
	.performance_highlights .tab-content .text_area .img_area{
		width: 100%;
	}
	.achievement_items_wrap{
		justify-content: space-between;
	}
	.achievement_items_wrap .achievement_item{
		width: 30%;
	}
	.achievement_items_wrap .achievement_item .rate span{
		font-size: 30px;
	}
}

@media screen and (max-width: 640px){
	.section.bg-pale-grey{
		padding: 10px 25px;
	}
	/* Performance Highlights */
	.performance_highlights .tab_nav .nav-tabs>li{
		margin: 0 10px;
	}
	.achievement_items_wrap{
		flex-direction: column;
	}
	.achievement_items_wrap .achievement_item{
		width: 100%;
		margin-bottom: 5%;
	}
	.honors .section .honors_slide{
		padding: 0 20px;
	}
	.honors .section .honors_slide ul.slick-dots{
		margin-left: -20px ;
	}

}
@media screen and (max-width: 400px){
	.list_container .link_box .description,
	.list_container .link_box h5{
		margin: 15px 0 ;
	}
}

@media screen and (min-width: 1920px){
	.achievement_items_wrap{
		padding: 20px 45%;
    	width: 200%;
	}
}
@media screen and (min-width: 2400px){
	.achievement_items_wrap{
		padding: 20px;
		width: 100%;
	}
}
