<?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>Ha Giang &#8211; Maze Vietnam</title>
	<atom:link href="https://www.mazevietnam.com/tag/ha-giang/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:25:52 +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>Ha Giang &#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>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 1/130 objects using Disk
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: www.mazevietnam.com @ 2024-05-05 18:17:10 by W3 Total Cache
-->