아랍 에미리트 연방
국가 선택...
오스트레일리아
싱가포르
덴마크
인도
아랍 에미리트 연방
독일
홍콩
필리핀
미국
인도네시아
사우디아라비아
// 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);
리더십 팀
현재 시너지의 두바이 지사 책임자인 토마스는 그룹의 케미컬 탱커 부문도 책임지고 있습니다. 그는 해안에서 화학 유조선을 항해하고 관리하는 것을 포함하여 24년 이상의 해양 경험을 가지고 있습니다. Thomas는 SP Jain School of Global Management에서 재무 및 운영 전문 MBA를 취득했습니다. 그는 적응력 있는 리더십이 지속 가능성의 핵심이라고 믿습니다.
토마스 바르게세 대위
Karthik은 2006년에 해양 경력을 시작했으며 2019년에 수석 엔지니어로 Synergy Marine Group에 합류했습니다. 그는 현재 기술 관리자로 재직하며 두바이와 담맘에 기반을 둔 기술 팀을 이끌고 있습니다.
팀워크, 투명성 및 지속적인 개선에 대한 신념에 따라 Karthik은 팀 간 협업을 촉진하는 동시에 선박 소유자에게 실용적이고 가치 중심적인 지원을 제공하는 데 중점을 둡니다. 일 외에도 그는 정원 가꾸기와 독서에서 균형을 찾습니다.
카르틱 바라다라잔
