1113 lines
68 KiB
Plaintext
1113 lines
68 KiB
Plaintext
HTTP/1.1 200
|
|
X-Content-Type-Options: nosniff
|
|
X-XSS-Protection: 0
|
|
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
|
|
Pragma: no-cache
|
|
Expires: 0
|
|
X-Frame-Options: SAMEORIGIN
|
|
Content-Type: text/html;charset=UTF-8
|
|
Content-Language: en
|
|
Transfer-Encoding: chunked
|
|
Date: Sat, 25 Jul 2026 04:45:37 GMT
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Đào tạo tại UMC</title>
|
|
|
|
<!-- Google Fonts: Lora and Open Sans -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
|
|
rel="stylesheet">
|
|
|
|
<!-- Add base CSS here if available -->
|
|
|
|
|
|
<!-- UMASS Styles -->
|
|
<link rel="stylesheet" href="/css/umass.css">
|
|
|
|
<!-- Custom CSS (Highest Priority) -->
|
|
<link rel="stylesheet" href="/css/custom.css">
|
|
|
|
</head>
|
|
|
|
<body class="umass-platform-homepage path-frontpage page-node-type-homepage homepage transparent-header">
|
|
<!-- Skip to main content link (Accessibility) -->
|
|
<a href="#main-content" class="visually-hidden focusable skip-link">Skip to main content</a>
|
|
|
|
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="">
|
|
<!-- Header Fragment -->
|
|
<header>
|
|
<style>
|
|
.transparent-header #l--main-header {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 102;
|
|
}
|
|
|
|
/* --- CUSTOM SUBMENU ANIMATION (UMC Hospital Style) --- */
|
|
@media (min-width: 1024px) {
|
|
/* Main Menu Item Link Hover Effect (Underline slide in) */
|
|
.mc--main-menu .megamenu.menu-item > .link-arrow-wrapper > a {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item > .link-arrow-wrapper > a::before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -3px;
|
|
height: 3px;
|
|
background-color: #881c1c;
|
|
width: 0;
|
|
transition: width 0.3s ease-in-out;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item:hover > .link-arrow-wrapper > a::before {
|
|
width: 100%;
|
|
}
|
|
|
|
/* Mega Menu Wrapper Animation (Fade in + Slide up) */
|
|
.mc--main-menu .megamenu.menu-item {
|
|
position: relative !important; /* Anchor mega menu vertically to this item */
|
|
}
|
|
|
|
.mc--main-menu .megamenu.menu-item .submenu-wrapper {
|
|
position: absolute !important;
|
|
top: 100% !important;
|
|
/* left and width are dynamically calculated via JS for true full-width */
|
|
transform: translateY(15px) !important;
|
|
background: #f8f9fa !important; /* Soft gray background */
|
|
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15) !important;
|
|
opacity: 0 !important;
|
|
visibility: hidden !important;
|
|
transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s ease-out !important;
|
|
padding: 40px 0 !important;
|
|
z-index: 100 !important;
|
|
display: flex !important;
|
|
justify-content: center !important;
|
|
border-top: 4px solid #881c1c; /* Top brand border */
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* Reveal Submenu on Hover */
|
|
.mc--main-menu .megamenu.menu-item:hover .submenu-wrapper {
|
|
opacity: 1 !important;
|
|
visibility: visible !important;
|
|
transform: translateY(0) !important;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
function adjustMegaMenus() {
|
|
if (window.innerWidth < 1024) return;
|
|
const megamenus = document.querySelectorAll('.mc--main-menu .megamenu.menu-item');
|
|
megamenus.forEach(menu => {
|
|
const wrapper = menu.querySelector('.submenu-wrapper');
|
|
if (wrapper) {
|
|
const rect = menu.getBoundingClientRect();
|
|
// Shift wrapper exactly to the left edge of the window
|
|
wrapper.style.left = '-' + rect.left + 'px';
|
|
// Set width to exact window width (excluding scrollbar to prevent horizontal scroll)
|
|
wrapper.style.width = document.documentElement.clientWidth + 'px';
|
|
}
|
|
});
|
|
}
|
|
|
|
// Adjust on load and window resize
|
|
adjustMegaMenus();
|
|
window.addEventListener('resize', adjustMegaMenus);
|
|
|
|
// Also adjust precisely on hover in case layout shifted after load
|
|
const megamenus = document.querySelectorAll('.mc--main-menu .megamenu.menu-item');
|
|
megamenus.forEach(menu => {
|
|
menu.addEventListener('mouseenter', adjustMegaMenus);
|
|
});
|
|
|
|
// Mega Menu Level 2 Tab Logic
|
|
// Initialize first items
|
|
document.querySelectorAll('.mc--main-menu .megamenu.menu-item').forEach(menu => {
|
|
const firstL2 = menu.querySelector('.l2-hover-target');
|
|
if (firstL2) {
|
|
firstL2.classList.add('active');
|
|
const targetId = firstL2.getAttribute('data-target');
|
|
const targetContent = document.getElementById(targetId);
|
|
if (targetContent) targetContent.style.display = 'block';
|
|
}
|
|
});
|
|
|
|
document.querySelectorAll('.l2-hover-target').forEach(target => {
|
|
target.addEventListener('mouseenter', function() {
|
|
const wrapper = this.closest('.mega-menu-content');
|
|
if (!wrapper) return;
|
|
|
|
// Remove active from all L2 in this menu
|
|
wrapper.querySelectorAll('.l2-hover-target').forEach(el => el.classList.remove('active'));
|
|
|
|
// Hide all L3 content in this menu
|
|
wrapper.querySelectorAll('.l3-content').forEach(el => el.style.display = 'none');
|
|
|
|
// Activate current
|
|
this.classList.add('active');
|
|
const contentId = this.getAttribute('data-target');
|
|
const content = document.getElementById(contentId);
|
|
if (content) {
|
|
content.style.display = 'block';
|
|
}
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
|
|
<style>
|
|
body { overflow-x: hidden; }
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
/* Arrow Rotation */
|
|
.mc--main-menu .megamenu.menu-item .arrow-toggle svg {
|
|
transition: transform 0.3s ease-in-out;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item:hover .arrow-toggle svg {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
/* Mega Menu Layout columns */
|
|
.mega-menu-content {
|
|
display: flex;
|
|
width: 100%;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
gap: 30px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
/* Left Column: Info */
|
|
.mega-col-info {
|
|
flex: 1;
|
|
}
|
|
.mega-col-info h3 {
|
|
color: #111827;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin-top: 0;
|
|
margin-bottom: 15px;
|
|
text-transform: uppercase;
|
|
}
|
|
.mega-col-info h3 .highlight {
|
|
color: #881c1c;
|
|
display: block;
|
|
}
|
|
.mega-col-info h3 span {
|
|
color: #881c1c;
|
|
display: block;
|
|
}
|
|
.mega-col-info p {
|
|
color: var(--color-black);
|
|
font-size: 14px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
/* Middle Column: Links */
|
|
.mega-col-links {
|
|
flex: 1.2;
|
|
border-left: 1px solid #d1d5db;
|
|
padding-left: 30px;
|
|
max-height: 350px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/* Scrollbar styling for middle column */
|
|
.mega-col-links::-webkit-scrollbar {
|
|
width: 6px;
|
|
}
|
|
.mega-col-links::-webkit-scrollbar-track {
|
|
background: #f1f1f1;
|
|
border-radius: 10px;
|
|
}
|
|
.mega-col-links::-webkit-scrollbar-thumb {
|
|
background: #c1c1c1;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
/* Submenu Link Styling */
|
|
.mc--main-menu .megamenu.menu-item .submenu {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item .submenu .menu-item {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item .submenu .menu-item a {
|
|
display: block;
|
|
padding: 12px 0;
|
|
color: #111827;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #e5e7eb;
|
|
transition: color 0.2s, padding-left 0.2s;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item .submenu .menu-item:last-child a {
|
|
border-bottom: none;
|
|
}
|
|
.mc--main-menu .megamenu.menu-item .submenu .menu-item a:hover {
|
|
color: #881c1c;
|
|
padding-left: 8px; /* Layout indent animation */
|
|
}
|
|
|
|
/* Right Column: Image */
|
|
.mega-col-image {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-left: 1px solid #d1d5db;
|
|
padding-left: 30px;
|
|
}
|
|
.mega-col-image img {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 8px;
|
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* Middle Column for Tabbed Level 2 */
|
|
.mega-col-level2 {
|
|
flex: 1.2;
|
|
border-left: 1px solid #d1d5db;
|
|
padding-left: 30px;
|
|
max-height: 245px;
|
|
overflow-y: auto;
|
|
}
|
|
.mega-col-level2::-webkit-scrollbar { width: 6px; }
|
|
.mega-col-level2::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
|
|
.mega-col-level2::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; }
|
|
|
|
.submenu-l2 {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.submenu-l2 .menu-item-l2 {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.submenu-l2 .menu-item-l2 a {
|
|
display: block;
|
|
padding: 12px 15px;
|
|
color: #111827 !important;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
border-radius: 6px;
|
|
margin-bottom: 4px;
|
|
transition: all 0.2s;
|
|
}
|
|
.submenu-l2 .menu-item-l2.active a {
|
|
background-color: #881c1c !important;
|
|
color: #ffffff !important;
|
|
}
|
|
.submenu-l2 .menu-item-l2:not(.active) a:hover {
|
|
background-color: #f3f4f6 !important;
|
|
color: #111827 !important;
|
|
}
|
|
|
|
/* Right Column for Level 3 Links */
|
|
.mega-col-level3-container {
|
|
flex: 1;
|
|
border-left: 1px solid #d1d5db;
|
|
padding-left: 30px;
|
|
max-height: 245px;
|
|
overflow-y: auto;
|
|
}
|
|
.mega-col-level3-container::-webkit-scrollbar { width: 6px; }
|
|
.mega-col-level3-container::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
|
|
.mega-col-level3-container::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; }
|
|
|
|
.submenu-l3 {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.submenu-l3 .menu-item-l3 a {
|
|
display: block;
|
|
padding: 12px 15px;
|
|
color: #111827 !important;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
border-radius: 6px;
|
|
margin-bottom: 4px;
|
|
transition: all 0.2s;
|
|
}
|
|
.submenu-l3 .menu-item-l3 a:hover {
|
|
background-color: var(--color-brand) !important;
|
|
color: var(--color-white) !important;
|
|
}
|
|
|
|
/* Hide the mobile back button and title on desktop */
|
|
.mc--main-menu .megamenu.menu-item .submenu-wrapper .button-back,
|
|
.mc--main-menu .megamenu.menu-item .submenu-wrapper .navigation-title {
|
|
display: none !important;
|
|
}
|
|
}
|
|
</style>
|
|
<header id="l--main-header">
|
|
<h1 class="visually-hidden">Bệnh viện Đa Khoa Quốc Tế S.I.S Cần Thơ</h1>
|
|
<div class="region region-header r--region r--header">
|
|
<section data-component-id="umass_base:site-header" aria-label="Site Header">
|
|
<div class="header-left" style="display: flex; flex-direction: column; align-items: center; width: max-content;">
|
|
<div data-component-id="umass_base:header-branding">
|
|
<a href="/">
|
|
<img src="/theme-assets/umass/images/logo_white.png" alt="Sisvietnamvn" style="height: auto; max-width: 250px;" />
|
|
</a>
|
|
</div>
|
|
<div class="header-hospital-name" style="color: var(--color-brand);font-size: 1.4rem;font-weight: 900;text-transform: uppercase;margin-bottom: 5px;text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; white-space: nowrap; text-align: center;">
|
|
Bệnh viện đa khoa quốc tế <br>S.I.S Cần thơ
|
|
</div>
|
|
</div>
|
|
<div class="navigation-container" style="width: 100%; display: flex; justify-content: flex-end;">
|
|
<div id="mobile-flyout-container">
|
|
<div class="primary-navigation">
|
|
<nav class="mc--menu mc--main-menu">
|
|
<ul class="menu m--menu m--main-menu">
|
|
|
|
|
|
<!-- Flat item -->
|
|
|
|
|
|
<!-- Expanded item (has children) -->
|
|
<li class="megamenu menu-item menu-item--expanded">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="#">VỀ BỆNH VIỆN</a>
|
|
<button type="button" class="has-submenu arrow-toggle" aria-expanded="false" aria-haspopup="true">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7" width="16" height="7">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" d="M7.88,7L15.75,0H0s7.88,7,7.88,7Z"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="submenu-wrapper">
|
|
<button class="button-back">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" width="5" height="10">
|
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" points="0,5 5,0 5,10 "></polygon>
|
|
</svg> Back </button>
|
|
<span class="navigation-title">BỆNH VIỆN ĐA KHOA QUỐC TẾ S.I.S CẦN THƠ</span>
|
|
|
|
<!-- Mobile Submenu Layout (Simple List) -->
|
|
<ul class="submenu mobile-only">
|
|
<li class="menu-item">
|
|
<a href="#">GIỚI THIỆU TỔNG QUAN</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">LỊCH SỬ BỆNH VIỆN</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">TẦM NHÌN - SỨ MỆNH - GIÁ TRỊ CỐT LÕI</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">BAN LÃNH ĐẠO</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">CÁC ĐƠN VỊ</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- Mega Menu Content Layout -->
|
|
<div class="mega-menu-content desktop-only">
|
|
<!-- Column 1: Info (Title and Text) -->
|
|
<div class="mega-col-info">
|
|
<h3>BỆNH VIỆN ĐA KHOA QUỐC TẾ S.I.S CẦN THƠ</h3>
|
|
<p style="text-transform: math-auto;">Bệnh viện Đa Khoa Quốc Tế S.I.S Cần Thơ tự hào là đơn vị tiên phong trong việc cung cấp dịch vụ khám chữa bệnh chất lượng cao, mang lại sự tin cậy và an tâm cho bệnh nhân.</p>
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Column 2: Level 2 Links -->
|
|
<div class="mega-col-level2">
|
|
<ul class="submenu-l2">
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2051-2101">
|
|
<a href="#">GIỚI THIỆU TỔNG QUAN</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2051-3001">
|
|
<a href="#">LỊCH SỬ BỆNH VIỆN</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2051-3002">
|
|
<a href="#">TẦM NHÌN - SỨ MỆNH - GIÁ TRỊ CỐT LÕI</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2051-3003">
|
|
<a href="#">BAN LÃNH ĐẠO</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2051-3004">
|
|
<a href="#">CÁC ĐƠN VỊ</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 3: Level 3 Links OR Fallback Image -->
|
|
<div class="mega-col-level3-container">
|
|
<!-- Render each Level 3 target content -->
|
|
|
|
<ul id="l3-2051-2101" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
<img src="http://localhost:8080/uploads/2026/07/198e5233-0e9f-4618-8111-32c4df8ae318.jpg" style="object-fit: cover; border-radius: 8px; width: 100%;"/>
|
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2051-3001" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
<img src="http://localhost:8080/uploads/2026/07/198e5233-0e9f-4618-8111-32c4df8ae318.jpg" style="object-fit: cover; border-radius: 8px; width: 100%;"/>
|
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2051-3002" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
<img src="http://localhost:8080/uploads/2026/07/198e5233-0e9f-4618-8111-32c4df8ae318.jpg" style="object-fit: cover; border-radius: 8px; width: 100%;"/>
|
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2051-3003" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
<img src="http://localhost:8080/uploads/2026/07/198e5233-0e9f-4618-8111-32c4df8ae318.jpg" style="object-fit: cover; border-radius: 8px; width: 100%;"/>
|
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2051-3004" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
<img src="http://localhost:8080/uploads/2026/07/198e5233-0e9f-4618-8111-32c4df8ae318.jpg" style="object-fit: cover; border-radius: 8px; width: 100%;"/>
|
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- End Mega Menu Layout -->
|
|
|
|
</div>
|
|
</li>
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
|
|
|
|
<!-- Expanded item (has children) -->
|
|
<li class="megamenu menu-item menu-item--expanded">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="#">CHUYÊN KHOA</a>
|
|
<button type="button" class="has-submenu arrow-toggle" aria-expanded="false" aria-haspopup="true">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7" width="16" height="7">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" d="M7.88,7L15.75,0H0s7.88,7,7.88,7Z"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="submenu-wrapper">
|
|
<button class="button-back">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" width="5" height="10">
|
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" points="0,5 5,0 5,10 "></polygon>
|
|
</svg> Back </button>
|
|
<span class="navigation-title">CHUYÊN KHOA</span>
|
|
|
|
<!-- Mobile Submenu Layout (Simple List) -->
|
|
<ul class="submenu mobile-only">
|
|
<li class="menu-item">
|
|
<a href="#">Khoa lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Khoa cận lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Khoa hỗ trợ lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Cấp cứu</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- Mega Menu Content Layout -->
|
|
<div class="mega-menu-content desktop-only">
|
|
<!-- Column 1: Info (Title and Text) -->
|
|
<div class="mega-col-info">
|
|
<h3>CHUYÊN KHOA</h3>
|
|
|
|
<p style="text-transform: math-auto;">Khám phá các chuyên khoa hàng đầu với đội ngũ bác sĩ chuyên môn cao, trang thiết bị y tế hiện đại đạt tiêu chuẩn quốc tế.</p>
|
|
|
|
</div>
|
|
|
|
<!-- Column 2: Level 2 Links -->
|
|
<div class="mega-col-level2">
|
|
<ul class="submenu-l2">
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2052-3051">
|
|
<a href="#">Khoa lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2052-3052">
|
|
<a href="#">Khoa cận lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2052-3053">
|
|
<a href="#">Khoa hỗ trợ lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2052-3056">
|
|
<a href="#">Cấp cứu</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 3: Level 3 Links OR Fallback Image -->
|
|
<div class="mega-col-level3-container">
|
|
<!-- Render each Level 3 target content -->
|
|
|
|
<ul id="l3-2052-3051" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2052-3052" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2052-3053" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2052-3056" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- End Mega Menu Layout -->
|
|
|
|
</div>
|
|
</li>
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
<li class="megamenu menu-item">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="/doctor">BÁC SĨ</a>
|
|
</div>
|
|
</li>
|
|
|
|
<!-- Expanded item (has children) -->
|
|
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
|
|
|
|
<!-- Expanded item (has children) -->
|
|
<li class="megamenu menu-item menu-item--expanded">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="#">DỊCH VỤ</a>
|
|
<button type="button" class="has-submenu arrow-toggle" aria-expanded="false" aria-haspopup="true">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7" width="16" height="7">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" d="M7.88,7L15.75,0H0s7.88,7,7.88,7Z"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="submenu-wrapper">
|
|
<button class="button-back">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" width="5" height="10">
|
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" points="0,5 5,0 5,10 "></polygon>
|
|
</svg> Back </button>
|
|
<span class="navigation-title">DỊCH VỤ</span>
|
|
|
|
<!-- Mobile Submenu Layout (Simple List) -->
|
|
<ul class="submenu mobile-only">
|
|
<li class="menu-item">
|
|
<a href="#">Khám bệnh ngoại trú</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Điều trị Nội trú</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Cấp cứu</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Bảng giá</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- Mega Menu Content Layout -->
|
|
<div class="mega-menu-content desktop-only">
|
|
<!-- Column 1: Info (Title and Text) -->
|
|
<div class="mega-col-info">
|
|
<h3>DỊCH VỤ</h3>
|
|
|
|
|
|
<p style="text-transform: math-auto;">Khám phá thêm thông tin chi tiết về các dịch vụ, chuyên gia và hoạt động của chúng tôi để bảo vệ sức khỏe của bạn.</p>
|
|
</div>
|
|
|
|
<!-- Column 2: Level 2 Links -->
|
|
<div class="mega-col-level2">
|
|
<ul class="submenu-l2">
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2054-3054">
|
|
<a href="#">Khám bệnh ngoại trú</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2054-3055">
|
|
<a href="#">Điều trị Nội trú</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2054-3057">
|
|
<a href="#">Cấp cứu</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2054-3058">
|
|
<a href="#">Bảng giá</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 3: Level 3 Links OR Fallback Image -->
|
|
<div class="mega-col-level3-container">
|
|
<!-- Render each Level 3 target content -->
|
|
|
|
<ul id="l3-2054-3054" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2054-3055" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2054-3057" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2054-3058" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- End Mega Menu Layout -->
|
|
|
|
</div>
|
|
</li>
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
|
|
|
|
<!-- Expanded item (has children) -->
|
|
<li class="megamenu menu-item menu-item--expanded">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="#">ĐÀO TẠO</a>
|
|
<button type="button" class="has-submenu arrow-toggle" aria-expanded="false" aria-haspopup="true">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7" width="16" height="7">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" d="M7.88,7L15.75,0H0s7.88,7,7.88,7Z"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="submenu-wrapper">
|
|
<button class="button-back">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" width="5" height="10">
|
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" points="0,5 5,0 5,10 "></polygon>
|
|
</svg> Back </button>
|
|
<span class="navigation-title">ĐÀO TẠO</span>
|
|
|
|
<!-- Mobile Submenu Layout (Simple List) -->
|
|
<ul class="submenu mobile-only">
|
|
<li class="menu-item">
|
|
<a href="#">Đào tạo thực hành lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Công bố cơ sở thực hành</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Các lớp học cấp chứng nhận, chứng chỉ</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Đào tạo thực hành SV, HV ĐHYD TP. Hồ Chí Minh</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Đào tạo - Chuyển giao kỹ thuật</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Danh sách người thực hành</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="#">Danh sách người hoàn thành thực hành</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- Mega Menu Content Layout -->
|
|
<div class="mega-menu-content desktop-only">
|
|
<!-- Column 1: Info (Title and Text) -->
|
|
<div class="mega-col-info">
|
|
<h3>ĐÀO TẠO</h3>
|
|
|
|
|
|
<p style="text-transform: math-auto;">Khám phá thêm thông tin chi tiết về các dịch vụ, chuyên gia và hoạt động của chúng tôi để bảo vệ sức khỏe của bạn.</p>
|
|
</div>
|
|
|
|
<!-- Column 2: Level 2 Links -->
|
|
<div class="mega-col-level2">
|
|
<ul class="submenu-l2">
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12502">
|
|
<a href="#">Đào tạo thực hành lâm sàng</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12503">
|
|
<a href="#">Công bố cơ sở thực hành</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12501">
|
|
<a href="#">Các lớp học cấp chứng nhận, chứng chỉ</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12504">
|
|
<a href="#">Đào tạo thực hành SV, HV ĐHYD TP. Hồ Chí Minh</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12505">
|
|
<a href="#">Đào tạo - Chuyển giao kỹ thuật</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12506">
|
|
<a href="#">Danh sách người thực hành</a>
|
|
</li>
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2055-12507">
|
|
<a href="#">Danh sách người hoàn thành thực hành</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 3: Level 3 Links OR Fallback Image -->
|
|
<div class="mega-col-level3-container">
|
|
<!-- Render each Level 3 target content -->
|
|
|
|
<ul id="l3-2055-12502" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2055-12503" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2055-12501" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2055-12504" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2055-12505" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2055-12506" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<ul id="l3-2055-12507" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
|
|
<div class="mega-col-image" style="padding-left: 0; border: none; flex: 1;">
|
|
|
|
<img src="/theme-assets/umass/images/logo.png" style="object-fit: contain; background: white; padding: 20px; width: 100%;"/>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- End Mega Menu Layout -->
|
|
|
|
</div>
|
|
</li>
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
|
|
|
|
<!-- Expanded item (has children) -->
|
|
<li class="megamenu menu-item menu-item--expanded">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="#">TRUYỀN THÔNG</a>
|
|
<button type="button" class="has-submenu arrow-toggle" aria-expanded="false" aria-haspopup="true">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 7" width="16" height="7">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" d="M7.88,7L15.75,0H0s7.88,7,7.88,7Z"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="submenu-wrapper">
|
|
<button class="button-back">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 10" width="5" height="10">
|
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#881c1c" points="0,5 5,0 5,10 "></polygon>
|
|
</svg> Back </button>
|
|
<span class="navigation-title">TRUYỀN THÔNG</span>
|
|
|
|
<!-- Mobile Submenu Layout (Simple List) -->
|
|
<ul class="submenu mobile-only">
|
|
<li class="menu-item">
|
|
<a href="#">TIN TỨC VÀ SỰ KIỆN</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- Mega Menu Content Layout -->
|
|
<div class="mega-menu-content desktop-only">
|
|
<!-- Column 1: Info (Title and Text) -->
|
|
<div class="mega-col-info">
|
|
<h3>TRUYỀN THÔNG</h3>
|
|
|
|
|
|
<p style="text-transform: math-auto;">Khám phá thêm thông tin chi tiết về các dịch vụ, chuyên gia và hoạt động của chúng tôi để bảo vệ sức khỏe của bạn.</p>
|
|
</div>
|
|
|
|
<!-- Column 2: Level 2 Links -->
|
|
<div class="mega-col-level2">
|
|
<ul class="submenu-l2">
|
|
<li class="menu-item-l2 l2-hover-target" data-target="l3-2057-2056">
|
|
<a href="#">TIN TỨC VÀ SỰ KIỆN</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 3: Level 3 Links OR Fallback Image -->
|
|
<div class="mega-col-level3-container">
|
|
<!-- Render each Level 3 target content -->
|
|
|
|
<ul id="l3-2057-2056" class="submenu-l3 l3-content" style="display: none;">
|
|
|
|
<li class="menu-item-l3">
|
|
<a href="#"> Tin tức</a>
|
|
</li>
|
|
<li class="menu-item-l3">
|
|
<a href="#">Sự kiện</a>
|
|
</li>
|
|
<li class="menu-item-l3">
|
|
<a href="#">Góc người bệnh</a>
|
|
</li>
|
|
<li class="menu-item-l3">
|
|
<a href="#">Công tác xã hội</a>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- End Mega Menu Layout -->
|
|
|
|
</div>
|
|
</li>
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
<li class="megamenu menu-item">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="#">TUYỂN DỤNG</a>
|
|
</div>
|
|
</li>
|
|
|
|
<!-- Expanded item (has children) -->
|
|
|
|
|
|
|
|
|
|
<!-- Flat item -->
|
|
<li class="megamenu menu-item">
|
|
<div class="link-arrow-wrapper">
|
|
<a href="/contact-us">LIÊN HỆ</a>
|
|
</div>
|
|
</li>
|
|
|
|
<!-- Expanded item (has children) -->
|
|
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
<button id="search-drawer-trigger" aria-label="Open Search">
|
|
<svg class="search-trigger-open" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 25 25">
|
|
<title>Open Search</title>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M10.03,2.67c-4.07,0-7.36,3.29-7.36,7.36s3.29,7.36,7.36,7.36,7.36-3.29,7.36-7.36c-.01-4.07-3.3-7.36-7.36-7.36ZM10.03,0c5.54,0,10.03,4.49,10.03,10.03,0,2.29-.76,4.39-2.05,6.08l7,7-1.89,1.89-7.01-7.01c-1.68,1.29-3.79,2.05-6.08,2.05C4.49,20.04,0,15.55,0,10.03S4.49,0,10.03,0Z"></path>
|
|
</svg>
|
|
<svg class="search-trigger-close" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22">
|
|
<title>Close Search</title>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M3.64,1.2l-1.21-1.2L0,2.39l1.21,1.19,7.36,7.25-7.36,7.25-1.21,1.19,2.43,2.39,1.21-1.2,7.36-7.24,7.36,7.24,1.22,1.2,2.42-2.39-1.21-1.19-7.36-7.25,7.36-7.25,1.21-1.19-2.42-2.39-1.22,1.2-7.36,7.24L3.64,1.2Z"></path>
|
|
</svg>
|
|
</button>
|
|
<button id="mobile-hamburger" class="hamburger hamburger--squeeze" type="button" aria-label="Open Main Navigation">
|
|
<span class="hamburger-box">
|
|
<span class="hamburger-inner"></span>
|
|
</span>
|
|
</button>
|
|
</section>
|
|
<div data-component-id="umass_base:header-search">
|
|
<div id="search-flyout-container">
|
|
<div class="search-flyout">
|
|
<div data-component-id="umass_base:header-branding">
|
|
<a href="/">
|
|
<img src="/theme-assets/umass/images/logo.png" alt="Sisvietnamvn" style="height: 60px; width: auto;" />
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<form autocomplete="on" name="search-form" action="https://www.umass.edu/search" method="GET">
|
|
<div>
|
|
<label class="visually-hidden" for="search">Search UMass</label>
|
|
<input type="text" name="q" id="search" maxlength="50" placeholder="Search UMass" size="50" class="ally-focus-within">
|
|
</div>
|
|
<button type="submit" class="icon-search" aria-label="Search">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19 19" enable-background="new 0 0 19 19" xml:space="preserve" width="19" height="19">
|
|
<title>Search</title>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#151515" d="M7.62,2.03c-3.09,0-5.59,2.5-5.59,5.59
|
|
s2.5,5.59,5.59,5.59s5.59-2.5,5.59-5.59C13.2,4.53,10.7,2.03,7.62,2.03z M7.62,0c4.21,0,7.62,3.41,7.62,7.62
|
|
c0,1.74-0.58,3.34-1.56,4.62L19,17.56L17.56,19l-5.33-5.33c-1.28,0.98-2.88,1.56-4.62,1.56C3.41,15.23,0,11.82,0,7.62S3.41,0,7.62,0
|
|
z"></path>
|
|
</svg>
|
|
</button>
|
|
</form>
|
|
<ul class="menu">
|
|
<li class="menu-item">
|
|
<a href="https://www.umass.edu/admissions/visit">Campus tours</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="https://www.umass.edu/financialaid/undergraduate-costs">Tuition</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="https://www.umass.edu/financialaid">Financial aid</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="https://www.umass.edu/admissions/apply">How to apply</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a href="https://www.umass.edu/gateway/umass-stories/study-abroad-umass">Study abroad</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<button id="search-drawer-trigger-active" aria-label="Open Search">
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22">
|
|
<title>Close Search</title>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M3.64,1.2l-1.21-1.2L0,2.39l1.21,1.19,7.36,7.25-7.36,7.25-1.21,1.19,2.43,2.39,1.21-1.2,7.36-7.24,7.36,7.24,1.22,1.2,2.42-2.39-1.21-1.19-7.36-7.25,7.36-7.25,1.21-1.19-2.42-2.39-1.22,1.2-7.36,7.24L3.64,1.2Z"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
</header>
|
|
|
|
<!-- Main Content Block -->
|
|
<main id="main-content" role="main">
|
|
<div>
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWV6H5N7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!--$--><!--/$--></header><main class=""><section class="overflow-hidden relative w-full bg-white xl:h-[580px] md:h-[450px] h-[250px] max-h-[calc(100vh-122px)]"><div class="absolute inset-0"><img alt="banner (1)" fetchpriority="high" loading="eager" decoding="async" data-nimg="fill" class="max-md:hidden" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent" sizes="100vw" srcset="/_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=640&q=80 640w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=750&q=80 750w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=828&q=80 828w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=1080&q=80 1080w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=1200&q=80 1200w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=1920&q=80 1920w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=2048&q=80 2048w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=3840&q=80 3840w" src="./Đào tạo tại UMC_files/banner%20(1).jpeg"><img alt="banner (1)" fetchpriority="high" loading="eager" decoding="async" data-nimg="fill" class="md:hidden" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent" sizes="100vw" srcset="/_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=640&q=80 640w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=750&q=80 750w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=828&q=80 828w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=1080&q=80 1080w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=1200&q=80 1200w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=1920&q=80 1920w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=2048&q=80 2048w, /_next/image?url=https%3A%2F%2Fconsole.bvdaihoc.com.vn%2Fuploads%2FDemo%2FDemo%2Fbanner%20(1).jpg&w=3840&q=80 3840w" src="./Đào tạo tại UMC_files/banner%20(1).jpeg"></div><div class="absolute bottom-0 left-0 w-full h-[408px] bg-linear-service"></div><div class="relative h-full pb-8 lg:pb-[78px] max-lg:flex max-lg:items-end"><div class="container lg:h-full"><div class="grid lg:grid-cols-2 h-full gap-y-6"><div class="md:space-y-[20px] space-y-3 xl:space-y-[26px] max-w-[576px] w-full mt-auto"><h1 class="display-1 text-white">Đào tạo</h1></div></div></div></div></section><section class="xl:py-8 md:py-6 py-4"><div class="container xl:space-y-8 md:space-y-6 space-y-4"><div class="prose prose-content"><div style="-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(51, 51, 51);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Với chức năng là cơ sở giảng dạy thực hành, đào tạo là một trong những hoạt động nòng cốt của Bệnh viện Đại học Y Dược TP. Hồ Chí Minh, nhằm tối ưu công tác đào tạo, Bệnh viện đa dạng hóa các loại hình đào tạo để đáp ứng các yêu cầu về đào tạo của nội bộ, của các cơ sở y tế khác và của học viên nước ngoài.Với nguồn nhân lực dồi dào và trình độ chuyên môn cao, các chuyên khoa lâm sàng và cận lâm sàng lớn mạnh, số lượng người bệnh đến khám và chữa bệnh tăng cao, Bệnh viện Đại học Y Dược TP. Hồ Chí Minh còn là nơi thực hành không những của nhân viên y tế Việt Nam, mà còn là sự lựa chọn của rất nhiều sinh viên các nước như: Nhật Bản, Úc, Hoa Kỳ, Thái Lan, CHLB Đức, Pháp, Bỉ, Áo, Đan Mạch, Ấn Độ, …</div><div style="-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(51, 51, 51);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Ngoài ra, hình thức đào tạo theo hợp đồng/đào tạo theo nhiệm vụ chỉ đạo tuyến/đào tạo chuyển giao kỹ thuật và các khóa đào tạo chuyên môn nghiệp vụ khác của ngành y tế mà không thuộc hệ thống bằng cấp quốc gia cũng là một nhiệm vụ của Bệnh viện Đại học Y Dược TP. Hồ Chí Minh.</div><div style="-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(51, 51, 51);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Sự phát triển liên tục của Bệnh viện Đại học Y Dược TP. Hồ Chí Minh nói chung và công tác đào tạo nói riêng, đã góp phần đáp ứng đáng kể nhu cầu bồi dưỡng kiến thức, giúp các Bệnh viện ứng dụng nhiều phương pháp, kỹ thuật mới trong khám, chữa bệnh, tăng cường chất lượng điều trị và chăm sóc người bệnh.</div><div style="--tw-font-weight:700;-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(13, 113, 186);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;margin:0px 0px 4px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>ĐỊNH HƯỚNG VỀ HOẠT ĐỘNG ĐÀO TẠO TRONG NHỮNG NĂM TỚI</strong></div><div style="--tw-font-weight:700;-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(13, 113, 186);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>Về đào tạo chuyên môn, nghiệp vụ cho viên chức của Bệnh viện:</strong></div><div style="-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(51, 51, 51);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Bệnh viện luôn có chương trình hỗ trợ cho nhân viên trong việc học tập chuyên môn nghiệp vụ và các khóa đào tạo chính quy. Ban Giám đốc định hướng mỗi Đơn vị sẽ tự xây dựng kế hoạch và lập dự toán kinh phí đào tạo cho nhân viên. Lãnh đạo Đơn vị sẽ tự quyết định quy mô và chi phí đào tạo cho nhân viên dựa trên định hướng phát triển chuyên môn. Phần kinh phí này sẽ được trích từ quỹ đào tạo và nghiên cứu khoa học của Bệnh viện. Chủ trương này giúp các Đơn vị chủ động hơn trong việc đào tạo nhân lực, phát triển chuyên môn của Đơn vị mình.</div><div style="-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(51, 51, 51);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Ngoài những chương trình đào tạo trong nước, Bệnh viện tiếp tục tăng cường gửi viên chức đi đào tạo ở nước ngoài. Bên cạnh việc học hỏi nâng cao trình độ chuyên môn, đây cũng là cơ hội để mở rộng kết nối, hợp tác quốc tế tiến đến hội nhập.</div><div style="--tw-font-weight:700;-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(13, 113, 186);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;margin:0px 0px 12px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>Về đào tạo chuyên môn, nghiệp vụ cho nhân sự thuộc các cơ sở y tế khác:</strong></div><div style="-webkit-text-stroke-width:0px;border-style:solid;border-width:0px;box-sizing:border-box;color:rgb(51, 51, 51);font-family:Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Phòng KHĐT cùng Đơn vị lập kế hoạch, dự trù kinh phí cho các lớp đào tạo với các hình thức như đào tạo y khoa liên tục (CME), hội nghị, hội thảo, lớp học, … Những chương trình này có thể tổ chức tại Bệnh viện hoặc tổ chức tại các địa điểm bên ngoài tùy theo nhu cầu thực tế để đưa hoạt động đào tạo thực sự trở thành một mũi nhọn, một đặc trưng của bệnh viện.</div></div><div><div><div class="relative md:flex md:items-center md:gap-x-2"><button class="btn-navigation md:size-[42px] size-[32px] flex-shrink-0 items-center justify-center rounded-full btn-navigation-gallery-prev md:flex hidden"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up size-4 -rotate-90"><path d="m18 15-6-6-6 6"></path></svg></button><div class="swiper swiper-initialized swiper-horizontal w-full swiper-backface-hidden"><div class="swiper-wrapper">
|