阿联酋
选择国家...
澳大利亚
新加坡
丹麦
印度
阿联酋
德国
香港
菲律宾
美国
印度尼西亚
沙特阿拉伯
// 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','saudi-arabia' ];
// 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);
领导团队
Thomas目前是Synergy迪拜办事处的负责人,还负责该集团的化学品罐车部门。 他拥有超过 24 年的海事经验,包括从岸上航行和管理化学品船。 Thomas拥有S P Jain全球管理学院的财务和运营专业MBA学位。 他认为,适应性强的领导力是可持续发展的关键。
托马斯·瓦尔盖塞上尉
Karthik 于 2006 年开始了他的海事生涯,并于 2019 年加入 Synergy Marine Group,担任总工程师。他目前担任技术经理,领导迪拜和达曼的技术团队。
Karthik 秉承团队合作、透明度和持续改进的信念,专注于为船东提供实用的、价值驱动的支持,同时促进团队之间的协作。除了工作之外,他还在园艺和阅读中找到了平衡。
卡尔蒂克·瓦拉达拉詹
