/*==== ESG Main ====*/
ul li{
	list-style: disc;
	padding-bottom: 10px;
}
h4,
a.btn-download{
	font-weight: 600;
	text-decoration: none;
}
p{
	line-height: 2.0;
}
/* p:last-child{
	margin-bottom: 0;
}
 */
.text_green{
	color: #64be00;
}
.imgCenter {
	display:block;
	margin:0 auto;
}
.text-center{
	text-align: center;
}
.container_wrap{
	max-width: 1200px;
    margin: 0 auto;
}
.bg-pale-grey{
	background-color: #f9f9f9;
}
.section{
	padding: 25px 0;
}
.section.bg-pale-grey{
	margin: 25px 0;
	padding: 25px 50px;
}
.free_text{
	line-height: 2.0;
	padding-bottom: 35px;
}
.sub_title{
	/* padding-bottom: 15px; */
}

/*==== Sustainability With Description ====*/
.sustainability_header img{
	height: auto;
	width: 100%;
}
/*==== 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 h4{
	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 h4{
	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;
} 
/*==== CEO Message ====*/
.ceo_img img{
	width:100%;
	max-width: 700px;
}
.ceo_sign{
	margin-top: 40px;
	text-align: left;
	font-size: 16px;
}
.ceo_sign img{
	width: 30%;
	display: block;
}

/*==== Environment ====*/
.environment_img img{
	width: 100%;
	margin-bottom: 30px ;
}
.environment_content{
	padding: 10px 50px;
}
.environment_ol{
	padding-left: 40px;
	line-height: 2.5rem;
}

.environment_ol li{
	padding-bottom: 10px;
}

/*==== Social ====*/
.social_img{
	width: 80%;
	padding-bottom: 20px;
}

/*==== Governance ====*/
.governance_img{
	width: 80%;
	height: auto;
}
.governance_ul{
	padding: 0 16px;
}
.governance_ul li{
	line-height: 2.5rem;
}
.governance_ul_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 30px;
}
.governance_ul_flex li{
	width: 30%;
}
.governance_img_stakeholder{
	width: 100%;
	max-width: 1200px;
}

/*==== CSR Overview ====*/
.sdg_logo{
	width: 60%;
	max-width: 600px;
}
.csr_accordion .panel_wrap{
  	margin-top: 5px;
}

.csr_accordion .panel_wrap .link {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
  	cursor: pointer;
  	-webkit-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}

.csr_accordion .panel_wrap .link .panel_title{
	color: #64be00;
	margin-bottom: 0;
}
.csr_accordion .panel_wrap .link:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 32px;
    color: #64be00;
    line-height: 100px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}

.csr_accordion .panel_wrap.open .link:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.csr_accordion .panel_wrap .submenu {
  	display: none;
  	margin-left: 124px;
    padding: 20px 15px;
}
.sdg_goals{
	margin-right: 20px;
	border-right: 6px solid #ffffff;
}
.sdg_goals_logo{
	width: 100px;
}

.csr_img_committee{
	width: 100%;
	/* max-width: 1200px; */
}

/*==== Responsible Supply Chain ====*/
.rate_title{
	color: #64be00;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 6px solid #64be00;
	margin-bottom: 6px;
}
.rate_title span{
	font-size: 46px;
	margin-left: 5px;
}
.rate_items_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rate_item{
	flex: 1;
	background-color: #64be00;
	padding: 15px;
	color: #ffffff;
	min-height: 76px;
	display: flex;
	align-items: center;
}
.rate_item:not(:last-child){
	margin-right: 6px;
}
/*  download icon  */
.btn-download-file-1:before {
    margin-top: 3px;
}
.btn-primary.btn-download-file-1 {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    min-width: unset;
    padding: 0;
    background: #6CBE45;
    text-align: center;
}
.btn-download-file-1{
	margin-right: 0;
}

