Cherry Babysitter – Надежные услуги няни и воспитателя в Хойане и Дананге
Cherry Babysitter – Надежные услуги няни и воспитателя в Хойане и Дананге
Cherry Babysitter - надежный сервис бэби‑ситтеров в Хойане и Дананге
Доверие。Забота。Улыбки
Cherry Babysitter предоставляет профессиональный, заботливый и многоязычный (английский, корейский, вьетнамский) уход за детьми в безопасной обстановке для семей, посещающих Хойан и Дананг.
👉 Забронировать здесь
/* ====== 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;
}
}
О нас
Cherry Babysitter - профессиональные услуги по уходу за детьми в Хойане и Дананге
Cherry Babysitter помогает вашей семье провести насыщенный отпуск в Хойане: мы безопасно, внимательно и с радостью присмотрим за вашим ребенком, пока мама и папа спокойно наслаждаются своим временем.
Бэби‑ситтеры с опытом более 5 лет, прошедшие профессиональное обучение (сертификация APR), свободно общаются на английском и корейском, глубоко понимают детей и заботятся о них как о собственных.
Помимо присмотра, мы предлагаем увлекательные и творческие занятия: изготовление фонариков, гончарные мастер‑классы, игры в «овощной деревне», пляжные активности и др.
С принципами «искренность・гибкость・надежность» дарим родителям абсолютное спокойствие, а детям — время, полное улыбок.
Подробнее →
/* ===== 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;
}
}
Наши услуги
Cherry Babysitter - комплексный уход за детьми
Возраст:новорожденные~10 лет
Индивидуальный уход 1:1 на вилле, в отеле или у вас дома
Включает питание, игры, купание, сон, чтение вслух и сопровождение во время ваших дел
Доступно почасово или на целый день
Особенности: сертификат APR (первая помощь), опыт в курортах 4–5★, поддержка на англ./кор./вьет. языках
Подробнее
4‑часовой экскурсионный тур с няней
Возраст:6+
Время:15:00~19:00
Включено: такси туда‑обратно, участие в активностях (езда на буйволе, лепка из глины, FunnyLand и др.), напиток + мороженое, сопровождение няни 1:1
Особенности: безопасная программа, сочетающая обучение и игру, с погружением в культуру Хойана
Подробнее
Трансфер в аэропорт с детским креслом
7‑местный автомобиль, детские кресла по возрасту
Дружелюбный и профессиональный водитель; возможно сочетать с услугами бэби‑ситтера на весь день
Подробнее
.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; }
}
ПОЧЕМУ МЫ?
Причины выбрать нас
👩🍼
Индивидуальный уход 1:1
Опытные бэби‑ситтеры присматривают за ребенком один на один и обеспечивают безопасность.
⛑️
Сертификация APR
Персонал обучен первой помощи и профессиональному уходу, обеспечивая максимальное спокойствие.
🏖️
Опыт работы на курортах
Опыт работы в курортах 4–5★ и отличное понимание потребностей международных гостей.
🌏
Мультиязычная поддержка
Бэби‑ситтеры свободно говорят на английском и корейском — общение проходит легко и спокойно.
🎨
Творческие активности
Фонарики, гончарное дело, игры в «овощной деревне», пляжные активности — и обучение, и игра!
📱
Гибкое бронирование
Быстрая связь и гибкая организация. Можно сочетать с трансфером с детским креслом.
✅ Сертификация APR 👶 Уход 1:1 ⭐ Опыт в курортах 4–5★ 🌏 Английский / Корейский
Забронировать сейчас
Мгновенное подтверждение в 2 шага. Поддержка 24/7.
«Благодаря Cherry Babysitter вся семья действительно провела отпуск в полном расслаблении. Уровень спокойствия — совсем другой.»
/* ===== 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;
}
}
Связаться и быстро забронировать
Также доступны бронирование и чат через следующие каналы:
Zalo Instagram Facebook WhatsApp KakaoTalk
※Нажмите на иконку, чтобы открыть соответствующее приложение
/* 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');
});
Обещания Cherry Babysitter
Уважение приватности ребенка: без согласия семьи мы никогда не снимаем и не публикуем фото или видео ребенка.
Защита информации: все данные о вашей семье — личные сведения, расписание, фото и т. п. — тщательно защищаются и конфиденциальны.
Оперативная связь: регулярно сообщаем о состоянии ребенка и сразу связываемся в экстренных ситуациях.
Полная концентрация на ребенке: во время работы мы не используем соцсети и личные устройства, полностью посвящая внимание уходу.
Роль Cherry Babysitter
Приезжаем в удобное для вас место: гибко работаем на вилле, в отеле или у вас дома.
Постоянная поддержка рядом: бережно сопровождаем ребенка и остаемся источником спокойствия.
Комплексный уход: с учетом семейных привычек помогаем с купанием, питанием, переодеванием, играми и отдыхом.
Связь с родителями: по мере необходимости делимся милыми моментами, чтобы вы ощущали спокойствие и близость даже в занятости.
.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;
}
}
Забронировать сейчас
.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;
}
}