<?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>Tung Thanh Tran &#8211; Maze Vietnam</title>
	<atom:link href="https://www.mazevietnam.com/author/thanhtung/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>Sun, 07 May 2017 09:26:47 +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>Tung Thanh Tran &#8211; Maze Vietnam</title>
	<link>https://www.mazevietnam.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Where to go in Ha Giang provincial city?</title>
		<link>https://www.mazevietnam.com/2016/11/24/where-to-go-in-ha-giang-provincial-city/</link>
					<comments>https://www.mazevietnam.com/2016/11/24/where-to-go-in-ha-giang-provincial-city/#comments</comments>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 09:24:39 +0000</pubDate>
				<category><![CDATA[Ha Giang Province]]></category>
		<category><![CDATA[Ha Giang]]></category>
		<category><![CDATA[Northern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=2007</guid>

					<description><![CDATA[<p>Here are some places that you should drop by once you visit Ha Giang Provincial</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/where-to-go-in-ha-giang-provincial-city/">Where to go in Ha Giang provincial city?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here are some places that you should drop by once you visit Ha Giang Provincial city.<br />
<span id="more-2007"></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: 22.827414, lng: 104.984116};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 15
        });
        locations = [
           [22.827414, 104.984116],
           [22.826673, 104.982954],
           [22.827648, 104.980069],
          ];
       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">
<h3><strong>KM 0 Milestone</strong></h3>
<p>(Cột mốc Km0)</p>
<p>This stone is so familiar to people in Ha Giang but so attractive to visitours coming here. For this is the “head” of Vietnam, every visitour can not help but take a picture with it, touch it, or just have some proof of their presence here.</p>
<figure style="width: 470px" class="wp-caption alignnone"><img class="size-medium" src="https://lh4.googleusercontent.com/-766Z9oOh_ks/U0IhhDQhUaI/AAAAAAAAFbI/b3V9vB31Obw/w470-h352-no/ha-giang-pystravel002.jpg" alt="Credit: lh4.googleusercontent.com" width="470" height="352" /><figcaption class="wp-caption-text">Credit: <span style="color: #999999;"><a style="color: #999999;" href="https://lh4.googleusercontent.com/-766Z9oOh_ks/U0IhhDQhUaI/AAAAAAAAFbI/b3V9vB31Obw/w470-h352-no/ha-giang-pystravel002.jpg" rel="lightbox[2007]">lh4.googleusercontent.com</a></span></figcaption></figure>
<p><em>Address : Highway 2, Nguyen Trai precinct, Ha Giang.</em><br />
</div>
<div class="contentToggle" id="toggle1">
<h3><strong>The Statue of President Ho Chi Minh</strong></h3>
<p>(Tượng đài Hồ Chủ tịch và đồng bào Hà Giang)</p>
<p>Built on February 24, 2005 and finished on August 28, the statue was a great construction of Ha Giang people to honor Vietnamese greatest leaders. It includes many statues of Uncle Ho’s fellows standing around for memorizing the time he spent with Ha Giang people, and the affair among them. It was inaugurated on September 1, 2005 right one day before Vietnamese National Day and became one of the most attractive places for tourists since then.</p>
<figure style="width: 650px" class="wp-caption alignnone"><img class="size-medium" src="http://www.baohagiang.vn/dataimages/201603/original/images1271592__TKYDALAY___MG_8234_ky_dai__bien_luan_.jpg" alt="Credit: baohagiang.vn" width="650" height="419" /><figcaption class="wp-caption-text">Credit: <span style="color: #999999;"><a style="color: #999999;" href="http://www.baohagiang.vn/dataimages/201603/original/images1271592__TKYDALAY___MG_8234_ky_dai__bien_luan_.jpg" rel="lightbox[2007]">baohagiang.vn</a></span></figcaption></figure>
<p><em>Address : 26/3 Square, Ha Giang.</em><br />
</div>
<h3><strong>The Forbidden Mountain</strong></h3>
<p>(Cấm Sơn)</p>
<p>Considered to be the spirit of Ha Giang city, The Forbidden Mountain is truly a wonder in many marvelous gifts from the nature. The mountain is craggy on one side with many stone caves and high cliffs, and the other side is filled with soil and towns. Even the natives do not know everything about this mountain for the roughness of the way up, plus there used to be none but one path to follow to the top, but many visitours cannot resist the temptation of its mystery and as the tourism activities are continuously developed in Ha Giang, it gets much easier to walk here. Moreover, this place has the history of many battles in Vietnam, from even feudalism to Vietnam war, around 1950s. There are still many tunnels and bunker systems made by French there. The natives even built a small pagoga to honor the dead soldiers and pray for the salvation of their souls and this has created a very holy atmosphere to the mountain.</p>
<figure style="width: 500px" class="wp-caption alignnone"><img class="size-medium" src="https://lh5.googleusercontent.com/-hL6TRUkvu3o/VAm6wQifQZI/AAAAAAAABkg/GtRG_glkSnY/w500-h375-no/kham-pha-ky-quan-nui-cam-o-ha-giang2.jpg" alt="Credit: lh5.googleusercontent.com/" width="500" height="375" /><figcaption class="wp-caption-text">Credit:<span style="color: #999999;"> <a style="color: #999999;" href="https://lh5.googleusercontent.com/-hL6TRUkvu3o/VAm6wQifQZI/AAAAAAAABkg/GtRG_glkSnY/w500-h375-no/kham-pha-ky-quan-nui-cam-o-ha-giang2.jpg" rel="lightbox[2007]">lh5.googleusercontent.com/</a></span></figcaption></figure>
<div class="contentToggle" id="toggle2">
<h3><strong>Mau Temple</strong></h3>
<p>(Đền Mẫu – Cấm Sơn Linh Từ)</p>
<figure style="width: 1024px" class="wp-caption alignnone"><a title="Đền Mẫu Cấm Sơn Linh Từ (4)" href="https://www.flickr.com/photos/90542078@N00/15217131945/in/photolist-8Hs1dg-7K8TtP-puS5eu-nJvK4h-drpt3j-pbFMaT-cem7Xy-9oy195-9e2yAn-bqeNcQ-bD9HaF-dhHo7R-9QTufq-itowLF-ohXBtZ-kJeBfJ-i38B7q-aqTDSi-7JHVs4-8HvcY9-e1dgpa-pFZnkW-ohsR8u-9qZgdv-wWimcR-bqeNcf-a47QCK-bqeNdw-a4aGv7-a4aTjG-fDW2NR-s17oFS-reQo6U-LE3Rf3-Maua91-LqzfB6-42JYoq-9DMZdw-5xuezs-99Uimq-xKiSJv-vZqDTX-M7rh2r-MCzgv8" target="_blank" rel="noopener noreferrer" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3863/15217131945_83a39cd02e_b.jpg" alt="Đền Mẫu Cấm Sơn Linh Từ (4)" width="1024" height="768" /></a><figcaption class="wp-caption-text">Photo credit: Mayxanh15 via Flickr</figcaption></figure>
<p>This is a sacred temple, usually known as Cam Son Linh Tu ( Temple of the Forbidden Mountain) but not built on the mountain. Here people worship three Goddesses : Mau Lieu, Mau Thuong Ngan, Mau Thuy. They built it in late XVIII century and still kept two bronze bells for over 100 years. There used to be a small joss house near this place called Tran temple where they worship the great National hero Tran Hung Dao, but in 1947, it was joined together with Mau Temple. This temple is not simply the place where people come to pray for fortune and wealth, but the place where people often hold many traditional festivals.</p>
<p><em>Address : Nguyen Trai precinct.</em><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/where-to-go-in-ha-giang-provincial-city/">Where to go in Ha Giang provincial city?</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-go-in-ha-giang-provincial-city/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Where to go in Dong Van District, Ha Giang?</title>
		<link>https://www.mazevietnam.com/2016/11/24/where-to-go-in-dong-van-district-ha-giang/</link>
					<comments>https://www.mazevietnam.com/2016/11/24/where-to-go-in-dong-van-district-ha-giang/#comments</comments>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 08:58:39 +0000</pubDate>
				<category><![CDATA[Ha Giang Province]]></category>
		<category><![CDATA[Ha Giang]]></category>
		<category><![CDATA[Northern Vietnam]]></category>
		<category><![CDATA[Travel Guide]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1448</guid>

					<description><![CDATA[<p>132km away from Ha Giang provincial town, Dong Van district, also known as Dong Van</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/where-to-go-in-dong-van-district-ha-giang/">Where to go in Dong Van District, Ha Giang?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>132km away from Ha Giang provincial town, Dong Van district, also known as Dong Van Karst Plateau is a rocky mountainous area, craggy but gorgeous, an ideal destination for those who love the breathtaking scene of nature and specially into adventuring. Dong Van Plateau has indeed attracted thousands of tourists every year not only with the charm of many terraces but also with traditions, culture and friendly people here.<br />
<span id="more-1448"></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: 23.256419, lng: 105.262063};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 8
        });
        locations = [
           [23.256419, 105.262063],
           [23.363687, 105.316536],
           [23.280641, 105.359948],
           [23.309699, 105.300916],
           [23.085967, 105.490752],
          ];
       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">
<h3><strong>The Architectural Relic of Vuong</strong></h3>
<p>(Di tích kiến trúc Nhà Vương)</p>
<p>Known as the large home of Meo King, this is a unique architecture, built in early 20 century with most designation and sculpture of Thanh dynasty’s style in China. This large beautiful mansion was declared as a National Art Architectural Relic, having renovated sometimes and drew much of tourists’ attraction for years.</p>
<figure style="width: 500px" class="wp-caption alignnone"><img class="size-medium" src="http://anh.24h.com.vn/upload/3-2012/images/2012-09-17/1347837255-cao-nguyen--1-.jpg" alt="Credit: anh.24h.com.vn" width="500" height="331" /><figcaption class="wp-caption-text"><span style="color: #999999;">Credit: <a style="color: #999999;" href="http://anh.24h.com.vn/upload/3-2012/images/2012-09-17/1347837255-cao-nguyen--1-.jpg" rel="lightbox[1448]">anh.24h.com.vn</a></span></figcaption></figure>
<p><em>Address: Sà Phìn, Đồng Văn, Ha Giang.</em><br />
</div>
<div class="contentToggle" id="toggle1">
<h3><strong>Lung Cu Flag Pole</strong></h3>
<p>(Cột cờ Lũng Cú)</p>
<figure style="width: 1000px" class="wp-caption alignnone"><a title="ks82140.jpg" href="https://www.flickr.com/photos/vukimson/5560369509/in/photolist-9tmm8P-dzo3Fz-dztw99-dzo1jr-dztrTQ-dzttaQ-o228q1-9UtDpY-o1PEcn-o1ZU4G-6eLUE7-6XcZpL-nJCvwS-o27QrF-6eKYL3-9tpmYJ-JCkK2-5KtVw6-5KtTzP-bqeNcQ-bD9HaF-bqeNcf-bqeNdw-A1A8Xu-z71bzR-A3TrvP-zLhwnm-A2EK7E-A3TtaR-dtqVTi-rur2eD-9nuPks-dwgWtr-svnp8-6rFxXs-5KtV3x-6W9j9x-6Wg9iz-5Ky9ao-5Kya17-EqVNMY-FqfdSR-A2HDeS-zLemUQ-zLdfS1-A4PRqR-zLic3D-A3QczP-A2FeDQ-zLduTQ" data-flickr-embed="true"><img src="https://c1.staticflickr.com/6/5173/5560369509_60dd71432c_b.jpg" alt="ks82140.jpg" width="1000" height="665" /></a><figcaption class="wp-caption-text">Photo credit: Vu Kim Son</figcaption></figure>
<p>This is a historic building and a beauty spot. From the top of the tower, all the marvelous surrounding areas of Dong Van can be seen with Then Van valley on the left side and the upstream of Nho Que river on the right.</p>
<p><em>Address: Cẳng Tẳng, Lũng Cú, Đồng Văn, Ha Giang. </em><br />
</div>
<div class="contentToggle" id="toggle2">
<h3><strong>Dong Van Old Quarter</strong></h3>
<p>(Phố cổ Đồng Văn)</p>
<p>About 1 km long and existed for nearly a century, Dong Van old quarter contains many long-standing architectural constructions such as Trinh Tuong Houses, Yin and Yang tile roofs, stone paved floors,… especially the old market with all roofs made of lunisolar stony tiles. With over 40 houses at the age between 100 and 300 years, the old quarter reflects almost every detail of Dong Van’s culture. Tourists are suggested to come here on Mid-Autumn night, when the whole quarter is filled with light from many red lanterns and many traditional activities are held.</p>
<figure style="width: 1024px" class="wp-caption alignnone"><a title="Phố cổ Đồng Văn, Hà Giang" href="https://www.flickr.com/photos/chungtran/3881739280/in/photolist-dyXZEm-r5cweQ-cvMC9j-e45Ued-e2kC9b-e2kCq9-e2f1sg-6V1VRj-pkDrNu-8XemAz-oSBn5u-pHaibJ-nArXYs-doHC1r-bSy4FM-sGSSzz-oJqqKJ-cwPEmQ-cwPF7b-bvy2YQ-2rNYQF-pt5Bx7-8RMTX6-aDxtWh-5RH2tQ-7K8TtP-9rtnuH-4MJw2N-4Lm2rM-aq8bNk-cNXrjW-dxrRNy-bAgKbc-eLFx27-9iZWdk-4MEjz4-dAoSrp-as9zL5-doUQfU-cvMBr3-bJsNXD-4MEjkX-d9qobU-JCkwi-bHngc2-cEBkFE-doUGi8-4QJQvN-4LNuhW-9ZbBhd" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3525/3881739280_5f6af206cf_b.jpg" alt="Phố cổ Đồng Văn, Hà Giang" width="1024" height="553" /></a><figcaption class="wp-caption-text">Photo credit: vpts</figcaption></figure>
<p><em>Address: Phố Cổ, tt. Đồng Văn, Đồng Văn, Hà Giang.</em><br />
</div>
<div class="contentToggle" id="toggle3">
<h3><strong>Fairs</strong></h3>
<p>(Chợ phiên)</p>
<p>Most mountainous areas of Vietnam have fairs that have no longer been just the occasions for trading and other economic purposes but become a traditional cultural activity. Fairs in Dong Van are a little different as they are held backwardly, which means if this week people have a fair on Saturday then the next week they will have it on Friday and so on. It shall be great if tourists come to a fair and taste the special food of Dong Van and bring home souvenirs for gifts.</p>
<figure style="width: 660px" class="wp-caption alignnone"><img src="http://dongvan.gov.vn/wp-content/uploads/2014/12/dac-sac-cho-phien-vung-cao-dong-van-1.jpg" width="660" height="440" /><figcaption class="wp-caption-text"><span style="color: #999999;">Credit:<a style="color: #999999;" href="http://dongvan.gov.vn/wp-content/uploads/2014/12/dac-sac-cho-phien-vung-cao-dong-van-1.jpg" rel="lightbox[1448]"> dongvan.gov.vn</a></span></figcaption></figure>
</div>
<div class="contentToggle" id="toggle4">
<h3><strong>Khau Vai Love Festival</strong></h3>
<p>(Chợ tình Khâu Vai)</p>
<p>A famous annual festival of Dong Van that being held only in late March of the lunar year. It is also known as a special fair, about 24km away from Meo Vac town, but actually there is almost none of trading or business stuff here at this time. This fair is held for one reason only : Giving boys and girls a chance to confess their feelings and express their love. Yet, elders also come here to see their ex-lovers. For tourists, this is a perfect time to witness the magnificence of Dong Van’s costumes .</p>
<figure style="width: 869px" class="wp-caption alignnone"><a title="Hà giang 04/2009 - chợ tình Khâu Vai" href="https://www.flickr.com/photos/21171710@N05/3518047514/in/photolist-edz7st-eBQzv1-eBFyX8-6mNKkn-eBQy5U-eBKL6v-6mSUXC-eBNS9f-eBFGxa-eBFBi6-eBMrW9-eBJDKv-eBPJBm-eBMoo6-cazcR3-eBL4nZ-cazddj-eBLCSx-eBMkWD-eBQknf-eBJxPr-eBNnZY-eBPZWm-eBKPWj-eBPCA9-eBKsaJ-eBP4g9-cazcr7-eBJVWz-eBQwL3-eBNjTq-eBK75E-caz5pJ-eBLeAB-caz5E1-eBJAMZ-eBQx3y-eBKXXa-eBPwDG-eBMvJ9-eBLJ5k-6mNKtD-eBL9Ua-6mNKpV-eBLX6i-eBMfbe-eBGnGi-eBMUyq-eBQz9A-eBQyLw" data-flickr-embed="true"><img src="https://c1.staticflickr.com/4/3584/3518047514_f7522c00c8_o.jpg" alt="Hà giang 04/2009 - chợ tình Khâu Vai" width="869" height="584" /></a><figcaption class="wp-caption-text">Photo credit: secret_garden_lh via Flickr</figcaption></figure>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/where-to-go-in-dong-van-district-ha-giang/">Where to go in Dong Van District, Ha Giang?</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-go-in-dong-van-district-ha-giang/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Ha Giang – The glory of High land</title>
		<link>https://www.mazevietnam.com/2016/11/24/ha-giang-the-glory-of-high-land/</link>
					<comments>https://www.mazevietnam.com/2016/11/24/ha-giang-the-glory-of-high-land/#comments</comments>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 08:36:21 +0000</pubDate>
				<category><![CDATA[Ha Giang Province]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=2004</guid>

					<description><![CDATA[<p>Ha Giang province is widely known as the “head” of Vietnam territory, but the beauty</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/ha-giang-the-glory-of-high-land/">Ha Giang – The glory of High land</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ha Giang province is widely known as the “head” of Vietnam territory, but the beauty that lies in this mountainous kingdom is more to explore.<br />
<span id="more-2004"></span>Originally, this ground first belonged to Tan Hung, one of 15 tribes of Van Lang ( the ancient Vietnam), once it fell to the patriarch of the Twelve Thai cantons, then became a tribute to Chinese Throne, and finally in 1728, it was returned to Vietnamese. After many a time of delimitation, in 2003, Ha Giang province officially has one provincial city and 10 districts.</p>
<p>Formed with such complicated terrain, Ha Giang divides itself into 3 main areas : High land of the north, mostly karst mountains ; High land of the west, mostly soil mountains ; And the low hill-land where stands Ha Giang provincial city. Thus, the diverse nature here can make any visitors breathless; every hill, every stream, every forest in Ha Giang created the greatest masterpiece the world should ever know.</p>
<p>With such ideal favor of nature, Ha Giang has completely embraced the tourism potential and gained so much fame for many beauty spots like Dong Van Karst Plateau, The Architectural Relic of Vuong, many graceful natural caves and long standing temples. Especially though Ha Giang is quite sparsely populated,  people here are so rich in spirit with many festivals and fairs that can not be missed if someone wants to fully know what Ha Giang is all about.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/24/ha-giang-the-glory-of-high-land/">Ha Giang – The glory of High land</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/ha-giang-the-glory-of-high-land/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>One day in Nam Dinh</title>
		<link>https://www.mazevietnam.com/2016/11/23/one-day-in-nam-dinh/</link>
					<comments>https://www.mazevietnam.com/2016/11/23/one-day-in-nam-dinh/#comments</comments>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Wed, 23 Nov 2016 14:58:27 +0000</pubDate>
				<category><![CDATA[Nam Dinh Province]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=1427</guid>

					<description><![CDATA[<p>If you have one day in this place, Nam Dinh city can surely make your</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/23/one-day-in-nam-dinh/">One day in Nam Dinh</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have one day in this place, Nam Dinh city can surely make your day . You can have a quick reference to this post or you can see more in <span style="color: #800000;"><a style="color: #800000;" href="http://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/">Nam Dinh city</a></span> or<span style="color: #800000;"><a style="color: #800000;" href="http://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/"> What and where to eat in Nam Dinh city</a></span> post.<br />
<span id="more-1427"></span>7:00 Start your day with a bowl of pho at Pho Tang 17 Hang Tien street which is the best. It should be this early because Pho restaurants in Nam Dinh city get crowded quickly in the morning.</p>
<p>7:30 Head to Hang Cap street, turn right to Tran Te Xuong street and turn left to Nguyen Du street where you can find 3-2 Square , visit the statue of General Tran Hung Dao and get some sightseeing at Vi Xuyen park.</p>
<p>9:00 From Nguyen Du street, head to Le Hong Phong street then Tran Phu street, turn left to Ben Thoc street, turn right to Cot Co street and you can learn more about Nam Dinh history at the Historical museum of Nam Dinh.</p>
<p>9:30 Get back to Ben Thoc street and head straight to Hang Thao street, turn right and stop at 23 or 31, there you can prepare yourself with some loaves of Balan bread for a little long trip to the outskirt of Nam Dinh city.</p>
<p>10:00 Get a grab (Mai Linh corporation suggested – 035036252525) and take a visit to the symbol of Nam Dinh ancientry: The historic relic of Tran Temple.</p>
<p>13:00 Get another grab to visit another long-standing architecture of Nam Dinh – Pho Minh Tower, Tuc Mac village, Loc Vuong precinct.</p>
<p>14:00 Take a taxi to go back to the inner city and get yourself a big meal at a BBQ restaurant on the “Roasting street” of Namdinh, Tran Hung Dao street (by Truyen Thong lake).</p>
<p>16:00 Go along Tran Hung Dao street to Dao river direction and you can get the best Banh gai at 104 or 108 as gifts to bring home.</p>
<p>16:30 From Tran Hung Dao street, turn right to Bac Ninh street, turn left to Nguyen Du street and you can see Nguyen Khuyen high school on the right. It is a perfect time to visit because it is after school time and you can get a student to introduce about the school.</p>
<p>18:00 From Nguyen Du street, turn left to Hang Dong street, turn right to Hai Ba Trung street, head straight to Ly Thuong Kiet street and you can taste the best Bun dau at a favorite restaurant of youngsters here.</p>
<p>19:00 You can finish day and take a look at some photos you took during the trip at Coffee Bean, 55 Thanh Chung street. Get you a grab because you must be exhausted after a long day.</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/11/23/one-day-in-nam-dinh/">One day in Nam Dinh</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/23/one-day-in-nam-dinh/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>What and where to eat in Nam Dinh provincial city</title>
		<link>https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/</link>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Sat, 24 Sep 2016 10:04:21 +0000</pubDate>
				<category><![CDATA[Nam Dinh Province]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=604</guid>

					<description><![CDATA[<p>You are in Nam Dinh city and have no idea what and where to eat.</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/">What and where to eat in Nam Dinh provincial city</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You are in Nam Dinh city and have no idea what and where to eat. Don&#8217;t worry, just take a quick look at this post and you will be able to find the restaurants that are familiar to just the locals so as to try the best foods served.</p>
<p><span id="more-604"></span></p>
<p><strong>BANH GAI<br />
</strong>(Bánh gai)</p>
<p>This is a special sort of pie created first in Nam Dinh and only in Nam Dinh where people can find the best of this food. It looks quite the same as banh chung, but it looks smaller and its ingredients are totally different. There are some branches suggested for well-made banh gai on Tran Hung Dao street.</p>
<p><img class="alignnone wp-image-2079 size-large" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/banh-gai-banh-nhan-768x1024.jpg" alt="banh-gai-banh-nhan" width="474" height="632" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/banh-gai-banh-nhan-768x1024.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/banh-gai-banh-nhan-225x300.jpg 225w, https://www.mazevietnam.com/wp-content/uploads/2016/09/banh-gai-banh-nhan.jpg 810w" sizes="(max-width: 474px) 100vw, 474px" /></p>
<p><em>Address: Banh gai Ba Thi – #108 Tran Hung Dao street, Nam Dinh.</em><br />
<em>Thanh Lich – #104 Tran Hung Dao street, Nam Dinh.</em></p>
<p><strong>BANH NHAN<br />
</strong>(Bánh nhãn)</p>
<p>This is another special food that represents Nam Dinh’s culinary. It is a pie but as small as a candy, sweet, crispy and goes really well with green tea. Banh nhan is sold in packs like snack in every grocery in Nam Dinh.</p>
<p><strong>KEO SIU CHAU<br />
</strong>(Kẹo sìu châu)</p>
<p>This kind of candy is mentioned in every talk about Nam Dinh because of its delightsome delicacy. It is a small, long cube shape candy made from peanut, sesame, malt and sugar. It tastes so fragrant, sweet and crunchy. Keo siu chau is sold in packs or boxes in every groceries in Nam Dinh.</p>
<p><img class="alignnone wp-image-2084 size-large" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Kẹo-sìu-châu-768x1024.jpg" alt="keo-siu-chau" width="474" height="632" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/Kẹo-sìu-châu-768x1024.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/Kẹo-sìu-châu-225x300.jpg 225w, https://www.mazevietnam.com/wp-content/uploads/2016/09/Kẹo-sìu-châu.jpg 810w" sizes="(max-width: 474px) 100vw, 474px" /></p>
<p><em>Suggested address : #161 Minh Khai street, Nam Dinh.<br />
#181 Minh Khai street</em></p>
<p><strong>BUN DAU MAM TOM<br />
</strong>(Bún đậu mắm tôm)</p>
<p>This food is quite popular in Vietnam especially Hanoi but Nam Dinh also has amazing bun dau restaurants. In a market on Ly Thuong Kiet street, there is a famous bun dau restaurant that has the best bun dau and many other street foods.</p>

<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/bun-dau2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/bún-đậu2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/bun-dau/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/bún-đậu-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p><em>Address : Ly Thuong Kiet street, Nam Dinh.</em></p>
<p><strong>PHO<br />
</strong>(Phở)</p>
<p>Nam Dinh is always famous for pho, this is where pho was created a long time ago, the place that keeps many secret recipes to cook a beyond compare bowl of pho. Pho Nam Dinh is famous not only because it is the most delicious pho in Vietnam but it also reflects the friendliness, industriousness, and subtlety of the people here. There are many pho restaurants in Nam Dinh; they could be some small popular ones on the sidewalk or some elegant ones.</p>
<p><img class="alignnone wp-image-2137 size-large" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/pho5-1024x1024.jpg" alt="pho5" width="474" height="474" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/pho5-1024x1024.jpg 1024w, https://www.mazevietnam.com/wp-content/uploads/2016/09/pho5-150x150.jpg 150w, https://www.mazevietnam.com/wp-content/uploads/2016/09/pho5-300x300.jpg 300w, https://www.mazevietnam.com/wp-content/uploads/2016/09/pho5-768x768.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/pho5.jpg 1080w" sizes="(max-width: 474px) 100vw, 474px" /></p>
<p><em>Suggested address: Pho Tang – #17 Hang Tien street, Nam Dinh.<br />
</em><em>Pho Dan &#8211; Bac Ninh street, Nam Dinh.<br />
</em><em>Pho 10 Ly Quoc Su – #6 Ben Ngu street, Nam Dinh.</em></p>
<p><strong>BANH GOI<br />
</strong>(Bánh gối)</p>
<p>This is a very popular street food of Nam Dinh people just like bun dau. It is a pie with a skin of fried rice paper, full of minced meat, mien (a kind of vermicelli made of cassava) and a parboiled quail egg inside. Banh goi is teenagers&#8217; favorite food. Suggested places for the best banh goi in Nam Dinh are Miss Mai’s, Miss Bich’s and Cho Chua There are also other junk food there.</p>
<p><em>Address: Miss Mai – #94 Tran Bich San street, Nam Dinh.<br />
</em><em>Miss Bich – #285 Hoang Van Thu street, Nam Dinh.<br />
</em><em>Cho Chua – Thon 3 village, Nam Giang street, Nam Dinh.</em></p>
<p><strong>BANH XEO<br />
</strong>(Bánh xèo)</p>
<p>Another popular street food in Nam Dinh. It is like banh goi in some ways but it is not banh goi. This pie is smaller, has fried rice paper too but thinner and the meat inside is kept in large pieces. It goes with a special kind of sauce requiring many accurate steps of mixing and preparing, and some kinds of raw vegetables. The tourists should come and try this food is on Tran Hung Dao street.</p>
<p><em>Address: Tran Hung Dao street, Nam Dinh.</em></p>
<p><strong>DUCK MEAT<br />
</strong>(Thịt vịt)</p>
<p>Nam Dinh has such strong potential of agriculture that duck meat in Nam Dinh is so delicious. There is even a whole street called the duck meat street where lots of duck meat restaurants are located, and many duck courses are served. The suggested name of the restaurant is Van Dinh, but all the restaurants on the street are still good.</p>
<p><em>Address: Tran Thai Tong street, Nam Dinh.</em></p>
<p><strong>ROASTING STREET<br />
</strong>(Phố nướng)</p>
<p>There is another street called Roasting street with many roasting restaurants. They serve different kinds of raw spiced meat which will be roasted right at the clients’ tables. These are perfect places for big parties. Some extra-ordinary restaurant names should be Huy Map and Hoa Diem Son.</p>
<p><em>Address : Tran Hung Dao street (by Truyen Thong lake), Nam Dinh.</em></p>
<p><strong>BALAN BREAD<br />
</strong>(Bánh mì balan)</p>
<p>Bread is a famous food of Vietnam but Balan bread of Nam Dinh is the best indeed. Everyone coming to Nam Dinh buys some loaves for themselves and bring home because Balan bread is unique. A loaf of Balan bread is thick, fragrant and plump. It goes well with both condensed and normal milk. The best branch of Balan bread is on Hang Thao street.</p>
<p><img class="alignnone wp-image-2144 size-large" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Banh-mì-balan-768x1024.jpg" alt="banh-mi-balan" width="474" height="632" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/Banh-mì-balan-768x1024.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/Banh-mì-balan-225x300.jpg 225w, https://www.mazevietnam.com/wp-content/uploads/2016/09/Banh-mì-balan.jpg 810w" sizes="(max-width: 474px) 100vw, 474px" /></p>
<p><em>Address: #23 Hang Thao street, Nam Dinh.<br />
</em><em>#31 Hang Thao street, Nam Dinh.<br />
</em></p>
<p><strong>COFFEE BEANS<br />
</strong></p>
<p>This is the most well-known coffee shop in Nam Dinh with tasty drinks and elegantly designed architecture. Pizza is also served here and it is super tasty. Especially there are some special rooms with large screens as mini cinemas. It is a perfect place to relax, read books and hang out with friends.</p>

<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/coffee-beans/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Coffee-Beans-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/coffee-beans6/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Coffee-Beans6-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/coffee-beans4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Coffee-Beans4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/coffee-beans2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Coffee-Beans2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p><em>Address : Coffee Beans – #55 Thanh Chung street</em></p>
<p><strong>KEM XOI<br />
</strong>(Kem xôi)</p>
<p><img class="alignnone wp-image-2149 size-large" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/kem-xôi-768x1024.jpg" alt="kem-xoi" width="474" height="632" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/kem-xôi-768x1024.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/kem-xôi-225x300.jpg 225w, https://www.mazevietnam.com/wp-content/uploads/2016/09/kem-xôi.jpg 810w" sizes="(max-width: 474px) 100vw, 474px" /></p>
<p>Kem xoi is the food people can only find in Vietnam, a perfect combination of sticky rice and ice cream. Kem xoi is sold in many street food restaurants in Nam Dinh but the best, also the oldest one is on Nguyen Du street. Tourists can taste another Nam Dinh&#8217;s specialty here: Xiu pao pie (Bánh xíu páo).</p>
<p><em>Address: Kem Xoi – #132 Nguyen Du street</em></p>
<p><strong>BEEF STEAK<br />
</strong>(Bò bít tết)</p>
<p>This food is no longer strange to everyone but there are some places in Nam Dinh that make the most unforgettable beef steak ever. This is a perfect choice for an evening out with friends or family .</p>
<p><em>Address:  #99 Hai Ba Trung street</em></p>
<p><strong>DING TEA</strong></p>
<p>This tasty mixture of milk and tea is now so familiar to everyone and so is the Ding Tea brand. Ding Tea in Nam Dinh is just inaugurated in 2015 but the drinks are amazingly good.</p>
<p><em>Address: #1 Hang Tien street</em></p>
<p><strong>BUN CHA<br />
</strong>(Bún chả)</p>
<p>Bun cha is so popular that president Obama spent his time trying this on his recent visit to Vietnam, and bun cha in Nam Dinh has its own attraction. Nam Dinh has many bun cha restaurants, both on the sidewalk and in houses.</p>
<p><em>Address: Thanh Binh – #139 Hung Yen street</em></p>
<p><strong>O MAI<br />
</strong>(Ô mai)</p>

<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/o-mai4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Ô-mai4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/o-mai3/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Ô-mai3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/o-mai2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Ô-mai2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/o-mai/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Ô-mai--150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p>A popular tasty jam of Vietnam, made of dried black apricots and some other fruits. These once were very effective medical herb ingredients of the old Eastern traditional treatments, with some modification in processing, Vietnamese created O mai as a nosh for every age. Above all the brands, Hong Lam and That Su are two names you should try.</p>
<p><em>Address: #3 Minh Khai street</em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/">What and where to eat in Nam Dinh provincial city</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Where to visit in 9 districts of Nam Dinh?</title>
		<link>https://www.mazevietnam.com/2016/09/24/where-to-visit-in-9-districts-of-nam-dinh/</link>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Sat, 24 Sep 2016 09:46:57 +0000</pubDate>
				<category><![CDATA[Nam Dinh Province]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=607</guid>

					<description><![CDATA[<p>The districts of Nam Dinh are typical countryside with such wide gorgeous rice paddy fields,</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/where-to-visit-in-9-districts-of-nam-dinh/">Where to visit in 9 districts of Nam Dinh?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The districts of Nam Dinh are typical countryside with such wide gorgeous rice paddy fields, long-standing handicraft villages and two beautiful beaches that can please even the most fastidious visitors.</p>
<p><span id="more-607"></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: 20.250411, lng: 106.199043};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 10
        });
        locations = [
           [20.029220, 106.226447],
           [20.196694, 106.387829],
           [20.232762, 106.570192],
           [20.313531, 106.298164],
           [20.330815, 106.019225],
           [20.341880, 106.181331],
           [20.456919, 106.208755],
           [20.359212, 106.077244],
          ];
       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>
<p><strong>BEACH RESORTS</strong></p>
<p>With 72km coastline, Nam Dinh is gifted a great advantage from the sea with two beaches.</p>
<p>First one is <strong>Thinh Long beach</strong> at <u>Hai Hau district</u>, also the first tourism spot founded in Nam Dinh. It has attracted thousands of visitours for over 70 years and has been developed every year. The view is breathtaking, many fresh kinds of seafood are served and the people are hospitable. Besides, they produce the most delicious rice of Vietnam and make the best Banh nhan in Hai Hau district.</p>
<figure style="width: 500px" class="wp-caption alignnone"><a href="https://du-lich.chudu24.com/f/d/100713/tho-mong-bai-bien-thinh-long-nam-dinh.jpg" rel="lightbox[607]"><img class="size-large" src="https://du-lich.chudu24.com/f/d/100713/tho-mong-bai-bien-thinh-long-nam-dinh.jpg" width="500" height="375" /></a><figcaption class="wp-caption-text">Photo credit: du-lich.chudu24.com</figcaption></figure>
<p>The other beach is <strong>Quat Lam</strong>, <u>Giao Thuy district</u>. The quality of the service here is indisputable. It has good fresh seafood and especially the tastiest watermelon in Vietnam though the area to grow this fruit is narrowed for developing tourism resorts.</p>
<figure style="width: 500px" class="wp-caption alignnone"><a href="http://dulichgiaothuy.namdinh.gov.vn/Uploads/buivankhoi/dulich/quatlam/bienquatlam3.JPG" rel="lightbox[607]"><img class="size-large" src="http://dulichgiaothuy.namdinh.gov.vn/Uploads/buivankhoi/dulich/quatlam/bienquatlam3.JPG" width="500" height="333" /></a><figcaption class="wp-caption-text">Photo credit: dulichgiaothuy.namdinh.gov.vn</figcaption></figure>
<div class="contentToggle" id="toggle0">
<em>Address: Thinh Long beach – Hai Hau district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle1">
<em>Quat Lam beach – Giao Thuy district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle2">
<strong>XUAN THUY NATIONAL PARK</strong></p>
<p>Located at <u>Giao Thuy district</u>, Xuan Thuy national park is the first Ramsar international tourist destination of South East Asia. With thousands of hectares of mangroves, casuarina forest, sand dunes, and swamps, it became an abundant kingdom for many different species including 120 plants and 219 ones of bird family (33 of them can only be found in Vietnam). It is a perfect place for expenditures, sightseeing and camping trips.</p>
<p><em>Address: Giao Thuy district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle3">
<strong>CO CHAT VILLAGE</strong></p>
<p>A long standing traditional handicraft village of <u>Truc Ninh district</u> where spinning silk and weaving are true pure arts. The high quality of all silk products of this village has been proven through many centuries and gained so much fame for Nam Dinh. It is a perfect place to get souvenirs or to learn about highly professional weaving technique.</p>
<figure style="width: 490px" class="wp-caption alignnone"><a href="http://static.english.vov.vn/w490/Uploaded/tranngocfa1/2015_03_05/ANH%202.jpg" rel="lightbox[607]"><img class="size-large" src="http://static.english.vov.vn/w490/Uploaded/tranngocfa1/2015_03_05/ANH%202.jpg" width="490" height="327" /></a><figcaption class="wp-caption-text">Photo credit: static.english.vov.vn</figcaption></figure>
<p><em>Address: Phuong Dinh commune, Truc Ninh district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle4">
<strong>TONG XA VILLAGE</strong></p>
<p>In <u>Y Yen district</u> stands an ancient handicraft village named Tong Xa where people make the best bronze items. This village has started this bronze casting tradition about 900 years ago and improved significantly. Not only in Vietnam, Tong Xa’s bronze handiwork products are also chosen to be shown in many international exhibitions and sold to other countries. This is also the place where many famous statues in Vietnam were made, such as General Tran Hung Dao in Nam Dinh city, King Ly Thai To in Hanoi, National hero Thanh Giong in Soc Son or many Budha statues.</p>
<figure style="width: 410px" class="wp-caption alignnone"><a href="http://dulichnamdinh.com.vn/UploadFiles/LX.jpg" rel="lightbox[607]"><img class="size-large" src="http://dulichnamdinh.com.vn/UploadFiles/LX.jpg" width="410" height="291" /></a><figcaption class="wp-caption-text">Photo credit: dulichnamdinh.com.vn</figcaption></figure>
<p><em>Address: Lam town, Y Yen district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle5">
<strong>VAN CHANG VILLAGE</strong></p>
<p>Van Chang is also known as the Forging Handicraft village in <u>Nam Truc district</u>. It is one of the oldest village in North Vietnam with the history of over 700 years. People here have devoted their skills and their talent to make the best weapons for every national defense war in the past; many antiquities existed for hundreds of years can still be found here.</p>
<figure style="width: 500px" class="wp-caption alignnone"><a href="http://i.imgur.com/RRv5Hpo.jpg" rel="lightbox[607]"><img class="size-large" src="http://i.imgur.com/RRv5Hpo.jpg" width="500" height="684" /></a><figcaption class="wp-caption-text">Photo credit: i.imgur.com</figcaption></figure>
<p><em>Address: Nam Giang town, Nam Truc district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle6">
<strong>MY TAN VILLAGE</strong></p>
<p>There is a handicraft village in <u>My Loc district</u> which is always compared to the largest flower field ever. With the great favor of nature, it has become the major source of many flower types sold out to all North Vietnam. The whole village is filled with flowers in every season of a year. Especially, it is even more lively here in the time of New Year.</p>
<figure style="width: 480px" class="wp-caption alignnone"><a href="https://i.ytimg.com/vi/wMcbEJvjQUE/hqdefault.jpg" rel="lightbox[607]"><img class="size-large" src="https://i.ytimg.com/vi/wMcbEJvjQUE/hqdefault.jpg" width="480" height="360" /></a><figcaption class="wp-caption-text">Photo credit: i.ytimg.com/</figcaption></figure>
<p><em>Address : My Tan commune, My Loc district, Nam Dinh province.</em><br />
</div>
<div class="contentToggle" id="toggle7">
<strong>PHU DAY</strong></p>
<p>Phu Day is an architecture ensemble of traditional belief in <u>Vu Ban district</u>, including the Temple of Princess Lieu Hanh, palace Tien Huong, palace Van Cat, Cong Dong convent, temple of Ly Nam De, Linh Son pagoda and the mausoleum of Princess Lieu Hanh. This place is famous not only for the beauty of the ancient architecture but also for an annual festival named Phu Day festival, or usually known as the Mother’s death anniversary in March (in lunar year) with princess Lieu Hanh being the great symbol of Mother.<br />
The festival is held annually on 15<sup>th</sup> March in lunar year.</p>
<figure style="width: 1000px" class="wp-caption alignnone"><a href="http://thuexe29cho.com/files/editors/tinymce/plugins/image/uploads/phu_giay_nam_dinh.jpg" rel="lightbox[607]"><img class="size-large" src="http://thuexe29cho.com/files/editors/tinymce/plugins/image/uploads/phu_giay_nam_dinh.jpg" width="1000" height="667" /></a><figcaption class="wp-caption-text">Photo credit: thuexe29cho.com</figcaption></figure>
<p><em>Address: Kim Thai commune, Vu Ban district, Nam Dinh province.</em><br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/where-to-visit-in-9-districts-of-nam-dinh/">Where to visit in 9 districts of Nam Dinh?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Where to go in Nam Dinh provincial city?</title>
		<link>https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/</link>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Sat, 24 Sep 2016 09:24:18 +0000</pubDate>
				<category><![CDATA[Nam Dinh Province]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=602</guid>

					<description><![CDATA[<p>Over 750 years with many vicissitudes of the history, Nam Dinh, once the leader of</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/">Where to go in Nam Dinh provincial city?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Over 750 years with many vicissitudes of the history, Nam Dinh, once the leader of the nation, has been constantly developed. There are marks since the old time lying among the modern civilization to get you to explore.</p>
<p><span id="more-602"></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: 20.439975, lng: 106.168022};
        var map = new google.maps.Map(document.getElementById('map'), {
          center: myLatLng,
          scrollwheel: false,
          zoom: 14
        });
        locations = [
           [20.455459, 106.168165], 
           [20,4318186, 106,1829083],
           [20.423599, 106.173949],
           [20.454493, 106.163120],
           [20.429189, 106.178148],
           [20.421641, 106.173437],
          ];
       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">
<strong>THE HISTORIC RELIC OF TRAN TEMPLE<br />
</strong>(Quần thể di tích lịch sử Đền Trần)</p>
<p>Built in 1965, Tran Temple is the greatest architectural legacy of Tran dynasty. The beauty of the temple not only reveals the solemn culture of Vietnam from the 1100s to 1400 but also tells many stories at the same time. But one thing about Tran Temple that comes in every Vietnamese’s mind when they think about Nam Dinh is an annual Festival.</p>
<p>They call it Khai An festival. It was used to be held in a small village, then spread out to the whole country size. As a tradition, thousands of people from every city in Vietnam go to Nam Dinh during the time of mid-Autumn of the lunar year for this festival. They are here to tribute to the great dedication of the kings and especially the hero of the nation – general Tran Hung Dao first, then to bring home the signs printed directly from the king’s seal which is believed to protect the family from bad luck and fill the house with prosperity. This festival is also known as the Father’s death anniversary in August (in lunar year), General Tran Hung Dao is the great symbol of Father.</p>
<p>The temple is opened every time in the year, located in Tran Thua street, and the festival is held only from 15 to 20 August of the lunar year.</p>

<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran3/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran5/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần5-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran6/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần6-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran7/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần7-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran8/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần8-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran11/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần11-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran12/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần12-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran13/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần13-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran14/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần14-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran15/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần15-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran16/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần16-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran17/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần17-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran18/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần18-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/den-tran19/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Đền-Trần19-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

</div>
<div class="contentToggle" id="toggle1">
<strong>VI XUYEN PARK<br />
</strong>(Công Viên Vị Xuyên)</p>
<p>Vi Xuyen park is a perfect place for resting and sightseeing. It has a large lake which was once a river named Vi Hoang and filled up by French in the 1900s. Trees are planted surrounding the lake which not only make this park a huge source of fresh air but also create the most charming landscape in Nam Dinh. Yet, the attraction of Vi Xuyen park comes mostly from 3-2 Square. It has a theater with the same name and especially a very tall statue of a great Vietnamese hero – general Tran Hung Dao. It is also a perfect choice to spend the weekend with kids in Vi Xuyen park since there are many games like slides or ferris wheels.<br />
Vi Xuyen park is opened any time and you can not bring any mean of transport into the park.</p>

<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nha-hat-3-2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nha-hat-3-2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/tuong-tran-hung-dao/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/tuong-Tran-Hung-Dao-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen3/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen5/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen5-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen6/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen6-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen7/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen7-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/vi-xuyen8/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/vi-xuyen8-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p><em>Address: By Hung Vuong street and Le Hong Phong street</em>.</p>
</div>
<div class="contentToggle" id="toggle2">
<strong>NAM DINH HISTORICAL MUSEUM<br />
</strong>(Bảo tàng lịch sử Nam Định)</p>
<p>Nam Dinh Historical museum is a new construction that was first opened to the public in 2012 right at the celebration of “ Thien Truong – Nam Dinh in 750 years “. It conserves thousands of historic documents and artifacts that reflect the culture of people here in many periods of time. Especially, the museum is also the place of Cot Co relic – a tower built in Nguyen dynasty.</p>

<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/bao-tang-namdinh/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Bao-tang-namdinh-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/bao-tang-namdinh2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/bao-tang-namdinh2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/bao-tang-namdinh3/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/bao-tang-namdinh3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/bao-tang-namdinh4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/bao-tang-namdinh4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/cot-co/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Cot-co-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/cot-co3/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Cot-co3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p><em>The museum is opened every Tuesday, Thursday, and Sunday.<br />
</em><em>Address: Cot Co street.<br />
</em><em>Phone : 03503849293 / 0915303620</em><br />
</div>
<div class="contentToggle" id="toggle3">
<strong>PHO MINH TOWER<br />
</strong>(Chùa Phổ Minh)</p>
<p>Pho Minh tower is one of the rare architecture that endures over 750 years since Tran dynasty. The sophisticated sculpture is almost unchanged and reflects the high quality and virtuosity of Vietnam's at that time.</p>
<p>The tower is a part of a pagoda with the same name, opened any time of the year.</p>

<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap-150x150.jpg 150w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap-300x300.jpg 300w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap-768x768.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap-1024x1024.jpg 1024w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap.jpg 1080w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap2-150x150.jpg 150w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap2-300x300.jpg 300w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap2-768x768.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap2-1024x1024.jpg 1024w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap2.jpg 1080w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap4-150x150.jpg 150w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap4-300x300.jpg 300w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap4-768x768.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap4-1024x1024.jpg 1024w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap4.jpg 1080w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap5/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap5-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap5-150x150.jpg 150w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap5-300x300.jpg 300w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap5-768x768.jpg 768w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap5-1024x1024.jpg 1024w, https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap5.jpg 1080w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap6/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap6-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap7/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap7-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap8/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap8-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap9/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap9-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap10/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap10-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap11/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap11-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap12/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap12-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/chua-thap13/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/chua-thap13-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p><em>Address: Tuc Mac village, Loc Vuong precinct, outskirt Nam Dinh.</em><br />
</div>
<div class="contentToggle" id="toggle4">
<strong>NGUYEN KHUYEN HIGH SCHOOL<br />
</strong>(Trường Trung học phổ thông Nguyễn Khuyến)</p>
<p>Nguyen Khuyen is said to be the most special school in Nam Dinh. It is the only school which was gothic style designed. In the past, this was a French school named Saint Thomas d’Aquin, closed in 1941 and in 1976, it became Nguyen Khuyen high school. With simple but much-refined architecture, the high aesthetics of this school is unquestionable. Besides, Nguyen Khuyen is also one of the best school in Nam Dinh for the quality of facilities and teaching.</p>

<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen2/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen3/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen4/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen5/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen5-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen6/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen6-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen7/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen7-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/nguyen-khuyen8/'><img width="150" height="150" src="https://www.mazevietnam.com/wp-content/uploads/2016/09/Nguyen-Khuyen8-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p><em>The school is opened every day of the week.<br />
</em><em>Address: #40 Nguyen Du street.</em><br />
</div>
<div class="contentToggle" id="toggle5">
<strong>THE OLD TEXTILE FACTORY<br />
</strong>(Nhà máy dệt Nam Định)</p>
<p>This factory was built almost 120 years ago and once the symbol of not only Nam Dinh but also whole Vietnam. When the French intruded Vietnam, they chose this place to build the factory and to make Nam Dinh the largest industrial center of Vietnam by producing the best textile products. This is a good place to recall much about the memory in the early 1900s.</p>
<p><em>The factory is opened in office hours.</em><br />
<em>Address: #43 To Hieu street.</em><br />
</div>
<div class="contentToggle" id="toggle6">
<strong>THE OLD QUARTERS<br />
</strong>(Các phố cổ)</p>
<p>There are 40 old quarters that still exist in Nam Dinh up to now and many of them keep such gorgeous architecture, buildings, and temples built in the old times. Many old constructions from 1840 are well-conserved on Minh Khai street, including the house of Tu Xuong – a great Vietnamese poet. Hang Thao street is now filled with business stuffs but they always keep a small ground with a gravestone to commemorate the workers died in a bombing back in the war time.<br />
Bicycle, motorcycle or walking are advised for visiting the old streets of Nam Dinh.<br />
</div>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/">Where to go in Nam Dinh provincial city?</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nam Dinh &#8211; Kingdom of 750 years memory</title>
		<link>https://www.mazevietnam.com/2016/09/24/nam-dinh/</link>
		
		<dc:creator><![CDATA[Tung Thanh Tran]]></dc:creator>
		<pubDate>Sat, 24 Sep 2016 08:54:04 +0000</pubDate>
				<category><![CDATA[Nam Dinh Province]]></category>
		<guid isPermaLink="false">http://www.mazevietnam.com/?p=597</guid>

					<description><![CDATA[<p>Lying by the sea, Nam Dinh is one of the top developed Provinces of Vietnam with</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/nam-dinh/">Nam Dinh &#8211; Kingdom of 750 years memory</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Lying by the sea, Nam Dinh is one of the top developed Provinces of Vietnam with one busy city that  recently has been announced as grade 1 provincial city – the highest level of a city’s development in Vietnam, and 9 districts with agriculture tradition having existed since the ancient time.</p>
<p><span id="more-597"></span></p>
<p>Nam Dinh city embraces both of the modern beauty and the charm of nostalgia while the districts have many handicraft villages. Known as the downtown of Nam Dinh province with malls and entertaining centres, there are more to discover in this place which was once the most animated city of Vietnam.</p>
<p>Nam Dinh districts are filled with peace and happiness. The beauty of the countryside lies on the paddy fields, soil roads, cottage roofs and country people. It is the beauty of a long-standing agriculture tradition and some handicraft villages.</p>
<p>Nam Dinh is the place for people who want to learn about history, and for those who want to enjoy special Vietnamese food.</p>
<p>Tourists are advised to take a tour in Nam Dinh city on foot, bicycle or motorbike, and in 9 districts by motorbike or car.</p>
<p>From Hanoi, you can take a taxi to travel directly to Nam Dinh, or choose Futa Busline service ( in Giap Bat bus station) with one trip from Hanoi to Nam Dinh every 30 minutes.</p>
<blockquote class="wp-embedded-content" data-secret="Cli0om5jzR"><p><a href="https://www.mazevietnam.com/2016/09/24/where-to-visit-in-9-districts-of-nam-dinh/">Where to visit in 9 districts of Nam Dinh?</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://www.mazevietnam.com/2016/09/24/where-to-visit-in-9-districts-of-nam-dinh/embed/#?secret=Cli0om5jzR" data-secret="Cli0om5jzR" width="600" height="338" title="&#8220;Where to visit in 9 districts of Nam Dinh?&#8221; &#8212; Maze Vietnam" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<blockquote class="wp-embedded-content" data-secret="yGY94G4EDD"><p><a href="https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/">What and where to eat in Nam Dinh provincial city</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://www.mazevietnam.com/2016/09/24/what-and-where-to-eat-in-nam-dinh-provincial-city/embed/#?secret=yGY94G4EDD" data-secret="yGY94G4EDD" width="600" height="338" title="&#8220;What and where to eat in Nam Dinh provincial city&#8221; &#8212; Maze Vietnam" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<blockquote class="wp-embedded-content" data-secret="TDeMu15dP1"><p><a href="https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/">Where to go in Nam Dinh provincial city?</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://www.mazevietnam.com/2016/09/24/where-to-go-in-nam-dinh-provincial-city/embed/#?secret=TDeMu15dP1" data-secret="TDeMu15dP1" width="600" height="338" title="&#8220;Where to go in Nam Dinh provincial city?&#8221; &#8212; Maze Vietnam" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.mazevietnam.com/2016/09/24/nam-dinh/">Nam Dinh &#8211; Kingdom of 750 years memory</a> appeared first on <a rel="nofollow" href="https://www.mazevietnam.com">Maze Vietnam</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 12/381 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-28 05:22:39 by W3 Total Cache
-->