독일
국가 선택...
오스트레일리아
싱가포르
덴마크
인도
아랍 에미리트 연방
독일
홍콩
필리핀
미국
인도네시아
// Get current language from URL or HTML
function getCurrentLanguage() {
const languageCodes = ['ko', 'zh', 'ja'];
const pathSegments = window.location.pathname.split('/');
const pathLang = pathSegments.find(segment => languageCodes.includes(segment));
if (pathLang) return pathLang;
const htmlLang = document.documentElement.lang;
if (htmlLang && languageCodes.includes(htmlLang)) return htmlLang;
return 'en';
}
// Get current country from URL
function getCurrentCountry() {
const path = window.location.pathname;
const countries = ['australia', 'singapore', 'copenhagen', 'india', 'dubai', 'germany', 'hongkong', 'philippines', 'usa','indonesia'];
// Look for country name in URL
const currentCountry = countries.find(country =>
path.toLowerCase().includes(`/meet-the-team/${country}/`)
);
return currentCountry || '';
}
// Set the dropdown to current country
function setCurrentCountry() {
const currentCountry = getCurrentCountry();
const dropdown = document.getElementById('countryRedirect');
if (currentCountry && dropdown) {
dropdown.value = currentCountry;
}
}
function redirectToCountry(country) {
if (!country) return;
const baseUrl = 'https://www.synergymarinegroup.com';
const lang = getCurrentLanguage();
// Construct URL based on language
let url;
if (lang === 'en') {
url = `${baseUrl}/about/meet-the-team/${country}/`;
} else {
url = `${baseUrl}/${lang}/about/meet-the-team/${country}/`;
}
// Only redirect if we're going to a different country
if (country !== getCurrentCountry()) {
window.location.href = url;
}
}
// Set current country when page loads
document.addEventListener('DOMContentLoaded', setCurrentCountry);
리더십 팀
함부르크 사무소 운영 및 시너지의 유럽 전략 주도를 담당하고 있습니다. 16년간의 해상 경력을 마치고 2008년 회사에 합류한 이래 그는 회사의 글로벌 성장에 크게 기여했습니다. 장거리 달리기 선수인 Ravinder는 예리한 미식가이기도 합니다.
라빈더 싱 콜리(Ravinder Singh Kohli) 대위
니콜라이 폰 바르트부르크는 Synergy Marine Group의 유럽 책임자로, 대륙 전반에 걸친 고객 참여와 지역 조정을 강화하고 있습니다. 그는 마에스크, TORM, 하팍로이드에서 해상 및 육상 고위 직책을 아우르는 30년 이상의 해양 경험을 보유하고 있습니다. 소유주 관점에서 광범위하게 일해온 그는 규율 있는 운영, 투명성, 협업을 중시합니다. 일 외에는 오토바이, 스노보드, 야외 활동을 즐깁니다.
니콜라이 폰 바르트부르크
