Skip to content
Train Today For A Better Tomorrow
Train Today For A Better Tomorrow
Sunglasses $ 90.00
This is a simple product.
Compare
Description
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
document.addEventListener('DOMContentLoaded', function () {
const mapping = {
VN01: '/thi-truong-lao-dong/tuyen-quang',
VN02: '/thi-truong-lao-dong/cao-bang',
VN03: '/thi-truong-lao-dong/lai-chau',
VN04: '/thi-truong-lao-dong/lao-cai',
VN05: '/thi-truong-lao-dong/thai-nguyen',
VN06: '/thi-truong-lao-dong/dien-bien',
VN07: '/thi-truong-lao-dong/lang-son',
VN08: '/thi-truong-lao-dong/son-la',
VN09: '/thi-truong-lao-dong/phu-tho',
VN10: '/thi-truong-lao-dong/bac-ninh',
VN11: '/thi-truong-lao-dong/quang-ninh',
VN12: '/thi-truong-lao-dong/ha-noi',
VN13: '/thi-truong-lao-dong/hai-phong',
VN14: '/thi-truong-lao-dong/hung-yen',
VN15: '/thi-truong-lao-dong/ninh-binh',
VN16: '/thi-truong-lao-dong/thanh-hoa',
VN17: '/thi-truong-lao-dong/nghe-an',
VN18: '/thi-truong-lao-dong/ha-tinh',
VN19: '/thi-truong-lao-dong/quang-tri',
VN20: '/thi-truong-lao-dong/hue',
VN21: '/thi-truong-lao-dong/da-nang',
VN22: '/thi-truong-lao-dong/quang-ngai',
VN23: '/thi-truong-lao-dong/gia-lai',
VN24: '/thi-truong-lao-dong/dak-lak',
VN25: '/thi-truong-lao-dong/khanh-hoa',
VN26: '/thi-truong-lao-dong/lam-dong',
VN27: '/thi-truong-lao-dong/dong-nai',
VN28: '/thi-truong-lao-dong/tay-ninh',
VN29: '/thi-truong-lao-dong/tp-ho-chi-minh',
VN30: '/thi-truong-lao-dong/dong-thap',
VN31: '/thi-truong-lao-dong/an-giang',
VN32: '/thi-truong-lao-dong/vinh-long',
VN33: '/thi-truong-lao-dong/can-tho',
VN34: '/thi-truong-lao-dong/ca-mau'
};
const svgObject = document.getElementById('vietnam-map');
svgObject.addEventListener('load', function () {
const svgDoc = svgObject.contentDocument;
const provinces = svgDoc.querySelectorAll('.province');
provinces.forEach(el => {
const id = el.getAttribute('id');
el.style.cursor = 'pointer';
el.addEventListener('mouseover', () => el.setAttribute('fill', '#2563eb'));
el.addEventListener('mouseout', () => el.setAttribute('fill', '#94a3b8'));
el.addEventListener('click', () => {
if (mapping[id]) {
window.location.href = mapping[id];
}
});
});
});
});
Reviews
There are no reviews yet.