.height250{
	display: flex;
	align-items: stretch;
	min-height: 250px;
	margin-bottom: 15px;
}
.height370{
	display: flex;
	align-items: stretch;
	min-height: 370px;
}
.conduct_box{
	flex: 1;
	padding: 15px 30px 10px;
}
.conduct_box:not(:last-child){
	margin-right: 15px;
}
.conduct_box h4{
	text-align: center;
	margin:12px 0;
}
.conduct_box ul{
	padding-left: 30px;
}
/* .download {
  color: #6CBE45;
  position: relative; }
  .download .icon {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #6CBE45;
    text-align: center;
    margin-left: 5px;
    top: -2px; }
    .download .icon:before {
      content: '';
      background: url("/sites/zyxel/files/library/assets/esg/download-icon.png");
      display: inline-block;
      vertical-align: super;
      width: 9px;
      height: 11px; } */

/*==== Green Statement  ====*/
.design_principles{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}
.design_principles ul{
	width: 50%;
	padding-left: 40px;
}
.design_principles img{
	width:50%;
	height: auto;
}
.product_items_wrap{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: nowrap;
}
.product_item{
	flex: 1;
	background: #f9f9f9;
}
.product_item:not(:last-child){
	margin-right: 15px;
}
.product_item img{
	width: 100%;
	height: auto;
}
.product_item .product_text{
	padding: 25px;
/* 	min-height:113px ; */
}
.energy_box_wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin: 20px 0;
}
.energy_box{
	display: flex;padding:25px;
	width: 49.3%;
	vertical-align: middle;
	align-items: center;
}
.section.bg-pale-grey.green_statement{
	padding: 60px 50px 30px;
	margin:25px 15px;
}
.survey_chart_img{
	width: 100%;
	margin-bottom: 30px;
}
.survey_description{
	margin-bottom: 30px;
}
.recycling_img{
	float: right;
	width: 200px;
	height: auto;
}

/*==== Inclusive Workplace ====*/
.workplace_box_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 15px;
}
.workplace_box{
	flex: 1;
	padding: 15px 30px 30px;
	min-height: 250px;
}
.workplace_box:not(:last-child){
	margin-right: 15px;
}
.workplace_box h4{
	margin:15px 0;
}
.inclusive_ul{
	padding-left: 15px;
}
.workplace_img{
	display: block;
	float: right;
	width: 50%;
	margin-left: 15px;
}
.workplace_img_mobiel{
	display: none;
}
.section.bg-pale-grey.inclusive_workplace{
	padding: 60px 60px 40px; 
	margin:0 15px 25px;
}
/*custom css*/
.content h2 {
	color: #030303;
	font-weight: normal;
	max-width: 1470px;
    margin: 0 auto;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.section.bg-pale-grey img {
	width: 100%;
    height: auto;
}

.col-offset-2 {
	margin-bottom: 24px;
}
.recycling {
	display: flex;
    justify-content: space-between;	
}
.recycling .txt-sub {
	margin-bottom: 20px;
}
.txt-product {
	color: #64BF00;
}
.bg-pale-grey .distribution {
	margin-top: 45px;
	padding-bottom: 10px;
}
.section.bg-pale-grey .col-md-5 {
	padding-left: 12px;
	padding-right: 12px;
}

/*==== CSR Commitment ====*/
.commitment_download_item{
	padding: 15px 0;
	border-top: 1px solid #dedede;
}

.section.bg-pale-grey.csr_commitment{
	padding:35px 45px;
	margin:0 15px 25px;
}

/*==== RWD  ====*/
@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;
	}
	
	/* Green Statement  ====*/
	.product_item .product_text{
/* 		min-height:135px ; */
	}
}
@media screen and (max-width: 1024px){
	
	/*==== Governance ====*/
	.governance_ul_flex li{
		width: 50%;
	}
}

