Cherry Babysitter – Dịch vụ bảo mẫu và giữ trẻ đáng tin cậy tại Hội An & Đà Nẵng
Cherry Babysitter – Dịch vụ bảo mẫu và giữ trẻ đáng tin cậy tại Hội An & Đà Nẵng
Cherry Babysitter - Dịch vụ trông trẻ uy tín tại Hội An & Đà Nẵng
Tận tâm. Linh hoạt. Tin cậy
Cherry Babysitter cung cấp dịch vụ chăm sóc trẻ chuyên nghiệp, đa ngôn ngữ (tiếng Anh, tiếng Hàn, tiếng Việt) với tình yêu thương trong môi trường an toàn dành cho các gia đình đến thăm Hội An và Đà Nẵng.
👉 Đặt chỗ tại đây
/* ====== Layout wrapper ====== */
.cherry-section {
display: flex;
justify-content: center;
background: #fff;
padding: 40px 0;
}
.cherry-box {
display: flex;
width: 100%;
max-width: 1200px;
aspect-ratio: 8 / 3;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
/* ====== Left image ====== */
.cherry-image {
flex: 1;
background: url("https://i.postimg.cc/xjKYJBSp/1.jpg") center/cover no-repeat;
position: relative;
}
.cherry-image::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 160px;
height: 100%;
background: linear-gradient(to right, rgba(255,192,203,0) 0%, rgba(255,192,203,0.9) 100%);
}
/* ====== Right text ====== */
.cherry-text {
flex: 1;
background: linear-gradient(to left, #ffc0cb 70%, rgba(255,192,203,0.6) 100%);
color: #fff;
padding: 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.cherry-text h1 {
font-size: 28px;
font-weight: 700;
margin-bottom: 12px;
line-height: 1.3;
}
.cherry-text h2 {
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}
.cherry-text p {
font-size: 15px;
line-height: 1.6;
margin-bottom: 30px;
color: rgba(255,255,255,0.95);
max-width: 500px;
}
/* ====== Buttons ====== */
.cta {
display: flex;
justify-content: flex-start;
}
.btn {
text-decoration: none;
display: inline-block;
padding: 12px 22px;
border-radius: 10px;
font-weight: 600;
transition: all 0.25s ease;
}
.btn.main {
background: linear-gradient(180deg, #f9a7ba 0%, #f38cae 100%);
color: #fff;
box-shadow: 0 6px 16px rgba(243,140,174,0.18);
}
.btn.main:hover {
transform: translateY(-3px);
box-shadow: 0 10px 24px rgba(243,140,174,0.25);
}
/* ====== Responsive ====== */
@media (max-width: 900px) {
.cherry-box {
flex-direction: column;
aspect-ratio: auto;
}
.cherry-image {
height: 300px;
}
.cherry-text {
padding: 40px 28px;
text-align: center;
}
.cherry-text p {
margin-left: auto;
margin-right: auto;
}
.cta {
justify-content: center;
}
}
Về chúng tôi
Cherry Babysitter - Dịch vụ trông trẻ chuyên nghiệp tại Hội An & Đà Nẵng
Cherry Babysitter giúp gia đình có kỳ nghỉ trọn vẹn tại Hội An: chúng tôi trông trẻ an toàn, tận tâm và vui vẻ, để bố mẹ yên tâm tận hưởng thời gian riêng.
Đội ngũ có trên 5 năm kinh nghiệm, được đào tạo chuyên môn (chứng chỉ APR), giao tiếp trôi chảy tiếng Anh và tiếng Hàn; thấu hiểu tâm lý trẻ và chăm sóc như con của chính mình.
Không chỉ trông trẻ, chúng tôi còn mang đến các trải nghiệm sáng tạo: làm lồng đèn, nặn gốm, chơi ở làng rau, hoạt động trên bãi biển,...
Với phương châm「Tận tâm・Linh hoạt・Tin cậy」, chúng tôi mang đến sự an tâm tuyệt đối cho phụ huynh và thật nhiều nụ cười cho các bé.
Tìm hiểu thêm →
/* ===== About Section ===== */
.about-cherry {
background: #fff;
display: flex;
justify-content: center;
padding: 80px 20px;
}
.about-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
width: 100%;
gap: 60px;
}
/* ===== Text Side ===== */
.about-text {
flex: 1;
color: #444;
font-family: "Poppins", sans-serif;
}
.section-title {
font-size: 36px;
font-weight: 700;
color: #f38cae;
font-family: "Pacifico", cursive; /* chữ to, mềm mại, dễ thương */
margin-bottom: 10px;
}
.section-subtitle {
font-size: 18px;
font-weight: 600;
color: #222;
margin-bottom: 25px;
}
.about-list {
list-style: none;
padding-left: 0;
margin-bottom: 30px;
}
.about-list li {
position: relative;
margin-bottom: 18px;
line-height: 1.7;
font-size: 15px;
color: #555;
padding-left: 28px;
}
.about-list li::before {
content: "💗";
position: absolute;
left: 0;
top: 2px;
font-size: 16px;
}
/* ===== CTA ===== */
.see-more {
display: inline-block;
font-size: 15px;
color: #f38cae;
text-decoration: none;
font-weight: 600;
border-bottom: 2px solid transparent;
transition: all 0.3s ease;
}
.see-more:hover {
border-color: #f38cae;
transform: translateX(4px);
}
/* ===== Image Side ===== */
.about-image {
flex: 0 0 430px; /* cố định chiều rộng vừa phải */
max-height: 640px;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.about-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
}
/* ===== Responsive ===== */
@media (max-width: 950px) {
.about-container {
flex-direction: column-reverse;
gap: 40px;
}
.about-image {
width: 100%;
max-width: 400px;
}
.section-title {
font-size: 30px;
text-align: center;
}
.section-subtitle {
text-align: center;
}
.about-list li {
font-size: 14px;
}
.see-more {
display: block;
text-align: center;
margin-top: 15px;
}
}
Dịch vụ của chúng tôi
Cherry Babysitter - Dịch vụ trông trẻ tổng hợp
Đối tượng: Từ sơ sinh đến 10 tuổi
Chăm sóc 1 kèm 1 tại villa, khách sạn hoặc nhà riêng
Bao gồm: ăn uống, vui chơi, tắm rửa, ngủ, đọc sách, đồng hành khi bố mẹ có lịch trình
Có thể đặt theo giờ hoặc theo ngày
Đặc điểm: Chứng chỉ APR (sơ cứu), kinh nghiệm tại resort 4–5 sao, giao tiếp tiếng Anh/Hàn/Việt
Xem chi tiết
Tour trải nghiệm 4 giờ kèm nanny
Đối tượng: Từ 6 tuổi trở lên
Thời gian: 15:00~19:00
Bao gồm: taxi khứ hồi, phí tham gia hoạt động (cưỡi trâu, nặn đất sét, FunnyLand, v.v.), đồ uống + kem, nanny 1 kèm 1 đi cùng
Đặc điểm: Chương trình kết hợp học và chơi, trải nghiệm văn hóa Hội An một cách an toàn
Xem chi tiết
Đưa đón sân bay kèm ghế trẻ em
Xe 7 chỗ, trang bị ghế trẻ em phù hợp độ tuổi
Tài xế thân thiện, chuyên nghiệp. Có thể kết hợp với dịch vụ trông trẻ cả ngày.
Xem chi tiết
.services-section {
width: 100%;
background-color: #fffafc;
font-family: "Segoe UI", sans-serif;
display: flex;
justify-content: center;
padding: 60px 20px;
}
.services-container {
max-width: 1100px;
width: 100%;
text-align: center;
}
.section-title {
color: #ff35b5;
font-size: 32px;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
letter-spacing: 0.5px;
}
.service-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
}
.service-card {
background: #fff;
border-radius: 18px;
box-shadow: 0 6px 14px rgba(255, 0, 150, 0.1);
padding: 25px 20px 35px;
text-align: left;
border: 2px solid transparent;
transition: all 0.3s ease;
}
.service-card:hover {
border-color: #ff9bdd;
transform: translateY(-5px);
}
.service-card h3 {
color: #ff35b5;
font-size: 20px;
margin-bottom: 12px;
}
.service-card p {
font-size: 15px;
line-height: 1.6;
color: #444;
margin-bottom: 20px;
}
.service-btn {
display: inline-block;
background: linear-gradient(135deg, #ff35b5, #ff7ad9);
color: white;
text-decoration: none;
padding: 10px 18px;
border-radius: 25px;
font-size: 14px;
transition: all 0.25s ease;
}
.service-btn:hover {
background: linear-gradient(135deg, #ff7ad9, #ff35b5);
transform: scale(1.05);
}
/* Responsive cho mobile */
@media (max-width: 600px) {
.section-title { font-size: 26px; margin-bottom: 30px; }
.service-card { padding: 20px 16px 30px; }
.service-card h3 { font-size: 18px; }
.service-card p { font-size: 14px; }
}
Why Us?
Lý do chọn chúng tôi
👩🍼
Chăm sóc 1 kèm 1
Bảo mẫu giàu kinh nghiệm chăm sóc 1 kèm 1, đảm bảo an toàn cho bé.
⛑️
Có chứng chỉ APR
Nhân sự được đào tạo sơ cứu và kỹ năng chăm sóc chuyên môn, mang lại sự an tâm tuyệt đối.
🏖️
Kinh nghiệm tại resort
Có kinh nghiệm làm việc tại resort 4–5 sao, am hiểu phục vụ khách quốc tế.
🌏
Hỗ trợ đa ngôn ngữ
Bảo mẫu thông thạo tiếng Anh và tiếng Hàn—giao tiếp trôi chảy, yên tâm.
🎨
Hoạt động sáng tạo
Làm lồng đèn, gốm, vui chơi tại làng rau, trải nghiệm bãi biển—vừa học vừa chơi!
📱
Đặt lịch linh hoạt
Phản hồi nhanh và sắp xếp linh hoạt. Có thể kết hợp với dịch vụ đưa đón kèm ghế trẻ em.
✅ Chứng chỉ APR 👶 Chăm sóc 1:1 ⭐ Kinh nghiệm resort 4–5★ 🌏 Tiếng Anh / Tiếng Hàn
Đặt ngay
Xác nhận tức thì trong 2 bước. Hỗ trợ 24/7.
「Nhờ Cherry Babysitter, cả gia đình mình sẽ có một kỳ nghỉ thật sự thư giãn. Cảm giác an tâm khác biệt.」
/* ===== WHY US Section ===== */
.why-cherry {
background: #fff0f5;
padding: 80px 20px;
text-align: center;
font-family: "Poppins", sans-serif;
}
.why-title {
font-family: "Pacifico", cursive;
font-size: 40px;
color: #f38cae;
margin-bottom: 5px;
}
.why-subtitle {
font-size: 18px;
font-weight: 600;
color: #444;
margin-bottom: 50px;
}
/* ===== Cards ===== */
.why-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
max-width: 1100px;
margin: 0 auto 40px;
}
.why-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
padding: 30px 20px;
transition: all 0.3s ease;
}
.why-card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.why-card .icon {
font-size: 38px;
margin-bottom: 10px;
}
.why-card h3 {
color: #f26c99;
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.why-card p {
font-size: 14px;
color: #555;
line-height: 1.6;
}
/* ===== Trust Badges ===== */
.trust-badges {
margin: 30px auto 40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}
.trust-badges span {
background: #ffe2ec;
color: #c7436e;
border-radius: 20px;
padding: 6px 16px;
font-size: 13px;
font-weight: 500;
}
/* ===== CTA ===== */
.why-cta {
margin-bottom: 30px;
}
.cta-button {
background: linear-gradient(90deg, #f38cae, #f26c99);
color: white;
padding: 14px 34px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: inline-block;
transition: all 0.3s ease;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 16px rgba(243, 108, 153, 0.3);
}
.cta-sub {
font-size: 14px;
color: #666;
margin-top: 10px;
}
/* ===== Testimonial ===== */
.testimonial p {
font-style: italic;
font-size: 15px;
color: #444;
max-width: 700px;
margin: 0 auto;
}
/* ===== Responsive ===== */
@media (max-width: 950px) {
.why-cards {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
}
@media (max-width: 600px) {
.why-title {
font-size: 32px;
}
.why-cards {
grid-template-columns: 1fr;
}
.why-card {
padding: 25px 18px;
}
.why-card h3 {
font-size: 16px;
}
.cta-button {
padding: 12px 28px;
font-size: 15px;
}
}
Liên hệ & đặt nhanh
Bạn cũng có thể đặt lịch hoặc trò chuyện qua các kênh sau:
Zalo Instagram Facebook WhatsApp KakaoTalk
※Nhấn vào biểu tượng để mở ứng dụng tương ứng
/* Hộp liên hệ */
.contact-box {
text-align: center;
border: 3px solid #ff4fd8;
border-radius: 20px;
padding: 30px 20px;
margin: 40px auto;
max-width: 720px;
background: #fff;
box-shadow: 0 4px 10px rgba(255, 0, 150, 0.12);
font-family: "Segoe UI", sans-serif;
overflow: hidden;
}
.contact-box h2 { color: #ff35b5; font-weight: 700; margin-bottom: 10px; }
.contact-box p { color: #333; margin: 6px 0 16px; }
.contact-icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 26px;
margin-bottom: 10px;
}
.contact-icons .icon {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #333;
transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.contact-icons .icon img {
width: 64px;
height: 64px;
border-radius: 50%;
background: #fff;
padding: 8px;
box-shadow: 0 3px 6px rgba(0,0,0,0.10);
transition: all 0.22s ease;
object-fit: cover;
}
.contact-icons .icon span { margin-top: 8px; font-size: 14px; }
.contact-icons .icon:hover { transform: translateY(-4px) scale(1.06); }
/* Hover hiệu ứng ánh sáng riêng từng icon */
.icon.zalo:hover img { box-shadow: 0 0 14px rgba(0,120,255,0.20); }
.icon.instagram:hover img { box-shadow: 0 0 14px rgba(253,89,72,0.18); }
.icon.facebook:hover img { box-shadow: 0 0 14px rgba(24,119,242,0.18); } /* ✅ Facebook */
.icon.whatsapp:hover img { box-shadow: 0 0 14px rgba(37,211,102,0.18); }
.icon.kakao:hover img { box-shadow: 0 0 14px rgba(255,235,59,0.18); }
.note { font-size: 13px; color: #555; margin-top: 6px; }
/* Popup QR */
#qr-popup {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.6);
justify-content: center;
align-items: center;
z-index: 9999;
animation: fadeIn 0.3s ease;
}
.qr-box {
background: #fff;
padding: 20px;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
animation: zoomIn 0.35s ease;
}
.qr-box img {
width: 260px;
height: auto;
display: block;
border-radius: 12px;
}
/* Hiệu ứng */
@keyframes fadeIn {
from { opacity: 0; } to { opacity: 1; }
}
@keyframes zoomIn {
from { transform: scale(0.85); opacity: 0; }
to { transform: scale(1); opacity: 1; }
}
/* Hiển thị popup */
#qr-popup.active { display: flex; }
/* Responsive */
@media (max-width: 600px) {
.contact-icons { gap: 18px; }
.contact-icons .icon img { width: 52px; height: 52px; padding: 6px; }
.contact-icons .icon span { font-size: 13px; margin-top: 6px; }
.contact-box { margin: 24px 12px; padding: 22px 14px; max-width: 96%; }
.qr-box img { width: 220px; }
}
// Mở popup khi nhấn Kakao
document.getElementById('kakao-btn').addEventListener('click', function(e) {
e.preventDefault();
document.getElementById('qr-popup').classList.add('active');
});
// Tắt popup khi click ra ngoài
document.getElementById('qr-popup').addEventListener('click', function(e) {
if (e.target === this) this.classList.remove('active');
});
Cam kết của Cherry Babysitter
Tôn trọng quyền riêng tư của trẻ: Không chụp/đăng ảnh hoặc video của bé nếu không có sự đồng ý của gia đình.
Bảo mật thông tin tuyệt đối: Quản lý chặt chẽ và giữ kín mọi thông tin về gia đình, bao gồm dữ liệu cá nhân, lịch trình, hình ảnh,...
Liên lạc nhanh chóng: Báo cáo tình hình của bé định kỳ và liên hệ ngay trong trường hợp khẩn cấp.
Tập trung hoàn toàn vào bé: Hạn chế sử dụng SNS và thiết bị cá nhân trong giờ làm, tập trung chăm sóc bé.
Vai trò của Cherry Babysitter
Đến trực tiếp nơi bạn muốn: Linh hoạt phục vụ tại villa, khách sạn hoặc nhà riêng.
Luôn kề cận và hỗ trợ: Đồng hành, quan sát và là chỗ dựa an tâm cho bé.
Chăm sóc toàn diện: Hỗ trợ tắm rửa, ăn uống, thay đồ, vui chơi, nghỉ ngơi theo thói quen của gia đình.
Kết nối với phụ huynh: Cập nhật những khoảnh khắc dễ thương của bé để bố mẹ luôn cảm thấy yên tâm và gần gũi ngay cả khi bận rộn.
.cherry-policy {
background-color: #fffafc;
padding: 50px 20px;
font-family: "Segoe UI", sans-serif;
}
.policy-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
max-width: 1100px;
margin: 0 auto;
}
.policy-box {
background-color: #ffeaf5;
border-radius: 14px;
padding: 25px 30px 30px;
box-shadow: 0 4px 10px rgba(255, 100, 180, 0.1);
border: 1.5px solid #ffd0e7;
transition: transform 0.25s ease;
}
.policy-box:hover {
transform: translateY(-3px);
}
.policy-box h3 {
background-color: #ffd6eb;
color: #d63384;
font-weight: 700;
padding: 12px 15px;
border-radius: 8px;
margin: -25px -30px 20px;
font-size: 18px;
text-align: center;
letter-spacing: 0.3px;
}
.policy-box ul {
list-style-type: disc;
padding-left: 20px;
color: #555;
font-size: 15px;
line-height: 1.7;
text-align: left;
}
.policy-box li {
margin-bottom: 12px;
}
.policy-box strong {
color: #e6459d;
}
/* Mobile responsive */
@media (max-width: 768px) {
.policy-container {
grid-template-columns: 1fr;
}
.policy-box {
padding: 22px 22px 28px;
}
.policy-box h3 {
font-size: 17px;
}
.policy-box ul {
font-size: 14px;
}
}
Đặt ngay
.btn-book-big {
display: inline-block;
background: linear-gradient(90deg, #ff96c7, #ff6fb0, #ff96c7);
background-size: 200% 200%;
animation: gradientShift 3s ease infinite;
color: #fff;
font-weight: 700;
font-size: 20px;
padding: 18px 46px;
border-radius: 60px;
text-decoration: none;
font-family: "Poppins", sans-serif;
letter-spacing: 0.5px;
box-shadow: 0 8px 22px rgba(255, 120, 180, 0.4);
transition: all 0.3s ease;
position: relative;
animation: pulse 2s infinite;
}
.btn-book-big:hover {
transform: scale(1.08);
box-shadow: 0 10px 26px rgba(255, 120, 180, 0.6);
}
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(255, 150, 200, 0.5); }
70% { box-shadow: 0 0 0 20px rgba(255, 150, 200, 0); }
100% { box-shadow: 0 0 0 0 rgba(255, 150, 200, 0); }
}
/* Tự động canh giữa và khoảng cách dễ nhìn trên điện thoại */
@media (max-width: 768px) {
.btn-book-big {
font-size: 18px;
padding: 16px 38px;
}
}