buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
In October 2025, motorbike sales in Indonesia saw a year-on-year rise of 8.4%, totaling 590,362 units, building on September’s 7.3% growth. This represents the third consecutive month of annual sales increases, spurred by a 150 basis point cut in interest rates by the central bank since September 2024. During the first ten months of 2025, motorbike sales inched up by 0.2% compared to the same period in 2024. On a monthly basis, sales grew by 4.1% in October, recovering from a 1.9% decline in September. In 2024, annual motorbike sales increased by 1.5%, achieving 6.3 million units, which fell within the Association of Indonesian Motorcycle Industry’s (AISI) forecast range of 6.2 to 6.5 million units. For 2025, AISI has set a sales target between 6.4 and 6.7 million units and remains confident about hitting this goal by year-end.