@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;
	}
	/*==== CEO Message ====*/
	.ceo_img{
		/* margin-top: 8%; */
		margin-bottom: 5%;
	}

	/*==== Social ====*/
	.social_img{
		width: 100%;
	}
	.product_item .product_text{
/* 		min-height: 178px; */
	}
}
@media screen and (max-width: 840px){
	.product_item .product_text{
/* 		min-height: 178px; */
	}
}

@media screen and (max-width: 768px){
	/*==== Governance ====*/
	.governance_ul_flex li{
		width: 100%;
	}

	/*==== Responsible Supply Chain ====*/
	.rate_items_wrap{
		flex-direction: column;
		align-items: stretch;
	}
	.rate_item{
		width: 100%;
		margin-bottom: 6px;
		padding: 20px 20px;
	}
	.rate_item:not(:last-child){
		margin-right: 0;
	}

	.height250,
	.height370{
		flex-direction: column;
	}
	.height250{
		margin-bottom: 0;
	}
	.conduct_box{
		width: 100%;
		margin-bottom: 12px;
	}
	.conduct_box:not(:last-child){
		margin-right: 0;
	}
	
	/*==== Green Statement  ====*/
	.design_principles{
		flex-direction: column-reverse;	
	}
	.design_principles ul,
	.design_principles img{
		width: 100%;
	}
	.design_principles ul{
		margin-top: 20px;
	}
	.product_items_wrap{
		flex-direction: column;		
		width: 80%;
		margin: 0 auto;
	}
	.product_item{
		margin-bottom: 15px;
	}
	.product_item:not(:last-child){
		margin-right: 0;
	}
	.product_item .product_text{
		min-height: 75px;
	}
	.energy_box_wrap{
		flex-direction: column;
		margin: 20px 0;
	}
	.energy_box{
		width: 100%;
		padding: 30px;
	}
	.energy_box:not(:last-child){
		margin-bottom: 12px;
	}

	/*==== Inclusive Workplace ====*/
	
	.workplace_box_wrap{
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 0;
	}
	.workplace_box{
		margin-bottom: 15px;
		min-height: 160px;
	}
	.workplace_box:not(:last-child){
		margin-right: 0;
	}
	.workplace_img{
		display: none;
	}
	.workplace_img_mobiel{
		display: block;
		width: 100%;
		margin-top: 15px;
	}

}
@media screen and (max-width: 767px){
	.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 h4{
		/* font-size: 16px; */
		margin: 20px 0 ;
	}

}

@media screen and (max-width: 640px){
	.section.bg-pale-grey{
		padding: 10px 25px;
	}
	.section.bg-pale-grey.green_statement{
		padding: 20px 10px 0;
	}
	.section.bg-pale-grey.inclusive_workplace{
		padding: 30px 15px 10px; 
	}
	.section.bg-pale-grey.csr_commitment{
		padding:5px 15px;
	}
	/*==== Governance ====*/
	.governance_ul_flex li{
		width: 100%;
	}
	.governance_img{
		width: 100%;
	}
	/*==== CSR Overview ====*/
	.sdg_goals_logo{
		width: 80px;
	}
	.csr_accordion .panel_wrap .link:after {
	    line-height: 80px;
	}
	.csr_accordion .panel_wrap .submenu{
		margin-left: 91px;
    	padding: 20px 15px;
	}
	.csr_accordion .panel_wrap .link .panel_title {
		font-size: 16px;
	}
}
@media screen and (max-width: 450px){
	.csr_accordion .panel_wrap .link .panel_title {
		width: 56%;
	}
	.environment_ol{
		padding-left: 15px;
	}
	.recycling_img{
		float: right;
		width: 40%;
		height: auto;
	}
}
@media screen and (max-width: 400px){
	.list_container .link_box .description,
	.list_container .link_box h4{
		margin: 15px 0 ;
	}
}

@media (min-width: 992px){
.col-md-6 {
    width: 49%;
}

@media screen and (min-width: 768px) and (max-width:992px){
	.container_wrap .container{
		width: 750px !important;
	}
}