<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vy Diep &#8211; Maze Vietnam</title>
	<atom:link href="https://www.mazevietnam.com/author/vydiep/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mazevietnam.com</link>
	<description>Your Travel Buddy for Every Step of your Journey</description>
	<lastBuildDate>Fri, 11 Jan 2019 17:03:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.15</generator>

<image>
	<url>https://www.mazevietnam.com/wp-content/uploads/2016/09/cropped-logomaze-32x32.jpg</url>
	<title>Vy Diep &#8211; Maze Vietnam</title>
	<link>https://www.mazevietnam.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Nightlight in Dalat</title>
		<link>https://www.mazevietnam.com/2017/04/20/nightlight-in-dalat/</link>
					<comments>https://www.mazevietnam.com/2017/04/20/nightlight-in-dalat/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 13:46:40 +0000</pubDate>
				<category><![CDATA[Da Lat]]></category>
		<category><![CDATA[da-lat]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=2717</guid>

					<description><![CDATA[<p>Nightlife in Dalat is when you wear many layers of clothes, feel hungry all the</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2017/04/20/nightlight-in-dalat/">Nightlight in Dalat</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nightlife in Dalat is when you wear many layers of clothes, feel hungry all the time, and desire to explore silent lives under the dark sky. So what could be more enchanting than these symbolic features: Xuan Huong Lake, Hell Market, and Cung To Chieu Cafe?</p>
<p><span id="more-2717"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 11.941882, lng: 108.446621};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 14
        });
        locations = [
           [11.941882, 108.446621],
           [11.943393, 108.437094],
           [11.930209, 108.427824],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<h5><strong>Xuan Huong Lake (Hồ Xuân Hương)</strong></h5>
<p>Xuan Huong Lake has been bringing the holy soul of Dalat since the city was born in the early twentieth century. You can get to the lakeside in any moment of the day to enjoy the peaceful flow of water, but that kind of experiences may turn much more special at night. Go with your friends, hire a double bike at Dalat Night Market, and ride around the lake to crazily enjoy extreme coldness.</p>
<figure style="width: 600px" class="wp-caption alignnone"><a href="http://khachsandalat.pro/wp-content/uploads/2016/08/cho-dem-tuyet-dep-dalat-1.jpg" rel="lightbox[2717]"><img class="size-large" src="http://khachsandalat.pro/wp-content/uploads/2016/08/cho-dem-tuyet-dep-dalat-1.jpg" width="600" height="407" /></a><figcaption class="wp-caption-text">Photo via khachsandalat.pro</figcaption></figure>
</div>
<div class="contentToggle" id="toggle1">
<h5><strong>Dalat Night Market</strong></h5>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Chợ đêm Đà Lạt, 4/2013" href="https://www.flickr.com/photos/hmoong/8683300442/in/photolist-eejbGA-cSVjnq-ra3nW9-7yYEjS-cSVp2C-8DMjB7-22xwX1-7fHn7v-stnvH-cSVCFJ-qT9L6D-yWpac-cSVrah-cSVBRh-4XHW7b-qSyQTL-cAxxz9-7HLCUH-6MDAa7-94nqQz-94qwoj-e7ut43-fxC3R1-9uZ6gt-c4HqHh-oRarDu-4gCGqU-6dhsg7-CG1x9-qT9TXa-a5CZix-9v37ZA-94nqRD-2uws8F-2fRTyh-5CBKc2-94qwnb-adMnrT-4AuBFm-9mHSaB-mNYtH-qT7UDr-qdySgN-b4xQcK-qdM3ji-cSVvDL-4ZHMPx-61h2Mi-fv2JVg-4gtUQP" data-flickr-embed="true"><img src="https://c1.staticflickr.com/9/8123/8683300442_ece3401144_z.jpg" alt="Chợ đêm Đà Lạt, 4/2013" width="640" height="432" /></a><figcaption class="wp-caption-text">Photo credit: Khánh Hmoong via Flickr</figcaption></figure>
<p>This well-known destination is also called Hell Market (Chợ Âm Phủ) due to its scary atmosphere without electricity a long time ago. Nowadays, the market has turned much more crowded and colorful with a considerable number of travelers wandering around for street foods, woolen clothes, souvenirs, etc. Dalat Night Market is only one kilometer long, but it seems to become endless for visitors to discover.</p>
<p><em>Opening hours: 5:00 pm – 5:00 am<br />
</em><em>Address: Nguyen Thi Minh Khai street, ward 1, Dalat, Lam Dong (Beside Dalat Market)</em><br />
</div>
<div class="contentToggle" id="toggle2">
<h5><strong>Cung To Chieu Cafe (Cafe Cung Tơ Chiều)</strong></h5>
<p>Lying on a bleak hill near Bao Dai’s Summer Palace, Cung To Chieu Cafe is considered one of the four craziest features of Dalat. Visiting here, you will absolutely get impressed by creepy surroundings, as well as a female singer with untidy hair holding a guitar and a cigarette. This is Mrs. Giang, the owner of the coffee shop. She has such a glamorous voice that it has become a specialty of City of Eternal Spring for more than a decade. Another noticeable factor is that you are not allowed to speak louder than music and use a phone so that everyone could enjoy their night to the fullest.</p>
<figure style="width: 768px" class="wp-caption alignnone"><a title="cung to chieu cafe-ĐL" href="https://www.flickr.com/photos/43695272@N05/4026736546/in/photolist-78Q5ub-qxSUqj-97vQhY-qA69q3-c9XvXN-ceBUeN-91xkD6-cCAvvL-e5DYdu-cxUbJh-ao8D37-a31Tug-a6QPFq-ouZkrB-dc8nRA-cS5D5s-a3RXKL-ayeLns-8wbWpP-boVVgh-9ze86p-bQHXbi-9Demz2-hLJAHs-a7pEsX-9AAvK2-bQHX6a-wAmmz2-7yKFXS-qzZBRX-6AVkxK-9c1NwN-vVYwnz-pDanfA-9AbSuu-qzZBhk-9p7ioA-qiHgMK-9ktpNb-8gYWJM-qiB3AN-wQwVyb-pDaqyu-9aZFiJ-qxT5EC-qiKaTV-qxSSxG-bBPg6U-8Z7TpS-8BVY2M/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3513/4026736546_79ed097985_b.jpg" alt="cung to chieu cafe-ĐL" width="768" height="1024" /></a><figcaption class="wp-caption-text">Photo credit: tomato19708 via Flickr</figcaption></figure>
<p><em>Opening hours: 7:30 pm to 10:30 pm<br />
</em><em>Prices: 100 000 vnd<br />
</em><em>Address: #27K Le Hong Phong street, ward 3, Dalat, Lam Dong<br />
</em><em>Telephone:</em> <span style="color: #800000;"><em><u>(+84)633821185</u></em></span><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2017/04/20/nightlight-in-dalat/">Nightlight in Dalat</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2017/04/20/nightlight-in-dalat/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>What and where to eat in Dalat?</title>
		<link>https://www.mazevietnam.com/2017/04/20/what-and-where-to-eat-in-dalat/</link>
					<comments>https://www.mazevietnam.com/2017/04/20/what-and-where-to-eat-in-dalat/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 13:41:29 +0000</pubDate>
				<category><![CDATA[Da Lat]]></category>
		<category><![CDATA[da-lat]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=3461</guid>

					<description><![CDATA[<p>Beside romantic scenery, the City of Flowers is alluring because of its cuisine. Foods in</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2017/04/20/what-and-where-to-eat-in-dalat/">What and where to eat in Dalat?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Beside romantic scenery, the City of Flowers is alluring because of its cuisine. Foods in Dalat are mainly prepared as hot dishes with an attractive smell and unique taste, which makes travelers never want to leave such a place.</p>
<p><span id="more-3461"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 11.942655, lng: 108.436927};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 13
        });
        locations = [
           [11.942655, 108.436927],
           [11.943251, 108.437425],
           [11.943907, 108.434983],
           [11.951674, 108.433492],
           [11.942392, 108.450600],
           [11.942816, 108.435191],
           [11.947407, 108.437100],
           [11.944245, 108.435783],
           [11.944367, 108.439793],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<h5><strong>Dalat Night Market</strong></h5>
<p>It is undeniable that Dalat Night Market is a paradise of food for tourists. If you are hungry, do not forget to find stalls selling Vietnamese noodles such as bánh canh, bún riêu, hủ tíu, etc. Furthermore, once delving into the cuisine here, you should never skip these four popular snacks: thịt nướng (grilled meat), bánh tráng nướng (Vietnamese pizza), bánh ống lá dứa (pineapple leaf tube cake), and sữa đậu nành (soy milk). The prices are just about 10 000 vnd – 20 000 vnd, but their deliciousness is extremely irresistible.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Chợ đêm Đà Lạt" href="https://www.flickr.com/photos/hanphotography/7477805382/in/photostream/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/9/8024/7477805382_7b60174e10_z.jpg" alt="Chợ đêm Đà Lạt" width="640" height="426" /></a><figcaption class="wp-caption-text">Photo credit: Hung Pham via Flickr</figcaption></figure>
<p><em>Opening hours: 5:00 pm – 5:00 am<br />
</em><em>Address: Nguyen Thi Minh Khai street, ward 1, Dalat, Lam Dong (Beside Dalat Market)</em><br />
</div>
<div class="contentToggle" id="toggle1">
<h5><strong>L'ANGFARM Coffee Buffet</strong></h5>
<p>L’ANGFARM is such a well-known brand when it comes to stores selling specialties, especially dried fruits and teas, of Dalat. To try all of its fresh and sanitary products, you just need to pay 44 000 vnd for a coffee buffet on the second floor of L’ANGFARM store (#6 Nguyen Thi Minh Khai street). There are about 30 types of dried candied fruit, 10 flavors of ice cream, 10 kinds of tea, juice, and coffee, as well as some grilled vegetables. Besides, what you may expect is a nice view of a dynamic center of Dalat at night.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="L'angfarm buffet" href="https://www.flickr.com/photos/tanyafm/16262485444/in/photolist-PTAgnU-qM4um5-rrtLf7/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7620/16262485444_0b96835b00_z.jpg" alt="L'angfarm buffet" width="640" height="427" /></a><figcaption class="wp-caption-text">Photo credit: Tanya Fominykh via Flickr</figcaption></figure>
<p><em>Opening hours: 4:30 pm to 10:30 pm<br />
</em><em>Prices: 44 000 vnd<br />
</em><em>Address: #6, Nguyen Thi Minh Khai street, ward 1, Dalat, Lam Dong</em><br />
</div>
<div class="contentToggle" id="toggle2">
<h5><strong>Bánh ướt lòng gà Trang</strong></h5>
<p>Crowded all day and night, Trang restaurant steals travelers’ hearts with a dish called bánh ướt lòng gà (steamed thin rice pancake with pig’s offals or chicken). However, due to a giant number of customers, the service is quite slow, and you are suggested to take the food directly at the cooking area to save your time.</p>
<figure style="width: 480px" class="wp-caption alignnone"><a href="https://media.foody.vn/res/g3/22286/prof/s480x300/foody-mobile-foody-quan-trang-ban-577-636143759622885685.jpg" rel="lightbox[3461]"><img class="size-large" src="https://media.foody.vn/res/g3/22286/prof/s480x300/foody-mobile-foody-quan-trang-ban-577-636143759622885685.jpg" width="480" height="300" /></a><figcaption class="wp-caption-text">Photo via media.foody.vn</figcaption></figure>
<p><em>Opening hours: 1:30 pm to 8:00 pm<br />
</em><em>Prices: 32 000 vnd<br />
</em><em>Address: #15, Tang Bat Ho street, ward 1, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)633825043</u></span></em><br />
</div>
<div class="contentToggle" id="toggle3">
<h5><strong>Nem nướng Bà Hùng</strong></h5>
<p>Vietnamese cuisine is famous for wrap and roll dishes, and rice paper wraps with nem nướng (grilled meatballs, usually made of pork) absolutely impress you at first bite. Moreover, the special peanut sauce may even make you wonder what it is made from. Nevertheless, slow service is a minus point of Bà Hùng restaurant.</p>
<figure style="width: 480px" class="wp-caption alignnone"><a href="https://media.foody.vn/res/g1/363/prof/s480x300/foody-mobile-foody-nem-nuong-ba-h-200-636142188187043763.jpg" rel="lightbox[3461]"><img class="size-large" src="https://media.foody.vn/res/g1/363/prof/s480x300/foody-mobile-foody-nem-nuong-ba-h-200-636142188187043763.jpg" width="480" height="300" /></a><figcaption class="wp-caption-text">Photo via media.foody.vn</figcaption></figure>
<p><em>Opening hours: 9:30 am to 9:00 pm<br />
</em><em>Prices: 40 000 vnd<br />
</em><em>Address: #328, Phan Dinh Phung street, ward 2, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)</u></span></em><span style="color: #3366ff;"><a style="color: #3366ff;" href="tel:0633.827.519"><em><u>633827519</u></em></a></span><br />
</div>
<div class="contentToggle" id="toggle4">
<h5><strong>Bánh căn Lệ</strong></h5>
<p>This type of Vietnamese pancake is made of rice flour and egg (or beef). Eaten with fish sauce, hot and crunchy bánh căn is a perfect choice when you endure the freeze of Dalat. However, the restaurant lies in an alley so you may find it difficult to reach there. At that moment, do not hesitate to ask the local for help. They are friendly, and so is the owner of Lệ restaurant.</p>
<figure style="width: 480px" class="wp-caption alignnone"><a href="https://media.foody.vn/res/g12/113647/prof/s480x300/foody-mobile-w2-jpg-918-635766263932814749.jpg" rel="lightbox[3461]"><img class="size-large" src="https://media.foody.vn/res/g12/113647/prof/s480x300/foody-mobile-w2-jpg-918-635766263932814749.jpg" width="480" height="300" /></a><figcaption class="wp-caption-text">Photo via media.foody.vn</figcaption></figure>
<p><em>Opening hours: 6:00 am to 10:00 pm<br />
</em><em>Prices: 10 000 vnd – 30 000 vnd<br />
</em><em>Address: #27/44, Yersin street, ward 10, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)933189596</u></span>; <span style="color: #3366ff;"><u>(+84)933901198</u></span></em><br />
</div>
<div class="contentToggle" id="toggle5">
<h5><strong>Chè Hé</strong></h5>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Chè Khoai Mì Chuối Xiêm" href="https://www.flickr.com/photos/49055387@N07/4670936326/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/2/1277/4670936326_886308672f_z.jpg" alt="Chè Khoai Mì Chuối Xiêm" width="640" height="480" /></a><figcaption class="wp-caption-text">Photo credit: somethings2consider via Flickr</figcaption></figure>
<p>The weird name Hé, which means “open a little”, comes from the fact that the restaurant’s door used not to be widely open due to the severe chill of the city at night. Nonetheless, the number of customers is rising gradually day by day, so there is no more a “hé” door. Talking about chè (Vietnamese sweet gruel), you could make a choice among approximately 10 types, as well as choose a hot bowl or an iced glass of it. In addition, free hot tea served here will warm your body up.</p>
<p><em>Opening hours: 5:00 pm to 9:00 pm<br />
</em><em>Prices: 6 000 vnd – 11 000 vnd<br />
</em><em>Address: #11A, Ba Thang Hai street (3/2 street), ward 1, Dalat, Lam Dong</em><br />
</div>
<div class="contentToggle" id="toggle6">
<h5><strong>Kem bơ Thanh Thảo</strong></h5>
<figure style="width: 600px" class="wp-caption alignnone"><a title="butter cream - fruit" href="https://www.flickr.com/photos/phuongkim1981/14043732251/in/photolist-noZNjF-nneNEE-nr3CVK/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/6/5068/14043732251_9a23ac8bd9_c.jpg" alt="butter cream - fruit" width="600" height="800" /></a><figcaption class="wp-caption-text">Photo credit: phuongkim1981 via Flickr</figcaption></figure>
<p>In the City of Eternal Spring, with regards to ice cream, Thanh Thảo is the number-one name recommended for visitors. Its specialty is kem bơ (avocado ice cream) with such an unforgettable taste. Notwithstanding, despite impressively fast service, the limited area of Thanh Thảo restaurant still causes inconvenience for customers. Another noticeable factor of this place is chè Thái (Thai sweet gruel) with an addictive flavor of durian.</p>
<p><em>Opening hours: 8:00 am to 9:00 pm<br />
</em><em>Prices: 15 000 vnd – 33 000 vnd<br />
</em><em>Address: #76, Nguyen Van Troi street, ward 2, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)</u></span></em><span style="color: #3366ff;"><a style="color: #3366ff;" href="tel:0683.822.483"><em><u>683822483</u></em></a></span><br />
</div>
<div class="contentToggle" id="toggle7">
<h5><strong>Café Tùng</strong></h5>
<p>Classic and cozy Café Tùng has been staying in the heart of Dalat’s citizens for more than half a century. Sitting on an old-fashioned couch to enjoy a simple glass of coffee, you will find yourself getting immersed in the gentle melody of Trịnh’s music. Furthermore, Café Tùng is assumed to be the first place where Trịnh Công Sơn and Khánh Ly met each other. Whereas one is a legendary composer of Vietnam, the other is a talented diva; their love story still appears as a mystery though. On the other hand, you may try famous cheese yogurt here.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Cafe Tùng" href="https://www.flickr.com/photos/ghiencafe/4813013650/in/photolist-8kiXgY-8kiX8h-8wYeS4-q1i8vM-8kfLui-8kiYas-8kfKXt-8kiXvd-8x2dC7-8kiXEJ-8kiXaU-7GTAzz-8kfKFZ-8kiX3A-8kfLqH-8kfKs4-8kiXrq-Dkswoi-a4RY6f-9F5tXq-abYzds-cTZyqA-byvJUx-jrHhWf-bpacAn-anFwpj-b4p2D-jmcNrz-jWVA7M-fnoCMH-jaMEVv-9GTskN-7vudUu-9SaWSA-fnCRb9-9f6VhP-7vBjhv-cvHnNq-baawkD-2TEapP-asx9gG-5aFesF-9tJi1s-7vudM7-cczLeN-5iRrZ9-5MgevF-cDfksh-aMWUCB-9PDAfw" data-flickr-embed="true"><img src="https://c1.staticflickr.com/5/4123/4813013650_329b4423cf_z.jpg" alt="Cafe Tùng" width="640" height="428" /></a><figcaption class="wp-caption-text">Photo credit: Ghiền Cà Phê via Flickr</figcaption></figure>
<p><em>Opening hours: 6:00 am to 10:00 pm<br />
</em><em>Prices: 15 000 vnd – 55 000 vnd<br />
</em><em>Address: #6, Khu Hoa Binh, ward 1, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)633821390</u></span></em><br />
</div>
<div class="contentToggle" id="toggle8">
<h5><strong>V Café</strong></h5>
<figure style="width: 640px" class="wp-caption alignnone"><a title="DSC00448-Edit.jpg" href="https://www.flickr.com/photos/kitestring/15822381170/in/photolist-7ESweV-bmsHp3-7ESwiR-7ESwcc-7EWnGU-7EWnKC-Rvmou-7EWnBU-4GdYvM-7QeMSm-q7aQFm/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/9/8641/15822381170_257bb51e52_z.jpg" alt="DSC00448-Edit.jpg" width="640" height="427" /></a><figcaption class="wp-caption-text">Photo credit: kite string via Flickr</figcaption></figure>
<p>After a journey of searching for Vietnamese foods, Western dishes such as pizza, pasta, beefsteak, salad, etc. always wait for you at V Café. There are two options of seats: indoors for a warm atmosphere or outdoors for an elegant view of Bui Thi Xuan street at night. Last but not least, nightly live music (7:30 pm to 9:00 pm) is a reason why the restaurant attracts a considerable number of customers.</p>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://www.vcafedalatvietnam.com/"><em><u>http://www.vcafedalatvietnam.com/<br />
</u></em></a></span><em>Opening hours: 7:00 am to 10:30 pm<br />
</em><em>Address: #1, Bui Thi Xuan street, ward 2, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)633520215</u></span></em><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2017/04/20/what-and-where-to-eat-in-dalat/">What and where to eat in Dalat?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2017/04/20/what-and-where-to-eat-in-dalat/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Where to stay in Dalat?</title>
		<link>https://www.mazevietnam.com/2017/04/20/where-to-stay-in-dalat/</link>
					<comments>https://www.mazevietnam.com/2017/04/20/where-to-stay-in-dalat/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 13:20:00 +0000</pubDate>
				<category><![CDATA[Da Lat]]></category>
		<category><![CDATA[da-lat]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=3463</guid>

					<description><![CDATA[<p>Paying a visit to Dalat, travelers could make their choice among an enormous number of</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2017/04/20/where-to-stay-in-dalat/">Where to stay in Dalat?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Paying a visit to Dalat, travelers could make their choice among an enormous number of hostels, homestays, hotels, and resorts, ranging from economical spots to deluxe ones. Currently, hostels are favored the most due to reasonable costs and trendy designs.</p>
<p><span id="more-3463"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 11.930847, lng: 108.450780]};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 11
        });
        locations = [
           [11.930847, 108.450780],
           [11.944718, 108.434838],
           [11.949212, 108.474073],
           [11.940800, 108.436516],
           [11.886785, 108.423504],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<h5><strong>The Circle Vietnam Hostel</strong></h5>
<p>Among modern and unique hostels in Dalat, The Circle Vietnam is one of the most well-known locations. Staying in colorful tube-shaped rooms, customers could use the front yard for night activities such as campfire or BBQ, slowly watching the City of Romance light up. However, owing to the limited area, each room is not equipped with a personal toilet. Therefore, you have to use the shared one, which is clean and very near the rooms. Besides, since the hostel lies on a small hill, a spectacular view of the valley below will steal your heart at first sight.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="the-circle-vietnam-hostel-da-lat-ivivu-71" href="https://www.flickr.com/photos/7555250@N05/28606565005/in/photolist-BXfMF4-KzS892" data-flickr-embed="true"><img src="https://c1.staticflickr.com/9/8025/28606565005_2e09e066fc_z.jpg" alt="the-circle-vietnam-hostel-da-lat-ivivu-71" width="640" height="267" /></a><figcaption class="wp-caption-text">Photo credit: Huong Do via Flickr</figcaption></figure>
<p><em>Address: #233, Dang Thai Than street, ward 3, Dalat, Lam Dong</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)916380738</u></span></em><br />
</div>
<div class="contentToggle" id="toggle1">
<h5><strong>Beepub Hostel &amp; Dorm</strong></h5>
<p>Situated in the dynamic center of Dalat city, Beepub is a favorite selection of foreign backpackers due to acceptable prices and a colorful outlook. Two types of living spaces served here are single room and dorm. The design of each room is simple but elegant, and especially it never repeats. Last but not least, there is a minibar for you and your friends to spend a memorable night together.</p>
<p><em>Address: #74, Truong Cong Dinh street, ward 1, Dalat, Lam Dong</em></p>
<p><em>Telephone: <span style="color: #3366ff;"><u>(+84)962731274</u></span></em><br />
</div>
<div class="contentToggle" id="toggle2">
<h5><strong>Windy Hill Coffee &amp; Homestay</strong></h5>
<p>Traveling to the City of Flowers, you are suggested to reunite with the romantic nature. Thus, Windy Hill should be included in your list of hostels and homestays. From the window of each room, you could observe the fascinating scenery of Dalat’s valley, which appears mysterious in the early morning because of a heavy layer of fog. In addition, the homestay is filled with charming corners for you to take graceful photos.</p>
<p><em>Address: #106, Hung Vuong street, ward 11, Dalat, Lam Dong</em></p>
<p><em>Telephone: <span style="color: #3366ff;"><u>(+84)971784570</u></span></em><br />
</div>
<div class="contentToggle" id="toggle3">
<h5><strong>Ngoc Lan Hotel</strong></h5>
<p>Ngoc Lan Hotel has an ideal location which is next to Dalat Market and an intersection of main roads in the city. Its four-star standard provides you with relaxation services such as sauna, massage, karaoke, golf, etc. Moreover, when having meals in its restaurant named Tulip, you are able to catch a tranquil view of Xuan Huong Lake with the slow flow of water.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Ngoc Lan Hotel Da Lat" href="https://www.flickr.com/photos/hotelsvietnam/16339476681/in/photolist-qTS6ac-cTPcSC-92gutU-5Wtz3C-gLGfh-7uUG5c-dhq9Uu-nicgPN-5Wtz1E-hTYj29-qByX7r-pvYJT1-eCBBwN-J6gyc-fkSujU-eCBAHW-6Qgsqm-eCBASN-79J9PG-hTYndu-conEgf-5Sd1k-4mWJC2-7oLf1a-edbk68-aE1Mf3-a58XZA-5Q4idx-qRJ61h-btXwJu-67iWhu-qRJ6HE-bGSjSB-4jLqfW-cxnW73-dhqefg-ag9Woh-hTYTDt-93fu6c-biRPkg-qU22b6-9vrgKr-4B8uuX-dZEmJM-a58Zhg-eCyqdV-btXwSU-8h1apD-8Nsbwr-bGSjZH" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7469/16339476681_658baa768b_z.jpg" alt="Ngoc Lan Hotel Da Lat" width="640" height="395" /></a><figcaption class="wp-caption-text">Photo credit: hotelsvietnam via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://www.ngoclanhotel.vn/"><em><u>http://www.ngoclanhotel.vn/</u></em></a></span><em> (English, Vietnamese)<br />
</em><em>Address: #42, Nguyen Chi Thanh street, ward 1, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)633838838</u></span></em><br />
</div>
<div class="contentToggle" id="toggle4">
<h5><strong>Dalat Edensee Lake Resort &amp; Spa</strong></h5>
<p>Lying in a quite desolate region, Dalat Edensee is a luxurious five-star resort which could meet most of your demands for a worth tour to Dalat. Beside impressive architecture of buildings and villas, an astonishing landscape of Tuyen Lam Lake will forever stay in your mind. Notwithstanding, you may confuse whether it is inconvenient when the resort is far from the city center; then, you could rent a car (including driver/guide) to discover the whole Dalat. Furthermore, outdoor activities are also amazing highlights of the resort: archery, kayak, animal farm, lake round path, forest challenge, ecosystem tour, etc.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Dalat Edensee | architecture Photography" href="https://www.flickr.com/photos/khanhvu9000/19831224256/in/photolist-qBsShN-etXeUd-wdqd4A-b15BHM-b15xai-dVaMa2-sdiBag-dV9D7p-dVbyK4-dVbxJM-dVbJDX-dVggLS-dVh9rW-dVaGye-dVaLAx-dVbxEB-dVh9R3-iWs6Zh-dVh8bU-iWrhRZ-iWrgg4-dVhdKS-dVaG9H-dVbyXe-dVaM3M-dVbz5K-CexxdQ-dVggrd-dVgmb7-iWtVrG-dVgmiw-iWs5T9-iWrY1w-dVbJkV-LjHBNH-aYWEGp" target="_blank" rel="noopener noreferrer" data-flickr-embed="true"><img src="https://c1.staticflickr.com/1/334/19831224256_da6dab5887_z.jpg" alt="Dalat Edensee | architecture Photography" width="640" height="431" /></a><figcaption class="wp-caption-text">Photo credit: Khánh Vũ Bùi</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="https://www.dalatedensee.com/"><em><u>https://www.dalatedensee.com/</u></em></a></span><em> (English, Vietnamese)<br />
</em><em>Address: Tuyen Lam lake, zone VII.2, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)633831515</u></span></em><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2017/04/20/where-to-stay-in-dalat/">Where to stay in Dalat?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2017/04/20/where-to-stay-in-dalat/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Shopping in Dalat</title>
		<link>https://www.mazevietnam.com/2016/12/10/shopping-in-dalat/</link>
					<comments>https://www.mazevietnam.com/2016/12/10/shopping-in-dalat/#respond</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Sat, 10 Dec 2016 10:29:26 +0000</pubDate>
				<category><![CDATA[Da Lat]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=2624</guid>

					<description><![CDATA[<p>Visiting Dalat means turning unable to resist buying its specialties, especially dried fruits and teas.</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/12/10/shopping-in-dalat/">Shopping in Dalat</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Visiting Dalat means turning unable to resist buying its specialties, especially dried fruits and teas. Listed down here are a variety of well-known locations which will satisfy your shopping demand.<br />
<span id="more-2624"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 11.943361, lng: 108.437214};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 13
        });
        locations = [
           [11.943361, 108.437214],
           [11.938027, 108.444218],
           [11.971376, 108.421780],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       colors = ["red", "yellow", "#8d2424", "green", "blue"];
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<h5><strong>Dalat Market</strong></h5>
<p>Dalat Market is the heart of “ the jewelriesCity of Eternal Spring”, where you could explore most local specialties such as vegetables, fruits, teas, wines, flowers, wool clothes, etc. When you wander around, confusion may appear due to lots of choices for one kind of products. At that moment, just simply pick a place you like because you are on an enjoyable vacation anyway. Besides, it is suggested that you go shopping in the early morning for fresh products, as well as buy a reusable grocery bag (approximately 15 000 vnd) to carry plenty of things and protect the environment.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Dalat Market" href="https://www.flickr.com/photos/lizthegirl/16521110516/in/photolist-raV1z3-7ZoYdt-6s7U6r-7ZoVUe-8RAE1-fUv1Lm-6Zoca1-3hofQ-3hocA-nMZpCT-aCmjFu-qVKxzr-7Ayf1n-652PuC-gd6pxJ-HCGpK-bv2An1-rjPDia-bbrhU-ofavkU-83BwaL-gTkMfi-FFNBv-ofauX9-qgpGjx-bbrhS-7Xi1wL-aD3YwC-bbrhT-oypR6e-cyC9jy-e2DC12-4YPMVX-2RHn6K-8pJhyC-a451qN-2qwtow-b11YZe-7WFm4G-84Vr1N-8BmVVk-qy1qjp-9CunH7-9Csdig-8jfrKS-5WWWNZ-97th7m-aCiCqx-5LSMFs-biV2dZ%20Opening%20hours:%207:00%20am%20to%207:00%20pm" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7317/16521110516_8f5d8dcf54_c.jpg" alt="Dalat Market" width="800" height="534" /></a><figcaption class="wp-caption-text">Photo credit: Liz Tan via Flickr</figcaption></figure>
<p><em>Address: #4, Nguyen Thi Minh Khai street, ward 1, Dalat, Lam Dong</em><br />
</div>
<div class="contentToggle" id="toggle1">
<h5><strong>Big C Dalat Supermarket</strong></h5>
<p>From Xuan Huong Lake in the center of Dalat, it is easy to recognize Big C Supermarket with two noticeable colors red and green. The total area of this famous stop for tourists is more than 13500 square meters, and a diversity of consumer goods such as foods, clothesjewelry, cosmetics, and electronic stuff are sufficiently provided.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Big C สาขา Dalat สร้างริมน้ำ และลงใต้ดิน เก๋มากๆ คนก็เยอะมาก Central รวยๆ" href="https://www.flickr.com/photos/phz/9580350175/in/photolist-fAzNki-Nub2Yi-nxjLAi-hqnK7R-irAce3-7Zuwt5-25RK5v-CzLKRY-CzTAL8-CzLKjA-CFTwDf-CG1hkF-DchkKY" data-flickr-embed="true"><img src="https://c1.staticflickr.com/6/5539/9580350175_b83c2dd89d_c.jpg" alt="Big C สาขา Dalat สร้างริมน้ำ และลงใต้ดิน เก๋มากๆ คนก็เยอะมาก Central รวยๆ" width="800" height="356" /></a><figcaption class="wp-caption-text">Photo credit: phz via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://www.bigc.vn/"><em><u>http://www.bigc.vn/</u></em></a></span><em> (Vietnamese, English)</em></p>
<p><em>Opening hours: 7:30 am to 10:00 pm<br />
</em><em>Address: Lam Vien square, Ho Tung Mau street – Tran Quoc Toan street, ward 10, Dalat, Lam Dong<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)633545055</u> </span>(line 190)</em><br />
</div>
<div class="contentToggle" id="toggle2">
<h5><strong>Central Highlands Museum of Biology (Bảo tàng Sinh học Tây Nguyên)</strong></h5>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Untitled" href="https://www.flickr.com/photos/markwu/3439172104/in/album-72157616628232815/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3631/3439172104_1a830c2acb_z.jpg" alt="Untitled" width="640" height="428" /></a><figcaption class="wp-caption-text">Photo credit: Mark Wu via Flickr</figcaption></figure>
<p>It seems weird to go shopping in a museum, right? Actually, inside the campus of Central Highlands Museum of Biology, there is a small shop selling some specific specialties of Dalat such as dried fruits, teas, coffees, juices, wines, etc. They are all popular products nearly every traveler buys when visiting Dalat, so choosing an appropriate store offering good qualities and reasonable costs never wastes your time. The shop mentioned above meets both criteria due to fresh products and cheap prices in comparison with other places in the city. Last but not least, friendly attitudes of the salesmen will leave an impression on you.</p>
<p><em>Opening hours: 8:00 am – 5:00 pm<br />
</em><em>Address: #116, Xo Viet Nghe Tinh street, ward 7, Dalat, Lam Dong</em><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/12/10/shopping-in-dalat/">Shopping in Dalat</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/12/10/shopping-in-dalat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Where to visit in Da Lat?</title>
		<link>https://www.mazevietnam.com/2016/11/24/where-to-visit-in-da-lat/</link>
					<comments>https://www.mazevietnam.com/2016/11/24/where-to-visit-in-da-lat/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 15:05:19 +0000</pubDate>
				<category><![CDATA[Da Lat]]></category>
		<category><![CDATA[da-lat]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=2362</guid>

					<description><![CDATA[<p>Although you have traveled to Da Lat from times to times, it still seems to</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/where-to-visit-in-da-lat/">Where to visit in Da Lat?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Although you have traveled to Da Lat from times to times, it still seems to be impossible to reach all attractive spots of this wonderful land. Dalat is small but hard to be understood fully since each destination brings such a special feeling which lasts forever in your heart. Places listed down here are some highly recommended highlights of Dalat you ought to pay a visit to.<span id="more-2362"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 12.046135, lng: 108.440591};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 10
        });
        locations = [
           [12.046135, 108.440591],
           [12.025653, 108.363344],
           [11.979646, 108.445741],
           [11.977631, 108.449518],
           [11.970914, 108.422052],
           [11.958823, 108.474580],
           [11.946395, 108.452951],
           [11.949754, 108.429948],
           [11.935311, 108.430978],
           [11.929600, 108.429605],
           [11.902726, 108.437502],
           [11.901047, 108.449174],
           [11.883409, 108.411237],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<h5><strong>Langbiang Mountain (Núi Langbiang)</strong></h5>
<p>About 12 kilometers away from the center of “the city of flower”, Langbiang Mountain attracts thousands of visitors a day. Behind this famous tourist attraction is a touching legend no one should ever miss once they get to know Dalat. The story was about forbidden love between Lang and Biang, each of whom belonged to different tribes living by the foot of the mountain. They ended up with tragic deaths together, but their holy love spread around and broke the distance between the two ethnic groups. Besides, Radar hill of Langbiang Mountain provides you with a spectacular view of Golden stream and Silver stream. You may get there by taking a jeep (50 000 vnd/each), walking along a road, or trekking. Whichever you choose, Langbiang will still become one of the most unforgettable destinations in your journey to Dalat.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Lang Biang - Đà Lạt" href="https://www.flickr.com/photos/23656797@N03/8865252700/in/photolist-cDVimm-RK2T95-SQe49x-evoJLu-ewfsX1-cCZqSq-7x71Gh-pds9Jw-6AFhFp-b78JcB-iEUwAB-SBs92q-fCtBy9-48jR3Z-rhGuc1-goPZg3-b78GNp-b78MHH-a47GVQ-aDaemp-b78HMp-qziTqt-iKzhiC-JqmLp-sHWzU" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3753/8865252700_8e4b4a16bc_c.jpg" alt="Lang Biang - Đà Lạt" width="800" height="355" /></a><figcaption class="wp-caption-text">Photo credit: Lê Anh Tuấn via Flickr</figcaption></figure>
<p><em>Admission prices: Adults: 20 000 vnd; Children: 10 000 vnd<br />
</em><em>Opening hours: 8:00 am – 5:00 pm<br />
</em><em>Address: Lat ward, </em><em>Lac Duong district</em><em>, Lam Dong<br />
</em><em>Telephone:</em> <span style="color: #3366ff;"><em><u>(+84)</u></em><em><u>633839456</u></em></span><br />
</div>
<div class="contentToggle" id="toggle1">
<h5><strong>Cu Lan Village (Làng Cù Lần)</strong></h5>
<p>The same as Langbiang Mountain, Cu Lan Village has some interesting stories behind its quite weird name. In Vietnamese, cù lần stands for sloth, a kind of shy animals living in the area a long time ago. Besides, another version which explains the origin of the village’s name is about a silly guy called “chàng Cù Lần” (Cù lần also means silly). He had a happy ending beside his beloved one after making lots of efforts to build a paradise in the forest for her. That ideal location is Cu Lan Village nowadays. Visiting here, you can delve into the quiet and peaceful nature to enjoy absolute relaxation; hence, renting a bungalow or a tent to stay overnight will bring you memorable experiences. Furthermore, there are attractive entertainment services you should try all such as safari tour, riding a horse, catching fish, natural bath, gongs party, etc.</p>
<figure style="width: 476px" class="wp-caption alignnone"><a title="Làng Cù Lần, Đà Lạt" href="https://www.flickr.com/photos/129289743@N07/32702908815/in/photolist-RPQXrr-cAqSi9-anV8uA-aKp8gH-cpwjNf-7xaZqS-brkuEQ-81NfFT-5wyxYY-aztMKG-891RVb-8tkHan-bANRnR-jN5VKv-brV2V2-8msWJm-cnHZru-cTPcSC-d4KwHN-asMBdP-nExxoh-cj9B7f-nxAbhe-pcXgcx-chyDtw" data-flickr-embed="true"><img class="" src="https://c1.staticflickr.com/1/677/32702908815_7268a87e8a_c.jpg" alt="Làng Cù Lần, Đà Lạt" width="476" height="197" /></a><figcaption class="wp-caption-text">Photo credit: Nguyen Toan Thang via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://culan.vn/"><em><u>http://culan.vn/</u></em></a></span><em> (Vietnamese, English)<br />
</em><em>Admission prices: Adults: 40 000 vnd; Children (Under 1.1m): </em><em>2 children charge 1 adult ticket<br />
</em><em>Opening hours: 8:00 am – 5:00 pm (Visiting); 5:00 pm – 10:00 pm (Gongs party); 24/24h (Resort)<br />
</em><em>Address: </em><em>Suoi Can hamlet, Lat ward, Lac Duong district</em><em>, Lam Dong<br />
</em><em>Telephone:</em> <span style="color: #3366ff;"><em><u>(+84)632229222</u></em><em><span style="color: #000000;">;</span> <u>(+84)948586878</u></em></span><br />
</div>
<div class="contentToggle" id="toggle2">
<h5><strong>Dream Hill (Đồi Mộng Mơ) &amp; </strong><strong>Valley of Love (Thung lũng Tình Yêu)</strong></h5>
<p>Standing next to each other on Mai Anh Dao street, Dream Hill and Valley of Love appear as tranquil and romantic highlights of the city. Tall green trees, wide blue lakes, and colorful flowers keep visitors taking pictures nonstop. Specifically, going to Dream Hill, you are recommended to join a night Gongs party where specialties of an ethnic group from central highlands are supplied. On the other hand, Valley of Love is a perfect spot for couples to have a memorable date. There are also a variety of tour packages where a jeep or a tramcar takes you around both locations for sightseeing. Otherwise, you may discover every corner of these two wide areas by slowly wandering around.</p>
<p><strong><em>Dream Hill (Đồi Mộng Mơ)</em></strong></p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Untitled" href="https://www.flickr.com/photos/markwu/3439051516/in/photolist-6eUdNJ-8DJ9Hi-6eUiqu-6ePPGR-6eU4fY-6eQ3rM-6eQhUv-6ePVFv-6ePWk8-6eU1mW-6eU53j-6DC46L-6VMGYh-6eU3cE-8DJauc-Bp5i2-6eUqss-8DMhL5-8DMi57-6eQ83F-6eUjUd-6ePRr2-6DC41o-6eQcG6-6ePUWZ-8DMir1-6eQ7ia-6eQeWg-8DMg5E-6eQbit-6eQ6nM-4t27Y1-8DJaQX-8DMgPd-6eUrxA-6eQ15g-6eU9xL-6eU8mW-6VHHvP-4PBj9-8DJbJT-Q6Mpz-6eTYyW-6eQ2e2-6eQ58K-NURqYA-MQwABG-NK9Q49-NK9LPU-NK9Juy" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3143/3439051516_6864bf0a5e_z.jpg" alt="Untitled" width="640" height="428" /></a><figcaption class="wp-caption-text">Photo credit: Mark Wu via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://doimongmo.com.vn/"><em><u>http://doimongmo.com.vn/</u></em></a></span><em> (Vietnamese)<br />
</em><em>Admission prices: Adults: 50 000 vnd; Children (0.8m – 1.2m): 20 000 vnd<br />
</em><em>Opening hours: 7:30 am – 6:00 pm (Visiting); 7:00 pm – 8:30 pm (Gongs party)<br />
</em><em>Address: #5, Mai Anh Dao street, ward 8, Dalat, Lam Dong<br />
</em><em>Telephone:</em><em><span style="color: #3366ff;"> <u>(+84)633821448</u></span>; <span style="color: #3366ff;"><u>(+84)633553737</u></span></em><br />
</div>
<div class="contentToggle" id="toggle3">
<strong><em>Valley of Love (Thung lũng Tình Yêu)</em></strong></p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Scenic Overlook, Valley of Love, Dalat, Vietnam" href="https://www.flickr.com/photos/dannyfoster/9309257599/in/photolist-fbCnXn-bAW5CS-68dXg9-b3B3Lt-7K8TtP-q9sLCQ-rpEHto-enZVgU-2vB1j5-8mYCig-bAVwBy-e2tNv1-bPQDXF-bPQbbX-bAVYwL-91eLR-91eKS-91eL6-bAW6kN-5EGMu1-9X1Be5-8n2JPG-bPQHYe-bPQHAB-bAW2h9-bAViVf-4Gs1VF-68eR39-8n2KqN-9WXHKP-6gUfwV-stXa-bPyuQt-bqXyUj-91eLg-bAVXyL-4Nqoj6-bPQ8Qr-2zwQF7-8npBff-bAW231-68ezxC-65Zvmq-3vym4d-47ucjr-8n2K9C-dBfJiU-CHDc7X-bPPY62-5CFXXS/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7397/9309257599_610f2b2324_c.jpg" alt="Scenic Overlook, Valley of Love, Dalat, Vietnam" width="800" height="450" /></a><figcaption class="wp-caption-text">Photo credit: Danny Foster via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://thunglungtinhyeu.vn/"><em><u>http://thunglungtinhyeu.vn/</u></em></a></span><em> (Vietnamese, English)<br />
</em><em>Admission prices: Adults: 40 000 vnd; Children (0.8m – 1.2m): 20 000 vnd<br />
</em><em>Opening hours: 7:30 am – 6:00 pm<br />
</em><em>Address: #7, Mai Anh Dao street, ward 8, Dalat, Lam Dong<br />
</em><em>Telephone:</em><em><span style="color: #3366ff;"> <u>(+84)633821448</u></span>; <span style="color: #3366ff;"><u>(+84)633553737</u></span></em><br />
</div>
<div class="contentToggle" id="toggle4">
<h5><strong>Central Highlands Museum of Biology (Bảo tàng Sinh học Tây Nguyên)</strong></h5>
<p>The museum gives you a closer look at valuable collections of wild animals and plants in not only Lam Dong province but also Central Highlands of Vietnam. There are over 1300 animals on display and nearly 260 types of orchids, which makes visitors feel like they are lost in a magnificent small version of Central Highlands. Nevertheless, regarding a demand of buying specialties of Dalat such as dried fruits and teas, it is strongly suggested that you visit the small shop here due to high-quality products and cheaper prices in comparison with anywhere else.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Untitled" href="https://www.flickr.com/photos/markwu/3438363629/in/photolist-6eQFdg-6eUCxy-6eUAys-6eQH2P-6eQrJa-6eQDyH-6eQuFn-6eUQgf-6eQxCe-6eUGaj-6eQFxT-6eUMb9-6eQHhK-6eQv8P-6eQC6z-6eQE4t-6eUE3L-6eQGtB-6eQvHx-6eQCQn-6eQtjD-6eQxfx-6eULh7-6eUGD7-6eQAXZ-6eUHRw-6eQzmz-6eQG4p-6eQyWX-6eUJfC-6eUKDh" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3633/3438363629_7c21399077_z.jpg" alt="Untitled" width="640" height="428" /></a><figcaption class="wp-caption-text">Photo credit: Mark Wu via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://www.tni.ac.vn/"><em><u>http://www.tni.ac.vn/</u></em></a></span><em> (Vietnamese)<br />
</em><em>Admission prices: Adults: 15 000 vnd; Children: Free<br />
</em><em>Opening hours: 8:00 am – 5:00 pm<br />
</em><em>Address: #116, Xo Viet Nghe Tinh street, ward 7, Dalat, Lam Dong<br />
</em><em>Telephone:</em><span style="color: #3366ff;"><em> <u>(+84)633822078</u></em></span><br />
</div>
<div class="contentToggle" id="toggle5">
<h5><strong>Giant Pumpkin Garden (Vườn bí ngô khổng lồ)</strong></h5>
<p>Xuan Huong Vegetable Cooperative is where this fabulous garden belongs to. The pumpkins here weigh between 30 kilograms and 100 kilograms, as well as worth from 3 million vnd to 5 million vnd. Besides, not only can visitors take photos with cute orange or white pumpkins, but they are also able to buy other fresh kinds of vegetables such as black tomato, bell pepper, onion, etc. with the price about 25 000 vnd per package.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="DSCF4557" href="https://www.flickr.com/photos/daudinhan/24621107349/in/photolist-efCABu-dWc5GQ-coEjJm-c15y8Y-bpN97A-bCH6rV-bCqBLZ-bCH4HX-dYno6H-cuobKh-c15uL5-edvWy7-96qKu9-bBQSmg-c15w6G-c15zdL-bCqV7a-ddUAMk-c15Dxj-9TxEK7-bHn7jp-boW8iN-8w14jE-7qmbnS-dUiL6Y-dHf6Vu-5Yh9Fy-FS3mj6-ybCygU-s17oFS-HYdeiw-GzKYs5-96qS5m-96qMHs-7kyB7t-6g9fV8-dLXWCa-coW3yU-3hftER-DVVA6g-DTK27J-DvFBQZ-DvFAZv-DTK1Hh-D7LVUM-DVVxhR-E5aJeZ-D7rJbq-DvFBqR-DVVvpn" data-flickr-embed="true"><img src="https://c1.staticflickr.com/2/1529/24621107349_a39deb3784_c.jpg" alt="DSCF4557" width="800" height="600" /></a><figcaption class="wp-caption-text">Photo credit: daudinhan</figcaption></figure>
<p><em>Admission prices: 10 000 vnd<br />
</em><em>Opening hours: 7:00 am – 7:00 pm<br />
</em><em>Address: #50, Ho Xuan Huong street, ward 12, Dalat, Lam Dong</em><br />
</div>
<div class="contentToggle" id="toggle6">
<h5><strong>Pedagogical College of Dalat (Trường Cao đẳng Sư phạm Đà Lạt)</strong></h5>
<p>Made of beautiful bricks imported from Europe, Pedagogical College of Dalat was selected as one of the world’s most unique architectures in the twentieth century by International Union of Architects (UIA). The French built the school in 1927, and it is being used as a college training students to become teachers nowadays. Visitors can enter the school by showing ID cards to the guards at two specific periods of time when the students have finished classes. Moreover, there are a huge number of couples taking a wedding photoshoot here per year due to the elegant backgrounds.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Pedagogical College Of Da Lat" href="https://www.flickr.com/photos/huudo/11930822195/in/photolist-jbhzLX-cap6qf-cpwjNf-q17fmg-brpCAe-nURsXy-qiZcoe-fbRadz-a4Kn2k-r8L4k2-fc6t5C-fc6u1h-btEXx8-f6GUMZ-fc6uxW-pZWkpe-fc6sx1-5Hn1sq-7ymXPW-iTwcyz-fzkMYe-6iuwmh-8jyoi4-aR8HDr-qSqtBH-oduB6p-rP7YQF-qcSp27-dZfwfN-qnMEcj-9WMxMB-GJphEs-nqXCdW-cQ2sS3-8pVbED-pCMMuD-efosPN-fPSXAG-efhHXB-fbFLbR-8WZhnR-9WMN3v-aRhN1g-dBUEtc-agHyRa-9xKDgQ-9Xynpv-aRedxn-bX3uKb-642zyJ/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7289/11930822195_6e1232049f_c.jpg" alt="Pedagogical College Of Da Lat" width="800" height="450" /></a><figcaption class="wp-caption-text">Photo credit: Đào Hữu Độ via Flickr</figcaption></figure>
<p><em>Admission prices: Free<br />
</em><em>Opening hours: 11:30 am – 1:00 pm; 4:30 pm – 5:30 pm<br />
</em><em>Address: #29, Yersin street, ward 10, Dalat, Lam Dong<br />
</em><em>Telephone:</em><span style="color: #3366ff;"><em> <u>(+84)</u></em><em><u>633822489</u></em></span><br />
</div>
<div class="contentToggle" id="toggle7">
<h5><strong>Domaine de Marie Church (Nhà thờ Domaine de Marie)</strong></h5>
<p>Domaine de Marie Church is noticeable due to its European architectural style and the light pink color outside. Especially when the church is covered with sunlight, it appears gorgeous and peaceful than ever. Besides, approximately 70 orphans are being raised here and taught to knit, draw pictures or make souvenirs. Their beautiful products, mainly wool clothes, are sold at the church. Although the prices are a little higher than that of other shops, buying handmade things at Domaine de Marie Church means helping and encouraging the hardworking orphans.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Domaine de Marie ( Da Lat city )" href="https://www.flickr.com/photos/48363064@N04/14974062676/in/photolist-oPcZ9q-iq6cvS-dCghzT-6keXJt-mbazkc-nUojhN-rW5L7r-qsXVtd-JRRowk-9nxStj-96qKu9-o9Qxwo-8gZL2e-9vAmBE-eTBveb-edvWy7-awcS5r-doJGfy-a7z4LD-6UBLCe-7WY8dd-bdQB3c-9kSuyg-abJmG7-8gZU7z-abFvvV-zWkTZe-7WY9bd-pbBXVf-4yk8SS-irudGg-gS6jbd-6aJyzo-abJoSG-4aPuUg-cEXfey-cDW8Qh-gS6mTh-gS6t3d-4b3xxY-qMLKpi-Ko4WsB-6kifip-edvWBm-AeRvVz-4oSNN4-2KrQLC-4aYwW4-DrJ83-cJJ6DN" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3890/14974062676_37bccaa032_c.jpg" alt="Domaine de Marie ( Da Lat city )" width="800" height="437" /></a><figcaption class="wp-caption-text">Photo credit: khuongyu via Flickr</figcaption></figure>
<p><em>Opening hours: 7:00 am – 5:00 pm<br />
</em><em>Address: #1, Ngo Quyen street, ward 6, Dalat, Lam Dong</em><br />
</div>
<div class="contentToggle" id="toggle8">
<h5><strong>Crazy House</strong></h5>
<p>With regards to architecture in Dalat, elegant constructions with charming surroundings are usually mentioned. Therefore, Crazy House or Hang Nga Villa (Villa of the moon) extremely stands out. Its weird structure provides visitors with amazement and feelings of trying to escape from a complex jungle. One more considerable factor is that Crazy House was selected as one of the most eccentric works by People’s Daily newspaper in 2009.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="DSC_7396" href="https://www.flickr.com/photos/seanatron123/33363601251/in/photolist-SQebhk-dBfGwo-o8cyAo-5DaMto-aj6cSa-bWAV4Y-noxhmp-b1vrPk-e9YHsJ-e9YHu3-e9Te3Z-e9Te38-e9YHuA-e9Te6k-e9YHeC-7xkAz7-qZbTjG-CYVhAj-m9jGz-e9Te5p-ar56z-7xkAju-99BgBz-e9T3pT-gbfG7v-bqWBru-51KcY6-4JsFPg-99BgBD-qZgyhX-7xgMDv-4kiJVZ-hDiJdr-rbnEBE-9Jk9D9-4HJ6V4-2REQyK-e9YHs1-bxgNs1-8BVqj8-gbfDHb-FvFn9-21uNP2-48v4xS-FA8Hh-21ue7i-2REPkc-5N3jMe-8VRvvi-f5cWcz" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3755/33363601251_d090c79968_c.jpg" alt="DSC_7396" width="800" height="530" /></a><figcaption class="wp-caption-text">Photo credit: seanatron123 via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://www.crazyhouse.vn/"><em><u>http://www.crazyhouse.vn/</u></em></a></span><em> (Vietnamese, English)<br />
</em><em>Admission prices: 40 000 vnd<br />
</em><em>Opening hours: 8:30 am – 7:00 pm<br />
</em><em>Address: #3, Huynh Thuc Khang street, ward 4, Dalat, Lam Dong<br />
</em><em>Telephone:</em><span style="color: #3366ff;"><em> <u>(</u></em><em><u>+84)633822070</u></em></span><br />
</div>
<div class="contentToggle" id="toggle9">
<h5><strong>Bao Dai’s Summer Palace (Dinh III Bảo Đại)</strong></h5>
<p>In Dalat, there are three palaces of Bao Dai, the last king of feudalism in Vietnam. Among them, The Summer Palace, which is also called The Third Mansion, attracts the most travelers to discover luxurious living environments of the last emperor. On the other hand, with a view to ensuring great experiences of everyone, there is a guide showing visitors around and providing helpful historic information throughout the visit.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Dinh Bảo Đại Đà Lạt" href="https://www.flickr.com/photos/hmoong/5868922575/in/photolist-9WBLdg-f66ivx-9r3CS4-35GEUi-a8iBxG-4B5Sgh-33tdjm-anof74-buxWAL-5dBkp5-2PoecW-5aFRPF-echYgE-2veRpm-2pWfpr-9dVMm6-a8fK1K-8vQmCP-251Ua5-2PiYUv-2pFE8a-dtLAzN-bQg4Jn-cTPcSC-bBmomS-SMZa8S-k5e1D-a8fJSZ-5HaeCg-9qQ1rS-3g7SxD-5cf9ii-4Kj19o-21uNNe-2RKm9U-9UqH2B-2pMdiS-4vvY64-PSDvS-59JAGL-4x6b3h-9APQ96-4BJCod-a6Sw9B-5ZHrkB-33vuWw-5wzQKR-77FLwc-dt3kRZ-4wgWdg" data-flickr-embed="true"><img src="https://c1.staticflickr.com/7/6007/5868922575_86d209c090_z.jpg" alt="Dinh Bảo Đại Đà Lạt" width="640" height="443" /></a><figcaption class="wp-caption-text">Photo credit: Khánh Hmoong via Flickr</figcaption></figure>
<p><em>Admission prices: Adults: 15 000 vnd; Children (Under 1.2m): Free<br />
</em><em>Opening hours: 7:00 am – 5:00 pm<br />
</em><em>Address: #1, Trieu Viet Vuong street, ward 4, Dalat, Lam Dong<br />
</em><em>Telephone:</em> <span style="color: #3366ff;"><em><u>(+84)633831581</u></em></span><br />
</div>
<div class="contentToggle" id="toggle10">
<h5><strong>Truc Lam Zen Monastery (Thiền viện Trúc Lâm)</strong></h5>
<p>Not only is Truc Lam Zen Monastery one of the three largest Zen meditation centers in Vietnam, but it also appears as a famous destination nationwide and worldwide. A charming flower garden here can steal your heart at your first sight as even drops of mist on petals may turn magically glamorous beyond your expectation. Nevertheless, after going down the stair with 140 stone steps, you will reach a pine forest and Tuyen Lam Lake, which brings absolute peace and enjoyment to your soul.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Lam dong- Thiền viện Trúc Lâm- đà lạt" href="https://www.flickr.com/photos/80634245@N04/14117606521/in/photolist-nvwqyZ-8vQmCM-vBbr4p-vU4mEt-vB4r4E-vT3QLN-vTENon-vB48nW-uWDWff-23b5Zd-vT3MFE-9n5GPy-9nun8t-7WBh2R-9L8G4d-bX3uKb-vBbode-4B1Ehz-2XGNg3-dsVA8G-2m9dCE-7GZbxJ-54mNXJ-2zZNZq-4juuuj-9dYJqQ-ptR3eE-cJJ8BG-BEnT3-ikt3sp-6e4xdN-7GVdjp-6tNk3V-rdWHGt-5RVFJp-7GZa31-7GVixR-dJ7iyY-6UWj1m-7GVi1a-zYo4y-54mPoW-2vKX7s-oLZQEo-qj9fqo-9ngeYv-d6t9wS-2pLrYu-3ZKaBL-8Z8HVr/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/6/5189/14117606521_b76f62bd27_c.jpg" alt="Lam dong- Thiền viện Trúc Lâm- đà lạt" width="800" height="600" /></a><figcaption class="wp-caption-text">Photo credit: Vu Linh via Flickr</figcaption></figure>
<p><em>Address: Tran Thanh Tong street, ward 3, Dalat, Lam Dong<br />
</em><em>Telephone:</em><span style="color: #3366ff;"><em> <u>(</u></em><em><u>+84)</u></em><em><u>63827565</u></em><em><span style="color: #000000;">;</span> <u>(</u></em><em><u>+84)</u></em><em><u>63830558</u></em></span><br />
</div>
<div class="contentToggle" id="toggle11">
<h5><strong>Datanla Fall (Thác Datanla)</strong></h5>
<p>The headwater of Datanla Fall is Tuyen Lam Lake; that is why the water here is stable throughout the year. To reach the fall, there are two selections for you to choose: walking down a road or paying for the roller coaster service, a fascinating type of entertainment in the area. Prices for a round-trip ticket using a slide are 50 000 vnd/adult and 30 000 vnd/child. On the other hand, white flows of water and black rocks will bring magnificent backgrounds to your photos taken at Datanla Fall.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Datanla Fall" href="https://www.flickr.com/photos/udduc05/3321643728/in/photolist-64whXs-9JfxDX-4MaL29-5TDNUb-5r1ZVR-zYHBv-9yuDBX-dSnY5Q-2Wicxz-97T6Zg-6f7y35-w66Xvc-5KEbQr-apxw2V-wKmVcS-oshhcT-6khbVX-bVBQFS-5wzboN-w66SDZ-4kY91h-dUZkVu-dnjEUM-Eqgx5S-7cvrfg-myUrd3-vU8GZ-fsVBES-owTSVk-vU94J-x2YpLB-BLbh3-4yrpcT-BLbgT-6AbJVv-ofFYp2-BLbh1-ig38Tb-w5WPXq-x2Yi5a-px4vX3-988Ski-w675RK-owXSRh-7cvs1D-x2duAw-ofFf1X-f58XX4-4yv6f-f58WTZ/" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3648/3321643728_bc23db9381_z.jpg" alt="Datanla Fall" width="640" height="427" /></a><figcaption class="wp-caption-text">Photo credit: Ding Duc Uong via Flickr</figcaption></figure>
<p><em>Admission prices: Adults: 20 000 vnd; Children: 10 000 vnd<br />
</em><em>Opening hours: 8:00 am – 6:00 pm<br />
</em><em>Address: Prenn mountain pass, ward 3, Dalat, Lam Dong<br />
</em><em>Telephone:</em><span style="color: #3366ff;"><em> <u>(</u></em><em><u>+84)632212145</u></em></span><br />
</div>
<div class="contentToggle" id="toggle12">
<h5><strong>Clay Tunnel – Dalat Star (Đường hầm đất sét – Dalat Star)</strong></h5>
<p>This is a new tourist attraction which just opened to the public at the end of 2014. Although the official name is Sculpture Tunnel, the locals prefer to call it Clay Tunnel as every model on display is made of clay soil. Specifically, the two-kilometer tunnel presents visitors unique features of Dalat throughout centuries of development. You can climb up the huge sculptures to take pictures, and it is extremely fun indeed. Notwithstanding, since this spot does not have many trees, it is advised that you visit here in the early morning or the late afternoon to avoid the strong sunlight.</p>
<figure style="width: 800px" class="wp-caption alignnone"><a title="Đường Hầm Đất Sét - HDR Nex6" href="https://www.flickr.com/photos/76971705@N02/16722721803/in/photolist-7uV1F6-z26nPY-9bNt6A-9Xynpv-bqXZ27-sof6TS-rtwU2h-cLkG8j-a1jWfP-a3B5gE-9H8jwq-anRaoH-5wuezz-bDrCic-hrZkiR-bxLbgZ-dDcTmh-bushmf-brXHG4-9ZRUrS-9WFK5G-76T15R-BwFGgP-oLjofW-sqviLH-rtJjzH-FRLc65-HYdeiw-xNRZN2" data-flickr-embed="true"><img src="https://c1.staticflickr.com/9/8802/16722721803_062447ef8b_c.jpg" alt="Đường Hầm Đất Sét - HDR Nex6" width="800" height="449" /></a><figcaption class="wp-caption-text">Photo credit: T.O.M S-B via Flickr</figcaption></figure>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://dalatstar.com/"><em><u>http://dalatstar.com/</u></em></a></span><em> (Vietnamese, English, French, German, Japanese, Russian)<br />
</em><em>Admission prices: Adults: 40 000 vnd; Children: 20 000 vnd<br />
</em><em>Opening hours: 7:30 am – 5:00 pm<br />
</em><em>Address: Tuyen Lam lake, ward 4, Dalat, Lam Dong<br />
</em><em>Telephone:</em><span style="color: #3366ff;"><em> <u>(</u></em><em><u>+84)961246379</u></em></span><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/where-to-visit-in-da-lat/">Where to visit in Da Lat?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/11/24/where-to-visit-in-da-lat/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>How heartbreaking the phrase “close forever” is</title>
		<link>https://www.mazevietnam.com/2016/11/09/how-heartbreaking-the-phrase-close-forever-is/</link>
					<comments>https://www.mazevietnam.com/2016/11/09/how-heartbreaking-the-phrase-close-forever-is/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Wed, 09 Nov 2016 14:55:32 +0000</pubDate>
				<category><![CDATA[Photos and Blog posts]]></category>
		<category><![CDATA[ferry]]></category>
		<category><![CDATA[quay]]></category>
		<category><![CDATA[saigon]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1959</guid>

					<description><![CDATA[<p>During the past 10 years, in Southern Vietnam, a large number of ferries (phà or</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/09/how-heartbreaking-the-phrase-close-forever-is/">How heartbreaking the phrase “close forever” is</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><span lang="VI">During the past 10 years, in Southern Vietnam, a large number of ferries (phà or bắc) are announced to close forever. </span>Decisions <span lang="VI">to end their journey</span>s<span lang="VI"> after </span>getting along with rivers in <span lang="VI">decades</span> are not easy to make at all<span lang="VI">; and although</span> modern<span lang="VI"> bridges appear to be perfect replacements, memories of ferries can never fade away.<br />
</span><span id="more-1959"></span></p>
<p style="text-align: justify;"><span lang="VI">If you are a Vietnamese, or specifically a Saigonese</span> like me<span lang="VI">, let&#8217;s check if these things exist in your mind. Otherwise, if you are a foreigner, I will share with you</span> <span lang="VI">feelings</span> when getting<span lang="VI"> on a Vietnamese ferry</span> so that you can understand how heartbreaking the phrase “close forever” is.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Thu Thiem Ferry 01" href="https://www.flickr.com/photos/rybub/6601043655/in/photolist-b4j5iv-a7Ldze-a7LdLk-a7Ldfv-ctEk3h-a7LdHt-a7Ldhc-b4jmoV-b4j6Nc-5KZp8e-a7P6kN-b4jkat-b4jhFc-mVHVvx-dSC3Xq-b5bN8H-a7P6bq-a7Ldwn-a7P6D5-a7P63C-b5bUF2-b5kJvr-a7P6qA-a7P69h-a7LdC6-3mf9Ly-a7P6od-b5kPo6-b5kGHg-a7P6s7-amVeje-8T1qKT-a7P66Q-7jH6Ah-b5kSF8-8T1qyg-b5bTdB-b5bQKZ-4KXfQF-b5k7Tc-b5bK2a-b6pkbF-cUFqY-58YULk-cUFqW-b5cCPg-bgeEdV-b5k2NT-b5k2u6-dDHauN" target="_blank" rel="noopener noreferrer" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7146/6601043655_fcdb42627e_z.jpg" alt="Thu Thiem Ferry 01" width="640" height="428" /></a><figcaption class="wp-caption-text">Photo credit Huy LE via Flickr</figcaption></figure>
<p style="text-align: justify;">Dating back to 20 years ago, ferry was one of the main types of transportation in Southern Vietnam, and “kẹt phà” (traffic jam at a ferry) was such a familiar notion with locals, especially on holidays. Hence, do not get surprised at the way people feel relaxed and enjoy waiting time at the station. Usually, they buy snacks, sit on their car or motorbike and happily chat with companions. Finding out that almost everyone surrounding you do that, you may ask yourself if this is an easy-going aspect of the Vietnamese.</p>
<p style="text-align: justify;">Nevertheless, only when a guard opens the gate for vehicles to get on a ferry boat do stories truly begin. For anyone who has not experienced travelling by a ferry boat in Vietnam, there is nothing greater than climbing up the stair to the second floor for a clearer view over the river. Observing water hyacinths drifting, you may forget the bustling urban life. Meanwhile, children start to wonder if the ferry boat is staying at the same place and the water is moving, or such opposite things are happening. As a kid, I used to ask my mother such nonsense questions like that, and before coming up with the answer, I got sleepy due to the pleasant wind hitting my face.</p>
<p style="text-align: justify;">Another indispensable factor of ferries is street vendors who offer you boiled eggs, sugarcane, chewing gum, lemon tea, coffee, etc. Normally, people deny buying them for fear of unsanitary conditions of foods. However, few know that those vendors are only able to make 100 000 vnd (approximately 5 dollars) a day. Their life is continuously inviting customers till extreme exhaustion, which makes them sleep on the ferry boat and temporarily forget tough hardships which they cannot escape from.</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Thu Thiem Ferry" href="https://www.flickr.com/photos/chuotcon/6610948807/in/photolist-b5bQKZ-b5k7Tc-b5bK2a-b6pkbF-cUFqY-cUFqW-b5cCPg-b5k2NT-b5k2u6-dDHauN-b5k9jT-afXmga-ce3ga3-b4DVQV-b5k3Ki-kxVAun-b5k24t-b5k1LH-ctEaiw-dDH9w5-bGXEEV-b5oAsX-b5k332-da9czZ-b5k7AX-aMWX78-9FztoB-9Q1Rfw-b4JB76-b5k6Zk-b5k8kF-afXms2-b5k89n-b5k8yv-b5k8Q2-b4JBJB-crSu6d-bgeC6i-9QdSq2-crSkLS-qKPejF-cmeLv7-a2sbmH-593Wd1-593Xrm-J5zei-J5zdM-J5GMu-J5FTV-J5FTP" target="_blank" rel="noopener noreferrer" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7144/6610948807_a6be7618ea_z.jpg" alt="Thu Thiem Ferry" width="640" height="427" /></a><figcaption class="wp-caption-text">Photo credit chuotcon via Flickr</figcaption></figure>
<p style="text-align: justify;">Some ferry boats do not signal when they get near the land, but you can always be aware of the arriving moment due to the noisy sound of engines of cars and motorbikes. From where you stand, it is the feeling of getting close to the destination, something hard to reach, but you do not want to reach it indeed, since goodbye seems to be the hardest word to speak out.</p>
<p style="text-align: justify;">Notwithstanding, changes take place every day. Plenty of huge ferries have ended their mission after decades in operation. The stories I have just told you come from my real memories of <span lang="VI">Mỹ Lợi, a 100-year-old ferry connecting two provinces, one of which is Tiền Giang</span>, my mom&#8217;s beautiful hometown. It faced the forever closure in 2015, but every single flashback always lives in my heart. In Ho Chi Minh city, you may know these two tourist attractions: Thủ Thiêm tunnel and Thủ Thiêm bridge. However, hardly do visitors hear about Thủ Thiêm ferry. It is closed in 2011 due to the demand of saving time when travelling between district 1 and district 2. Nowadays, young people selfie interestingly at the modern Thủ Thiêm tunnel, or watch fireworks on the rooftop of it on special holidays. No one seems to recall the old ferry, but it always remains a vital historic beauty of Saigon, a more-than-300-year-old land.</p>
<p style="text-align: justify;">If you are currently in Vietnam, find a ferry immediately in order not to regret missing such an unforgettable experience. Ho Chi Minh city still has Bình Khánh ferry connecting Nhà Bè district and Cần Giờ district, or Cát Lái ferry for you to travel from Saigon to Đồng Nai province. Who knows what will happen in future years? Time is passing, next generations are born, and bridges keep replacing ferries like they used to do. Without the existence of ferries, is there anyone still feeling a little heartbroken like losing a part of precious memories? Or will stories about them turn as sad as feelings of the staff wandering around their empty ferry on the closing day?</p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="On one of the very last ferry rides crossing Saigon River" href="https://www.flickr.com/photos/zhangspie/7448940528/in/photolist-bgeC6i-9QdSq2-crSkLS-qKPejF-cmeLv7-a2sbmH-593Wd1-593Xrm-J5zei-J5zdM-J5GMu-J5FTV-J5FTP-dDHayC-4BtgKF-b5k7ii-dDHaCw-9wQf7S-ctEnf3-6KgVV7-eH1mpQ-b5k95c-b4DVnZ-9wQfr9-b5jZbK-9wQfNQ-9Qvq4R-5K18VB-dtjjHp-9Qvq4F-b5k3s2-aspzPB-9QgHWQ-9QdSzn-9QgJn1-tobiY8-H9wwPp-4sxsFP-8xMfBP-b78bB6-8g2ptG-8fY9mP-b4JBpe-8fY94K-8xQkpY-8xQhQ1-veG9Uw-uzqBvH-Ja3zK3-zYpjbi" target="_blank" rel="noopener noreferrer" data-flickr-embed="true"><img src="https://c1.staticflickr.com/8/7129/7448940528_83ddf13375_z.jpg" alt="On one of the very last ferry rides crossing Saigon River" width="640" height="427" /></a><figcaption class="wp-caption-text">Photo credit Zhang Spievolgen via Flickr</figcaption></figure>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/09/how-heartbreaking-the-phrase-close-forever-is/">How heartbreaking the phrase “close forever” is</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/11/09/how-heartbreaking-the-phrase-close-forever-is/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to get to Cu Chi District?</title>
		<link>https://www.mazevietnam.com/2016/11/09/how-to-get-to-cu-chi-district/</link>
					<comments>https://www.mazevietnam.com/2016/11/09/how-to-get-to-cu-chi-district/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Wed, 09 Nov 2016 13:19:14 +0000</pubDate>
				<category><![CDATA[Cu Chi District]]></category>
		<category><![CDATA[Cu Chi]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1957</guid>

					<description><![CDATA[<p>70 kilometers away from the center of Saigon, Cu Chi Tunnel is the highlight of</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/09/how-to-get-to-cu-chi-district/">How to get to Cu Chi District?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>70 kilometers away from the center of Saigon, Cu Chi Tunnel is the highlight of the district. Bus, motorbike, taxi and boat are means of transportation for travelers to get there. Among them, bus is rated as a convenient and economical choice, whereas motorbike offers you unique chances to freely visit other places except from Cu Chi Tunnel such as Cu Chi Wildlife Rescue Station and orchards in Trung An ward. Notwithstanding, if you travel by bus or taxi, do not worry since you can also rent a motorbike in Cu Chi district.<br />
<span id="more-1957"></span></p>
<h4><span style="color: #339966;"><strong>Bus</strong></span></h4>
<p>Cu Chi Tunnel has two locations for tourism: Ben Duoc and Ben Dinh. Between them, Ben Duoc Tunnel is the more popular one. When reaching a bus station in Ho Chi Minh city, you should always be aware of which stop you are standing at because each bus has two opposite directions. Just feel free to ask the staff for instructions, or confirm whether you have got on the right bus with the driver or the ticket checker.</p>
<p><strong><em>To Ben Duoc Tunnel:</em></strong></p>
<p>From Ben Thanh bus station in district 1, take the bus number 13 (Ben Thanh – Cu Chi) to Cu Chi bus station. From Cu Chi bus station, take the bus number 79 (Cu Chi – Dau Tieng) to Ben Duoc Tunnel.</p>
<p>From Cho Lon bus station in district 5, take the bus number 94 (Cho Lon – Cu Chi) to Cu Chi bus station. From Cu Chi bus station, take the bus number 79 (Cu Chi – Dau Tieng) to Ben Duoc Tunnel.</p>
<p><strong><em>To Ben Dinh Tunnel:</em></strong></p>
<p>From Ben Thanh bus station in district 1, take the bus number 13 (Ben Thanh – Cu Chi) to An Suong bus station in Hoc Mon district. From An Suong bus station, take the bus number 122 (An Suong – Tan Quy crossroad) to Tan Quy bus station in Cu Chi district. From Tan Quy bus station, take the bus number 70 to Ben Duoc Tunnel.</p>
<p>From Cho Lon bus station in district 5, take the bus number 94 (Cho Lon – Cu Chi) to An Suong bus station in Hoc Mon district. From An Suong bus station, take the bus number 122 (An Suong – Tan Quy crossroad) to Tan Quy bus station in Cu Chi district. From Tan Quy bus station, take the bus number 70 to Ben Duoc Tunnel.</p>
<p>&#8212;</p>
<h4><span style="color: #339966;"><strong>Motorbike</strong></span></h4>
<p>Renting a motorbike for a day to travel to every single corner in Cu Chi district is such an unforgettable experience. You may have difficulty searching for a complicated system of roads on google map. Nevertheless, mysterious things seem to be more attractive, don’t they? Remember to bring the driving license and the ID/passport for your convenience as well.</p>
<p><strong><em>To Ben Duoc Tunnel:</em></strong></p>
<p>Saigon Central Post Office – Le Duan street – Pasteur street – Tran Quoc Toan street – Nam Ky Khoi Nghia street – Nguyen Van Troi street – Hoang Van Thu street – Cong Hoa street – Truong Chinh street – An Suong intersection – national highway 22 – district 12 – Hoc Mon district – Cu Chi overpass – Nguyen Thi Ranh street – provincial highway 15 – Ben Duoc Tunnel</p>
<p>Saigon Central Post Office – Le Duan street – Pasteur street – Tran Quoc Toan street – Nam Ky Khoi Nghia street – Nguyen Van Troi street – Hoang Van Thu street – Cong Hoa street – Truong Chinh street – An Suong intersection – national highway 22 – Gieng Nuoc intersection – Hoc Mon market – provincial highway 15 – Ben Dinh Tunnel – An Nhon Tay junction – Ben Duoc Tunnel</p>
<p><strong><em>To Ben Dinh Tunnel:</em></strong></p>
<p>Ben Thanh market – Cach Mang Thang Tam street – Bay Hien intersection – Truong Chinh street – An Suong intersection – national highway 22 – district 12 – Hoc Mon district – Cu Chi overpass – Nguyen Thi Ranh street – Nhuan Duc intersection – Ba Thien street – provincial highway 15 – Ben Dinh Tunnel</p>
<p><strong><em>Some motorbike rental websites you could check out:</em></strong></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="http://thuexemay.vn/"><em><u>http://thuexemay.vn/</u></em></a></span></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="http://www.chothuexemaygiare.com/"><em><u>http://www.chothuexemaygiare.com/</u></em></a></span></p>
<p>&#8212;</p>
<h4><span style="color: #339966;"><strong>Taxi</strong></span></h4>
<p>From the center of Ho Chi Minh city, it is easy for you to catch a taxi to get to Cu Chi district in just one and a half hour. This kind of transportation provides travelers with a comfortable air-conditioning atmosphere throughout the trip. Notwithstanding, the price is quite high (600 000 vnd – 700 000 vnd) in comparison with bus or motorbike. Listed down here are telephone numbers of some famous brands of taxi in Saigon so that you can make a phone call whenever visiting Cu Chi appears in your mind.</p>
<p><em>Mai Linh: <span style="color: #3366ff;"><u>(+84)8 38 38 38 38</u></span></em></p>
<p><em>Vinasun: <span style="color: #3366ff;"><u>(+84)8 38 27 27 27</u></span></em></p>
<p><em>Vina: <span style="color: #3366ff;"><u>(+84)8 38 11 11 11</u></span></em></p>
<p><em>Hoang Long: <span style="color: #3366ff;"><u>(+84)8 38 68 68 68</u></span></em></p>
<p><em>Saigontourist: <span style="color: #3366ff;"><u>(+84)8 38 45 88 88</u></span></em></p>
<p>&#8212;</p>
<h4><strong>Half day tour</strong></h4>
<p>One of the most convenient ways to go straight ahead to Cu Chi Tunnel is booking a tour. Travel agencies will prepare everything for you sufficiently and all you need to do is enjoying your mini trip with new friends and a supportive tour guide. There are a wide range of Cu Chi Tunnel tours on the Internet; you may search for their information carefully to have an overview and make a suitable choice. Here are some suggestions for you to consider.</p>
<p>&nbsp;</p>
<p><em>Low-priced tour: about 11$ (including entrance fee about 5$):</em></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="http://dailytravelvietnam.com/tours/cu-chi-tunnels-tour/"><em><u>http://dailytravelvietnam.com/tours/cu-chi-tunnels-tour/</u></em></a></span></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="https://www.thesinhtourist.vn/tour/sg/to-sgcc-01/cu-chi-tunnels-12-day-morning"><em><u>https://www.thesinhtourist.vn/tour/sg/to-sgcc-01/cu-chi-tunnels-12-day-morning</u></em></a></span></p>
<p>&nbsp;</p>
<p><em>Medium-priced tour: about 26$ (including entrance fee about 5$):</em></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="https://www.viator.com/tours/Ho-Chi-Minh-City/Cu-Chi-Tunnels-half-day-from-Ho-Chi-Minh-City/d352-9190P2?aid=critrm3"><em><u>https://www.viator.com/tours/Ho-Chi-Minh-City/Cu-Chi-Tunnels-half-day-from-Ho-Chi-Minh-City/d352-9190P2?aid=critrm3</u></em></a></span></p>
<p><em> </em></p>
<p><em>High-priced tour (by boat): about $90 (including entrance fee about 5$):</em></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="http://saigonrivertour.com/chi-tiet/15/cu-chi-tunnels-boat-boat.aspx"><em><u>http://saigonrivertour.com/chi-tiet/15/cu-chi-tunnels-boat-boat.aspx</u></em></a></span></p>
<p><span style="color: #800000;"><a style="color: #800000;" href="https://lesrivesexperience.com/tour-categories/cu-chi-tunnels/"><em><u>https://lesrivesexperience.com/tour-categories/cu-chi-tunnels/</u></em></a></span></p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/09/how-to-get-to-cu-chi-district/">How to get to Cu Chi District?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/11/09/how-to-get-to-cu-chi-district/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Where to visit in Cu Chi District, HCMC?</title>
		<link>https://www.mazevietnam.com/2016/11/05/where-to-visit-in-cu-chi-district/</link>
					<comments>https://www.mazevietnam.com/2016/11/05/where-to-visit-in-cu-chi-district/#respond</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Sat, 05 Nov 2016 16:51:04 +0000</pubDate>
				<category><![CDATA[Cu Chi District]]></category>
		<category><![CDATA[Cu Chi]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1683</guid>

					<description><![CDATA[<p>It is such a pity if you miss Cu Chi Tunnel, a famous tourist attraction</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/05/where-to-visit-in-cu-chi-district/">Where to visit in Cu Chi District, HCMC?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is such a pity if you miss Cu Chi Tunnel, a famous tourist attraction of the world when discovering the maze of Ho Chi Minh city. There are some selections of transportation for you to get there such as renting a motorbike for a day, calling a taxi or taking a bus number 13 from Ben Thanh bus station. Furthermore, a wildlife rescue station and orchards are worth paying a visit to.<br />
<span id="more-1683"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 11.091159, lng: 106.513298};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 11
        });
        locations = [
           [11.142847, 106.463497],
           [11.091159, 106.513298],
           [11.010180, 106.600662],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       colors = ["red", "yellow", "#8d2424", "green", "blue"];
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<strong>Cu Chi Tunnel</strong></p>
<p>Rated as one of the twelve most wonderful underground structures of the world by CNN in 2015, Cu Chi Tunnel must be included in your tour to Vietnam. You will have a chance to go down historic narrow tunnels (Ben Duoc and Ben Dinh), find out the life of soldiers in the stimulation area, as well as enjoy free ice tea and cassava root, a specialty of this land. On the other hand, there are a plenty of entertainment services attracting visitors such as paint shooting, 4D cinema, swimming pool, swan pedal boat, kayak, canoe, double bike, etc. Among them, paint shooting is the most favorite one as it is designed for you to involve in a real battle. One more noticeable thing is that you should go to Cu Chi Tunnel before 3:00 pm for a clear observance of the underground constructions.</p>
<blockquote class="wp-embedded-content" data-secret="mqkQvcXZ0Y"><p><a href="https://www.mazevietnam.com/2019/01/11/cu-chi-tunnel-tours/">Cu Chi Tunnel Tours</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://www.mazevietnam.com/2019/01/11/cu-chi-tunnel-tours/embed/#?secret=mqkQvcXZ0Y" data-secret="mqkQvcXZ0Y" width="600" height="338" title="&#8220;Cu Chi Tunnel Tours&#8221; &#8212; Maze Vietnam" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><a href="https://www.flickr.com/photos/stardex/12744076094/"><img src="https://farm4.staticflickr.com/3745/12744076094_bdcb8c23bd_z.jpg" alt="Cu Chi Tunnel @ Vietnam" width="640" height="193" /></a></p>
<p><span style="color: #999999;"><em>Photo credit: <a style="color: #999999;" href="https://www.flickr.com/photos/stardex/12744076094/">stardex </a>via Flickr</em></span></p>
<p><em>Website: </em><span style="color: #800000;"><a style="color: #800000;" href="http://en.diadaocuchi.com.vn/"><em><u>http://en.diadaocuchi.com.vn/</u></em></a></span><em> (English, Vietnamese)<br />
</em><em>Admission prices: 100 000 vnd<br />
</em><em>Opening hours: 9:00 am to 5:00 pm (Monday to Sunday)<br />
</em><em>Address: Phu Hiep hamlet, Phu My Hung ward, Cu Chi district, HCMC<br />
</em><em>Telephone:</em> <span style="color: #3366ff;"><em><u>(+84)837948830</u></em></span><br />
</div>
<div class="contentToggle" id="toggle1">
<strong>Cu Chi Wildlife Rescue Station</strong></p>
<figure style="width: 640px" class="wp-caption alignnone"><a title="Wild animals rescue station" href="https://www.flickr.com/photos/wanhoff/4369475774/in/photolist-7E7Ho1-7E7GVd-7E3SFR-7E7HkN-7E7HbU-7E7GNd-7E7H8G-7E3SxT-7E3Sv8" data-flickr-embed="true"><img src="https://c1.staticflickr.com/5/4041/4369475774_c1f10b0f7d_z.jpg?zz=1" alt="Wild animals rescue station" width="640" height="480" /></a><figcaption class="wp-caption-text">Photo credit: Thomas Wanhoff via Flickr</figcaption></figure>
<p>Cu Chi Wildlife Rescue Station stays between Ben Dinh tunnel and Ben Duoc tunnel. Getting inside this unique hospital for 200 kinds of wild animals in Saigon, you will fully understand the mission of veterinarians and appreciate their silent contributions more. When the injured animals get healthy completely here, they will be sent back to the nature. Otherwise, those unable to recover will be looked after by the rescue station for the rest of their life.</p>
<p><em>Address: #50, provincial highway 15, An Nhon Tay ward, Cu Chi district, HCMC<br />
</em><em>Telephone:</em> <span style="color: #3366ff;"><em><u>(+84)837947045</u></em></span><br />
</div>
<div class="contentToggle" id="toggle2">
<strong>Orchards in Trung An ward (Vườn trái cây xã Trung An)</strong></p>
<p>Orchards are special features of the countryside or the outskirt of the city. They are used for the purpose of not only trading but also tourism. With a reasonable entrance fee, 50 000 vnd or less, visitors are able to collect as many fruits as they want and eat them right away. There are a variety of tropical types such as rambutan, mangosteen, jackfruit, durian, coconut, etc. Among approximately ten orchards in Trung An ward, Tu Tuan Orchard is a popular one for you to consider.</p>
<p><strong><em>Tu Tuan Orchard (Vườn trái cây Tư Tuấn)</em></strong></p>
<p><em>Admission prices: 35 000 vnd – 50 000 vnd<br />
</em><em>Address: #78 Song Lu, Trung An ward, Cu Chi district, HCMC<br />
</em><em>Telephone: <span style="color: #3366ff;"><u>(+84)1657106366</u></span></em><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/05/where-to-visit-in-cu-chi-district/">Where to visit in Cu Chi District, HCMC?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/11/05/where-to-visit-in-cu-chi-district/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What and where to eat in Cu Chi District, HCMC?</title>
		<link>https://www.mazevietnam.com/2016/11/05/what-and-where-to-eat-in-cu-chi-district/</link>
					<comments>https://www.mazevietnam.com/2016/11/05/what-and-where-to-eat-in-cu-chi-district/#respond</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Sat, 05 Nov 2016 16:23:24 +0000</pubDate>
				<category><![CDATA[Cu Chi District]]></category>
		<category><![CDATA[Cu Chi]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1685</guid>

					<description><![CDATA[<p>Specialties of Cu Chi district are so tasty that they attract travelers to visit local</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/05/what-and-where-to-eat-in-cu-chi-district/">What and where to eat in Cu Chi District, HCMC?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Specialties of Cu Chi district are so tasty that they attract travelers to visit local restaurants whenever passing by, or even Saigoneses to spend half an hour going to this suburban area at weekends.<br />
<span id="more-1685"></span></p>
<div id="map" style="height: 500px; width: 500px;"></div>
<div style="margin: 0; display: none;"><code><script>
      var infowindow;
      var icon3;
      var icon4;
      function hide (elements) {
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'none';
        }
      }
      function show (element) {
         element.style.display = 'block';
      }
      function showAllToggle() {
         elements = document.querySelectorAll('.contentToggle');
         elements = elements.length ? elements : [elements];
         for (var index = 0; index < elements.length; index++) {
            elements[index].style.display = 'block';
        }
      }
      function handleListener(marker, contentid, infowindow) {
        marker.addListener('click', function() {
infowindow.setContent(document.getElementById(contentid).innerHTML);
             infowindow.open(map, marker);
             hide(document.querySelectorAll('.contentToggle'));
             show(document.getElementById(contentid));
        });
        marker.addListener('mouseover', function() {
              marker.setIcon(icon4);
         });
          marker.addListener('mouseout', function() {
              marker.setIcon(icon3);
          });
      }
      function initMap() {
        var myLatLng = {lat: 10.966565, lng: 106.493023};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 14
        });
        locations = [
           [10.966565, 106.493023],
           [10.954843, 106.512468],
          ];
       arrLen = locations.length;
       infowindow = new google.maps.InfoWindow({
         content: ""
      });
       colors = ["red", "yellow", "#8d2424", "green", "blue"];
       icon3 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 1.8,
              strokeWeight: 2,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       icon4 = {
              path: 'M8,0C4.687,0,2,2.687,2,6c0,3.854,4.321,8.663,5,9.398C7.281,15.703,7.516,16,8,16s0.719-0.297,1-0.602  C9.679,14.663,14,9.854,14,6C14,2.687,11.313,0,8,0z M8,10c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S10.209,10,8,10z M8,4  C6.896,4,6,4.896,6,6s0.896,2,2,2s2-0.896,2-2S9.104,4,8,4z',
              scale: 2.2,
              strokeWeight: 4,
              fillColor: '#8d2424',
              strokeColor: '#ffffff',
              fillOpacity: 1       
       };
       document.getElementById("mapviewall").addEventListener("click", showAllToggle);
       for (var i = 0; i < arrLen; i++) {
         var contentString = document.getElementById("toggle" + i).innerHTML;
         var marker = new google.maps.Marker({
            position: {lat: locations[i][0], lng: locations[i][1]},
           icon: icon3,
            map: map
         });
          handleListener(marker, "toggle" + i, infowindow);
       } 
      } 
</script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBpPIXQdtcHb6U3Ipf4qXVPDjhyReoys6k&#038;language=en&#038;region=US&#038;callback=initMap" async defer></script></code></div>
<p><button id="mapviewall">View All Content</button></p>
<div class="contentToggle" id="toggle0">
<strong>Bò tơ Xuân Đào</strong></p>
<p>Bò tơ is a special kind of beef in Cu Chi district. It can be boiled to wrap with rice paper, cooked with lemongrass to eat with fried sticky rice, or simply grilled to eat with vegetables. At Xuan Dao restaurant, you are offered a comfortable wide area and quick services to fully enjoy a delicious meal. However, crowded situations at weekends may make you wait a little more for your dishes.</p>
<figure style="width: 480px" class="wp-caption alignnone"><a href="https://media.foody.vn/res/g1/4261/prof/s480x300/foody-mobile-mobile-jpg-821-635738497589775267.jpg" rel="lightbox[1685]"><img src="https://media.foody.vn/res/g1/4261/prof/s480x300/foody-mobile-mobile-jpg-821-635738497589775267.jpg" alt="" width="480" height="300" /></a><figcaption class="wp-caption-text">Photo: media.foody.vn</figcaption></figure>
<p><em>Opening hours: 7:00 am to 9:00 pm<br />
</em><em>Prices: 50 000 vnd – 220 000 vnd<br />
</em><em>Address: Quarter 2, national highway 22, Cu Chi district, HCMC<br />
</em><em>Telephone: </em><span style="color: #3366ff;"><em><u>(+84)837923794</u></em></span><br />
</div>
<div class="contentToggle" id="toggle1">
<strong>Quán Vườn Cau - Nước mía sầu riêng &amp; Củ mì hấp cốt dừa</strong></p>
<p>Vuon Cau restaurant is such a popular stop for tourists traveling to Cu Chi district or Tay Ninh province. Two highlights here are Nước mía sầu riêng (Sugarcane juice with the flavor of durian) and Củ mì hấp cốt dừa (Cassava root steamed with coconut water). The prices are very cheap so that you can order as many dishes as you want. Nevertheless, a glass of sugarcane juice and a dish of cassava root are enough for each person in order not to get fed up with the sweet flavor.</p>
<figure style="width: 480px" class="wp-caption alignnone"><a href="https://media.foody.vn/res/g8/71075/prof/s480x300/foody-mobile-quan-vuon-cau-mb-jpg-144-635864860650841216.jpg" rel="lightbox[1685]"><img class="size-large" src="https://media.foody.vn/res/g8/71075/prof/s480x300/foody-mobile-quan-vuon-cau-mb-jpg-144-635864860650841216.jpg" width="480" height="300" /></a><figcaption class="wp-caption-text">Photo: media.foody.vn</figcaption></figure>
</div>
<p><em>Opening hours: 6:30 am to 7:00 pm<br />
</em><em>Prices: 5 000 vnd – 15 000 vnd<br />
</em><em>Address: #259A, national highway 22, Tan Thong Hoi ward, Cu Chi district, HCMC<br />
</em><em>Telephone: </em><span style="color: #3366ff;"><em><u>(+84)906933039</u></em></span></p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/05/what-and-where-to-eat-in-cu-chi-district/">What and where to eat in Cu Chi District, HCMC?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/11/05/what-and-where-to-eat-in-cu-chi-district/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Where to stay in District 10, Saigon?</title>
		<link>https://www.mazevietnam.com/2016/10/26/where-to-stay-in-district-10/</link>
					<comments>https://www.mazevietnam.com/2016/10/26/where-to-stay-in-district-10/#comments</comments>
		
		<dc:creator><![CDATA[Vy Diep]]></dc:creator>
		<pubDate>Wed, 26 Oct 2016 14:40:31 +0000</pubDate>
				<category><![CDATA[District 10]]></category>
		<category><![CDATA[saigon]]></category>
		<category><![CDATA[Southern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1503</guid>

					<description><![CDATA[<p>Accommodation plays a crucial role in fulfilling your mood after taking a whole day to</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/10/26/where-to-stay-in-district-10/">Where to stay in District 10, Saigon?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Accommodation plays a crucial role in fulfilling your mood after taking a whole day to explore the maze of District 10. Listed down here is a wide range of recommended areas which will bring you memorable experiences.<br />
<span id="more-1503"></span></p>
<p><strong>Cách Mạng Tháng Tám street</strong></p>
<p><em>Hotels: Tuyet Nhi 2 (***), Ken (**), Happy 2 (**), Nhat Minh (*)</em></p>
<p>Situated near Công trường Dân chủ (an intersection of six roads: Cach Mang Thang Tam, Ba Thang Hai and four more ones), these hotels are considered ideal locations. Surroundings are a great number of shopping spots and restaurants which give you a notion of sleepless nights. On the other hand, travelling along Cach Mang Thang Tam street in the direction away from Lê Thị Riêng cultural park leads you to district 3 and district 1, the two main centers of Saigon.</p>
<p><strong>Ba Tháng Hai street (3/2 street)</strong></p>
<p><em>Hotels: Ky Hoa (***), Khai Hoan (**), Bao Tran (**), Hong Hy (*)</em></p>
<p>Ba Thang Hai street is not only wide but also crowded, which brings a spacious and exciting living environment to travelers. It is also extremely convenient to go shopping as Maximark 3/2 supermarket and Saigon supermarket are all located on this road. Furthermore, Đầm Sen cultural park, one of the most famous amusement parks in Ho Chi Minh city, is less than 4.5 km away from the recommended hotels. If you travel there by car, it will take you only 20 minutes.</p>
<p><strong>Sư Vạn Hạnh street</strong></p>
<p><em>Hotels: </em></p>
<p><em>Ha Do Villas (****), </em><span style="color: #800000;"><a style="color: #800000;" href="http://hadovillas.com/"><em><u>http://hadovillas.com/<br />
</u></em></a></span><em>Sen Vang (**), Yen Trang 3 (**), Lalaa (*)</em></p>
<p>In district 10, Su Van Hanh street is compared with a paradise worth living. Once you step outside the hotel, it may dawn on you that everything around is such a complex maze. A remarkably wide range of food, shopping and entertainment is always waiting to be discovered. This is the reason why Ha Do Villas, a series of luxurious four-star houses, is built here.</p>
<p><strong>Lê Hồng Phong street</strong></p>
<p><em>Hotels: Sunflower (***), Saigon Garden (***), Ky Hoa Guest House (**), Dona (**), Hoang Ha (**), Bliss (**), Hoa Mai (*), Hoa Thuy Tien (*), Nha Dam (*)</em></p>
<p>Accommodation on Le Hong Phong street is worth considering as the road is next to Su Van Hanh street. Besides, Kỳ Hòa park, a nearby green area, absolutely provides you with fresh air and a peaceful atmosphere. From the above hotels, you are also able to reach Museum of Traditional Vietnamese Medicine easily.</p>
<p><strong>Tô Hiến Thành street</strong></p>
<p><em>Hotels:<br />
</em><em>Athena (****), </em><span style="color: #800000;"><a style="color: #800000;" href="http://athenahotel.com.vn/"><em><u>http://athenahotel.com.vn/<br />
</u></em></a></span><em>Saigon Village (****), </em><span style="color: #800000;"><a style="color: #800000;" href="http://saigonvillage.vnn.vn/"><em><u>http://saigonvillage.vnn.vn/</u></em></a></span></p>
<p>Despite the narrow size, To Hien Thanh street is home to luxurious and giant four-star hotels such as Athena and Saigon Village. Regarding shopping demands, Big C Miền Đông supermarket is the most convenient selection. Furthermore, the street is filled with restaurants and coffee shops for you to enjoy the local cuisine instead of ordering expensive food in the hotels.</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/10/26/where-to-stay-in-district-10/">Where to stay in District 10, Saigon?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mazevietnam.com/2016/10/26/where-to-stay-in-district-10/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 12/130 objects using Disk
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: www.mazevietnam.com @ 2024-03-10 00:27:11 by W3 Total Cache
-->