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 116US $30 per person
Make your airport experience stress-free in Vietnam! Our Fast Track Service helps you skip long immigration lines, enjoy personal assistance at major airports in Vietnam.
4.5 hours
US $79 per person
Our Michelin-inspired food tour takes you to 6 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!
I highly recommend this tour, I’ve done bike city tours before but this was the best. The girls are amazing, knowledgeable and speak fantastic English. They are very safe drivers (so much so that I was comfortable with them taking my 16 yr daughter on the back of their bike). The lunch was delicious and they brought us to so many interesting places. This is a must if you come to HCM
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!
Hi, just wish to share my recent encounter with Kiss Tour during my stay in Ho Chi Minh btw 15-19th Oct.
I signed up a few tours with them, 1) Kiss City Tour, 2) Kiss Saigon by night and 3) Kiss Food Tour
And i must say i enjoyed through out with them.
Kudos to their lady guide, each of them are professional and knowledgable, helpful and attentive.
They are the lady master on the road, always making sure safety and comfort while the road.
And they always listened to feedback and customised the itinerary accordingly.
Highly recommended to anyone who wish to engage them for a unforgettable, exciting and fun touring experience on 2 wheelers!
🛵🛵
*** Special shout out to the 3 ladies guide: Kio, Keidy & Jessica 👍👍👍
We had a great tour through Saigon last night. 2 young ladies took us safely through the mad traffic by motor bikes. I would have never done it myself 😊. The food was very delicious!!! A must to do!!!
Hi, just wish to share my recent encounter with Kiss Tour during my stay in Ho Chi Minh btw 15-19th Oct.I signed up a few tours with them, 1) Kiss City Tour, 2) Kiss Saigon by night and 3) Kiss Food TourAnd i musr say i enjoyed through out with them.Kudos to their lady guide, each of them are professional and knowledgable, helpful and attentive.They are the lady master on the road, always making sure safety and comfort while the road.And they always listened to feedback and customised the itinerary accordingly.Highly recommend to anyone who wish to engage them for a unforgettable, excuting and fun touring experience on 2 wheelers!🛵🛵*** Special shout out to the 3 ladies guide: Kio, Keidy & Jessica 👍👍👍
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
});
});