Lady Drivers
We empower women through tourism jobs. All our drivers are fully licensed and super friendly!
Last-minute booking or questions, please WhatsApp/iMessage us
(+84)90 1144 1164.5 hours
US $79 per person
Our Michelin-inspired food tour takes you to 4 local spots across 5 districts, with 7+ authentic dishes and one scenic stop by night.
4 hours
US $59 per person
Our #1-rated food tour in Ho Chi Minh takes you to real local spots, with 10+ authentic dishes and 5 districts to explore at night.
3.5 hours
US $39 per person
Feel like a local when immersing yourself into the nightlife and explore the local places that most tourists don’t often see.
3.5 hours
US $45 per person
Explore Saigon’s history and hidden war-time stories in half-day or full-day options. Includes famous landmarks and lesser-known gems.
4 hours
US $59 per person
Ride through Saigon and enjoy 10+ flavorful vegan dishes with local guides who feel more like friends than tour leaders.
All-inclusive price including food & drinks
Whether you’re a solo traveler, a couple, with friends, or traveling with family, your tour will be private - just you and your guides. There is a surcharge of $10 per adult.
Free cancellation
We understand that travel plans are unpreditable sometimes so once you book with us, the change in the tour date is possible and if you cancel the tour, there will be no fee and you won't be charged.
No pre-payment needed! Pay on the tour date
You can pay in cash (USD, VND) or using your cards for the flexibility. You can also pay cash on the tour date. Book soon to reserve your spots today!
My husband and I enjoyed a fantastic tour with these lovely ladies. At times, it was a bit terrifying but also exhilerating on the back of the scooter as they weaved their way through the streets of Ho Ch Minh. We went to several districts and tried many different types of food . The girls explained what the food was, its history and how to eat it . I am still thinking about the delicious crab noodle soup that had huge chunks of crab meat and the most incredibly flavoured stock. They were so much fun and really seemed to enjoy showing us their city. My tip would be to do this food tour first at the beginning of your stay so that you can go back to places you like if you wanted to later.
Incredible Food Tour Experience with Vy from Kiss Tour!
My food tour in Ho Chi Minh City with Vy from Kiss Tour was absolutely extraordinary! Vy is an experienced, kind-hearted, and incredibly knowledgeable guide who made my evening unforgettable.
From the moment I met her, Vy’s warm personality and genuine care for my experience stood out. She effortlessly guided me through the bustling streets and hidden alleyways, introducing me to local gems and authentic Vietnamese dishes I would’ve never found on our own.
Her deep understanding of Vietnamese culture, food, and history added so much value to every bite and every stop. She patiently explained the ingredients, preparation, and stories behind each dish, and made sure I was comfortable and enjoying ourselves throughout.
Not only is Vy a true foodie, but her passion for sharing her culture shines in everything she does. She took the time to connect with me on a personal level, tailoring the experience to my tastes and pace, and made me feel like I was exploring the city with a good friend.
If you’re in Ho Chi Minh City and want a food tour that goes beyond just great food – one filled with heart, authenticity, and unforgettable moments – Vy is the guide you need. Highly, highly recommended!
One the most beautiful experiences here in Vietnam! Love a reality thought and built by women! The girls are amazing, so funny, welcoming and super professional! I will do it again when I will be in Saigon!
Keidy and Esther provided us with such an informative experience. They were both really great to talk with, not only about the food but also the local Vietnemese people and their way of life both past and present. Highly recommend
⭐️⭐️⭐️⭐️⭐️ indeed! Thank you Ms. Kim and Ms. Jasmine!
Amazing tour !!! Need to put this in your bucket list . Highly recommended . Aria is an amazing tour guide
We had an excellent time on our tour. The stops were interesting and well-spaced, the food was delicious and the guides were great company. Thanks Lucy, Aria and Keidy for a great evening! Would definitely recommend this to food tour enthusiasts
I had a great tour with Swan! She brought me to some foodie hot spots, flower market and some really nice views. She was super friendly and excellent at her job 😁
10/10 would recommend
Both Linh and Emma from Kisstour are excellent. You will not miss a bit of what was included in the tour. They are both timely, friendly and highly engaged with us and made our trip an enjoyable one. Their spoken English is excellent. As for the ride, they are highly experience on the road and extremely safe ensuring our safety.
Overall, I will say, the experience in the evening are a memorable one.
Thank you Kisstour and especially to Linh and Emma.
Regards
Peter Heng
function addClickEventToReadMoreButtons() { document.querySelectorAll(".testimonial-card-more").forEach(button => { if (!button.dataset.eventBound) { button.dataset.eventBound = "true"; button.addEventListener("click", function(event) { event.stopPropagation(); let cardContentWrap = this.closest(".testimonial-card").querySelector(".testimonial-card-content-wrap"); openPopupWithCardContent(cardContentWrap); }); } }); } function openPopupWithCardContent(cardContentWrap) { let cardContent = cardContentWrap.innerHTML; let popupContent = document.querySelector(".brxe-popup-3733 .popup-content"); popupContent.innerHTML = ''; // Xóa nội dung cũ popupContent.innerHTML = cardContent; // Thêm nội dung mới // Cập nhật data-script-id cho ul trong popup const ulElement = popupContent.querySelector('ul[data-script-id]'); if (ulElement) { ulElement.setAttribute('data-script-id', 'vtgallery'); } // Mở popup bricksOpenPopup(3733); // Khởi tạo lại lightbox sau khi popup mở setTimeout(function() { initLightbox(); }, 500); } function initLightbox() { const ulElement = document.querySelector('.popup-content ul[data-script-id]'); if (typeof PhotoSwipeLightbox !== "undefined" && ulElement) { let lightbox = new PhotoSwipeLightbox({ gallery: ulElement, children: "a", pswpModule: PhotoSwipe5, paddingFn: (viewportSize) => ({ top: 24, bottom: 24, left: 0, right: 0 }) }); lightbox.init(); } else { console.error("PhotoSwipe is not loaded properly or element not found."); } } document.addEventListener('DOMContentLoaded', function () { // Gắn sự kiện ban đầu addClickEventToReadMoreButtons(); // Tự động thêm class `brx` vào .pswp khi ảnh trong popup được click const popupContent = document.querySelector('.popup-content'); if (popupContent) { popupContent.addEventListener('click', function(event) { if (event.target.tagName === 'IMG' && event.target.closest('.bricks-layout-item')) { const pswpElement = document.querySelector('.pswp'); if (pswpElement) { setTimeout(function() { pswpElement.classList.add('brx'); }, 100); } } }); } // Dùng MutationObserver để theo dõi khi Ajax thêm item const observerTarget = document.querySelector('.testimonials-container') || document.body; const observer = new MutationObserver((mutationsList) => { for (let mutation of mutationsList) { if (mutation.type === 'childList' && mutation.addedNodes.length > 0) { addClickEventToReadMoreButtons(); // Gắn lại sự kiện cho các phần tử mới } } }); observer.observe(observerTarget, { childList: true, subtree: true }); });