DHAKA, Feb 11, 2025 (BSS) - Environment, Forest and Climate Change Adviser Syeda Rizwana Hasan today urged the business community and international partners to collaborate with their Bangladeshi counterparts to transition from fossil fuel-dependent energy production to renewable and sustainable sources.
She said energy supply shortages in the past two years severely affected industries, making sustainable energy solutions a necessity for both the country and the industry.
She made the remarks while speaking as the chief guest address at the inaugural ceremony of the Sustainable Apparel Forum (SAF) 2025.
The Netherlands Embassy in Dhaka arranged the event at a city hotel.
Highlighting the need for a more responsible approach to sustainability, the Environment Adviser said: "Having green factories or the highest number of environmentally certified factories does not automatically mean the sector is operating sustainably."
She said the garment industry is not only energy-intensive but also heavily reliant on water and chemical management, making responsible production practices crucial.
$('.dtl_section iframe').each(function(){
var src = $(this).prop('src').replace('watch?v=','embed/');
var checkFb = src.indexOf("facebook");
//console.log('FB: ' + checkFb);
if(src!=''){
if(checkFb>=0){
var uri = src.split('width=');
var w = parseInt(uri[1]);
if(w>0){
if(w>=560) w = ' width="100%"';
else w = ' width="'+w+'"';
}
else w = '';
$(this).replaceWith('');
} else $(this).replaceWith('');
}
});
// var w = window.innerWidth;
// //if(w<640){
// $('.dtl_section img').each(function(){
// $(this).attr('style','width:100%;');
// });
// //}
/*$('.dtl_section img').each(function(){
var win_width = $(window).innerWidth();
var width = $(this).innerWidth();
var alt = $(this).prop('alt');
var src = $(this).prop('src');
var style = $(this).attr('style');
if((width>=730 && win_width>730) || (width>=640 && win_width<=640) || (width>=480 && win_width<=480)) width = '100%';
$(this).replaceWith('