ドイツ
国を選択...
オーストラリア
シンガポール
デンマーク
インド
アラブ首長国連邦
ドイツ
香港
フィリピン
米国
インドネシア
// 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年に入社して以来、同社の世界的な成長に大きく貢献してきました。長距離ランナーであるラビンダーは、熱心な美食家でもあります。
ラビンダー・シン・コーリ大尉
ニコライ・フォン・ヴァルトブルクはSynergy Marine Groupのヨーロッパ責任者であり、大陸全体での顧客エンゲージメントと地域連携の強化を担っています。彼はマースク、TORM、ハパグロイドで海上および上級陸上職を歴任した30年以上の海事経験を持っています。オーナーの視点から広く働いてきた経験から、規律ある運営、透明性、協働を重視しています。仕事以外では、ニコライはバイク、スノーボード、アウトドアを楽しんでいます。
ニコライ・フォン・ヴァルトブルク
