德国
选择国家...
澳大利亚
新加坡
丹麦
印度
阿联酋
德国
香港
菲律宾
美国
印度尼西亚
// 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);
领导团队
负责运营汉堡办事处并领导 Synergy 的欧洲战略。自2008年加入公司以来,他在海上工作了16年,为公司的全球增长做出了重大贡献。作为一名长跑运动员,Ravinder 也是一位热衷于美食家的人。
拉文德·辛格·科利(Ravinder Singh Kohli)上尉
Nikolaj von Wartburg 是 Synergy Marine Group 欧洲区负责人,负责加强客户参与和整个欧洲大陆的区域协调。他拥有三十多年海事经验,曾在马士基、TORM和哈巴格劳埃德担任海上及高级岸基岗位。他曾从业主的角度广泛工作,重视严谨的运营、透明度和协作。工作之外,尼古拉伊喜欢骑摩托车、滑雪板和户外活动。
尼古拉·冯·瓦特堡
