<?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>da-lat &#8211; Maze Vietnam</title>
	<atom:link href="https://www.mazevietnam.com/tag/da-lat/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>Thu, 11 May 2017 16:10:49 +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>da-lat &#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>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>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 15/74 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-04-25 05:02:46 by W3 Total Cache
-->